/* ========================================
   CTA V2
======================================== */

.cta-v2{
    position:relative;
    overflow:hidden;
    padding:90px 0 80px;
    background:
        radial-gradient(
            circle at 15% 45%,
            rgba(0,190,255,.1),
            transparent 34%
        ),
        radial-gradient(
            circle at 85% 45%,
            rgba(137,40,255,.14),
            transparent 36%
        ),
        #03050d;
}

.cta-v2__container{
    max-width:1100px;
    margin-inline:auto;
}

.cta-v2__card{
    position:relative;
    overflow:hidden;
    isolation:isolate;
    padding:76px 72px 0;
    border:1px solid rgba(255,255,255,.1);
    border-radius:34px;
    background:
        linear-gradient(
            135deg,
            rgba(13,23,42,.96),
            rgba(12,7,31,.98)
        );
    box-shadow:
        0 38px 90px rgba(0,0,0,.4),
        0 0 45px rgba(77,67,255,.1),
        inset 0 1px 0 rgba(255,255,255,.06);
}

.cta-v2__glow{
    position:absolute;
    z-index:-1;
    width:420px;
    height:420px;
    border-radius:50%;
    filter:blur(105px);
    pointer-events:none;
}

.cta-v2__glow--left{
    top:-190px;
    left:-150px;
    background:rgba(0,196,255,.45);
}

.cta-v2__glow--right{
    right:-170px;
    bottom:-210px;
    background:rgba(139,44,255,.52);
}

.cta-v2__content{
    max-width:780px;
    margin:0 auto;
    text-align:center;
}

.cta-v2__eyebrow{
    display:inline-flex;
    align-items:center;
    min-height:40px;
    padding:0 18px;
    border:1px solid rgba(71,200,255,.28);
    border-radius:999px;
    background:rgba(20,34,54,.62);
    color:#87dcff;
    font-size:12px;
    font-weight:800;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

.cta-v2__title{
    max-width:780px;
    margin:27px auto 0;
    color:#fff;
    font-size:clamp(43px,4.7vw,66px);
    font-weight:850;
    line-height:1.04;
    letter-spacing:-.055em;
}

.cta-v2__title span{
    display:block;
    margin-top:8px;
    padding-bottom:.12em;
    line-height:1.08;
    background:
        linear-gradient(
            90deg,
            #16d5ff 0%,
            #4f75ff 52%,
            #a934ff 100%
        );
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}

.cta-v2__description{
    max-width:650px;
    margin:23px auto 0;
    color:#a0acc0;
    font-size:17px;
    line-height:1.75;
}

.cta-v2__actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:16px;
    margin-top:36px;
}

.cta-v2__button{
    min-width:220px;
    min-height:58px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    padding:0 28px;
    border-radius:16px;
    color:#fff;
    font-size:15px;
    font-weight:800;
    text-decoration:none;
    transition:
        transform .22s ease,
        border-color .22s ease,
        background .22s ease,
        box-shadow .22s ease;
}

.cta-v2__button:hover{
    transform:translateY(-3px);
}

.cta-v2__button--primary{
    border:1px solid rgba(77,204,255,.58);
    background:
        linear-gradient(
            110deg,
            #16d2ff 0%,
            #3c79ff 52%,
            #ac2dff 100%
        );
    box-shadow:
        0 16px 38px rgba(37,105,255,.3),
        0 0 34px rgba(154,45,255,.18);
}

.cta-v2__button--primary:hover{
    box-shadow:
        0 21px 48px rgba(37,105,255,.4),
        0 0 42px rgba(154,45,255,.24);
}

.cta-v2__button--secondary{
    border:1px solid rgba(255,255,255,.17);
    background:rgba(255,255,255,.045);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
}

.cta-v2__button--secondary:hover{
    border-color:rgba(100,207,255,.34);
    background:rgba(255,255,255,.075);
}

.cta-v2__whatsapp-icon{
    width:23px;
    height:23px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:2px solid currentColor;
    border-radius:50%;
    font-size:10px;
}

/* ========================================
   FRANJA DE CONFIANZA
======================================== */

.cta-v2__trust{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    margin-top:58px;
    border-top:1px solid rgba(255,255,255,.09);
    background:rgba(4,9,22,.32);
}

.cta-v2__trust-item{
    position:relative;
    min-width:0;
    min-height:126px;
    display:grid;
    grid-template-columns:46px minmax(0,1fr);
    gap:15px;
    align-items:center;
    padding:25px 28px;
}

.cta-v2__trust-item:not(:first-child)::before{
    content:"";
    position:absolute;
    top:26px;
    bottom:26px;
    left:0;
    width:1px;
    background:rgba(255,255,255,.09);
}

.cta-v2__trust-icon{
    width:44px;
    height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(78,196,255,.28);
    border-radius:14px;
    background:
        linear-gradient(
            135deg,
            rgba(20,210,255,.14),
            rgba(161,45,255,.17)
        );
    color:#78dcff;
    font-size:17px;
    font-weight:900;
}

.cta-v2__trust-item strong,
.cta-v2__trust-item small{
    display:block;
}

.cta-v2__trust-item strong{
    color:#fff;
    font-size:15px;
    font-weight:800;
}

.cta-v2__trust-item small{
    margin-top:6px;
    color:#8f9bb0;
    font-size:12px;
    line-height:1.45;
}

/* ========================================
   TABLET
======================================== */

@media(max-width:900px){

    .cta-v2__card{
        padding:65px 45px 0;
    }

    .cta-v2__trust-item{
        padding:23px 18px;
    }

}

/* ========================================
   MÓVIL
======================================== */

@media(max-width:700px){

    .cta-v2{
        padding:80px 0;
    }

    .cta-v2__card{
        padding:52px 20px 0;
        border-radius:25px;
    }

    .cta-v2__title{
        font-size:clamp(39px,11vw,52px);
    }

    .cta-v2__description{
        font-size:16px;
    }

    .cta-v2__actions{
        flex-direction:column;
        margin-top:30px;
    }

    .cta-v2__button{
        width:100%;
        min-width:0;
    }

    .cta-v2__trust{
        grid-template-columns:1fr;
        margin-top:42px;
    }

    .cta-v2__trust-item{
        min-height:auto;
        padding:20px 4px;
    }

    .cta-v2__trust-item:not(:first-child)::before{
        top:0;
        right:0;
        bottom:auto;
        left:0;
        width:auto;
        height:1px;
    }

}