﻿body {
    min-height: 100vh;
    background: radial-gradient(circle at 12% 18%, rgba(34, 197, 94, 0.16), transparent 24%), radial-gradient(circle at 88% 18%, rgba(20, 184, 166, 0.12), transparent 24%), radial-gradient(circle at 85% 80%, rgba(56, 189, 248, 0.08), transparent 20%), linear-gradient(135deg, #041218 0%, #071d27 42%, #06131a 100%);
    color: var(--cor-texto);
    overflow-x: hidden;
    position: relative;
}

    body::after {
        content: "";
        position: fixed;
        inset: 0;
        background: radial-gradient(circle at 20% 30%, rgba(34, 197, 94, 0.08), transparent 40%), radial-gradient(circle at 80% 70%, rgba(56, 189, 248, 0.07), transparent 40%);
        opacity: 0.6;
        z-index: 0;
        pointer-events: none;
        animation: bgMove 18s ease-in-out infinite alternate;
    }

@keyframes bgMove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-40px, -30px);
    }
}

.bg-grid {
    position: fixed;
    inset: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.13;
    pointer-events: none;
    z-index: 0;
}

.bg-orb {
    position: fixed;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}

.orb-1 {
    width: 340px;
    height: 340px;
    left: -110px;
    top: 120px;
    background: rgba(34, 197, 94, 0.12);
}

.orb-2 {
    width: 400px;
    height: 400px;
    right: -120px;
    top: 120px;
    background: rgba(20, 184, 166, 0.10);
}

.topo,
.hero {
    width: 100%;
    max-width: 1380px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

/* TOPO */
.topo {
    margin: 0 auto;
    padding: 24px 36px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    flex-shrink: 0;
}

.logo-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #22c55e, #14b8a6);
    color: #041218;
    font-size: 1.55rem;
    font-weight: 900;
    box-shadow: 0 16px 36px rgba(34, 197, 94, 0.22);
    flex-shrink: 0;
}

.logo-textos h1 {
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin: 0 0 4px;
}

.logo-textos span {
    color: #d8fbe8;
    font-size: 0.98rem;
    display: block;
}

.menu-toggle {
    display: none;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

    .menu-toggle:hover {
        background: rgba(255, 255, 255, 0.08);
    }

.topo-acoes {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.link-topo {
    min-height: 46px;
    padding: 0 16px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #c7d7d2;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    transition: all 0.25s ease;
    border: 1px solid transparent;
    box-sizing: border-box;
}

    .link-topo:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.06);
        transform: translateY(-1px);
    }

    .link-topo.ativo {
        color: #ffffff;
        background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(56, 189, 248, 0.18));
        border-color: rgba(96, 255, 188, 0.14);
        box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.2), 0 6px 18px rgba(34, 197, 94, 0.15);
    }

.link-topo-icone {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    color: #7df0ad;
    background: rgba(125, 240, 173, 0.08);
    flex-shrink: 0;
}

.topo-divisor {
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0 2px;
}

.btn-topo-secundario,
.btn-topo-primario {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 900;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.btn-topo-secundario {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .btn-topo-secundario:hover {
        background: rgba(255, 255, 255, 0.09);
        transform: translateY(-1px);
    }

.btn-topo-primario {
    color: #041017;
    border: none;
    background: linear-gradient(135deg, #22c55e, #38bdf8);
    box-shadow: 0 10px 25px rgba(34, 197, 94, 0.25);
}

    .btn-topo-primario:hover {
        transform: translateY(-1px);
        filter: brightness(1.03);
    }

/* HERO */
.hero {
    margin: 0 auto;
    padding: 90px 36px 60px;
    min-height: calc(100vh - 110px);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: stretch;
}

.hero-esquerda {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    max-width: 720px;
    min-width: 0;
}

    .hero-esquerda::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        background: radial-gradient(circle, rgba(34, 197, 94, 0.12), transparent 75%);
        filter: blur(90px);
        top: 40px;
        left: -120px;
        z-index: -1;
        animation: glowMove 10s ease-in-out infinite alternate;
        pointer-events: none;
    }

@keyframes glowMove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(40px, 30px);
    }
}

.hero-conteudo,
.bloco-texto {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.titulo-principal {
    max-width: 680px;
    font-size: clamp(2.6rem, 4.5vw, 4.6rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #f8fafc;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.04);
    margin: 0;
}

    .titulo-principal span {
        background: linear-gradient(135deg, #4ade80, #2dd4bf, #38bdf8);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.descricao-principal {
    max-width: 580px;
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--cor-texto-suave);
    margin: 0;
}

.hero-botoes {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.btn-grande {
    min-width: 190px;
    height: 58px;
    padding: 0 24px;
    border-radius: 18px;
    font-size: 1rem;
    font-weight: 800;
}

.btn-primario {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #22c55e, #38bdf8);
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.18);
}

    .btn-primario:hover {
        transform: translateY(-1px);
        filter: brightness(1.03);
    }

    .btn-primario::after {
        content: "";
        position: absolute;
        inset: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.28), transparent);
        transition: 0.5s;
    }

    .btn-primario:hover::after {
        left: 100%;
    }

.btn-neutro {
    background: rgba(255, 255, 255, 0.05);
    color: var(--cor-texto);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
}

    .btn-neutro:hover {
        background: rgba(255, 255, 255, 0.08);
        transform: translateY(-1px);
    }

.hero-destaques {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 680px;
}

.destaque-item {
    padding: 18px;
    border-radius: 20px;
}

.destaque-titulo {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--cor-primaria-clara);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.destaque-item strong {
    display: block;
    color: #ffffff;
    font-size: 0.98rem;
    line-height: 1.6;
}

.metricas {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 14px;
    margin-top: 0;
    max-width: 680px;
}

.card-glass {
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(14px);
    transition: all 0.25s ease;
}

    .card-glass:hover {
        border-color: rgba(34, 197, 94, 0.18);
        transform: translateY(-4px);
    }

.metrica {
    padding: 22px;
    border-radius: 20px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    cursor: default;
}

    .metrica:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    }

    .metrica strong {
        display: block;
        font-size: 2.2rem;
        margin-bottom: 8px;
        color: #ffffff;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .metrica span {
        color: var(--cor-texto-suave);
        font-size: 0.95rem;
    }

/* ÁREA DIREITA */
.hero-direita,
.hero-direita-home {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 0;
    min-width: 0;
}

.painel-preview,
.painel-login {
    width: 100%;
    max-width: 520px;
    margin: 0;
    margin-left: auto;
    padding: 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-sizing: border-box;
}

.painel-login {
    width: 100%;
    max-width: 520px;
    min-height: 500px;
    padding: 22px 20px 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
}

.painel-topo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.painel-tag {
    display: inline-block;
    color: var(--cor-primaria-clara);
    font-size: 0.88rem;
    margin-bottom: 6px;
}

.painel-topo h3 {
    font-size: 1.22rem;
    font-weight: 800;
    margin: 0;
}

.status-online {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--cor-texto);
    font-size: 0.92rem;
    white-space: nowrap;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cor-primaria);
    box-shadow: 0 0 16px rgba(34, 197, 94, 0.45);
}

/* FORM */
.form-login {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
    margin-bottom: 0;
}

.campo {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .campo label {
        margin-bottom: 2px;
        color: #eefaf4;
        font-size: 0.94rem;
        font-weight: 700;
    }

    .campo input {
        height: 48px;
        width: 100%;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.04);
        padding: 0 16px;
        color: #ffffff;
        outline: none;
        transition: all 0.25s ease;
        box-sizing: border-box;
    }

        .campo input::placeholder {
            color: rgba(255, 255, 255, 0.42);
        }

        .campo input:focus {
            border-color: rgba(56, 189, 248, 0.35);
            box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.08);
            background: rgba(255, 255, 255, 0.05);
        }

/* BOTÕES LADO A LADO */
.acoes-login {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

    .acoes-login .btn-login-entrar,
    .acoes-login .btn-login-reset {
        width: 100%;
        height: 50px;
        min-width: 0;
        padding: 0 14px;
        border-radius: 16px;
        font-size: 0.95rem;
        font-weight: 800;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* RESUMO */
.painel-resumo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.resumo-card {
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.destaque-verde {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(255, 255, 255, 0.03));
}

.destaque-teal {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(255, 255, 255, 0.03));
}

.resumo-label {
    display: block;
    font-size: 0.84rem;
    color: var(--cor-texto-suave);
    margin-bottom: 8px;
}

.resumo-card strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 6px;
}

.resumo-card small {
    color: var(--cor-texto-suave);
    font-size: 0.84rem;
}

/* LISTA */
.painel-lista {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
}

.lista-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.028);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

    .lista-item:hover {
        transform: translateY(-2px);
        border-color: rgba(255, 255, 255, 0.09);
        background: rgba(255, 255, 255, 0.04);
    }

.item-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dfffee;
    font-weight: 800;
    font-size: 1rem;
    flex-shrink: 0;
}

.reciclavel {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.24), rgba(34, 197, 94, 0.08));
}

.metal {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.20), rgba(20, 184, 166, 0.08));
}

.papel {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.18), rgba(255, 255, 255, 0.05));
}

.item-info {
    flex: 1;
    min-width: 0;
}

    .item-info strong {
        display: block;
        color: #ffffff;
        font-size: 0.96rem;
        margin-bottom: 4px;
    }

    .item-info span {
        color: var(--cor-texto-suave);
        font-size: 0.84rem;
    }

.item-status {
    font-size: 0.84rem;
    font-weight: 800;
    white-space: nowrap;
}

    .item-status.sucesso {
        color: var(--cor-primaria-clara);
    }

    .item-status.aviso {
        color: #facc15;
    }

.painel-rodape {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 4px;
}

.mini-info span {
    display: block;
    color: var(--cor-texto-suave);
    font-size: 0.84rem;
    margin-bottom: 4px;
}

.mini-info strong {
    color: #ffffff;
    font-size: 0.98rem;
}

.login-card,
.login-topo,
.login-badge,
.btn-full,
.login-acoes {
    display: none;
}

/* RESPONSIVO */
@media (max-width: 1180px) {
    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 32px;
        align-items: start;
    }

    .hero-esquerda {
        max-width: 100%;
    }

    .hero-direita,
    .hero-direita-home {
        justify-content: flex-start;
    }

    .painel-preview,
    .painel-login {
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 1100px) {
    .topo {
        padding: 22px 18px 12px;
        flex-wrap: wrap;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .topo-acoes {
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
        border-radius: 22px;
    }

        .topo-acoes.ativo {
            display: flex;
        }

    .link-topo,
    .btn-topo-secundario,
    .btn-topo-primario {
        width: 100%;
        justify-content: flex-start;
    }

    .topo-divisor {
        width: 100%;
        height: 1px;
        margin: 4px 0;
    }
}

@media (max-width: 1024px) {
    .hero-destaques {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .metricas {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .topo,
    .hero {
        padding-left: 20px;
        padding-right: 20px;
    }

    .topo {
        padding-top: 18px;
        gap: 16px;
    }

    .topo-acoes {
        position: absolute;
        top: calc(100% + 10px);
        right: 20px;
        left: 20px;
        width: auto;
        background: rgba(10, 25, 34, 0.95);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-radius: 16px;
        padding: 16px;
        gap: 12px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
        z-index: 50;
    }

    .logo-textos h1 {
        font-size: 2rem;
    }

    .logo-textos span {
        font-size: 0.92rem;
    }

    .hero {
        padding-top: 90px;
    }

    .hero-esquerda {
        gap: 22px;
    }

        .hero-esquerda::before {
            width: 280px;
            height: 280px;
            left: -70px;
            top: 30px;
            filter: blur(70px);
        }

    .titulo-principal {
        font-size: 2.2rem;
        max-width: 100%;
    }

    .descricao-principal {
        font-size: 1rem;
        line-height: 1.7;
        max-width: 100%;
    }

    .hero-botoes,
    .painel-rodape {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-grande {
        width: 100%;
        min-width: unset;
    }

    .hero-destaques,
    .metricas,
    .painel-resumo,
    .acoes-login {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .painel-preview,
    .painel-login {
        padding: 18px;
        border-radius: 24px;
    }

    .painel-login {
        min-height: auto;
        gap: 10px;
    }

    .painel-topo {
        flex-direction: column;
        align-items: flex-start;
    }

    .lista-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .item-status {
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .topo {
        gap: 14px;
    }

    .logo-icon {
        width: 50px;
        height: 50px;
        border-radius: 16px;
        font-size: 1.35rem;
    }

    .logo-textos h1 {
        font-size: 1.7rem;
    }

    .titulo-principal {
        font-size: 1.95rem;
        line-height: 1.08;
    }

    .descricao-principal {
        font-size: 0.96rem;
    }

    .metrica strong {
        font-size: 1.85rem;
    }

    .painel-preview,
    .painel-login {
        padding: 16px;
    }
}
.hero-direita,
.hero-direita-home {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    /* 🔥 AJUSTE AQUI */
    padding-top: 40px;
}
/* =========================
   WHATSAPP FLOAT
========================= */

.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #25d366, #1ebe5d);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.35);
    z-index: 999;
    transition: all 0.25s ease;
}

    .whatsapp-float:hover {
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 16px 32px rgba(37, 211, 102, 0.45);
    }

    /* efeito pulsando (premium) */
    .whatsapp-float::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 18px;
        background: rgba(37, 211, 102, 0.35);
        animation: pulseWhats 2s infinite;
        z-index: -1;
    }

@keyframes pulseWhats {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    70% {
        transform: scale(1.4);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}