@import "https://cdn.jsdelivr.net/npm/@fontsource/fira-code@latest/300.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/fira-code@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/fira-code@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Fira Code',monospace;background:#FFF;color:#261527;line-height:1.6;font-weight:400}
.site-wrapper{max-width:1400px;margin:0 auto;padding:0 20px}
.header-main{background:linear-gradient(135deg,#FFF 0%,#9e84ee14 100%);border-bottom:3px solid #9E84EE;padding:32px 0 28px;position:relative}
.header-main::after{content:'';position:absolute;bottom:-3px;left:0;right:0;height:1px;background:#2615271a}
.header-top-row{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:24px}
.logo-container-box{flex-shrink:0}
.logo-container-box img{height:110px;width:110px;display:block;background:#fff9;padding:8px;border-radius:6px;box-shadow:0 4px 12px #9e84ee33}
.header-nav-box{flex-shrink:0}
.navigation-primary{display:flex;gap:8px;list-style:none}
.navigation-primary a{display:block;padding:12px 24px;color:#261527;text-decoration:none;font-size:15px;font-weight:400;border:2px solid transparent;border-radius:6px;transition:all .2s ease}
.navigation-primary a:hover{border-color:#9E84EE;background:#9e84ee0f}
.brand-title-section{text-align:center;padding:0 60px}
.company-title-main{font-size:52px;font-weight:700;color:#261527;letter-spacing:-.5px;margin-bottom:12px}
.company-descriptor{font-size:16px;color:#261527;opacity:.75;font-weight:300;max-width:680px;margin:0 auto}
.footer-main-section{background:#261527;color:#FFF;padding:48px 0 32px;margin-top:80px;position:relative}
.footer-main-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,#9e84ee08 10px,#9e84ee08 20px);pointer-events:none}
.footer-content-wrapper{position:relative;z-index:1}
.footer-top-area{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-bottom:32px;border-bottom:1px solid #9e84ee33;margin-bottom:28px}
.footer-branding-box{display:flex;align-items:center;gap:20px}
.footer-logo-element img{height:70px;width:70px;display:block;background:#ffffff1a;padding:6px;border-radius:4px}
.footer-tagline{font-size:14px;color:#ffffffb3;max-width:320px}
.footer-navigation-container{display:flex;gap:48px}
.footer-nav-column h3{font-size:13px;font-weight:700;color:#9E84EE;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}
.footer-link-list{list-style:none}
.footer-link-list li{margin-bottom:10px}
.footer-link-list a{color:#fffc;text-decoration:none;font-size:14px;transition:color .2s ease}
.footer-link-list a:hover{color:#9E84EE}
.footer-bottom-area{text-align:center;padding-top:24px}
.copyright-text{font-size:13px;color:#ffffff80}
.consent-popup-wrapper{position:fixed;bottom:24px;left:24px;background:#FFF;border:2px solid #9E84EE;border-radius:0;padding:28px;max-width:420px;box-shadow:0 8px 24px #26152740;z-index:10000;transform:translateY(120%);transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.consent-popup-wrapper[data-visible="true"]{transform:translateY(0)}
.consent-popup-wrapper[data-visible="false"]{transform:translateY(120%)}
.consent-header-text{font-size:18px;font-weight:700;color:#261527;margin-bottom:12px}
.consent-description-text{font-size:13px;color:#261527;opacity:.8;margin-bottom:20px;line-height:1.5}
.consent-categories-box{margin-bottom:20px}
.consent-category-item{margin-bottom:12px}
.consent-category-item label{display:flex;align-items:center;gap:10px;font-size:13px;color:#261527;cursor:pointer}
.consent-category-item input[type="radio"]{width:18px;height:18px;accent-color:#9E84EE}
.consent-button-group{display:flex;gap:12px}
.consent-button-accept,.consent-button-decline{flex:1;padding:12px 20px;font-family:'Fira Code',monospace;font-size:13px;font-weight:700;border:2px solid #261527;background:#261527;color:#FFF;cursor:pointer;transition:all .2s ease}
.consent-button-decline{background:#FFF;color:#261527}
.consent-button-accept:hover{background:#9E84EE;border-color:#9E84EE}
.consent-button-decline:hover{border-color:#9E84EE;color:#9E84EE}
.consent-policy-link{display:block;margin-top:14px;font-size:12px;color:#9E84EE;text-decoration:none}
.consent-policy-link:hover{text-decoration:underline}
.consent-settings-trigger{position:fixed;bottom:24px;right:24px;width:54px;height:54px;background:#9E84EE;color:#FFF;border:none;border-radius:50%;font-size:24px;cursor:pointer;box-shadow:0 4px 16px #9e84ee66;z-index:9999;display:none;align-items:center;justify-content:center;transition:transform .2s ease}
.consent-settings-trigger:hover{transform:scale(1.08)}
.consent-settings-trigger[data-state="active"]{display:flex}
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:#9e84ee1a}
::-webkit-scrollbar-thumb{background:#9E84EE;transition:background .2s ease}
::-webkit-scrollbar-thumb:hover{background:#261527}
@media (max-width: 968px) {
.header-top-row{flex-direction:column;align-items:center}
.brand-title-section{order:-1;padding:0 20px}
.company-title-main{font-size:36px}
.navigation-primary{flex-wrap:wrap;justify-content:center}
.footer-top-area{flex-direction:column;align-items:flex-start}
.footer-navigation-container{flex-direction:column;gap:28px}
.consent-popup-wrapper{left:12px;right:12px;bottom:12px;max-width:none}
}
@media (max-width: 580px) {
.company-title-main{font-size:28px}
.navigation-primary a{padding:10px 16px;font-size:14px}
.consent-button-group{flex-direction:column}
}
.doc-section{max-width:1400px;margin:0 auto;padding:80px 20px;background:#FFF}
.doc-section h1{font-size:42px;font-weight:700;color:#261527;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em}
.doc-section h2{font-size:32px;font-weight:700;color:#261527;margin:60px 0 20px;line-height:1.3;letter-spacing:-.01em}
.doc-section h3{font-size:24px;font-weight:600;color:#261527;margin:40px 0 16px;line-height:1.4}
.doc-section h4{font-size:20px;font-weight:600;color:#261527;margin:32px 0 12px;line-height:1.4}
.doc-section h5{font-size:18px;font-weight:600;color:#261527;margin:28px 0 12px;line-height:1.5}
.doc-section h6{font-size:16px;font-weight:600;color:#261527;margin:24px 0 12px;line-height:1.5}
.doc-section p{font-size:17px;line-height:1.7;color:#261527;margin:0 0 20px;max-width:800px}
.doc-section a{color:#9E84EE;text-decoration:underline;transition:all .3s ease}
.doc-section a:hover{color:#261527;text-decoration:none;outline:2px solid #9e84ee4d;outline-offset:2px}
.doc-section ul{margin:0 0 24px;padding:0 0 0 24px;max-width:800px}
.doc-section ol{margin:0 0 24px;padding:0 0 0 24px;max-width:800px}
.doc-section ul li{font-size:17px;line-height:1.7;color:#261527;margin:0 0 12px;padding-left:8px}
.doc-section ol li{font-size:17px;line-height:1.7;color:#261527;margin:0 0 12px;padding-left:8px}
.doc-section ul ul{margin:12px 0}
.doc-section ol ol{margin:12px 0}
.doc-section table{width:100%;max-width:100%;margin:32px 0;border-collapse:collapse;font-size:16px;background:#FFF;box-shadow:0 4px 16px #26152714;border-radius:8px;overflow:hidden}
.doc-section thead{background:#261527}
.doc-section thead tr{border:none}
.doc-section thead th{padding:16px 20px;text-align:left;font-weight:600;color:#FFF;border-bottom:2px solid #9E84EE}
.doc-section tbody{background:#FFF}
.doc-section tbody tr{border-bottom:1px solid #2615271a;transition:background .2s ease}
.doc-section tbody tr:last-child{border-bottom:none}
.doc-section tbody tr:hover{background:#9e84ee0d}
.doc-section tbody td{padding:14px 20px;color:#261527;vertical-align:top;line-height:1.6}
.doc-section th{font-weight:600}
.doc-section div{margin:0}
@media (max-width: 1024px) {
.doc-section{padding:60px 30px}
.doc-section h1{font-size:36px}
.doc-section h2{font-size:28px;margin:50px 0 18px}
.doc-section h3{font-size:22px}
.doc-section table{font-size:15px}
.doc-section thead th{padding:14px 16px}
.doc-section tbody td{padding:12px 16px}
}
@media (max-width: 768px) {
.doc-section{padding:40px 20px}
.doc-section h1{font-size:30px;margin:0 0 14px}
.doc-section h2{font-size:24px;margin:40px 0 16px}
.doc-section h3{font-size:20px;margin:32px 0 14px}
.doc-section h4{font-size:18px}
.doc-section p{font-size:16px;line-height:1.65;margin:0 0 18px}
.doc-section ul li{font-size:16px;line-height:1.65}
.doc-section ol li{font-size:16px;line-height:1.65}
.doc-section table{display:block;overflow-x:auto;font-size:14px;box-shadow:0 3px 12px #26152714}
.doc-section thead th{padding:12px 14px}
.doc-section tbody td{padding:10px 14px}
}
@media (max-width: 480px) {
.doc-section{padding:30px 16px}
.doc-section h1{font-size:26px}
.doc-section h2{font-size:22px;margin:36px 0 14px}
.doc-section h3{font-size:19px}
.doc-section p{font-size:15px;margin:0 0 16px}
.doc-section ul{padding:0 0 0 20px}
.doc-section ol{padding:0 0 0 20px}
.doc-section ul li{font-size:15px;margin:0 0 10px}
.doc-section ol li{font-size:15px;margin:0 0 10px}
.doc-section thead th{padding:10px 12px;font-size:13px}
.doc-section tbody td{padding:9px 12px;font-size:13px}
}
.program-intro-wrap{background:linear-gradient(135deg,#9E84EE 0%,#261527 100%);padding:120px 20px 100px;position:relative;overflow:hidden}
.program-intro-wrap::before{content:'';position:absolute;width:300px;height:300px;background:#ffffff14;border-radius:50%;top:-100px;right:-50px;animation:float-shape 8s ease-in-out infinite}
.program-intro-wrap::after{content:'';position:absolute;width:200px;height:200px;background:#9e84ee26;border-radius:50%;bottom:-80px;left:10%;animation:float-shape 6s ease-in-out infinite reverse}
@keyframes float-shape {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-30px) rotate(10deg)}
}
.program-title-content{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.program-title-content h1{font-size:56px;color:#FFF;text-align:center;margin:0;font-weight:700;line-height:1.2}
.roadmap-section{padding:80px 20px;background:#FFF}
.roadmap-inner{max-width:1400px;margin:0 auto}
.roadmap-header{text-align:center;margin-bottom:60px}
.roadmap-header h2{font-size:38px;color:#261527;margin:0 0 18px;font-weight:600}
.roadmap-header p{font-size:18px;color:#666;max-width:700px;margin:0 auto;line-height:1.6}
.roadmap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:50px}
.roadmap-step{background:#f8f8f8;padding:35px;border-radius:8px;position:relative;border-left:5px solid #9E84EE;transition:all .3s ease}
.roadmap-step:hover{transform:translateY(-5px);box-shadow:0 8px 24px #9e84ee33}
.step-number{width:50px;height:50px;background:#261527;color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin-bottom:20px}
.roadmap-step h3{font-size:24px;color:#261527;margin:0 0 15px;font-weight:600}
.roadmap-step p{font-size:16px;color:#555;line-height:1.7;margin:0}
.modules-display{padding:90px 20px;background:linear-gradient(180deg,#f5f3ff 0%,#FFF 100%)}
.modules-container{max-width:1400px;margin:0 auto}
.modules-title{font-size:42px;color:#261527;text-align:center;margin:0 0 70px;font-weight:600;position:relative}
.modules-title::after{content:'';display:block;width:80px;height:4px;background:#9E84EE;margin:20px auto 0;border-radius:6px}
.module-cards-wrap{display:flex;flex-direction:column;gap:30px}
.module-item{background:#FFF;border-radius:10px;padding:40px;box-shadow:0 4px 16px #26152714;display:grid;grid-template-columns:100px 1fr;gap:30px;align-items:start;transition:all .3s ease}
.module-item:hover{box-shadow:0 10px 30px #9e84ee2e}
.module-icon-box{width:100px;height:100px;background:linear-gradient(135deg,#9E84EE 0%,#261527 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.module-icon-box .iconoir{font-size:48px;color:#FFF}
.module-details h3{font-size:28px;color:#261527;margin:0 0 15px;font-weight:600}
.module-details p{font-size:17px;color:#555;line-height:1.7;margin:0 0 20px}
.module-topics{display:flex;flex-wrap:wrap;gap:10px}
.topic-tag{background:#f5f3ff;color:#261527;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500}
.instructor-block{padding:80px 20px;background:#FFF}
.instructor-wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.instructor-photo-zone{position:relative}
.instructor-photo-zone img{width:100%;height:500px;object-fit:cover;border-radius:10px;box-shadow:0 12px 40px #26152726}
.instructor-photo-zone::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#9e84ee4d 0%,#2615274d 100%);border-radius:10px;top:-15px;left:-15px;z-index:-1}
.instructor-info h2{font-size:40px;color:#261527;margin:0 0 20px;font-weight:600}
.instructor-info h3{font-size:22px;color:#9E84EE;margin:0 0 25px;font-weight:500}
.instructor-info p{font-size:17px;color:#555;line-height:1.7;margin:0 0 25px}
.instructor-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.stat-box{text-align:center;padding:20px;background:#f8f8f8;border-radius:8px}
.stat-number{font-size:32px;color:#9E84EE;font-weight:700;display:block;margin-bottom:8px}
.stat-label{font-size:14px;color:#666;font-weight:500}
.enroll-area{padding:100px 20px;background:linear-gradient(135deg,#261527 0%,#9E84EE 100%);position:relative}
.enroll-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr;gap:50px;align-items:center}
.enroll-text h2{font-size:44px;color:#FFF;margin:0 0 20px;font-weight:700}
.enroll-text p{font-size:18px;color:#ffffffe6;line-height:1.7;margin:0 0 30px}
.enroll-features{list-style:none;padding:0;margin:0 0 35px}
.enroll-features li{font-size:17px;color:#FFF;padding:12px 0;padding-left:35px;position:relative}
.enroll-features li::before{content:'';position:absolute;left:0;top:16px;width:20px;height:20px;background:#fff3;border-radius:50%}
.enroll-features li::after{content:'✓';position:absolute;left:5px;top:13px;color:#FFF;font-weight:700;font-size:14px}
.enroll-form-box{background:#FFF;padding:40px;border-radius:10px;box-shadow:0 12px 40px #0003}
.enroll-form-box h3{font-size:28px;color:#261527;margin:0 0 25px;font-weight:600;text-align:center}
.form-field{margin-bottom:20px}
.form-field label{display:block;font-size:15px;color:#261527;margin-bottom:8px;font-weight:500}
.form-field input,.form-field select{width:100%;padding:14px;border:2px solid #e0e0e0;border-radius:6px;font-size:16px;transition:all .3s ease;box-sizing:border-box}
.form-field input:focus,.form-field select:focus{outline:none;border-color:#9E84EE}
.submit-btn{width:100%;padding:16px;background:#261527;color:#FFF;border:none;border-radius:6px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}
.submit-btn:hover{background:#9E84EE;transform:translateY(-2px);box-shadow:0 6px 20px #9e84ee66}
@media (max-width: 1024px) {
.program-title-content h1{font-size:44px}
.roadmap-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.instructor-wrapper{grid-template-columns:1fr}
.instructor-photo-zone img{height:400px}
.enroll-content{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.program-intro-wrap{padding:80px 20px 60px}
.program-title-content h1{font-size:36px}
.roadmap-section{padding:60px 20px}
.roadmap-header h2{font-size:32px}
.roadmap-grid{grid-template-columns:1fr;gap:25px}
.modules-display{padding:60px 20px}
.modules-title{font-size:34px;margin-bottom:50px}
.module-item{grid-template-columns:1fr;padding:30px}
.module-icon-box{margin:0 auto 20px}
.instructor-block{padding:60px 20px}
.instructor-photo-zone img{height:350px}
.instructor-info h2{font-size:32px}
.instructor-stats{grid-template-columns:1fr}
.enroll-area{padding:60px 20px}
.enroll-text h2{font-size:34px}
.enroll-form-box{padding:30px 25px}
}
@media (max-width: 480px) {
.program-title-content h1{font-size:28px}
.roadmap-header h2{font-size:26px}
.modules-title{font-size:28px}
.module-details h3{font-size:24px}
.instructor-info h2{font-size:28px}
.enroll-text h2{font-size:28px}
}
.roadmap-inner ::-webkit-scrollbar,.modules-container ::-webkit-scrollbar{width:6px}
.roadmap-inner ::-webkit-scrollbar-track,.modules-container ::-webkit-scrollbar-track{background:#f0f0f0}
.roadmap-inner ::-webkit-scrollbar-thumb,.modules-container ::-webkit-scrollbar-thumb{background:#9E84EE;border-radius:8px}
.roadmap-inner ::-webkit-scrollbar-thumb:hover,.modules-container ::-webkit-scrollbar-thumb:hover{background:#261527}
.career-main-wrapper{width:100%;max-width:1400px;margin:0 auto;padding:0 24px}
.title-circle-zone{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:80px 0 100px}
.title-circle-zone::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:480px;height:480px;background:linear-gradient(135deg,#9e84ee26 0%,#26152714 100%);border-radius:50%;z-index:1}
.title-circle-zone::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:620px;height:620px;border:2px solid #9e84ee1f;border-radius:50%;z-index:0}
.title-center-text{position:relative;z-index:3;text-align:center;max-width:700px;padding:40px}
.title-center-text h1{font-size:56px;line-height:1.2;color:#261527;margin:0 0 24px;font-weight:700}
.title-center-text h1 .accent-term{color:#9E84EE;position:relative}
.title-center-text p{font-size:19px;line-height:1.7;color:#261527c7;margin:0}
.duotone-image-wrapper{position:absolute;top:50%;right:-80px;transform:translateY(-50%);width:280px;height:340px;z-index:2;filter:grayscale(100%) brightness(1.1) contrast(1.2);mix-blend-mode:multiply;opacity:.22}
.duotone-image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:8px}
.light-flare-one{position:absolute;top:15%;left:12%;width:180px;height:180px;background:radial-gradient(circle,#9e84ee40 0%,transparent 70%);border-radius:50%;z-index:0;filter:blur(40px)}
.light-flare-two{position:absolute;bottom:18%;right:18%;width:220px;height:220px;background:radial-gradient(circle,#9e84ee2e 0%,transparent 70%);border-radius:50%;z-index:0;filter:blur(50px)}
.opportunity-grid-container{background:linear-gradient(165deg,#FFF 0%,#9e84ee0a 100%);padding:90px 0 110px;margin:0 0 100px}
.opportunity-content-box{max-width:1400px;margin:0 auto;padding:0 24px}
.opportunity-intro-header{text-align:center;margin:0 0 70px}
.opportunity-intro-header h2{font-size:42px;line-height:1.3;color:#261527;margin:0 0 20px;font-weight:700}
.opportunity-intro-header h2::before{content:'';display:inline-block;width:6px;height:6px;background:#9E84EE;border-radius:50%;margin:0 12px 8px 0;vertical-align:middle}
.opportunity-intro-header p{font-size:18px;line-height:1.65;color:#261527b8;max-width:820px;margin:0 auto}
.positions-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:36px;margin:0 0 80px}
.position-card-block{background:#FFF;border:1.5px solid #9e84ee2e;border-radius:10px;padding:40px 36px;transition:all .35s ease;position:relative;overflow:hidden}
.position-card-block::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#9E84EE 0%,#261527 100%);transition:height .35s ease}
.position-card-block:hover{border-color:#9E84EE;box-shadow:0 8px 24px #9e84ee29;transform:translateY(-4px)}
.position-card-block:hover::before{height:100%}
.position-header-zone h3{font-size:26px;line-height:1.4;color:#261527;margin:0 0 12px;font-weight:700}
.position-meta-info{display:flex;gap:24px;flex-wrap:wrap;margin:0 0 22px}
.position-meta-info span{font-size:15px;color:#261527ad;display:flex;align-items:center;gap:8px}
.position-meta-info span::before{content:'';width:20px;height:20px;background:#9e84ee1f;border-radius:4px;flex-shrink:0}
.position-description-text{font-size:16px;line-height:1.7;color:#261527bf;margin:0 0 28px}
.position-skills-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-wrap:wrap;gap:10px}
.position-skills-list li{background:#9e84ee14;color:#261527;font-size:14px;padding:8px 16px;border-radius:6px;font-weight:500}
.position-apply-btn{background:#9E84EE;color:#FFF;font-size:16px;font-weight:600;padding:14px 32px;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #9E84EE}
.position-apply-btn:hover{background:#261527;border-color:#261527;transform:translateX(4px)}
.culture-benefits-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.culture-text-column h4{font-size:32px;line-height:1.3;color:#261527;margin:0 0 26px;font-weight:700;position:relative;padding-left:24px}
.culture-text-column h4::before{content:'';position:absolute;left:0;top:8px;width:6px;height:calc(100% - 16px);background:linear-gradient(180deg,#9E84EE 0%,#9e84ee4d 100%);border-radius:3px}
.culture-text-column p{font-size:17px;line-height:1.75;color:#261527c2;margin:0 0 20px}
.benefits-grid-listing{display:grid;grid-template-columns:1fr;gap:24px}
.benefit-item-card{background:#FFF;border:1px solid #9e84ee24;border-radius:8px;padding:28px 32px;transition:all .3s ease}
.benefit-item-card:hover{border-color:#9E84EE;box-shadow:0 6px 18px #9e84ee1f}
.benefit-item-card h5{font-size:20px;line-height:1.4;color:#261527;margin:0 0 12px;font-weight:700;display:flex;align-items:center;gap:12px}
.benefit-item-card h5::before{content:'';width:32px;height:32px;background:linear-gradient(135deg,#9E84EE 0%,#9e84ee99 100%);border-radius:6px;flex-shrink:0}
.benefit-item-card p{font-size:15px;line-height:1.7;color:#261527b8;margin:0}
.team-showcase-wrapper{display:flex;gap:28px;margin:50px 0 0}
.team-member-profile{flex:1;text-align:center}
.team-member-profile img{width:140px;height:140px;border-radius:50%;object-fit:cover;border:4px solid #9e84ee33;margin:0 0 16px;transition:all .35s ease}
.team-member-profile:hover img{border-color:#9E84EE;transform:scale(1.05)}
.team-member-profile h6{font-size:18px;color:#261527;margin:0 0 6px;font-weight:700}
.team-member-profile span{font-size:14px;color:#261527a6;display:block}
@media (max-width: 1024px) {
.title-circle-zone{min-height:450px;margin:60px 0 80px}
.title-circle-zone::before{width:400px;height:400px}
.title-circle-zone::after{width:520px;height:520px}
.title-center-text h1{font-size:46px}
.duotone-image-wrapper{width:240px;height:300px;right:-60px}
.positions-grid-layout{grid-template-columns:1fr;gap:28px}
.culture-benefits-section{grid-template-columns:1fr;gap:50px}
.team-showcase-wrapper{flex-wrap:wrap;justify-content:center}
}
@media (max-width: 768px) {
.career-main-wrapper{padding:0 18px}
.title-circle-zone{min-height:380px;margin:40px 0 60px}
.title-circle-zone::before{width:320px;height:320px}
.title-circle-zone::after{width:420px;height:420px}
.title-center-text{padding:24px}
.title-center-text h1{font-size:36px;margin:0 0 18px}
.title-center-text p{font-size:17px}
.duotone-image-wrapper{display:none}
.light-flare-one,.light-flare-two{width:140px;height:140px}
.opportunity-grid-container{padding:60px 0 70px;margin:0 0 60px}
.opportunity-content-box{padding:0 18px}
.opportunity-intro-header{margin:0 0 50px}
.opportunity-intro-header h2{font-size:32px;margin:0 0 16px}
.opportunity-intro-header p{font-size:16px}
.positions-grid-layout{margin:0 0 60px}
.position-card-block{padding:32px 24px}
.position-header-zone h3{font-size:23px}
.position-meta-info{gap:18px}
.position-description-text{font-size:15px;margin:0 0 24px}
.position-skills-list{margin:0 0 28px}
.culture-benefits-section{gap:40px}
.culture-text-column h4{font-size:28px;margin:0 0 20px;padding-left:20px}
.culture-text-column p{font-size:16px}
.benefits-grid-listing{gap:20px}
.benefit-item-card{padding:24px 22px}
.benefit-item-card h5{font-size:18px}
.team-showcase-wrapper{gap:24px;margin:40px 0 0}
.team-member-profile img{width:120px;height:120px}
}
@media (max-width: 480px) {
.title-center-text h1{font-size:30px}
.title-center-text p{font-size:16px}
.opportunity-intro-header h2{font-size:28px}
.position-header-zone h3{font-size:21px}
.culture-text-column h4{font-size:25px}
.team-member-profile{flex:0 0 100%}
}
::-webkit-scrollbar{width:7px;height:7px}
::-webkit-scrollbar-track{background:#9e84ee0d}
::-webkit-scrollbar-thumb{background:#9E84EE;border-radius:4px}
::-webkit-scrollbar-thumb:hover{background:#261527}
.title-hero-box{position:relative;min-height:480px;display:flex;align-items:center;background:linear-gradient(135deg,#9e84ee14 0%,#fffffff2 100%);overflow:hidden;margin-bottom:80px}
.title-hero-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(./web_graphics/2024_12_03-hdr.jpg) center/cover;opacity:.15;z-index:1}
.title-hero-box .wrap-inner{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:60px 24px;width:100%}
.title-hero-box .headline-primary{font-size:3.2rem;line-height:1.2;color:#261527;margin:0 0 20px;font-weight:700;letter-spacing:-.02em}
.title-hero-box .tagline-sub{font-size:1.3rem;line-height:1.6;color:#261527bf;margin:0 0 32px;max-width:680px}
.title-hero-box .cta-button-group{display:flex;gap:16px;flex-wrap:wrap}
.title-hero-box .action-btn{padding:14px 32px;font-size:1.05rem;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;font-weight:600}
.title-hero-box .action-btn.primary-style{background:#9E84EE;color:#FFF;box-shadow:0 6px 18px #9e84ee4d}
.title-hero-box .action-btn.primary-style:hover{background:#8B6FDB;transform:translateY(-2px);box-shadow:0 8px 24px #9e84ee66}
.title-hero-box .action-btn.secondary-style{background:transparent;color:#261527;border:2px solid #261527}
.title-hero-box .action-btn.secondary-style:hover{background:#261527;color:#FFF;transform:translateY(-2px)}
.learning-types-section{padding:70px 0;background:#FFF}
.learning-types-section .content-wrapper{max-width:1400px;margin:0 auto;padding:0 24px}
.learning-types-section .section-header-text{text-align:center;margin-bottom:56px}
.learning-types-section .section-header-text h2{font-size:2.4rem;color:#261527;margin:0 0 16px;font-weight:700}
.learning-types-section .section-header-text .description-text{font-size:1.1rem;color:#261527b3;line-height:1.7;max-width:720px;margin:0 auto}
.learning-types-section .types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px}
.learning-types-section .type-card{background:linear-gradient(135deg,#9e84ee0f 0%,#ffffffe6 100%);border-radius:10px;padding:32px;border:1px solid #9e84ee26;transition:all .35s ease;position:relative;overflow:hidden}
.learning-types-section .type-card::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#9E84EE 0%,#9e84ee4d 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.learning-types-section .type-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #9e84ee33;border-color:#9e84ee66}
.learning-types-section .type-card:hover::after{transform:scaleX(1)}
.learning-types-section .type-card .icon-wrapper{width:56px;height:56px;background:#9e84ee1f;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.learning-types-section .type-card .icon-wrapper .iconoir{font-size:28px;color:#9E84EE}
.learning-types-section .type-card h3{font-size:1.4rem;color:#261527;margin:0 0 12px;font-weight:600}
.learning-types-section .type-card .card-description{font-size:1rem;line-height:1.7;color:#261527bf;margin:0}
.tools-section{padding:80px 0;background:linear-gradient(180deg,#9e84ee0d 0%,#FFF 100%);position:relative}
.tools-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:90%;height:1px;background:linear-gradient(90deg,transparent 0%,#9e84ee4d 50%,transparent 100%)}
.tools-section .inner-container{max-width:1400px;margin:0 auto;padding:0 24px}
.tools-section .split-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.tools-section .text-content-side h2{font-size:2.6rem;color:#261527;margin:0 0 24px;font-weight:700;position:relative;display:inline-block}
.tools-section .text-content-side h2::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#9E84EE 0%,#9e84ee4d 100%);border-radius:2px}
.tools-section .text-content-side .intro-paragraph{font-size:1.1rem;line-height:1.8;color:#261527bf;margin-bottom:32px}
.tools-section .tools-list{list-style:none;padding:0;margin:0 0 32px}
.tools-section .tools-list .tool-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px;padding:16px;background:#9e84ee0a;border-radius:8px;border-left:3px solid #9E84EE;transition:all .3s ease}
.tools-section .tools-list .tool-item:hover{background:#9e84ee14;transform:translateX(6px)}
.tools-section .tools-list .tool-item .iconoir{color:#9E84EE;font-size:24px;flex-shrink:0;margin-top:2px}
.tools-section .tools-list .tool-item .tool-text{flex:1}
.tools-section .tools-list .tool-item .tool-text strong{display:block;font-size:1.05rem;color:#261527;margin-bottom:4px;font-weight:600}
.tools-section .tools-list .tool-item .tool-text span{font-size:.95rem;line-height:1.6;color:#261527b3}
.tools-section .image-content-side{position:relative}
.tools-section .image-content-side img{width:100%;height:auto;border-radius:12px;box-shadow:0 14px 32px #26152726;display:block}
.relevance-section{padding:75px 0;background:#FFF}
.relevance-section .container-main{max-width:1400px;margin:0 auto;padding:0 24px}
.relevance-section .heading-center{text-align:center;margin-bottom:50px}
.relevance-section .heading-center h2{font-size:2.5rem;color:#261527;margin:0 0 18px;font-weight:700}
.relevance-section .heading-center .subtext-info{font-size:1.1rem;line-height:1.7;color:#261527b3;max-width:680px;margin:0 auto}
.relevance-section .trend-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.relevance-section .trend-card-box{background:linear-gradient(135deg,#FFF 0%,#9e84ee0d 100%);border-radius:10px;padding:28px;border:1px solid #9e84ee1f;position:relative;overflow:hidden;transition:all .3s ease}
.relevance-section .trend-card-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#9E84EE 0%,#9e84ee33 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.relevance-section .trend-card-box:hover{box-shadow:0 10px 26px #9e84ee2e;transform:translateY(-4px)}
.relevance-section .trend-card-box:hover::before{transform:scaleX(1)}
.relevance-section .trend-card-box .iconoir{font-size:32px;color:#9E84EE;margin-bottom:16px;display:block}
.relevance-section .trend-card-box h3{font-size:1.3rem;color:#261527;margin:0 0 12px;font-weight:600}
.relevance-section .trend-card-box .trend-description{font-size:.98rem;line-height:1.7;color:#261527b8;margin:0}
.process-flow-section{padding:80px 0;background:linear-gradient(180deg,#FFF 0%,#9e84ee0a 100%)}
.process-flow-section .wrapper-content{max-width:1400px;margin:0 auto;padding:0 24px}
.process-flow-section .section-title-box{text-align:center;margin-bottom:60px}
.process-flow-section .section-title-box h2{font-size:2.5rem;color:#261527;margin:0 0 16px;font-weight:700}
.process-flow-section .section-title-box .subtitle-text{font-size:1.1rem;line-height:1.7;color:#261527b3;max-width:700px;margin:0 auto}
.process-flow-section .steps-container{position:relative;max-width:900px;margin:0 auto}
.process-flow-section .step-element{display:grid;grid-template-columns:80px 1fr;gap:28px;margin-bottom:48px;position:relative}
.process-flow-section .step-element:last-child{margin-bottom:0}
.process-flow-section .step-element::before{content:'';position:absolute;left:40px;top:80px;width:2px;height:calc(100% + 48px);background:linear-gradient(180deg,#9e84ee4d 0%,#9e84ee1a 100%)}
.process-flow-section .step-element:last-child::before{display:none}
.process-flow-section .step-number-box{width:80px;height:80px;background:linear-gradient(135deg,#9E84EE 0%,#8B6FDB 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#FFF;box-shadow:0 8px 20px #9e84ee4d;position:relative;z-index:2}
.process-flow-section .step-content-box{background:#FFF;border-radius:10px;padding:28px;border:1px solid #9e84ee26;box-shadow:0 4px 16px #26152714;transition:all .3s ease}
.process-flow-section .step-content-box:hover{box-shadow:0 8px 24px #9e84ee33;transform:translateX(8px)}
.process-flow-section .step-content-box h3{font-size:1.45rem;color:#261527;margin:0 0 12px;font-weight:600}
.process-flow-section .step-content-box .step-text{font-size:1rem;line-height:1.75;color:#261527bf;margin:0}
.support-hub-section{padding:75px 0;background:#FFF}
.support-hub-section .main-wrap{max-width:1400px;margin:0 auto;padding:0 24px}
.support-hub-section .dual-column-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.support-hub-section .visual-side{position:relative}
.support-hub-section .visual-side img{width:100%;height:auto;border-radius:12px;box-shadow:0 12px 30px #26152724;display:block}
.support-hub-section .text-side h2{font-size:2.6rem;color:#261527;margin:0 0 24px;font-weight:700}
.support-hub-section .text-side .lead-paragraph{font-size:1.1rem;line-height:1.8;color:#261527bf;margin-bottom:32px}
.support-hub-section .support-features-list{list-style:none;padding:0;margin:0 0 32px}
.support-hub-section .support-features-list .feature-entry{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;padding-left:8px}
.support-hub-section .support-features-list .feature-entry .iconoir{color:#9E84EE;font-size:22px;flex-shrink:0;margin-top:3px}
.support-hub-section .support-features-list .feature-entry .feature-content{flex:1}
.support-hub-section .support-features-list .feature-entry .feature-content strong{display:block;font-size:1.05rem;color:#261527;margin-bottom:4px;font-weight:600}
.support-hub-section .support-features-list .feature-entry .feature-content span{font-size:.95rem;line-height:1.6;color:#261527b3}
.ecosystem-testimonials-section{padding:80px 0;background:linear-gradient(180deg,#9e84ee0f 0%,#FFF 100%);position:relative}
.ecosystem-testimonials-section .content-holder{max-width:1400px;margin:0 auto;padding:0 24px}
.ecosystem-testimonials-section .title-area{text-align:center;margin-bottom:56px}
.ecosystem-testimonials-section .title-area h2{font-size:2.5rem;color:#261527;margin:0 0 18px;font-weight:700}
.ecosystem-testimonials-section .title-area .descriptive-text{font-size:1.1rem;line-height:1.7;color:#261527b3;max-width:720px;margin:0 auto}
.ecosystem-testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:60px}
.ecosystem-testimonials-section .testimonial-card{background:#FFF;border-radius:12px;padding:32px;border:1px solid #9e84ee26;box-shadow:0 6px 20px #26152714;position:relative;transition:all .3s ease}
.ecosystem-testimonials-section .testimonial-card::before{content:'"';position:absolute;top:20px;left:24px;font-size:5rem;line-height:1;color:#9e84ee26;font-family:Georgia,serif}
.ecosystem-testimonials-section .testimonial-card:hover{box-shadow:0 10px 28px #9e84ee33;transform:translateY(-4px)}
.ecosystem-testimonials-section .testimonial-card .quote-text{font-size:1.05rem;line-height:1.75;color:#261527cc;margin:0 0 24px;position:relative;z-index:2}
.ecosystem-testimonials-section .testimonial-card .author-info{display:flex;align-items:center;gap:16px}
.ecosystem-testimonials-section .testimonial-card .author-info img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #9e84ee33}
.ecosystem-testimonials-section .testimonial-card .author-info .author-details{flex:1}
.ecosystem-testimonials-section .testimonial-card .author-info .author-details .author-name{font-size:1.1rem;font-weight:600;color:#261527;margin:0 0 4px}
.ecosystem-testimonials-section .testimonial-card .author-info .author-details .author-role{font-size:.95rem;color:#261527a6;margin:0}
.ecosystem-testimonials-section .ecosystem-stats{background:linear-gradient(135deg,#9e84ee14 0%,#fffffff2 100%);border-radius:12px;padding:48px 32px;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;border:1px solid #9e84ee33}
.ecosystem-testimonials-section .stat-box{text-align:center}
.ecosystem-testimonials-section .stat-box .stat-number{font-size:3rem;font-weight:700;color:#9E84EE;margin:0 0 8px;line-height:1}
.ecosystem-testimonials-section .stat-box .stat-label{font-size:1rem;color:#261527bf;margin:0;line-height:1.4}
.final-cta-section{padding:90px 0;background:linear-gradient(135deg,#261527f2 0%,#261527fa 100%),url(./web_graphics/2025_02_07_11.jpg) center/cover;text-align:center;position:relative}
.final-cta-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,#9e84ee26 0%,transparent 70%);z-index:1}
.final-cta-section .cta-inner-wrap{max-width:900px;margin:0 auto;padding:0 24px;position:relative;z-index:2}
.final-cta-section .cta-inner-wrap h2{font-size:2.8rem;color:#FFF;margin:0 0 24px;font-weight:700;line-height:1.2}
.final-cta-section .cta-inner-wrap .cta-description{font-size:1.2rem;line-height:1.7;color:#ffffffe6;margin:0 0 40px}
.final-cta-section .cta-inner-wrap .cta-buttons{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.final-cta-section .cta-inner-wrap .cta-buttons .btn-action{padding:16px 40px;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;font-weight:600}
.final-cta-section .cta-inner-wrap .cta-buttons .btn-action.primary-cta{background:#9E84EE;color:#FFF;box-shadow:0 8px 24px #9e84ee66}
.final-cta-section .cta-inner-wrap .cta-buttons .btn-action.primary-cta:hover{background:#8B6FDB;transform:translateY(-3px);box-shadow:0 12px 32px #9e84ee80}
.final-cta-section .cta-inner-wrap .cta-buttons .btn-action.secondary-cta{background:transparent;color:#FFF;border:2px solid #ffffffb3}
.final-cta-section .cta-inner-wrap .cta-buttons .btn-action.secondary-cta:hover{background:#ffffff26;border-color:#FFF;transform:translateY(-3px)}
@media (max-width: 1024px) {
.title-hero-box .headline-primary{font-size:2.6rem}
.tools-section .split-layout,.support-hub-section .dual-column-layout{grid-template-columns:1fr;gap:40px}
.relevance-section .trend-cards{grid-template-columns:repeat(2,1fr)}
.ecosystem-testimonials-section .ecosystem-stats{grid-template-columns:repeat(2,1fr);gap:24px}
}
@media (max-width: 768px) {
.title-hero-box .headline-primary{font-size:2.2rem}
.title-hero-box .tagline-sub{font-size:1.1rem}
.title-hero-box .cta-button-group{flex-direction:column;align-items:stretch}
.learning-types-section .types-grid,.relevance-section .trend-cards{grid-template-columns:1fr}
.process-flow-section .step-element{grid-template-columns:60px 1fr;gap:20px}
.process-flow-section .step-number-box{width:60px;height:60px;font-size:1.6rem}
.process-flow-section .step-element::before{left:30px;top:60px}
.ecosystem-testimonials-section .testimonials-grid{grid-template-columns:1fr}
.ecosystem-testimonials-section .ecosystem-stats{grid-template-columns:1fr;gap:28px}
.final-cta-section .cta-inner-wrap h2{font-size:2.2rem}
.final-cta-section .cta-inner-wrap .cta-buttons{flex-direction:column;align-items:stretch}
}
@media (max-width: 480px) {
.title-hero-box{min-height:380px}
.title-hero-box .headline-primary{font-size:1.9rem}
.learning-types-section .section-header-text h2,.tools-section .text-content-side h2,.relevance-section .heading-center h2,.process-flow-section .section-title-box h2,.support-hub-section .text-side h2,.ecosystem-testimonials-section .title-area h2{font-size:2rem}
.final-cta-section .cta-inner-wrap h2{font-size:1.9rem}
}
::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-track{background:#9e84ee14}
::-webkit-scrollbar-thumb{background:#9E84EE;border-radius:3px}
::-webkit-scrollbar-thumb:hover{background:#8B6FDB}
.intro-space-box{max-width:1400px;margin:0 auto;padding:80px 24px;display:flex;align-items:center;gap:60px}
.intro-text-wrapper{flex:1}
.intro-title-main{font-size:52px;font-weight:700;line-height:1.15;color:#261527;margin:0 0 24px}
.intro-title-accent{color:#9E84EE;display:block}
.intro-description-text{font-size:18px;line-height:1.65;color:#261527;margin:0 0 32px;opacity:.85}
.intro-visual-container{flex:1;position:relative}
.intro-visual-container img{width:100%;height:auto;border-radius:12px;box-shadow:0 12px 40px #9e84ee2e;animation:gentle-float 6s ease-in-out infinite}
@keyframes gentle-float {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-10px) rotate(1deg)}
}
.intro-decoration-shape{position:absolute;width:120px;height:120px;background:linear-gradient(135deg,#9e84ee26,#9e84ee0d);border-radius:50%;top:-30px;right:-30px;animation:shape-pulse 8s ease-in-out infinite}
@keyframes shape-pulse {
0%,100%{transform:scale(1);opacity:.5}
50%{transform:scale(1.15);opacity:.8}
}
.form-wrapper-main{background:linear-gradient(160deg,#f8f6fd 0%,#fff 100%);padding:100px 24px}
.form-inner-container{max-width:900px;margin:0 auto}
.form-title-section{text-align:center;margin-bottom:60px}
.form-title-section h2{font-size:42px;font-weight:700;color:#261527;margin:0 0 16px}
.form-title-section p{font-size:17px;line-height:1.6;color:#261527;opacity:.75;margin:0}
.multi-step-form{background:#fff;border-radius:12px;padding:50px 60px;box-shadow:0 8px 32px #26152714}
.step-tabs-wrapper{display:flex;justify-content:center;gap:12px;margin-bottom:50px;position:relative}
.step-tabs-wrapper::before{content:'';position:absolute;top:50%;left:20%;right:20%;height:2px;background:#9e84ee33;transform:translateY(-50%);z-index:0}
.step-tab-input{display:none}
.step-tab-label{width:48px;height:48px;border-radius:50%;background:#f5f5f5;border:3px solid transparent;display:flex;align-items:center;justify-content:center;font-weight:600;color:#261527;cursor:pointer;transition:all .3s ease;position:relative;z-index:1}
.step-tab-input:checked + .step-tab-label{background:#9E84EE;color:#fff;border-color:#9E84EE;transform:scale(1.1)}
.step-content-box{display:none}
#step1:checked ~ .form-steps-container .step-content-box[data-step="1"],#step2:checked ~ .form-steps-container .step-content-box[data-step="2"],#step3:checked ~ .form-steps-container .step-content-box[data-step="3"]{display:block}
.form-steps-container{min-height:320px}
.field-group-vertical{margin-bottom:32px}
.field-group-vertical label{display:block;font-size:15px;font-weight:600;color:#261527;margin-bottom:10px}
.field-group-vertical input,.field-group-vertical textarea{width:100%;padding:16px 20px;border:2px solid #e8e8e8;border-radius:8px;font-size:15px;color:#261527;transition:all .3s ease;background:#fff}
.field-group-vertical input:focus,.field-group-vertical textarea:focus{border-color:#9E84EE;outline:none;box-shadow:0 0 0 4px #9e84ee1a}
.field-group-vertical textarea{min-height:140px;resize:vertical}
.field-row-split{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}
.privacy-checkbox-area{margin:32px 0}
.privacy-checkbox-area input[type="checkbox"]{width:20px;height:20px;margin-right:10px;cursor:pointer;vertical-align:middle}
.privacy-checkbox-area label{font-size:14px;color:#261527;opacity:.8;vertical-align:middle;cursor:pointer}
.privacy-checkbox-area a{color:#9E84EE;text-decoration:underline;transition:color .3s ease}
.privacy-checkbox-area a:hover{color:#261527}
.submit-button-main{width:100%;padding:18px 32px;background:#9E84EE;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #9e84ee4d}
.submit-button-main:hover{background:#261527;transform:translateY(-2px);box-shadow:0 6px 24px #2615274d}
.info-cards-section{padding:90px 24px;background:#fff}
.info-cards-container{max-width:1400px;margin:0 auto}
.info-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.info-card-item{background:linear-gradient(135deg,#fff 0%,#f9f8fd 100%);padding:40px 32px;border-radius:12px;border:2px solid #9e84ee1a;transition:all .3s ease;position:relative;overflow:hidden}
.info-card-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#9E84EE;transition:height .4s ease}
.info-card-item:hover::before{height:100%}
.info-card-item:hover{transform:translateY(-6px);box-shadow:0 12px 32px #9e84ee26}
.card-icon-circle{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#9E84EE 0%,#7e64ce 100%);display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.card-icon-circle i{font-size:28px;color:#fff}
.info-card-item h3{font-size:22px;font-weight:700;color:#261527;margin:0 0 12px}
.info-card-item p{font-size:16px;line-height:1.6;color:#261527;opacity:.75;margin:0}
.info-card-item a{color:#9E84EE;text-decoration:none;font-weight:600;transition:color .3s ease}
.info-card-item a:hover{color:#261527;text-decoration:underline}
.location-details-section{background:linear-gradient(170deg,#fff 0%,#f4f1fb 100%);padding:100px 24px}
.location-details-wrapper{max-width:1200px;margin:0 auto;display:flex;gap:80px;align-items:flex-start}
.location-text-block{flex:1}
.location-text-block h2{font-size:40px;font-weight:700;color:#261527;margin:0 0 24px}
.location-text-block p{font-size:17px;line-height:1.7;color:#261527;opacity:.8;margin:0 0 32px}
.address-details-list{list-style:none;padding:0;margin:0}
.address-details-list li{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px;font-size:16px;color:#261527}
.address-details-list i{color:#9E84EE;font-size:20px;margin-top:2px}
.address-details-list strong{font-weight:600;display:inline-block;min-width:80px}
.location-visual-block{flex:1;background:#fff;padding:48px;border-radius:12px;box-shadow:0 10px 40px #26152714;border:3px solid #9e84ee26}
.location-visual-block h4{font-size:24px;font-weight:700;color:#261527;margin:0 0 24px;text-align:center}
.coordinates-display{background:linear-gradient(135deg,#f9f8fd 0%,#fff 100%);padding:24px;border-radius:8px;text-align:center;margin-bottom:32px}
.coordinates-display p{font-size:15px;color:#261527;opacity:.75;margin:0 0 12px}
.coordinates-display strong{font-size:20px;color:#9E84EE;display:block;font-weight:700}
.directions-info{font-size:15px;line-height:1.7;color:#261527;opacity:.8;margin:0}
.cta-bottom-section{background:linear-gradient(160deg,#261527 0%,#3d2640 100%);padding:90px 24px;position:relative;overflow:hidden}
.cta-bottom-section::before{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#9e84ee26 0%,transparent 70%);top:-150px;right:-100px}
.cta-bottom-container{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}
.cta-bottom-container h2{font-size:44px;font-weight:700;color:#fff;margin:0 0 20px}
.cta-bottom-container p{font-size:18px;line-height:1.65;color:#fff;opacity:.9;margin:0 0 40px}
.cta-buttons-row{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}
.cta-button-primary{padding:18px 40px;background:#9E84EE;color:#fff;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;display:inline-block;box-shadow:0 6px 20px #9e84ee66}
.cta-button-primary:hover{background:#fff;color:#261527;transform:translateY(-3px);box-shadow:0 8px 28px #ffffff4d}
.cta-button-secondary{padding:18px 40px;background:transparent;color:#fff;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;border:2px solid #fff;transition:all .3s ease;display:inline-block}
.cta-button-secondary:hover{background:#fff;color:#261527;transform:translateY(-3px)}
@media (max-width: 1024px) {
.intro-space-box{flex-direction:column;padding:60px 24px;gap:40px}
.intro-title-main{font-size:42px}
.location-details-wrapper{flex-direction:column;gap:50px}
.form-wrapper-main{padding:70px 24px}
.multi-step-form{padding:40px 30px}
}
@media (max-width: 768px) {
.intro-title-main{font-size:36px}
.intro-description-text{font-size:16px}
.form-title-section h2{font-size:34px}
.multi-step-form{padding:30px 20px}
.field-row-split{grid-template-columns:1fr;gap:20px}
.step-tabs-wrapper::before{left:10%;right:10%}
.info-cards-grid{grid-template-columns:1fr;gap:24px}
.location-text-block h2{font-size:32px}
.cta-bottom-container h2{font-size:34px}
.cta-buttons-row{flex-direction:column;align-items:stretch}
.cta-button-primary,.cta-button-secondary{width:100%;text-align:center}
}
@media (max-width: 480px) {
.intro-space-box{padding:40px 16px}
.intro-title-main{font-size:28px}
.form-wrapper-main{padding:50px 16px}
.form-title-section h2{font-size:28px}
.multi-step-form{padding:24px 16px}
.location-details-section{padding:60px 16px}
.location-visual-block{padding:32px 20px}
.cta-bottom-section{padding:60px 16px}
.cta-bottom-container h2{font-size:28px}
}
body::-webkit-scrollbar{width:6px}
body::-webkit-scrollbar-track{background:#f5f5f5}
body::-webkit-scrollbar-thumb{background:#9E84EE;border-radius:4px}
body::-webkit-scrollbar-thumb:hover{background:#261527}
.success-wrapper{max-width:1400px;margin:0 auto;padding:0 20px}
.success-main-block{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;background:linear-gradient(135deg,#FFF 0%,#f5f0ff 100%);overflow:hidden}
.success-main-block::before{content:'';position:absolute;top:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,#9e84ee26 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-main-block::after{content:'';position:absolute;bottom:-200px;left:-200px;width:600px;height:600px;background:radial-gradient(circle,#26152714 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-content-area{text-align:center;max-width:680px;position:relative;z-index:2}
.success-icon-holder{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;margin-bottom:32px;background:linear-gradient(135deg,#9E84EE 0%,#b8a3ff 100%);border-radius:50%;box-shadow:0 12px 32px #9e84ee4d;position:relative;animation:pulse-ring 2s ease-in-out infinite}
@keyframes pulse-ring {
0%,100%{transform:scale(1);box-shadow:0 12px 32px #9e84ee4d}
50%{transform:scale(1.05);box-shadow:0 16px 48px #9e84ee66}
}
.success-icon-holder svg{width:60px;height:60px;stroke:#FFF;stroke-width:2.5;fill:none}
.success-heading-primary{font-size:48px;line-height:1.15;color:#261527;margin:0 0 20px;font-weight:700;letter-spacing:-.5px}
.success-heading-primary::after{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#9E84EE 0%,#9e84ee4d 100%);margin:24px auto 0;border-radius:8px}
.success-description-text{font-size:19px;line-height:1.7;color:#261527;opacity:.8;margin:0 0 36px}
.success-info-box{background:#9e84ee14;border:1.5px solid #9e84ee33;border-radius:10px;padding:24px 28px;margin:0 0 40px;display:flex;flex-direction:column;gap:12px}
.success-info-row{display:flex;align-items:center;gap:12px;font-size:16px;color:#261527}
.success-info-row i{font-size:22px;color:#9E84EE;flex-shrink:0}
.success-info-row strong{font-weight:600;color:#261527}
.success-button-container{display:flex;flex-direction:column;gap:16px;align-items:center}
.btn-primary-success{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 40px;background:#261527;color:#FFF;font-size:17px;font-weight:600;border:none;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #26152740;cursor:pointer}
.btn-primary-success:hover{background:#3d2340;box-shadow:0 8px 28px #26152759;transform:translateY(-2px)}
.btn-primary-success i{font-size:20px}
.btn-secondary-success{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 40px;background:transparent;color:#261527;font-size:17px;font-weight:600;border:2px solid #261527;border-radius:8px;text-decoration:none;transition:all .3s ease;cursor:pointer}
.btn-secondary-success:hover{background:#261527;color:#FFF;transform:translateY(-2px);box-shadow:0 6px 20px #26152733}
.btn-secondary-success i{font-size:20px}
.decorative-shape-1{position:absolute;top:120px;left:80px;width:80px;height:80px;border:3px solid #9e84ee4d;border-radius:50%;z-index:1}
.decorative-shape-2{position:absolute;bottom:160px;right:100px;width:60px;height:60px;background:linear-gradient(135deg,#9e84ee33 0%,#9e84ee0d 100%);border-radius:8px;transform:rotate(25deg);z-index:1}
.decorative-shape-3{position:absolute;top:50%;left:120px;width:40px;height:40px;background:#9e84ee26;clip-path:polygon(50% 0%,100% 100%,0% 100%);z-index:1}
@media (max-width: 992px) {
.success-heading-primary{font-size:40px}
.success-description-text{font-size:18px}
.success-icon-holder{width:100px;height:100px}
.success-icon-holder svg{width:50px;height:50px}
.decorative-shape-1,.decorative-shape-2,.decorative-shape-3{display:none}
}
@media (max-width: 768px) {
.success-main-block{padding:40px 20px;min-height:80vh}
.success-heading-primary{font-size:34px}
.success-description-text{font-size:17px;margin-bottom:28px}
.success-info-box{padding:20px 22px}
.success-info-row{font-size:15px}
.btn-primary-success,.btn-secondary-success{width:100%;padding:14px 32px;font-size:16px}
.success-icon-holder{width:90px;height:90px;margin-bottom:28px}
.success-icon-holder svg{width:44px;height:44px}
}
@media (max-width: 480px) {
.success-heading-primary{font-size:28px}
.success-description-text{font-size:16px}
.success-info-box{padding:18px 20px;gap:10px}
.success-info-row{font-size:14px;flex-direction:column;text-align:center;gap:6px}
}