/* ============================================================
   FINAL CTA — full-bleed Akzent-Sektion
   ============================================================ */

.cta {
  position: relative; overflow: hidden;
  padding: 64px 20px;
  background: linear-gradient(135deg, #4f72e3 0%, #3d5fc5 100%);
  color: #fff;
}
.cta__glow {
  position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(255,255,255,.12), transparent 60%);
  pointer-events: none;
}
.cta .display { color: #fff; margin-bottom: 16px; }
.cta__btns {
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: center; margin-top: 28px;
}

/* ─── Responsive ──────────────────────────────────────────── */
@media (min-width: 1024px) {
  .cta { padding: 96px 24px; }
}
