/* RESET MODERNO 2025 — Limpio y sin advertencias */

/* Box sizing */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Remove default margins */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Smooth text rendering */
body, button, input, textarea, select {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
}

/* Make images easier to work with */
img, picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs */
input, button, textarea, select {
  font: inherit;
  border: none;
}

/* Remove button stylings */
button {
  background: none;
  cursor: pointer;
}

/* Remove list styles */
ul[role="list"], ol[role="list"] {
  list-style: none;
}

/* Remove animations for people who prefer it */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
