﻿/* =========================
   BASE
========================= */

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 SUPERIOR
========================= */

.topo-sobre {
    width: 100%;
    max-width: 1380px;
    box-sizing: border-box;
    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;
}

.topo-logo-area {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    flex-shrink: 0;
}

.topo-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;
}

.topo-logo-textos h1 {
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin: 0 0 4px;
    color: #f8fafc;
}

.topo-logo-textos span {
    color: #d8fbe8;
    font-size: 0.98rem;
    display: block;
}

.topo-acoes-sobre {
    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-sobre {
    min-height: 46px;
    padding: 0 16px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    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;
    cursor: default;
    user-select: none;
}

    .link-topo-sobre:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.06);
        transform: translateY(-1px);
    }

    .link-topo-sobre.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-sobre {
    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;
}

/* =========================
   PÁGINA
========================= */

.pagina-sobre {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 120px 36px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

/* =========================
   TOPO INTERNO
========================= */

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 24px 26px;
    border-radius: 24px;
    background: rgba(10, 24, 33, 0.88);
    border: 1px solid rgba(125, 240, 173, 0.10);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.topbar-esquerda h2 {
    margin: 0;
    font-size: 2rem;
    color: #f3fbf8;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.topbar-esquerda p {
    margin: 8px 0 0;
    color: #a9bbb7;
    font-size: 0.98rem;
}

.usuario-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(125, 240, 173, 0.10);
}

.usuario-avatar {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1fd16b, #15b8a6);
    color: #041017;
    font-weight: 900;
    font-size: 1rem;
}

.usuario-info {
    display: flex;
    flex-direction: column;
}

    .usuario-info strong {
        color: #ffffff;
        font-size: 0.95rem;
    }

    .usuario-info span {
        color: #9ab0aa;
        font-size: 0.82rem;
    }

/* =========================
   CARD BASE
========================= */

.card-base {
    background: rgba(10, 24, 33, 0.88);
    border: 1px solid rgba(125, 240, 173, 0.10);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
}

/* =========================
   HERO
========================= */

.sobre-hero {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr;
    gap: 24px;
    align-items: stretch;
}

.sobre-hero-esquerda,
.sobre-hero-direita {
    padding: 30px;
}

.tag-sobre {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(31, 209, 107, 0.10);
    border: 1px solid rgba(125, 240, 173, 0.16);
    color: #7df0ad;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}

.sobre-hero-esquerda h1 {
    margin: 0;
    color: #ffffff;
    font-size: 2.15rem;
    line-height: 1.25;
    max-width: 760px;
    letter-spacing: -0.03em;
}

.sobre-hero-esquerda p {
    margin: 18px 0 0;
    color: #b8c7c3;
    font-size: 1rem;
    line-height: 1.8;
    max-width: 760px;
}

.sobre-hero-direita {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
}

.bloco-destaque {
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(125, 240, 173, 0.08);
}

    .bloco-destaque span {
        display: block;
        color: #7df0ad;
        font-size: 0.75rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin-bottom: 10px;
    }

    .bloco-destaque strong {
        color: #f7fffc;
        font-size: 1rem;
        line-height: 1.6;
        font-weight: 700;
    }

/* =========================
   GRID
========================= */

.sobre-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.card-info {
    padding: 26px;
    transition: all 0.25s ease;
}

    .card-info:hover {
        transform: translateY(-4px);
        border-color: rgba(125, 240, 173, 0.16);
    }

.icone-card {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 209, 107, 0.10);
    color: #7df0ad;
    font-weight: 900;
    margin-bottom: 18px;
}

.card-info h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 1.15rem;
}

.card-info p {
    margin: 0;
    color: #b5c7c2;
    line-height: 1.7;
    font-size: 0.96rem;
}

/* =========================
   DETALHES
========================= */

.sobre-detalhes {
    display: grid;
    grid-template-columns: 1.35fr 0.85fr;
    gap: 24px;
}

.detalhe-grande,
.detalhe-lateral {
    padding: 28px;
}

.titulo-bloco {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.linha {
    width: 24px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1fd16b, #39c4ff);
}

.titulo-bloco h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.18rem;
}

.detalhe-grande p {
    margin: 0 0 16px;
    color: #b5c7c2;
    line-height: 1.8;
    font-size: 0.97rem;
}

.lista-pilares {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .lista-pilares li {
        padding: 14px 16px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(125, 240, 173, 0.08);
        color: #eaf7f2;
        font-weight: 600;
    }

/* =========================
   RODAPÉ
========================= */

.rodape-sobre {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 26px 28px;
}

.tag-rodape {
    display: inline-block;
    margin-bottom: 10px;
    color: #7df0ad;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.rodape-sobre h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.4;
}

/* =========================
   RESPONSIVO
========================= */

@media (max-width: 1180px) {
    .sobre-hero,
    .sobre-grid,
    .sobre-detalhes {
        grid-template-columns: 1fr;
    }

    .topo-sobre {
        padding: 22px 18px 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .topo-acoes-sobre {
        width: 100%;
        flex-wrap: wrap;
    }

    .pagina-sobre {
        padding: 150px 18px 28px;
    }
}

@media (max-width: 768px) {
    .topo-sobre {
        padding: 18px 20px 12px;
        gap: 16px;
    }

    .topo-acoes-sobre {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
        border-radius: 22px;
    }

    .link-topo-sobre {
        width: 100%;
        justify-content: flex-start;
    }

    .pagina-sobre {
        padding: 190px 20px 24px;
    }

    .topbar,
    .rodape-sobre {
        flex-direction: column;
        align-items: flex-start;
    }

    .rodape-sobre {
        text-align: left;
    }

    .topbar-esquerda h2 {
        font-size: 1.55rem;
    }

    .sobre-hero-esquerda h1 {
        font-size: 1.65rem;
    }
}

@media (max-width: 480px) {
    .topo-logo-icon {
        width: 50px;
        height: 50px;
        border-radius: 16px;
        font-size: 1.35rem;
    }

    .topo-logo-textos h1 {
        font-size: 1.7rem;
    }

    .pagina-sobre {
        padding: 190px 16px 20px;
    }

    .sobre-hero-esquerda,
    .sobre-hero-direita,
    .detalhe-grande,
    .detalhe-lateral,
    .card-info,
    .rodape-sobre,
    .topbar {
        padding: 20px;
    }

        .rodape-sobre h3 {
            font-size: 1.15rem;
        }
}
