@import "https://fonts.googleapis.com/css2?family=Spectral:wght@400;700&display=swap";
html{box-sizing:border-box;scroll-behavior:smooth}
*,::before,::after{box-sizing:inherit}
body{font-family:'Spectral',serif;background:#fff;color:#1a1a2e;margin:0;padding:0;font-size:16px;line-height:1.6}
.headerOuter{background:#fff;border-bottom:1px solid #ede8f2;box-shadow:0 2px 18px #8708b712;position:relative;z-index:100}
.headerInner{max-width:960px;margin:auto;padding:0 20px}
.headerTopRow{display:flex;justify-content:center;align-items:center;padding:14px 0 8px}
.headerCompanyName{font-family:'Spectral',serif;font-weight:700;font-size:1.45rem;letter-spacing:.12em;color:#8708B7;text-decoration:none;text-transform:uppercase}
.headerFoundationRow{display:flex;justify-content:space-between;align-items:center;padding:8px 0 14px;gap:20px}
.logoWrapper{flex-shrink:0}
.logoWrapper img{height:80px;width:80px;display:block;object-fit:contain;background:#f6f0fb;border-radius:50%;padding:6px;box-shadow:0 2px 12px #8708b71a}
.mainNavigation{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.mainNavigation a{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:50px;text-decoration:none;font-family:'Spectral',serif;font-size:.92rem;font-weight:400;color:#3a1a4a;background:#f6f0fb;border:1px solid #e8d8f5;transition:background 0.18s,color 0.18s,border-color .18s}
.mainNavigation a:hover{background:#f0d6ff;color:#8708B7;border-color:#c97de8}
.mainNavigation a .navItemDescription{font-size:.72rem;color:#9a7ab0;display:block;line-height:1.1;margin-top:1px}
.mainNavigation a .navItemLabel{display:block;font-weight:700;font-size:.88rem;line-height:1.2}
.mainNavigation a svg.navCustomIcon{width:22px;height:22px;flex-shrink:0}
.mainNavigation a .navTextGroup{display:flex;flex-direction:column}
@media (max-width: 768px) {
.headerFoundationRow{flex-direction:column;align-items:center;gap:12px}
.mainNavigation{justify-content:center}
.mainNavigation a .navItemDescription{display:none}
}
@media (max-width: 480px) {
.mainNavigation a{padding:9px 12px}
.headerCompanyName{font-size:1.15rem}
}
.footerOuter{background:#1a0a2e;color:#c5b8d4;margin-top:0}
.footerTopRow{max-width:960px;margin:auto;padding:44px 20px 28px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}
.footerBrandBlock .footerBrandName{font-family:'Spectral',serif;font-weight:700;font-size:1.15rem;color:#e8d5f7;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;display:block}
.footerBrandBlock p{font-size:.82rem;color:#9a88aa;line-height:1.6;margin:0}
.footerLinksBlock h4{font-family:'Spectral',serif;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:#8708B7;margin:0 0 12px;font-weight:700}
.footerLinksBlock ul{list-style:none;margin:0;padding:0}
.footerLinksBlock ul li{margin-bottom:7px}
.footerLinksBlock ul li a{color:#b0a0c0;text-decoration:none;font-size:.85rem;transition:color .15s}
.footerLinksBlock ul li a:hover{color:#FB3467}
.footerMiddleRow{max-width:960px;margin:auto;padding:0 20px 18px;border-top:1px solid #2d1a42}
.footerContactBlock{padding-top:18px;display:flex;flex-wrap:wrap;gap:18px;align-items:center}
.footerContactBlock a{color:#9a88aa;font-size:.82rem;text-decoration:none;display:flex;align-items:center;gap:6px;transition:color .15s}
.footerContactBlock a:hover{color:#FB3467}
.footerBottomRow{background:#120720;padding:12px 20px}
.footerBottomInner{max-width:960px;margin:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.footerCopyright{font-size:.76rem;color:#5a4a6a}
.footerPrivacyChoices{font-size:.76rem;color:#5a4a6a;cursor:pointer;text-decoration:underline;border:none;background:none;font-family:'Spectral',serif}
.footerPrivacyChoices:hover{color:#FB3467}
@media (max-width: 768px) {
.footerTopRow{grid-template-columns:1fr;gap:24px;padding:32px 20px 20px}
.footerBottomInner{flex-direction:column;align-items:flex-start}
}
.cookieConsentWrapper{position:fixed;top:0;left:0;right:0;z-index:9999;display:flex;justify-content:center;padding:0}
.cookieConsentPanel{background:#1a0a2e;color:#e0d0f0;width:100%;max-width:100%;border-bottom:2px solid #8708B7;box-shadow:0 4px 32px #8708b72e;padding:18px 28px}
.cookieConsentInner{max-width:960px;margin:auto}
.cookieConsentHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;flex-wrap:wrap;gap:10px}
.cookieConsentTitle{font-family:'Spectral',serif;font-weight:700;font-size:1rem;color:#e8d5f7}
.cookiePolicyLink{font-size:.78rem;color:#FB3467;text-decoration:underline}
.cookieConsentText{font-size:.82rem;color:#9a88aa;margin-bottom:14px;line-height:1.5}
.cookieSettingsGroup{background:#2a1040;border:1px solid #3d1f5a;padding:14px 18px;margin-bottom:14px}
.cookieSettingsGroupTitle{font-size:.8rem;font-weight:700;color:#c5b8d4;margin-bottom:12px;text-transform:uppercase;letter-spacing:.07em}
.cookieToggleItem{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;flex-wrap:wrap;gap:8px}
.cookieToggleItem:last-child{margin-bottom:0}
.cookieToggleLabel{font-size:.82rem;color:#c5b8d4;flex:1}
.cookieToggleLabel span{display:block;font-size:.72rem;color:#7a6a8a;margin-top:2px}
.toggleSwitch{position:relative;width:42px;height:22px;flex-shrink:0}
.toggleSwitch input{opacity:0;width:0;height:0;position:absolute}
.toggleSwitchTrack{position:absolute;inset:0;background:#3d1f5a;border:1px solid #5a3a7a;cursor:pointer;transition:background .2s;border-radius:2px}
.toggleSwitchTrack::after{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;background:#7a6a8a;transition:transform 0.2s,background .2s;border-radius:1px}
.toggleSwitch input:checked + .toggleSwitchTrack{background:#8708B7;border-color:#8708B7}
.toggleSwitch input:checked + .toggleSwitchTrack::after{transform:translateX(20px);background:#fff}
.toggleSwitch input:disabled + .toggleSwitchTrack{opacity:.6;cursor:not-allowed}
.cookieConsentActions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.cookieButtonAccept{background:#8708B7;color:#fff;border:none;padding:10px 22px;font-family:'Spectral',serif;font-size:.88rem;font-weight:700;cursor:pointer;border-radius:0}
.cookieButtonAccept:hover{background:#a010d8}
.cookieButtonDecline{background:transparent;color:#c5b8d4;border:1px solid #3d1f5a;padding:10px 22px;font-family:'Spectral',serif;font-size:.88rem;cursor:pointer;border-radius:0}
.cookieButtonDecline:hover{border-color:#FB3467;color:#FB3467}
.cookieOptOutLink{font-size:.76rem;color:#7a6a8a;text-decoration:underline;cursor:pointer;background:none;border:none;font-family:'Spectral',serif;margin-left:auto}
.cookieOptOutLink:hover{color:#FB3467}
.cookiePreferencesButton{position:fixed;bottom:18px;left:18px;z-index:9998;background:#8708B7;color:#fff;border:none;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 3px 14px #8708b74d}
.cookiePreferencesButton:hover{background:#a010d8}
.info-policy{max-width:960px;margin:0 auto;padding:48px 24px 80px;background:#fff;font-size:16px;line-height:1.8;color:#1a1a2e;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.info-policy h1{font-size:2.2rem;font-weight:800;line-height:1.25;margin:0 0 32px;padding-bottom:20px;background:linear-gradient(135deg,#8708B7 0%,#FB3467 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border-bottom:2px solid #F6F6F6;letter-spacing:-.5px}
.info-policy h2{font-size:1.55rem;font-weight:700;line-height:1.3;margin:48px 0 16px;color:#8708B7;padding-left:14px;border-left:4px solid #8708B7;letter-spacing:-.2px}
.info-policy h3{font-size:1.25rem;font-weight:700;line-height:1.35;margin:36px 0 12px;color:#1a1a2e;padding-left:10px;border-left:3px solid #FB3467}
.info-policy h4{font-size:1.1rem;font-weight:600;line-height:1.4;margin:28px 0 10px;color:#2d2d4e;text-transform:uppercase;letter-spacing:.5px;font-size:.95rem}
.info-policy h5{font-size:.95rem;font-weight:600;line-height:1.45;margin:22px 0 8px;color:#3d3d5e;text-transform:uppercase;letter-spacing:.4px}
.info-policy h6{font-size:.875rem;font-weight:600;line-height:1.5;margin:18px 0 6px;color:#5a5a7a;text-transform:uppercase;letter-spacing:.3px}
.info-policy p{margin:0 0 18px;color:#2c2c44;line-height:1.85}
.info-policy ul{margin:0 0 20px;padding:0;list-style:none}
.info-policy ol{margin:0 0 20px;padding:0 0 0 20px;list-style:decimal}
.info-policy ul li{position:relative;padding:6px 0 6px 28px;color:#2c2c44;line-height:1.75;border-bottom:1px solid #F6F6F6}
.info-policy ul li:last-child{border-bottom:none}
.info-policy ul li::before{content:"";position:absolute;left:8px;top:15px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#8708B7,#FB3467)}
.info-policy ol li{padding:5px 0 5px 8px;color:#2c2c44;line-height:1.75;margin-bottom:4px}
.info-policy ul ul,.info-policy ol ol,.info-policy ul ol,.info-policy ol ul{margin:8px 0 4px 16px}
.info-policy ul ul li::before{width:6px;height:6px;background:#FB3467;top:14px}
.info-policy strong,.info-policy b{font-weight:700;color:#1a1a2e}
.info-policy a{color:#8708B7;text-decoration:underline;text-decoration-color:#8708b759;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease;font-weight:500}
.info-policy a:hover{color:#FB3467;text-decoration-color:#fb346799}
.info-policy a:visited{color:#6a06a0}
.info-policy table{width:100%;border-collapse:collapse;margin:28px 0 32px;font-size:.9rem;border-radius:12px;overflow:hidden;box-shadow:0 2px 16px #8708b714}
.info-policy thead{background:linear-gradient(135deg,#8708B7 0%,#a020d0 100%)}
.info-policy thead th{padding:14px 18px;text-align:left;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;color:#fff;border:none}
.info-policy tbody tr{border-bottom:1px solid #eee;transition:background .15s ease}
.info-policy tbody tr:last-child{border-bottom:none}
.info-policy tbody tr:nth-child(even){background:#faf7ff}
.info-policy tbody tr:hover{background:#8708b70a}
.info-policy tbody td{padding:13px 18px;color:#2c2c44;vertical-align:top;line-height:1.6;border:none}
.info-policy th{padding:14px 18px;text-align:left;font-weight:700;color:#fff}
.info-policy td{padding:13px 18px;color:#2c2c44}
.info-policy hr{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,#8708B7 30%,#FB3467 70%,transparent 100%);margin:40px 0;opacity:.3}
@media (max-width: 768px) {
.info-policy{padding:32px 16px 56px;font-size:15px}
.info-policy h1{font-size:1.7rem;margin-bottom:24px;padding-bottom:16px}
.info-policy h2{font-size:1.3rem;margin-top:36px}
.info-policy h3{font-size:1.1rem;margin-top:28px}
.info-policy table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px}
.info-policy thead th,.info-policy tbody td,.info-policy th,.info-policy td{padding:10px 12px;white-space:nowrap}
.info-policy ul li{padding-left:24px}
}
@media (max-width: 480px) {
.info-policy{padding:24px 14px 48px;font-size:14px}
.info-policy h1{font-size:1.45rem}
.info-policy h2{font-size:1.15rem;padding-left:10px}
.info-policy h3{font-size:1rem}
.info-policy hr{margin:28px 0}
}
.programHeroOuter{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}
.programHeroInner{display:flex;flex-direction:row;align-items:stretch;width:100%;max-width:960px;margin:0 auto;padding:60px 24px;gap:0;position:relative;z-index:2}
.heroTextWrapper{flex:1 1 55%;display:flex;flex-direction:column;justify-content:center;padding-right:40px}
.heroTextWrapper .programLabel{display:inline-block;background:linear-gradient(135deg,#8708B7,#FB3467);color:#fff;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:20px;width:fit-content}
.heroTextWrapper .programHeading{font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.15;color:#1a0a2e;margin:0 0 18px;position:relative}
.heroTextWrapper .programHeading span{background:linear-gradient(135deg,#8708B7,#FB3467);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.heroTextWrapper .programQuote{font-size:16px;color:#555;line-height:1.7;margin:0 0 28px;border-left:3px solid #8708B7;padding-left:16px}
.heroTextWrapper .heroCta{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#8708B7 0%,#FB3467 100%);color:#fff;padding:13px 28px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;width:fit-content;transition:box-shadow 0.25s,transform .2s;position:relative;z-index:3}
.heroTextWrapper .heroCta:hover{box-shadow:0 8px 24px #8708b759;transform:translateY(-2px)}
.heroImageWrapper{flex:1 1 45%;position:relative;border-radius:20px;overflow:hidden;min-height:340px}
.heroImageWrapper img{width:100%;height:100%;object-fit:cover;display:block;animation:subtleFloat 6s ease-in-out infinite}
@keyframes subtleFloat {
0%,100%{transform:scale(1.02) translateY(0)}
50%{transform:scale(1.05) translateY(-6px)}
}
.heroImageWrapper::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#8708b72e 0%,#fb34671a 100%)}
.programHeroOuter::before{content:'';position:absolute;top:-60px;left:-80px;width:340px;height:340px;background:radial-gradient(circle,#8708b714 0%,transparent 70%);border-radius:50%;animation:parallaxDrift 8s ease-in-out infinite;z-index:0}
.programHeroOuter::after{content:'';position:absolute;bottom:-40px;right:-60px;width:260px;height:260px;background:radial-gradient(circle,#fb346714 0%,transparent 70%);border-radius:50%;animation:parallaxDrift 10s ease-in-out infinite reverse;z-index:0}
@keyframes parallaxDrift {
0%,100%{transform:translate(0,0)}
50%{transform:translate(12px,-16px)}
}
.modulesSection{background:#F6F6F6;padding:72px 24px;position:relative}
.modulesSectionInner{max-width:960px;margin:0 auto}
.modulesSection .sectionTagline{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#8708B7;margin-bottom:8px;display:block}
.modulesSection .sectionTitle{font-size:clamp(22px,3vw,34px);font-weight:700;color:#1a0a2e;margin:0 0 8px}
.modulesSection .sectionSubtitle{font-size:15px;color:#666;margin:0 0 48px;max-width:560px}
.modulesAccordion{display:flex;flex-direction:column;gap:0}
.moduleItem{border-bottom:1px solid #e0d6ec}
.moduleItem input[type="checkbox"]{display:none}
.moduleItemLabel{display:flex;align-items:center;gap:14px;padding:20px 8px;cursor:pointer;transition:background .2s;border-radius:8px}
.moduleItemLabel:hover{background:#8708b70a}
.moduleItemLabel .moduleNumber{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#8708B7,#FB3467);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.moduleItemLabel .moduleName{flex:1;font-size:16px;font-weight:600;color:#1a0a2e}
.moduleItemLabel .moduleArrow{color:#8708B7;font-size:18px;transition:transform .3s}
.moduleItem input[type="checkbox"]:checked + .moduleItemLabel .moduleArrow{transform:rotate(180deg)}
.moduleItemBody{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;padding:0 8px 0 56px}
.moduleItem input[type="checkbox"]:checked ~ .moduleItemBody{max-height:300px;padding:4px 8px 20px 56px}
.moduleItemBody p{font-size:14px;color:#555;line-height:1.7;margin:0 0 10px}
.moduleItemBody ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px}
.moduleItemBody ul li{background:#8708b714;color:#8708B7;font-size:12px;font-weight:600;padding:4px 10px;border-radius:4px}
.statsSection{padding:80px 24px;background:linear-gradient(140deg,#1a0a2e 0%,#2d0847 55%,#4a0e6b 100%);position:relative;overflow:hidden}
.statsSection::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.statsSectionInner{max-width:960px;margin:0 auto;position:relative;z-index:1}
.statsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:56px}
.statCard{text-align:center;padding:24px 16px;border-radius:16px;background:#ffffff0d;border:1px solid #ffffff1a;backdrop-filter:blur(8px)}
.statCard .statNumber{font-size:40px;font-weight:800;background:linear-gradient(135deg,#c96bef,#fb3467);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;line-height:1;margin-bottom:8px}
.statCard .statLabel{font-size:13px;color:#ffffffa6;line-height:1.4}
.statsTestimonialCard{background:#ffffff12;border:1px solid #ffffff1f;border-radius:20px;padding:32px;display:flex;flex-direction:row;gap:24px;align-items:flex-start}
.testimonialAvatar{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #8708b780;flex-shrink:0}
.testimonialContent .testimonialText{font-size:15px;color:#ffffffd9;line-height:1.7;margin:0 0 12px;font-style:italic}
.testimonialContent .testimonialAuthor{font-size:13px;color:#ffffff80}
.testimonialContent .testimonialAuthor strong{color:#c96bef;display:block;font-size:14px}
.processSection{padding:80px 24px;background:#fff;position:relative}
.processSectionInner{max-width:960px;margin:0 auto}
.processSection .processSectionHeader{display:flex;flex-direction:row;gap:48px;align-items:flex-start;margin-bottom:56px}
.processSection .processTitleBlock{flex:0 0 auto;max-width:320px}
.processSection .processTitleBlock .processTag{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#FB3467;margin-bottom:10px;display:block}
.processSection .processTitleBlock h2{font-size:clamp(20px,2.8vw,30px);font-weight:700;color:#1a0a2e;margin:0 0 14px;line-height:1.2}
.processSection .processTitleBlock p{font-size:14px;color:#666;line-height:1.65;margin:0}
.processImageBlock{flex:1;border-radius:16px;overflow:hidden;position:relative;min-height:220px}
.processImageBlock img{width:100%;height:100%;object-fit:cover;display:block}
.processImageBlock::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#8708b726,#fb34671a);z-index:1}
.stepsTrack{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.stepsTrack::before{content:'';position:absolute;top:28px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,#8708B7,#FB3467);z-index:0}
.stepItem{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 12px;position:relative;z-index:1}
.stepItem .stepCircle{width:56px;height:56px;border-radius:50%;background:#fff;border:3px solid #8708B7;display:flex;align-items:center;justify-content:center;color:#8708B7;font-size:20px;margin-bottom:16px;box-shadow:0 4px 16px #8708b726;transition:background 0.25s,color .25s}
.stepItem:hover .stepCircle{background:linear-gradient(135deg,#8708B7,#FB3467);color:#fff;border-color:transparent}
.stepItem .stepLabel{font-size:13px;font-weight:700;color:#1a0a2e;margin-bottom:6px}
.stepItem .stepDesc{font-size:12px;color:#777;line-height:1.5}
.enrollSection{background:linear-gradient(150deg,#F6F6F6 0%,#f0e8fa 100%);padding:80px 24px;position:relative;overflow:hidden}
.enrollSection::before{content:'';position:absolute;bottom:-80px;left:-60px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#8708b70f 0%,transparent 70%)}
.enrollSectionInner{max-width:960px;margin:0 auto;position:relative;z-index:1}
.enrollLayout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.enrollInfoBlock .enrollBadge{display:inline-flex;align-items:center;gap:6px;background:#8708b71a;color:#8708B7;font-size:12px;font-weight:700;padding:5px 12px;border-radius:20px;margin-bottom:20px;letter-spacing:1px;text-transform:uppercase}
.enrollInfoBlock h2{font-size:clamp(22px,3vw,32px);font-weight:700;color:#1a0a2e;margin:0 0 16px;line-height:1.2}
.enrollInfoBlock .enrollDesc{font-size:15px;color:#555;line-height:1.7;margin:0 0 28px}
.featureCheckList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.featureCheckList li{display:flex;align-items:center;gap:10px;font-size:14px;color:#333}
.featureCheckList li .checkIcon{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#8708B7,#FB3467);display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;flex-shrink:0}
.enrollFormWrapper{background:#fff;border-radius:20px;padding:36px 32px;box-shadow:0 8px 32px #8708b71a;border:1px solid #8708b714}
.enrollFormWrapper .formTitle{font-size:18px;font-weight:700;color:#1a0a2e;margin:0 0 6px}
.enrollFormWrapper .formSubtitle{font-size:13px;color:#888;margin:0 0 24px}
.enrollForm{display:flex;flex-direction:column;gap:14px}
.formFieldWrapper{display:flex;flex-direction:column;gap:5px}
.formFieldWrapper label{font-size:12px;font-weight:600;color:#555;letter-spacing:.5px}
.formFieldWrapper input,.formFieldWrapper select{padding:11px 14px;border:1.5px solid #e0d6ec;border-radius:8px;font-size:14px;color:#1a0a2e;background:#faf8ff;transition:border-color 0.2s,box-shadow .2s;outline:none;box-shadow:inset 0 2px 4px #8708b70a;appearance:none}
.formFieldWrapper input:focus,.formFieldWrapper select:focus{border-color:#8708B7;box-shadow:0 0 0 3px #8708b71a inset 0 2px 4px #8708b70a}
.formSubmitButton{width:100%;padding:14px;background:linear-gradient(135deg,#8708B7,#FB3467);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;transition:box-shadow 0.25s,transform .2s;position:relative;z-index:3;margin-top:6px}
.formSubmitButton:hover{box-shadow:0 8px 24px #8708b759;transform:translateY(-2px)}
.formPrivacyNote{font-size:11px;color:#aaa;text-align:center;margin-top:4px}
.svgDivider{width:100%;overflow:hidden;line-height:0;display:block}
@media (max-width: 768px) {
.programHeroInner{flex-direction:column;padding:48px 20px}
.heroTextWrapper{padding-right:0;margin-bottom:28px}
.heroImageWrapper{min-height:220px;width:100%}
.statsGrid{grid-template-columns:repeat(2,1fr);gap:20px}
.statsTestimonialCard{flex-direction:column}
.processSection .processSectionHeader{flex-direction:column;gap:24px}
.processSection .processTitleBlock{max-width:100%}
.stepsTrack{grid-template-columns:repeat(2,1fr);gap:32px}
.stepsTrack::before{display:none}
.enrollLayout{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 480px) {
.statsGrid{grid-template-columns:1fr 1fr}
.stepsTrack{grid-template-columns:1fr}
.enrollFormWrapper{padding:24px 18px}
}
.heroWrapper{position:relative;overflow:hidden;padding:80px 20px 60px;background:#fff}
.heroWrapper::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#f6f6f6 0%,#f0e8f7 40%,#fce8ee 70%,#f6f6f6 100%);background-size:400% 400%;animation:gradShift 8s ease infinite;z-index:0}
@keyframes gradShift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.heroInner{position:relative;z-index:1;max-width:960px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.heroTextBlock{flex:1}
.heroTextBlock .tagLabel{display:inline-block;background:linear-gradient(90deg,#8708B7,#FB3467);color:#fff;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:20px}
.heroTextBlock h1{font-size:2.4rem;font-weight:800;line-height:1.2;color:#1a1a2e;margin-bottom:20px}
.heroTextBlock h1 .accentWord{background:linear-gradient(90deg,#8708B7,#FB3467);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.heroTextBlock .heroDescription{font-size:1.05rem;line-height:1.7;color:#4a4a6a;margin-bottom:32px;max-width:480px}
.heroCtaGroup{display:flex;flex-direction:row;gap:16px;align-items:center;flex-wrap:wrap}
.heroPrimaryBtn{display:inline-block;background:linear-gradient(135deg,#8708B7,#FB3467);color:#fff;padding:14px 32px;border-radius:10px;font-weight:700;font-size:.95rem;text-decoration:none;transition:opacity 0.2s,transform .2s;position:relative;z-index:2}
.heroPrimaryBtn:hover{opacity:.9;transform:translateY(-2px)}
.heroSecondaryLink{color:#8708B7;font-weight:600;font-size:.95rem;text-decoration:none;display:flex;flex-direction:row;align-items:center;gap:6px;transition:gap .2s}
.heroSecondaryLink:hover{gap:10px}
.heroImageBlock{flex:0 0 340px;position:relative}
.heroImageBlock img{width:340px;height:280px;object-fit:cover;border-radius:20px;display:block;filter:drop-shadow(0 8px 32px #8708b726);mask-image:radial-gradient(ellipse at center,black 60%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse at center,black 60%,transparent 100%)}
.heroStatsRow{display:flex;flex-direction:row;gap:24px;margin-top:32px;padding-top:28px;border-top:1px solid #8708b71f}
.heroStatItem{text-align:left}
.heroStatItem .statNumber{font-size:1.6rem;font-weight:800;color:#8708B7;line-height:1}
.heroStatItem .statLabel{font-size:.78rem;color:#777;margin-top:4px}
.pricingSection{padding:72px 20px;background:#fff}
.pricingInner{max-width:960px;margin:0 auto}
.sectionLabel{text-align:center;margin-bottom:12px}
.sectionLabel span{display:inline-block;width:40px;height:3px;background:linear-gradient(90deg,#8708B7,#FB3467);border-radius:2px;vertical-align:middle;margin:0 8px}
.pricingSectionTitle{text-align:center;font-size:1.9rem;font-weight:800;color:#1a1a2e;margin-bottom:8px}
.pricingSectionSub{text-align:center;color:#666;font-size:.95rem;margin-bottom:48px}
.pricingCards{display:flex;flex-direction:row;gap:24px;align-items:stretch}
.pricingCard{flex:1;border:2px solid #f0e8f7;border-radius:18px;padding:32px 28px;background:#fafafa;transition:box-shadow 0.2s,transform 0.2s,border-color .2s;position:relative}
.pricingCard:hover{box-shadow:0 12px 36px #8708b71a;transform:translateY(-4px);border-color:#d9b3f0}
.pricingCard.featuredCard{background:linear-gradient(145deg,#8708B7,#c034d4);border-color:transparent;color:#fff}
.featuredCard .featuredBadge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,#FB3467,#ff6b8a);color:#fff;font-size:11px;font-weight:700;padding:4px 16px;border-radius:20px;white-space:nowrap}
.pricingCard .planName{font-size:1rem;font-weight:700;color:#8708B7;margin-bottom:8px;letter-spacing:.5px}
.featuredCard .planName{color:#fffc}
.pricingCard .planPrice{font-size:2.4rem;font-weight:800;color:#1a1a2e;line-height:1;margin-bottom:4px}
.featuredCard .planPrice{color:#fff}
.pricingCard .planPeriod{font-size:.82rem;color:#999;margin-bottom:20px}
.featuredCard .planPeriod{color:#ffffffa6}
.planFeatureList{list-style:none;padding:0;margin:0 0 24px}
.planFeatureList li{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:.88rem;color:#444;padding:6px 0;border-bottom:1px solid #0000000d}
.featuredCard .planFeatureList li{color:#ffffffe6;border-bottom-color:#ffffff1a}
.planFeatureList li i{color:#8708B7;font-size:14px}
.featuredCard .planFeatureList li i{color:#ffcce0}
.planCta{display:block;text-align:center;padding:12px 24px;border-radius:10px;font-weight:700;font-size:.9rem;text-decoration:none;transition:all .2s;position:relative;z-index:2}
.planCtaOutline{border:2px solid #8708B7;color:#8708B7;background:transparent}
.planCtaOutline:hover{background:#8708B7;color:#fff}
.planCtaSolid{background:#fff;color:#8708B7;border:2px solid #fff}
.planCtaSolid:hover{background:transparent;color:#fff}
.researchSection{padding:72px 20px;background:linear-gradient(145deg,#1a1a2e 0%,#2d0a4e 100%);position:relative;overflow:hidden}
.researchSection::after{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#8708b74d,transparent 70%);pointer-events:none}
.researchInner{max-width:960px;margin:0 auto;display:flex;flex-direction:row;gap:60px;align-items:center}
.researchTextCol{flex:1}
.researchTextCol .researchEyebrow{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#FB3467;margin-bottom:16px}
.researchTextCol h2{font-size:1.9rem;font-weight:800;color:#fff;margin-bottom:18px;line-height:1.3}
.researchTextCol p{color:#ffffffbf;font-size:.95rem;line-height:1.7;margin-bottom:28px}
.researchMetricsGrid{flex:0 0 340px;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.metricCard{background:#ffffff12;border:1px solid #ffffff1a;border-radius:14px;padding:22px 18px;text-align:center;transition:background .2s}
.metricCard:hover{background:#ffffff1f}
.metricCard .metricValue{font-size:1.8rem;font-weight:800;background:linear-gradient(90deg,#b84cff,#FB3467);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}
.metricCard .metricDesc{font-size:.78rem;color:#fff9;margin-top:6px;line-height:1.4}
.certSection{padding:72px 20px;background:#F6F6F6}
.certInner{max-width:960px;margin:0 auto}
.certHeader{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:40px;gap:24px;flex-wrap:wrap}
.certHeader h2{font-size:1.9rem;font-weight:800;color:#1a1a2e;position:relative}
.certHeader h2::after{content:'';display:block;width:48px;height:4px;background:linear-gradient(90deg,#8708B7,#FB3467);border-radius:2px;margin-top:10px}
.certHeader p{color:#666;font-size:.9rem;line-height:1.6;max-width:360px}
.certLayout{display:flex;flex-direction:row;gap:32px;align-items:flex-start}
.certImageCol{flex:0 0 280px}
.certImageCol img{width:280px;height:320px;object-fit:cover;border-radius:16px;box-shadow:0 16px 48px #8708b726}
.certDetailCol{flex:1}
.certStepList{list-style:none;padding:0;margin:0}
.certStepList li{display:flex;flex-direction:row;gap:18px;padding:20px 0;border-bottom:1px dashed #d9d9e8}
.certStepList li:last-child{border-bottom:none}
.stepIconWrap{flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#f0e8f7,#fce8ee);display:flex;align-items:center;justify-content:center}
.stepIconWrap i{font-size:20px;color:#8708B7}
.stepTextBlock .stepTitle{font-size:.95rem;font-weight:700;color:#1a1a2e;margin-bottom:4px}
.stepTextBlock .stepDesc{font-size:.85rem;color:#666;line-height:1.5}
.experienceSection{padding:72px 20px;background:#fff}
.experienceInner{max-width:960px;margin:0 auto}
.experienceGrid{display:grid;grid-template-columns:1fr 1fr;gap:0;border:2px solid #f0e8f7;border-radius:20px;overflow:hidden}
.expGridItem{padding:36px 32px;border-right:1px solid #f0e8f7;border-bottom:1px solid #f0e8f7;transition:background .2s}
.expGridItem:hover{background:#fdf7ff}
.expGridItem:nth-child(2n){border-right:none}
.expGridItem:nth-last-child(-n+2){border-bottom:none}
.expGridItem .expIcon{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,#8708B7,#FB3467);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.expGridItem .expIcon i{color:#fff;font-size:20px}
.expGridItem h4{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.expGridItem p{font-size:.85rem;color:#666;line-height:1.6}
.expSectionHead{margin-bottom:40px}
.expSectionHead h2{font-size:1.9rem;font-weight:800;color:#1a1a2e;margin-bottom:8px}
.expSectionHead p{color:#666;font-size:.95rem}
.testimonialSection{padding:72px 20px;background:linear-gradient(160deg,#fce8ee 0%,#f0e8f7 100%);position:relative}
.testimonialInner{max-width:960px;margin:0 auto}
.testimonialHead{text-align:center;margin-bottom:48px}
.testimonialHead h2{font-size:1.9rem;font-weight:800;color:#1a1a2e;margin-bottom:8px}
.testimonialHead p{color:#666;font-size:.95rem}
.testimonialLayout{display:flex;flex-direction:row;gap:32px;align-items:flex-start}
.testimonialCard{flex:1;background:#fff;border-radius:18px;padding:32px 28px;box-shadow:0 8px 32px #8708b714}
.testimonialCard .quoteIcon{font-size:2.5rem;color:#f0e8f7;line-height:1;margin-bottom:12px}
.testimonialCard .quoteText{font-size:.92rem;color:#444;line-height:1.7;margin-bottom:20px;font-style:italic}
.testimonialCard .reviewerRow{display:flex;flex-direction:row;align-items:center;gap:14px}
.testimonialCard .reviewerAvatar img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.testimonialCard .reviewerName{font-size:.9rem;font-weight:700;color:#1a1a2e}
.testimonialCard .reviewerRole{font-size:.78rem;color:#999}
.testimonialCard .starRow{display:flex;flex-direction:row;gap:3px;margin-bottom:14px}
.testimonialCard .starRow i{color:#f5a623;font-size:14px}
.testimonialImageCard{flex:0 0 280px;border-radius:18px;overflow:hidden;box-shadow:0 8px 32px #8708b71a;position:relative}
.testimonialImageCard img{width:280px;height:100%;min-height:300px;object-fit:cover;display:block}
.testimonialImageCard .overlayCaption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#1a1a2ed9);color:#fff;padding:24px 20px 20px}
.testimonialImageCard .overlayCaption .captionTitle{font-size:1rem;font-weight:700;margin-bottom:4px}
.testimonialImageCard .overlayCaption .captionSub{font-size:.78rem;opacity:.8}
.businessSection{padding:72px 20px;background:#fff}
.businessInner{max-width:960px;margin:0 auto}
.businessLayout{display:grid;grid-template-columns:5fr 4fr;gap:48px;align-items:center}
.businessTextCol h2{font-size:1.9rem;font-weight:800;color:#1a1a2e;margin-bottom:16px;line-height:1.3}
.businessTextCol h2 .accentText{color:#8708B7}
.businessTextCol p{font-size:.95rem;color:#555;line-height:1.7;margin-bottom:28px}
.businessFeatureItems{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}
.bizFeature{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.bizFeature .bizFeatureIcon{flex:0 0 36px;width:36px;height:36px;border-radius:8px;background:#f0e8f7;display:flex;align-items:center;justify-content:center}
.bizFeature .bizFeatureIcon i{color:#8708B7;font-size:16px}
.bizFeature .bizFeatureText .bizFeatureTitle{font-size:.9rem;font-weight:700;color:#1a1a2e;margin-bottom:2px}
.bizFeature .bizFeatureText .bizFeatureDesc{font-size:.82rem;color:#777}
.businessImageCol img{width:100%;max-width:360px;height:340px;object-fit:cover;border-radius:20px;box-shadow:0 16px 48px #8708b71f}
.businessCtaLink{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:linear-gradient(135deg,#8708B7,#FB3467);color:#fff;padding:13px 28px;border-radius:10px;font-weight:700;font-size:.9rem;text-decoration:none;transition:opacity 0.2s,transform .2s;position:relative;z-index:2}
.businessCtaLink:hover{opacity:.88;transform:translateY(-2px)}
.communitySection{padding:72px 20px;background:#1a1a2e;position:relative;overflow:hidden}
.communitySection::before{content:'';position:absolute;bottom:-80px;left:-80px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,#fb346733,transparent 70%);pointer-events:none}
.communityInner{max-width:960px;margin:0 auto;position:relative;z-index:1}
.communityHead{text-align:center;margin-bottom:48px}
.communityHead .communityEyebrow{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#FB3467;margin-bottom:12px}
.communityHead h2{font-size:1.9rem;font-weight:800;color:#fff;margin-bottom:10px}
.communityHead p{color:#ffffffa6;font-size:.95rem;max-width:520px;margin:0 auto;line-height:1.6}
.communityCardsRow{display:flex;flex-direction:row;gap:24px}
.communityCard{flex:1;background:#ffffff0d;border:1px solid #ffffff17;border-radius:18px;padding:28px 24px;transition:background 0.2s,border-color .2s}
.communityCard:hover{background:#ffffff1a;border-color:#8708b766}
.communityCard .communityCardIcon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#8708b780,#fb346780);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.communityCard .communityCardIcon i{color:#fff;font-size:22px}
.communityCard h4{font-size:1rem;font-weight:700;color:#fff;margin-bottom:10px}
.communityCard p{font-size:.85rem;color:#fff9;line-height:1.6}
.communityCtaRow{text-align:center;margin-top:48px}
.communityCtaRow p{color:#ffffffa6;font-size:.9rem;margin-bottom:20px}
.communityCtaBtn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:linear-gradient(135deg,#FB3467,#ff6b8a);color:#fff;padding:14px 32px;border-radius:10px;font-weight:700;font-size:.95rem;text-decoration:none;transition:opacity 0.2s,transform .2s;position:relative;z-index:2}
.communityCtaBtn:hover{opacity:.88;transform:translateY(-2px)}
@media (max-width: 1024px) {
.heroInner{gap:32px}
.heroImageBlock{flex:0 0 280px}
.heroImageBlock img{width:280px;height:230px}
.pricingCards{gap:16px}
.researchInner{gap:40px}
.researchMetricsGrid{flex:0 0 280px}
}
@media (max-width: 768px) {
.heroInner{flex-direction:column;gap:32px}
.heroImageBlock{flex:none;width:100%}
.heroImageBlock img{width:100%;height:220px}
.heroTextBlock h1{font-size:1.8rem}
.heroStatsRow{flex-wrap:wrap;gap:16px}
.pricingCards{flex-direction:column}
.researchInner{flex-direction:column;gap:36px}
.researchMetricsGrid{flex:none;width:100%}
.certLayout{flex-direction:column}
.certImageCol{flex:none}
.certImageCol img{width:100%;height:220px}
.experienceGrid{grid-template-columns:1fr}
.expGridItem:nth-child(2n){border-right:1px solid #f0e8f7}
.expGridItem:nth-last-child(-n+2){border-bottom:1px solid #f0e8f7}
.expGridItem:last-child{border-bottom:none}
.testimonialLayout{flex-direction:column}
.testimonialImageCard{flex:none;width:100%}
.testimonialImageCard img{width:100%;min-height:220px}
.businessLayout{grid-template-columns:1fr}
.businessImageCol img{max-width:100%;height:220px}
.communityCardsRow{flex-direction:column}
.certHeader{flex-direction:column;align-items:flex-start}
}
@media (max-width: 480px) {
.heroWrapper{padding:56px 16px 44px}
.heroTextBlock h1{font-size:1.5rem}
.pricingSection,.researchSection,.certSection,.experienceSection,.testimonialSection,.businessSection,.communitySection{padding:48px 16px}
.pricingSectionTitle,.researchTextCol h2,.certHeader h2,.expSectionHead h2,.testimonialHead h2,.businessTextCol h2,.communityHead h2{font-size:1.5rem}
}
.contactPageOuter{width:100%;overflow-x:hidden}
.mosaicTitleWrapper{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;min-height:480px;position:relative;overflow:hidden}
.mosaicImageBlock{display:grid;grid-template-rows:1fr 1fr;gap:0;position:relative}
.mosaicImageBlock .imageSlotTop{position:relative;overflow:hidden}
.mosaicImageBlock .imageSlotTop img{width:100%;height:260px;object-fit:cover;display:block;filter:saturate(0.85) brightness(0.92)}
.mosaicImageBlock .imageSlotBottom{background:linear-gradient(135deg,#8708B7 0%,#FB3467 100%);display:flex;align-items:center;justify-content:center;padding:24px;min-height:160px}
.mosaicImageBlock .imageSlotBottom .statItem{text-align:center}
.mosaicImageBlock .imageSlotBottom .statNumber{font-size:2.4rem;font-weight:800;color:#fff;line-height:1;display:block}
.mosaicImageBlock .imageSlotBottom .statLabel{font-size:.85rem;color:#ffffffd9;margin-top:6px;display:block}
.mosaicTextBlock{background:#F6F6F6;padding:52px 48px 52px 40px;display:flex;flex-direction:column;justify-content:center;position:relative}
.mosaicTextBlock .particleCanvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}
.mosaicTextBlock .dialogueContent{position:relative;z-index:1}
.mosaicTextBlock .dialogueTag{display:inline-flex;align-items:center;gap:8px;background:#8708b717;color:#8708B7;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:20px}
.mosaicTextBlock .dialogueHeading{font-size:2.1rem;font-weight:800;line-height:1.2;color:#1a1a2e;margin:0 0 16px}
.mosaicTextBlock .dialogueHeading span{background:linear-gradient(90deg,#8708B7,#FB3467);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.mosaicTextBlock .dialogueText{font-size:1rem;color:#555;line-height:1.65;margin:0 0 28px;max-width:380px}
.mosaicTextBlock .quickContactLinks{display:flex;flex-direction:column;gap:10px}
.mosaicTextBlock .quickContactLinks a{display:inline-flex;align-items:center;gap:10px;color:#8708B7;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .2s}
.mosaicTextBlock .quickContactLinks a:hover{color:#FB3467}
.mosaicTextBlock .quickContactLinks a .linkIcon{width:32px;height:32px;background:#8708b71a;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.95rem;flex-shrink:0;transition:background .2s}
.mosaicTextBlock .quickContactLinks a:hover .linkIcon{background:#fb34671f}
.particleDot{position:absolute;border-radius:50%;opacity:0;animation:floatParticle 6s ease-in-out infinite}
@keyframes floatParticle {
0%{opacity:0;transform:translateY(0) scale(0.5)}
20%{opacity:.45}
80%{opacity:.2}
100%{opacity:0;transform:translateY(-60px) scale(1)}
}
.contactInfoWrapper{max-width:960px;margin:0 auto;padding:70px 24px 50px}
.infoCardsRow{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.infoCard{background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 8px 30px #8708b712;display:flex;flex-direction:column;align-items:flex-start;border-top:3px solid transparent;transition:transform 0.22s,box-shadow .22s}
.infoCard:hover{transform:translateY(-4px);box-shadow:0 16px 40px #8708b71f}
.infoCard.cardAccent1{border-top-color:#8708B7}
.infoCard.cardAccent2{border-top-color:#FB3467}
.infoCard.cardAccent3{border-top-color:#8708B7}
.infoCard .cardIconWrap{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:18px}
.infoCard.cardAccent1 .cardIconWrap{background:#8708b71a;color:#8708B7}
.infoCard.cardAccent2 .cardIconWrap{background:#fb34671a;color:#FB3467}
.infoCard.cardAccent3 .cardIconWrap{background:#8708b71a;color:#8708B7}
.infoCard .cardLabel{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#999;margin-bottom:6px}
.infoCard .cardValue{font-size:.95rem;font-weight:600;color:#1a1a2e;line-height:1.5;word-break:break-all}
.infoCard .cardValue a{color:#1a1a2e;text-decoration:none;transition:color .2s}
.infoCard .cardValue a:hover{color:#8708B7}
.formSectionOuter{background:linear-gradient(145deg,#1a1a2e 0%,#2d0a4e 60%,#3a0c5c 100%);padding:70px 24px;position:relative;overflow:hidden}
.formSectionOuter::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:#8708b72e;pointer-events:none}
.formSectionOuter::after{content:'';position:absolute;bottom:-60px;left:-60px;width:240px;height:240px;border-radius:50%;background:#fb34671f;pointer-events:none}
.formInner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:56px;align-items:start;position:relative;z-index:1}
.formSideInfo .sideTag{display:inline-block;background:#fb346733;color:#FB3467;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:20px}
.formSideInfo .sideHeading{font-size:1.75rem;font-weight:800;color:#fff;line-height:1.25;margin:0 0 16px}
.formSideInfo .sideText{font-size:.92rem;color:#ffffffa6;line-height:1.65;margin:0 0 32px}
.formSideInfo .topicList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.formSideInfo .topicList li{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#ffffffbf}
.formSideInfo .topicList li::before{content:'';width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#8708B7,#FB3467);flex-shrink:0}
.contactFormBlock{background:#fff;border-radius:20px;padding:40px 36px;box-shadow:0 20px 60px #0000004d}
.contactFormBlock .formHeadline{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin:0 0 24px}
.formFieldGroup{display:flex;flex-direction:column;gap:18px;margin-bottom:18px}
.fieldWrapper{display:flex;flex-direction:column;gap:6px}
.fieldWrapper label{font-size:.8rem;font-weight:600;color:#444;letter-spacing:.03em}
.fieldWrapper input,.fieldWrapper select{width:100%;padding:12px 16px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:.92rem;color:#1a1a2e;background:#fafafa;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box;appearance:none;-webkit-appearance:none;outline:none;box-shadow:inset 0 2px 4px #0000000a}
.fieldWrapper input:focus,.fieldWrapper select:focus{border-color:#8708B7;background:#fff;box-shadow:0 0 0 3px #8708b71a inset 0 2px 4px #00000005}
.selectWrapper{position:relative}
.selectWrapper select{cursor:pointer}
.selectWrapper::after{content:'\F282';font-family:"bootstrap-icons";position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#8708B7;pointer-events:none;font-size:1rem}
.privacyRow{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px;margin-top:8px}
.privacyRow input[type="checkbox"]{width:18px;height:18px;min-width:18px;margin-top:2px;accent-color:#8708B7;cursor:pointer;box-shadow:none;border:none;padding:0}
.privacyRow .privacyText{font-size:.8rem;color:#666;line-height:1.5}
.privacyRow .privacyText a{color:#8708B7;text-decoration:underline;text-underline-offset:2px}
.submitButtonOuter{display:flex;flex-direction:column}
.submitButtonOuter button{width:100%;padding:14px 24px;background:linear-gradient(135deg,#8708B7 0%,#FB3467 100%);color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:opacity 0.2s,transform 0.15s,box-shadow .2s;box-shadow:0 6px 20px #8708b74d;position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:8px}
.submitButtonOuter button:hover{opacity:.92;transform:translateY(-2px);box-shadow:0 10px 28px #8708b766}
.submitButtonOuter button:active{transform:translateY(0)}
.additionalInfoOuter{max-width:960px;margin:0 auto;padding:60px 24px 70px}
.additionalInfoGrid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.workingHoursBlock{background:#F6F6F6;border-radius:16px;padding:32px 28px}
.workingHoursBlock .blockTitle{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin:0 0 20px;display:flex;align-items:center;gap:10px}
.workingHoursBlock .blockTitle i{color:#8708B7;font-size:1.2rem}
.scheduleList{display:flex;flex-direction:column;gap:0}
.scheduleRow{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid #e8e8e8;font-size:.88rem}
.scheduleRow:last-child{border-bottom:none}
.scheduleRow .dayLabel{color:#555}
.scheduleRow .timeLabel{font-weight:600;color:#1a1a2e}
.scheduleRow .closedLabel{font-weight:600;color:#ccc}
.imageShowcaseBlock{border-radius:16px;overflow:hidden;position:relative}
.imageShowcaseBlock img{width:100%;height:300px;object-fit:cover;display:block;filter:saturate(0.9) brightness(0.95);border-radius:16px}
.imageShowcaseBlock .imageCaption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,#1a1a2ed9 0%,transparent 100%);padding:28px 24px 20px;border-radius:0 0 16px 16px}
.imageShowcaseBlock .imageCaption .captionText{font-size:.9rem;color:#fff;font-weight:500;line-height:1.4}
@media (max-width: 1024px) {
.mosaicTitleWrapper{grid-template-columns:1fr}
.mosaicImageBlock{grid-template-rows:200px 120px;grid-template-columns:1fr 1fr;display:grid}
.mosaicImageBlock .imageSlotTop img{height:200px}
.mosaicTextBlock{padding:40px 32px}
.mosaicTextBlock .dialogueHeading{font-size:1.7rem}
.formInner{grid-template-columns:1fr;gap:32px}
.infoCardsRow{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.mosaicImageBlock{grid-template-columns:1fr;grid-template-rows:auto auto}
.mosaicImageBlock .imageSlotTop img{height:220px}
.mosaicTextBlock{padding:32px 20px}
.mosaicTextBlock .dialogueHeading{font-size:1.45rem}
.contactInfoWrapper{padding:40px 16px 32px}
.formSectionOuter{padding:48px 16px}
.contactFormBlock{padding:28px 20px}
.additionalInfoOuter{padding:40px 16px 50px}
.additionalInfoGrid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.mosaicTextBlock .dialogueHeading{font-size:1.25rem}
.formSideInfo .sideHeading{font-size:1.4rem}
}
.aboutHeroOuter{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center;justify-content:center}
.aboutHeroOuter .heroBgImage{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:0}
.aboutHeroOuter .heroOverlayGradient{position:absolute;inset:0;background:linear-gradient(160deg,#8708b78c 0%,#fb346761 50%,#0a0a14d9 100%);z-index:1}
.aboutHeroOuter .heroParallaxShape{position:absolute;border-radius:50%;opacity:.13;z-index:2;pointer-events:none}
.aboutHeroOuter .heroParallaxShape.shape-one{width:380px;height:380px;background:radial-gradient(circle,#8708B7 0%,transparent 70%);top:-80px;right:-60px}
.aboutHeroOuter .heroParallaxShape.shape-two{width:220px;height:220px;background:radial-gradient(circle,#FB3467 0%,transparent 70%);bottom:-40px;left:40px}
.aboutHeroCircleWrapper{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 24px}
.aboutHeroCircleWrapper .heroCircleRing{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid #ffffff2e;border-radius:50%;width:440px;height:440px;padding:40px;box-shadow:0 0 60px #8708b74d inset 0 0 40px #fb346714;background:#0a081447;backdrop-filter:blur(4px)}
.aboutHeroCircleWrapper .heroTagline{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#FB3467;margin-bottom:12px;font-weight:600}
.aboutHeroCircleWrapper .heroTitle{font-size:2.1rem;font-weight:800;color:#fff;line-height:1.25;margin-bottom:16px}
.aboutHeroCircleWrapper .heroTitle span{background:linear-gradient(90deg,#FB3467,#8708B7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.aboutHeroCircleWrapper .heroSubtext{font-size:.97rem;color:#ffffffd1;line-height:1.65;max-width:300px}
.aboutHeroCircleWrapper .heroScrollCue{margin-top:28px;width:32px;height:32px;border-radius:50%;border:2px solid #ffffff4d;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;animation:heroBounce 2s infinite}
@keyframes heroBounce {
0%,100%{transform:translateY(0)}
50%{transform:translateY(6px)}
}
.aboutStorySection{background:#F6F6F6;padding:80px 20px}
.aboutStoryInner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.aboutStoryVisual{position:relative}
.aboutStoryVisual .storyImageWrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 16px 48px #8708b724}
.aboutStoryVisual .storyImageWrapper img{width:100%;height:360px;object-fit:cover;display:block;border-radius:20px}
.aboutStoryVisual .storyAccentBar{position:absolute;left:-18px;top:40px;width:6px;height:120px;border-radius:4px;background:linear-gradient(180deg,#8708B7,#FB3467)}
.aboutStoryVisual .storyFloatBadge{position:absolute;bottom:-20px;right:-16px;background:linear-gradient(135deg,#8708B7,#FB3467);color:#fff;border-radius:14px;padding:14px 20px;box-shadow:0 8px 24px #8708b74d;text-align:center}
.aboutStoryVisual .storyFloatBadge .badgeNum{font-size:1.6rem;font-weight:800;line-height:1}
.aboutStoryVisual .storyFloatBadge .badgeLabel{font-size:.72rem;opacity:.88;margin-top:3px}
.aboutStoryContent .storyLabel{display:inline-block;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#8708B7;font-weight:700;background:#8708b712;border-radius:4px;padding:4px 10px;margin-bottom:16px}
.aboutStoryContent .storyHeading{font-size:1.75rem;font-weight:800;color:#1a0a2e;line-height:1.3;margin-bottom:20px;position:relative}
.aboutStoryContent .storyHeading::after{content:'';display:block;width:48px;height:3px;border-radius:2px;background:linear-gradient(90deg,#8708B7,#FB3467);margin-top:12px}
.aboutStoryContent .storyParagraph{font-size:.96rem;color:#3d3050;line-height:1.7;margin-bottom:16px}
.aboutStoryContent .storyListItems{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:10px}
.aboutStoryContent .storyListItems li{display:flex;align-items:flex-start;gap:10px;font-size:.93rem;color:#3d3050}
.aboutStoryContent .storyListItems li .listIcon{color:#8708B7;font-size:15px;margin-top:1px;flex-shrink:0}
.aboutTeamSection{padding:88px 20px;background:#fff;position:relative;overflow:hidden}
.aboutTeamSection::before{content:'';position:absolute;top:-60px;right:-80px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#8708b70f 0%,transparent 70%);pointer-events:none}
.aboutTeamInner{max-width:960px;margin:0 auto}
.aboutTeamInner .teamSectionHeader{text-align:center;margin-bottom:52px}
.aboutTeamInner .teamSectionHeader .teamOverlineText{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#FB3467;font-weight:700;display:block;margin-bottom:10px}
.aboutTeamInner .teamSectionHeader h2{font-size:1.85rem;font-weight:800;color:#1a0a2e;margin-bottom:14px}
.aboutTeamInner .teamSectionHeader .teamHeaderDesc{font-size:.95rem;color:#6b5f80;max-width:520px;margin:0 auto;line-height:1.65}
.teamMembersGrid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.teamMemberCard{display:flex;flex-direction:row;gap:20px;align-items:flex-start;background:#F6F6F6;border-radius:18px;padding:24px;border:1.5px solid #8708b712;transition:box-shadow 0.3s,border-color .3s}
.teamMemberCard:hover{box-shadow:0 12px 36px #8708b71f;border-color:#8708b733}
.teamMemberCard .cardPortraitWrapper{flex-shrink:0;width:76px;height:76px;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 4px 16px #8708b72e}
.teamMemberCard .cardPortraitWrapper img{width:76px;height:76px;object-fit:cover;display:block}
.teamMemberCard .cardDetails{flex:1;display:flex;flex-direction:column}
.teamMemberCard .cardDetails .memberName{font-size:1.05rem;font-weight:700;color:#1a0a2e;margin-bottom:3px}
.teamMemberCard .cardDetails .memberRole{font-size:.8rem;color:#8708B7;font-weight:600;margin-bottom:8px}
.teamMemberCard .cardDetails .memberBio{font-size:.88rem;color:#5a4f6e;line-height:1.6}
.teamStatRow{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:52px}
.teamStatItem{text-align:center;padding:28px 16px;background:linear-gradient(140deg,#8708b70f 0%,#fb34670a 100%);border-radius:16px;border:1px solid #8708b717}
.teamStatItem .statBigNum{font-size:2.2rem;font-weight:800;background:linear-gradient(135deg,#8708B7,#FB3467);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:6px}
.teamStatItem .statLabel{font-size:.85rem;color:#5a4f6e;line-height:1.4}
.aboutMethodSection{padding:88px 20px;background:linear-gradient(145deg,#1a0a2e 0%,#2d0847 55%,#3a0530 100%);position:relative;overflow:hidden}
.aboutMethodSection .methodBgAccent{position:absolute;bottom:-100px;left:-60px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#fb34671f 0%,transparent 70%);pointer-events:none}
.aboutMethodInner{max-width:960px;margin:0 auto}
.aboutMethodInner .methodTopRow{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-bottom:56px}
.methodTextBlock .methodOverline{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#FB3467;font-weight:700;display:block;margin-bottom:14px}
.methodTextBlock h2{font-size:1.85rem;font-weight:800;color:#fff;line-height:1.3;margin-bottom:18px}
.methodTextBlock .methodDesc{font-size:.95rem;color:#ffffffb8;line-height:1.7;margin-bottom:14px}
.methodImageGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.methodImageGrid .methodImgItem{border-radius:14px;overflow:hidden;box-shadow:0 8px 28px #00000059}
.methodImageGrid .methodImgItem img{width:100%;height:150px;object-fit:cover;display:block;transition:transform .4s}
.methodImageGrid .methodImgItem:hover img{transform:scale(1.05)}
.methodStepsWrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.methodStepCard{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;padding:24px 18px;transition:background 0.3s,border-color .3s;position:relative;overflow:hidden}
.methodStepCard::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8708B7,#FB3467);border-radius:16px 16px 0 0}
.methodStepCard:hover{background:#ffffff1a;border-color:#8708b766}
.methodStepCard .stepNum{font-size:.72rem;font-weight:700;letter-spacing:1.5px;color:#FB3467;text-transform:uppercase;margin-bottom:10px}
.methodStepCard .stepTitle{font-size:.97rem;font-weight:700;color:#fff;margin-bottom:8px}
.methodStepCard .stepDesc{font-size:.83rem;color:#ffffffa6;line-height:1.6}
@media (max-width: 1024px) {
.aboutStoryInner{gap:36px}
.aboutMethodInner .methodTopRow{gap:36px}
.methodStepsWrapper{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.aboutHeroCircleWrapper .heroCircleRing{width:300px;height:300px;padding:28px}
.aboutHeroCircleWrapper .heroTitle{font-size:1.5rem}
.aboutStoryInner{grid-template-columns:1fr;gap:40px}
.aboutStoryVisual .storyFloatBadge{right:10px;bottom:10px}
.teamMembersGrid{grid-template-columns:1fr}
.teamStatRow{grid-template-columns:1fr 1fr}
.aboutMethodInner .methodTopRow{grid-template-columns:1fr;gap:32px}
.methodStepsWrapper{grid-template-columns:1fr 1fr}
}
@media (max-width: 480px) {
.aboutHeroCircleWrapper .heroCircleRing{width:260px;height:260px;padding:20px}
.teamStatRow{grid-template-columns:1fr}
.methodStepsWrapper{grid-template-columns:1fr}
.methodImageGrid{grid-template-columns:1fr}
.teamMemberCard{flex-direction:column;align-items:center;text-align:center}
}
.successPageWrapper{width:100%;overflow-x:hidden}
.successHeroOuter{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;overflow:hidden}
.successHeroBackground{position:absolute;inset:0;background:linear-gradient(135deg,#1a0030 0%,#3d0060 30%,#6b0070 55%,#8708B7 75%,#FB3467 100%);z-index:0}
.successHeroBackground::before{content:'';position:absolute;inset:0;background:#0f001e73;backdrop-filter:blur(2px);z-index:1}
.successHeroBackground::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,#0f001eb8 0%,transparent 28%,transparent 72%,#0f001eb8 100%);z-index:2}
.geoPatternLayer{position:absolute;inset:0;z-index:3;opacity:.07;pointer-events:none}
.geoPatternLayer svg{width:100%;height:100%}
.successHeroInner{position:relative;z-index:10;max-width:720px;width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:28px}
.successIconWrapper{width:88px;height:88px;border-radius:50%;background:linear-gradient(145deg,#fb346738,#8708b738);border:2px solid #fb346780;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 40px #fb346740 inset 0 2px 4px #ffffff14}
.successIconWrapper .bi{font-size:38px;color:#FB3467;line-height:1}
.successHeadingLabel{display:inline-block;font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#FB3467;background:#fb34671f;border:1px solid #fb34674d;border-radius:20px;padding:5px 16px}
.successMainHeading{font-size:clamp(32px,6vw,58px);font-weight:800;line-height:1.15;color:#fff;margin:0;letter-spacing:-.5px}
.successMainHeading .accentWord{background:linear-gradient(90deg,#FB3467,#8708B7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.successSubtext{font-size:17px;line-height:1.7;color:#ffffffc7;margin:0;max-width:560px}
.successDividerDots{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center}
.successDividerDots span{display:block;width:6px;height:6px;border-radius:50%;background:#fb346780}
.successDividerDots span:nth-child(2){width:10px;height:10px;background:#FB3467}
.successInfoCards{display:flex;flex-direction:row;gap:16px;width:100%;justify-content:center;flex-wrap:wrap}
.successInfoCard{background:#ffffff12;border:1px solid #ffffff1f;border-radius:16px;padding:20px 22px;display:flex;flex-direction:row;align-items:flex-start;gap:14px;text-align:left;flex:1 1 160px;max-width:220px;backdrop-filter:blur(8px);transition:background .25s ease,border-color .25s ease}
.successInfoCard:hover{background:#ffffff1c;border-color:#fb346759}
.successInfoCard .cardIcon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#8708b766,#fb346766);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}
.successInfoCard .cardIcon .bi{font-size:16px;color:#fff}
.successInfoCard .cardText{display:flex;flex-direction:column;gap:3px}
.successInfoCard .cardText strong{font-size:13px;font-weight:700;color:#fff;display:block}
.successInfoCard .cardText span{font-size:11px;color:#ffffff8c;line-height:1.4}
.successActionsRow{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;justify-content:center;width:100%}
.successButtonPrimary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:14px 30px;border-radius:50px;background:linear-gradient(135deg,#FB3467,#8708B7);color:#fff;font-size:15px;font-weight:700;text-decoration:none;border:none;cursor:pointer;position:relative;z-index:20;box-shadow:0 6px 24px #fb346759;transition:transform .2s ease,box-shadow .2s ease}
.successButtonPrimary:hover{transform:translateY(-2px);box-shadow:0 10px 32px #fb34677a;color:#fff}
.successButtonSecondary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:13px 28px;border-radius:50px;background:transparent;color:#fff;font-size:15px;font-weight:600;text-decoration:none;border:1.5px solid #ffffff4d;cursor:pointer;position:relative;z-index:20;transition:border-color .2s ease,background .2s ease}
.successButtonSecondary:hover{border-color:#fff9;background:#ffffff12;color:#fff}
.successSmallNote{font-size:13px;color:#ffffff6b;margin:0}
.successSmallNote a{color:#fb3467cc;text-decoration:none;border-bottom:1px solid #fb34674d;transition:color .2s ease}
.successSmallNote a:hover{color:#FB3467}
@media (max-width: 768px) {
.successHeroOuter{min-height:auto;padding:80px 20px 60px}
.successInfoCards{flex-direction:column;align-items:center}
.successInfoCard{max-width:100%;width:100%}
.successActionsRow{flex-direction:column;align-items:center}
.successButtonPrimary,.successButtonSecondary{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.successIconWrapper{width:72px;height:72px}
.successIconWrapper .bi{font-size:30px}
}