:root {
  --ink: #111;
  --muted: #5c5b57;
  --line: #deddd9;
  --paper: #fbfaf9;
  --card: #fff;
  --volt: #54d74d;
  --dark-green: #183b18;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.seo-page { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Instrument Sans', Inter, sans-serif; line-height: 1.65; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 100; padding: .65rem 1rem; background: var(--ink); color: #fff; }
.skip-link:focus { top: 1rem; }
.nav { min-height: 72px; }
.nav-brand img { width: 29px; height: 29px; }
.page-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.breadcrumbs { display: flex; gap: .55rem; flex-wrap: wrap; padding: 2.3rem 0 0; color: #73726e; font-size: .82rem; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs a:hover { color: var(--dark-green); text-decoration: underline; }
.page-hero { max-width: 900px; padding: clamp(4rem, 8vw, 7rem) 0 3rem; }
.eyebrow { margin: 0 0 .9rem; color: #277423; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.page-hero h1 { max-width: 960px; margin: 0; font-family: 'Bebas Neue', sans-serif; font-size: clamp(3.4rem, 8vw, 7rem); font-weight: 400; letter-spacing: .015em; line-height: .93; text-wrap: balance; }
.answer-block { max-width: 830px; margin: 2rem 0 1rem; color: #2e2d2a; font-size: clamp(1.12rem, 2.4vw, 1.45rem); line-height: 1.55; }
.review-line { margin: 0 0 2rem; color: #77756f; font-size: .82rem; }
.primary-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .75rem 1.1rem; border-radius: 8px; background: var(--volt); box-shadow: inset 0 -2px 0 rgba(0,0,0,.18); color: #0d240c; font-weight: 800; text-decoration: none; }
.primary-cta:hover { background: #6ee168; transform: translateY(-1px); }
.audience { display: grid; grid-template-columns: 120px 1fr; gap: 1.3rem; max-width: 900px; margin: 0 0 5rem; padding: 1.4rem 1.5rem; border: 1px solid #cfe8cd; border-radius: 12px; background: #f3fff2; }
.audience strong { color: #256b22; }
.audience p { margin: 0; }
.content-grid { display: grid; grid-template-columns: minmax(0, 720px) minmax(220px, 300px); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.main-copy > section { padding: 0 0 3rem; }
.main-copy h2, .faq h2, .closing-cta h2 { margin: 0 0 1rem; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.13; letter-spacing: -.025em; text-wrap: balance; }
.main-copy p { margin: 0; color: #42413e; font-size: 1.04rem; }
.related { position: sticky; top: 92px; padding: 1.3rem; border: 1px solid var(--line); border-radius: 12px; background: var(--card); }
.related h2 { margin: 0 0 .7rem; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.related ul, .sources ul { margin: 0; padding: 0; list-style: none; }
.related a { display: flex; justify-content: space-between; gap: .5rem; padding: .75rem 0; border-bottom: 1px solid #ecebe8; color: #2b2a27; font-size: .92rem; font-weight: 650; text-decoration: none; }
.related li:last-child a { border-bottom: 0; }
.related a:hover, .sources a:hover { color: #277423; text-decoration: underline; }
.sources { margin: 1rem 0 0; padding: 1.4rem; border-left: 4px solid var(--volt); background: #f3f2ef; }
.sources h2 { font-size: 1.2rem; }
.sources p { margin-bottom: .8rem; font-size: .9rem; }
.sources li + li { margin-top: .45rem; }
.sources a { color: #244d22; }
.faq { max-width: 830px; padding: 7rem 0; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.25rem 2rem 1.25rem 0; cursor: pointer; font-weight: 750; }
.faq details p { margin: -.4rem 0 1.35rem; color: var(--muted); }
.closing-cta { margin: 0 0 7rem; padding: clamp(2rem, 5vw, 4rem); border-radius: 20px; background: #173417; color: #fff; }
.closing-cta p { max-width: 660px; color: #d8e5d6; }
footer { border-top: 1px solid var(--line); background: #fff; }
.footer-inner { display: flex; justify-content: space-between; gap: 2rem; width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 2rem 0; }
.footer-brand { color: var(--ink); font-weight: 900; text-decoration: none; }
.footer-inner nav { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-inner nav a { color: #565550; font-size: .86rem; text-decoration: none; }
.footer-inner nav a:hover { color: #277423; text-decoration: underline; }

@media (max-width: 760px) {
  .page-shell, .footer-inner { width: min(100% - 32px, 1120px); }
  .content-grid { grid-template-columns: 1fr; }
  .related { position: static; order: -1; }
  .audience { grid-template-columns: 1fr; gap: .25rem; margin-bottom: 3.5rem; }
  .faq { padding: 5rem 0; }
  .footer-inner { flex-direction: column; }
}
