/* ==========================================================
   PARTICULAS — CAPA UNIVERSAL ARRIBA DE TODO
   ========================================================== */
#global-particles {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 6; /* ⭐ Sobre texto, overlay y video */
  pointer-events: none;
  mix-blend-mode: screen;
  background: transparent;
}

/* Extra contraste en móvil */
@media (max-width: 768px) {
  #global-particles {
    opacity: 0.99;
  }
}
