/* DISEÑO NATIVO INDEPENDIENTE: nosotros.css */
:root {
    --primary: #5B1425;
    --secondary: #E5E9EC;
    --accent: #556B2F;
    --white: #FFFFFF;
}

body { font-family: sans-serif; background-color: #FAFAFA; color: #333; line-height: 1.8; }
.ads-compliance-banner { background: #FFD700; padding: 10px; text-align: center; font-weight: bold; }
.main-header { display: flex; justify-content: space-between; padding: 20px 5%; background: var(--white); border-bottom: 2px solid var(--primary); }
.about-hero { padding: 80px 5%; background: var(--secondary); text-align: center; }
.deep-content-section { padding: 60px 10%; max-width: 900px; margin: auto; }
h1, h2 { color: var(--primary); margin-bottom: 25px; }
.text-highlight { color: var(--accent); }
.main-footer { background: var(--primary); color: white; padding: 20px; text-align: center; font-size: 0.8rem; }