
/* aurora-header: cabecera y pie en estilo Aurora oscuro */
#masthead,
#masthead .site-header-row-container-inner,
#masthead .site-main-header-inner-wrap,
#masthead .site-top-header-wrap,
#masthead .site-bottom-header-wrap,
.site-header-row-container.site-header-focus-item {
  background: #0a0d17 !important;
}
#masthead { border-bottom: 1px solid rgba(255,255,255,.08) !important; }

/* título del sitio: degradado Aurora + glow (alto contraste sobre cabecera oscura) */
#masthead .site-title, #masthead .site-title a,
.site-branding .site-title, .site-branding .site-title a {
  font-weight: 800 !important;
  letter-spacing: .2px;
  background: linear-gradient(92deg, #6EE7DB 0%, #38BDF8 52%, #A78BFA 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  filter: drop-shadow(0 0 14px rgba(56,189,248,.40));
  transition: filter .25s ease;
}
#masthead .site-title:hover, #masthead .site-title a:hover,
.site-branding .site-title:hover { filter: drop-shadow(0 0 20px rgba(94,234,212,.65)); }
.site-description { color: #8fb8b2 !important; }

/* enlaces del menú */
#masthead .header-navigation .menu-container > ul > li > a,
#masthead .primary-menu-container a,
#masthead .header-menu-container a,
#masthead .menu-item a { color: #d3dae8 !important; }
#masthead .header-navigation .menu-container > ul > li > a:hover,
#masthead .menu-item a:hover,
#masthead .menu-item.current-menu-item > a,
#masthead .menu-item.current_page_item > a { color: #5EEAD4 !important; }

/* botón hamburguesa (móvil) */
.menu-toggle .menu-toggle-icon,
.menu-toggle .menu-toggle-icon:before,
.menu-toggle .menu-toggle-icon:after { background: #fff !important; }
#masthead .menu-toggle { color: #fff !important; }

/* menú desplegable móvil */
.mobile-navigation, .mobile-navigation ul, #mobile-drawer .drawer-inner,
.popup-drawer .drawer-inner { background: #0a0d17 !important; }
.mobile-navigation a, .popup-drawer .mobile-navigation a {
  color: #d3dae8 !important; border-color: rgba(255,255,255,.08) !important;
}

/* pie de página */
#colophon,
#colophon .site-footer-row-container-inner,
#colophon .site-top-footer-wrap,
#colophon .site-middle-footer-wrap,
#colophon .site-bottom-footer-wrap,
.site-footer { background: #06080f !important; color: #aeb6c6 !important; }
#colophon a, .site-footer a { color: #8fe3d9 !important; }
#colophon { border-top: 1px solid rgba(255,255,255,.07) !important; }
