@keyframes fifa-fire-flicker {
  0% {
    color: #dc2626;
    text-shadow:
      0 0 5px rgba(220, 38, 38, 0.55),
      0 0 12px rgba(249, 115, 22, 0.38),
      0 0 22px rgba(220, 38, 38, 0.18);
  }
  30% {
    color: #f97316;
    text-shadow:
      0 0 8px rgba(255, 255, 255, 0.7),
      0 0 16px rgba(249, 115, 22, 0.9),
      0 0 28px rgba(220, 38, 38, 0.65),
      0 0 46px rgba(249, 115, 22, 0.4),
      0 0 68px rgba(185, 28, 28, 0.2);
  }
  65% {
    color: #ef4444;
    text-shadow:
      0 0 4px rgba(220, 38, 38, 0.45),
      0 0 9px rgba(249, 115, 22, 0.3),
      0 0 16px rgba(220, 38, 38, 0.12);
  }
  100% {
    color: #dc2626;
    text-shadow:
      0 0 5px rgba(220, 38, 38, 0.55),
      0 0 12px rgba(249, 115, 22, 0.38),
      0 0 22px rgba(220, 38, 38, 0.18);
  }
}

.nav-fifa-deals {
  color: #dc2626 !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  animation: fifa-fire-flicker 1.3s ease-in-out infinite;
  will-change: color, text-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .nav-fifa-deals {
    animation: none;
    color: #dc2626 !important;
    font-weight: 700 !important;
  }
}
