.seo-page .hero-image-wrap,
.seo-page .card {
  max-width: 760px;
}

.seo-page .hero-image-wrap {
  height: clamp(300px, 48vw, 460px);
}

.seo-page .hero-img {
  object-position: center 55%;
}

.seo-context {
  margin-top: 30px;
  color: var(--text-main);
}

.seo-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.4;
}

.seo-breadcrumb a,
.seo-sources a {
  color: var(--forest);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.seo-context > h2,
.seo-faq h2 {
  color: var(--brown-dark);
  font-family: var(--font-serif);
  font-size: clamp(24px, 5vw, 34px);
  line-height: 1.2;
}

.seo-copy {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.seo-copy p,
.seo-faq p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.75;
}

.seo-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
  list-style: none;
}

.seo-highlights li {
  padding: 13px 14px;
  border: 1px solid rgba(200, 169, 110, 0.42);
  border-radius: 14px;
  background: rgba(245, 240, 232, 0.7);
  color: var(--brown-mid);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.seo-cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.seo-cta {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seo-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--shadow-warm);
}

.seo-cta-primary {
  background: var(--forest);
  color: var(--warm-white);
}

.seo-cta-secondary {
  background: transparent;
  color: var(--forest);
}

.seo-faq {
  margin-top: 34px;
}

.seo-faq h2 {
  margin-bottom: 14px;
  font-size: clamp(22px, 4vw, 28px);
}

.seo-faq details {
  border-top: 1px solid rgba(92, 61, 46, 0.14);
}

.seo-faq details:last-of-type {
  border-bottom: 1px solid rgba(92, 61, 46, 0.14);
}

.seo-faq summary {
  padding: 16px 30px 16px 0;
  color: var(--brown-mid);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.seo-faq details p {
  padding: 0 0 16px;
}

.seo-sources {
  margin-top: 26px;
  padding: 18px;
  border-radius: 16px;
  background: var(--cream);
}

.seo-sources h3 {
  margin-bottom: 8px;
  color: var(--brown-mid);
  font-family: var(--font-serif);
  font-size: 17px;
}

.seo-sources ul {
  display: grid;
  gap: 6px;
  padding-left: 18px;
}

.seo-sources li {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 519px) {
  .seo-page .card {
    padding-inline: 20px;
  }

  .seo-highlights,
  .seo-cta-row {
    grid-template-columns: 1fr;
  }
}
