/* Molo CTA Band — closing call-to-action.
   Selectors are scoped under .molo-cta-band so they outrank Avada's global
   heading typography (.fusion-responsive-typography-calculated h2, …). */
.molo-cta-band .molo-cta-band__headline {
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  max-width: 24ch;
  text-wrap: balance;
}
.molo--center .molo-cta-band__headline { margin-inline: auto; }

.molo-cta-band .molo-cta-band__body {
  margin-top: 1.2em;
  max-width: 56ch;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.65;
}
.molo--center .molo-cta-band__body { margin-inline: auto; }
.molo-cta-band .molo-cta-band__body p {
  margin: 0 0 .9em;
  font-size: inherit;
  line-height: inherit;
}
.molo-cta-band .molo-cta-band__body p:last-child { margin-bottom: 0; }

.molo-cta-band .molo-cta-band__email {
  margin: 1.9em 0 0;
  font-size: 1rem;
}
.molo-cta-band .molo-cta-band__email a {
  color: var(--molo-orange);
  font-weight: 700;
  text-decoration: none;
}
.molo-cta-band .molo-cta-band__email a:hover { text-decoration: underline; }

.molo-cta-band .molo-cta-band__closing {
  margin: .5em 0 0;
  font-size: 1rem;
  opacity: .8;
}
