/* =========================================================
   FUTURIST GAMES — SECTION EVENEMENTS PREMIUM
   Aucun JavaScript, responsive, optimisée PageSpeed
   ========================================================= */

.fg-events-premium,
.fg-events-premium * {
  box-sizing: border-box;
}

.fg-events-premium {
  --fg-blue: #13c8ff;
  --fg-violet: #713cff;
  --fg-pink: #e61aff;
  --fg-white: #ffffff;
  --fg-muted: #cbd2e2;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(760px, 72vw, 1080px);
  padding: clamp(64px, 6vw, 104px) 20px 0;
  color: var(--fg-white);
  background-color: #02040a;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, .82) 0%, rgba(2, 4, 10, .50) 28%, rgba(2, 4, 10, .10) 64%, rgba(2, 4, 10, .18) 100%),
    url("https://futuristgames.be/wp-content/uploads/2025/11/Design-sans-titre-_3_.webp");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: cover, cover;
  font-family: Montserrat, Arial, sans-serif;
}

.fg-events-premium__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 50%, rgba(0, 166, 255, .18), transparent 32%),
    radial-gradient(circle at 86% 49%, rgba(225, 0, 255, .20), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, .12), transparent 22%, transparent 78%, rgba(0, 0, 0, .12));
}

.fg-events-premium__container {
  position: relative;
  width: min(1220px, 100%);
  min-height: inherit;
  margin-inline: auto;
}

.fg-events-premium__header {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.fg-events-premium__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #a8caff;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.fg-events-premium__eyebrow::before,
.fg-events-premium__eyebrow::after {
  content: "";
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
}

.fg-events-premium__eyebrow::after {
  background: linear-gradient(90deg, currentColor, transparent);
}

.fg-events-premium__header h2 {
  margin: 0;
  color: transparent;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.05em;
  background: linear-gradient(90deg, #238cff 4%, #713cff 54%, #e51cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 8px 28px rgba(67, 52, 255, .18));
}

.fg-events-premium__header p {
  margin: 22px auto 0;
  color: #fff;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  font-weight: 700;
  line-height: 1.45;
}

.fg-events-premium__features {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.7vw, 42px);
  margin-top: clamp(48px, 6vw, 84px);
}

.fg-events-feature {
  min-width: 0;
  text-align: center;
}

.fg-events-feature__icon {
  position: relative;
  width: clamp(112px, 10vw, 148px);
  aspect-ratio: 1;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.025)),
    rgba(4, 8, 20, .58);
  box-shadow:
    0 20px 55px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.fg-events-feature__icon::before {
  content: "";
  position: absolute;
  inset: 10%;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(0, 194, 255, .34), rgba(126, 50, 255, .34), rgba(232, 22, 255, .30));
  filter: blur(20px);
}

.fg-events-feature__icon img {
  width: 82%;
  height: 82%;
  display: block;
  object-fit: contain;
}

.fg-events-feature__content {
  position: relative;
  min-height: 118px;
  padding: 24px 24px 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.30);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(7, 11, 27, .86), rgba(4, 6, 15, .90));
  box-shadow:
    0 22px 54px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.fg-events-feature__content::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .46;
  background:
    linear-gradient(120deg, rgba(0, 183, 255, .09), transparent 40%),
    linear-gradient(300deg, rgba(222, 0, 255, .08), transparent 42%);
  pointer-events: none;
}

.fg-events-feature__line {
  position: absolute;
  top: 0;
  left: 14%;
  width: 72%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--fg-blue), var(--fg-pink), transparent);
  box-shadow: 0 0 18px rgba(119, 59, 255, .75);
}

.fg-events-feature h3 {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: clamp(.95rem, 1.25vw, 1.1rem);
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.fg-events-feature p {
  position: relative;
  margin: 9px 0 0;
  color: var(--fg-muted);
  font-size: clamp(.82rem, 1vw, .95rem);
  font-weight: 650;
  line-height: 1.5;
  text-transform: uppercase;
}

.fg-events-premium__person {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -1px;
  width: min(980px, 70vw);
  transform: translateX(-50%);
  pointer-events: none;
  filter: drop-shadow(0 26px 46px rgba(0,0,0,.38));
}

.fg-events-premium__person::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 4%;
  height: 28%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(137, 44, 255, .32), transparent 70%);
  filter: blur(28px);
}

.fg-events-premium__person img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 980px) {
  .fg-events-premium {
    min-height: 1020px;
    background-position: center top, center bottom;
  }

  .fg-events-premium__features {
    gap: 16px;
  }

  .fg-events-feature__content {
    min-height: 128px;
    padding-inline: 16px;
  }

  .fg-events-premium__person {
    width: min(840px, 88vw);
  }
}

@media (max-width: 720px) {
  .fg-events-premium {
    min-height: auto;
    padding: 54px 14px 0;
    background-size: auto 100%, auto 100%;
    background-position: center top, center bottom;
  }

  .fg-events-premium__features {
    grid-template-columns: 1fr;
    width: min(520px, 100%);
    margin-inline: auto;
  }

  .fg-events-feature {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    text-align: left;
  }

  .fg-events-feature__icon {
    width: 88px;
    margin: 0;
    border-radius: 24px;
  }

  .fg-events-feature__content {
    min-height: 88px;
    padding: 18px 18px 17px;
    border-radius: 20px;
  }

  .fg-events-feature h3 {
    font-size: .88rem;
  }

  .fg-events-feature p {
    margin-top: 6px;
    font-size: .74rem;
  }

  .fg-events-premium__person {
    position: relative;
    left: 50%;
    bottom: auto;
    width: min(760px, 125vw);
    margin-top: 28px;
  }
}

@media (max-width: 420px) {
  .fg-events-premium__eyebrow {
    font-size: .64rem;
    letter-spacing: .15em;
  }

  .fg-events-feature {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
  }

  .fg-events-feature__icon {
    width: 72px;
    border-radius: 20px;
  }

  .fg-events-feature__content {
    min-height: 76px;
    padding: 14px;
  }

  .fg-events-feature h3 {
    font-size: .78rem;
  }

  .fg-events-feature p {
    font-size: .68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fg-events-premium *,
  .fg-events-premium *::before,
  .fg-events-premium *::after {
    scroll-behavior: auto !important;
  }
}