/* ===== GLOBAL RESPONSIVE AND ACCESSIBILITY RULES ===== */
@media (max-width: 768px) {
  .page-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-title {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .typing-indicator span,
  .validation-message,
  .wizard-step.active,
  .modal-loading-spinner .spinner,
  .toast-modern,
  .fa-spin {
    animation: none;
  }

  .nav-dropdown,
  .bulk-bar,
  .toast-modern,
  .modal,
  .modal-dialog,
  .floating-label,
  .toggle-slider,
  .skip-link {
    transition-duration: 0.01ms;
  }
}
