:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #070b10; color: #edf1f5; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 50% 12%, #142330 0, #070b10 42%); }
main { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 88px 0 40px; }
.eyebrow, .tag, .status { color: #79c7e8; font-size: .75rem; letter-spacing: .22em; text-transform: uppercase; }
h1 { margin: 18px 0; font-size: clamp(3rem, 10vw, 6.5rem); line-height: .94; letter-spacing: -.055em; }
.lead { max-width: 580px; color: #aeb7c1; font-size: 1.2rem; line-height: 1.65; }
section { margin-top: 84px; }
h2 { margin-top: 34px; font-size: 1.1rem; letter-spacing: .05em; }
article { margin-top: 20px; padding: 28px; border: 1px solid #243340; border-radius: 20px; background: rgba(17, 25, 33, .74); }
article h3 { margin: 12px 0 8px; font-size: 2rem; }
article p, .policy p { color: #b8c0c8; line-height: 1.7; }
a { color: #d9f3ff; text-underline-offset: 4px; }
footer { display: flex; justify-content: space-between; gap: 24px; margin-top: 90px; padding-top: 24px; border-top: 1px solid #202b35; color: #78838e; font-size: .85rem; }
nav { display: flex; gap: 20px; }
@media (max-width: 520px) { main { padding-top: 56px; } footer { flex-direction: column; } }
