:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #f2f5f7; color: #18232b; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #006e76; }
.shell { max-width: 960px; margin: 0 auto; padding: 0 24px; }
header { border-bottom: 1px solid #d4dfe2; background: #fafcfc; }
header .shell { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { color: #18232b; text-decoration: none; font-weight: 750; letter-spacing: -0.03em; font-size: 1.15rem; }
nav { display: flex; gap: 20px; flex-wrap: wrap; font-size: .9rem; }
nav a { text-decoration: none; }
main { padding: 54px 0 72px; }
.eyebrow { color: #006e76; font-size: .72rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
h1 { max-width: 720px; margin: 16px 0; font-size: clamp(2.35rem, 6vw, 4.2rem); letter-spacing: -.06em; line-height: 1.03; }
h2 { margin: 0 0 14px; font-size: 1.3rem; letter-spacing: -.03em; }
p, li { line-height: 1.65; }
.lede { max-width: 680px; font-size: 1.1rem; color: #42525d; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; margin: 38px 0; }
.panel { background: #fff; border: 1px solid #ccd9dd; border-radius: 10px; padding: 23px; }
.metric { font-variant-numeric: tabular-nums; font-size: 2.3rem; font-weight: 750; letter-spacing: -.05em; }
.track { height: 7px; margin: 20px 0 12px; background: repeating-linear-gradient(90deg, #c3d0d5 0 13px, #fff 13px 16px); border-radius: 3px; overflow: hidden; }
.track span { display: block; width: 73%; height: 100%; background: #007984; }
.small { color: #586970; font-size: .86rem; }
.content { max-width: 750px; }
.content section { background: #fff; border: 1px solid #d4dfe2; border-radius: 10px; padding: 22px 25px; margin: 14px 0; }
.content h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); }
footer { border-top: 1px solid #d4dfe2; padding: 25px 0 35px; color: #586970; font-size: .86rem; }
footer .shell { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
@media (max-width: 560px) { header .shell { align-items: flex-start; flex-direction: column; padding-top: 16px; padding-bottom: 16px; gap: 10px; } main { padding-top: 38px; } .content section { padding: 18px; } }
