/* NMIMS CIIS — assets/css/04-sections/final-cta.css — extracted from approved source (Phase 2B) */

/* ── FINAL CTA ── */
.final-cta { background: linear-gradient(135deg, var(--purple-dark) 0%, var(--purple) 50%, #7B2238 100%); padding: 80px 0; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; inset: 0; background: url("../../images/patterns/final-cta-plus-grid.svg"); }
.final-cta-inner { text-align: center; position: relative; z-index: 1; }
.final-cta h2 { color: white; margin-bottom: 12px; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.final-cta p { color: rgba(255,255,255,0.75); font-size: 1.1rem; margin-bottom: 40px; }
.final-cta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
