:root { color-scheme: light; font-family: system-ui, -apple-system, Segoe UI, sans-serif; color: #182635; background: #f5f7f8; }
* { box-sizing: border-box; }
body { margin: 0; }
main { max-width: 760px; margin: 9vh auto; padding: 48px; background: white; border: 1px solid #e4e9ec; border-radius: 16px; box-shadow: 0 12px 40px #2030400a; }
h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1.1; margin: 0 0 28px; }
h2 { font-size: 1.2rem; margin-top: 34px; }
p { line-height: 1.68; }
a { color: #075c73; }
nav { display: flex; gap: 24px; flex-wrap: wrap; border-top: 1px solid #e4e9ec; margin-top: 32px; padding-top: 24px; }
.eyebrow { color: #667987; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 700; margin-bottom: 18px; }
.small { font-size: .9rem; color: #61707d; }
@media (max-width: 650px) { main { margin: 0; padding: 28px 22px; border: 0; border-radius: 0; box-shadow: none; } }
