/* CTA band — light section wrapping a navy rounded box. Lazy. Mobile-first: stacked. */
.cta-band-sec{padding:56px 0}
.cta-band{background:var(--navy);border-radius:24px;color:#EEF3F8;padding:40px 32px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:32px}
.cta-band h2{font-family:var(--f-display);font-weight:800;font-size:clamp(32px,6vw,58px);letter-spacing:-0.035em;line-height:1}
.cta-band h2 .a{color:var(--accent-soft)}
.cta-band p{margin-top:14px;color:rgba(238,243,248,0.78);max-width:440px}
.cta-band .ctas{display:flex;gap:12px;flex-wrap:wrap}
