.cta-banner {
  background: var(--band-bg);
  color: var(--band-ink);
  border-radius: 28px;
  padding: 64px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.cta-banner h2 { font-family: var(--font-display); font-size: 34px; margin-bottom: 10px; }
.cta-banner p { color: rgba(255,255,255,0.65); font-size: 15.5px; }
.cta-banner .btn-primary { white-space: nowrap; }

@media (max-width: 900px) {
  .cta-banner { flex-direction: column; text-align: center; }
}
