
/* === Navbar cielo claro (override) === */
header {
  background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%) !important;
  border-bottom: 1px solid #e5edff !important;
}
header .brand strong { color: #0f172a !important; }
nav a { color: #1e3a8a !important; }           /* blue-800 */
nav a:hover { color: #1d4ed8 !important; }     /* blue-700 */
.mobile-toggle { color: #1e3a8a !important; }

/* Drawer móvil a juego, muy claro */
.mobile-menu {
  background: #f8fbff !important;
  border-top: 1px solid #e6edff !important;
}
.mobile-menu a {
  color: #1e3a8a !important;
  border-bottom: 1px solid #eef3ff !important;
}

/* Logo container sin sombras (usando logo azul) */
.brand .logo { box-shadow: none !important; background: none !important; }
