html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Honeypot */
.hp-field {
  position: absolute;
  left: -9999px;
}

/* Mobile menu animation */
#mobileMenu {
  transition: max-height 0.3s ease;
  overflow: hidden;
}

#mobileMenu.hidden {
  max-height: 0;
  padding: 0;
}

/* Focus states */
*:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* FAQ details marker */
details summary::-webkit-details-marker {
  display: none;
}

details summary::marker {
  display: none;
}
