﻿/*
------------------------------------------------
Privacidade de dados
------------------------------------------------
*/
.privacy-page {
    min-height: 100vh;
    background-color: #f5f6f8;
}

/*
------------------------------------------------
Cabeçalho mantendo about_bg.jpg
------------------------------------------------
*/

.page-heading-about.privacy-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    padding: 110px 0 80px;
    background-image: url("/Images/Principal/about_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .page-heading-about.privacy-hero::before {
        position: absolute;
        content: "";
        inset: 0;
        background: linear-gradient( 90deg, rgba(24, 28, 32, 0.95) 0%, rgba(35, 40, 44, 0.80) 52%, rgba(35, 40, 44, 0.42) 100% );
    }

.privacy-hero .container {
    position: relative;
    z-index: 2;
}

.privacy-hero-content {
    max-width: 780px;
}

.privacy-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.13);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    backdrop-filter: blur(6px);
}

.privacy-hero-content h1 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.privacy-hero-content p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

/*
------------------------------------------------
Conteúdo
------------------------------------------------
*/

.privacy-content {
    padding: 55px 0 90px;
}

.privacy-card {
    margin-bottom: 24px;
    padding: 29px;
    scroll-margin-top: 105px;
    border: 1px solid #e3e5e7;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 8px 28px rgba(35, 45, 57, 0.06);
}

.privacy-introduction-card {
    border-top: 4px solid #343a3e;
}

.privacy-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 19px;
    border-bottom: 1px solid #eceef0;
}

.privacy-card-icon {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #343a3e;
    color: #fff;
    font-size: 18px;
}

.privacy-card-header span {
    display: block;
    margin-bottom: 3px;
    color: #92979d;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.privacy-card-header h2 {
    margin: 0;
    color: #2a2a2a;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
}

/*
------------------------------------------------
Textos
------------------------------------------------
*/

.privacy-highlight {
    margin-bottom: 17px;
    padding: 17px 19px;
    border-left: 4px solid #343a3e;
    border-radius: 0 9px 9px 0;
    background-color: #f3f4f5;
}

    .privacy-highlight p {
        margin: 0;
        color: #343a3e;
        font-size: 15px;
        line-height: 1.7;
        font-weight: 600;
    }

.privacy-text p {
    margin: 0 0 16px;
    color: #555d63;
    font-size: 12px;
    line-height: 1.85;
    font-weight: 400;
}

    .privacy-text p:last-child {
        margin-bottom: 0;
    }

/*
------------------------------------------------
Listas
------------------------------------------------
*/

.privacy-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 19px 0 0;
}

    .privacy-list li {
        display: flex;
        align-items: flex-start;
        gap: 11px;
        margin: 0;
        padding: 12px 14px;
        border: 1px solid #e7e9eb;
        border-radius: 9px;
        background-color: #fafbfc;
    }

        .privacy-list li > div {
            width: 31px;
            height: 31px;
            flex: 0 0 31px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background-color: #eceef0;
            color: #656c74;
            font-size: 12px;
        }

        .privacy-list li > span {
            padding-top: 5px;
            color: #555d63;
            font-size: 10px;
            line-height: 1.65;
        }

.privacy-check-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 19px;
}

    .privacy-check-list li {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        margin: 0;
        color: #555d63;
        font-size: 11px;
        line-height: 1.65;
    }

        .privacy-check-list li i {
            margin-top: 4px;
            color: #4f7c5e;
            font-size: 12px;
        }

/*
------------------------------------------------
Avisos
------------------------------------------------
*/

.privacy-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 9px;
    background-color: #f3f5f6;
}

    .privacy-note > i {
        margin-top: 4px;
        color: #656c74;
        font-size: 13px;
    }

    .privacy-note p {
        margin: 0;
        color: #656c74;
        font-size: 10px;
        line-height: 1.7;
        font-weight: 400;
    }

.privacy-emphasis {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding: 18px;
    border: 1px solid #dbe7df;
    border-radius: 10px;
    background-color: #f3faf5;
}

    .privacy-emphasis > div {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #deefe3;
        color: #3f7550;
        font-size: 16px;
    }

    .privacy-emphasis p {
        margin: 0;
        color: #3c5b47;
        font-size: 13px;
        line-height: 1.65;
    }

    .privacy-emphasis strong {
        font-weight: 800;
    }

/*
------------------------------------------------
Princípios
------------------------------------------------
*/

.privacy-principles {
    margin-top: 21px;
    padding-top: 18px;
    border-top: 1px solid #eceef0;
}

    .privacy-principles > span {
        display: block;
        margin-bottom: 10px;
        color: #92979d;
        font-size: 8px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.6px;
    }

    .privacy-principles > div {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
    }

    .privacy-principles strong {
        padding: 6px 10px;
        border-radius: 50px;
        background-color: #eceef0;
        color: #555d63;
        font-size: 9px;
        font-weight: 700;
    }

/*
------------------------------------------------
Direitos
------------------------------------------------
*/

.privacy-rights-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.privacy-right-card {
    padding: 17px;
    border: 1px solid #e4e6e8;
    border-radius: 10px;
    background-color: #fafbfc;
}

    .privacy-right-card i {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 11px;
        border-radius: 9px;
        background-color: #343a3e;
        color: #fff;
        font-size: 13px;
    }

    .privacy-right-card strong,
    .privacy-right-card span {
        display: block;
    }

    .privacy-right-card strong {
        margin-bottom: 5px;
        color: #343a3e;
        font-size: 12px;
        font-weight: 700;
    }

    .privacy-right-card span {
        color: #737a81;
        font-size: 9px;
        line-height: 1.65;
    }

/*
------------------------------------------------
Segurança
------------------------------------------------
*/

.privacy-security-card {
    background: linear-gradient( 145deg, #292e32 0%, #3e454b 100% );
    border-color: transparent;
}

    .privacy-security-card .privacy-card-header {
        border-bottom-color: rgba(255, 255, 255, 0.13);
    }

    .privacy-security-card .privacy-card-icon {
        border: 1px solid rgba(255, 255, 255, 0.15);
        background-color: rgba(255, 255, 255, 0.10);
    }

    .privacy-security-card .privacy-card-header span {
        color: rgba(255, 255, 255, 0.58);
    }

    .privacy-security-card .privacy-card-header h2 {
        color: #fff;
    }

    .privacy-security-card .privacy-text p {
        color: rgba(255, 255, 255, 0.76);
    }

.privacy-security-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
    margin: 20px 0;
}

    .privacy-security-grid > div {
        padding: 17px;
        border: 1px solid rgba(255, 255, 255, 0.13);
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.07);
    }

    .privacy-security-grid i {
        display: block;
        margin-bottom: 11px;
        color: #fff;
        font-size: 18px;
    }

    .privacy-security-grid span {
        color: rgba(255, 255, 255, 0.76);
        font-size: 9px;
        line-height: 1.65;
    }

.privacy-security-text {
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

/*
------------------------------------------------
Contato
------------------------------------------------
*/

.privacy-contact-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    padding: 27px;
    scroll-margin-top: 105px;
    border: 1px solid #e0e3e5;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 8px 28px rgba(35, 45, 57, 0.06);
}

.privacy-contact-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background-color: #343a3e;
    color: #fff;
    font-size: 20px;
}

.privacy-contact-card span {
    display: block;
    margin-bottom: 3px;
    color: #92979d;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.privacy-contact-card h2 {
    margin: 0 0 7px;
    color: #343a3e;
    font-size: 18px;
    font-weight: 700;
}

.privacy-contact-card p {
    margin: 0;
    color: #737a81;
    font-size: 10px;
    line-height: 1.65;
    font-weight: 400;
}

.privacy-contact-button {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    background-color: #343a3e;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

    .privacy-contact-button:hover {
        background-color: #23282c;
        color: #fff;
    }

/*
------------------------------------------------
Navegação lateral
------------------------------------------------
*/

.privacy-sidebar {
    position: sticky;
    top: 100px;
}

.privacy-navigation-card,
.privacy-law-card {
    margin-bottom: 20px;
    padding: 21px;
    border: 1px solid #e3e5e7;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 8px 28px rgba(35, 45, 57, 0.06);
}

.privacy-navigation-header {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eceef0;
}

    .privacy-navigation-header > div:first-child {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background-color: #343a3e;
        color: #fff;
        font-size: 14px;
    }

    .privacy-navigation-header span {
        display: block;
        margin-bottom: 2px;
        color: #92979d;
        font-size: 8px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .privacy-navigation-header h2 {
        margin: 0;
        color: #343a3e;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 700;
    }

.privacy-navigation {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .privacy-navigation a {
        display: flex;
        align-items: center;
        gap: 7px;
        min-height: 37px;
        padding: 8px 10px;
        border-radius: 7px;
        color: #656c74;
        font-size: 9px;
        font-weight: 600;
        transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
    }

        .privacy-navigation a i {
            color: #afb3b7;
            font-size: 7px;
        }

        .privacy-navigation a:hover {
            background-color: #f0f1f2;
            color: #343a3e;
            transform: translateX(2px);
        }

.privacy-law-card {
    text-align: center;
    background-color: #f8fafb;
}

    .privacy-law-card > div {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 11px;
        border-radius: 50%;
        background-color: #e8edf0;
        color: #586e7d;
        font-size: 17px;
    }

    .privacy-law-card h3 {
        margin: 0 0 5px;
        color: #343a3e;
        font-size: 12px;
        line-height: 1.45;
        font-weight: 700;
    }

    .privacy-law-card p {
        margin: 0;
        color: #858b93;
        font-size: 9px;
    }

/*
------------------------------------------------
Responsivo
------------------------------------------------
*/

@media (max-width: 991px) {

    .privacy-sidebar {
        position: static;
        margin-top: 28px;
    }

    .privacy-navigation {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    .page-heading-about.privacy-hero {
        min-height: 350px;
        padding: 85px 0 60px;
    }

    .privacy-hero-content h1 {
        font-size: 32px;
    }

    .privacy-hero-content p {
        font-size: 12px;
    }

    .privacy-content {
        padding-top: 35px;
    }

    .privacy-card {
        padding: 22px;
        border-radius: 12px;
    }

    .privacy-card-header {
        align-items: flex-start;
    }

        .privacy-card-header h2 {
            font-size: 19px;
        }

    .privacy-rights-grid {
        grid-template-columns: 1fr;
    }

    .privacy-security-grid {
        grid-template-columns: 1fr;
    }

    .privacy-contact-card {
        display: block;
        padding: 22px;
    }

    .privacy-contact-icon {
        margin-bottom: 13px;
    }

    .privacy-contact-button {
        width: 100%;
        margin-top: 17px;
    }
}

@media (max-width: 500px) {

    .privacy-hero-content h1 {
        font-size: 27px;
    }

    .privacy-card {
        padding: 18px;
    }

    .privacy-navigation {
        grid-template-columns: 1fr;
    }

    .privacy-emphasis {
        align-items: flex-start;
    }
}
