/* Transición suave para desktop */
.desktop-nav-link {
  transition: color 0.2s ease, font-weight 0.2s ease;
}