/* === MAR DE LUCIA — overrides puntuales sobre Tailwind === */
html { font-family: "Inter Tight", system-ui, sans-serif; }
body { -webkit-font-smoothing: antialiased; }

/* Glow turquesa suave (Albufereta) sobre el título del hero */
.neon-text {
  text-shadow:
    0 0 6px rgba(255, 255, 255, .25),
    0 0 22px rgba(63, 177, 203, .35),
    0 0 50px rgba(63, 177, 203, .2);
}

/* Mapa Google — filtro dark elegante con tinte azul */
.map-dark {
  filter: invert(.92) hue-rotate(180deg) saturate(.45) brightness(.95);
  border: 0;
}

img { user-select: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
  [data-aos] { opacity: 1 !important; transform: none !important; }
}
