/* ===== POLÍTICA DE PRIVACIDADE STYLES ===== */

/* Hero Section */
.politica-hero {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    position: relative;
    overflow: hidden;
}

.politica-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.politica-hero .container {
    position: relative;
    z-index: 2;
}

.politica-hero h1 {
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.politica-hero .lead {
    color: rgba(255,255,255,0.9);
    font-size: 1.25rem;
}

.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    padding: 12px 24px;
    color: white;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.hero-badge:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-2px);
}

/* Content Section */
.politica-content {
    background: #f8f9fa;
    min-height: 100vh;
}

.politica-section {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.politica-section:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.section-title {
    color: #1e3c72;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #1e3c72, #2a5298);
    border-radius: 2px;
}

.subsection-title {
    color: #2a5298;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    padding-left: 1rem;
    border-left: 4px solid #1e3c72;
}

.politica-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.politica-list li {
    position: relative;
    padding: 0.75rem 0 0.75rem 2rem;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.politica-list li:last-child {
    border-bottom: none;
}

.politica-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: bold;
}

.politica-list li:hover {
    background: rgba(30, 60, 114, 0.02);
    padding-left: 2.5rem;
}

.politica-list li strong {
    color: #1e3c72;
    font-weight: 600;
}

/* Contact Info */
.contato-info {
    display: grid;
    gap: 1.5rem;
    margin-top: 2rem;
}

.contato-info .contato-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.contato-info .contato-item:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.contato-info .contato-item i {
    font-size: 1.5rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.contato-info .contato-item div {
    flex: 1;
}

.contato-info .contato-item strong {
    color: #1e3c72;
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
}

.contato-info .contato-item a {
    color: #2a5298;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contato-info .contato-item a:hover {
    color: #1e3c72;
    text-decoration: underline;
}

/* Vigência Box */
.vigencia-box {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.vigencia-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.vigencia-box > * {
    position: relative;
    z-index: 2;
}

.vigencia-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.vigencia-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.95;
}

.vigencia-text strong {
    color: #ffd700;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .politica-hero h1 {
        font-size: 2.5rem;
    }
    
    .politica-hero .lead {
        font-size: 1.1rem;
    }
    
    .politica-section {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .subsection-title {
        font-size: 1.2rem;
    }
    
    .contato-info {
        grid-template-columns: 1fr;
    }
    
    .contato-info .contato-item {
        padding: 1rem;
    }
    
    .vigencia-box {
        padding: 1.5rem;
    }
    
    .vigencia-title {
        font-size: 1.3rem;
    }
    
    .vigencia-text {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .politica-hero h1 {
        font-size: 2rem;
    }
    
    .politica-section {
        padding: 1rem;
    }
    
    .section-title {
        font-size: 1.3rem;
    }
    
    .politica-list li {
        padding: 0.5rem 0 0.5rem 1.5rem;
    }
    
    .politica-list li::before {
        width: 16px;
        height: 16px;
        font-size: 0.6rem;
        top: 0.5rem;
    }
}

/* Print Styles */
@media print {
    .politica-hero {
        background: white !important;
        color: black !important;
    }
    
    .politica-hero h1,
    .politica-hero .lead {
        color: black !important;
    }
    
    .politica-section {
        box-shadow: none;
        border: 1px solid #ddd;
        break-inside: avoid;
    }
    
    .vigencia-box {
        background: #f8f9fa !important;
        color: black !important;
    }
    
    .whatsapp-button {
        display: none !important;
    }
} 