/* ── CTA ── */
.cta {
  padding: 5.5rem 0; text-align: center;
  background: linear-gradient(135deg, rgba(79,70,229,0.04) 0%, rgba(139,92,246,0.04) 100%);
}
.cta h2 { font-size: clamp(1.625rem, 3.5vw, 2.25rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 1rem; }
.cta p { color: var(--text-muted); font-size: 1rem; margin-bottom: 2rem; max-width: 440px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.cta__actions { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }
.cta__note { margin-top: 1rem; font-size: 0.8125rem; color: var(--text-muted); }
