/* ---- FAQ Page Styles ---- */

/* Clear fixed header — standalone page needs top breathing room */
.faq {
  padding-top: clamp(8rem, 14vw, 12rem);
  min-height: 100vh;
}

/* ---- Responsive ---- */
@media (max-width: 860px) {
  .faq {
    padding-top: clamp(6rem, 12vw, 10rem);
  }
}
