/* ===== RESPONSIVE GLOBAL SEGURO ===== */
* { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
}
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
}
img, video, canvas { max-width: 100%; height: auto; }
input, select, textarea, button { max-width: 100%; }

/* Evita zoom automático en campos de formulario en teléfonos sin destruir flex/grid */
@media (max-width: 768px) {
  input:not(.tooth-code), textarea, select:not(.tooth-code) { font-size: 16px; }
  main { max-width: 100%; }
}
