/* SEO content pages — editorial layout inside site chrome */
.site-chrome .seo-page {
  padding: 0 0 2rem;
}

.seo-page-inner {
  max-width: 720px;
  margin: 0 auto;
}

.seo-breadcrumb {
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.seo-breadcrumb a {
  color: var(--verdict);
  text-decoration: none;
}

.seo-breadcrumb a:hover {
  text-decoration: underline;
}

.seo-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--verdict);
  margin: 0 0 0.5rem;
}

.seo-page h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}

.seo-lead {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 62ch;
  margin: 0 0 2rem;
}

.seo-page h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--line);
}

.seo-page h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.25rem 0 0.4rem;
}

.seo-page p {
  margin: 0 0 1rem;
  max-width: 68ch;
}

.seo-page a {
  color: var(--verdict);
}

.seo-faq {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid var(--fg);
}

.seo-cta {
  margin-top: 2.5rem;
  padding: 1.25rem 1.5rem;
  background: var(--card);
  border-left: 4px solid var(--verdict);
}

.seo-cta .btn {
  display: inline-block;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.seo-cta .btn-secondary {
  border: 1px solid var(--verdict);
  color: var(--verdict);
  padding: 0.55rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.88rem;
}

@media (max-width: 640px) {
  .seo-page h1 {
    font-size: 1.55rem;
  }
}
