/* Política de Privacidade Specific Styles */
.politica-container {
    padding: 8rem 0 4rem;
    background: #f8fafc;
    min-height: 100vh;
}

.politica-header {
    text-align: center;
    margin-bottom: 3rem;
}

.politica-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.politica-header h1 {
    font-size: 3rem;
    color: #1e293b;
    margin-bottom: 1rem;
}

.politica-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 2rem;
}

.politica-meta {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    display: inline-block;
    text-align: left;
}

.politica-meta p {
    margin: 0.5rem 0;
    color: #64748b;
}

.politica-content {
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin-bottom: 3rem;
}

.politica-section {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e2e8f0;
}

.politica-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.politica-section h2 {
    font-size: 1.8rem;
    color: #1e293b;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #2563eb;
}

.section-content {
    space-y: 2rem;
}

.info-card {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    margin-bottom: 1rem;
}

.info-card h4 {
    color: #1e293b;
    margin-bottom: 1rem;
}

.info-details p {
    margin: 0.5rem 0;
    color: #64748b;
}

.section-note {
    background: #f0f9ff;
    padding: 1rem;
    border-radius: 6px;
    border-left: 4px solid #0ea5e9;
    color: #0369a1;
    font-size: 0.9rem;
}

.dados-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.dados-categoria {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.dados-categoria h4 {
    color: #1e293b;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.dados-categoria ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    color: #64748b;
    line-height: 1.6;
}

.dados-categoria li {
    margin-bottom: 0.5rem;
}

.finalidades-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.finalidade-card {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.finalidade-card h4 {
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.base-legal {
    background: #e0f2fe;
    padding: 0.5rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #0369a1;
}

.finalidade-card ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    color: #64748b;
    line-height: 1.6;
}

.finalidade-card li {
    margin-bottom: 0.5rem;
}

.compartilhamento-content {
    space-y: 1.5rem;
    margin-top: 1.5rem;
}

.compartilhamento-card {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.compartilhamento-card.red {
    background: #fef2f2;
    border-color: #fecaca;
}

.compartilhamento-card h4 {
    color: #1e293b;
    margin-bottom: 1rem;
}

.compartilhamento-card ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    color: #64748b;
    line-height: 1.6;
}

.compartilhamento-card li {
    margin-bottom: 0.5rem;
}

.seguranca-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 1.5rem 0;
}

.seguranca-coluna {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.seguranca-card {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.seguranca-card h4 {
    color: #1e293b;
    margin-bottom: 1rem;
}

.seguranca-card ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    color: #64748b;
    line-height: 1.6;
}

.seguranca-card li {
    margin-bottom: 0.5rem;
}

.highlight-box {
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.highlight-box.blue {
    background: #dbeafe;
    border: 1px solid #93c5fd;
    color: #1e40af;
}

.highlight-box.green {
    background: #dcfce7;
    border: 1px solid #86efac;
    color: #166534;
}

.highlight-box.yellow {
    background: #fef3c7;
    border: 1px solid #fcd34d;
    color: #92400e;
}

.highlight-box h4 {
    margin-bottom: 0.5rem;
}

.retencao-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.retencao-card {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.retencao-card h4 {
    color: #1e293b;
    margin-bottom: 1rem;
}

.retencao-card p {
    margin-bottom: 0.5rem;
    color: #64748b;
}

.retencao-justificativa {
    font-size: 0.9rem;
    font-style: italic;
    color: #94a3b8;
}

.direitos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.direito-card {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.direito-card h4 {
    color: #1e293b;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.direito-card p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
}

.cookies-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.cookie-card {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.cookie-card h4 {
    color: #1e293b;
    margin-bottom: 1rem;
}

.cookie-card p {
    color: #64748b;
    line-height: 1.6;
}

.alteracoes-content {
    space-y: 1.5rem;
}

.contato-content {
    margin-top: 1.5rem;
}

.contato-card {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.contato-card h4 {
    color: #1e293b;
    margin-bottom: 1.5rem;
}

.contato-detalhes p {
    margin: 0.75rem 0;
    color: #64748b;
}

.politica-footer {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.conformidade-text {
    color: #64748b;
    margin-bottom: 1rem;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.documento-version {
    color: #94a3b8;
    font-size: 0.9rem;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .politica-container {
        padding: 6rem 1rem 2rem;
    }

    .politica-header h1 {
        font-size: 2rem;
    }

    .politica-content {
        padding: 1.5rem;
        margin: 0 1rem 2rem;
    }

    .dados-grid {
        grid-template-columns: 1fr;
    }

    .finalidades-grid {
        grid-template-columns: 1fr;
    }

    .seguranca-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .retencao-grid {
        grid-template-columns: 1fr;
    }

    .direitos-grid {
        grid-template-columns: 1fr;
    }

    .cookies-content {
        grid-template-columns: 1fr;
    }

    .contato-card {
        margin: 0 1rem;
    }
}

@media (max-width: 480px) {
    .politica-header h1 {
        font-size: 1.8rem;
    }

    .politica-section h2 {
        font-size: 1.5rem;
    }

    .info-card,
    .dados-categoria,
    .finalidade-card,
    .compartilhamento-card,
    .seguranca-card,
    .retencao-card,
    .direito-card,
    .cookie-card,
    .contato-card {
        padding: 1rem;
    }
}