/* Container Principal */

.container-politica-privacidade {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: slideInUp 0.6s ease-out;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.container-politica-privacidade:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

/* Responsividade para dispositivos menores */
@media (max-width: 600px) {
    .container-politica-privacidade {
        padding: 1rem !important;
    }
}

.header-moderno {
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    animation: slideInUp 0.6s ease-out;
    margin-bottom: 20px !important;
    text-align: center;
}

/* ======== Cabeçalho Principal ======== */
.titulo-principal__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 30vh;
}

.titulo-principal__wrapper h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
}

/* ======== Título Principal ======== */
.privacidade-h1 {
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
}

/* Responsividade para Mobile */
@media (max-width: 576px) {
    .privacidade-h1 {
        font-size: 1.8rem;
        margin-top: 3rem;
    }
}

/* ======== Box de Informações Gerais ======== */
.privacidade-item {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    padding: 1rem;
    border-radius: 8px;
    color: #ffffff !important;
    text-align: center;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ======== Versão e Atualização ======== */
.privacidade-versao {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem;
}

/* Responsividade */
@media (max-width: 576px) {
    .privacidade-versao {
        font-size: 0.8rem;
        margin-bottom: 3rem;
    }
}

/* ======== Seção dos Termos ======== */
.privacidade-secao {    
    width: 100%;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* ======== Títulos das Seções ======== */
.privacidade-h2 {
    color: #00c853 !important;
    border-left: 4px solid #00c853;
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.privacidade-h2 i {
    margin-right: 0.5rem;
    color: #00c853 !important;
}

/* ======== Conteúdo Interno ======== */
.privacidade-conteudo p {
    margin: 1rem 0;
    line-height: 1.6;
    color: #ffffff !important;
    text-align: justify;
}

/* ======== Listas de Regras ======== */
.privacidade-ul {
    list-style: none;
    padding-left: 1rem;
}

.privacidade-ul li {
    align-items: center;
    gap: 0.5rem;
    color: #ffffff !important;
    margin-bottom: 0.5rem;
}

.privacidade-ul li i {
    color: #00c853 !important;
    margin-right: 0.5rem;
}

/* Links Específicos */
.link-plataforma,
.link-politica,
.link-report,
.link-certificado,
.email-link {
    color: #4ecdc4 !important;
    text-decoration: none;
}

.link-plataforma:hover,
.link-politica:hover,
.link-report:hover,
.link-certificado:hover,
.email-link:hover {
    color: #00c853 !important;
    text-decoration: underline;
}

/* ======== Ajuste de Fonte ======== */
p, li {
    font-size: 1rem;
    line-height: 1.8;
    color: #ffffff !important;
}

/* Destaques dentro dos textos */
.privacidade-conteudo strong {
    color: #4ecdc4 !important;
}


.privacidade-icon {
    background: linear-gradient(135deg, #00c853, #4caf50);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 20px rgba(0, 200, 83, 0.3);
}

.privacidade-icon i {
    font-size: 2.5rem;
    color: white;
}

.header-moderno h1 {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.subtitle {
    color: #b0bec5;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* Versão e Data */
.privacidade-version {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.version-tag,
.update-tag {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    color: #00c853;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(0, 200, 83, 0.3);
    backdrop-filter: blur(10px);
}

.version-tag i,
.update-tag i {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .privacidade-version {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    
    .version-tag,
    .update-tag {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    
    .header-moderno {
        padding: 1.8rem;
        border-radius: 8px;
    }
    
    .header-moderno h1 {
        font-size: 1.8rem;
    }
    
    .privacidade-icon {
        width: 60px;
        height: 60px;
    }
    
    .privacidade-icon i {
        font-size: 2rem;
    }
}

/* ======== Links e Ícones de Acesso ======== */
.link-plataforma, .link-nao-seguro {
    text-decoration: none;
    font-weight: 600;
    color: #4ecdc4 !important;
}

.link-plataforma:hover, .link-nao-seguro:hover {
    text-decoration: underline;
    color: #00c853 !important;
}

.seguranca-exemplos {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.seguranca-subtitulo {
    font-size: 1.2rem;
    color: #00c853 !important;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.seguro, .nao-seguro {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1rem;
}

.seguro {
    background: rgba(76, 175, 80, 0.1) !important;
    border: 1px solid #4caf50;
}

.nao-seguro {
    background: rgba(244, 67, 54, 0.1) !important;
    border: 1px solid #f44336;
}

.seguro i {
    font-size: 1.5rem;
    color: #4caf50 !important;
}

.nao-seguro i {
    font-size: 1.5rem;
    color: #f44336 !important;
}

.seguro p,
.seguro strong {
    color: #ffffff !important;
}

.nao-seguro p,
.nao-seguro strong {
    color: #ffffff !important;
}

/* Animação de entrada */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
