/* hero-particles.css */
.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1; /* above overlay, below content */
  opacity: 0.12; /* very low opacity */
}
