.home-particles-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
}

.home-particles-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-particles-section > section {
  position: relative;
  z-index: 2;
  background-color: transparent !important;
}

@media (max-width: 991px), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .home-particles-canvas {
    display: none !important;
  }
}
