html {
  scroll-behavior: auto !important;
}

.ch-performance *,
.ch-performance *::before,
.ch-performance *::after {
  transition-duration: 120ms !important;
  animation-duration: 1ms !important;
  animation-iteration-count: 1 !important;
}

.ch-performance .orbs,
.ch-performance .orb,
.ch-performance .particles,
.ch-performance .noise-overlay,
.ch-performance .grid-pattern {
  display: none !important;
}

.ch-performance .site-header,
.ch-performance .settings-panel,
.ch-performance .settings-fab,
.ch-performance .modal,
.ch-performance .glass,
.ch-performance [class*="glass"],
.ch-performance [class*="panel"] {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.ch-performance .client-card,
.ch-performance .download-card,
.ch-performance .section,
.ch-performance section,
.ch-performance article {
  content-visibility: auto;
  contain-intrinsic-size: 1px 480px;
}

.ch-performance img,
.ch-performance video {
  content-visibility: auto;
}

@media (max-width: 820px), (prefers-reduced-motion: reduce) {
  .ch-performance *,
  .ch-performance *::before,
  .ch-performance *::after {
    transition: none !important;
    animation: none !important;
  }

  .ch-performance [style*="filter"],
  .ch-performance [style*="box-shadow"] {
    filter: none !important;
  }
}
