@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--font-headline: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;--font-body: "Manrope", "Avenir Next", "Segoe UI", sans-serif;--color-bg-0: #060a21;--color-bg-1: #0f1d55;--color-bg-2: #1f43b6;--color-card: rgba(12, 23, 66, .72);--color-card-border: rgba(146, 181, 255, .28);--color-text: #ebf2ff;--color-muted: #b7c8f4;--color-accent: #70a7ff;--color-accent-strong: #89c2ff;--color-success: #7cf4d6;--color-danger: #ffabb2;--radius-lg: 24px;--radius-md: 16px;--shadow-lg: 0 32px 80px rgba(2, 7, 30, .45);--shadow-md: 0 18px 50px rgba(2, 7, 30, .35)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--color-text);font-family:var(--font-body);font-size:1rem;line-height:1.55;background:radial-gradient(80% 80% at 88% 0%,rgba(83,133,255,.42) 0%,transparent 65%),radial-gradient(60% 60% at 12% 100%,rgba(61,121,255,.33) 0%,transparent 64%),linear-gradient(170deg,var(--color-bg-1) 0%,var(--color-bg-0) 72%)}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:repeating-linear-gradient(-35deg,rgba(255,255,255,.02) 0px,rgba(255,255,255,.02) 1px,transparent 1px,transparent 8px),radial-gradient(circle at 25% 20%,rgba(137,194,255,.18),transparent 38%);mix-blend-mode:soft-light;z-index:0}a{color:inherit}.site-shell{position:relative;isolation:isolate;z-index:1}.skip-link{position:absolute;left:1rem;top:.5rem;transform:translateY(-200%);background:#fff;color:#0e1232;padding:.5rem .75rem;border-radius:8px;font-weight:700}.skip-link:focus-visible{transform:translateY(0)}.hero{padding:clamp(2rem,5vw,4.5rem) 1rem 2.25rem}.hero__content{width:min(1160px,100% - 1rem);margin:0 auto;display:grid;align-items:center;gap:clamp(1.4rem,2.6vw,2.2rem)}.hero__label{margin:0;letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:700;color:var(--color-accent)}.hero__title{margin:.65rem 0 0;max-width:16ch;font-family:var(--font-headline);font-weight:700;font-size:clamp(2rem,6vw,4.4rem);line-height:1.03;text-wrap:balance}.hero__lede{margin:1.2rem 0 0;max-width:45ch;font-size:clamp(1.05rem,2.2vw,1.45rem);color:#d7e5ff;text-wrap:pretty}.hero__microcopy{margin:1.1rem 0 0;color:var(--color-muted);max-width:44ch}.hero__actions{margin-top:1.35rem;display:flex;flex-wrap:wrap;gap:.75rem}.button{border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.75rem 1.2rem;font-family:var(--font-headline);font-size:.98rem;font-weight:600;letter-spacing:.015em;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease;cursor:pointer}.button--primary{color:#081034;background:linear-gradient(115deg,#b8daff,#8eb7ff);box-shadow:0 15px 36px #5d91ff73}.button--secondary{color:#dce8ff;background:#22419a66;border-color:#9dbbff73}.button:hover{transform:translateY(-1px)}.button:focus-visible{outline:3px solid rgba(196,223,255,.8);outline-offset:2px}.button:disabled{opacity:.6;cursor:not-allowed}.hero-mark{position:relative;width:min(480px,86vw);aspect-ratio:1;margin-inline:auto;filter:drop-shadow(0 20px 70px rgba(8,21,64,.6))}.hero-mark img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none}.hero-mark__base{transform:scale(1.01)}.hero-mark__glow{mix-blend-mode:screen;opacity:.88;animation:pulse 7s ease-in-out infinite}.hero-mark__orbit{width:66%;height:66%;top:17.6%;left:9.6%;opacity:.7;animation:orbit 24s linear infinite}.hero-mark__cursor{width:54%;height:auto;top:25%;left:24%;transform:translate3d(var(--tilt-x),var(--tilt-y),0);transition:transform .2s ease-out;filter:drop-shadow(0 0 14px rgba(166,211,255,.5))}main{width:min(1080px,100% - 1.25rem);margin:0 auto 5rem;display:flex;flex-direction:column;gap:1rem}.section-card{border-radius:var(--radius-lg);border:1px solid var(--color-card-border);background:linear-gradient(165deg,rgba(35,64,155,.22),transparent 55%),var(--color-card);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:clamp(1.25rem,2.2vw,2.1rem)}.section-eyebrow{margin:0;color:var(--color-accent);text-transform:uppercase;letter-spacing:.11em;font-size:.72rem;font-weight:700}.section-title{margin:.65rem 0 0;font-family:var(--font-headline);font-size:clamp(1.5rem,3.2vw,2.35rem);line-height:1.15;max-width:24ch;text-wrap:balance}.section-intro{margin:.85rem 0 0;color:#c9dafd;max-width:64ch;text-wrap:pretty}.section-body{margin-top:1rem}.section-body>:first-child{margin-top:0}.section-body>:last-child{margin-bottom:0}.section-body p{margin:.7rem 0;color:#dce6ff;max-width:70ch}.timeline-list{margin:0;padding:0;list-style:none;display:grid;gap:.65rem}.timeline-list li{display:flex;align-items:center;gap:.7rem;color:#dbe8ff}.timeline-list li:before{content:counter(item);counter-increment:item;width:1.75rem;height:1.75rem;display:inline-grid;place-items:center;border-radius:999px;font-size:.8rem;font-weight:700;color:#0f163e;background:linear-gradient(145deg,#cae3ff,#8fb9ff)}.timeline-list{counter-reset:item}.feature-grid,.trust-grid{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.feature-card,.trust-card{border-radius:var(--radius-md);border:1px solid rgba(165,191,255,.28);padding:1rem;background:#0c163ead}.feature-card h3,.trust-card h3{margin:0;font-family:var(--font-headline);font-size:1.05rem}.feature-card p,.trust-card p{margin:.55rem 0 0;color:var(--color-muted)}.plain-list,.check-list{margin:0;padding-left:1.25rem;display:grid;gap:.45rem}.plain-list li::marker{color:#9cc5ff}.check-list{list-style:none;padding-left:0}.check-list li{position:relative;padding-left:1.35rem}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:#8bd7ff;font-weight:700}.control-grid,.audience-grid{display:flex;flex-wrap:wrap;gap:.6rem}.control-pill,.audience-chip{border-radius:999px;padding:.45rem .8rem;border:1px solid rgba(164,190,255,.36);background:#172d6e94;font-size:.9rem}.waitlist-shell{display:grid;gap:.9rem;max-width:640px}.waitlist-form{display:grid;gap:.8rem}.form-field{display:grid;gap:.34rem}.form-field label{font-size:.88rem;color:#d2e2ff}.form-field input,.form-field textarea,.form-field select{width:100%;border-radius:12px;border:1px solid rgba(154,185,255,.36);background:#0b1335b3;color:#edf3ff;padding:.68rem .72rem;font:inherit}.form-field input::placeholder,.form-field textarea::placeholder{color:#9bb3e3}.form-field input:focus-visible,.form-field textarea:focus-visible,.form-field select:focus-visible{outline:3px solid rgba(173,209,255,.64);outline-offset:1px}.form-field--hidden{position:absolute;left:-99999px;width:1px;height:1px;overflow:hidden}.form-error,.form-success{border-radius:12px;padding:.65rem .72rem;margin:0}.form-error{border:1px solid rgba(255,162,171,.42);background:#6316228c;color:var(--color-danger)}.form-success{border:1px solid rgba(130,247,216,.42);background:#0f504480;color:var(--color-success)}.form-link{color:#f6faff;text-decoration-color:#f6faff80}.form-note{margin:0;font-size:.9rem;color:#b9c9ef}.site-footer{width:min(1080px,100% - 1.25rem);margin:0 auto 2.2rem;color:#9ab0df;font-size:.88rem}.sr-only{border:0;clip:rect(0,0,0,0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}@media(min-width:930px){.hero__content{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr)}.section-card{padding:clamp(1.6rem,2.6vw,2.4rem)}}@media(max-width:520px){.hero__actions .button{flex:1 1 100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-mark__glow,.hero-mark__orbit{animation:none}.hero-mark__cursor,.button{transition:none}}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.62;transform:scale(.995)}50%{opacity:.95;transform:scale(1.01)}}
