.elementor-957 .elementor-element.elementor-element-044357c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c4008e1 *//* ==========================
   CONTENEDOR
========================== */

.thank-you-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:60px 20px;
    position:relative;
    overflow:hidden;
    font-family:Inter,sans-serif;
}

/* ==========================
   EFECTO DE FONDO
========================== */

.thank-you-section::before{
    content:"";
    position:absolute;
    top:-250px;
    right:-200px;
    width:600px;
    height:600px;
    border-radius:50%;
    background:#EFFF00;
    filter:blur(180px);
    opacity:.08;
}

/* ==========================
   TARJETA
========================== */

.thank-card{
    position:relative;
    z-index:2;
    max-width:720px;
    width:100%;
    padding:70px 45px;
    text-align:center;
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
}

/* ==========================
   CHECK
========================== */

.check{
    width:90px;
    height:90px;
    margin:0 auto 35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#EFFF00;
    color:#111;
    font-size:42px;
    font-weight:800;
    box-shadow:0 0 40px rgba(239,255,0,.35);
}

/* ==========================
   TITULO
========================== */

.thank-card h1{
    margin-bottom:20px;
    color:#fff;
    font-size:58px;
    font-weight:900;
    line-height:1;
    text-transform:uppercase;
}

.thank-card h1 span{
    color:#EFFF00;
}

/* ==========================
   TEXTO
========================== */

.thank-card p{
    margin-bottom:35px;
    color:#bdbdbd;
    font-size:18px;
    line-height:1.8;
}

/* ==========================
   BENEFICIOS
========================== */

.features{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:40px;
}

.feature{
    padding:12px 18px;
    border-radius:40px;
    background:#1a1a1a;
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    font-size:14px;
}

/* ==========================
   BOTÓN
========================== */

.btn-home{
    display:inline-block;
    padding:18px 38px;
    border-radius:50px;
    background:#EFFF00;
    color:#111;
    text-decoration:none;
    font-weight:800;
    transition:.3s;
}

.btn-home:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(239,255,0,.35);
}

/* ==========================
   FOOTER
========================== */

.footer-text{
    margin-top:35px;
    color:#777;
    font-size:13px;
}

/* ==========================
   RESPONSIVE
========================== */

/* ==========================
   MOBILE
========================== */

@media (max-width:767px){

    .thank-you-section{
        min-height:auto;
        padding:40px 20px;
    }

    .thank-card{
        width:100%;
        padding:40px 24px;
        border-radius:18px;
    }

    .check{
        width:70px;
        height:70px;
        font-size:30px;
        margin-bottom:25px;
    }

    .thank-card h1{
        font-size:34px;
        line-height:1.1;
        margin-bottom:18px;
    }

    .thank-card p{
        font-size:15px;
        line-height:1.7;
        margin-bottom:30px;
    }

    .features{
        flex-direction:column;
        gap:12px;
        margin-bottom:35px;
    }

    .feature{
        width:100%;
        text-align:center;
        padding:14px;
    }

    .btn-home{
        width:100%;
        padding:16px;
        text-align:center;
        font-size:15px;
    }

    .footer-text{
        margin-top:25px;
        font-size:12px;
    }

}/* End custom CSS */