/* Public site presentation: agents work in the backend; no agent animation is exposed to customers. */
*, *::before, *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

/* Keep backend/agent activity out of the public presentation layer. */
.edn-agent-activity,
.edn-agent-panel,
.agent-activity,
.agent-panel,
[data-agent-activity],
[data-agent-panel] {
  display: none !important;
}

/* Decorative orbit/agent-like motion is not shown on the public page. */
.nova-orbit-art i,
.nova-orbit-art span,
.nova-service-visual i {
  animation: none !important;
}
