:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; color: #172554; background: radial-gradient(circle at 20% 10%, #ccfbf1 0, transparent 30%), #f8fafc; }
.landing { width: min(760px, calc(100% - 32px)); padding: 64px; background: rgba(255,255,255,.9); border: 1px solid #e2e8f0; border-radius: 28px; box-shadow: 0 30px 80px rgba(15,23,42,.10); }
.eyebrow { color: #0f766e; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
h1 { margin: 14px 0 18px; font-size: clamp(2.2rem, 7vw, 4.6rem); line-height: .98; letter-spacing: -.055em; }
p { max-width: 610px; color: #475569; font-size: 1.15rem; line-height: 1.7; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
a { padding: 13px 20px; color: white; background: #0f766e; border-radius: 999px; text-decoration: none; font-weight: 750; }
a.secondary { color: #172554; background: #e2e8f0; }
@media (max-width: 600px) { .landing { padding: 36px 24px; } }
