:root{--brand-primary:#0a6cff;--brand-primary-hover:#3c8aff;--brand-primary-deep:#185ac0;--brand-navy:#071b52;--brand-navy-deep:#05133d;--brand-ink:#06132d;--blue:var(--brand-primary);--blue-hover:var(--brand-primary-hover);--blue-deep:var(--brand-primary-deep);--blue-dim:#0a6cff14;--blue-glow:#0a6cff2e;--red:var(--brand-primary);--red-hover:var(--brand-primary-hover);--red-dim:#0a6cff14;--red-glow:#0a6cff2e;--ink:var(--brand-ink);--ink-2:#17345f;--ink-3:#344b71;--muted:#53647f;--subtle:#7890b5;--off:#f5f8fd;--off-2:#eef5ff;--cream:var(--off);--cream-2:var(--off-2);--white:#fff;--dark:var(--brand-navy);--dark-2:#0d1f45;--dark-3:var(--brand-navy-deep);--dark-border:#9ec3ff2e;--dark-muted:#c5d6f3;--border:#d7e2f0;--border-md:#bed0e9;--surface-page:#f5f8fd;--surface-section:#f1f6fe;--surface-card:#fff;--surface-accent-soft:#eaf1ff;--surface-dark:var(--brand-navy);--surface-dark-raised:#0d1f45;--text-primary:var(--brand-ink);--text-secondary:#53647f;--text-tertiary:#7890b5;--text-on-dark:#fff;--text-on-dark-dim:#c5d6f3;--green:#00c48c;--green-dim:#00c48c1a;--amber:#f59e0b;--amber-dim:#f59e0b1a;--font-display:"Space Grotesk", sans-serif;--font-body:"Manrope", sans-serif;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:40px;--space-2xl:64px;--space-3xl:96px;--space-4xl:128px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--radius-full:9999px;--shadow-sm:0 1px 2px #0a0e1a0a, 0 1px 3px #0a0e1a08;--shadow-md:0 4px 8px #0a0e1a0a, 0 8px 24px #0a0e1a0f;--shadow-lg:0 8px 16px #0a0e1a0a, 0 24px 48px #0a0e1a14;--shadow-xl:0 16px 32px #0a0e1a0d, 0 48px 80px #0a0e1a1a;--shadow-blue:0 8px 24px #0a6cff38, 0 2px 6px #0a6cff1f;--ease:cubic-bezier(.22, 1, .36, 1);--ease-in:cubic-bezier(.55, 0, 1, .45);--trans:.2s cubic-bezier(.22, 1, .36, 1);--trans-slow:.45s cubic-bezier(.22, 1, .36, 1);--nav-h:64px;--max-w:1200px;--max-w-sm:760px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-w);margin-left:auto;margin-right:auto;padding-left:40px;padding-right:40px}.container--sm{max-width:var(--max-w-sm)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.reveal{opacity:0;transition:opacity .55s var(--ease), transform .55s var(--ease);transform:translateY(20px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:80ms}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}.reveal-delay-5{transition-delay:.4s}@media (width<=768px){.container{padding-left:20px;padding-right:20px}}
