/* Safe minimal fixes */
*:focus-visible { outline: 2px solid #F59E0B !important; outline-offset: 2px; border-radius: 4px; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
button { min-height: 44px; }
button:hover { filter: brightness(0.95); cursor: pointer; }
@media (max-width: 767px) {
  h1 { font-size: 36px !important; line-height: 1.2 !important; }
}
