/* ============================================================
   WOODLEY COLLISION — GET A FREE ESTIMATE
   This page reuses the homepage form-section, process band,
   FAQ accordion, and CTA banner wholesale. The only page-level
   difference is that the form heading acts as the page H1, so
   it's sized larger here (62px desktop / smaller mobile) to match
   the dedicated-page design, instead of the homepage's section
   heading size (36px).
   ============================================================ */

.page-template-tmpl-estimate .form-section__title {
  font-size: clamp(2.5rem, 1.6rem + 2.8vw, 3.875rem);   /* 40 -> 62px */
  line-height: 1.06;
}

.page-template-tmpl-estimate .faq-section {
  padding-top: 84px;
}

@media (max-width: 760px) {
  .page-template-tmpl-estimate .form-section__title {
    font-size: clamp(2.125rem, 1.75rem + 1.6vw, 2.25rem);
    line-height: 1.1;
  }

  .page-template-tmpl-estimate .faq-section {
    padding-top: 48px;
  }
}
