:root {
    --green-dark: #004B1C;
    --green: #0DB04B;
    --green-light: #E5F5E5;
    --white: #FFFFFF;
    --gray-light: #F5F7FA;
    --text: #17221A;
    --muted: #5D6B62;
    --line: #DAE7DE;
    --surface: #FFFFFF;
    --soft-shadow: 0 16px 44px rgba(0, 75, 28, 0.12);
}


html {
    scroll-behavior: smooth;
}

body {
    background: var(--white);
    color: var(--text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a,
button,
.feature-card,
.module-card,
.plan-card,
.testimonial-card {
    transition: all 0.22s ease;
}

.landing-navbar {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
    padding: 0.85rem 0;
}


.navbar-brand {
    align-items: center;
    color: var(--green-dark);
    display: inline-flex;
    font-weight: 800;
    gap: 0.65rem;
    letter-spacing: 0;
}


.brand-mark {
    align-items: center;
    background: var(--green);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.landing-navbar .nav-link {
    color: var(--muted);
    font-weight: 650;
}

.landing-navbar .nav-link:hover,
.landing-navbar .nav-link:focus {
    color: var(--green);
}

.navbar-toggler {
    border-color: var(--line);
}

.btn-success {
    background: var(--green);
    border-color: var(--green);
}

.btn-success:hover,
.btn-success:focus {
    background: var(--green-dark);
    border-color: var(--green-dark);
    transform: translateY(-1px);
}

.btn-outline-dark {
    border-color: var(--line);
    color: var(--text);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: var(--green-dark);
    border-color: var(--green-dark);
    color: #fff;
}

.theme-toggle {
    align-items: center;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--text);
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.theme-toggle:hover {
    border-color: var(--green);
    color: var(--green);
}

.hero-section {
    background: linear-gradient(180deg, var(--green-light), var(--white) 78%);
    padding: 12.5rem 0 5rem;
}

.announcement,
.eyebrow {
    align-items: center;
    color: var(--green-dark);
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 800;
    gap: 0.45rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

[data-theme="dark"] .announcement,
[data-theme="dark"] .eyebrow {
    color: #7CE6A0;
}

.announcement {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
}

.hero-section h1 {
    color: var(--green-dark);
    font-size: clamp(2.45rem, 5vw, 4.6rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 1.05rem 0 1.35rem;
}


.hero-subtitle,
.section-heading p,
.section-note {
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.section-note {
    max-width: 420px; /* Resetado para o seu original padrão */
}
.hero-actions,
.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-actions {
    margin: 2rem 0 1.6rem;
}

.btn-video {
    background: var(--surface);
    border: 1px solid var(--line);
    color: var(--text);
}

.btn-video:hover,
.btn-video:focus {
    border-color: var(--green);
    color: var(--green);
    transform: translateY(-1px);
}

.trust-list span {
    align-items: center;
    color: var(--muted);
    display: inline-flex;
    gap: 0.4rem;
    font-weight: 650;
}

.trust-list i {
    color: var(--green);
}

.dashboard-frame {
    animation: fadeUp 0.75s ease both;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--soft-shadow);
    padding: 0.75rem;
}

.dashboard-frame img {
    border-radius: 6px;
    display: block;
}

.section-padding {
    padding: 5.5rem 0;
}

.section-muted {
    background: var(--gray-light);
}

.section-heading {
    max-width: 700px;
}

.section-heading h2 {
    color: var(--green-dark);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 820;
    letter-spacing: 0;
    line-height: 1.1;
    margin-top: 0.7rem;
}

.feature-card,
.module-card,
.plan-card,
.testimonial-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 75, 28, 0.05);
    padding: 1.5rem;
}

.feature-card:hover,
.module-card:hover,
.plan-card:hover,
.testimonial-card:hover {
    box-shadow: var(--soft-shadow);
    transform: translateY(-5px);
}

.icon-box,
.module-icon {
    align-items: center;
    background: var(--green-light);
    border-radius: 8px;
    color: var(--green);
    display: inline-flex;
    font-size: 1.45rem;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.feature-card h3,
.module-card h3,
.plan-card h3,
.testimonial-card h3,
.timeline-item h3 {
    color: var(--text);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 1.1rem 0 0.7rem;
}

.feature-list {
    margin: 0;
}

.feature-list li {
    align-items: center;
    color: var(--muted);
    display: flex;
    gap: 0.55rem;
    margin: 0.42rem 0;
}

.feature-list i {
    color: var(--green);
}

.module-card p,
.plan-card p,
.testimonial-card p {
    color: var(--muted);
    line-height: 1.65;
}

.timeline {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5, 1fr);
    position: relative;
}

.timeline::before {
    background: var(--line);
    content: "";
    height: 2px;
    left: 5%;
    position: absolute;
    right: 5%;
    top: 24px;
}

.timeline-item {
    position: relative;
}

.timeline-number {
    align-items: center;
    background: var(--green);
    border: 4px solid var(--white);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    position: relative;
    width: 48px;
    z-index: 1;
}

.stats-section,
.final-cta {
    background: var(--green-dark);
    color: #fff;
    padding: 4rem 0;
}

.stats-section strong {
    display: block;
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 850;
    line-height: 1;
}

.stats-section span {
    color: rgba(255, 255, 255, 0.8);
}

.plan-card {
    position: relative;
    /* Define a cor verde para todos os cards de planos, mantendo a espessura padrão de 1px */
    border-color: var(--green) !important;
}

.plan-featured {
    /* Limpamos qualquer alteração de borda aqui para que ele fique 100% igual ao essencial */
    border-width: 1px !important;
}

.plan-badge {
    background: var(--green-light);
    border-radius: 999px;
    color: var(--green-dark);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
    padding: 0.35rem 0.65rem;
    text-transform: uppercase;
}


.testimonial-card img {
    border-radius: 999px;
    margin-bottom: 1.2rem;
}

.testimonial-card span {
    color: var(--green);
    font-weight: 700;
}

.final-cta h2 {
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.site-footer {
    background: #07130B;
    color: rgba(255, 255, 255, 0.76);
    padding: 4rem 0 2rem;
}

.site-footer h2 {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.68);
    display: block;
    margin: 0.55rem 0;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 2.5rem;
    padding-top: 1.5rem;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .landing-navbar .navbar-collapse {
        background: var(--surface);
        border: 1px solid var(--line);
        border-radius: 8px;
        margin-top: 0.9rem;
        padding: 1rem;
    }

    .hero-section {
        padding-top: 7.5rem;
    }

    .timeline {
        grid-template-columns: 1fr;
    }

    .timeline::before {
        bottom: 0;
        height: auto;
        left: 24px;
        right: auto;
        top: 0;
        width: 2px;
    }

    .timeline-item {
        min-height: 64px;
        padding-left: 4rem;
    }

    .timeline-number {
        left: 0;
        position: absolute;
        top: 0;
    }
}

@media (max-width: 575.98px) {
    .hero-actions .btn,
    .final-cta .btn {
        width: 100%;
    }

    .section-padding {
        padding: 4rem 0;
    }

    .landing-navbar .d-flex {
        align-items: stretch !important;
        flex-direction: column;
    }
}
/* --- FIX DO EFEITO 3D SEM TELA DE FUNDO --- */

.tilt-container {
    perspective: 1000px;
    display: inline-block;
    cursor: pointer;

    /* Zera qualquer fundo, borda ou sombra indesejada do container */
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.tilt-image {
    /* Transição suave apenas para a rotação e o filtro de sombra real */
    transition: transform 0.3s ease-out, filter 0.3s ease-out;
    backface-visibility: hidden;
    background: transparent !important;
    background-color: transparent !important;
}

/* Aplica o movimento estritamente ao notebook */
.tilt-container:hover .tilt-image {
    transform: translateY(-40px) rotateY(-10deg) rotateX(8deg) scale(1.02) !important;

    /* Sombra realista projetada estritamente no formato recortado do PNG */
    filter: drop-shadow(15px 20px 15px rgba(0, 0, 0, 0.15)) !important;
}
.profile-card .btn-outline-success {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease;
}

.profile-card .btn-outline-success:hover {
    background-color: var(--green);
    border-color: var(--green);
    transform: translateY(-3px);
}
/* ==========================
   LOGIN SYNGE
========================== */


.login-container {

    background: var(--white);

}



.login-panel-left {

    background: var(--green-dark);

}



.login-panel-left i,
.login-panel-left h1 {

    color: white;

}



.login-panel-left p {

    color: #E5F5E5;

}



.login-form-wrapper {

    max-width: 520px;

}



.login-form-wrapper .form-control {

    background: var(--gray-light);

    border-color: var(--line);

    color: var(--text);

}



.login-form-wrapper .btn-outline-success {

    border-color: var(--green);

    color: var(--green-dark);

}



.login-form-wrapper .btn-outline-success:hover {

    background: var(--green);

    color: white;

}
/* Logo da tela de login */

.login-logo {
    max-width: 65%;
    height: auto;
}

.login-slogan {
    margin-top: 0px;
    max-width: 300px;
}
.login-slogan {

    margin-top: 10px;
    max-width: 300px;

}
