.hero-sky-stars {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.hero-stage .hero-sky-stars,
.hero-particles {
  z-index: 2;
}

.hero > .hero-sky-stars {
  z-index: 1;
}

.hero .layer.bg img,
.layer-bg img,
.reg-bg img {
  filter: saturate(0.9) contrast(0.93) brightness(0.98);
}

.reg-bg .hero-sky-stars {
  z-index: 1;
}
