
/* =========================
   MOBILE PERFORMANCE MODE
   ========================= */
@media (max-width: 768px) {

  .glow,
  .blur,
  .neon,
  .shadow-glow,
  .background-glow,
  .bg-effect {
    box-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
  }

  .hero::before,
  .hero::after {
    display: none !important;
  }

  .hero,
  .hero-section {
    background: linear-gradient(180deg, #020617, #020617) !important;
  }

  .hero * {
    animation: none !important;
    transition: none !important;
  }
}
