:root{--bg:#07111f;--bg-soft:#0d1b30;--panel:rgba(13,27,48,.82);--card:#fff;--text:#f5f7fb;--text-dark:#101828;--muted:#b5c1d8;--muted-dark:#52607a;--line:hsla(0,0%,100%,.12);--accent:#2f7cff;--accent-2:#4ab5ff;--radius:24px;--shadow:0 20px 60px rgba(0,0,0,.25)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#eef2f7;color:var(--text-dark)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}main{overflow:hidden}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.hero-shell{position:relative;background:radial-gradient(circle at top left,rgba(74,181,255,.16),transparent 28%),linear-gradient(135deg,#07111f,#0c1d35 55%,#07111f);color:var(--text)}.hero-shell:after{content:"";position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.04) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.04) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 90%);mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 90%);pointer-events:none}.site-header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:12px 0}.brand{display:inline-flex;align-items:center;gap:14px}.brand-name{display:block;font-weight:800;font-size:1.25rem}.brand-tag{display:block;color:var(--muted);font-size:.92rem}.nav{display:flex;align-items:center;gap:28px;color:rgba(245,247,251,.88)}.nav a:hover{color:#fff}.nav-cta{padding:12px 18px;border-radius:999px;background:rgba(47,124,255,.18);border:1px solid rgba(74,181,255,.3)}.hero{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr .8fr;grid-gap:42px;gap:42px;padding:72px 0 96px}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 22px;padding:10px 16px;border-radius:999px;background:hsla(0,0%,100%,.08);color:#dce7fb;font-size:.95rem;letter-spacing:.02em}.eyebrow-dark{background:rgba(47,124,255,.09);color:#174494}h1,h2,h3,p,ul{margin-top:0}h1{font-size:clamp(2.7rem,5vw,4.7rem);line-height:1.02;letter-spacing:-.04em;margin-bottom:24px}h1 span{color:#73b8ff}.lead{font-size:1.18rem;line-height:1.7;color:rgba(245,247,251,.86);max-width:750px;margin-bottom:28px}.hero-points{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.hero-points span{padding:12px 16px;border-radius:999px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);color:#e7eefc}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:18px}.hero-note{color:rgba(245,247,251,.72);font-size:.98rem}.button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 24px;border-radius:14px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;box-shadow:0 16px 40px rgba(47,124,255,.25)}.button-secondary{border:1px solid hsla(0,0%,100%,.18);color:#fff;background:hsla(0,0%,100%,.03)}.button-full{width:100%}.hero-card{display:grid;grid-gap:18px;gap:18px;align-content:start}.card,.checklist,.faq-item,.panel,.stat-card,.step,.trust-box,.waitlist-form{border-radius:var(--radius);box-shadow:var(--shadow)}.checklist,.panel,.stat-card{background:var(--panel);border:1px solid var(--line);padding:28px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stat-label{display:inline-block;margin-bottom:14px;font-size:.88rem;color:#90b3ef;letter-spacing:.08em;text-transform:uppercase}.stat-card strong{display:block;font-size:1.6rem;margin-bottom:14px}.checklist li,.panel li,.panel p,.stat-card p{color:rgba(245,247,251,.82);line-height:1.7}.check-title{display:inline-block;margin-bottom:14px;font-weight:700}.checklist ul,.feature-list,.legal-content ul{padding-left:20px}.section{padding:96px 0}.section-light{background:#eef2f7}.section-dark{background:linear-gradient(180deg,#081321,#0c1b2f);color:var(--text)}.section-accent{background:linear-gradient(135deg,#0a1425,#0e2040);color:var(--text)}.section-heading{margin-bottom:28px}.section-heading h2{font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-.03em;margin-bottom:16px}.section-heading p{color:var(--muted-dark);line-height:1.75;max-width:760px}.section-accent .section-heading p,.section-accent .trust-box p,.section-dark .feature-list li,.section-dark .panel li,.section-dark .section-heading p{color:rgba(245,247,251,.78)}.centered{text-align:center}.narrow{max-width:760px;margin-left:auto;margin-right:auto}.grid{display:grid;grid-gap:22px;gap:22px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:hsla(0,0%,100%,.82);border:1px solid rgba(17,24,39,.08);padding:28px}.card h3,.panel h3,.step h3{font-size:1.3rem;margin-bottom:12px}.card p,.faq-item p,.footer-copy,.legal-content p,.simple-page p,.step p{color:var(--muted-dark);line-height:1.75}.split{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:34px;gap:34px;align-items:start}.feature-list li{margin-bottom:12px;line-height:1.7}.feature-list.compact li{margin-bottom:10px}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.step{background:#fff;padding:28px;border:1px solid rgba(17,24,39,.08)}.step span{display:inline-flex;justify-content:center;align-items:center;width:52px;height:52px;border-radius:50%;background:rgba(47,124,255,.1);color:var(--accent);font-weight:800;margin-bottom:18px}.form-layout{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:34px;gap:34px;align-items:start}.waitlist-form{background:hsla(0,0%,100%,.96);padding:30px;border:1px solid rgba(17,24,39,.08)}.waitlist-form label{display:block;margin-bottom:16px;color:var(--text-dark);font-weight:600}.waitlist-form input,.waitlist-form textarea{width:100%;margin-top:8px;padding:14px 16px;border-radius:14px;border:1px solid rgba(17,24,39,.12);background:#fff;font:inherit}.waitlist-form input:focus,.waitlist-form textarea:focus{outline:2px solid rgba(47,124,255,.18);border-color:rgba(47,124,255,.4)}.form-disclaimer,.form-error{margin-top:14px;font-size:.94rem}.form-disclaimer{color:var(--muted-dark)}.form-error{color:#b42318}.trust-box{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);padding:24px}.faq-list{display:grid;grid-gap:16px;gap:16px}.faq-item{background:#fff;border:1px solid rgba(17,24,39,.08);padding:22px 24px}.faq-item summary{cursor:pointer;list-style:none;font-weight:700}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin-top:12px}.footer{background:#07111f;color:var(--text);padding:32px 0 44px}.footer-grid{display:flex;justify-content:space-between;gap:24px;align-items:center}.footer-brand{margin-bottom:12px}.footer-copy,.footer-links a{color:rgba(245,247,251,.72)}.footer-links{display:flex;flex-wrap:wrap;gap:18px}.simple-page{min-height:100vh;display:flex;align-items:center;background:#eef2f7;padding:80px 0}.centered-stack{text-align:center}.legal-page{align-items:flex-start}.legal-content{background:#fff;border-radius:24px;padding:36px;margin-top:20px;box-shadow:var(--shadow)}.legal-content h1{font-size:clamp(2rem,4vw,3rem);line-height:1.1;color:var(--text-dark)}.legal-content h2{margin-top:30px;margin-bottom:12px;font-size:1.3rem}.back-link{display:inline-block;margin-bottom:20px;color:#174494;font-weight:700}@media (max-width:1024px){.form-layout,.grid-3,.hero,.split,.steps{grid-template-columns:1fr}.nav{display:none}}@media (max-width:720px){.container{width:min(100% - 24px,1120px)}.hero{padding:38px 0 72px}.section{padding:72px 0}.card,.checklist,.faq-item,.legal-content,.panel,.stat-card,.step,.waitlist-form{padding:22px}.footer-grid{flex-direction:column;align-items:flex-start}}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:hsla(0,0%,100%,.96);border-bottom:1px solid #e2e8f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header-inner{max-width:1280px;height:88px;margin:0 auto;padding:0 40px;justify-content:space-between;gap:40px}.site-header-inner,.site-logo{display:flex;align-items:center}.site-logo{gap:14px;text-decoration:none;flex-shrink:0;min-width:260px}.site-logo img{width:80px;height:80px;object-fit:contain;display:block}.site-logo-title{font-size:18px;font-weight:700;color:#0f172a;line-height:1.05;margin:0}.site-logo-subtitle{font-size:11px;color:#64748b;line-height:1.2;margin-top:2px}.site-nav{display:flex;align-items:center;gap:36px;margin-left:auto;margin-right:20px}.site-nav a{text-decoration:none;font-size:15px;font-weight:600;color:#334155;white-space:nowrap}.site-nav a:hover{color:#2563eb}.site-cta{text-decoration:none;background:#2563eb;color:#fff;padding:14px 22px;border-radius:999px;font-size:15px;font-weight:600;white-space:nowrap}.page-content{padding-top:88px}@media (max-width:720px){.site-nav{display:none}.page-content{padding-top:82px}}