.cta-band{background:var(--rjw-accent);color:#fff;padding:clamp(3rem,6vw,5rem) 0;position:relative;overflow:hidden}
.cta-band::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 30%,rgba(255,255,255,.08),transparent 60%),radial-gradient(ellipse at 80% 70%,rgba(255,255,255,.06),transparent 55%);pointer-events:none}
.cta-band__inner{position:relative;display:grid;gap:2rem;align-items:center;grid-template-columns:1fr}
@media(min-width:820px){.cta-band__inner{grid-template-columns:1.4fr 1fr}}
.cta-band__title{color:#fff;margin-bottom:.75rem;font-size:clamp(1.75rem,2.5vw + .5rem,2.5rem)}
.cta-band__lead{color:rgba(255,255,255,.86);margin-bottom:0;max-width:52ch;font-size:1.1rem}
.cta-band__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}
@media(min-width:820px){.cta-band__actions{justify-content:flex-end}}
