/* DISEÑO LEGAL - MÁXIMA LEGIBILIDAD, TEXTO DENSO GRIS OSCURO */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root { --primary: #0284c7; --secondary: #0f172a; --text-main: #334155; --bg-light: #f8fafc; }
body { font-family: system-ui, sans-serif; color: var(--text-main); background: #ffffff; line-height: 1.7; }
.container { max-width: 900px; margin: 0 auto; padding: 0 20px; }
.main-header { border-bottom: 1px solid #e2e8f0; padding: 15px 20px; display: table; width: 100%; }
.logo-container { display: table-cell; text-decoration: none; font-size: 20px; color: var(--secondary); }
.logo-bold { font-weight: 700; color: var(--primary); }
.main-nav { display: table-cell; text-align: right; }
.nav-link { color: var(--text-main); text-decoration: none; margin-left: 20px; }
.top-disclaimer-box { background: #fef3c7; border-bottom: 1px solid #fcd34d; padding: 10px 20px; font-size: 12px; text-align: center; color: #78350f; }
.legal-content-section { padding: 60px 0; }
.legal-content-section h1 { font-size: 28px; color: var(--secondary); margin-bottom: 10px; }
.legal-date { font-size: 13px; color: #64748b; margin-bottom: 40px; }
.legal-content-section h3 { font-size: 18px; color: var(--secondary); margin: 30px 0 10px 0; }
.legal-content-section p { font-size: 15px; margin-bottom: 15px; text-align: justify; }
.main-footer { background: #0b0f19; color: #64748b; padding: 40px 0 20px 0; font-size: 13px; margin-top: 60px; }
.footer-disclaimer-box { background: #141b2d; padding: 15px; border-radius: 4px; margin-bottom: 20px; }
.footer-bottom { text-align: center; font-size: 12px; }