/* PALETA ALTERNATIVA EDITORIAL: AZUL AMATISTA Y BRONCE TRADICIONAL */
:root {
    --bg-dark: #0a0e1a;
    --bg-panel: #131a30;
    --accent-gold: #c5a867;
    --accent-blue: #00e5ff;
    --text-white: #ffffff;
    --text-muted: #94a3b8;
}

* { box-sizing: border-box; margin: 0; padding: 0; font-family: sans-serif; }
body { background-color: var(--bg-dark); color: var(--text-white); line-height: 1.7; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* DISCLAIMER */
.ads-policy-disclaimer-banner { background-color: #fff3cd; padding: 12px 0; color: #856404; font-size: 9.5pt; }
.banner-inner-layout { display: flex; align-items: center; }
.alert-inline-icon { margin-right: 12px; display: inline-flex; }
.disclaimer-critical-text { text-align: justify; font-weight: 600; }

/* HEADER */
.main-corporate-header { background-color: var(--bg-panel); padding: 20px 0; border-bottom: 2px solid var(--accent-gold); }
.header-navigation-grid { display: flex; justify-content: space-between; align-items: center; }
.text-logo-title { color: #fff; font-weight: 900; font-size: 14pt; letter-spacing: 1px; }
.text-logo-sub { display: block; color: var(--accent-gold); font-size: 7.5pt; text-transform: uppercase; }
.menu-link { color: #fff; text-decoration: none; margin-left: 20px; font-weight: bold; }
.menu-link.active-link { color: var(--accent-blue); }

/* HERO */
.about-hero-block { padding: 90px 0; text-align: center; background: linear-gradient(180deg, var(--bg-panel) 0%, var(--bg-dark) 100%); }
.editorial-eyebrow { color: var(--accent-blue); font-size: 9pt; text-transform: uppercase; font-weight: bold; letter-spacing: 1.5px; display: block; margin-bottom: 15px; }
h1 { font-size: 26pt; margin-bottom: 15px; font-weight: 800; }
.about-hero-lead { color: var(--text-muted); max-width: 700px; margin: 0 auto; font-size: 11.5pt; }

/* NARRATIVE */
.about-narrative-section { padding: 80px 0; }
.layout-grid-asymmetric { display: flex; align-items: center; justify-content: space-between; }
.narrative-text-block { width: 52%; }
.narrative-text-block h2 { font-size: 18pt; margin-bottom: 15px; color: var(--accent-gold); }
.narrative-text-block p { color: var(--text-muted); margin-bottom: 15px; text-align: justify; }
.narrative-visual-block { width: 43%; }
.about-corporate-image { width: 100%; height: auto; border-radius: 6px; border: 2px solid var(--accent-gold); }

/* FOOTER */
.main-corporate-footer { background-color: #04060d; padding: 50px 0; font-size: 8.5pt; color: #475569; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-disclaimer-dense-text { text-align: justify; margin-bottom: 15px; line-height: 1.6; }
.footer-copyright-notice { text-align: center; color: #334155; }