/* ── Home page hero padding balance ──────────────────────────────────────── */
/* The home hero has more content than the FAQ hero (two buttons, nudge text,
   proof strip) so the effective top (72px section + 48px wrap = 120px) needs
   a matching bottom to feel visually centred. */
.faqp-hero{padding-bottom:80px!important}

@media(max-width:767px){
  .faqp-hero{padding-bottom:56px!important}
}
@media(max-width:479px){
  .faqp-hero{padding-bottom:40px!important}
}
