/* Legal CSS Common for all 3 files as explicitly stated to prevent shared styles unifications across main layout profiles, each page links explicitly to its own css filename, but we write identical strict rules */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; font-family: 'Segoe UI', sans-serif; background-color: #0b0f17; color: #cbd5e1; }
.header-container, .disclaimer-container, .section-container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }

.main-header { background-color: #111827; padding: 15px 0; border-bottom: 1px solid #1f2937; }
.header-container { display: table; width: 100%; }
.logo { display: table-cell; font-size: 20px; font-weight: bold; color: #fff; text-decoration: none; }
.text-highlight { color: #10b981; }
.main-nav { display: table-cell; text-align: right; }
.nav-link { color: #9ca3af; text-decoration: none; margin-left: 20px; font-size: 14px; }

.ads-disclaimer-banner { background-color: #fef3c7; padding: 12px 0; color: #78350f; border-left: 5px solid #d97706; font-size: 12px; }

.legal-main { padding: 60px 0; }
.legal-content-box { background-color: #111827; padding: 40px; border-radius: 8px; border: 1px solid #1f2937; }
.legal-content-box h1 { color: #fff; font-size: 26px; margin-top: 0; margin-bottom: 25px; border-bottom: 2px solid #10b981; padding-bottom: 10px; }
.legal-content-box h2 { color: #fff; font-size: 18px; margin-top: 30px; margin-bottom: 15px; }
.legal-content-box p { font-size: 14px; line-height: 1.7; color: #9ca3af; margin-bottom: 15px; text-align: justify; }

.main-footer { background-color: #070a10; padding: 30px 0; border-top: 1px solid #111827; margin-top: 60px; }
.copyright { font-size: 12px; color: #4b5563; }
.footer-legal-disclaimer { font-size: 11px; color: #374151; margin-top: 10px; }
