/* ============================================================
   Ecommerce Reality Check — page.css
   Extends ../../style.css + ../page.css (ecommerce-consulting hub)
   All hero reductions inherited from ../page.css
   ============================================================ */

/* ── FAQ section background override ─────────────────────────
   Avoids adjacent bg with fit-section above it
   ─────────────────────────────────────────────────────────── */
.faq-section {
  background: var(--surface);
}
