.aurora-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.78;
}

.aurora-layer canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.promo-section > :not(.aurora-layer) {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .aurora-layer {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aurora-layer {
    display: none;
  }
}
