/* ===== SEO TEXT (1:1 from prototype v48) ===== */
.seo-text {
  padding: 32px 0 36px;
  background: #f5f6f7;
}
.seo-text > .container {
  max-width: 880px !important;
}
.seo-text h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #6b7280;
  text-transform: none;
  letter-spacing: 0;
}
.seo-text h3,
.seo-text h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 14px 0 6px;
  color: #6b7280;
}
.seo-text p {
  font-size: 12.5px;
  line-height: 1.75;
  color: #9ca3af;
  margin: 0 0 8px;
}
.seo-text p:last-child { margin-bottom: 0; }
.seo-text a {
  color: #6b7280;
  text-decoration: underline;
}
.seo-text a:hover { color: var(--brand-teal); }

/* Suppress prominent styles that may come from imported HTML in $hometext['description'] */
.seo-text strong,
.seo-text b {
  font-weight: 700;
  color: #6b7280;
}
.seo-text ul,
.seo-text ol {
  margin: 8px 0 8px 18px;
  padding: 0;
  color: #9ca3af;
  font-size: 12.5px;
  line-height: 1.75;
}
.seo-text li { margin-bottom: 4px; }
.seo-text li::marker { color: #c4cad2; }

@media (max-width: 768px) {
  .seo-text { padding: 24px 0; }
  .seo-text h2 { font-size: 15px; }
  .seo-text p { font-size: 12px; }
}
