/* PALETA INDEPENDIENTE - MONOCROMÁTICA LEGAL PROFUNDA */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: system-ui, sans-serif; color: #2C3E50; background: #FFF; line-height: 1.8; }
.container { max-width: 800px; margin: 0 auto; padding: 0 20px; }
.main-header { border-bottom: 2px solid #34495E; padding: 15px 20px; display: table; width: 100%; }
.logo-text { font-size: 22px; color: #2C3E50; text-decoration: none; }
.logo-bold { font-weight: 800; color: #E64A19; }
.main-nav { display: table-cell; text-align: right; }
.nav-link { color: #7F8C8D; text-decoration: none; margin-left: 20px; font-weight: 600; }
.top-disclaimer-box { background: #FCF3CF; border-bottom: 1px solid #F4D03F; padding: 12px; text-align: center; font-size: 12px; color: #7D6608; }
.legal-content-section { padding: 50px 0; }
.legal-content-section h1 { font-size: 28px; color: #2C3E50; }
.legal-date { font-size: 12px; color: #95A5A6; margin-bottom: 30px; }
.legal-content-section h3 { font-size: 18px; margin-top: 25px; color: #2C3E50; }
.legal-content-section p { font-size: 14.5px; margin-bottom: 15px; text-align: justify; }
.main-footer { background: #2C3E50; color: #BDC3C7; padding: 40px 0 20px 0; font-size: 12px; }
.footer-disclaimer-box { background: #34495E; padding: 15px; border-radius: 4px; margin-bottom: 20px; }
.footer-bottom { text-align: center; }