:root {
    --primary: #0d6efd;
    --primary-dark: #084298;
    --primary-light: #e8f1ff;

    --dark: #132238;
    --text: #405168;
    --muted: #6c7a8d;

    --background: #ffffff;
    --background-light: #f6f9fc;

    --border: #e5eaf0;

    --radius: 18px;
}


html {
    scroll-behavior: smooth;
}


body {
    margin: 0;
    color: var(--dark);
    background: var(--background);
    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}


/*
|--------------------------------------------------------------------------
| NAVBAR
|--------------------------------------------------------------------------
*/

.navbar {
    padding: 16px 0;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(12px);
}


.navbar-brand {
    display: flex;
    gap: 10px;
    align-items: center;

    color: var(--dark);

    font-size: 1.35rem;
    font-weight: 750;
}


.logo-icon {
    display: flex;
    width: 38px;
    height: 38px;

    align-items: center;
    justify-content: center;

    color: #ffffff;
    background: var(--primary);

    border-radius: 11px;
}


.nav-link {
    margin: 0 5px;

    color: var(--text);

    font-weight: 500;
}


.nav-link:hover {
    color: var(--primary);
}


/*
|--------------------------------------------------------------------------
| HERO
|--------------------------------------------------------------------------
*/

.hero {
    position: relative;
    overflow: hidden;

    min-height: 100vh;

    padding-top: 80px;

    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(13, 110, 253, 0.14),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #ffffff,
            #f7fbff
        );
}


.hero::before {
    position: absolute;

    width: 500px;
    height: 500px;

    top: 60%;
    left: -300px;

    content: "";

    background: rgba(13, 110, 253, 0.06);

    border-radius: 50%;
}


.hero-badge {
    display: inline-flex;
    gap: 8px;
    align-items: center;

    margin-bottom: 24px;
    padding: 8px 14px;

    color: var(--primary);

    background: var(--primary-light);

    border-radius: 30px;

    font-size: 0.9rem;
    font-weight: 600;
}


.hero h1 {
    max-width: 650px;

    margin-bottom: 24px;

    font-size: clamp(
        2.8rem,
        5vw,
        4.7rem
    );

    line-height: 1.06;
    letter-spacing: -2px;
    font-weight: 800;
}


.hero h1 span {
    color: var(--primary);
}


.hero-text {
    max-width: 600px;

    margin-bottom: 30px;

    color: var(--text);

    font-size: 1.18rem;
    line-height: 1.7;
}


.hero-buttons {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;
}


.hero-buttons .btn {
    padding: 13px 22px;

    border-radius: 10px;

    font-weight: 600;
}


.hero-beneficios {
    display: flex;
    flex-wrap: wrap;

    gap: 20px;

    margin-top: 30px;

    color: var(--muted);

    font-size: 0.9rem;
}


.hero-beneficios i {
    margin-right: 5px;

    color: #198754;
}


/*
|--------------------------------------------------------------------------
| PREVIEW DO DASHBOARD
|--------------------------------------------------------------------------
*/

.dashboard-preview {
    position: relative;

    overflow: hidden;

    max-width: 570px;

    margin-left: auto;

    background: #ffffff;

    border: 1px solid var(--border);
    border-radius: 22px;

    box-shadow:
        0 30px 70px
        rgba(27, 55, 90, 0.16);
}


.preview-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 14px 18px;

    color: var(--muted);

    background: #f8fafc;

    border-bottom: 1px solid var(--border);

    font-size: 0.8rem;
}


.preview-dot {
    display: inline-block;

    width: 9px;
    height: 9px;

    margin-right: 4px;

    background: #cbd5e1;

    border-radius: 50%;
}


.preview-content {
    padding: 25px;
}


.preview-title {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 20px;
}


.preview-title small {
    color: var(--muted);
}


.preview-title h4 {
    margin: 2px 0 0;

    font-weight: 700;
}


.preview-user {
    color: var(--primary);

    font-size: 2rem;
}


.preview-card {
    min-height: 125px;

    padding: 18px;

    background: #f8fafc;

    border: 1px solid var(--border);
    border-radius: 14px;
}


.preview-card small {
    display: block;

    margin-top: 12px;

    color: var(--muted);
}


.preview-card strong {
    display: block;

    margin-top: 3px;

    font-size: 1.15rem;
}


.preview-icon {
    display: flex;

    width: 38px;
    height: 38px;

    align-items: center;
    justify-content: center;

    color: var(--primary);

    background: var(--primary-light);

    border-radius: 10px;
}


.preview-list {
    overflow: hidden;

    border: 1px solid var(--border);
    border-radius: 14px;
}


.preview-list-title {
    padding: 12px 15px;

    background: #f8fafc;

    font-weight: 600;
}


.preview-item {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 11px 15px;

    border-top: 1px solid var(--border);

    font-size: 0.85rem;
}


/*
|--------------------------------------------------------------------------
| SEÇÕES
|--------------------------------------------------------------------------
*/

.section {
    padding: 100px 0;
}


.section-light {
    background: var(--background-light);
}


.section-header {
    max-width: 700px;

    margin: 0 auto 55px;

    text-align: center;
}


.section-label {
    display: inline-block;

    margin-bottom: 10px;

    color: var(--primary);

    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.section-header h2,
#para-quem h2 {
    color: var(--dark);

    font-size: clamp(
        2rem,
        4vw,
        3rem
    );

    font-weight: 750;
    letter-spacing: -1px;
}


.section-header p {
    margin-top: 15px;

    color: var(--muted);

    font-size: 1.05rem;
}


/*
|--------------------------------------------------------------------------
| RECURSOS
|--------------------------------------------------------------------------
*/

.feature-card {
    height: 100%;

    padding: 28px;

    background: #ffffff;

    border: 1px solid var(--border);
    border-radius: var(--radius);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.feature-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 40px
        rgba(30, 50, 80, 0.08);
}


.feature-icon {
    display: flex;

    width: 52px;
    height: 52px;

    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    color: var(--primary);

    background: var(--primary-light);

    border-radius: 14px;

    font-size: 1.35rem;
}


.feature-card h5 {
    margin-bottom: 10px;

    font-weight: 700;
}


.feature-card p {
    margin: 0;

    color: var(--muted);

    line-height: 1.7;
}


/*
|--------------------------------------------------------------------------
| COMO FUNCIONA
|--------------------------------------------------------------------------
*/

.step-card {
    position: relative;

    height: 100%;

    padding: 28px;

    background: #ffffff;

    border: 1px solid var(--border);
    border-radius: var(--radius);
}


.step-number {
    display: flex;

    width: 42px;
    height: 42px;

    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    color: #ffffff;

    background: var(--primary);

    border-radius: 50%;

    font-weight: 700;
}


.step-card h5 {
    font-weight: 700;
}


.step-card p {
    margin-bottom: 0;

    color: var(--muted);

    line-height: 1.6;
}


/*
|--------------------------------------------------------------------------
| PARA QUEM
|--------------------------------------------------------------------------
*/

.audience-item {
    display: flex;

    gap: 10px;

    align-items: center;

    margin-bottom: 15px;

    color: var(--text);

    font-weight: 500;
}


.audience-item i {
    color: var(--primary);

    font-size: 1.25rem;
}


.audience-box {
    padding: 60px 45px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0d6efd,
            #084298
        );

    border-radius: 26px;

    box-shadow:
        0 30px 60px
        rgba(13, 110, 253, 0.22);
}


.audience-big-icon {
    display: block;

    margin-bottom: 30px;

    font-size: 4rem;
}


.audience-box h3 {
    max-width: 400px;

    font-size: 2.1rem;
    font-weight: 750;
}


.audience-box p {
    max-width: 440px;

    margin: 20px 0 0;

    color: rgba(255, 255, 255, 0.82);

    font-size: 1.05rem;
}


/*
|--------------------------------------------------------------------------
| CTA
|--------------------------------------------------------------------------
*/

.cta-section {
    padding: 40px 0 100px;
}


.cta-box {
    display: flex;

    gap: 30px;

    align-items: center;
    justify-content: space-between;

    padding: 55px;

    color: #ffffff;

    background: var(--dark);

    border-radius: 25px;
}


.cta-box span {
    display: inline-block;

    margin-bottom: 8px;

    color: #9fc5ff;

    font-weight: 600;
}


.cta-box h2 {
    margin-bottom: 10px;

    font-size: 2.2rem;
    font-weight: 750;
}


.cta-box p {
    margin: 0;

    color: #c9d3df;
}


/*
|--------------------------------------------------------------------------
| RODAPÉ
|--------------------------------------------------------------------------
*/

footer {
    padding: 35px 0;

    color: var(--muted);

    background: #f8fafc;

    border-top: 1px solid var(--border);
}


.footer-content {
    display: flex;

    gap: 25px;

    align-items: center;
    justify-content: space-between;
}


.footer-content strong {
    color: var(--dark);
}


.footer-content p {
    margin: 5px 0 0;
}


/*
|--------------------------------------------------------------------------
| RESPONSIVO
|--------------------------------------------------------------------------
*/

@media (
    max-width: 991px
) {

    .navbar {
        background: #ffffff;
    }


    .hero {
        padding-top: 100px;
    }


    .hero .min-vh-100 {
        min-height: auto !important;

        padding: 70px 0;
    }


    .dashboard-preview {
        margin: 20px auto 0;
    }


    .cta-box {
        flex-direction: column;

        align-items: flex-start;
    }

}


@media (
    max-width: 767px
) {

    .hero h1 {
        letter-spacing: -1px;
    }


    .section {
        padding: 75px 0;
    }


    .hero-beneficios {
        flex-direction: column;

        gap: 8px;
    }


    .cta-box {
        padding: 35px 25px;
    }


    .footer-content {
        flex-direction: column;

        align-items: flex-start;
    }

}
/*
|--------------------------------------------------------------------------
| BENEFÍCIOS
|--------------------------------------------------------------------------
*/

.benefit-card {
    height: 100%;
    padding: 30px;

    background: #ffffff;

    border: 1px solid var(--border);
    border-radius: var(--radius);
}


.benefit-card > i {
    display: flex;

    width: 52px;
    height: 52px;

    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    color: var(--primary);

    background: var(--primary-light);

    border-radius: 14px;

    font-size: 1.4rem;
}


.benefit-card h5 {
    margin-bottom: 12px;

    font-weight: 700;
}


.benefit-card p {
    margin: 0;

    color: var(--muted);

    line-height: 1.7;
}


/*
|--------------------------------------------------------------------------
| PLANO
|--------------------------------------------------------------------------
*/

.price-card {
    position: relative;

    padding: 42px;

    background: #ffffff;

    border: 1px solid var(--border);
    border-radius: 24px;

    box-shadow:
        0 25px 60px
        rgba(27, 55, 90, 0.1);
}


.price-badge {
    display: inline-block;

    margin-bottom: 20px;
    padding: 7px 14px;

    color: var(--primary);

    background: var(--primary-light);

    border-radius: 30px;

    font-size: 0.85rem;
    font-weight: 700;
}


.price-card h3 {
    font-size: 2rem;
    font-weight: 750;
}


.price-description {
    color: var(--muted);

    line-height: 1.7;
}


.price-divider {
    height: 1px;

    margin: 28px 0;

    background: var(--border);
}


.price-list {
    margin: 0 0 30px;
    padding: 0;

    list-style: none;
}


.price-list li {
    display: flex;

    gap: 10px;

    margin-bottom: 13px;

    align-items: center;

    color: var(--text);
}


.price-list i {
    color: #198754;
}


/*
|--------------------------------------------------------------------------
| FAQ
|--------------------------------------------------------------------------
*/

.faq-accordion .accordion-item {
    overflow: hidden;

    margin-bottom: 12px;

    background: #ffffff;

    border: 1px solid var(--border);
    border-radius: 14px;
}


.faq-accordion .accordion-button {
    padding: 20px;

    color: var(--dark);

    background: #ffffff;

    font-weight: 650;

    box-shadow: none;
}


.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary);

    background: var(--primary-light);
}


.faq-accordion .accordion-body {
    padding: 20px;

    color: var(--muted);

    line-height: 1.7;
}


/*
|--------------------------------------------------------------------------
| CONTATO
|--------------------------------------------------------------------------
*/

.contact-box {
    padding: 50px;

    background:
        linear-gradient(
            135deg,
            #f8fbff,
            #edf5ff
        );

    border: 1px solid var(--border);
    border-radius: 24px;
}


.contact-box h2 {
    margin-bottom: 15px;

    font-size: 2.2rem;
    font-weight: 750;
}


.contact-box p {
    max-width: 600px;

    margin: 0;

    color: var(--muted);

    font-size: 1.05rem;
}


/*
|--------------------------------------------------------------------------
| RODAPÉ
|--------------------------------------------------------------------------
*/

.footer-links {
    display: flex;

    flex-wrap: wrap;

    gap: 18px;
}


.footer-links a {
    color: var(--muted);

    text-decoration: none;
}


.footer-links a:hover {
    color: var(--primary);
}


/*
|--------------------------------------------------------------------------
| WHATSAPP FLUTUANTE
|--------------------------------------------------------------------------
*/

.whatsapp-float {
    position: fixed;

    right: 24px;
    bottom: 24px;

    z-index: 999;

    display: flex;

    width: 58px;
    height: 58px;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: #25d366;

    border-radius: 50%;

    box-shadow:
        0 10px 30px
        rgba(0, 0, 0, 0.18);

    font-size: 1.7rem;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.whatsapp-float:hover {
    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 14px 35px
        rgba(0, 0, 0, 0.22);
}


/*
|--------------------------------------------------------------------------
| RESPONSIVO - NOVAS SEÇÕES
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

    .price-card {
        padding: 30px 22px;
    }


    .contact-box {
        padding: 35px 25px;
    }


    .contact-box h2 {
        font-size: 1.8rem;
    }


    .whatsapp-float {
        right: 18px;
        bottom: 18px;

        width: 54px;
        height: 54px;
    }


    .footer-links {
        flex-direction: column;

        gap: 8px;
    }

}
/*
|--------------------------------------------------------------------------
| LOGOTIPO
|--------------------------------------------------------------------------
*/

.logo-site {
    display: block;

    width: 175px;
    max-width: 100%;
    height: auto;
}


.logo-footer {
    display: block;

    width: 180px;
    max-width: 100%;
    height: auto;
}


.footer-brand {
    display: flex;

    align-items: center;
}


/*
|--------------------------------------------------------------------------
| LOGOTIPO RESPONSIVO
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

    .logo-site {
        width: 150px;
    }


    .logo-footer {
        width: 160px;
    }

}
