.hero-thanks { display: none; }
.enquiry-submitted .hero-intro,
.enquiry-submitted #quote,
.enquiry-submitted .cta { display: none; }
.enquiry-submitted .hero-thanks { display: block; }
.hero-thanks h1 {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: .01em;
}
.hero-thanks p { margin-top: 24px; font-size: clamp(1.1rem, 2.5vw, 1.4rem); }
