.gg-snow-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  opacity: 0.85;
}

/* Контент должен быть выше снега */
.container,
.main-content {
  position: relative;
  z-index: 1;
}

/* Если пользователь отключил анимации — уважаем */
@media (prefers-reduced-motion: reduce) {
  .gg-snow-canvas {
    display: none !important;
  }
}









