:focus-visible {
  outline: 3px solid #aeb2ff;
  outline-offset: 3px;
}

#app input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
#app select,
#app textarea {
  min-height: 42px;
}

@media (max-width: 700px) {
  #app input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
  #app select,
  #app textarea {
    min-height: 44px;
    font-size: 16px;
  }

  #app button,
  .nav button,
  .nav summary,
  .mobile-bottom-nav button {
    min-height: 44px;
  }

  .calculator-shell,
  .form-grid,
  .contact-layout,
  .support-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-category-list {
    max-height: 180px;
    overflow: auto;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
