/* ========================================
   POLÍTICA DE PRIVACIDADE - ESTILOS
   Prefixo: privacy-
   ======================================== */

/* ========== SEÇÃO PRINCIPAL ========== */
.privacy-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.privacy-section .section-padding {
    padding: 80px 0;
}

/* ========== CABEÇALHO ========== */
.privacy-header {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 3px solid #15B239;
}

.privacy-title {
    font-size: 42px;
    font-weight: 700;
    color: #012A55;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.privacy-subtitle {
    font-size: 16px;
    color: #6c757d;
    font-weight: 500;
    margin: 0;
}

/* ========== BLOCOS DE CONTEÚDO ========== */
.privacy-content-block {
    margin-bottom: 40px;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.privacy-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    margin-bottom: 0;
}

/* ========== TÍTULOS DE SEÇÃO ========== */
.privacy-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #012A55;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FC791A;
    display: inline-block;
}

.privacy-subsection-title {
    font-size: 22px;
    font-weight: 600;
    color: #FC791A;
    margin-top: 25px;
    margin-bottom: 15px;
}

/* ========== TEXTO E PARÁGRAFOS ========== */
.privacy-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    margin-bottom: 15px;
}

.privacy-text strong {
    color: #012A55;
    font-weight: 600;
}

/* ========== LISTAS ========== */
.privacy-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}

.privacy-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    text-align: justify;
}

.privacy-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #15B239;
    font-weight: bold;
    font-size: 18px;
}

.privacy-list li strong {
    color: #012A55;
    font-weight: 600;
}

/* ========== CAIXA DE CONTATO ========== */
.privacy-contact-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #15B239;
    margin-top: 20px;
}

.privacy-contact-item {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
}

.privacy-contact-item:last-child {
    margin-bottom: 0;
}

.privacy-contact-item strong {
    color: #012A55;
    font-weight: 600;
    display: inline-block;
    min-width: 180px;
}

.privacy-contact-item a {
    color: #FC791A;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.privacy-contact-item a:hover {
    color: #15B239;
    text-decoration: underline;
}

/* ========== SEÇÃO DE CONSENTIMENTO ========== */
.privacy-consent {
    background: linear-gradient(135deg, #012A55 0%, #024080 100%);
    color: #ffffff;
    border-left: 4px solid #15B239;
}

.privacy-consent .privacy-text {
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
}

.privacy-consent .privacy-text strong {
    color: #15B239;
}

/* ========================================
   RESPONSIVIDADE
   ======================================== */

/* Tablets e dispositivos médios */
@media (max-width: 991px) {
    .privacy-section {
        padding: 60px 0;
    }

    .privacy-title {
        font-size: 36px;
    }

    .privacy-section-title {
        font-size: 24px;
    }

    .privacy-subsection-title {
        font-size: 20px;
    }

    .privacy-content-block {
        padding: 25px;
    }

    .privacy-contact-item strong {
        min-width: 150px;
    }
}

/* Smartphones */
@media (max-width: 767px) {
    .privacy-section {
        padding: 40px 0;
    }

    .privacy-header {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .privacy-title {
        font-size: 28px;
        letter-spacing: 0.5px;
    }

    .privacy-subtitle {
        font-size: 14px;
    }

    .privacy-content-block {
        padding: 20px;
        margin-bottom: 30px;
    }

    .privacy-section-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .privacy-subsection-title {
        font-size: 18px;
        margin-top: 20px;
    }

    .privacy-intro,
    .privacy-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .privacy-list li {
        font-size: 15px;
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .privacy-list li:before {
        font-size: 16px;
    }

    .privacy-contact-box {
        padding: 20px;
    }

    .privacy-contact-item {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .privacy-contact-item strong {
        display: block;
        min-width: 100%;
        margin-bottom: 5px;
    }
}

/* Smartphones pequenos */
@media (max-width: 575px) {
    .privacy-section {
        padding: 30px 0;
    }

    .privacy-title {
        font-size: 24px;
    }

    .privacy-section-title {
        font-size: 20px;
    }

    .privacy-subsection-title {
        font-size: 17px;
    }

    .privacy-content-block {
        padding: 15px;
        border-radius: 8px;
    }

    .privacy-contact-box {
        padding: 15px;
    }
}

/* ========================================
   ANIMAÇÕES (OPCIONAL)
   ======================================== */
@keyframes privacy-fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacy-content-block {
    animation: privacy-fadeIn 0.6s ease-out;
}

/* ========== FIM DOS ESTILOS ========== */