/* === Fond décoratif urbain (briques) === */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.04;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 28px,
      rgba(225, 29, 72, 0.6) 28px,
      rgba(225, 29, 72, 0.6) 30px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 56px,
      rgba(250, 204, 21, 0.5) 56px,
      rgba(250, 204, 21, 0.5) 58px
    );
}

/* === Hero === */
.hero-fistfury {
  background:
    radial-gradient(ellipse at 30% 30%, rgba(225, 29, 72, 0.18), transparent 65%),
    radial-gradient(ellipse at 75% 70%, rgba(250, 204, 21, 0.1), transparent 60%);
  border: 1px solid rgba(225, 29, 72, 0.25);
  border-radius: 18px;
  padding: 24px 24px 28px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
/* Halo néon en haut-gauche */
.hero-fistfury::before {
  content: '';
  position: absolute;
  top: -50px; left: -40px;
  width: 160px; height: 160px;
  background: radial-gradient(circle at 65% 65%, rgba(225, 29, 72, 0.28), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
/* Halo néon en bas-droite */
.hero-fistfury::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -50px;
  width: 180px; height: 180px;
  background: radial-gradient(circle at 35% 35%, rgba(250, 204, 21, 0.18), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Texte hero */
.hero-text {
  position: relative;
  z-index: 1;
}
.hero-fistfury .hero-title {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin: 0 0 10px;
  line-height: 1.1;
  background: linear-gradient(90deg, #facc15 0%, #f97316 35%, #e11d48 70%, #be123c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
.hero-fistfury .hero-h1 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .hero-fistfury .hero-title { font-size: 1.9rem; }
  .hero-fistfury .hero-h1 { font-size: 0.95rem; }
}

/* === CTA === */
.btn-cta-hero {
  position: relative;
  display: inline-block;
  margin-top: 18px;
  padding: 14px 36px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #e11d48, #9f1239);
  border: none;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 0 22px rgba(225, 29, 72, 0.4);
  transition: transform 0.18s, box-shadow 0.18s;
}
.btn-cta-hero::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 16px;
  border: 2px solid rgba(250, 204, 21, 0.6);
  pointer-events: none;
  animation: cta-ring 2.5s ease-in-out infinite;
  will-change: transform, opacity;
}
.btn-cta-hero:hover {
  transform: scale(1.06);
  box-shadow: 0 0 32px rgba(225, 29, 72, 0.6);
}
@keyframes cta-ring {
  0%, 100% { transform: scale(1); opacity: 0; }
  50% { transform: scale(1.08); opacity: 1; }
}

/* === Indicateur live === */
.hero-live {
  margin-top: 14px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.live-dot {
  position: relative;
  width: 8px; height: 8px;
  background: #facc15;
  border-radius: 50%;
}
.live-dot::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.5);
  animation: live-pulse 2s ease-in-out infinite;
  will-change: transform, opacity;
}
@keyframes live-pulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(2.4); opacity: 0; }
}

/* === Mode cards === */
.mode-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #e11d48, #facc15);
  border-radius: 12px 12px 0 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.mode-card:hover::before { opacity: 1; }
.mode-card:hover {
  border-color: rgba(225, 29, 72, 0.4);
  box-shadow: 0 4px 20px rgba(225, 29, 72, 0.18);
}
.mode-card:hover .mode-icon {
  transform: scale(1.15);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mode-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.badge-solo {
  background: rgba(251, 113, 133, 0.2);
  color: #fda4af;
}
.badge-action {
  background: rgba(250, 204, 21, 0.2);
  color: #fde68a;
}

/* === Rules === */
.rules::before {
  content: '🥊';
  position: absolute;
  top: 12px; right: 16px;
  font-size: 1.6rem;
  opacity: 0.12;
}

/* === Responsive === */
@media (max-width: 480px) {
  .hero-fistfury { padding: 18px 16px 20px; }
  .btn-cta-hero { padding: 12px 28px; font-size: 1rem; }
}
