﻿.final-cta-section {
    padding: 90px 0;
    /*background: #f8fafc;*/ /* rompe con el azul */
}

.final-cta-card {
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    border-radius: 28px;
    padding: 70px 40px;
    box-shadow: 0 30px 70px rgba(30, 58, 138, 0.35);
    position: relative;
    overflow: hidden;
}

    .final-cta-card::after {
        content: "";
        position: absolute;
        top: -40%;
        right: -30%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(255,255,255,0.15), transparent 70%);
    }

.final-cta-content {
    position: relative;
    max-width: 760px;
    margin: auto;
    color: #ffffff;
}

    .final-cta-content h2 {
        font-size: clamp(2rem, 4vw, 2.6rem);
        font-weight: 800;
        margin-bottom: 16px;
    }

        .final-cta-content h2 span {
            display: block;
            font-weight: 700;
            color: #bfdbfe;
        }

    .final-cta-content p {
        font-size: 1.05rem;
        color: #e0e7ff;
        margin-bottom: 36px;
    }

.cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #22c55e;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(34, 197, 94, 0.4);
    transition: all 0.3s ease;
}

    .cta-whatsapp:hover {
        transform: translateY(-3px);
        box-shadow: 0 20px 40px rgba(34, 197, 94, 0.55);
        color:white;
        cursor:pointer;
        text-decoration:none;
    }

.cta-trust {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: #dbeafe;
}

    .cta-trust i {
        color: #22c55e;
        margin-right: 6px;
    }

/* MOBILE */
@media (max-width: 768px) {
    .final-cta-card {
        padding: 50px 24px;
    }

    .cta-trust {
        gap: 16px;
    }
}


.final-cta-section div.container div.final-cta-card div.final-cta-content h2{
    color  :white;
}