/* ===================================================
   FINAL CTA SECTION - BASE E GLOW
   =================================================== */

.final-cta {
    padding: 120px 0;
    text-align: center;
    position: relative;
    background: linear-gradient(180deg, #030712 0%, #0a0f1e 50%, #030712 100%) !important;
    overflow: hidden;
}

.final-cta::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.08) 0%, rgba(6, 182, 212, 0.04) 40%, transparent 70%);
    pointer-events: none;
}

.final-cta-glow {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.final-cta .container {
    max-width: 900px !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}