/* AINNA Network — reduced motion (Fasa 1 G4) */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .scroll-content,
  .scrolling-track .scroll-content,
  .services-track,
  .stats-track,
  .marquee-js,
  [class*="marquee"],
  [class*="auto-scroll"] {
    animation: none !important;
    transform: none !important;
  }

  .scrolling-track,
  .scroll-content {
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  #neural-bg,
  .neural-bg,
  .cyber-orbit-ring,
  .particle,
  .aurora-blob,
  .hero-particles,
  .floating-particle {
    display: none !important;
  }

  .reveal,
  .fade-up,
  .fade-in,
  .animate-card,
  [data-animate] {
    opacity: 1 !important;
    transform: none !important;
  }
}
