*{box-sizing:border-box}html{color-scheme:light}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:#f4f4f5;color:#18181b;line-height:1.5}.layout-root{min-height:100vh;display:flex;flex-direction:column}.layout-main{flex:1 1;background:#f4f4f5;color:#18181b}.layout-main a{color:#1d4ed8}.layout-main a:visited{color:#6d28d9}.layout-main a:hover{text-decoration:underline}.home-panel{max-width:40rem;margin:0 auto;padding:2rem 1.5rem}.home-panel h1{margin:0 0 .5rem;font-size:1.75rem;font-weight:600;color:#0f172a}.home-panel p{margin:0 0 1.25rem;color:#3f3f46}.home-panel ul{margin:0;padding-left:1.25rem}.home-panel li{margin-bottom:.5rem}.site-footer{margin-top:auto;padding:1.5rem;border-top:1px solid var(--border,#e5e5e5);font-size:.875rem;background:#fafafa}.site-footer__inner{max-width:72rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer__brand{display:flex;flex-direction:column;gap:.15rem;color:var(--ink-900,#0f172a)}.site-footer__brand strong{font-size:1rem;letter-spacing:-.01em}.site-footer__brand span{color:var(--ink-500,#475569);font-size:.82rem}.site-footer__nav{display:flex;gap:1.25rem;flex-wrap:wrap}.site-footer nav a,.site-footer__nav a{color:var(--ink-700,#334155);text-decoration:none}.site-footer nav a:hover,.site-footer__nav a:hover{text-decoration:underline}.site-footer__copy{max-width:72rem;margin:1rem auto 0;color:var(--ink-500,#475569);font-size:.78rem}.legal-page{max-width:42rem;margin:0 auto;padding:1.5rem 1.25rem 3rem}.legal-page h1{font-size:1.5rem}.legal-page h2{font-size:1.1rem;margin-top:1.5rem}.legal-page .muted{color:#525252;font-size:.9rem}:root{--ink-900:#0f172a;--ink-700:#334155;--ink-500:#475569;--ink-300:#94a3b8;--brand:#0f4c81;--brand-600:#0b3d6a;--accent:#0891b2;--accent-600:#0e7490;--success:#059669;--bg:#ffffff;--bg-alt:#f1f5f9;--bg-invert:#0f172a;--border:#e2e8f0}.layout-main,.layout-root{background:var(--bg)}.layout-main{color:var(--ink-900)}.layout-main a,.layout-main a:visited{color:var(--accent-600)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgba(255,255,255,.92);-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--border)}.site-header__inner{max-width:72rem;margin:0 auto;padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-header__brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:700;color:var(--ink-900);letter-spacing:-.01em}.site-header__brand,.site-header__brand:hover{text-decoration:none}.site-header__logo{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--brand) 0,var(--accent) 100%);color:#fff;font-size:.8rem;font-weight:700}.site-header__wordmark{font-size:1.02rem}.site-header__nav{display:flex;align-items:center;gap:1.25rem;font-size:.92rem}.site-header__nav a{color:var(--ink-700);text-decoration:none}.site-header__nav a:hover{color:var(--ink-900)}.site-header__nav a.site-header__cta{background:var(--ink-900);color:#fff;padding:.5rem .95rem;border-radius:999px}.site-header__nav a.site-header__cta:hover{background:var(--brand)}@media (max-width:720px){.site-header__nav a:not(.site-header__cta){display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.4rem;border-radius:999px;font-weight:600;border:1px solid transparent;transition:transform .12s ease,background .12s ease,border-color .12s ease}.btn,.btn:hover{text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--ink-900);color:#ffffff}.btn--primary:hover{background:var(--brand)}.btn--ghost{background:transparent;color:var(--ink-900);border-color:var(--border)}.btn--ghost:hover{background:var(--bg-alt)}.btn--invert.btn--primary{background:#ffffff;color:var(--ink-900)}.btn--invert.btn--primary:hover{background:var(--bg-alt)}.btn--invert.btn--ghost{color:#e2e8f0;border-color:rgba(255,255,255,.25)}.btn--invert.btn--ghost:hover{background:rgba(255,255,255,.08)}.hero{position:relative;padding:4rem 1.5rem 3rem;background:radial-gradient(1200px 600px at 20% -10%,rgba(8,145,178,.12),transparent 60%),radial-gradient(900px 600px at 95% 0,rgba(15,76,129,.12),transparent 55%),linear-gradient(180deg,#ffffff,#f8fafc);border-bottom:1px solid var(--border)}.hero__inner{max-width:56rem;margin:0 auto;text-align:center}.hero__pill{display:inline-block;padding:.3rem .85rem;border-radius:999px;background:rgba(8,145,178,.08);color:var(--accent-600);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:0 0 1.25rem}.hero__h{font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.08;letter-spacing:-.02em;color:var(--ink-900);margin:0 0 1.25rem}.hero__highlight{background:linear-gradient(120deg,var(--brand) 0,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap}.hero__lede{font-size:clamp(1.02rem,1.8vw,1.2rem);color:var(--ink-700);max-width:42rem;margin:0 auto 2rem}.hero__ctas{gap:.75rem;margin-bottom:2rem}.hero__badges,.hero__ctas{display:flex;justify-content:center;flex-wrap:wrap}.hero__badges{gap:.5rem 1.5rem;padding:0;margin:0;list-style:none;font-size:.88rem;color:var(--ink-500)}.hero__badges li:before{content:"✓";display:inline-block;width:1rem;color:var(--success);font-weight:700;margin-right:.35rem}.section{padding:4rem 1.5rem}.section--alt{background:var(--bg-alt)}.section__inner{max-width:72rem;margin:0 auto}.section__inner--narrow{max-width:42rem}.section__head{text-align:center;margin-bottom:2.5rem}.section__eyebrow{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:var(--accent-600);margin:0 0 .75rem}.section__eyebrow--invert{color:#67e8f9}.section__h{font-size:clamp(1.6rem,3.2vw,2.25rem);font-weight:700;letter-spacing:-.015em;color:var(--ink-900);margin:0 auto .75rem;max-width:42rem;line-height:1.15}.section__sub{color:var(--ink-500);margin:0 auto;max-width:42rem;font-size:1.02rem}.section__ps{text-align:center;color:var(--ink-500);margin:2rem auto 0;max-width:48rem;font-size:.95rem}.prose{color:var(--ink-700);line-height:1.6;font-size:1rem}.prose+.prose{margin-top:.85rem}.prose.muted{color:var(--ink-500);font-size:.92rem}.grid{display:grid;grid-gap:1.25rem;gap:1.25rem}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:960px){.grid--3,.grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.card{border:1px solid var(--border);border-radius:14px;padding:1.5rem}.card,.section--alt .card{background:var(--bg)}.card__h{font-size:1.08rem;margin:0 0 .6rem;color:var(--ink-900)}.card__body{color:var(--ink-500);font-size:.96rem;line-height:1.55;margin:0}.feature{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:1.75rem}.feature__h{font-size:1.15rem;margin:0 0 .6rem;color:var(--ink-900);letter-spacing:-.005em}.feature__body{color:var(--ink-500);font-size:.96rem;line-height:1.6;margin:0}.pricing{align-items:stretch}.price{position:relative;display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:1.75rem 1.4rem}.price--highlight{border-color:var(--brand);box-shadow:0 12px 30px -12px rgba(15,76,129,.35)}.price__badge{position:absolute;top:-.7rem;left:50%;transform:translateX(-50%);background:var(--brand);color:#fff;font-size:.72rem;padding:.25rem .75rem;border-radius:999px;margin:0}.price__h{font-size:.95rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--ink-500);margin:0 0 .5rem}.price__amount{display:flex;align-items:baseline;gap:.35rem;margin:0 0 .25rem;color:var(--ink-900)}.price__amount>span:first-child{font-size:2rem;font-weight:700;letter-spacing:-.02em}.price__unit{font-size:.9rem;color:var(--ink-500);font-weight:500}.price__sub{color:var(--ink-500);font-size:.88rem;margin:0 0 1rem;min-height:2.4rem}.price__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;font-size:.92rem;color:var(--ink-700)}.price__list li{padding-left:1.25rem;position:relative}.price__list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--success);font-weight:700}.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:1rem;gap:1rem;counter-reset:step}@media (max-width:1000px){.steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.steps{grid-template-columns:1fr}}.step{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:1.25rem}.step__num{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;background:var(--ink-900);color:#fff;font-size:.88rem;font-weight:700;margin-bottom:.75rem}.step__h{font-size:1rem;margin:0 0 .4rem;color:var(--ink-900)}.step__body{font-size:.9rem;color:var(--ink-500);line-height:1.55;margin:0}.pilot{background:radial-gradient(1400px 400px at 50% 0,rgba(103,232,249,.15),transparent 60%),linear-gradient(180deg,#0b2540,#0f172a);color:#e2e8f0;padding:4.5rem 1.5rem;text-align:center}.pilot__inner{max-width:48rem;margin:0 auto}.pilot__h{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;color:#ffffff;margin:0 0 .85rem}.pilot__lede{color:#cbd5e1;font-size:1.05rem;margin:0 auto 2rem;max-width:36rem}.pilot__cta{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.pilot__fine{color:var(--ink-300);font-size:.85rem;margin:1rem 0 0}.pilot a{color:#67e8f9}