:root{color-scheme:dark;--background:#07111f;--surface:#0e1b2d;--surface-strong:#13243d;--text:#f5f7fb;--muted:#9fb0c7;--accent:#39c7ff;--accent-strong:#1d93ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(135deg,var(--background),#0b1830 45%,#09131f);color:var(--text)}a{color:inherit;text-decoration:none}.page-shell{min-height:100vh;padding:24px}.hero{max-width:1200px;margin:0 auto;padding:72px 0 48px}.hero-content{max-width:760px}.eyebrow{display:inline-block;margin:0 0 12px;font-size:.8rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--accent)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.2rem,4vw,4rem);line-height:1.08;margin-bottom:16px}h2{font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:12px}.lead{font-size:1.1rem;line-height:1.7;color:var(--muted);max-width:650px}.lead.small{font-size:1rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button.primary{background:linear-gradient(90deg,var(--accent),var(--accent-strong));color:#fff}.button.secondary{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.14)}.section{max-width:1200px;margin:0 auto;padding:40px 0}.section-heading{max-width:700px;margin-bottom:24px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.card,.cta{background:rgba(14,27,45,.9);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:24px;box-shadow:0 20px 50px rgba(0,0,0,.22)}.card p{color:var(--muted);line-height:1.7}.split{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:24px;gap:24px;align-items:start}.pill-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px}.pill-list li{padding:10px 14px;border-radius:999px;background:var(--surface-strong);color:var(--text)}.cta{text-align:center}@media (max-width:900px){.cards,.split{grid-template-columns:1fr}}