.zu-cta-banner { position: relative; overflow: hidden; text-align: center; padding: 110px 0; color: #fff; background: var(--zu-maroon); }
.zu-cta-banner__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.zu-cta-banner__tint {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(140,31,47,.94) 0%, rgba(92,30,40,.88) 60%, rgba(52,32,36,.9) 100%);
}
.zu-cta-banner__inner { position: relative; z-index: 1; }
.zu-cta-banner .zu-eyebrow { justify-content: center; margin-bottom: 20px; }
.zu-cta-banner__heading { color: #fff; font-size: clamp(38px, 4.6vw, 58px); font-weight: 700; margin: 0 0 18px; }
.zu-cta-banner__body { color: rgba(255,255,255,.85); font-size: 16.5px; max-width: 520px; margin: 0 auto 36px; }
.zu-cta-banner__actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.zu-cta-banner__note { margin: 26px 0 0; font-size: 13px; color: rgba(255,255,255,.66); }
