/* ======== TEST VISUAL CSS ======== */
body {
  background-color: #ff0000 !important; /* Fondo rojo brillante */
}

h1, h2, h3, h4, h5, h6, p, a {
  color: #00ff00 !important; /* Texto verde neón */
  font-weight: bold !important;
}

button, .see-tour-link, .package-card__cta a {
  background-color: #ffff00 !important; /* Azul fuerte */
  color: #ffffff !important;
  border: 5px solid #ffff00 !important; /* Borde amarillo */
  transform: scale(1.1);
}
