/* ===== SEO + FAQ Wrapper ===== */
.seo-faq-wrapper {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #e5e7eb;
}

/* ===== SEO Content ===== */
.seo-section {
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
  max-width: 900px;
}

.seo-section h2 {
  font-size: 16px;
  margin-top: 24px;
  color: #111827;
}

.seo-section h3 {
  font-size: 14px;
  margin-top: 18px;
  color: #111827;
}

.seo-section p,
.seo-section li {
  font-size: 13px;
}

/* ===== FAQ ===== */
.faq-section {
  margin-top: 32px;
  max-width: 900px;
}

.faq-section h2 {
  font-size: 16px;
  margin-bottom: 12px;
}

.faq-section details {
  background: #f9fafb;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 8px;
}

.faq-section summary {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.faq-section p {
  font-size: 13px;
  color: #4b5563;
  margin-top: 6px;
}
.seo-faq-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.seo-faq-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

