/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  position:relative; border-radius: var(--radius-lg); overflow:hidden; isolation:isolate;
  padding: clamp(2.5rem,6vw,4.5rem); color:#fff;
  background: linear-gradient(120deg, #081540, #0e297f 70%, #163a9e);
}
.cta-banner .hero__cog { color: rgba(188,214,255,.4); }
.cta-banner__grid { position:absolute; inset:0; z-index:-1; }
.cta-banner h2 { color:#fff; font-size: var(--step-3); max-width: 20ch; }
.cta-banner p { margin-top:1rem; color: rgba(220,232,252,.9); max-width: 52ch; font-size: var(--step-1); }
.cta-banner .hero__cta { margin-top: 2rem; }

