:root { background: #101412; color: #e9eee9; font-family: Inter, system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #76e4d6; text-underline-offset: 3px; }
.seo-header { align-items: center; border-bottom: 1px solid #303a34; display: flex; justify-content: space-between; margin: 0 auto; max-width: 960px; padding: 18px 20px; }
.seo-brand { color: #edf2ee; font-size: 18px; font-weight: 700; text-decoration: none; }
.seo-header nav { display: flex; flex-wrap: wrap; gap: 16px; }
.seo-header nav a { color: #aab5ac; font-size: 13px; }
.seo-main { margin: 0 auto; max-width: 760px; padding: 48px 20px 80px; }
.seo-eyebrow { color: #76e4d6; font-size: 12px; font-weight: 650; text-transform: uppercase; }
h1 { font-size: clamp(30px, 6vw, 48px); line-height: 1.12; margin: 14px 0 22px; }
h2 { border-top: 1px solid #354137; font-size: 20px; margin-top: 36px; padding-top: 28px; }
p, li { color: #aab5ac; font-size: 15px; line-height: 1.8; }
.seo-figure { margin: 32px 0; }
.seo-figure img { border: 1px solid #354137; display: block; height: auto; width: 100%; }
.seo-figure figcaption { color: #7f8d84; font-size: 12px; margin-top: 8px; }
.seo-callout { border-left: 3px solid #b8f45d; color: #c8d2cb; margin: 28px 0; padding: 4px 0 4px 16px; }
.seo-links { border-top: 1px solid #354137; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; padding-top: 24px; }
.seo-links a { font-size: 13px; }
@media (max-width: 560px) { .seo-header { align-items: flex-start; gap: 14px; } .seo-header nav { justify-content: flex-end; } .seo-main { padding-top: 34px; } }
