*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
background:#050505;
color:#fff;
font-family:'Segoe UI',sans-serif;
overflow-x:hidden;
}

/* NAVBAR */

.navbar{
background:rgba(0,0,0,.9);
backdrop-filter:blur(15px);
padding:15px 0;
border-bottom:1px solid rgba(255,0,0,.2);
}

.navbar-brand img{
transition:.3s;
}

.navbar-brand img:hover{
transform:scale(1.05);
}

.nav-link{
color:#fff !important;
margin-left:15px;
transition:.3s;
}

.nav-link:hover{
color:#ff0000 !important;
}

/* HERO */
.hero{
    position:relative;
    overflow:hidden;
    background:#050505;
}

.hero::before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    background:#ff0000;
    filter:blur(250px);
    opacity:.12;
    top:-100px;
    right:-100px;
}

.hero-text{
    position:relative;
    z-index:2;
}

.hero-badge{
    display:inline-block;
    padding:8px 15px;
    border:1px solid rgba(255,0,0,.4);
    border-radius:50px;
    margin-bottom:25px;
    color:#ff4d4d;
    background:rgba(255,0,0,.08);
}

.hero h1{
    font-size:4rem;
    font-weight:900;
    line-height:1.1;
    margin-bottom:20px;
}

.hero h1 span{
    color:#ff0000;
}

.hero p{
    font-size:1.2rem;
    color:#bdbdbd;
    margin-bottom:30px;
}

.hero-features{
    margin-bottom:35px;
}

.hero-features div{
    margin-bottom:12px;
    font-size:1rem;
}

.hero-features i{
    color:#00d26a;
    margin-right:10px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.hero-image{
    width:100%;
    max-width:550px;
    animation:float 5s ease-in-out infinite;
    filter:drop-shadow(0 0 40px rgba(255,0,0,.35));
}

@keyframes float{
    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0px);
    }
}

@media(max-width:991px){

    .hero{
        text-align:center;
    }

    .hero h1{
        font-size:2.8rem;
    }

    .hero-buttons{
        justify-content:center;
    }

    .hero-image{
        margin-top:40px;
        max-width:320px;
    }

}

/* BOTÕES */

.btn-danger{
background:#ff0000;
border:none;
}

.btn-danger:hover

.btn-outline-light:hover

/* SEÇÕES */

section{
padding:100px 0;
}

.titulo{
text-align:center;
margin-bottom:60px;
font-size:3rem;
font-weight:800;
color:#fff;
}

/* ESTATÍSTICAS */

.stats{
background:#0d0d0d;
}

.stats h2{
color:#ff0000;
font-size:3rem;
font-weight:bold;
}

.stats p{
color:#aaa;
}

/* BENEFÍCIOS */

.beneficios{
    position: relative;
    padding:120px 0;
    background:#080808;
}

.section-header{
    text-align:center;
    margin-bottom:70px;
}

.section-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(255,0,0,.08);
    border:1px solid rgba(255,0,0,.3);
    color:#ff4d4d;
    font-size:.9rem;
    margin-bottom:20px;
}

.section-title{
    font-size:3rem;
    font-weight:800;
    margin-bottom:20px;
}

.section-description{
    color:#aaa;
    max-width:700px;
    margin:auto;
    font-size:1.1rem;
}

.benefit-card{
    background:rgba(255,255,255,.03);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.05);
    border-radius:25px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.4s;
}

.benefit-card:hover{
    transform:translateY(-12px);
    border-color:#ff0000;
    box-shadow:0 0 35px rgba(255,0,0,.25);
}

.benefit-icon{
    width:90px;
    height:90px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(
        135deg,
        #ff0000,
        #990000
    );
}

.benefit-icon i{
    font-size:36px;
    color:#fff;
}

.benefit-card h4{
    margin-bottom:15px;
    font-size:1.3rem;
    font-weight:700;
}

.benefit-card p{
    color:#bbb;
    line-height:1.7;
}

@media(max-width:768px){

    .section-title{
        font-size:2rem;
    }

    .benefit-card{
        padding:30px 20px;
    }

}

/* PLANOS */

.planos{
    padding:120px 0;
    background:#050505;
}

.pricing-card{
    position:relative;
    background:rgba(255,255,255,.03);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:25px;
    padding:40px 30px;
    text-align:center;
    transition:.4s;
    height:100%;
}

.pricing-card:hover{
    transform:translateY(-12px);
    border-color:#ff0000;
    box-shadow:0 0 40px rgba(255,0,0,.2);
}

.featured{
    border:2px solid #ff0000;
    transform:scale(1.05);
    box-shadow:0 0 45px rgba(255,0,0,.25);
}

.featured:hover{
    transform:scale(1.08);
}

.popular-badge{
    position:absolute;
    top:-15px;
    left:50%;
    transform:translateX(-50%);
    background:#ff0000;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:.8rem;
    font-weight:700;
}

.pricing-card h3{
    font-size:1.8rem;
    margin-bottom:25px;
}

.price{
    margin-bottom:30px;
}

.currency{
    font-size:1.2rem;
    vertical-align:top;
}

.value{
    font-size:3.5rem;
    font-weight:900;
    color:#ff0000;
}

.period{
    display:block;
    color:#aaa;
}

.pricing-card ul{
    list-style:none;
    padding:0;
    margin:30px 0;
    text-align:left;
}

.pricing-card ul li{
    margin-bottom:15px;
    color:#ddd;
}

.pricing-card ul li i{
    color:#00d26a;
    margin-right:10px;
}

.btn-plan{
    width:100%;
    border-radius:12px;
    padding:12px;
    font-weight:600;
}

@media(max-width:991px){

    .featured{
        transform:none;
    }

    .featured:hover{
        transform:translateY(-10px);
    }

}

/* DEPOIMENTOS */

.depoimentos-section{
    padding:120px 0;
    background:#080808;
}

.testimonial-card{
    background:rgba(255,255,255,.03);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:25px;
    padding:35px;
    height:100%;
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    border-color:#ff0000;
    box-shadow:0 0 35px rgba(255,0,0,.20);
}

.stars{
    margin-bottom:20px;
}

.stars i{
    color:#ffc107;
    margin-right:3px;
}

.testimonial-text{
    color:#ccc;
    line-height:1.8;
    margin-bottom:30px;
    min-height:120px;
}

.testimonial-user{
    display:flex;
    align-items:center;
    gap:15px;
}

.user-avatar{
    width:55px;
    height:55px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        #ff0000,
        #990000
    );

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-weight:700;
    font-size:20px;
}

.testimonial-user h5{
    margin:0;
    font-size:1rem;
}

.testimonial-user span{
    color:#999;
    font-size:.9rem;
}

/* FAQ */

.faq-section{
    padding:120px 0;
    background:#080808;
}

.faq-wrapper{
    max-width:900px;
    margin:auto;
}

.accordion-item{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:15px !important;
    margin-bottom:15px;
    overflow:hidden;
}

.accordion-button{
    background:#111;
    color:#fff;
    font-weight:600;
    padding:20px;
    box-shadow:none !important;
}

.accordion-button:not(.collapsed){
    background:#ff0000;
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-button::after{
    filter:brightness(0) invert(1);
}

.accordion-body{
    background:#111;
    color:#ccc;
    line-height:1.8;
    padding:25px;
}

/* CONTATO */

.contato-section{
    padding:120px 0;
    background:
    linear-gradient(
        180deg,
        #050505,
        #0d0d0d
    );
}

.contact-title{
    font-size:3rem;
    font-weight:800;
    margin:20px 0;
}

.contact-description{
    color:#aaa;
    font-size:1.1rem;
    margin-bottom:40px;
}

.contact-info{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.info-item{
    display:flex;
    align-items:center;
    gap:20px;
}

.info-icon{
    width:60px;
    height:60px;
    border-radius:15px;
    background:rgba(255,0,0,.08);
    border:1px solid rgba(255,0,0,.25);

    display:flex;
    align-items:center;
    justify-content:center;
}

.info-icon i{
    color:#ff0000;
    font-size:24px;
}

.info-item h5{
    margin-bottom:5px;
}

.info-item p{
    margin:0;
    color:#aaa;
}

.contact-card{
    background:rgba(255,255,255,.03);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:25px;
    padding:50px;
    text-align:center;
}

.contact-card h3{
    margin-bottom:20px;
}

.contact-card p{
    color:#aaa;
    margin-bottom:30px;
}

.btn-contact{
    width:100%;
    padding:15px;
    border-radius:15px;
    background:#25D366;
    color:#fff;
    font-weight:700;
    font-size:1.1rem;
    text-decoration:none;
    transition:.3s;
}

.btn-contact:hover{
    background:#1ea952;
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:991px){

    .contact-title{
        font-size:2.2rem;
    }

    .contact-card{
        margin-top:40px;
        padding:35px;
    }

}

/* FOOTER */

.footer{
    background:#050505;
    border-top:1px solid rgba(255,255,255,.08);
    padding:80px 0 30px;
}

.footer-logo{
    width:180px;
    margin-bottom:20px;
}

.footer-text{
    color:#999;
    line-height:1.8;
}

.footer h5{
    margin-bottom:20px;
    color:#fff;
    font-weight:700;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:12px;
    color:#aaa;
}

.footer-links a{
    color:#aaa;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#ff0000;
}

.footer-links i{
    color:#ff0000;
    margin-right:10px;
}

.footer-social{
    display:flex;
    gap:15px;
}

.footer-social a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#111;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-social a:hover{
    background:#ff0000;
    transform:translateY(-5px);
}

.footer-divider{
    margin:40px 0;
    border-color:rgba(255,255,255,.08);
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

.footer-bottom p{
    color:#888;
    margin:0;
}

.footer-bottom-links{
    display:flex;
    gap:20px;
}

.footer-bottom-links a{
    color:#888;
    text-decoration:none;
}

.footer-bottom-links a:hover{
    color:#ff0000;
}

/* RESPONSIVO */

@media(max-width:768px){

    .footer{
        text-align:center;
    }

    .footer-social{
        justify-content:center;
    }

    .footer-bottom{
        flex-direction:column;
    }

}

/* WHATSAPP FLUTUANTE */

.whatsapp-float{
position:fixed;
right:25px;
bottom:25px;
width:65px;
height:65px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:32px;
text-decoration:none;
z-index:9999;
box-shadow:0 0 20px rgba(37,211,102,.5);
transition:.3s;
}

.whatsapp-float:hover{
transform:scale(1.1);
color:#fff;
}

/* RESPONSIVO */

@media(max-width:768px){

```

.titulo{
    font-size:2rem;
}

.stats h2{
    font-size:2rem;
}


