/* Mobile landing motion intentionally disabled.
   The mobile experience uses a static presentation to minimize GPU work,
   repaints and battery usage while preserving the desktop visual hierarchy. */

@media (max-width: 900px) {
  .landing-page .hero-panel,
  .landing-page .hero-panel::after,
  .landing-page .bars i,
  .landing-page .status-dot,
  .landing-page .service-card,
  .landing-page .service-card .service-icon,
  .landing-page .landing-price-card {
    animation:none !important;
    transition:none !important;
    transform:none;
    will-change:auto !important;
  }
}
