/* =========================================================
   VIDA PLENA — PRIVACIDADE E PROTEÇÃO DE DADOS
   ========================================================= */


/* =========================================================
   PÁGINA
   ========================================================= */

.privacy-page {
    padding: 42px 0 90px;

    background:
        linear-gradient(
            180deg,
            rgba(234, 241, 237, 0.55) 0%,
            #ffffff 30%,
            #ffffff 100%
        );
}

.privacy-container {
    max-width: 1080px;
}


/* =========================================================
   VOLTAR
   ========================================================= */

.privacy-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 34px;

    color: var(--blue-900);

    font-size: 0.95rem;
    font-weight: 600;

    text-decoration: none;

    transition:
        gap 0.2s ease,
        color 0.2s ease;
}

.privacy-back:hover {
    gap: 12px;
    color: var(--blue-700);
}


/* =========================================================
   HERO
   ========================================================= */

.privacy-hero {
    position: relative;

    padding: 54px 58px;

    border:
        1px solid
        rgba(55, 105, 90, 0.14);

    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.98),
            rgba(234, 241, 237, 0.78)
        );

    box-shadow:
        0 24px 60px
        rgba(38, 72, 61, 0.08);

    overflow: hidden;
}


/* detalhe decorativo */

.privacy-hero::after {
    content: "";

    position: absolute;
    top: -90px;
    right: -80px;

    width: 270px;
    height: 270px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(114, 161, 143, 0.15) 0%,
            rgba(114, 161, 143, 0.06) 55%,
            transparent 72%
        );

    pointer-events: none;
}


.privacy-hero .eyebrow {
    position: relative;
    z-index: 1;

    display: block;

    margin-bottom: 14px;

    color: var(--gold-500);

    font-size: 0.78rem;
    font-weight: 700;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}


.privacy-hero h1 {
    position: relative;
    z-index: 1;

    margin:
        0
        0
        20px;

    color: var(--blue-900);

    font-size:
        clamp(
            2.3rem,
            4vw,
            3.7rem
        );

    line-height: 1.08;
}


.privacy-hero > p {
    position: relative;
    z-index: 1;

    max-width: 720px;

    margin:
        0
        0
        24px;

    color:
        rgba(38, 72, 61, 0.82);

    font-size: 1.08rem;
    line-height: 1.75;
}


.privacy-updated {
    position: relative;
    z-index: 1;

    display: inline-flex;
    align-items: center;

    padding:
        8px
        13px;

    border-radius: 999px;

    background:
        rgba(180, 142, 56, 0.10);

    color: var(--blue-700);

    font-size: 0.82rem;
    font-weight: 600;
}


/* =========================================================
   CONTEÚDO
   ========================================================= */

.privacy-content {
    max-width: 900px;

    margin:
        64px
        auto
        0;
}


/* =========================================================
   SEÇÕES
   ========================================================= */

.privacy-content > section {
    padding:
        0
        0
        44px;

    margin-bottom: 44px;

    border-bottom:
        1px solid
        rgba(55, 105, 90, 0.12);
}


.privacy-content > section:last-child {
    border-bottom: 0;
}


.privacy-content h2 {
    margin:
        0
        0
        22px;

    color: var(--blue-900);

    font-size:
        clamp(
            1.35rem,
            2vw,
            1.65rem
        );

    line-height: 1.3;
}


.privacy-content p {
    margin: 0;

    color:
        rgba(38, 72, 61, 0.84);

    font-size: 1.02rem;
    line-height: 1.85;
}


.privacy-content p + p {
    margin-top: 18px;
}


/* =========================================================
   LISTAS
   ========================================================= */

.privacy-content ul {
    margin:
        22px
        0;

    padding-left: 0;

    list-style: none;
}


.privacy-content li {
    position: relative;

    margin-bottom: 11px;

    padding-left: 26px;

    color:
        rgba(38, 72, 61, 0.84);

    font-size: 1rem;
    line-height: 1.65;
}


.privacy-content li::before {
    content: "";

    position: absolute;
    top: 0.72em;
    left: 3px;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--gold-500);
}


/* =========================================================
   DADOS SENSÍVEIS
   ========================================================= */

.privacy-sensitive {
    display: grid;

    grid-template-columns:
        58px
        minmax(0, 1fr);

    gap: 22px;

    padding: 32px !important;

    border:
        1px solid
        rgba(180, 142, 56, 0.26) !important;

    border-left:
        4px solid
        var(--gold-500) !important;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            rgba(234, 241, 237, 0.68),
            rgba(255, 255, 255, 0.96)
        );

    box-shadow:
        0 16px 40px
        rgba(38, 72, 61, 0.05);
}


.privacy-sensitive-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        rgba(180, 142, 56, 0.12);

    color: var(--gold-500);

    font-size: 1.35rem;
}


.privacy-sensitive h2 {
    margin-bottom: 16px;
}


/* =========================================================
   CONTATO LGPD
   ========================================================= */

.privacy-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    max-width: 100%;

    margin:
        22px
        0;

    padding:
        13px
        18px;

    border:
        1px solid
        rgba(55, 105, 90, 0.15);

    border-radius: 12px;

    background:
        rgba(234, 241, 237, 0.55);

    color: var(--blue-900);

    font-weight: 600;

    text-decoration: none;

    overflow-wrap: anywhere;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


.privacy-contact:hover {
    transform: translateY(-2px);

    border-color:
        rgba(180, 142, 56, 0.35);

    background:
        rgba(234, 241, 237, 0.9);
}


/* =========================================================
   BLOCO FINAL DE CONTATO
   ========================================================= */

.privacy-contact-section {
    padding: 38px !important;

    border: 0 !important;

    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            var(--blue-900),
            var(--blue-700)
        );

    box-shadow:
        0 24px 54px
        rgba(38, 72, 61, 0.16);
}


.privacy-contact-section .eyebrow {
    display: block;

    margin-bottom: 10px;

    color: var(--gold-500);

    font-size: 0.76rem;
    font-weight: 700;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}


.privacy-contact-section h2 {
    color: #ffffff;
}


.privacy-contact-section p {
    color:
        rgba(255, 255, 255, 0.80);
}


.privacy-contact-section address {
    margin-top: 22px;

    color:
        rgba(255, 255, 255, 0.80);

    font-size: 1rem;
    line-height: 1.75;

    font-style: normal;
}


.privacy-contact-section address strong {
    color: #ffffff;
}


.privacy-contact-section address a {
    color: #ffffff;

    font-weight: 600;

    text-decoration: none;
}


.privacy-contact-section address a:hover {
    text-decoration: underline;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 992px) {

    .privacy-page {
        padding-top: 32px;
    }


    .privacy-hero {
        padding:
            46px
            42px;
    }


    .privacy-content {
        margin-top: 54px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

    .privacy-page {
        padding:
            24px
            0
            58px;
    }


    .privacy-back {
        margin-bottom: 24px;

        font-size: 0.88rem;
    }


    .privacy-hero {
        padding:
            34px
            24px;

        border-radius: 24px;
    }


    .privacy-hero::after {
        width: 190px;
        height: 190px;

        top: -70px;
        right: -80px;
    }


    .privacy-hero h1 {
        font-size:
            clamp(
                2rem,
                10vw,
                2.8rem
            );
    }


    .privacy-hero > p {
        font-size: 1rem;
        line-height: 1.7;
    }


    .privacy-content {
        margin-top: 46px;
    }


    .privacy-content > section {
        padding-bottom: 34px;

        margin-bottom: 34px;
    }


    .privacy-content h2 {
        font-size: 1.3rem;
    }


    .privacy-content p {
        font-size: 0.98rem;
        line-height: 1.75;
    }


    .privacy-content li {
        font-size: 0.96rem;
    }


    .privacy-sensitive {
        grid-template-columns: 1fr;

        gap: 18px;

        padding: 26px 22px !important;
    }


    .privacy-sensitive-icon {
        width: 46px;
        height: 46px;

        font-size: 1.15rem;
    }


    .privacy-contact {
        width: 100%;

        align-items: flex-start;

        font-size: 0.9rem;
    }


    .privacy-contact-section {
        padding:
            30px
            24px !important;

        border-radius: 22px;
    }

}