html,body{margin:0;padding:0;font-family:'DM Sans',sans-serif;background:#FAFAF4;color:#24154C;display:grid;grid-template-rows:auto 1fr auto;min-height:100%}
*,::before,::after{box-sizing:border-box}
.site-header-wrapper{background:#24154C;position:relative;z-index:100;box-shadow:0 4px 20px #24154c2e}
.header-depth-layer{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}
.header-depth-layer::before{content:'Domain';position:absolute;left:-10px;top:50%;transform:translateY(-50%);font-size:clamp(60px,10vw,130px);font-weight:700;color:#ffe7060a;letter-spacing:.08em;white-space:nowrap;line-height:1;z-index:0}
.header-utility-bar{background:#ffe70614;border-bottom:1px solid #ffe70626;padding:6px 0;position:relative;z-index:2}
.header-utility-bar .container{max-width:1200px;margin:auto;padding:0 20px;display:flex;align-items:center;justify-content:flex-end;gap:20px}
.utility-item-v1{display:flex;align-items:center;gap:6px;color:#fafaf4b3;font-size:12px;text-decoration:none;transition:color 400ms ease}
.utility-item-v1:hover{color:#FFE706}
.utility-item-v1 .lnr{font-size:13px;color:#FFE706}
.header-main-row{position:relative;z-index:3;padding:18px 0 16px}
.header-main-row .container{max-width:1200px;margin:auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo-wrapper{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0;z-index:5}
.logo-wrapper img{width:80px;height:80px;object-fit:contain;border-radius:12px;background:#ffe7061f;padding:6px}
.logo-text-block{display:flex;flex-direction:column}
.logo-name-v1{font-size:22px;font-weight:700;color:#FFE706;line-height:1.1;letter-spacing:.02em}
.logo-tagline{font-size:11px;color:#fafaf48c;font-weight:400;letter-spacing:.04em}
.main-nav{display:flex;align-items:center;gap:4px;position:relative}
.nav-item-wrapper{position:relative}
.nav-item-wrapper > a{display:flex;align-items:center;gap:5px;padding:9px 16px;color:#fafaf4d9;text-decoration:none;font-size:14px;font-weight:500;border-radius:8px;transition:background 400ms ease,color 400ms ease;white-space:nowrap}
.nav-item-wrapper > a:hover,.nav-item-wrapper > a.nav--active{background:#ffe7061f;color:#FFE706}
.nav-item-wrapper > a .lnr{font-size:10px;opacity:.6}
.nav-submenu-wrapper{position:absolute;top:calc(100% + 8px);left:0;background:#FAFAF4;border-radius:12px;box-shadow:0 8px 24px #24154c2e;min-width:200px;padding:8px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity 400ms ease,transform 400ms ease,visibility 400ms ease;z-index:999}
.nav-item-wrapper:hover .nav-submenu-wrapper,.nav-item-wrapper:focus-within .nav-submenu-wrapper{opacity:1;visibility:visible;transform:translateY(0)}
.nav-submenu-wrapper a{display:flex;align-items:center;gap:8px;padding:9px 14px;color:#24154C;text-decoration:none;font-size:13px;font-weight:500;border-radius:8px;transition:background 400ms ease,color 400ms ease;white-space:nowrap}
.nav-submenu-wrapper a:hover{background:#ffe7062e;color:#24154C}
.nav-submenu-wrapper a .lnr{font-size:13px;color:#FFE706}
@media (max-width: 760px) {
.header-main-row .container{flex-direction:column;align-items:flex-start;gap:14px}
.main-nav{flex-wrap:wrap;gap:4px;width:100%}
.logo-wrapper img{width:60px;height:60px}
.utility-item-v1 span{display:none}
}
.site-footer-wrapper{background:linear-gradient(145deg,#24154C 0%,#1a0e38 60%,#0f0920 100%);color:#fafaf4bf;padding:0;position:relative;overflow:hidden}
.footer-body-v1{max-width:1200px;margin:auto;padding:52px 20px 0;display:grid;grid-template-columns:1fr 280px;gap:48px}
.footer-main-block{display:flex;flex-direction:column;gap:24px}
.footer-logo-row{display:flex;align-items:center;gap:12px;text-decoration:none}
.footer-logo-row img{width:54px;height:54px;object-fit:contain;border-radius:10px;background:#ffe7061a;padding:5px}
.footer-brand-name{font-size:20px;font-weight:700;color:#FFE706;letter-spacing:.02em}
.footer-desc{font-size:13px;line-height:1.7;color:#fafaf48c;max-width:420px}
.footer-nav-links{display:flex;flex-wrap:wrap;gap:8px}
.footer-nav-links a{color:#fafaf4a6;text-decoration:none;font-size:13px;padding:6px 14px;border:1px solid #ffe70633;border-radius:20px;transition:background 400ms ease,color 400ms ease,border-color 400ms ease}
.footer-nav-links a:hover{background:#ffe7061a;color:#FFE706;border-color:#ffe70680}
.footer-side-panel{background:#ffe7060d;border:1px solid #ffe7061f;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:16px;align-self:start}
.footer-panel-title{font-size:13px;font-weight:700;color:#FFE706;text-transform:uppercase;letter-spacing:.08em}
.footer-contact-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#fafaf4a6;line-height:1.5}
.footer-contact-item .lnr{font-size:15px;color:#FFE706;flex-shrink:0;margin-top:1px}
.footer-contact-item a{color:#fafaf4a6;text-decoration:none;transition:color 400ms ease}
.footer-contact-item a:hover{color:#FFE706}
.footer-bottom-bar{max-width:1200px;margin:auto;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ffe7061a;margin-top:40px;font-size:12px;color:#fafaf459}
@media (max-width: 760px) {
.footer-body-v1{grid-template-columns:1fr;gap:32px}
}
.cookie-popup-wrapper{position:fixed;top:20px;left:20px;z-index:9999;max-width:360px;width:calc(100vw - 40px);transform:translateY(-140%);transition:transform 500ms cubic-bezier(0.4,0,0.2,1)}
.cookie-popup-wrapper.cookie--visible{transform:translateY(0)}
.cookie-popup-wrapper.cookie--hidden{transform:translateY(-140%)}
.cookie-block-v1{background:#FAFAF4;border-radius:16px;box-shadow:0 8px 32px #24154c2e inset 0 1px 0 #ffe7064d;border:1px solid #ffe70640;padding:20px;display:flex;flex-direction:column;gap:14px}
.cookie-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.cookie-title-v1{font-size:14px;font-weight:700;color:#24154C;line-height:1.3}
.cookie-policy-link{font-size:11px;color:#24154c8c;text-decoration:underline;cursor:pointer}
.cookie-desc-v1{font-size:12px;color:#24154ca6;line-height:1.6}
.cookie-categories-wrapper{display:none;flex-direction:column;gap:10px}
.cookie-categories-wrapper.stuff--open{display:flex}
.cookie-category-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#24154C}
.cookie-category-item input[type="radio"]{accent-color:#FFE706}
.cookie-opt-out-row{display:none;align-items:center;gap:8px;font-size:12px;color:#24154cb3;padding-top:6px;border-top:1px solid #24154c1a}
.cookie-opt-out-row.stuff--open{display:flex}
.cookie-opt-out-row input[type="checkbox"]{accent-color:#FFE706}
.cookie-buttons-row{display:flex;gap:8px}
.cookie-btn-v1{flex:1;padding:9px 14px;border-radius:10px;font-size:12px;font-weight:600;cursor:pointer;transition:background 400ms ease,color 400ms ease,border-color 400ms ease;font-family:'DM Sans',sans-serif;text-align:center}
.cookie-btn-v1.btn--accept{background:transparent;border:2px solid #24154C;color:#24154C}
.cookie-btn-v1.btn--accept:hover{background:#24154C;color:#FFE706}
.cookie-btn-v1.btn--decline{background:transparent;border:2px solid #24154c4d;color:#24154c99}
.cookie-btn-v1.btn--decline:hover{background:#24154c14}
.cookie-btn-v1.btn--settings{background:transparent;border:2px solid #24154c33;color:#24154c80;font-size:11px}
.cookie-settings-trigger{position:fixed;bottom:20px;left:20px;z-index:9998;width:44px;height:44px;border-radius:50%;background:#24154C;border:2px solid #FFE706;color:#FFE706;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #24154c40;transition:background 400ms ease;font-size:18px}
.cookie-settings-trigger:hover{background:#1a0e38}
.cookie-settings-trigger.trigger--visible{display:flex}
.terms-sjzy-block{max-width:860px;margin:0 auto;padding:48px 32px 72px;background:#FAFAF4;border-radius:12px;box-shadow:0 4px 24px #24154c1a inset 0 2px 6px #24154c0a}
.terms-sjzy-block p{font-family:Georgia,'Times New Roman',serif;font-size:1.0625rem;line-height:1.85;color:#24154C;margin:0 0 1.4em;letter-spacing:.01em}
.terms-sjzy-block ul{list-style:none;margin:0 0 1.6em;padding:0}
.terms-sjzy-block ol{list-style:none;counter-reset:policy-counter-v1;margin:0 0 1.6em;padding:0}
.terms-sjzy-block ul li{font-family:Georgia,'Times New Roman',serif;font-size:1.0625rem;line-height:1.85;color:#24154C;padding:.3em 0 .3em 2em;position:relative;letter-spacing:.01em}
.terms-sjzy-block ul li::before{content:'';position:absolute;left:.5em;top:.78em;width:7px;height:7px;border-radius:50%;background:#FFE706;border:2px solid #24154C;transition:background 400ms ease,transform 400ms ease}
.terms-sjzy-block ul li:hover::before{background:#24154C;transform:scale(1.25)}
.terms-sjzy-block ol li{font-family:Georgia,'Times New Roman',serif;font-size:1.0625rem;line-height:1.85;color:#24154C;padding:.3em 0 .3em 2.5em;position:relative;counter-increment:policy-counter-v1;letter-spacing:.01em}
.terms-sjzy-block ol li::before{content:counter(policy-counter-v1) ".";position:absolute;left:0;top:.3em;width:2em;text-align:right;font-weight:700;font-size:.95rem;color:#24154C;background:#FFE706;border-radius:4px;padding:0 4px;line-height:1.85;transition:background 400ms ease,color 400ms ease}
.terms-sjzy-block ol li:hover::before{background:#24154C;color:#FFE706}
.terms-sjzy-block ul li ul,.terms-sjzy-block ol li ol,.terms-sjzy-block ul li ol,.terms-sjzy-block ol li ul{margin-top:.6em;margin-bottom:.4em;padding-left:1em}
.terms-sjzy-block ul li ul li::before{width:5px;height:5px;background:transparent;border:2px solid #24154C;top:.82em}
.terms-sjzy-block strong,.terms-sjzy-block b{font-weight:700;color:#24154C;background:linear-gradient(105deg,#ffe70659,#ffe7061a);padding:.05em .25em;border-radius:4px;transition:background 500ms ease}
.terms-sjzy-block strong:hover,.terms-sjzy-block b:hover{background:linear-gradient(105deg,#ffe706a6,#ffe7064d)}
.terms-sjzy-block em,.terms-sjzy-block i{font-style:italic;color:#3d2a72;letter-spacing:.015em}
.terms-sjzy-block div{margin-bottom:1.8em}
.terms-sjzy-block div + div{border-top:1px solid #24154c1a;padding-top:1.6em;margin-top:.4em}
@media (max-width: 768px) {
.terms-sjzy-block{padding:32px 20px 52px;border-radius:8px}
.terms-sjzy-block p{font-size:1rem;line-height:1.78;margin-bottom:1.2em}
.terms-sjzy-block ul li,.terms-sjzy-block ol li{font-size:1rem;line-height:1.78;padding-left:1.8em}
.terms-sjzy-block ol li{padding-left:2.2em}
}
@media (max-width: 480px) {
.terms-sjzy-block{padding:24px 14px 40px;border-radius:0;box-shadow:none}
.terms-sjzy-block p{font-size:.9625rem;line-height:1.72}
.terms-sjzy-block ul li,.terms-sjzy-block ol li{font-size:.9625rem;line-height:1.72}
.terms-sjzy-block strong,.terms-sjzy-block b{padding:.03em .18em}
}
.title-block-wrapper{position:relative;overflow:hidden;min-height:480px;display:flex;align-items:center;justify-content:center;background:#24154C}
.title-block-wrapper .bg-image-layer{position:absolute;inset:0;z-index:0}
.title-block-wrapper .bg-image-layer img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.38}
.title-block-wrapper .bg-image-layer::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,transparent 30%,#24154C 95%)}
.title-block-wrapper .deco-shape-v1{position:absolute;top:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:#ffe70614;z-index:1}
.title-block-wrapper .deco-shape-v2{position:absolute;bottom:30px;left:-60px;width:260px;height:260px;border-radius:50%;background:#ffe7060d;z-index:1}
.title-block-wrapper .title-content-wrapper{position:relative;z-index:2;text-align:center;max-width:720px;margin:0 auto;padding:80px 24px 60px}
.title-block-wrapper .title-content-wrapper .stage-label{display:inline-block;background:#ffe70626;border:1px solid #ffe70666;color:#FFE706;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:6px 18px;border-radius:20px;margin-bottom:24px}
.title-block-wrapper .title-content-wrapper h1{color:#FAFAF4;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.2;margin-bottom:20px}
.title-block-wrapper .title-content-wrapper h1 .accent-word{color:#FFE706;position:relative}
.title-block-wrapper .title-content-wrapper h1 .accent-word::after{content:'';position:absolute;bottom:-3px;left:0;right:0;height:3px;background:#FFE706;border-radius:2px}
.title-block-wrapper .title-content-wrapper .meta-desc{color:#fafaf4bf;font-size:1.05rem;line-height:1.7;max-width:560px;margin:0 auto}
.steps-section-wrapper{background:#FAFAF4;padding:80px 0 70px}
.steps-section-wrapper .steps-inner{max-width:1100px;margin:0 auto;padding:0 24px}
.steps-section-wrapper .steps-inner .section-heading-v2{text-align:left;margin-bottom:52px;max-width:480px}
.steps-section-wrapper .steps-inner .section-heading-v2 h2{color:#24154C;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700;line-height:1.25;margin-bottom:12px;position:relative;padding-left:18px}
.steps-section-wrapper .steps-inner .section-heading-v2 h2::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:5px;background:#FFE706;border-radius:3px}
.steps-section-wrapper .steps-inner .section-heading-v2 p{color:#5a5a72;font-size:.97rem;line-height:1.65;padding-left:18px}
.steps-grid-layout{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.steps-grid-layout::before{content:'';position:absolute;top:36px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#FFE706 0%,#24154C 100%);z-index:0}
.step-card-v1{position:relative;z-index:1;padding:0 16px 32px;text-align:center}
.step-card-v1 .step-num-circle{width:72px;height:72px;border-radius:50%;background:#24154C;color:#FFE706;font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;box-shadow:0 6px 20px #24154c38;transition:transform 500ms ease,background 500ms ease}
.step-card-v1:hover .step-num-circle{transform:scale(1.1);background:#FFE706;color:#24154C}
.step-card-v1 h4{color:#24154C;font-size:1rem;font-weight:700;margin-bottom:10px}
.step-card-v1 p{color:#5a5a72;font-size:.88rem;line-height:1.6;margin:0}
.step-card-v1 .step-icon-v1{display:block;margin:0 auto 10px;color:#FFE706;font-size:1.2rem}
.modules-section-wrapper{background:#24154C;padding:80px 0 70px;position:relative;overflow:hidden}
.modules-section-wrapper::before{content:'';position:absolute;top:-80px;right:-80px;width:350px;height:350px;border-radius:50%;background:#ffe7060d;pointer-events:none}
.modules-section-wrapper .modules-inner{max-width:1100px;margin:0 auto;padding:0 24px}
.modules-section-wrapper .modules-inner .modules-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:56px;align-items:center}
.modules-section-wrapper .modules-inner .modules-text-col h2{color:#FAFAF4;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;line-height:1.3;margin-bottom:18px}
.modules-section-wrapper .modules-inner .modules-text-col h2 span{color:#FFE706}
.modules-section-wrapper .modules-inner .modules-text-col p{color:#fafaf4b8;font-size:.97rem;line-height:1.7;margin-bottom:28px}
.modules-section-wrapper .modules-inner .modules-text-col .img-frame-v1{border-radius:14px;overflow:hidden;box-shadow:0 16px 48px #00000061;border:3px solid #ffe70633}
.modules-section-wrapper .modules-inner .modules-text-col .img-frame-v1 img{width:100%;height:280px;object-fit:cover;display:block;transition:transform 600ms ease}
.modules-section-wrapper .modules-inner .modules-text-col .img-frame-v1:hover img{transform:scale(1.04)}
.modules-accordion-wrapper{display:flex;flex-direction:column;gap:0}
.accordion-item-v1{border-bottom:1px solid #ffe70626}
.accordion-item-v1 input[type="checkbox"]{display:none}
.accordion-item-v1 .acc-label-v1{display:flex;align-items:center;justify-content:space-between;padding:18px 0;cursor:pointer;color:#FAFAF4;font-size:.97rem;font-weight:600;gap:12px;transition:color 400ms ease;user-select:none}
.accordion-item-v1 .acc-label-v1:hover{color:#FFE706}
.accordion-item-v1 .acc-label-v1 .acc-number{color:#FFE706;font-size:.82rem;font-weight:700;min-width:28px}
.accordion-item-v1 .acc-label-v1 .acc-arrow{font-size:.75rem;color:#FFE706;transition:transform 400ms ease;flex-shrink:0}
.accordion-item-v1 .acc-body-v1{max-height:0;overflow:hidden;transition:max-height 500ms ease,padding 400ms ease}
.accordion-item-v1 input[type="checkbox"]:checked ~ .acc-label-v1 .acc-arrow{transform:rotate(180deg)}
.accordion-item-v1 input[type="checkbox"]:checked ~ .acc-body-v1{max-height:200px;padding-bottom:16px}
.accordion-item-v1 .acc-body-v1 p{color:#fafaf4a6;font-size:.88rem;line-height:1.65;margin:0;padding-left:40px}
.outcomes-section-wrapper{background:#FAFAF4;padding:80px 0;position:relative}
.outcomes-section-wrapper .zigzag-divider{position:absolute;top:0;left:0;right:0;height:32px;overflow:hidden}
.outcomes-section-wrapper .zigzag-divider svg{width:100%;height:32px}
.outcomes-section-wrapper .outcomes-inner{max-width:1100px;margin:0 auto;padding:0 24px}
.outcomes-section-wrapper .outcomes-inner .outcomes-heading{text-align:center;margin-bottom:52px}
.outcomes-section-wrapper .outcomes-inner .outcomes-heading h2{color:#24154C;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;line-height:1.3;margin-bottom:12px;position:relative;display:inline-block}
.outcomes-section-wrapper .outcomes-inner .outcomes-heading h2::after{content:'';position:absolute;bottom:-6px;left:20%;right:20%;height:4px;background:linear-gradient(90deg,transparent,#FFE706,transparent);border-radius:2px}
.outcomes-section-wrapper .outcomes-inner .outcomes-heading p{color:#5a5a72;font-size:.97rem;line-height:1.65;max-width:540px;margin:16px auto 0}
.outcomes-grid-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}
.outcome-card-v1{background:#fff;border-radius:14px;padding:28px 24px;box-shadow:0 4px 20px #24154c14;border-top:4px solid #FFE706;transition:box-shadow 500ms ease,transform 500ms ease}
.outcome-card-v1:hover{box-shadow:0 10px 36px #24154c26;transform:translateY(-4px)}
.outcome-card-v1 .oc-icon-v1{width:48px;height:48px;background:linear-gradient(135deg,#FFE706 0%,#f5d800 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#24154C;font-size:1.3rem}
.outcome-card-v1 h5{color:#24154C;font-size:1rem;font-weight:700;margin-bottom:10px}
.outcome-card-v1 p{color:#5a5a72;font-size:.87rem;line-height:1.6;margin:0}
.outcomes-cta-strip{background:linear-gradient(128deg,#24154C 0%,#3a236e 60%,#24154C 100%);border-radius:16px;padding:40px 44px;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:0 12px 40px #24154c38}
.outcomes-cta-strip .cta-text-col h3{color:#FAFAF4;font-size:1.3rem;font-weight:700;margin-bottom:8px}
.outcomes-cta-strip .cta-text-col p{color:#fafaf4b3;font-size:.9rem;line-height:1.5;margin:0}
.outcomes-cta-strip .button-wrapper-v1{flex-shrink:0;display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.btn-primary-v1{display:inline-block;background:#FFE706;color:#24154C;font-weight:700;font-size:.95rem;padding:14px 32px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background 450ms ease,transform 450ms ease,box-shadow 450ms ease;box-shadow:0 4px 16px #ffe70659;position:relative;z-index:2}
.btn-primary-v1:hover{background:#f5d800;transform:translateY(-2px);box-shadow:0 8px 28px #ffe70673;color:#24154C}
.btn-secondary-v1{display:inline-block;background:transparent;color:#fafaf4cc;font-size:.87rem;text-decoration:underline;cursor:pointer;transition:color 400ms ease;border:none}
.btn-secondary-v1:hover{color:#FFE706}
@media (max-width: 900px) {
.steps-grid-layout{grid-template-columns:repeat(2,1fr);gap:24px}
.steps-grid-layout::before{display:none}
.modules-section-wrapper .modules-inner .modules-layout{grid-template-columns:1fr;gap:32px}
.outcomes-grid-v1{grid-template-columns:repeat(2,1fr)}
.outcomes-cta-strip{flex-direction:column;align-items:flex-start;padding:32px 28px}
.outcomes-cta-strip .button-wrapper-v1{align-items:flex-start}
}
@media (max-width: 600px) {
.steps-grid-layout{grid-template-columns:1fr}
.outcomes-grid-v1{grid-template-columns:1fr}
.title-block-wrapper{min-height:380px}
.steps-section-wrapper,.modules-section-wrapper,.outcomes-section-wrapper{padding:52px 0 48px}
}
.hero-wrapper{position:relative;background:#24154C;overflow:hidden;padding:0;min-height:580px;display:flex;align-items:center}
.hero-wrapper .hero-shapes{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.hero-wrapper .hero-shapes::before{content:'';position:absolute;top:-80px;right:-60px;width:480px;height:480px;background:conic-gradient(from 135deg,#FFE706 0deg,#24154C 120deg,#FFE70644 240deg,#24154C 360deg);border-radius:50%;opacity:.18}
.hero-wrapper .hero-shapes::after{content:'';position:absolute;bottom:-100px;left:10%;width:320px;height:320px;background:linear-gradient(135deg,#FFE706 0%,transparent 70%);border-radius:50%;opacity:.1}
.hero-inner-v1{max-width:1600px;margin:auto;padding:80px 40px;display:flex;flex-direction:row;align-items:center;gap:48px;width:100%;position:relative;z-index:2}
.hero-text-col{flex:1 1 0;min-width:0}
.hero-kicker{display:inline-block;background:#FFE706;color:#24154C;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:4px 14px;border-radius:4px;margin-bottom:22px}
.hero-text-col .hero-heading{font-size:clamp(2rem,4vw,3.4rem);font-weight:800;color:#FAFAF4;line-height:1.15;margin:0 0 20px}
.hero-text-col .hero-heading span{color:#FFE706}
.hero-text-col .hero-tagline{color:#c9c4dc;font-size:1.05rem;line-height:1.7;margin:0 0 34px;max-width:500px}
.hero-btns-wrapper{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.hero-btns-wrapper .btn-primary-v1{background:#FFE706;color:#24154C;font-weight:700;font-size:.95rem;padding:13px 30px;border-radius:8px;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.4s,transform 0.3s,box-shadow .4s;box-shadow:0 4px 16px #ffe70633;position:relative;z-index:3}
.hero-btns-wrapper .btn-primary-v1:hover{background:#f5dc00;transform:translateY(-2px);box-shadow:0 8px 24px #ffe70659}
.hero-btns-wrapper .btn-outline-v1{background:transparent;color:#FAFAF4;font-weight:600;font-size:.95rem;padding:12px 28px;border-radius:8px;border:2px solid #fafaf459;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color 0.4s,color 0.4s,background .4s;position:relative;z-index:3}
.hero-btns-wrapper .btn-outline-v1:hover{border-color:#FFE706;color:#FFE706;background:#ffe70612}
.hero-image-col{flex:0 0 420px;position:relative;display:flex;align-items:center;justify-content:center}
.hero-image-col .image-frame-v1{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 48px #00000073;width:100%;max-width:420px}
.hero-image-col .image-frame-v1::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#24154c73 0%,transparent 60%);z-index:1;pointer-events:none}
.hero-image-col .image-frame-v1 img{display:block;width:100%;height:340px;object-fit:cover;border-radius:16px}
.hero-image-col .highlight-badge{position:absolute;bottom:-16px;left:-20px;background:#FFE706;color:#24154C;font-weight:800;font-size:.82rem;padding:10px 18px;border-radius:10px;box-shadow:0 6px 20px #ffe70659;z-index:4;line-height:1.3}
.comparison-section{background:#FAFAF4;padding:80px 40px}
.comparison-container-v1{max-width:1200px;margin:auto}
.section-label{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#24154C;margin-bottom:10px;display:block}
.comparison-container-v1 .section-heading-v2{font-size:clamp(1.5rem,3vw,2.3rem);font-weight:800;color:#24154C;margin:0 0 14px;position:relative;display:inline-block}
.comparison-container-v1 .section-heading-v2::after{content:'';display:block;width:60px;height:4px;background:#FFE706;border-radius:2px;margin-top:8px}
.comparison-container-v1 .section-subtext{color:#555;font-size:1rem;line-height:1.7;max-width:560px;margin:0 0 44px}
.comparison-grid-v1{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.compare-card{border-radius:14px;padding:32px;position:relative;overflow:hidden}
.compare-card.card-traditional{background:#f0eef8;border:2px solid #e2dff0}
.compare-card.card-platform{background:#24154C;border:2px solid #FFE706}
.compare-card .card-title-v1{font-size:1.1rem;font-weight:700;margin:0 0 20px;display:flex;align-items:center;gap:10px}
.compare-card.card-traditional .card-title-v1{color:#24154C}
.compare-card.card-platform .card-title-v1{color:#FFE706}
.compare-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:.92rem;line-height:1.5}
.compare-card.card-traditional .compare-item{color:#555}
.compare-card.card-platform .compare-item{color:#c9c4dc}
.compare-item .ci-icon{flex-shrink:0;margin-top:2px;font-size:1rem}
.compare-card.card-traditional .ci-icon{color:#9994b0}
.compare-card.card-platform .ci-icon{color:#FFE706}
.learning-tools-section{background:linear-gradient(145deg,#24154C 0%,#1a0e38 100%);padding:80px 40px}
.tools-container-v1{max-width:1200px;margin:auto}
.tools-header-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px;flex-wrap:wrap}
.tools-heading-v1{font-size:clamp(1.4rem,3vw,2.2rem);font-weight:800;color:#FAFAF4;margin:0}
.tools-heading-v1 span{color:#FFE706}
.tools-desc-v1{color:#a09abc;font-size:.95rem;line-height:1.6;max-width:380px;margin:0}
.tools-grid-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.tool-card-v1{background:#ffffff0d;border:1px solid #ffe70626;border-radius:14px;padding:28px 24px;transition:background 0.4s,border-color 0.4s,transform .4s;cursor:default}
.tool-card-v1:hover{background:#ffe70617;border-color:#ffe70680;transform:translateY(-4px)}
.tool-card-v1 .tool-icon-wrap{width:48px;height:48px;border-radius:10px;background:#ffe7061f;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:1.4rem;color:#FFE706}
.tool-card-v1 .tool-name{font-size:1rem;font-weight:700;color:#FAFAF4;margin:0 0 8px}
.tool-card-v1 .tool-desc{font-size:.88rem;color:#9994b0;line-height:1.55;margin:0}
.resources-section{background:#FAFAF4;padding:80px 40px}
.resources-container-v1{max-width:1200px;margin:auto}
.resources-layout{display:grid;grid-template-columns:5fr 7fr;gap:56px;align-items:center}
.resources-image-wrapper{position:relative}
.resources-image-wrapper img{width:100%;height:380px;object-fit:cover;border-radius:14px;display:block}
.resources-image-wrapper .res-badge{position:absolute;top:20px;right:-16px;background:#24154C;color:#FFE706;font-weight:700;font-size:.8rem;padding:8px 14px;border-radius:8px;box-shadow:0 4px 14px #24154c4d;line-height:1.3}
.resources-content-v1 .res-heading{font-size:clamp(1.4rem,2.5vw,2.1rem);font-weight:800;color:#24154C;margin:0 0 14px}
.resources-content-v1 .res-intro{font-size:.97rem;color:#555;line-height:1.7;margin:0 0 28px}
.res-topics-list{list-style:none;padding:0;margin:0 0 28px;display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}
.res-topics-list li{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#24154C;font-weight:500}
.res-topics-list li .lnr{color:#FFE706;background:#24154C;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0}
.res-cta-link{display:inline-flex;align-items:center;gap:8px;color:#24154C;font-weight:700;font-size:.95rem;text-decoration:none;border-bottom:2px solid #FFE706;padding-bottom:2px;transition:color 0.4s,border-color .4s}
.res-cta-link:hover{color:#FFE706;border-color:#24154C}
.mechanics-section{background:linear-gradient(160deg,#FFE706 0%,#f5dc00 40%,#ede200 100%);padding:80px 40px}
.mechanics-container-v1{max-width:1200px;margin:auto}
.mechanics-top{text-align:center;margin-bottom:52px}
.mechanics-top .mech-heading{font-size:clamp(1.5rem,3vw,2.3rem);font-weight:800;color:#24154C;margin:0 0 12px}
.mechanics-top .mech-subtext{color:#3d2e7a;font-size:.97rem;line-height:1.65;max-width:520px;margin:0 auto}
.mechanics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.mech-step{background:#24154C;border-radius:14px;padding:28px 22px;text-align:center;position:relative;transition:transform .4s}
.mech-step:hover{transform:translateY(-5px)}
.mech-step .step-number{font-size:2.4rem;font-weight:900;color:#ffe7062e;line-height:1;margin-bottom:4px}
.mech-step .step-icon{font-size:1.8rem;color:#FFE706;margin-bottom:14px}
.mech-step .step-title{font-size:.98rem;font-weight:700;color:#FAFAF4;margin:0 0 8px}
.mech-step .step-detail{font-size:.84rem;color:#9994b0;line-height:1.55;margin:0}
.inspiration-section{background:#FAFAF4;padding:80px 40px 90px}
.inspiration-container-v1{max-width:1200px;margin:auto}
.inspiration-header-v1{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px;flex-wrap:wrap}
.inspiration-header-v1 .ins-heading{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#24154C;margin:0;position:relative}
.inspiration-header-v1 .ins-heading::before{content:'';position:absolute;left:-14px;top:50%;transform:translateY(-50%);width:5px;height:70%;background:#FFE706;border-radius:2px}
.inspiration-header-v1 .ins-subtext{color:#666;font-size:.95rem;line-height:1.6;max-width:380px;margin:0}
.stories-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.story-card-v1{border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #24154c17;display:flex;flex-direction:row}
.story-card-v1 .story-img-col{flex:0 0 180px;position:relative}
.story-card-v1 .story-img-col img{width:100%;height:100%;object-fit:cover;display:block;min-height:200px}
.story-card-v1 .story-text-col{flex:1;padding:24px 20px;display:flex;flex-direction:column;justify-content:center}
.story-card-v1 .story-role{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#9994b0;margin-bottom:8px}
.story-card-v1 .story-quote{font-size:.92rem;color:#333;line-height:1.6;margin:0 0 14px;font-style:italic}
.story-card-v1 .story-name{font-size:.88rem;font-weight:700;color:#24154C;display:flex;align-items:center;gap:6px}
.story-card-v1 .story-name::before{content:'';display:inline-block;width:16px;height:2px;background:#FFE706;border-radius:1px}
.stats-bar-wrapper{margin-top:52px;background:#24154C;border-radius:16px;padding:36px 40px;display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:20px;flex-wrap:wrap}
.stat-item-v1{text-align:center}
.stat-item-v1 .stat-num{font-size:2.2rem;font-weight:900;color:#FFE706;line-height:1;margin-bottom:6px}
.stat-item-v1 .stat-label{font-size:.82rem;color:#9994b0;text-transform:uppercase;letter-spacing:1px}
.stat-divider{width:1px;height:48px;background:#ffe70633}
@media (max-width: 900px) {
.hero-inner-v1{flex-direction:column;padding:60px 24px}
.hero-image-col{flex:0 0 auto;width:100%;max-width:420px}
.comparison-grid-v1{grid-template-columns:1fr}
.tools-grid-v1{grid-template-columns:1fr 1fr}
.resources-layout{grid-template-columns:1fr}
.resources-image-wrapper img{height:240px}
.mechanics-row{grid-template-columns:1fr 1fr}
.stories-layout{grid-template-columns:1fr}
.tools-header-row{flex-direction:column;align-items:flex-start}
.comparison-section,.learning-tools-section,.resources-section,.mechanics-section,.inspiration-section{padding:56px 24px}
}
@media (max-width: 560px) {
.tools-grid-v1{grid-template-columns:1fr}
.mechanics-row{grid-template-columns:1fr}
.story-card-v1{flex-direction:column}
.story-card-v1 .story-img-col{flex:0 0 180px;width:100%}
.story-card-v1 .story-img-col img{min-height:180px}
.stats-bar-wrapper{padding:28px 20px;flex-direction:column}
.stat-divider{width:60px;height:1px}
.res-topics-list{grid-template-columns:1fr}
.inspiration-header-v1{flex-direction:column;align-items:flex-start}
.hero-btns-wrapper{flex-direction:column}
}
.contact-canvas-wrapper{max-width:1600px;margin:0 auto;overflow:hidden}
.title-stage-v1{position:relative;background:#24154C;overflow:hidden;padding:0}
.title-stage-v1 .stage-diagonal-bg{position:absolute;top:0;right:0;width:65%;height:100%;background:linear-gradient(135deg,#FFE706 0%,#f5d800 40%,#24154C 100%);clip-path:polygon(12% 0,100% 0,100% 100%,0% 100%);z-index:0}
.title-stage-v1 .stage-dot-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,#fafaf414 1px,transparent 1px);background-size:28px 28px;z-index:1}
.title-stage-v1 .stage-content-wrapper{position:relative;z-index:2;display:flex;flex-direction:row;align-items:stretch;min-height:420px}
.title-stage-v1 .stage-left-col{flex:0 0 45%;padding:80px 48px 80px 64px;display:flex;flex-direction:column;justify-content:center}
.title-stage-v1 .stage-label-v1{display:inline-flex;align-items:center;gap:8px;background:#ffe70626;border:1px solid #ffe70666;border-radius:20px;padding:6px 14px;margin-bottom:24px;width:fit-content}
.title-stage-v1 .stage-label-v1 span{font-size:12px;color:#FFE706;letter-spacing:1.5px;text-transform:uppercase}
.title-stage-v1 .stage-heading-v1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:#FAFAF4;line-height:1.15;margin-bottom:20px}
.title-stage-v1 .stage-heading-v1 em{color:#FFE706;font-style:normal}
.title-stage-v1 .stage-subtext-v1{font-size:1rem;color:#fafaf4b8;line-height:1.7;max-width:360px;margin-bottom:0}
.title-stage-v1 .stage-right-col{flex:0 0 55%;position:relative;overflow:hidden}
.title-stage-v1 .stage-right-col img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:.7;mix-blend-mode:luminosity}
.title-stage-v1 .stage-right-col .stage-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(100deg,#24154C 0%,#24154c66 40%,transparent 100%)}
.contact-info-surface-v1{background:#FAFAF4;padding:72px 0 60px}
.contact-info-surface-v1 .info-inner-wrapper{max-width:1200px;margin:0 auto;padding:0 32px}
.contact-info-surface-v1 .info-grid-v1{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;margin-bottom:0}
.contact-info-surface-v1 .info-card-v1{background:#fff;border-radius:16px;padding:36px 28px;box-shadow:0 4px 18px #24154c12;border:1px solid #24154c0f;transition:box-shadow .4s ease,transform .4s ease;display:flex;flex-direction:column;gap:12px}
.contact-info-surface-v1 .info-card-v1:hover{box-shadow:0 8px 32px #24154c24;transform:translateY(-4px)}
.contact-info-surface-v1 .info-card-v1 .card-icon-layer{width:48px;height:48px;background:linear-gradient(135deg,#FFE706 0%,#f5d800 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}
.contact-info-surface-v1 .info-card-v1 .card-icon-layer i{font-size:20px;color:#24154C}
.contact-info-surface-v1 .info-card-v1 .card-title-v1{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.4px;color:#24154c73;margin-bottom:0}
.contact-info-surface-v1 .info-card-v1 .card-value-v1{font-size:1rem;color:#24154C;font-weight:600;line-height:1.5;text-decoration:none;transition:color .3s}
.contact-info-surface-v1 .info-card-v1 .card-value-v1:hover{color:#FFE706;text-decoration:none}
.contact-info-surface-v1 .info-card-v1 .card-sub-v1{font-size:.875rem;color:#24154c8c;line-height:1.5;margin:0}
.contact-channels-frame{background:linear-gradient(150deg,#24154C 0%,#1a0e3a 60%,#2a1a5e 100%);padding:64px 0}
.contact-channels-frame .channels-inner-wrapper{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;flex-direction:row;align-items:center;gap:60px}
.contact-channels-frame .channels-text-col{flex:0 0 380px}
.contact-channels-frame .channels-label{font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#FFE706;margin-bottom:14px;display:block}
.contact-channels-frame .channels-heading{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#FAFAF4;line-height:1.25;margin-bottom:16px}
.contact-channels-frame .channels-desc{font-size:.95rem;color:#fafaf4a6;line-height:1.7;margin-bottom:0}
.contact-channels-frame .channels-list-wrapper{flex:1;display:flex;flex-direction:column;gap:16px}
.contact-channels-frame .channel-item-v1{display:flex;flex-direction:row;align-items:center;gap:20px;background:#fafaf40d;border:1px solid #ffe70626;border-radius:12px;padding:20px 24px;text-decoration:none;transition:background .4s ease,border-color .4s ease,transform .4s ease}
.contact-channels-frame .channel-item-v1:hover{background:#ffe7061a;border-color:#ffe70673;transform:translateX(6px);text-decoration:none}
.contact-channels-frame .channel-item-v1 .ch-icon{width:44px;height:44px;border-radius:10px;background:#ffe70626;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-channels-frame .channel-item-v1 .ch-icon i{font-size:18px;color:#FFE706}
.contact-channels-frame .channel-item-v1 .ch-info{display:flex;flex-direction:column;gap:2px}
.contact-channels-frame .channel-item-v1 .ch-name{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#fafaf480}
.contact-channels-frame .channel-item-v1 .ch-value{font-size:.98rem;font-weight:600;color:#FAFAF4}
.contact-channels-frame .channel-item-v1 .ch-arrow{margin-left:auto;color:#ffe70666;font-size:14px;transition:transform .3s}
.contact-channels-frame .channel-item-v1:hover .ch-arrow{transform:translateX(4px);color:#FFE706}
.form-section-layer{background:#FAFAF4;padding:80px 0 72px}
.form-section-layer .form-inner-wrapper{max-width:1200px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}
.form-section-layer .form-context-col{position:sticky;top:40px}
.form-section-layer .form-context-col .context-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#24154C;opacity:.45;margin-bottom:12px;display:block}
.form-section-layer .form-context-col .context-title{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;color:#24154C;line-height:1.2;margin-bottom:20px;position:relative}
.form-section-layer .form-context-col .context-title::after{content:'';display:block;width:48px;height:4px;background:#FFE706;border-radius:2px;margin-top:14px}
.form-section-layer .form-context-col .context-body{font-size:.95rem;color:#24154ca6;line-height:1.75;margin-bottom:28px}
.form-section-layer .form-context-col .context-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.form-section-layer .form-context-col .context-steps li{display:flex;flex-direction:row;align-items:center;gap:12px;font-size:.9rem;color:#24154cbf}
.form-section-layer .form-context-col .context-steps li .step-dot{width:8px;height:8px;border-radius:50%;background:#FFE706;flex-shrink:0;box-shadow:0 0 0 3px #ffe70640}
.form-section-layer .form-surface-wrapper{background:#fff;border-radius:16px;padding:44px 40px;box-shadow:0 6px 28px #24154c17 inset 0 1px 0 #fffc;border:1px solid #24154c0f}
.form-section-layer .form-surface-wrapper .field-group-v1{display:flex;flex-direction:column;gap:4px;margin-bottom:20px}
.form-section-layer .form-surface-wrapper .field-group-v1 label{font-size:.8rem;font-weight:700;color:#24154C;letter-spacing:.5px;text-transform:uppercase}
.form-section-layer .form-surface-wrapper .field-group-v1 input,.form-section-layer .form-surface-wrapper .field-group-v1 select,.form-section-layer .form-surface-wrapper .field-group-v1 textarea{width:100%;padding:14px 16px;border:1.5px solid #24154c24;border-radius:10px;font-size:.95rem;color:#24154C;background:#FAFAF4;transition:border-color .4s ease,box-shadow .4s ease;box-sizing:border-box;outline:none;appearance:none;-webkit-appearance:none}
.form-section-layer .form-surface-wrapper .field-group-v1 select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2324154C' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}
.form-section-layer .form-surface-wrapper .field-group-v1 input:focus,.form-section-layer .form-surface-wrapper .field-group-v1 select:focus,.form-section-layer .form-surface-wrapper .field-group-v1 textarea:focus{border-color:#FFE706;box-shadow:0 0 0 3px #ffe70633;background:#fff}
.form-section-layer .form-surface-wrapper .field-group-v1 textarea{resize:vertical;min-height:110px}
.form-section-layer .form-surface-wrapper .field-row-v2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-section-layer .form-surface-wrapper .privacy-check-wrapper{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:24px;padding:16px;background:#ffe7060f;border-radius:10px;border:1px solid #ffe70633}
.form-section-layer .form-surface-wrapper .privacy-check-wrapper input[type="checkbox"]{width:18px;height:18px;min-width:18px;margin-top:2px;accent-color:#FFE706;cursor:pointer;border-radius:4px}
.form-section-layer .form-surface-wrapper .privacy-check-wrapper .privacy-text{font-size:.85rem;color:#24154ca6;line-height:1.55}
.form-section-layer .form-surface-wrapper .privacy-check-wrapper .privacy-text a{color:#24154C;text-decoration:underline;font-weight:600}
.form-section-layer .form-surface-wrapper .privacy-check-wrapper .privacy-text a:hover{color:#FFE706}
.form-section-layer .form-surface-wrapper .submit-btn-v1{width:100%;padding:16px 32px;background:linear-gradient(135deg,#FFE706 0%,#f5d800 100%);color:#24154C;font-size:1rem;font-weight:800;border:none;border-radius:10px;cursor:pointer;letter-spacing:.5px;transition:transform .4s ease,box-shadow .4s ease;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;z-index:2}
.form-section-layer .form-surface-wrapper .submit-btn-v1:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffe70673}
.form-section-layer .form-surface-wrapper .submit-btn-v1:active{transform:translateY(0)}
.address-image-section{padding:0;background:#24154C;overflow:hidden}
.address-image-section .addr-layout-wrapper{display:flex;flex-direction:row;align-items:stretch;max-width:1600px;margin:0 auto}
.address-image-section .addr-image-col{flex:0 0 50%;position:relative;overflow:hidden;min-height:380px}
.address-image-section .addr-image-col img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s ease}
.address-image-section .addr-image-col:hover img{transform:scale(1.03)}
.address-image-section .addr-image-col .addr-img-overlay{position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(to left,#24154C 0%,transparent 100%)}
.address-image-section .addr-content-col{flex:0 0 50%;padding:64px 64px 64px 56px;display:flex;flex-direction:column;justify-content:center}
.address-image-section .addr-content-col .addr-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#FFE706;margin-bottom:14px;display:block}
.address-image-section .addr-content-col .addr-title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#FAFAF4;margin-bottom:28px;line-height:1.25}
.address-image-section .addr-details-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:18px}
.address-image-section .addr-details-list li{display:flex;flex-direction:row;align-items:flex-start;gap:16px}
.address-image-section .addr-details-list li .addr-icon-box{width:36px;height:36px;border-radius:8px;background:#ffe7061f;border:1px solid #ffe70640;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.address-image-section .addr-details-list li .addr-icon-box i{font-size:15px;color:#FFE706}
.address-image-section .addr-details-list li .addr-text-block{display:flex;flex-direction:column;gap:2px}
.address-image-section .addr-details-list li .addr-text-block .addr-field-label{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#fafaf466}
.address-image-section .addr-details-list li .addr-text-block .addr-field-value{font-size:.95rem;color:#FAFAF4;text-decoration:none;transition:color .3s}
.address-image-section .addr-details-list li .addr-text-block .addr-field-value:hover{color:#FFE706}
.address-image-section .addr-cta-link{display:inline-flex;align-items:center;gap:10px;background:#FFE706;color:#24154C;font-size:.9rem;font-weight:800;padding:14px 28px;border-radius:10px;text-decoration:none;width:fit-content;transition:box-shadow .4s ease,transform .4s ease}
.address-image-section .addr-cta-link:hover{box-shadow:0 6px 20px #ffe70680;transform:translateY(-2px);text-decoration:none;color:#24154C}
.how-it-works-teaser{background:linear-gradient(135deg,#FAFAF4 0%,#ffe70614 100%);padding:72px 0;border-top:1px solid #24154c12}
.how-it-works-teaser .teaser-inner-wrapper{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px}
.how-it-works-teaser .teaser-text-block{max-width:580px}
.how-it-works-teaser .teaser-text-block .teaser-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#24154c73;margin-bottom:10px;display:block}
.how-it-works-teaser .teaser-text-block .teaser-title{font-size:clamp(1.3rem,2.2vw,1.75rem);font-weight:800;color:#24154C;margin-bottom:12px;line-height:1.3}
.how-it-works-teaser .teaser-text-block .teaser-desc{font-size:.95rem;color:#24154c9e;line-height:1.7;margin:0}
.how-it-works-teaser .teaser-action-wrapper{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:12px}
.how-it-works-teaser .teaser-action-wrapper .teaser-btn-v1{display:inline-flex;align-items:center;gap:10px;background:#24154C;color:#FFE706;font-size:.95rem;font-weight:700;padding:16px 32px;border-radius:10px;text-decoration:none;white-space:nowrap;transition:background .4s ease,box-shadow .4s ease,transform .4s ease}
.how-it-works-teaser .teaser-action-wrapper .teaser-btn-v1:hover{background:#1a0e3a;box-shadow:0 6px 24px #24154c4d;transform:translateY(-2px);text-decoration:none;color:#FFE706}
.how-it-works-teaser .teaser-action-wrapper .teaser-note{font-size:.8rem;color:#24154c73;text-align:center}
@media (max-width: 960px) {
.title-stage-v1 .stage-content-wrapper{flex-direction:column}
.title-stage-v1 .stage-left-col{flex:none;padding:52px 32px 36px}
.title-stage-v1 .stage-right-col{flex:none;height:240px}
.title-stage-v1 .stage-diagonal-bg{width:100%;clip-path:none}
.contact-info-surface-v1 .info-grid-v1{grid-template-columns:1fr 1fr}
.contact-channels-frame .channels-inner-wrapper{flex-direction:column;gap:36px}
.contact-channels-frame .channels-text-col{flex:none}
.form-section-layer .form-inner-wrapper{grid-template-columns:1fr;gap:36px}
.form-section-layer .form-context-col{position:static}
.address-image-section .addr-layout-wrapper{flex-direction:column}
.address-image-section .addr-image-col{min-height:260px}
.address-image-section .addr-content-col{padding:48px 32px}
.how-it-works-teaser .teaser-inner-wrapper{flex-direction:column;align-items:flex-start}
.form-section-layer .form-surface-wrapper .field-row-v2{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.title-stage-v1 .stage-left-col{padding:44px 20px 28px}
.contact-info-surface-v1 .info-inner-wrapper{padding:0 16px}
.contact-info-surface-v1 .info-grid-v1{grid-template-columns:1fr}
.contact-channels-frame .channels-inner-wrapper{padding:0 16px}
.form-section-layer .form-inner-wrapper{padding:0 16px}
.form-section-layer .form-surface-wrapper{padding:28px 20px}
.address-image-section .addr-content-col{padding:36px 20px}
.how-it-works-teaser .teaser-inner-wrapper{padding:0 16px}
.contact-info-surface-v1{padding:48px 0 40px}
.contact-channels-frame{padding:48px 0}
.form-section-layer{padding:52px 0 48px}
.how-it-works-teaser{padding:52px 0}
}
.title-block-wrapper{position:relative;overflow:hidden;padding:80px 20px 60px;background:#24154C}
.title-block-wrapper .glow-spot-v1{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#ffe70638 0%,transparent 70%);top:-80px;left:-60px;filter:blur(40px);pointer-events:none}
.title-block-wrapper .glow-spot-v2{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#fafaf41a 0%,transparent 70%);bottom:-60px;right:-40px;filter:blur(50px);pointer-events:none}
.title-inner-wrapper{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:56px;position:relative;z-index:2}
.title-text-zone{flex:1 1 52%}
.title-label-v1{display:inline-block;background:#ffe70626;border:1px solid #ffe70659;border-radius:24px;padding:5px 18px;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#FFE706;margin-bottom:22px}
.title-text-zone h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.18;color:#FAFAF4;margin:0 0 20px}
.title-text-zone h1 .accent-yellow{color:#FFE706;position:relative}
.title-text-zone h1 .accent-yellow::after{content:'';display:block;height:3px;width:100%;background:linear-gradient(90deg,#FFE706 60%,transparent 100%);border-radius:2px;margin-top:2px}
.title-text-zone .intro-para{font-size:1.05rem;line-height:1.7;color:#fafaf4d1;max-width:480px;margin:0 0 30px}
.title-cta-group{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.btn-primary-v1{display:inline-block;background:#FFE706;color:#24154C;font-weight:700;font-size:.95rem;padding:12px 28px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background 450ms,box-shadow 450ms,transform 450ms;box-shadow:0 4px 18px #ffe70647}
.btn-primary-v1:hover{background:#f5dc00;transform:translateY(-2px);box-shadow:0 8px 28px #ffe70666}
.btn-outline-v1{display:inline-block;background:transparent;color:#FAFAF4;font-weight:600;font-size:.95rem;padding:11px 26px;border-radius:10px;text-decoration:none;border:1.5px solid #fafaf461;cursor:pointer;transition:border-color 450ms,color 450ms,background 450ms}
.btn-outline-v1:hover{border-color:#FFE706;color:#FFE706;background:#ffe7060f}
.title-image-zone{flex:0 0 42%;position:relative}
.title-image-zone .image-frame-v1{border-radius:16px;overflow:hidden;box-shadow:0 16px 56px #00000061 0 0 0 1px #ffe7062e;position:relative}
.title-image-zone .image-frame-v1::before{content:'';position:absolute;inset:0;background:linear-gradient(160deg,#ffe7061f 0%,transparent 55%);z-index:1;pointer-events:none}
.title-image-zone img{display:block;width:100%;height:340px;object-fit:cover;border-radius:16px}
.story-section-wrapper{background:#FAFAF4;padding:72px 20px}
.story-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;align-items:start}
.story-heading-col{grid-column:1 / 2}
.story-heading-col h2{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:700;color:#24154C;line-height:1.25;margin:0 0 18px;position:relative;padding-left:18px}
.story-heading-col h2::before{content:'';position:absolute;left:0;top:6px;width:5px;height:calc(100% - 12px);background:#FFE706;border-radius:3px}
.story-heading-col .since-badge{display:inline-flex;align-items:center;gap:8px;background:#24154C;color:#FFE706;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600;margin-top:12px}
.story-heading-col .since-badge span{font-size:1.3rem;font-weight:700}
.story-text-col{grid-column:2 / 4;display:flex;flex-direction:column;gap:0}
.story-text-col p{font-size:1rem;line-height:1.72;color:#3d3257;margin:0 0 18px}
.story-stats-row{display:flex;flex-direction:row;gap:24px;margin-top:18px;flex-wrap:wrap}
.stat-card-v1{flex:1 1 120px;background:#24154C;border-radius:12px;padding:20px 18px;text-align:center;box-shadow:0 4px 18px #24154c21}
.stat-card-v1 .stat-number{display:block;font-size:2rem;font-weight:700;color:#FFE706;line-height:1;margin-bottom:6px}
.stat-card-v1 .stat-label{display:block;font-size:.78rem;color:#fafaf4bf;line-height:1.3}
.approach-section-wrapper{background:linear-gradient(135deg,#24154C 0%,#1a0f38 55%,#2d1a60 100%);padding:80px 20px;position:relative;overflow:hidden}
.approach-section-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-55deg,transparent,transparent 40px,#ffe70606 40px,#ffe70606 41px);pointer-events:none}
.approach-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.approach-top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:48px;flex-wrap:wrap}
.approach-top h2{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:700;color:#FAFAF4;margin:0;max-width:460px;line-height:1.25}
.approach-top h2 em{font-style:normal;color:#FFE706}
.approach-top .approach-sub{font-size:.97rem;color:#fafaf4b8;max-width:360px;line-height:1.65;margin:0}
.approach-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.approach-card-v1{background:#fafaf40f;border:1px solid #ffe70624;border-radius:14px;padding:28px 24px;transition:background 500ms,border-color 500ms,transform 500ms}
.approach-card-v1:hover{background:#ffe70617;border-color:#ffe70661;transform:translateY(-4px)}
.approach-card-v1 .card-icon-wrap{width:46px;height:46px;background:#ffe70624;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.approach-card-v1 .card-icon-wrap i{font-size:1.35rem;color:#FFE706}
.approach-card-v1 h4{font-size:1.05rem;font-weight:700;color:#FAFAF4;margin:0 0 10px}
.approach-card-v1 p{font-size:.9rem;line-height:1.65;color:#fafaf4b8;margin:0}
.visual-section-wrapper{background:#FAFAF4;padding:80px 20px}
.visual-inner{max-width:1200px;margin:0 auto}
.visual-grid{display:grid;grid-template-columns:5fr 7fr;gap:48px;align-items:center}
.visual-image-col{position:relative}
.visual-image-col .img-stack-wrapper{position:relative}
.visual-image-col img{width:100%;height:390px;object-fit:cover;border-radius:14px;display:block;box-shadow:0 12px 40px #24154c2e}
.visual-image-col .img-accent-badge{position:absolute;bottom:-18px;right:-18px;background:#FFE706;color:#24154C;border-radius:12px;padding:14px 20px;font-weight:700;font-size:.85rem;box-shadow:0 6px 20px #ffe70659;max-width:160px;line-height:1.35;z-index:3}
.visual-content-col{display:flex;flex-direction:column;gap:0}
.visual-content-col h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:#24154C;margin:0 0 20px;line-height:1.28}
.visual-content-col h2 .highlight-bar{background:linear-gradient(90deg,#ffe70659,transparent);border-radius:4px;padding:0 4px}
.visual-content-col p{font-size:.97rem;line-height:1.72;color:#3d3257;margin:0 0 16px}
.checklist-v1{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:10px}
.checklist-v1 li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:.93rem;color:#24154C;line-height:1.55}
.checklist-v1 li .check-icon{flex-shrink:0;width:22px;height:22px;background:#FFE706;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}
.checklist-v1 li .check-icon i{font-size:.7rem;color:#24154C}
.svg-divider-wave{display:block;width:100%;overflow:hidden;line-height:0;background:#FAFAF4}
.svg-divider-wave svg{display:block;width:100%;height:52px}
@media (max-width: 900px) {
.title-inner-wrapper{flex-direction:column;gap:36px}
.title-image-zone{flex:none;width:100%}
.story-inner{grid-template-columns:1fr}
.story-heading-col{grid-column:1}
.story-text-col{grid-column:1}
.approach-cards-grid{grid-template-columns:1fr 1fr}
.visual-grid{grid-template-columns:1fr;gap:56px}
.visual-image-col .img-accent-badge{right:10px;bottom:10px}
}
@media (max-width: 600px) {
.title-block-wrapper{padding:52px 16px 44px}
.approach-cards-grid{grid-template-columns:1fr}
.story-stats-row{gap:14px}
.approach-top{flex-direction:column;align-items:flex-start}
.title-cta-group{flex-direction:column}
.btn-primary-v1,.btn-outline-v1{width:100%;text-align:center}
}
.success-stage-wrapper{max-width:1600px;margin:0 auto;padding:0;overflow:hidden}
.success-canvas-v1{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:80px 24px;background:linear-gradient(135deg,#24154C 0%,#3a2470 40%,#1a0e38 70%,#24154C 100%);overflow:hidden}
.success-canvas-v1::before{content:'';position:absolute;top:-80px;left:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#ffe7062e 0%,transparent 70%);pointer-events:none}
.success-canvas-v1::after{content:'';position:absolute;bottom:-100px;right:-60px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#ffe7061a 0%,transparent 65%);pointer-events:none}
.geo-accent-v1{position:absolute;top:32px;right:10%;width:64px;height:64px;border:2px solid #ffe70640;border-radius:12px;transform:rotate(22deg);pointer-events:none}
.geo-accent-v2{position:absolute;bottom:60px;left:8%;width:40px;height:40px;border:2px solid #ffe7062e;border-radius:50%;pointer-events:none}
.geo-accent-v3{position:absolute;top:50%;left:4%;width:24px;height:24px;background:#ffe7061f;border-radius:4px;transform:rotate(45deg) translateY(-50%);pointer-events:none}
.geo-accent-v4{position:absolute;top:18%;right:6%;width:14px;height:14px;background:#ffe70633;border-radius:50%;pointer-events:none}
.success-frame-v1{position:relative;z-index:2;max-width:680px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:0}
.success-icon-layer{display:flex;flex-direction:column;align-items:center;margin-bottom:36px}
.success-ring-outer{width:100px;height:100px;border-radius:50%;background:linear-gradient(145deg,#ffe70638 0%,#ffe7060f 100%);border:2px solid #ffe70659;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 0 40px #ffe70626 inset 0 2px 6px #ffe7061a;transition:box-shadow 500ms ease}
.success-ring-outer:hover{box-shadow:0 0 60px #ffe70647 inset 0 2px 6px #ffe70624}
.success-ring-outer .lnr{font-size:42px;color:#FFE706;line-height:1}
.success-badge-label{margin-top:18px;display:inline-block;background:#ffe7061f;border:1px solid #ffe7064d;border-radius:20px;padding:5px 20px;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#FFE706}
.success-heading-v1{font-size:clamp(28px,5vw,48px);font-weight:800;line-height:1.18;color:#FAFAF4;margin:0 0 18px;letter-spacing:-.5px}
.success-heading-v1 .accent-word{color:#FFE706;position:relative;display:inline-block}
.success-heading-v1 .accent-word::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#FFE706,#ffe7064d);border-radius:2px}
.success-body-text{font-size:16px;line-height:1.7;color:#fafaf4c7;margin:0 0 36px;max-width:520px}
.success-divider-dots{display:flex;flex-direction:row;align-items:center;gap:8px;margin:0 0 36px}
.success-divider-dots span{display:block;width:6px;height:6px;border-radius:50%;background:#ffe7064d}
.success-divider-dots span:nth-child(2){width:30px;height:3px;border-radius:2px;background:linear-gradient(90deg,#ffe70680,#ffe70626)}
.success-info-surface{background:#fafaf40d;border:1px solid #ffe70626;border-radius:14px;padding:24px 32px;margin-bottom:40px;width:100%;display:flex;flex-direction:row;gap:28px;align-items:flex-start;box-shadow:inset 0 2px 6px #0000001f;text-align:left}
.success-info-item{display:flex;flex-direction:row;align-items:flex-start;gap:12px;flex:1}
.success-info-item .lnr{font-size:20px;color:#FFE706;margin-top:2px;flex-shrink:0}
.success-info-item-text-v1{font-size:13px;color:#fafaf48c;line-height:1.4;margin:0 0 2px;text-transform:uppercase;letter-spacing:1px}
.success-info-item-text-v2{font-size:14px;color:#FAFAF4;line-height:1.5;margin:0}
.success-cta-wrapper{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;justify-content:center;width:100%}
.btn-primary-v1{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:linear-gradient(135deg,#FFE706 0%,#f0d800 100%);color:#24154C;font-size:15px;font-weight:700;text-decoration:none;border:none;border-radius:10px;padding:14px 32px;cursor:pointer;transition:transform 450ms ease,box-shadow 450ms ease,background 450ms ease;box-shadow:0 4px 18px #ffe70640;z-index:10;position:relative}
.btn-primary-v1:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 8px 28px #ffe70661;background:linear-gradient(135deg,#ffe918 0%,#FFE706 100%);color:#24154C}
.btn-primary-v1 .lnr{font-size:17px}
.btn-outline-v1{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:transparent;color:#fafaf4cc;font-size:15px;font-weight:600;text-decoration:none;border:1.5px solid #fafaf440;border-radius:10px;padding:14px 28px;cursor:pointer;transition:border-color 450ms ease,color 450ms ease,background 450ms ease;z-index:10;position:relative}
.btn-outline-v1:hover{border-color:#ffe7068c;color:#FFE706;background:#ffe7060f}
.btn-outline-v1 .lnr{font-size:17px}
.success-step-track{display:flex;flex-direction:row;align-items:center;gap:0;margin-top:52px;width:100%;justify-content:center}
.step-node{display:flex;flex-direction:column;align-items:center;gap:8px;flex:0 0 auto}
.step-node-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:transform 500ms ease}
.step-node-circle--done{background:#FFE706;color:#24154C;box-shadow:0 2px 10px #ffe7064d}
.step-node-circle--active{background:#ffe70633;border:2px solid #FFE706;color:#FFE706}
.step-node-circle--pending{background:#fafaf412;border:2px solid #fafaf42e;color:#fafaf459}
.step-node-label{font-size:11px;color:#fafaf480;text-align:center;max-width:72px;line-height:1.3}
.step-node-label--active{color:#FFE706}
.step-connector{flex:1;height:2px;margin:0 4px;margin-bottom:22px;max-width:60px;border-radius:2px}
.step-connector--done{background:linear-gradient(90deg,#FFE706,#ffe70666)}
.step-connector--pending{background:#fafaf41f}
@media (max-width: 640px) {
.success-canvas-v1{padding:60px 16px}
.success-info-surface{flex-direction:column;gap:18px;padding:20px}
.success-cta-wrapper{flex-direction:column;align-items:stretch}
.btn-primary-v1,.btn-outline-v1{justify-content:center}
.success-step-track{gap:0}
.step-connector{max-width:32px}
}
@media (min-width: 641px) and (max-width: 960px) {
.success-canvas-v1{padding:72px 40px}
}