:root {
  color-scheme: light;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  --forest: #073e2e;
  --green: #18c978;
  --ink: #10261d;
  --muted: #526b61;
  --mist: #edf7f2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: #f8fbf9; color: var(--ink); margin: 0; }
a { color: inherit; }
.seo-page-header, .seo-page-main, .seo-page-footer { padding-inline: max(24px, calc((100vw - 1120px) / 2)); }
.seo-page-header { align-items: center; background: #fff; border-bottom: 1px solid #dfeae5; display: flex; justify-content: space-between; min-height: 78px; }
.seo-page-header img { display: block; width: 180px; }
.seo-page-header nav { align-items: center; display: flex; gap: 20px; }
.seo-page-header a { font-size: .9rem; font-weight: 750; text-decoration: none; }
.seo-cta { background: var(--green); border-radius: 7px; color: var(--forest); display: inline-flex; font-weight: 850; padding: 14px 20px; text-decoration: none; }
.seo-hero { background: var(--forest); color: #fff; margin-inline: calc(-1 * max(24px, calc((100vw - 1120px) / 2))); padding: 92px max(24px, calc((100vw - 1120px) / 2)); }
.seo-kicker { color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1 { font-size: clamp(2.5rem, 6vw, 5rem); letter-spacing: -.045em; line-height: 1.02; margin: 20px 0; max-width: 900px; }
.seo-lead { color: #d5e9df; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.7; max-width: 800px; }
.seo-hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.seo-hero-actions a:not(.seo-cta) { align-items: center; border: 1px solid #78998b; border-radius: 7px; color: #fff; display: inline-flex; font-weight: 800; padding: 14px 20px; text-decoration: none; }
.seo-section { padding-block: 76px; }
.seo-section > header { max-width: 780px; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.035em; line-height: 1.08; margin: 12px 0 20px; }
h3 { font-size: 1.2rem; margin: 0 0 12px; }
p, li { line-height: 1.7; }
.seo-section > header p, .seo-card p { color: var(--muted); }
.seo-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 36px; }
.seo-card { background: #fff; border: 1px solid #dfeae5; border-radius: 14px; padding: 26px; }
.seo-card strong { color: var(--green); display: block; font-size: .8rem; letter-spacing: .1em; margin-bottom: 16px; }
.seo-split { align-items: start; display: grid; gap: 54px; grid-template-columns: 1fr 1fr; }
.seo-list { background: var(--mist); border-radius: 16px; margin: 0; padding: 30px 30px 30px 52px; }
.seo-links { border-top: 1px solid #dfeae5; display: flex; flex-wrap: wrap; gap: 18px; padding-top: 30px; }
.seo-links a { color: #086947; font-weight: 800; }
.seo-final { background: var(--forest); border-radius: 20px; color: #fff; margin-bottom: 76px; padding: 48px; }
.seo-final p { color: #d5e9df; max-width: 720px; }
.seo-page-footer { align-items: center; background: #061f18; color: #bdd2c8; display: flex; justify-content: space-between; min-height: 100px; }
.seo-page-footer a { color: #fff; }

@media (max-width: 760px) {
  .seo-page-header nav > a:not(.seo-cta) { display: none; }
  .seo-grid, .seo-split { grid-template-columns: 1fr; }
  .seo-hero { padding-block: 68px; }
  .seo-section { padding-block: 52px; }
  .seo-final { border-radius: 0; margin-inline: -24px; padding: 40px 24px; }
  .seo-page-footer { align-items: flex-start; flex-direction: column; gap: 12px; padding-block: 28px; }
}
