body { margin: 0; min-height: 100svh; background: #edf8fb; color: #10223d; }
main { width: min(840px, calc(100% - 40px)); margin: 0 auto; padding: 38px 0 72px; }
.back { display: inline-flex; min-height: 48px; align-items: center; color: #0c6170; font-weight: 700; text-decoration: none; }
.eyebrow { margin: 24px 0 8px; color: #127c88; font-size: 15px; font-weight: 800; letter-spacing: .04em; }
h1 { max-width: 720px; margin: 0; font-size: clamp(38px, 6vw, 62px); line-height: .98; }
.lede { max-width: 730px; font-size: 20px; line-height: 1.5; }
.updated { color: #31516a; font-size: 15px; font-weight: 700; }
section { margin-top: 24px; padding: 26px; background: #fff; border: 2px solid #d0e5e8; border-radius: 8px; }
section.important { background: #fff9dc; border-color: #eddba2; }
h2 { margin: 0 0 12px; font-size: 28px; line-height: 1.1; }
p, li { font-size: 17px; line-height: 1.52; }
p { margin: 0; }
p + p { margin-top: 14px; }
ul { margin: 14px 0 0; padding-left: 24px; }
li + li { margin-top: 8px; }
a { color: #0c6170; text-underline-offset: 3px; text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid #10223d; outline-offset: 3px; }
footer { margin-top: 34px; color: #31516a; font-size: 15px; line-height: 1.45; }
.legal-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 10px; }
.legal-links a { display: inline-flex; min-height: 44px; align-items: center; font-weight: 700; }
@media (max-width: 600px) { main { width: min(100% - 32px, 840px); padding-top: 24px; } section { padding: 20px; } }
