/*
Theme Name: Astra Child
Template: astra
Version: 1.0.3
*/

@import url("../astra/style.css");

/* =========================================
   PROTOCOLO DARK SUSTAINABILITY - TOTAL
   ========================================= */

/* 1. FORZAR FONDO NEGRO GLOBAL */
html, body, #page, .site-content {
    background-color: #000000 !important;
    color: #e0e0e0 !important;
}

/* 2. CABECERA (HEADER) Y MENÚ */
.site-header, 
.main-header-bar, 
.ast-builder-grid-row, 
.site-primary-header-wrap {
    background-color: #000000 !important;
    border-bottom: 1px solid #222 !important;
}

/* Título del sitio y enlaces del menú */
.site-title a, .ast-site-identity a, .menu-link {
    color: #ffffff !important;
}

/* 3. PIE DE PÁGINA (FOOTER) - EL REBELDE */
.site-footer, 
.ast-footer-copyright, 
.site-primary-footer-wrap, 
.site-below-footer-wrap,
.ast-builder-footer-grid-columns,
.ast-builder-grid-row-container-inner {
    background-color: #000000 !important;
    color: #888888 !important;
}

/* Texto del footer */
.ast-footer-copyright p, .ast-footer-copyright a {
    color: #888888 !important;
}

/* 4. LIMPIEZA VISUAL */
/* Ocultar título "Inicio" */
.home .entry-header { display: none !important; }

/* Quitar márgenes blancos extraños */
.ast-container { padding: 0 !important; max-width: 100% !important; }