/* ============================================= */
/* privacidad.css                                */
/* Política de Privacidad - AZENIS               */
/* 100% compatible con CSP estricta               */
/* ============================================= */

/* ============================================= */
/* FONDO DE PÁGINA                               */
/* ============================================= */
body {
    background-image: url('/assets/images/branding/terminos.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 18, 30, 0.65);
    z-index: 0;
}

/* ============================================= */
/* CONTAINER PRINCIPAL                           */
/* ============================================= */
.privacidad-container {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
}

/* ============================================= */
/* HERO                                          */
/* ============================================= */
.privacidad-hero {
    text-align: center;
    padding: 3rem 1rem 2rem;
    margin-bottom: 2rem;
}

.privacidad-hero h1 {
    font-family: var(--font-primary, 'Montserrat', sans-serif);
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.privacidad-gold-accent {
    background: linear-gradient(135deg, var(--azenis-gold, #d4af37), var(--azenis-gold-glow, #ffd700));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.privacidad-update-date {
    font-size: 1rem;
    font-weight: 500;
    color: #c5d5e8;
    letter-spacing: 0.5px;
    padding-top: 0.5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* ============================================= */
/* CARD PRINCIPAL                                */
/* ============================================= */
.privacidad-card {
    background: rgba(10, 20, 35, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 28px;
    border: 1px solid rgba(212, 175, 55, 0.15);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: all 0.3s ease;
}

.privacidad-card:hover {
    background: rgba(10, 20, 35, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-color: rgba(212, 175, 55, 0.3);
}

.privacidad-content {
    padding: 2.5rem 2.8rem;
}

/* ============================================= */
/* SECCIONES                                     */
/* ============================================= */
.privacidad-section {
    margin-bottom: 2.2rem;
}

.privacidad-section-title {
    font-family: var(--font-primary, 'Montserrat', sans-serif);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--azenis-gold, #d4af37);
    margin-bottom: 1rem;
    letter-spacing: -0.3px;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(212, 175, 55, 0.2);
}

.privacidad-section-title-sub {
    font-family: var(--font-primary, 'Montserrat', sans-serif);
    font-size: 1.3rem;
    font-weight: 600;
    color: #d4af37;
    margin: 1.2rem 0 0.75rem;
    letter-spacing: -0.2px;
}

.privacidad-section p {
    margin-bottom: 0.9rem;
    font-weight: 400;
    color: #e0e0e0;
    line-height: 1.7;
}

/* ============================================= */
/* TEXTOS INTRODUCTORIOS                         */
/* ============================================= */
.privacidad-intro {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    color: #e0e0e0;
    line-height: 1.7;
}

.privacidad-intro-2 {
    margin-bottom: 2rem;
    color: #e0e0e0;
    line-height: 1.7;
}

/* ============================================= */
/* LISTAS                                        */
/* ============================================= */
.privacidad-list {
    list-style: none;
    padding-left: 0;
    margin: 0.8rem 0;
}

.privacidad-list li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    color: #e0e0e0;
}

.privacidad-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--azenis-gold, #d4af37);
    font-weight: 700;
    font-size: 1.1rem;
}

/* Lista de seguridad (con candado) */
.privacidad-list-security {
    list-style: none;
    padding-left: 0;
    margin: 0.8rem 0;
}

.privacidad-list-security li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #e0e0e0;
}

.privacidad-list-security li::before {
    content: "🔒";
    position: absolute;
    left: 0;
    font-size: 0.9rem;
}

/* ============================================= */
/* TABLA DE CONTACTO                             */
/* ============================================= */
.privacidad-contact-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.2rem 0;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.privacidad-contact-table td {
    padding: 1rem 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #e0e0e0;
}

.privacidad-contact-table tr:last-child td {
    border-bottom: none;
}

.privacidad-contact-table td:first-child {
    font-weight: 600;
    color: #d4af37;
    width: 32%;
    letter-spacing: 0.2px;
}

/* ============================================= */
/* ENLACES                                       */
/* ============================================= */
.privacidad-link {
    color: var(--azenis-gold, #d4af37);
    text-decoration: none;
    border-bottom: 1px dotted rgba(212, 175, 55, 0.4);
    transition: all 0.2s ease;
}

.privacidad-link:hover {
    color: var(--azenis-gold-glow, #ffd700);
    border-bottom-color: var(--azenis-gold, #d4af37);
}

/* ============================================= */
/* RESALTADOS                                    */
/* ============================================= */
.privacidad-highlight {
    color: var(--azenis-gold, #d4af37);
    font-weight: 600;
}

/* ============================================= */
/* DIVIDER                                       */
/* ============================================= */
.privacidad-divider {
    margin: 1.8rem 0 1rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
}

/* ============================================= */
/* RESPONSIVE - TABLET                           */
/* ============================================= */
@media (max-width: 768px) {
    .privacidad-container {
        padding: 1.2rem;
    }
    
    .privacidad-hero h1 {
        font-size: 2.2rem;
    }
    
    .privacidad-update-date {
        font-size: 0.85rem;
    }
    
    .privacidad-content {
        padding: 1.6rem;
    }
    
    .privacidad-section-title {
        font-size: 1.35rem;
    }
    
    .privacidad-section-title-sub {
        font-size: 1.15rem;
    }
    
    .privacidad-contact-table td {
        display: block;
        width: 100%;
        padding: 0.7rem 1rem;
    }
    
    .privacidad-contact-table td:first-child {
        background: rgba(0, 0, 0, 0.25);
        width: 100%;
    }
}

/* ============================================= */
/* RESPONSIVE - MÓVIL                            */
/* ============================================= */
@media (max-width: 480px) {
    .privacidad-hero h1 {
        font-size: 1.8rem;
    }
    
    .privacidad-content {
        padding: 1.2rem;
    }
}