/* SEO-R1: scoped heading wrapping; existing layout and assets are retained. */
.banner h1.banner-heading {
  display: block;
  max-width: 100%;
  margin: 1.1rem 0.55rem;
  font-size: clamp(1.65rem, 3.1vw, 2.6rem);
  line-height: 1.18;
  overflow-wrap: anywhere;
  text-transform: none;
}
.banner .banner-message {
  max-width: 100%;
  margin: 0 0.55rem 1.1rem;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.banner .seo-hero-ctas { margin: 0 0.55rem 1.1rem; }
.banner .seo-hero-ctas .button { max-width: 100%; white-space: normal; }
.sub-banner #sub-banner-container > h1,
.sub-banner #sub-banner-container > div,
.content-text > h1 {
  max-width: 100%;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.cost-analysis-callout h2 {
  margin-bottom: 0.83333rem;
  color: #fff;
  font-size: 1.55556rem;
  line-height: 1.3;
}
@media (min-width: 64em) {
  /* Preserve room for the existing contact panel beside the shorter new hero. */
  .banner > .row > .large-8 { min-height: 37rem; }
  .banner h1.banner-heading { margin-top: 3rem; }
  .banner .banner-message { margin-left: 11.2rem; min-height: 7rem; }
  .banner .banner-message::before { left: -10.5rem; top: 0; }
}
