@font-face{font-family:Nunito;src:url(/fonts/Nunito-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/SpaceGrotesk-VariableFont_wght.ttf) format("truetype");font-weight:300 700;font-style:normal;font-display:swap}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Space Grotesk,system-ui,sans-serif;background:#F8FAFC;color:#0D2645;-webkit-font-smoothing:antialiased}nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#0D2645;border-bottom:1px solid rgba(255,255,255,.06);height:68px;padding:0 40px;gap:0}.nav-logo,nav{display:flex;align-items:center}.nav-logo{gap:10px;text-decoration:none;flex-shrink:0}.nav-logo img{height:44px}.nav-links{display:flex;align-items:center;gap:2px;margin-left:28px}.nav-link{font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:500;color:#94A3B8;padding:6px 12px;border-radius:7px;text-decoration:none;transition:all .15s;white-space:nowrap;background:none;border:none;cursor:pointer}.nav-link:hover{color:white;background:rgba(255,255,255,.06)}.nav-link.active{color:white}.nav-divider{width:1px;height:18px;background:rgba(255,255,255,.08);margin:0 8px;flex-shrink:0}.nav-pill{margin-left:auto;display:flex;align-items:center;gap:8px;flex-shrink:0}.coming-badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#38BDF8;background:rgba(56,189,248,.12);border:1px solid rgba(56,189,248,.2);padding:4px 10px;border-radius:99px}.nav-cta{font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600;padding:8px 18px;border-radius:8px;border:none;cursor:pointer;background:#F97316;color:white;transition:all .15s;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.nav-cta:hover{filter:brightness(.92)}@media(max-width:900px){.nav-links{display:none}}.hero{background:#0D2645;padding:100px 40px 80px;text-align:center;position:relative;overflow:hidden}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(80,153,204,.04) 1px,transparent 0),linear-gradient(90deg,rgba(80,153,204,.04) 1px,transparent 0);background-size:48px 48px;pointer-events:none}.hero-split{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:56px;gap:56px;align-items:center;max-width:1280px;margin:32px auto 56px;text-align:left;position:relative}.hero-text{display:flex;flex-direction:column;gap:22px;align-items:flex-start}.hero-text .hero-eyebrow{margin-bottom:0}.hero-text .hero-sub{max-width:none;margin:0;text-align:left}.hero-video-col{display:flex;justify-content:center;align-items:center;width:100%}@media(max-width:880px){.hero-split{grid-template-columns:1fr;gap:32px;margin-top:24px;margin-bottom:40px;text-align:center}.hero-text{align-items:center}.hero-text .hero-sub{text-align:center}.hero-video-col{order:2}}.hero-video{position:relative;display:block;width:100%;max-width:none;aspect-ratio:16/9;margin:0;padding:0;background:#0A1F38;border:1px solid rgba(56,189,248,.18);border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 30px 60px rgba(0,0,0,.45);transition:transform .2s ease,box-shadow .2s ease}.hero-video:hover{transform:translateY(-2px);box-shadow:0 36px 72px rgba(0,0,0,.55),0 0 0 1px rgba(56,189,248,.35)}.hero-video:focus-visible{outline:2px solid #38BDF8;outline-offset:3px}.hero-video-loop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.hero-video-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:linear-gradient(180deg,rgba(13,38,69,0),rgba(13,38,69,.25) 60%,rgba(13,38,69,.55));transition:background .2s ease}.hero-video:hover .hero-video-overlay{background:linear-gradient(180deg,rgba(13,38,69,0),rgba(13,38,69,.35) 60%,rgba(13,38,69,.7))}.hero-video-playbtn{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:rgba(255,255,255,.95);color:#0D2645;box-shadow:0 12px 32px rgba(0,0,0,.35);transition:transform .2s ease}.hero-video:hover .hero-video-playbtn{transform:scale(1.08)}.hero-video-label{font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:white;text-shadow:0 2px 8px rgba(0,0,0,.4)}@media(max-width:600px){.hero-video{border-radius:12px}.hero-video-playbtn{width:56px;height:56px}.hero-video-label{font-size:12px}}.hero-video-modal{position:fixed;inset:0;background:rgba(5,15,30,.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:40px 24px;z-index:1000;animation:heroModalFade .2s ease}@keyframes heroModalFade{0%{opacity:0}to{opacity:1}}.hero-video-modal-frame{position:relative;width:100%;max-width:1280px;aspect-ratio:16/9;border-radius:14px;overflow:hidden;box-shadow:0 40px 80px rgba(0,0,0,.6);background:#000}.hero-video-modal-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.hero-video-modal-close{position:absolute;top:24px;right:24px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:white;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,transform .15s ease}.hero-video-modal-close:hover{background:rgba(255,255,255,.14);transform:scale(1.05)}.hero-video-modal-close:focus-visible{outline:2px solid #38BDF8;outline-offset:3px}.hero-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#38BDF8;margin-bottom:24px}.hero-eyebrow span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#38BDF8;animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hero-headline{font-family:Space Grotesk,sans-serif;font-size:clamp(42px,6vw,72px);font-weight:700;color:white;letter-spacing:-2px;line-height:1.05;margin-bottom:24px}.hero-headline em{font-style:normal;color:#F97316}.hero-sub{font-size:clamp(16px,2vw,19px);color:#94A3B8;max-width:660px;margin:0 auto 48px;line-height:1.7;font-weight:400}.hero-sub strong{color:white;font-weight:600}.hero-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:64px}.btn-orange-lg{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;padding:14px 28px;border-radius:9px;border:none;cursor:pointer;background:#F97316;color:white;transition:all .15s;display:inline-flex;align-items:center;gap:8px}.btn-orange-lg:hover{filter:brightness(.92);transform:translateY(-1px)}.btn-ghost-lg{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;padding:14px 28px;border-radius:9px;border:1.5px solid rgba(255,255,255,.15);color:white;background:transparent;cursor:pointer;transition:all .15s;display:inline-flex;align-items:center;gap:8px}.btn-ghost-lg:hover{border-color:rgba(255,255,255,.35)}.btn-ghost-lg:hover,.hero-stats{background:rgba(255,255,255,.04)}.hero-stats{display:inline-flex;gap:0;border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden;margin-bottom:0}.hstat{padding:18px 32px;text-align:center;border-right:1px solid rgba(255,255,255,.07)}.hstat:last-child{border-right:none}.hstat-val{font-size:28px;font-weight:700;color:white;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-1px;line-height:1}.hstat-val em{font-style:normal;color:#38BDF8}.hstat-lbl{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#4A6280;margin-top:5px}.modes-section{background:#F8FAFC}.section-wrap{max-width:1080px;margin:0 auto;padding:80px 40px}.section-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#5099CC;margin-bottom:12px}.section-headline{font-size:clamp(28px,4vw,44px);font-weight:700;color:#0D2645;letter-spacing:-1px;line-height:1.15;margin-bottom:16px}.section-sub{font-size:16px;color:#475569;line-height:1.7;max-width:760px;margin-bottom:56px}.modes-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin-bottom:40px}.mode-card{background:white;border:1px solid #e2e8f0;border-radius:16px;padding:36px;box-shadow:0 1px 3px rgba(0,0,0,.05);position:relative}.mode-card.mode-a{border-top:3px solid #5099cc}.mode-card.mode-b{border-top:3px solid #f97316}.mode-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;padding:4px 10px;border-radius:99px;margin-bottom:16px}.mode-tag.blue{background:#EFF6FF;color:#5099CC}.mode-tag.orange{background:#FFF7ED;color:#F97316}.mode-title{font-size:22px;font-weight:700;color:#0D2645;letter-spacing:-.3px;margin-bottom:10px;line-height:1.25}.mode-body{font-size:15px;color:#475569;line-height:1.7;margin-bottom:24px}.mode-table{width:100%;border-collapse:collapse;margin-bottom:20px}.mode-table th{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94A3B8;padding:8px 0;text-align:left;border-bottom:1px solid #f1f5f9}.mode-table td{font-size:13px;color:#475569;padding:9px 0;border-bottom:1px solid #f8fafc;vertical-align:middle}.mode-table tr:last-child td{border-bottom:none}.mode-table .feature-name{font-weight:600;color:#0D2645}.mode-table .price-col{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.mode-table .price-col.blue{color:#5099CC}.mode-table .price-col.green{color:#22C55E}.mode-note{font-size:13px;color:#94A3B8;padding:12px 14px;background:#F8FAFC;border-radius:8px;line-height:1.6}.mode-note strong{color:#0D2645}.modes-bridge{background:white;border:1px solid #e2e8f0;border-radius:14px;padding:24px 28px;gap:20px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.bridge-icon,.modes-bridge{display:flex;align-items:center}.bridge-icon{width:44px;height:44px;border-radius:12px;background:#EFF6FF;justify-content:center;flex-shrink:0;color:#5099CC}.bridge-text{flex:1 1}.bridge-title{font-size:15px;font-weight:700;color:#0D2645;margin-bottom:4px}.bridge-body{font-size:14px;color:#475569;line-height:1.6}a.modes-bridge{text-decoration:none;color:inherit}a.modes-bridge.xc-bridge{margin-top:14px;border-color:#FED7AA;background:linear-gradient(180deg,#FFFBF5,#FFFFFF);transition:border-color .15s,transform .15s,box-shadow .15s}a.modes-bridge.xc-bridge:hover{border-color:#F97316;transform:translateY(-1px);box-shadow:0 4px 16px rgba(249,115,22,.12)}.xc-bridge-cta{display:inline-flex;align-items:center;gap:6px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700;color:#F97316;white-space:nowrap;flex-shrink:0}@media(max-width:720px){a.modes-bridge.xc-bridge{flex-wrap:wrap}.xc-bridge-cta{width:100%;justify-content:flex-end;margin-top:4px}}.how-section{background:white}.section-divider{border:none;height:1px;background:#E2E8F0;margin:0}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.step-card{background:#F8FAFC;border:1px solid #e2e8f0;border-radius:12px;padding:28px}.step-num{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#94A3B8;margin-bottom:12px}.step-icon{width:40px;height:40px;border-radius:10px;background:white;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:#5099CC;box-shadow:0 1px 2px rgba(0,0,0,.04)}.step-title{font-size:17px;font-weight:700;color:#0D2645;margin-bottom:8px}.step-body{font-size:14px;color:#475569;line-height:1.65}.paths-block{margin-top:56px;background:linear-gradient(135deg,rgba(56,189,248,.05),rgba(80,153,204,.03));border:1px solid rgba(56,189,248,.18);border-radius:18px;padding:36px}.paths-head{max-width:760px;margin-bottom:28px}.paths-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#5099CC;margin-bottom:10px}.paths-headline{font-size:clamp(22px,3vw,30px);font-weight:700;color:#0D2645;letter-spacing:-.5px;line-height:1.2;margin-bottom:12px}.paths-sub{font-size:15px;color:#475569;line-height:1.7}.paths-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:24px}.path-card{background:white;border:1px solid #e2e8f0;border-radius:14px;padding:28px;display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(0,0,0,.04)}.path-card.path-a{border-top:3px solid #5099cc}.path-card.path-b{border-top:3px solid #38bdf8}.path-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;padding:4px 10px;border-radius:99px;margin-bottom:14px;width:-moz-fit-content;width:fit-content}.path-card.path-a .path-tag{background:#EFF6FF;color:#5099CC}.path-card.path-b .path-tag{background:rgba(56,189,248,.12);color:#0284C7}.path-title{font-size:20px;font-weight:700;color:#0D2645;letter-spacing:-.3px;line-height:1.25;margin-bottom:10px}.path-body{font-size:14px;color:#475569;line-height:1.65;margin-bottom:16px}.path-body code{font-family:Space Grotesk,sans-serif;font-size:13px;background:#F1F5F9;color:#0D2645;padding:1px 6px;border-radius:5px;border:1px solid #e2e8f0;font-weight:600}.path-bullets{list-style:none;padding:0;margin:0 0 18px}.path-bullets li{font-size:13px;color:#475569;line-height:1.6;padding:6px 0 6px 22px;position:relative;border-bottom:1px solid #f1f5f9}.path-bullets li:last-child{border-bottom:none}.path-bullets li:before{content:"";position:absolute;left:4px;top:13px;width:8px;height:8px;border-radius:50%;background:#5099CC;opacity:.55}.path-card.path-b .path-bullets li:before{background:#38BDF8;opacity:.7}.path-cta-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#94A3B8;margin-bottom:8px;margin-top:auto}.path-cta{display:inline-flex;align-items:center;font-size:14px;font-weight:600;color:#0D2645;background:#F8FAFC;border:1px dashed #cbd5e1;border-radius:8px;padding:10px 14px;width:-moz-fit-content;width:fit-content}.paths-foot{font-size:14px;color:#475569;line-height:1.7;margin:0;padding:18px 22px;background:white;border:1px solid #e2e8f0;border-radius:12px}.paths-foot strong{color:#0D2645}.experience-section{background:#0D2645;padding:100px 40px}.experience-inner{max-width:1080px;margin:0 auto}.exp-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#38BDF8;margin-bottom:12px}.exp-headline{font-size:clamp(28px,4vw,44px);font-weight:700;color:white;letter-spacing:-1px;line-height:1.15;margin-bottom:16px}.exp-sub{font-size:16px;color:#94A3B8;line-height:1.7;max-width:760px;margin-bottom:56px}.exp-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:start}.mockup-stack{display:flex;flex-direction:column;gap:14px}.mock-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#4A6280;margin-bottom:6px}.sms-card{background:#1D3A5F;border-radius:14px;padding:16px 18px;border:1px solid rgba(255,255,255,.07)}.sms-row{display:flex;gap:10px;align-items:flex-start}.sms-avi{width:34px;height:34px;background:#F97316;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.sms-bubble{background:rgba(255,255,255,.06);border-radius:10px;padding:10px 13px;font-size:13px;color:#CBD5E1;line-height:1.6}.sms-bubble strong{color:white}.sms-bubble .link{color:#38BDF8}.sms-ts{font-size:11px;color:#4A6280;margin-top:8px;text-align:right}.result-mini{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:18px 20px}.result-mini-name{font-size:12px;color:#4A6280;margin-bottom:4px}.result-mini-time{font-size:44px;font-weight:700;color:white;letter-spacing:-2px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1;margin-bottom:10px}.result-mini-row{display:flex;gap:0;border-top:1px solid rgba(255,255,255,.06);padding-top:10px}.result-mini-stat{flex:1 1;text-align:center;border-right:1px solid rgba(255,255,255,.06)}.result-mini-stat:last-child{border-right:none}.rms-val{font-size:14px;font-weight:700;color:white;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rms-lbl{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#4A6280;margin-top:2px}.pkg-mini{background:#F97316;border-radius:12px;padding:14px 18px;display:flex;align-items:center;gap:10px}.pkg-mini-text{flex:1 1}.pkg-mini-name{font-size:13px;font-weight:700;color:white}.pkg-mini-desc{font-size:12px;color:rgba(255,255,255,.7)}.pkg-mini-price{font-size:20px;font-weight:700;color:white;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.exp-features{display:flex;flex-direction:column;gap:16px}.exp-feature{display:flex;gap:14px;align-items:flex-start;padding:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:12px;transition:all .15s}.exp-feature:hover{background:rgba(255,255,255,.07)}.ef-icon{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ef-icon.orange{background:rgba(249,115,22,.15);color:#F97316}.ef-icon.blue{background:rgba(80,153,204,.15);color:#5099CC}.ef-icon.sky{background:rgba(56,189,248,.12);color:#38BDF8}.ef-icon.green{background:rgba(34,197,94,.12);color:#22C55E}.ef-title{font-size:14px;font-weight:700;color:white;margin-bottom:3px}.ef-body{font-size:13px;color:#94A3B8;line-height:1.6}.ef-tag{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:2px 7px;border-radius:4px;margin-top:6px}.ef-tag.addon{background:rgba(80,153,204,.15);color:#5099CC}.ef-tag.in-package{background:rgba(249,115,22,.15);color:#F97316}.ef-tag.dual{background:rgba(56,189,248,.1);color:#38BDF8}.earnings-section{background:#F8FAFC}.earnings-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.earnings-wrap{background:white;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.earnings-header{background:#0D2645;padding:18px 24px;display:flex;align-items:center;justify-content:space-between}.earnings-header-title{font-size:14px;font-weight:700;color:white}.earnings-header-sub{font-size:12px;color:#4A6280;margin-top:2px}.earnings-table{width:100%;border-collapse:collapse}.earnings-table th{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94A3B8;padding:10px 18px;text-align:left;border-bottom:1px solid #f1f5f9;background:#F8FAFC}.earnings-table td{font-size:13px;color:#475569;padding:12px 18px;border-bottom:1px solid #f8fafc}.earnings-table tr:last-child td{border-bottom:none}.earnings-table .earn-val{color:#22C55E}.earnings-table .earn-markup,.earnings-table .earn-val{font-size:14px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.earnings-table .earn-markup{color:#5099CC}.earnings-table .earn-race{font-weight:600;color:#0D2645}.earnings-footnote{padding:12px 18px;font-size:12px;color:#94A3B8;border-top:1px solid #f1f5f9;background:#F8FAFC;line-height:1.6}.plugins-section{background:white}.plugins-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.plugin-card{background:#F8FAFC;border:1px solid #e2e8f0;border-radius:12px;padding:22px;transition:all .15s}.plugin-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08);background:white}.plugin-icon{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.plugin-icon.blue{background:#EFF6FF;color:#5099CC}.plugin-icon.orange{background:#FFF7ED;color:#F97316}.plugin-icon.sky{background:rgba(56,189,248,.1);color:#38BDF8}.plugin-icon.green{background:#F0FDF4;color:#22C55E}.plugin-name{font-size:15px;font-weight:700;color:#0D2645;margin-bottom:5px}.plugin-desc{font-size:13px;color:#475569;line-height:1.6}.plugin-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.ptag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:3px 8px;border-radius:4px}.ptag.addon{background:#EFF6FF;color:#5099CC}.ptag.in-package{background:#FFF7ED;color:#F97316}.ptag.bonus{background:#FEFCE8;color:#A16207}.ptag.free{background:#F0FDF4;color:#22C55E}.ptag.flagship{background:rgba(249,115,22,.1);color:#F97316;border:1px solid rgba(249,115,22,.2)}.flywheel-section{background:#0D2645;padding:100px 40px}.flywheel-inner{max-width:900px;margin:0 auto;text-align:center}.flywheel-inner .section-eyebrow{color:#38BDF8}.flywheel-steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;position:relative;margin-bottom:56px}.flywheel-steps:before{content:"";position:absolute;top:28px;left:12.5%;right:12.5%;height:1px;background:rgba(255,255,255,.08);z-index:0}.fw-step{flex-direction:column;text-align:center;position:relative;z-index:1;padding:0 12px}.fw-num,.fw-step{display:flex;align-items:center}.fw-num{width:56px;height:56px;border-radius:50%;justify-content:center;font-size:20px;font-weight:700;margin-bottom:16px;border:2px solid}.fw-num.n1{background:rgba(56,189,248,.1);border-color:rgba(56,189,248,.3);color:#38BDF8}.fw-num.n2{background:rgba(80,153,204,.1);border-color:rgba(80,153,204,.3);color:#5099CC}.fw-num.n3{background:rgba(249,115,22,.1);border-color:rgba(249,115,22,.3);color:#F97316}.fw-num.n4{background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.3);color:#22C55E}.fw-title{font-size:14px;font-weight:700;color:white;margin-bottom:6px}.fw-body{font-size:12px;color:#94A3B8;line-height:1.6}.fw-body strong{color:#38BDF8}.flywheel-stat-row{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1px;gap:1px;background:rgba(255,255,255,.07);border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.07)}.fw-stat{background:#0D2645;padding:24px 20px;text-align:center}.fw-stat-val{font-size:32px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-1px;line-height:1;margin-bottom:6px}.fw-stat-lbl{font-size:11px;color:#4A6280;line-height:1.5}.cta-section{background:white;padding:100px 40px;text-align:center}.cta-inner{max-width:540px;margin:0 auto}.cta-logo{display:flex;justify-content:center;margin-bottom:32px}.cta-headline{font-size:clamp(28px,4vw,44px);font-weight:700;color:#0D2645;letter-spacing:-1px;line-height:1.15;margin-bottom:16px}.cta-sub{font-size:16px;color:#475569;line-height:1.7;margin-bottom:40px}.email-form{display:flex;gap:8px;max-width:460px;margin:0 auto 16px}.email-input{flex:1 1;font-family:Space Grotesk,sans-serif;font-size:14px;padding:13px 16px;border:1.5px solid #e2e8f0;border-radius:9px;outline:none;color:#0D2645;background:white;transition:all .15s}.email-input:focus{border-color:#5099CC;box-shadow:0 0 0 3px rgba(80,153,204,.1)}.email-input::placeholder{color:#94A3B8}.email-submit{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600;padding:13px 22px;border-radius:9px;border:none;background:#F97316;color:white;cursor:pointer;transition:all .15s;white-space:nowrap;display:flex;align-items:center;gap:6px}.email-submit:hover{filter:brightness(.92)}.email-submit:disabled{opacity:.6;cursor:not-allowed}.cta-micro{font-size:12px;color:#94A3B8}.cta-micro a{color:#5099CC;text-decoration:none}.toast{position:fixed;bottom:32px;left:50%;transform:translateX(-50%) translateY(20px);background:#0D2645;color:white;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;box-shadow:0 8px 24px rgba(0,0,0,.2);opacity:0;transition:all .3s ease;pointer-events:none;z-index:1000;white-space:nowrap}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}footer{background:#0D2645;border-top:1px solid rgba(255,255,255,.06);padding:40px;align-items:center;justify-content:space-between;gap:16px}.footer-links,footer{display:flex;flex-wrap:wrap}.footer-links{gap:24px;justify-content:center}.footer-links a{font-size:13px;color:#4A6280;text-decoration:none;transition:color .15s}.footer-links a:hover{color:#94A3B8}.footer-divider{width:1px;height:14px;background:rgba(255,255,255,.08)}.footer-copy{font-size:12px;color:#2E4A6A}.legal-header{background:#0D2645;padding:80px 40px 64px;position:relative;overflow:hidden}.legal-header:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(80,153,204,.04) 1px,transparent 0),linear-gradient(90deg,rgba(80,153,204,.04) 1px,transparent 0);background-size:48px 48px;pointer-events:none}.legal-header-inner{max-width:760px;margin:0 auto;position:relative;z-index:1}.legal-eyebrow{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#38BDF8;padding:4px 10px;background:rgba(56,189,248,.1);border:1px solid rgba(56,189,248,.18);border-radius:99px}.legal-eyebrow,.legal-title{font-weight:700;margin-bottom:18px}.legal-title{font-family:Space Grotesk,sans-serif;font-size:clamp(32px,5vw,52px);color:white;letter-spacing:-1.5px;line-height:1.1}.legal-lede{font-size:17px;color:#94A3B8;line-height:1.7;font-weight:400;max-width:680px}.legal-lede strong{color:white;font-weight:600}.legal-body{max-width:760px;margin:0 auto;padding:56px 40px 96px;color:#0D2645}.legal-meta{display:grid;grid-template-columns:max-content 1fr;grid-gap:10px 20px;gap:10px 20px;padding:22px 24px;background:white;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:48px;box-shadow:0 1px 3px rgba(0,0,0,.04);font-size:14px}.legal-meta>div{display:contents}.legal-meta-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94A3B8;align-self:center}.legal-meta-value{color:#475569;line-height:1.55}.legal-meta-value a{color:#5099CC;text-decoration:none}.legal-meta-value a:hover{text-decoration:underline}.legal-section{margin-bottom:44px;scroll-margin-top:96px}.legal-section h2{font-size:clamp(22px,3vw,28px);letter-spacing:-.5px;line-height:1.2;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid #e2e8f0}.legal-section h2,.legal-section h3{font-family:Space Grotesk,sans-serif;font-weight:700;color:#0D2645}.legal-section h3{font-size:17px;letter-spacing:-.2px;margin:28px 0 12px;line-height:1.35}.legal-section p{font-size:15px;line-height:1.75;color:#334155;margin-bottom:14px}.legal-section p strong{color:#0D2645;font-weight:600}.legal-section ol,.legal-section ul{padding-left:22px;margin:0 0 18px;font-size:15px;line-height:1.75;color:#334155}.legal-section li{margin-bottom:6px}.legal-section li strong{color:#0D2645;font-weight:600}.legal-section a{color:#5099CC;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;transition:color .15s}.legal-section a:hover{color:#0D2645}.legal-section code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;padding:2px 6px;background:#F1F5F9;border:1px solid #e2e8f0;border-radius:5px;color:#0D2645;white-space:nowrap}.legal-allcaps{font-size:13px!important;line-height:1.7!important;color:#475569!important;letter-spacing:.01em}.legal-allcaps li{margin-bottom:14px}.legal-quote{margin:18px 0 22px;padding:18px 22px;background:#F8FAFC;border:1px solid #e2e8f0;border-left:4px solid #5099cc;border-radius:8px}.legal-quote p{font-size:14.5px;line-height:1.7;color:#334155;margin:0;font-style:italic}.legal-quote p:not(:last-child){margin-bottom:10px}.legal-table-wrap{overflow-x:auto;margin:8px 0 22px;border:1px solid #e2e8f0;border-radius:10px;background:white;box-shadow:0 1px 3px rgba(0,0,0,.04)}.legal-table{width:100%;border-collapse:collapse;font-size:13.5px}.legal-table thead th{background:#F8FAFC;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#64748B;padding:11px 14px;text-align:left;border-bottom:1px solid #e2e8f0;white-space:nowrap}.legal-table tbody td{padding:12px 14px;color:#475569;line-height:1.6;vertical-align:top;border-bottom:1px solid #f1f5f9}.legal-table tbody tr:last-child td{border-bottom:none}.legal-table tbody tr:hover{background:#F8FAFC}.legal-table td strong{color:#0D2645;font-weight:600}.legal-table td code{font-size:12px}.legal-table td a{color:#5099CC;text-decoration:none}.legal-table td a:hover{text-decoration:underline}.legal-contact{background:#F8FAFC;border:1px solid #e2e8f0;border-radius:10px;padding:20px 22px;margin-top:8px}.legal-contact p{margin-bottom:10px;font-size:14px}.legal-contact p:last-child{margin-bottom:0}.legal-companion{display:flex;align-items:center;gap:14px;justify-content:center;margin-top:56px;padding:20px;background:white;border:1px dashed #cbd5e1;border-radius:12px;font-size:14px}.legal-companion span{color:#94A3B8}.legal-companion a{color:#5099CC;font-weight:600;text-decoration:none;transition:color .15s}.legal-companion a:hover{color:#0D2645}@media(max-width:768px){.legal-header{padding:56px 20px 44px}.legal-body{padding:40px 20px 72px}.legal-meta{grid-template-columns:1fr;gap:14px;padding:18px 20px}.legal-meta>div{display:flex;flex-direction:column;gap:4px}.legal-section h2{font-size:22px}.legal-section h3{font-size:16px}.legal-table thead{display:none}.legal-table tbody td{display:block;padding:8px 14px;border-bottom:none}.legal-table tbody td:first-child{padding-top:14px;font-weight:600;color:#0D2645}.legal-table tbody td:last-child{padding-bottom:14px}.legal-table tbody tr{display:block;border-bottom:1px solid #e2e8f0}.legal-table tbody tr:last-child{border-bottom:none}}.catalog-header{background:#0D2645;padding:80px 40px 56px;position:relative;overflow:hidden}.catalog-header:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(80,153,204,.04) 1px,transparent 0),linear-gradient(90deg,rgba(80,153,204,.04) 1px,transparent 0);background-size:48px 48px;pointer-events:none}.catalog-header-inner{max-width:880px;margin:0 auto;position:relative;z-index:1}.catalog-eyebrow{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#38BDF8;margin-bottom:18px;padding:4px 10px;background:rgba(56,189,248,.1);border:1px solid rgba(56,189,248,.18);border-radius:99px}.catalog-title{font-family:Space Grotesk,sans-serif;font-size:clamp(32px,5vw,52px);font-weight:700;color:white;letter-spacing:-1.5px;line-height:1.1;margin-bottom:20px}.catalog-lede{font-size:17px;color:#94A3B8;line-height:1.7;font-weight:400;max-width:740px;margin-bottom:28px}.catalog-lede strong{color:white;font-weight:600}.catalog-cta-row{display:flex;gap:12px;flex-wrap:wrap}.catalog-body{max-width:1080px;margin:0 auto;padding:64px 40px 96px;color:#0D2645}.pl-tier{margin-bottom:64px}.pl-tier-head{margin-bottom:28px;max-width:760px}.pl-tier-title{font-family:Space Grotesk,sans-serif;font-size:clamp(22px,3.2vw,30px);font-weight:700;color:#0D2645;letter-spacing:-.6px;line-height:1.2;margin-bottom:12px}.pl-tier-sub{font-size:14.5px;color:#475569;line-height:1.7}.pl-tier-sub strong{color:#0D2645;font-weight:600}.pl-card{display:flex;flex-direction:column}.pl-card-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:4px}.pl-num{font-size:11px;font-weight:700;color:#94A3B8;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.04em}.pl-name{margin-bottom:8px}.pl-desc{margin-bottom:0}.pl-prices{margin-top:14px;padding-top:14px;border-top:1px dashed #e2e8f0;display:flex;flex-direction:column;gap:6px}.pl-price-row{display:flex;justify-content:space-between;gap:10px;align-items:baseline;font-size:12px}.pl-price-lbl{font-weight:700;color:#94A3B8;text-transform:uppercase;letter-spacing:.08em;font-size:10px;flex-shrink:0}.pl-price-val{color:#0D2645;font-weight:600;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.4}.pl-price-val-blue{color:#5099CC}.pl-price-hint{font-weight:500;color:#94A3B8;font-style:italic;font-size:11.5px}.pl-price-row-hint{margin-top:-2px}.pl-note{margin-top:12px;padding:10px 12px;font-size:12px;color:#64748B;background:#F8FAFC;border-radius:8px;border-left:3px solid #38bdf8;line-height:1.55}.pl-enterprise{margin:72px 0 48px;background:linear-gradient(135deg,#0D2645,#1D3A5F);border-radius:16px;padding:36px 40px;color:white}.pl-enterprise-inner{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}.pl-enterprise-icon{background:rgba(56,189,248,.12);color:#38BDF8;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pl-enterprise-body{flex:1 1;min-width:280px}.pl-enterprise-title{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;color:white;letter-spacing:-.4px;margin:6px 0 12px}.pl-enterprise-text{font-size:14.5px;color:#94A3B8;line-height:1.7;margin-bottom:18px}.pl-enterprise-cta{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:10px 18px;border-radius:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:white;text-decoration:none;transition:all .15s}.pl-enterprise-cta:hover{background:rgba(255,255,255,.14)}.pl-finish-only{margin:32px 0 56px;background:#FFF7ED;border:1px solid #fed7aa;border-radius:14px;padding:28px 32px}.pl-finish-only-inner{max-width:760px}.pl-finish-only-title{font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700;color:#0D2645;letter-spacing:-.3px;margin:6px 0 12px;line-height:1.25}.pl-finish-only-text{font-size:14.5px;color:#475569;line-height:1.7}.pl-finish-only-text strong{color:#0D2645;font-weight:600}.pl-bottom-cta{margin-top:48px;padding:48px 40px;background:#F8FAFC;border:1px solid #e2e8f0;border-radius:16px;text-align:center}.pl-bottom-title{font-family:Space Grotesk,sans-serif;font-size:clamp(22px,3vw,30px);font-weight:700;color:#0D2645;letter-spacing:-.5px;line-height:1.2;margin-bottom:10px}.pl-bottom-sub{font-size:15px;color:#475569;line-height:1.6;margin-bottom:24px;max-width:540px;margin-left:auto;margin-right:auto}.pl-bottom-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.pr-tier{margin-bottom:32px}.pr-tier-card{background:white;border:1px solid #e2e8f0;border-radius:16px;padding:36px 40px;box-shadow:0 1px 3px rgba(0,0,0,.05);position:relative}.pr-tier-free{border-top:3px solid #22c55e}.pr-tier-pack{border-top:3px solid #f97316}.pr-tier-addon{border-top:3px solid #5099cc}.pr-tier-enterprise{background:linear-gradient(135deg,#0D2645,#1D3A5F);border:1px solid rgba(255,255,255,.08);color:white;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.pr-tier-enterprise .pr-tier-title{color:white}.pr-tier-enterprise .pr-tier-sub{color:#94A3B8}.pr-tier-head{margin-bottom:22px}.pr-tier-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;padding:4px 10px;border-radius:99px;margin-bottom:14px}.pr-tag-green{background:#F0FDF4;color:#22C55E}.pr-tag-orange{background:#FFF7ED;color:#F97316}.pr-tag-blue{background:#EFF6FF;color:#5099CC}.pr-tag-sky{background:rgba(56,189,248,.12);color:#38BDF8}.pr-tier-title{font-family:Space Grotesk,sans-serif;font-size:clamp(22px,3.4vw,30px);font-weight:700;color:#0D2645;letter-spacing:-.5px;line-height:1.2;margin-bottom:12px}.pr-tier-sub{font-size:15px;color:#475569;line-height:1.7;margin:0}.pr-tier-sub strong{color:#0D2645;font-weight:600}.pr-tier-footnote{font-size:13px;color:#64748B;line-height:1.65;margin-top:16px;font-style:italic}.pr-bullets{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 24px;gap:10px 24px;margin-top:20px;margin-bottom:16px}.pr-bullet{display:flex;align-items:center;gap:8px;font-size:14px;color:#0D2645;font-weight:500}.pr-bullet svg{color:#22C55E;flex-shrink:0}.pr-table{width:100%;border-collapse:collapse;margin:18px 0 8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pr-table th{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94A3B8;padding:10px 12px;text-align:left;border-bottom:1px solid #e2e8f0;background:#F8FAFC}.pr-table td{font-size:13.5px;color:#475569;padding:12px;border-bottom:1px solid #f1f5f9}.pr-table tr:last-child td{border-bottom:none}.pr-table .pr-row-name{font-weight:600;color:#0D2645}.pr-table .pr-row-hint{font-weight:400;color:#94A3B8;font-size:12px;margin-left:4px}.pr-table .pr-earn{font-weight:700;color:#22C55E}.pr-table .pr-rebill{font-weight:700;color:#5099CC}.pr-footnote{font-size:12.5px;color:#64748B;line-height:1.65;margin-top:8px}.pr-callout{display:flex;gap:14px;align-items:flex-start;margin-top:20px;padding:16px 18px;background:#FFF7ED;border:1px solid #fed7aa;border-radius:10px;font-size:13.5px;color:#475569;line-height:1.65}.pr-callout strong{color:#0D2645;font-weight:600}.pr-callout-icon{color:#F97316;flex-shrink:0;margin-top:1px}.pr-callout-blue{background:#EFF6FF;border-color:#BFDBFE}.pr-callout-blue .pr-callout-icon{color:#5099CC}.pr-pack-econ{margin-top:28px;padding-top:24px;border-top:1px dashed #e2e8f0}.pr-pack-econ-title{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700;color:#0D2645;margin-bottom:6px;letter-spacing:-.2px}.pr-sms-note{display:flex;gap:12px;align-items:flex-start;margin-top:20px;padding:14px 16px;background:#F8FAFC;border-radius:10px;border-left:3px solid #22c55e;font-size:13px;color:#475569;line-height:1.65}.pr-sms-note svg{color:#22C55E;flex-shrink:0;margin-top:2px}.pr-sms-note strong{color:#0D2645;font-weight:600}.pr-enterprise-cta{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:10px 18px;border-radius:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:white;text-decoration:none;transition:all .15s;flex-shrink:0}.pr-enterprise-cta:hover{background:rgba(255,255,255,.14)}.pr-compare{margin-top:56px;padding-top:48px;border-top:1px solid #e2e8f0}.pr-compare-title{font-family:Space Grotesk,sans-serif;font-size:clamp(22px,3.2vw,30px);font-weight:700;color:#0D2645;letter-spacing:-.5px;line-height:1.2;margin-bottom:28px}.pr-compare-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.pr-compare-card{background:white;border:1px solid #e2e8f0;border-radius:12px;padding:24px;position:relative}.pr-compare-dot{width:10px;height:10px;border-radius:99px;margin-bottom:14px}.pr-dot-green{background:#22C55E}.pr-dot-orange{background:#F97316}.pr-dot-blue{background:#5099CC}.pr-compare-card h4{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700;color:#0D2645;margin-bottom:8px}.pr-compare-card p{font-size:13.5px;color:#475569;line-height:1.6;margin-bottom:14px}.pr-compare-price{font-size:18px;font-weight:700;color:#0D2645;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.3px}.pr-compare-price em{font-style:normal;font-weight:500;color:#94A3B8;font-size:12px;margin-left:4px}.pr-close{margin-top:64px;background:white;border:1px solid #e2e8f0;border-radius:16px;padding:40px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.pr-close-title{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;color:#0D2645;letter-spacing:-.5px;line-height:1.2;margin-bottom:24px}.pr-close-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.pr-close-card{background:#F8FAFC;border:1px solid #e2e8f0;border-radius:12px;padding:24px;position:relative}.pr-close-tag{position:absolute;top:-12px;left:24px;color:white;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;padding:4px 12px;border-radius:99px}.pr-close-tag-blue{background:#5099CC}.pr-close-tag-orange{background:#F97316}.pr-close-q{font-size:15px;color:#0D2645;font-weight:600;line-height:1.55;margin-bottom:14px;font-style:italic}.pr-close-a{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#22C55E;font-weight:700}.pr-close-foot{margin-top:24px;font-size:13.5px;color:#475569;line-height:1.65}.pr-close-foot strong{color:#0D2645;font-weight:600}@media(max-width:768px){.catalog-header{padding:56px 20px 44px}.catalog-body{padding:48px 20px 72px}.pr-tier-card{padding:28px 22px}.pr-bullets{gap:8px}.pr-bullets,.pr-compare-grid{grid-template-columns:1fr}.pr-close{padding:28px 22px}.pr-close-grid{grid-template-columns:1fr;gap:16px}.pr-table{font-size:12.5px}.pr-table td,.pr-table th{padding:10px}.pl-enterprise{padding:28px 22px}.pl-finish-only{padding:22px}.pl-bottom-cta{padding:32px 22px}nav{padding:0 20px}.hero{padding:72px 20px 60px}.section-wrap{padding:60px 20px}.how-steps,.modes-grid{grid-template-columns:1fr}.how-steps{gap:16px}.paths-block{padding:24px;margin-top:36px}.paths-grid{grid-template-columns:1fr;gap:14px}.path-card{padding:22px}.experience-section{padding:60px 20px}.exp-grid{gap:32px}.earnings-grid,.exp-grid{grid-template-columns:1fr}.plugins-grid{grid-template-columns:1fr 1fr;gap:12px}.plugins-grid>[style*="span 3"]{grid-column:span 2!important}.flywheel-steps{grid-template-columns:1fr 1fr;gap:28px}.flywheel-steps:before{display:none}.flywheel-stat-row{grid-template-columns:1fr}.email-form,footer{flex-direction:column}footer{text-align:center;padding:28px 20px}.hero-stats{flex-direction:column;width:100%;max-width:320px}.hstat{border-right:none;border-bottom:1px solid rgba(255,255,255,.07)}.hstat:last-child{border-bottom:none}}@media(max-width:480px){.plugins-grid{grid-template-columns:1fr}}.optin-wrap{background:#F8FAFC;display:flex;justify-content:center;padding:64px 20px 96px}.optin-card{width:100%;max-width:480px;background:white;border:1.5px solid #e2e8f0;border-radius:18px;box-shadow:0 16px 48px rgba(13,38,69,.1);overflow:hidden}.optin-head{background:#0D2645;padding:30px 32px 26px;text-align:center}.optin-logo{margin:0 auto 18px;display:block}.optin-event{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#38BDF8}.optin-event,.optin-headline{font-family:Space Grotesk,sans-serif;font-weight:700}.optin-headline{font-size:23px;color:white;letter-spacing:-.5px;margin:9px 0 7px;line-height:1.2}.optin-sub{font-size:13px;color:#94A3B8;line-height:1.55;margin:0}.optin-body{padding:28px 32px 30px}.optin-field{margin-bottom:4px}.optin-label{display:block;font-size:12px;font-weight:600;color:#475569;margin-bottom:7px;letter-spacing:.01em}.optin-input{width:100%;font-family:Space Grotesk,sans-serif;font-size:15px;padding:13px 14px;border:1.5px solid #e2e8f0;border-radius:9px;outline:none;color:#0D2645;background:white;transition:all .15s;box-sizing:border-box}.optin-input:focus{border-color:#5099CC;box-shadow:0 0 0 3px rgba(80,153,204,.1)}.optin-input::placeholder{color:#94A3B8}.optin-consent{display:flex;gap:11px;align-items:flex-start;background:#F8FAFC;border:1.5px solid #e2e8f0;border-radius:11px;padding:14px;margin:18px 0;cursor:pointer}.optin-checkbox{flex-shrink:0;width:20px;height:20px;margin-top:1px;accent-color:#F97316;cursor:pointer}.optin-consent-text{font-size:12.5px;line-height:1.55;color:#334155;margin:0}.optin-consent-text strong{color:#0D2645;font-weight:700}.optin-consent-text a{color:#5099CC;text-decoration:underline}.optin-submit{width:100%;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:700;padding:15px;border-radius:10px;border:none;background:#F97316;color:white;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:8px}.optin-submit:hover:not(:disabled){filter:brightness(.93)}.optin-submit:disabled{opacity:.5;cursor:not-allowed}.optin-fine{font-size:11px;line-height:1.65;color:#94A3B8;margin:16px 0 0;text-align:center}.optin-fine a{color:#5099CC;text-decoration:underline}.optin-success{text-align:center;padding:8px 0 6px}.optin-success-icon{width:54px;height:54px;border-radius:50%;background:rgba(34,197,94,.12);color:#22C55E;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.optin-success h3{font-family:Space Grotesk,sans-serif;font-size:19px;font-weight:700;color:#0D2645;margin:0 0 8px}.optin-success p{font-size:13.5px;color:#475569;line-height:1.6;margin:0}.optin-success strong{color:#0D2645}@media(max-width:480px){.optin-wrap{padding:36px 16px 64px}.optin-head{padding:24px 20px 22px}.optin-body{padding:24px 20px 26px}}