/* ==========================================================================
   BPoint Home — Final CTA band
   ========================================================================== */

.bp-home .cta-band { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.bp-home .cta-band .radial-glow { background: radial-gradient(700px 360px at 20% 120%, rgba(120, 140, 165, .34), transparent 60%); }
.bp-home .cta-band .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding: 64px 15px;
}
.bp-home .cta-band h2 { font-size: clamp(23px, 2.5vw, 34px); max-width: 640px; color: #fff; line-height: 1.18; margin: 14px 0 0; }
.bp-home .ctab-text { color: #a9b8d0; margin-top: 14px; max-width: 600px; font-size: 15.5px; }
.bp-home .cta-band .ctab-actions { display: flex; flex-direction: column; gap: 14px; }
