:root { color-scheme: light; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #172033; background: #f6f8fb; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.7; }
main { width: min(760px, calc(100% - 32px)); margin: 56px auto; padding: 48px; background: white; border: 1px solid #e6eaf0; border-radius: 24px; box-shadow: 0 18px 50px rgba(39, 58, 91, .08); }
h1 { margin-top: 0; font-size: clamp(32px, 6vw, 52px); line-height: 1.15; letter-spacing: -.03em; }
h2 { margin-top: 36px; line-height: 1.3; }
p, li { color: #4a5568; }
a { color: #315efb; }
.eyebrow { color: #315efb; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-block; padding: 11px 18px; border-radius: 999px; background: #172033; color: white; text-decoration: none; font-weight: 650; }
.button.secondary { background: #eef2ff; color: #315efb; }
.meta { margin-top: 40px; padding-top: 22px; border-top: 1px solid #e6eaf0; font-size: 14px; }
@media (max-width: 640px) { main { margin: 16px auto; padding: 28px 22px; border-radius: 18px; } }
