:root{
    --primary:#0d2b6b;
    --secondary:#16b364;
    --light:#f8fafc;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    padding-top:80px;
}

.logo-text{
    font-size:32px;
    font-weight:700;
    color:var(--primary);
}

.logo-text span{
    color:var(--secondary);
}

.hero-section{
    background:#ffffff;
}

.hero-badge{
    display:inline-block;
    background:#e8fff2;
    color:#16b364;
    padding:8px 15px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.hero-title{
    font-size:4rem;
    font-weight:800;
    line-height:1.1;
    color:#0d2b6b;
}

.hero-title span{
    color:#16b364;
}

.hero-description{
    margin-top:20px;
    margin-bottom:30px;
    font-size:1.25rem;
    color:#475467;
}

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:30px;
}

.hero-features{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.hero-features span{
    font-size:14px;
    color:#667085;
}

.hero-features i{
    color:#16b364;
}

.hero-image{
    max-width:100%;
}

@media(max-width:691px){

    .hero-section{
        text-align:center;
        padding-top:40px;
    }

    .hero-title{
        font-size:2.8rem;
    }

    .hero-features{
        justify-content:center;
    }

}

.section-subtitle{
    color:#16b364;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
}

.section-title{
    font-size:42px;
    font-weight:800;
    color:#0d2b6b;
}

.step-card{
    padding:30px;
}

.step-icon{
    width:90px;
    height:90px;
    border:1px solid #e5e7eb;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:40px;
    color:#0d2b6b;
}

.step-card p{
    color:#667085;
}

.platform-section{
    background:#f8fafc;
}

.platform-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    height:100%;
    border:1px solid #eaecf0;
    transition:.3s;
}

.platform-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.platform-card h5{
    color:#0d2b6b;
    font-weight:700;
    margin-bottom:15px;
}

.platform-card p{
    color:#667085;
    margin:0;
}

@media(max-width:768px){

    .section-title{
        font-size:32px;
    }

}

/* VANTAGENS */

.advantages-section{
    background:#08245c;
}

.advantages-title{
    color:#fff;
    font-size:42px;
    font-weight:800;
}

.advantage-box{
    text-align:center;
    color:#fff;
    padding:20px;
}

.advantage-icon{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#16b364;
}

.advantage-box h5{
    margin-bottom:15px;
    font-weight:700;
}

.advantage-box p{
    color:rgba(255,255,255,.8);
}

/* DEPOIMENTOS */

.testimonials-section{
    background:#ffffff;
}

.testimonial-card{
    background:#fff;
    border:1px solid #eaecf0;
    border-radius:20px;
    padding:30px;
    height:100%;
}

.stars{
    color:#ffc107;
    font-size:20px;
    margin-bottom:15px;
}

.testimonial-card p{
    color:#667085;
    min-height:10px;
}

.client{
    display:flex;
    align-items:center;
    gap:15px;
}

.client-avatar{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#f2f4f7;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#0d2b6b;
}

.client span{
    display:block;
    color:#667085;
    font-size:14px;
}

.carousel-indicators button{
    width:12px !important;
    height:12px !important;
    border-radius:50%;
    background:#16b364 !important;
}

/* CTA */

.cta-section{
    background:#f8fafc;
}

.cta-title{
    font-size:42px;
    font-weight:800;
    color:#0d2b6b;
    margin-bottom:20px;
}

.cta-text{
    color:#667085;
    margin-bottom:25px;
}

.cta-list{
    list-style:none;
    padding:0;
}

.cta-list li{
    margin-bottom:15px;
    font-size:17px;
}

.cta-list i{
    color:#16b364;
    margin-right:10px;
}

.form-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

/* FOOTER */

.footer{
    background:#08245c;
    color:#fff;
    padding:70px 0 30px;
}

.footer-logo{
    font-weight:800;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
}

.footer-links a:hover{
    color:#16b364;
}

.social-icons{
    display:flex;
    gap:15px;
}

.social-icons a{
    width:40px;
    height:40px;
    background:rgba(255,255,255,.1);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
}

.social-icons a:hover{
    background:#16b364;
}

/* WHATSAPP */

.whatsapp-float{
    position:fixed;
    right:20px;
    bottom:20px;
    width:65px;
    height:65px;
    background:#25D366;
    border-radius:50%;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.whatsapp-float:hover{
    color:#fff;
    transform:scale(1.05);
}

@media(max-width:768px){

    .cta-title{
        font-size:32px;
    }

    .form-card{
        margin-top:30px;
    }

}

