/* ==========================================
   assets/css/legal.css
   Estilos para textos legales y privacidad
   ========================================== */

.legal-section {
    margin-bottom: 30px;
}

.legal-section h3 {
    color: var(--accent-gold);
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

.legal-section p, .legal-section ul {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.legal-section ul {
    padding-left: 20px;
}

.legal-section li {
    margin-bottom: 10px;
}

.legal-section strong {
    color: white;
    font-weight: 600;
}

.legal-link {
    color: var(--accent-gold);
    text-decoration: none;
    transition: color 0.3s;
}

.legal-link:hover {
    text-decoration: underline;
    color: #fff;
}

/* Divisor decorativo entre secciones */
.section-divider {
    margin: 20px 0;
    opacity: 0.2;
    text-align: center;
    color: var(--accent-gold);
}

/* Forzar Playfair en páginas legales */
.title-gold, h1, h2, h3 {
    font-family: 'Playfair Display', serif !important;
}
