/*==================================================
BENEFÍCIOS PREMIUM
==================================================*/

.beneficios-premium{

    padding:30px 0;

    background:#050505;

}

.beneficios-premium .container{

    max-width:1280px;

    margin:0 auto;

    padding:0 40px;

}

.premium-header{

    max-width:950px;

    margin:0 auto 90px;

    text-align:center;

}

.premium-header .section-title{

    font-size:50px;

    margin-bottom:35px;

}

.premium-header p{

    margin-top:28px;

    font-size:18px;

    line-height:1.9;

    color:#bdbdbd;

}

.premium-content{

    display:grid;

    position:relative;

    grid-template-columns:1fr 1px 1fr;

    gap:60px;

    align-items:start;

}

.premium-content::before{

    content:"";

    position:absolute;

    left:50%;

    top:0;

    transform:translateX(-50%);

    width:1px;

    height:100%;

    background:linear-gradient(
        to bottom,
        transparent,
        rgba(0,218,0,.35),
        transparent
    );

}

.premium-divider{

    width:1px;

    background:rgba(0,218,0,.18);

}

.premium-item{

    display:flex;

    flex-direction:column;

}

.premium-item h3{

    font-size:28px;

    min-height:70px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-family:'Anton',sans-serif;

    font-weight:400;

    color:#00DA00;

    letter-spacing:.5px;

    margin-bottom:38px;

    text-align:center;
}

.premium-item p{

    font-size:17px;

    line-height:1.9;

    color:#bdbdbd;

    margin-bottom:45px;

}

.premium-image{

    display:block;

    width:100%;

    max-width:100%;

    height:auto;

    object-fit:contain;

    margin:25px 0 35px;

}

.premium-highlight{

    font-size:22px;

    font-family:'Anton',sans-serif;

    font-weight:400;

    color:#ffffff;
    
    line-height:1.4;

    letter-spacing:.5px;

    display:block;

    text-align:center;

    margin-top:28px;
}

/*==========================================
    CTA BENEFÍCIOS PREMIUM
==========================================*/

.cta-premium{

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    text-align:center;

    margin-top:35px;

    padding:20px 0 10px;

}

.cta-premium p{

    max-width:720px;

    margin:0 auto 20px;

    font-size:20px;

    line-height:1.6;

    color:#ffffff;

    font-weight:500;

}

.cta-premium .btn-principal{

    min-width:720px;

    height:68px;

    font-size:22px;

}

/* Glow extremamente sutil */

.cta-premium .btn-principal::before{

    content:"";

    position:absolute;

    inset:-28px;

    background:rgba(0,218,0,.14);

    filter:blur(45px);

    border-radius:28px;

    z-index:-1;

    opacity:.9;

}

