/* ========================================
   ESTILOS POLÍTICA PRIVACIDAD - VIIVE BUSINESS
   ======================================== */

/* RESET Y CONFIGURACIÓN BASE */
* {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    min-height: 100vh !important;
    padding: 20px !important;
    position: relative !important;
    overflow-x: hidden !important;
}

/* FONDO ANIMADO */
body::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    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="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') !important;
    opacity: 0.3 !important;
    z-index: 1 !important;
}

/* CONTENEDOR PRINCIPAL */
.container {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
    padding: 40px !important;
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    animation: containerSlideIn 0.6s ease !important;
}

@keyframes containerSlideIn {
    from {
        opacity: 0 !important;
        transform: translateY(50px) scale(0.9) !important;
    }
    to {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }
}

/* HEADER DE POLÍTICA */
.header {
    text-align: center !important;
    margin-bottom: 40px !important;
    padding-bottom: 30px !important;
    border-bottom: 3px solid #f0f0f0 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-radius: 15px !important;
    padding: 30px !important;
}

.header h1 {
    color: #667eea !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
}

.header h1 i {
    color: #ffd700 !important;
    font-size: 2.2rem !important;
}

.header h2 {
    color: #333 !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 10px !important;
}

.header p {
    color: #666 !important;
    font-size: 1.1rem !important;
    margin-bottom: 8px !important;
}

.header p:last-child {
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    color: #667eea !important;
}

/* SECCIONES DE CONTENIDO */
.section {
    margin-bottom: 35px !important;
    padding: 25px !important;
    background: white !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    border-left: 5px solid #667eea !important;
    transition: all 0.3s ease !important;
}

.section:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.1) !important;
}

.section h3 {
    color: #667eea !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #f0f0f0 !important;
}

.section h3 i {
    color: #ffd700 !important;
    font-size: 1.2rem !important;
}

.section p {
    color: #555 !important;
    font-size: 1rem !important;
    margin-bottom: 15px !important;
    text-align: justify !important;
    line-height: 1.7 !important;
}

.section ul {
    margin: 15px 0 !important;
    padding-left: 25px !important;
}

.section li {
    color: #555 !important;
    font-size: 1rem !important;
    margin-bottom: 10px !important;
    line-height: 1.6 !important;
    position: relative !important;
}

.section li::marker {
    color: #667eea !important;
    font-weight: bold !important;
}

.section li::before {
    content: '🔒' !important;
    position: absolute !important;
    left: -25px !important;
    font-size: 0.8rem !important;
}

.section strong {
    color: #667eea !important;
    font-weight: 700 !important;
}

/* CAJAS DESTACADAS */
.highlight {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(255, 215, 0, 0.1)) !important;
    border: 1px solid rgba(102, 126, 234, 0.2) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin: 20px 0 !important;
    border-left: 4px solid #667eea !important;
}

.highlight strong {
    color: #667eea !important;
    font-size: 1.1rem !important;
}

.warning {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(255, 215, 0, 0.1)) !important;
    border: 1px solid rgba(255, 107, 107, 0.2) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin: 20px 0 !important;
    border-left: 4px solid #ff6b6b !important;
}

.warning strong {
    color: #ff6b6b !important;
    font-size: 1.1rem !important;
}

/* BOTONES DE ACCIÓN */
.btn-container {
    display: flex !important;
    gap: 20px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    margin: 40px 0 !important;
}

.btn {
    background: linear-gradient(135deg, #25d366, #128c7e) !important;
    color: white !important;
    padding: 15px 30px !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4) !important;
}

.btn-secondary {
    background: linear-gradient(135deg, #6c757d, #5a6268) !important;
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3) !important;
}

.btn-secondary:hover {
    box-shadow: 0 6px 20px rgba(108, 117, 125, 0.4) !important;
}

/* Sección Eliminación de datos */
.section-eliminacion-datos .link-eliminacion-datos {
    margin-top: 1rem !important;
    padding: 1rem 0 !important;
}
.section-eliminacion-datos .btn-ver-eliminacion {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.75rem 1.25rem !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.35) !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
}
.section-eliminacion-datos .btn-ver-eliminacion:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.45) !important;
    color: #fff !important;
}

/* FOOTER */
.footer {
    text-align: center !important;
    padding-top: 30px !important;
    border-top: 2px solid #f0f0f0 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin-top: 30px !important;
}

.footer p {
    color: #666 !important;
    font-size: 0.95rem !important;
    margin-bottom: 8px !important;
}

.footer p:last-child {
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    color: #667eea !important;
}

.footer strong {
    color: #667eea !important;
}

/* RESPONSIVE DESIGN */
@media screen and (max-width: 420px) {
    body {
        padding: 10px !important;
    }
    
    .container {
        padding: 20px 15px !important;
        margin: 0 !important;
        width: 100% !important;
    }
    
    .header h1 {
        font-size: 2rem !important;
        flex-direction: column !important;
        gap: 8px !important;
    }
    
    .section {
        padding: 20px 15px !important;
    }
    
    .btn-container {
        flex-direction: column !important;
    }
    
    .btn {
        width: 100% !important;
    }
}

@media screen and (min-width: 421px) and (max-width: 917px) {
    .container {
        padding: 30px 25px !important;
        width: 100% !important;
        max-width: 800px !important;
    }
}

@media screen and (min-width: 918px) {
    .container {
        padding: 40px !important;
        width: 100% !important;
        max-width: 900px !important;
    }
}