:root {
  --wc-bg: #03030f;
  --wc-purple: #b84cff;
  --wc-pink: #ff35f5;
  --wc-blue: #00a3ff;
  --wc-cyan: #00f0ff;
  --wc-gold: #f7bf4f;
  --wc-gold-light: #ffdc81;
  --wc-white: #ffffff;
  --wc-muted: #d8d2f5;
  --wc-border: rgba(184, 76, 255, 0.42);
}

* {
  box-sizing: border-box;
}

body.wc-page {
  margin: 0;
  background: var(--wc-bg);
  color: var(--wc-white);
  overflow-x: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.wc-page a {
  color: inherit;
  text-decoration: none;
}


/* ================= NAVBAR ================= */

.wc-navbar {
  position: fixed;
  top: 22px;
  left: 50%;
  z-index: 100;
  width: min(96%, 1820px);
  transform: translateX(-50%);
}

.wc-nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 0 28px 0 38px;
  border: 1px solid rgba(184, 76, 255, 0.48);
  border-radius: 18px;
  background: rgba(4, 5, 22, 0.78);
  box-shadow:
    0 0 38px rgba(132, 45, 255, 0.28),
    inset 0 0 24px rgba(0, 163, 255, 0.08);
  backdrop-filter: blur(18px);
}

.wc-logo {
  margin-right: 76px;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  font-weight: 950;
  letter-spacing: 0.04em;
  color: var(--wc-purple);
  text-shadow: 0 0 20px rgba(184, 76, 255, 0.75);
}

.wc-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 58px);
  flex: 1;
}

.wc-nav-links a {
  position: relative;
  color: rgba(241, 237, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  transition: 0.25s ease;
}

.wc-nav-links a:hover,
.wc-nav-links a.active {
  color: #fff;
  text-shadow: 0 0 16px rgba(184, 76, 255, 0.8);
}

.wc-nav-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -29px;
  width: 112px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--wc-purple), var(--wc-blue), transparent);
  box-shadow: 0 0 18px rgba(184, 76, 255, 0.9);
}

.wc-nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.wc-btn {
  min-width: 150px;
  padding: 15px 24px;
  border-radius: 12px;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: 0.25s ease;
}

.wc-btn-login {
  border: 1px solid rgba(247, 191, 79, 0.56);
  background: rgba(4, 4, 18, 0.52);
}

.wc-btn-login:hover {
  border-color: var(--wc-gold);
  box-shadow: 0 0 24px rgba(247, 191, 79, 0.35);
}

.wc-btn-register {
  color: #130d03;
  border: 1px solid rgba(255, 236, 174, 0.72);
  background: linear-gradient(135deg, #c88823, #ffd978 45%, #c78825);
  box-shadow: 0 0 22px rgba(247, 191, 79, 0.28);
}

.wc-btn-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(247, 191, 79, 0.55);
}

.wc-menu-toggle,
.wc-menu-btn {
  display: none;
}


/* ================= HERO ================= */

.wc-hero {
  position: relative;
  min-height: 92vh;
  padding: 132px 0 24px;
  overflow: hidden;
  isolation: isolate;
}

.wc-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 3, 15, 0.98) 0%, rgba(3, 3, 15, 0.84) 32%, rgba(3, 3, 15, 0.28) 62%, rgba(3, 3, 15, 0.36) 100%),
    url("../img/world-cup-hero-bg.png") center center / cover no-repeat;
}

.wc-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 35%, rgba(184, 76, 255, 0.2), transparent 34%),
    radial-gradient(circle at 76% 42%, rgba(0, 163, 255, 0.16), transparent 35%),
    linear-gradient(180deg, transparent 0%, rgba(3, 3, 15, 0.32) 72%, #03030f 100%);
}

.wc-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 0.88fr) minmax(300px, 0.42fr);
  align-items: end;
  gap: 34px;
  width: min(96%, 1820px);
  min-height: calc(92vh - 156px);
  margin: 0 auto;
}

.wc-hero-content {
  position: relative;
  z-index: 5;
  max-width: 980px;
  padding-left: 26px;
  padding-bottom: 24px;
}

.wc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 10px 24px;
  border: 1px solid rgba(247, 191, 79, 0.64);
  border-radius: 999px;
  background: rgba(4, 4, 16, 0.74);
  color: var(--wc-gold-light);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  box-shadow:
    0 0 22px rgba(247, 191, 79, 0.18),
    inset 0 0 18px rgba(247, 191, 79, 0.06);
}

.wc-hero h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(4rem, 5.8vw, 7.2rem);
  line-height: 0.9;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  color: #fff;
  text-shadow:
    0 3px 0 rgba(255, 255, 255, 0.16),
    0 0 28px rgba(255, 255, 255, 0.22);
}

.wc-hero h1 span {
  display: block;
  margin-top: 8px;
  color: transparent;
  background: linear-gradient(180deg, #fff1b5 0%, #f8c450 34%, #b66e14 78%, #ffdf79 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(247, 191, 79, 0.28));
}

.wc-hero-text {
  max-width: 650px;
  margin: 24px 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 1.25vw, 1.32rem);
  line-height: 1.48;
}

.wc-hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.wc-main-cta,
.wc-secondary-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border-radius: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  transition: 0.25s ease;
}

.wc-main-cta {
  min-width: 300px;
  padding: 0 34px;
  border: 1px solid rgba(255, 65, 255, 0.85);
  background:
    linear-gradient(135deg, rgba(255, 53, 245, 0.3), rgba(184, 76, 255, 0.12)),
    rgba(12, 4, 28, 0.86);
  box-shadow:
    0 0 28px rgba(255, 53, 245, 0.52),
    inset 0 0 22px rgba(255, 255, 255, 0.08);
  clip-path: polygon(8% 0, 100% 0, 100% 74%, 92% 100%, 0 100%, 0 26%);
}

.wc-main-cta span {
  margin-left: auto;
  font-size: 1.9rem;
}

.wc-main-cta:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 36px rgba(255, 53, 245, 0.74),
    0 0 66px rgba(184, 76, 255, 0.38);
}

.wc-secondary-cta {
  min-width: 280px;
  padding: 0 32px;
  gap: 26px;
  border: 1px solid rgba(139, 157, 221, 0.34);
  background: rgba(4, 8, 24, 0.68);
}

.wc-secondary-cta:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 163, 255, 0.6);
  box-shadow: 0 0 28px rgba(0, 163, 255, 0.34);
}


/* ================= BENEFITS ================= */

.wc-benefits {
  display: flex;
  width: fit-content;
  margin-bottom: 26px;
  border: 1px solid rgba(105, 126, 205, 0.24);
  border-radius: 12px;
  background: rgba(5, 7, 22, 0.7);
  backdrop-filter: blur(16px);
}

.wc-benefits div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 30px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 750;
  white-space: nowrap;
}

.wc-benefits div:not(:last-child) {
  border-right: 1px solid rgba(119, 137, 204, 0.24);
}

.wc-benefits span {
  font-size: 1.24rem;
  filter: drop-shadow(0 0 8px rgba(184, 76, 255, 0.7));
}


/* ================= IMAGE CARDS ================= */

.wc-feature-carousel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
}

.wc-feature-card {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  border-radius: 4px;
  clip-path: polygon(7% 0, 100% 0, 100% 78%, 92% 100%, 0 100%, 0 22%);
  border: 1px solid rgba(0, 163, 255, 0.42);
  background: rgba(5, 8, 28, 0.78);
  box-shadow:
    inset 0 0 26px rgba(0, 163, 255, 0.08),
    0 0 24px rgba(0, 0, 0, 0.32);
  transition: 0.25s ease;
}

.wc-feature-card:nth-child(2) {
  border-color: rgba(255, 53, 245, 0.48);
}

.wc-feature-card:nth-child(3) {
  border-color: rgba(0, 240, 255, 0.42);
}

.wc-feature-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 0 26px rgba(184, 76, 255, 0.28),
    inset 0 0 26px rgba(255, 255, 255, 0.06);
}

.wc-feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 15, 0.9) 0%, rgba(3, 3, 15, 0.48) 52%, rgba(3, 3, 15, 0.18) 100%),
    linear-gradient(180deg, transparent 0%, rgba(3, 3, 15, 0.72) 100%);
}

.wc-feature-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 168px;
  padding: 24px 28px;
}

.wc-feature-content h3 {
  max-width: 180px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.28rem;
  line-height: 1.05;
}

.wc-feature-content p {
  max-width: 230px;
  margin: 0;
  color: rgba(226, 222, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.4;
}

.wc-feature-content span {
  position: absolute;
  right: 24px;
  bottom: 20px;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.85);
}


/* ================= COUNTDOWN CARD ================= */

.wc-live-card {
  justify-self: end;
  width: min(100%, 320px);
  margin: 0 28px 64px 0;
  padding: 24px 22px 26px;
  border: 1px solid rgba(255, 53, 245, 0.34);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(16, 12, 45, 0.78), rgba(7, 8, 25, 0.9));
  box-shadow:
    0 0 28px rgba(255, 53, 245, 0.2),
    inset 0 0 26px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
}

.wc-live-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.wc-live-top span,
.wc-countdown-label,
.wc-prize span {
  color: rgba(222, 216, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.wc-live-top b {
  position: relative;
  padding: 4px 10px 4px 20px;
  border-radius: 999px;
  color: #9ffaff;
  font-size: 0.64rem;
  text-transform: uppercase;
  background: rgba(0, 240, 255, 0.1);
}

.wc-live-top b::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--wc-cyan);
  box-shadow: 0 0 12px var(--wc-cyan);
}

.wc-live-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.wc-live-title-row h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 0.92;
  text-transform: uppercase;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

.wc-live-title-row > span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 53, 245, 0.55);
  border-radius: 8px;
  background: rgba(255, 53, 245, 0.14);
  color: #ffb8ff;
  font-size: 0.64rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.wc-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 12px 0 28px;
}

.wc-countdown div {
  display: grid;
  place-items: center;
  min-height: 64px;
  border: 1px solid rgba(126, 124, 185, 0.22);
  border-radius: 10px;
  background: rgba(5, 6, 24, 0.72);
}

.wc-countdown strong {
  color: #ff91ff;
  font-size: 1.42rem;
  line-height: 1;
  text-shadow: 0 0 16px rgba(255, 53, 245, 0.75);
}

.wc-countdown span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.56rem;
  font-weight: 850;
  text-transform: uppercase;
}

.wc-prize {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.wc-prize strong {
  display: block;
  margin: 12px 0 4px;
  color: transparent;
  background: linear-gradient(180deg, #fff1b5, #f3b942 48%, #a85d13);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.65rem;
  line-height: 0.95;
  font-weight: 1000;
  letter-spacing: -0.06em;
  filter: drop-shadow(0 0 14px rgba(247, 191, 79, 0.35));
}

.wc-prize p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
}


/* ================= BOTTOM STRIP ================= */

.wc-bottom-strip {
  position: relative;
  z-index: 8;
  width: min(96%, 1360px);
  margin: -4px auto 0;
  padding: 14px 28px;
  border: 1px solid rgba(184, 76, 255, 0.2);
  border-radius: 12px;
  background: linear-gradient(90deg, transparent, rgba(12, 15, 50, 0.86), transparent);
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.9rem;
}

.wc-bottom-strip span {
  color: rgba(184, 76, 255, 0.78);
  font-weight: 950;
}

.wc-bottom-strip strong {
  color: var(--wc-gold);
}

.wc-next-preview {
  min-height: 180px;
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 76, 255, 0.18), transparent 34%),
    #050512;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 1450px) {
  .wc-nav-links {
    gap: 30px;
  }

  .wc-btn {
    min-width: 132px;
  }

  .wc-hero h1 {
    font-size: clamp(3.7rem, 5.4vw, 6.4rem);
  }

  .wc-live-card {
    margin-right: 8px;
  }
}

@media (max-width: 1220px) {
  .wc-navbar {
    top: 14px;
  }

  .wc-nav-inner {
    min-height: 70px;
  }

  .wc-logo {
    margin-right: 34px;
  }

  .wc-nav-links {
    gap: 22px;
  }

  .wc-nav-links a {
    font-size: 0.76rem;
  }

  .wc-btn {
    padding: 13px 17px;
    font-size: 0.74rem;
  }

  .wc-hero {
    min-height: auto;
    padding-top: 118px;
  }

  .wc-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .wc-live-card {
    justify-self: start;
    margin: 10px 0 28px 26px;
  }
}

@media (max-width: 980px) {
  .wc-nav-inner {
    padding: 0 18px 0 22px;
  }

  .wc-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    margin-left: auto;
    cursor: pointer;
  }

  .wc-menu-btn span {
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 12px rgba(184, 76, 255, 0.8);
    transition: 0.25s ease;
  }

  .wc-nav-links,
  .wc-nav-actions {
    position: absolute;
    left: 14px;
    right: 14px;
    display: none;
    background: rgba(4, 5, 20, 0.96);
    backdrop-filter: blur(18px);
  }

  .wc-nav-links {
    top: calc(100% + 12px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    border: 1px solid rgba(184, 76, 255, 0.35);
    border-radius: 16px 16px 0 0;
    border-bottom: 0;
  }

  .wc-nav-links a {
    padding: 15px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .wc-nav-links a.active::after {
    display: none;
  }

  .wc-nav-actions {
    top: calc(100% + 374px);
    justify-content: stretch;
    gap: 12px;
    padding: 0 18px 18px;
    border: 1px solid rgba(184, 76, 255, 0.35);
    border-top: 0;
    border-radius: 0 0 16px 16px;
  }

  .wc-nav-actions .wc-btn {
    flex: 1;
  }

  .wc-menu-toggle:checked ~ .wc-nav-links,
  .wc-menu-toggle:checked ~ .wc-nav-actions {
    display: flex;
  }

  .wc-menu-toggle:checked ~ .wc-menu-btn span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .wc-menu-toggle:checked ~ .wc-menu-btn span:nth-child(2) {
    opacity: 0;
  }

  .wc-menu-toggle:checked ~ .wc-menu-btn span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .wc-hero {
    padding-top: 110px;
  }

  .wc-hero-bg {
    background:
      linear-gradient(180deg, rgba(3, 3, 15, 0.82), rgba(3, 3, 15, 0.72)),
      linear-gradient(90deg, rgba(3, 3, 15, 0.96), rgba(3, 3, 15, 0.34)),
      url("../img/world-cup-hero-bg.png") center top / cover no-repeat;
  }

  .wc-hero-content {
    padding: 0 4px 18px;
  }

  .wc-hero h1 {
    font-size: clamp(3.4rem, 11vw, 5.7rem);
  }

  .wc-hero-actions {
    gap: 14px;
    flex-wrap: wrap;
  }

  .wc-main-cta,
  .wc-secondary-cta {
    min-width: min(100%, 330px);
    min-height: 60px;
  }

  .wc-benefits {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .wc-benefits::-webkit-scrollbar {
    display: none;
  }

  .wc-benefits div {
    padding: 0 24px;
  }

  .wc-feature-carousel {
    display: flex;
    gap: 16px;
    max-width: none;
    overflow-x: auto;
    padding: 4px 4px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .wc-feature-carousel::-webkit-scrollbar {
    display: none;
  }

  .wc-feature-card {
    flex: 0 0 78%;
    max-width: 390px;
    min-height: 176px;
    scroll-snap-align: start;
  }

  .wc-feature-content {
    min-height: 176px;
  }

  .wc-live-card {
    margin-left: 4px;
    margin-bottom: 22px;
  }

  .wc-bottom-strip {
    font-size: 0.72rem;
    line-height: 1.8;
    letter-spacing: 0.16em;
  }
}

@media (max-width: 680px) {
  .wc-navbar {
    width: calc(100% - 20px);
    top: 10px;
  }

  .wc-nav-inner {
    min-height: 64px;
    border-radius: 14px;
  }

  .wc-logo {
    font-size: 1.42rem;
  }

  .wc-nav-actions {
    top: calc(100% + 376px);
    flex-direction: column;
  }

  .wc-hero {
    padding: 100px 0 22px;
  }

  .wc-hero-inner {
    width: calc(100% - 28px);
  }

  .wc-eyebrow {
    padding: 9px 16px;
    font-size: 0.72rem;
  }

  .wc-hero h1 {
    font-size: clamp(3rem, 14.6vw, 4.45rem);
    letter-spacing: -0.065em;
  }

  .wc-hero-text {
    margin: 20px 0 24px;
    font-size: 1rem;
  }

  .wc-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wc-main-cta,
  .wc-secondary-cta {
    width: 100%;
    min-width: 0;
  }

  .wc-benefits div {
    min-width: max-content;
    font-size: 0.9rem;
  }

  .wc-feature-card {
    flex-basis: 88%;
  }

  .wc-live-card {
    width: 100%;
    margin: 4px 0 18px;
  }

  .wc-bottom-strip {
    width: calc(100% - 28px);
    margin-top: 0;
    padding: 13px 18px;
  }
}

@media (max-width: 460px) {
  .wc-hero h1 {
    font-size: 3rem;
  }

  .wc-feature-card {
    flex-basis: 92%;
  }

  .wc-live-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .wc-prize strong {
    font-size: 2.4rem;
  }
}

/* =========================================================
   WORLD CUP FIXES - NAVBAR / HERO / MOBILE OPTIMIZATION
   Add at the END of world-cup.css
========================================================= */


/* ---------- NAVBAR IMPROVEMENTS ---------- */

.wc-navbar {
  top: 20px;
}

.wc-nav-inner {
  min-height: 74px;
  padding: 0 24px 0 34px;
  overflow: hidden;
}

.wc-logo {
  flex-shrink: 0;
  margin-right: clamp(34px, 5vw, 82px);
  white-space: nowrap;
}

.wc-nav-links {
  justify-content: center;
  gap: clamp(24px, 3.2vw, 54px);
}

.wc-nav-links a {
  display: inline-flex;
  align-items: center;
  height: 74px;
  padding: 0 2px;
  font-size: clamp(0.76rem, 0.82vw, 0.92rem);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.wc-nav-links a.active::after {
  bottom: 0;
  width: 92px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--wc-purple),
    var(--wc-blue),
    transparent
  );
  box-shadow:
    0 0 12px rgba(184, 76, 255, 0.95),
    0 0 24px rgba(0, 163, 255, 0.55);
}

.wc-nav-links a.active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow:
    0 0 10px var(--wc-purple),
    0 0 18px var(--wc-blue);
}

.wc-nav-actions {
  flex-shrink: 0;
  margin-left: clamp(24px, 3.5vw, 58px);
}

.wc-btn {
  min-width: 138px;
  padding: 14px 22px;
}


/* ---------- DESKTOP HERO COMPACT FIX ---------- */

.wc-hero {
  min-height: 91vh;
  padding-top: 124px;
  padding-bottom: 16px;
}

.wc-hero-inner {
  min-height: calc(91vh - 140px);
  align-items: end;
}

.wc-hero-content {
  padding-bottom: 16px;
}

.wc-eyebrow {
  margin-bottom: 16px;
}

.wc-hero h1 {
  font-size: clamp(4rem, 5.4vw, 6.8rem);
  line-height: 0.9;
}

.wc-hero-text {
  max-width: 690px;
  margin: 22px 0 26px;
}

.wc-hero-actions {
  margin-bottom: 18px;
}

.wc-benefits {
  margin-bottom: 22px;
}

.wc-feature-carousel {
  max-width: 1030px;
  gap: 18px;
}

.wc-feature-card {
  min-width: 0;
  min-height: 158px;
}

.wc-feature-content {
  min-height: 158px;
}

.wc-live-card {
  margin-bottom: 52px;
}

.wc-bottom-strip {
  margin-top: -8px;
}


/* ---------- CARD OVERFLOW FIX ---------- */

.wc-feature-card,
.wc-feature-card * {
  max-width: 100%;
}

.wc-feature-content h3,
.wc-feature-content p {
  overflow-wrap: break-word;
}

.wc-feature-content h3 {
  font-size: clamp(1.05rem, 1.2vw, 1.28rem);
}

.wc-feature-content p {
  font-size: clamp(0.78rem, 0.86vw, 0.9rem);
}


/* ---------- LARGE TABLET FIX ---------- */

@media (max-width: 1350px) {
  .wc-nav-links {
    gap: 26px;
  }

  .wc-nav-actions {
    margin-left: 26px;
  }

  .wc-btn {
    min-width: 124px;
    padding-inline: 18px;
  }

  .wc-hero {
    min-height: auto;
  }

  .wc-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    align-items: start;
  }

  .wc-hero-content {
    max-width: 980px;
  }

  .wc-live-card {
    justify-self: start;
    margin: 6px 0 28px 26px;
  }

  .wc-bottom-strip {
    margin-top: 0;
  }
}


/* ---------- NAVBAR TABLET / MOBILE ---------- */

@media (max-width: 1080px) {
  .wc-nav-inner {
    overflow: visible;
  }

  .wc-logo {
    margin-right: 0;
  }

  .wc-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    margin-left: auto;
    cursor: pointer;
  }

  .wc-menu-btn span {
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 12px rgba(184, 76, 255, 0.8);
    transition: 0.25s ease;
  }

  .wc-nav-links,
  .wc-nav-actions {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background:
      linear-gradient(180deg, rgba(5, 5, 22, 0.98), rgba(3, 3, 15, 0.98));
    border-left: 1px solid rgba(184, 76, 255, 0.38);
    border-right: 1px solid rgba(184, 76, 255, 0.38);
    backdrop-filter: blur(18px);
  }

  .wc-nav-links {
    top: calc(100% + 10px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 18px;
    border-top: 1px solid rgba(184, 76, 255, 0.38);
    border-radius: 16px 16px 0 0;
  }

  .wc-nav-links a {
    height: auto;
    padding: 15px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 0.86rem;
  }

  .wc-nav-links a.active::before,
  .wc-nav-links a.active::after {
    display: none;
  }

  .wc-nav-actions {
    top: calc(100% + 338px);
    margin-left: 0;
    justify-content: stretch;
    gap: 12px;
    padding: 0 18px 18px;
    border-bottom: 1px solid rgba(184, 76, 255, 0.38);
    border-radius: 0 0 16px 16px;
  }

  .wc-nav-actions .wc-btn {
    flex: 1;
  }

  .wc-menu-toggle:checked ~ .wc-nav-links,
  .wc-menu-toggle:checked ~ .wc-nav-actions {
    display: flex;
  }

  .wc-menu-toggle:checked ~ .wc-menu-btn span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .wc-menu-toggle:checked ~ .wc-menu-btn span:nth-child(2) {
    opacity: 0;
  }

  .wc-menu-toggle:checked ~ .wc-menu-btn span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}


/* ---------- HERO TABLET ---------- */

@media (max-width: 980px) {
  .wc-hero {
    padding-top: 108px;
    padding-bottom: 22px;
  }

  .wc-hero-inner {
    width: calc(100% - 28px);
  }

  .wc-hero-content {
    padding-left: 0;
    padding-bottom: 8px;
  }

  .wc-hero h1 {
    max-width: 100%;
    font-size: clamp(3.3rem, 11vw, 5.5rem);
  }

  .wc-hero-text {
    max-width: 680px;
    font-size: 1rem;
  }

  .wc-hero-actions {
    gap: 14px;
  }

  .wc-main-cta,
  .wc-secondary-cta {
    min-height: 58px;
  }

  .wc-benefits {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .wc-benefits::-webkit-scrollbar {
    display: none;
  }

  .wc-benefits div {
    flex: 0 0 auto;
  }

  .wc-feature-carousel {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .wc-feature-carousel::-webkit-scrollbar {
    display: none;
  }

  .wc-feature-card {
    flex: 0 0 min(82vw, 390px);
    width: min(82vw, 390px);
    min-height: 172px;
    scroll-snap-align: start;
  }

  .wc-feature-content {
    min-height: 172px;
    padding: 22px 24px;
  }

  .wc-live-card {
    width: min(100%, 340px);
    margin-left: 0;
    margin-bottom: 22px;
  }
}


/* ---------- MOBILE FIX ---------- */

@media (max-width: 680px) {
  .wc-navbar {
    width: calc(100% - 20px);
    top: 10px;
  }

  .wc-nav-inner {
    min-height: 62px;
    padding: 0 16px 0 18px;
    border-radius: 14px;
  }

  .wc-logo {
    font-size: 1.34rem;
  }

  .wc-menu-btn {
    width: 36px;
  }

  .wc-nav-links {
    top: calc(100% + 8px);
    padding: 12px 16px;
  }

  .wc-nav-links a {
    padding: 13px 4px;
    font-size: 0.8rem;
  }

  .wc-nav-actions {
    top: calc(100% + 308px);
    flex-direction: column;
    padding: 0 16px 16px;
  }

  .wc-btn {
    width: 100%;
  }

  .wc-hero {
    min-height: auto;
    padding-top: 94px;
  }

  .wc-hero-bg {
    background:
      linear-gradient(180deg, rgba(3, 3, 15, 0.66), rgba(3, 3, 15, 0.9) 78%, #03030f 100%),
      linear-gradient(90deg, rgba(3, 3, 15, 0.96), rgba(3, 3, 15, 0.2)),
      url("../img/world-cup-hero-bg.png") center top / cover no-repeat;
  }

  .wc-eyebrow {
    margin-bottom: 14px;
    padding: 8px 14px;
    font-size: 0.68rem;
  }

  .wc-hero h1 {
    font-size: clamp(2.82rem, 14vw, 4.1rem);
    letter-spacing: -0.065em;
  }

  .wc-hero-text {
    margin: 18px 0 22px;
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .wc-hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .wc-main-cta,
  .wc-secondary-cta {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }

  .wc-benefits {
    margin-bottom: 20px;
  }

  .wc-benefits div {
    min-height: 50px;
    padding: 0 20px;
    font-size: 0.86rem;
  }

  .wc-feature-card {
    flex-basis: 86vw;
    width: 86vw;
    min-height: 170px;
  }

  .wc-feature-content {
    min-height: 170px;
  }

  .wc-live-card {
    width: 100%;
    max-width: 100%;
    padding: 22px 18px 24px;
  }

  .wc-countdown {
    gap: 7px;
  }

  .wc-countdown div {
    min-height: 58px;
  }

  .wc-countdown strong {
    font-size: 1.25rem;
  }

  .wc-prize strong {
    font-size: 2.35rem;
  }

  .wc-bottom-strip {
    width: calc(100% - 28px);
    padding: 12px 16px;
    font-size: 0.65rem;
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}


/* ---------- SMALL MOBILE FIX ---------- */

@media (max-width: 430px) {
  .wc-hero h1 {
    font-size: 2.72rem;
  }

  .wc-hero-text {
    font-size: 0.92rem;
  }

  .wc-feature-card {
    flex-basis: 88vw;
    width: 88vw;
  }

  .wc-feature-content h3 {
    font-size: 1.08rem;
  }

  .wc-feature-content p {
    max-width: 210px;
    font-size: 0.82rem;
  }

  .wc-live-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .wc-countdown span {
    font-size: 0.5rem;
  }
}

/* =========================================================
   WORLD CUP MOBILE HERO FINAL FIX
   Add this at the very END of world-cup.css
========================================================= */

@media (max-width: 768px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body.wc-page {
    overflow-x: hidden;
  }

  .wc-hero {
    width: 100%;
    max-width: 100%;
    padding-top: 104px;
    overflow: hidden;
  }

  .wc-hero-inner {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 18px;
    margin: 0;
  }

  .wc-hero-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .wc-eyebrow {
    max-width: 100%;
    margin-left: 0;
    white-space: nowrap;
  }

  .wc-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.75rem, 13.5vw, 4.1rem);
    line-height: 0.92;
    letter-spacing: -0.07em;
    overflow-wrap: normal;
  }

  .wc-hero h1 span {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .wc-hero-text {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 24px;
    font-size: 1rem;
    line-height: 1.55;
    overflow-wrap: break-word;
  }

  .wc-hero-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    gap: 14px;
    margin-bottom: 22px;
  }

  .wc-main-cta,
  .wc-secondary-cta {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 0 24px;
    justify-content: space-between;
  }

  .wc-secondary-cta {
    justify-content: center;
  }

  .wc-benefits {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 26px;
    scrollbar-width: none;
  }

  .wc-benefits::-webkit-scrollbar {
    display: none;
  }

  .wc-benefits div {
    flex: 0 0 auto;
    min-width: max-content;
    padding: 0 22px;
    font-size: 0.9rem;
  }

  .wc-feature-carousel {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 16px;
    padding: 0 0 18px;
    margin: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .wc-feature-carousel::-webkit-scrollbar {
    display: none;
  }

  .wc-feature-card {
    flex: 0 0 84%;
    width: 84%;
    max-width: 360px;
    min-width: 0;
    min-height: 170px;
    scroll-snap-align: start;
  }

  .wc-feature-content {
    min-height: 170px;
    padding: 22px 24px;
  }

  .wc-feature-content h3 {
    max-width: 210px;
    font-size: 1.14rem;
  }

  .wc-feature-content p {
    max-width: 230px;
    font-size: 0.86rem;
  }

  .wc-live-card {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 22px;
  }

  .wc-bottom-strip {
    width: calc(100% - 36px);
    max-width: calc(100% - 36px);
    margin: 0 auto;
  }
}


/* Extra fix per iPhone / schermi molto stretti */
@media (max-width: 480px) {
  .wc-hero {
    padding-top: 98px;
  }

  .wc-hero-inner {
    padding: 0 14px;
  }

  .wc-eyebrow {
    max-width: fit-content;
    padding: 8px 14px;
    font-size: 0.68rem;
  }

  .wc-hero h1 {
    font-size: clamp(2.55rem, 13.8vw, 3.55rem);
    line-height: 0.94;
  }

  .wc-hero-text {
    font-size: 0.94rem;
  }

  .wc-main-cta,
  .wc-secondary-cta {
    min-height: 56px;
    font-size: 0.88rem;
    letter-spacing: 0.1em;
  }

  .wc-benefits div {
    padding: 0 18px;
    font-size: 0.84rem;
  }

  .wc-feature-card {
    flex-basis: 86%;
    width: 86%;
    max-width: 330px;
  }

  .wc-feature-content {
    padding: 20px 20px;
  }

  .wc-feature-content h3 {
    font-size: 1.05rem;
  }

  .wc-feature-content p {
    max-width: 210px;
    font-size: 0.8rem;
  }

  .wc-feature-content span {
    right: 20px;
    bottom: 18px;
  }

  .wc-countdown {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .wc-countdown div {
    min-width: 0;
  }

  .wc-bottom-strip {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    font-size: 0.62rem;
    letter-spacing: 0.11em;
  }
}


/* Fix specifico per titoli enormi su schermi da 390px/430px */
@media (max-width: 430px) {
  .wc-hero h1 {
    font-size: 2.65rem;
  }

  .wc-hero h1 span {
    font-size: 2.52rem;
  }
}


/* Fix specifico per schermi molto piccoli */
@media (max-width: 375px) {
  .wc-hero h1 {
    font-size: 2.42rem;
  }

  .wc-hero h1 span {
    font-size: 2.32rem;
  }

  .wc-main-cta,
  .wc-secondary-cta {
    font-size: 0.78rem;
  }
}

@media (max-width: 768px) {
  .wc-hero h1 {
    word-break: normal;
  }

  .wc-hero h1 span {
    transform: scaleX(0.94);
    transform-origin: left center;
  }
}

@media (max-width: 430px) {
  .wc-hero h1 span {
    transform: scaleX(0.9);
  }
}

/* =========================================================
   MOBILE NAV OVERLAY FIX
   Il menu mobile copre davvero la hero
========================================================= */

@media (max-width: 1080px) {
  .wc-navbar {
    z-index: 9999;
  }

  .wc-nav-inner {
    z-index: 10000;
    background: rgba(4, 5, 20, 0.98);
  }

  .wc-nav-links,
  .wc-nav-actions {
    z-index: 9999;
    background:
      linear-gradient(180deg, rgba(5, 5, 22, 0.99), rgba(3, 3, 15, 0.99));
    box-shadow:
      0 24px 60px rgba(0, 0, 0, 0.75),
      0 0 34px rgba(184, 76, 255, 0.22);
  }

  .wc-nav-links::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background:
      linear-gradient(180deg, #050516 0%, #03030f 100%);
  }

  .wc-nav-actions::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background:
      linear-gradient(180deg, #03030f 0%, #03030f 100%);
  }

  .wc-menu-toggle:checked ~ .wc-nav-links,
  .wc-menu-toggle:checked ~ .wc-nav-actions {
    display: flex;
  }

  .wc-menu-toggle:checked ~ .wc-nav-links {
    backdrop-filter: none;
  }

  .wc-menu-toggle:checked ~ .wc-nav-actions {
    backdrop-filter: none;
  }
}

@media (max-width: 1080px) {
  body:has(#wc-menu-toggle:checked) .wc-hero {
    filter: brightness(0.45);
  }

  body:has(#wc-menu-toggle:checked) .wc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 20;
    background: rgba(3, 3, 15, 0.35);
    pointer-events: none;
  }
}

/* =========================================================
   EXCLUSIVE CLUB REWARD FIX
========================================================= */

.wc-exclusive-club strong {
  max-width: 100%;
  font-size: clamp(2rem, 2.45vw, 2.65rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  background: linear-gradient(180deg, #fff1b5, #f3b942 48%, #a85d13);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 14px rgba(247, 191, 79, 0.35));
}

.wc-exclusive-club p {
  max-width: 240px;
  line-height: 1.45;
}

@media (max-width: 680px) {
  .wc-exclusive-club strong {
    font-size: 2rem;
  }

  .wc-exclusive-club p {
    max-width: 100%;
  }
}

/* =========================================================
   WORLD CUP ARENA LANDING SECTIONS
   Add at the END of world-cup.css
========================================================= */

.wc-arena-preview,
.wc-games-section,
.wc-how-section,
.wc-final-cta {
  position: relative;
  overflow: hidden;
  background: #050512;
}

.wc-arena-preview {
  padding: 110px 0 70px;
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 76, 255, 0.22), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(0, 163, 255, 0.13), transparent 28%),
    linear-gradient(180deg, #050512 0%, #03030f 100%);
}

.wc-section-head {
  width: min(92%, 1180px);
  margin: 0 auto 46px;
  text-align: center;
}

.wc-section-eyebrow {
  margin-bottom: 18px;
}

.wc-section-head h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(2.7rem, 4.7vw, 5.8rem);
  line-height: 0.92;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.15);
}

.wc-section-head h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #fff1b5 0%, #f8c450 38%, #b66e14 82%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 16px rgba(247, 191, 79, 0.22));
}

.wc-section-head p {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(226, 222, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.65;
}


/* ================= DASHBOARD PREVIEW ================= */

.wc-dashboard-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(92%, 1360px);
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(184, 76, 255, 0.28);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(11, 13, 45, 0.86), rgba(4, 5, 22, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(184, 76, 255, 0.16), transparent 40%);
  box-shadow:
    0 0 44px rgba(184, 76, 255, 0.16),
    inset 0 0 26px rgba(255, 255, 255, 0.04);
}

.wc-dash-card {
  position: relative;
  min-height: 178px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(119, 137, 204, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(8, 12, 38, 0.9), rgba(4, 6, 24, 0.96));
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.035);
}

.wc-dash-card::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(184, 76, 255, 0.14);
  filter: blur(10px);
}

.wc-dash-card span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 12px;
  color: rgba(216, 210, 245, 0.74);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.wc-dash-card strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(2rem, 2.6vw, 3.2rem);
  line-height: 0.9;
  font-weight: 1000;
  letter-spacing: -0.05em;
}

.wc-dash-card p {
  position: relative;
  z-index: 2;
  max-width: 260px;
  margin: 0;
  color: rgba(226, 222, 255, 0.74);
  font-size: 0.94rem;
  line-height: 1.45;
}

.wc-dash-wallet strong {
  color: var(--wc-gold-light);
  text-shadow: 0 0 18px rgba(247, 191, 79, 0.35);
}

.wc-dash-streak strong {
  color: #ff8dff;
  text-shadow: 0 0 18px rgba(255, 53, 245, 0.46);
}

.wc-dash-level strong {
  color: #8eefff;
  text-shadow: 0 0 18px rgba(0, 240, 255, 0.36);
}

.wc-dash-rank strong {
  color: #ffffff;
  text-shadow: 0 0 18px rgba(184, 76, 255, 0.46);
}


/* ================= GAME CARDS ================= */

.wc-games-section {
  padding: 70px 0 90px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 53, 245, 0.13), transparent 30%),
    radial-gradient(circle at 78% 28%, rgba(0, 163, 255, 0.13), transparent 34%),
    #03030f;
}

.wc-games-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr 1fr;
  gap: 22px;
  width: min(96%, 1640px);
  margin: 0 auto;
  align-items: stretch;
}

.wc-game-card {
  position: relative;
  min-height: 440px;
  padding: 30px 28px;
  overflow: hidden;
  border: 1px solid rgba(0, 163, 255, 0.34);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(8, 12, 42, 0.82), rgba(3, 5, 20, 0.96));
  box-shadow:
    0 0 30px rgba(0, 0, 0, 0.28),
    inset 0 0 28px rgba(255, 255, 255, 0.035);
  transition: 0.25s ease;
}

.wc-game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.72;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 30%),
    radial-gradient(circle at 74% 18%, rgba(184, 76, 255, 0.16), transparent 28%);
  pointer-events: none;
}

.wc-game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 53, 245, 0.5);
  box-shadow:
    0 0 36px rgba(184, 76, 255, 0.24),
    inset 0 0 28px rgba(255, 255, 255, 0.05);
}

.wc-game-featured {
  min-height: 520px;
  border-color: rgba(255, 53, 245, 0.58);
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 53, 245, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(20, 10, 52, 0.88), rgba(4, 5, 22, 0.98));
  box-shadow:
    0 0 44px rgba(255, 53, 245, 0.22),
    inset 0 0 34px rgba(255, 255, 255, 0.05);
}

.wc-game-badge,
.wc-game-icon,
.wc-game-card h3,
.wc-game-card p,
.wc-game-card ul,
.wc-mini-match,
.wc-mission-list,
.wc-game-link,
.wc-bracket-lines {
  position: relative;
  z-index: 2;
}

.wc-game-badge {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 240, 255, 0.34);
  border-radius: 999px;
  color: #9ffaff;
  background: rgba(0, 240, 255, 0.08);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.wc-game-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: rgba(184, 76, 255, 0.14);
  box-shadow: 0 0 24px rgba(184, 76, 255, 0.22);
  font-size: 1.85rem;
}

.wc-game-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(1.9rem, 2.05vw, 2.7rem);
  line-height: 0.96;
  font-weight: 1000;
  letter-spacing: -0.05em;
}

.wc-game-card h3 span {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #ffffff, #8eefff 48%, #00a3ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.wc-game-featured h3 span {
  background: linear-gradient(180deg, #ffdcff, #ff35f5 52%, #8d2cff);
  -webkit-background-clip: text;
  background-clip: text;
}

.wc-game-card p {
  margin: 0 0 22px;
  color: rgba(226, 222, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.55;
}

.wc-game-card ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.wc-game-card li {
  padding: 12px 14px;
  border: 1px solid rgba(119, 137, 204, 0.22);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(5, 8, 28, 0.62);
  font-size: 0.9rem;
}

.wc-mini-match {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.wc-mini-match div {
  min-height: 90px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 163, 255, 0.28);
  border-radius: 16px;
  background: rgba(4, 8, 30, 0.78);
}

.wc-mini-match strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.wc-mini-match span {
  color: #fff;
  font-size: 2rem;
  font-weight: 1000;
  text-shadow: 0 0 16px rgba(0, 163, 255, 0.55);
}

.wc-bracket-lines {
  display: grid;
  gap: 16px;
  margin: 42px 0 34px;
}

.wc-bracket-lines span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 53, 245, 0.1), rgba(255, 53, 245, 0.85), rgba(0, 163, 255, 0.65));
  box-shadow: 0 0 18px rgba(255, 53, 245, 0.3);
}

.wc-bracket-lines span:nth-child(2) {
  width: 82%;
}

.wc-bracket-lines span:nth-child(3) {
  width: 62%;
}

.wc-bracket-lines span:nth-child(4) {
  width: 42%;
}

.wc-game-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 290px);
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(255, 53, 245, 0.74);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 53, 245, 0.14);
  box-shadow: 0 0 22px rgba(255, 53, 245, 0.26);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.wc-game-link span {
  font-size: 1.7rem;
}

.wc-mission-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.wc-mission-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(0, 240, 255, 0.22);
  border-radius: 14px;
  background: rgba(4, 16, 28, 0.72);
}

.wc-mission-list span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
}

.wc-mission-list strong {
  color: var(--wc-gold);
  font-size: 1rem;
}


/* ================= HOW IT WORKS ================= */

.wc-how-section {
  padding: 96px 0;
  background:
    linear-gradient(180deg, #03030f 0%, #070719 100%);
}

.wc-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: min(92%, 1240px);
  margin: 0 auto;
}

.wc-step {
  position: relative;
  min-height: 260px;
  padding: 32px;
  border: 1px solid rgba(184, 76, 255, 0.25);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(10, 12, 42, 0.74), rgba(4, 5, 20, 0.94));
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.035);
}

.wc-step span {
  display: block;
  margin-bottom: 34px;
  color: transparent;
  background: linear-gradient(180deg, #fff1b5, #f8c450 45%, #b66e14);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.07em;
}

.wc-step h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.55rem;
}

.wc-step p {
  margin: 0;
  color: rgba(226, 222, 255, 0.76);
  line-height: 1.55;
}


/* ================= FINAL CTA ================= */

.wc-final-cta {
  padding: 90px 0 120px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 53, 245, 0.2), transparent 34%),
    radial-gradient(circle at 22% 28%, rgba(0, 163, 255, 0.14), transparent 32%),
    #03030f;
}

.wc-final-cta-inner {
  width: min(92%, 1180px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 74px);
  text-align: center;
  border: 1px solid rgba(255, 53, 245, 0.36);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(18, 10, 52, 0.88), rgba(4, 5, 22, 0.96));
  box-shadow:
    0 0 48px rgba(255, 53, 245, 0.18),
    inset 0 0 34px rgba(255, 255, 255, 0.045);
}

.wc-final-cta-inner > span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--wc-gold);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.wc-final-cta h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(2.45rem, 4.6vw, 5.6rem);
  line-height: 0.94;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -0.06em;
}

.wc-final-cta h2 strong {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #fff1b5, #f8c450 45%, #b66e14);
  -webkit-background-clip: text;
  background-clip: text;
}

.wc-final-cta p {
  max-width: 720px;
  margin: 24px auto 34px;
  color: rgba(226, 222, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.65;
}

.wc-final-actions {
  display: flex;
  justify-content: center;
  gap: 24px;
}


/* ================= RESPONSIVE ARENA SECTIONS ================= */

@media (max-width: 1280px) {
  .wc-dashboard-preview {
    grid-template-columns: repeat(2, 1fr);
  }

  .wc-games-grid {
    grid-template-columns: repeat(2, 1fr);
    width: min(92%, 1040px);
  }

  .wc-game-featured {
    min-height: 440px;
  }
}

@media (max-width: 820px) {
  .wc-arena-preview {
    padding: 78px 0 50px;
  }

  .wc-games-section,
  .wc-how-section {
    padding: 68px 0;
  }

  .wc-section-head {
    margin-bottom: 34px;
    text-align: left;
  }

  .wc-section-head h2 {
    font-size: clamp(2.35rem, 11vw, 4.4rem);
  }

  .wc-section-head p {
    font-size: 0.98rem;
  }

  .wc-dashboard-preview,
  .wc-games-grid,
  .wc-steps {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
  }

  .wc-dashboard-preview {
    padding: 12px;
  }

  .wc-dash-card {
    min-height: 150px;
  }

  .wc-game-card,
  .wc-game-featured {
    min-height: auto;
    padding: 26px 22px;
  }

  .wc-game-card h3 {
    font-size: 2rem;
  }

  .wc-steps {
    gap: 16px;
  }

  .wc-step {
    min-height: auto;
    padding: 26px 22px;
  }

  .wc-step span {
    margin-bottom: 22px;
    font-size: 3rem;
  }

  .wc-final-cta {
    padding: 70px 0 90px;
  }

  .wc-final-cta-inner {
    width: calc(100% - 28px);
    text-align: left;
  }

  .wc-final-cta h2 {
    font-size: clamp(2.2rem, 10vw, 4rem);
  }

  .wc-final-actions {
    flex-direction: column;
    gap: 14px;
  }

  .wc-final-actions .wc-main-cta,
  .wc-final-actions .wc-secondary-cta {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .wc-section-head h2 {
    font-size: 2.28rem;
  }

  .wc-dash-card strong {
    font-size: 2.15rem;
  }

  .wc-game-card h3 {
    font-size: 1.82rem;
  }

  .wc-mini-match {
    grid-template-columns: 1fr;
  }

  .wc-mini-match div {
    min-height: 72px;
  }

  .wc-final-cta h2 {
    font-size: 2.15rem;
  }
}

/* =========================================================
   WORLD CUP GAME CARDS - CYBERPUNK FINAL VERSION
   Add at the VERY END of world-cup.css
========================================================= */

.wc-games-cyber {
  position: relative;
  padding: 110px 0 115px;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 53, 245, 0.16), transparent 32%),
    radial-gradient(circle at 86% 22%, rgba(0, 163, 255, 0.18), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(184, 76, 255, 0.14), transparent 36%),
    linear-gradient(180deg, #03030f 0%, #060617 42%, #03030f 100%);
}

.wc-games-cyber::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.wc-games-cyber::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(92%, 1300px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(184, 76, 255, 0.9), rgba(0, 163, 255, 0.75), transparent);
  box-shadow:
    0 0 18px rgba(184, 76, 255, 0.8),
    0 0 34px rgba(0, 163, 255, 0.42);
}

.wc-games-head {
  position: relative;
  z-index: 3;
  width: min(92%, 1180px);
  margin: 0 auto 54px;
  text-align: center;
}

.wc-games-head h2 {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 6.1rem);
  line-height: 0.9;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -0.065em;
  text-shadow:
    0 0 26px rgba(255, 255, 255, 0.16),
    0 0 54px rgba(184, 76, 255, 0.14);
}

.wc-games-head h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #fff1b5 0%, #f8c450 38%, #b66e14 82%, #ffdf79 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(247, 191, 79, 0.26));
}

.wc-games-head p {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(226, 222, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.65;
}

.wc-games-track {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr 1fr;
  gap: 24px;
  width: min(96%, 1680px);
  margin: 0 auto;
  align-items: stretch;
}


/* ================= CYBER CARD BASE ================= */

.wc-cyber-card {
  isolation: isolate;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 610px;
  padding: 32px 30px 28px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(0, 163, 255, 0.4);
  background:
    linear-gradient(180deg, rgba(4, 5, 18, 0.1), rgba(4, 5, 18, 0.96)),
    var(--card-bg) center center / cover no-repeat;
  clip-path: polygon(7% 0, 100% 0, 100% 87%, 92% 100%, 0 100%, 0 10%);
  box-shadow:
    0 0 28px rgba(0, 163, 255, 0.16),
    inset 0 0 34px rgba(255, 255, 255, 0.035);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.wc-cyber-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(3, 3, 15, 0.18) 0%, rgba(3, 3, 15, 0.62) 38%, rgba(3, 3, 15, 0.98) 100%),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 32%),
    radial-gradient(circle at 50% 82%, rgba(184, 76, 255, 0.28), transparent 44%);
}

.wc-cyber-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  clip-path: inherit;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.1), transparent 24%, transparent 72%, rgba(0, 240, 255, 0.08)),
    linear-gradient(180deg, transparent 0%, rgba(3, 3, 15, 0.52) 100%);
  pointer-events: none;
}

.wc-cyber-card:hover {
  transform: translateY(-10px) scale(1.012);
  border-color: rgba(255, 53, 245, 0.78);
  box-shadow:
    0 0 34px rgba(255, 53, 245, 0.3),
    0 0 70px rgba(0, 163, 255, 0.13),
    inset 0 0 40px rgba(255, 255, 255, 0.05);
}

.wc-game-featured.wc-cyber-card {
  min-height: 675px;
  border-color: rgba(255, 53, 245, 0.7);
  box-shadow:
    0 0 36px rgba(255, 53, 245, 0.28),
    0 0 90px rgba(184, 76, 255, 0.16),
    inset 0 0 42px rgba(255, 255, 255, 0.045);
}

.wc-game-featured.wc-cyber-card::before {
  background:
    linear-gradient(180deg, rgba(3, 3, 15, 0.1) 0%, rgba(3, 3, 15, 0.58) 36%, rgba(3, 3, 15, 0.98) 100%),
    radial-gradient(circle at 50% 28%, rgba(255, 53, 245, 0.26), transparent 32%),
    radial-gradient(circle at 50% 82%, rgba(0, 163, 255, 0.22), transparent 44%);
}


/* ================= CARD FX ================= */

.wc-card-scanline {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.22;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px,
      transparent 7px
    );
  mix-blend-mode: overlay;
}

.wc-cyber-card .wc-game-badge {
  position: relative;
  z-index: 4;
  width: fit-content;
  margin-bottom: auto;
  padding: 9px 15px;
  border: 1px solid rgba(0, 240, 255, 0.48);
  border-radius: 999px;
  color: #a9fbff;
  background:
    linear-gradient(90deg, rgba(0, 240, 255, 0.16), rgba(0, 163, 255, 0.05));
  box-shadow:
    0 0 18px rgba(0, 240, 255, 0.16),
    inset 0 0 14px rgba(0, 240, 255, 0.08);
  font-size: 0.7rem;
  font-weight: 1000;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wc-game-featured .wc-game-badge {
  border-color: rgba(255, 53, 245, 0.62);
  color: #ffd0ff;
  background:
    linear-gradient(90deg, rgba(255, 53, 245, 0.18), rgba(184, 76, 255, 0.06));
  box-shadow: 0 0 18px rgba(255, 53, 245, 0.22);
}

.wc-game-content {
  position: relative;
  z-index: 4;
  margin-top: 170px;
}

.wc-game-featured .wc-game-content {
  margin-top: 210px;
}

.wc-cyber-card .wc-game-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.14), transparent 54%),
    rgba(184, 76, 255, 0.18);
  box-shadow:
    0 0 28px rgba(184, 76, 255, 0.3),
    inset 0 0 18px rgba(255, 255, 255, 0.08);
  font-size: 2rem;
}

.wc-cyber-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2rem, 2.15vw, 2.8rem);
  line-height: 0.9;
  font-weight: 1000;
  letter-spacing: -0.065em;
  text-shadow:
    0 0 16px rgba(255, 255, 255, 0.18),
    0 0 28px rgba(184, 76, 255, 0.22);
}

.wc-cyber-card h3 span {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #ffffff 0%, #6aeaff 45%, #00a3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 12px rgba(0, 163, 255, 0.34));
}

.wc-game-featured h3 span {
  background: linear-gradient(180deg, #ffecff 0%, #ff35f5 48%, #8b2cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 16px rgba(255, 53, 245, 0.42));
}

.wc-cyber-card p {
  margin: 0 0 24px;
  color: rgba(235, 232, 255, 0.84);
  font-size: 0.98rem;
  line-height: 1.55;
}

.wc-cyber-card ul {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.wc-cyber-card li {
  padding: 13px 15px;
  border: 1px solid rgba(119, 137, 204, 0.28);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.86);
  background:
    linear-gradient(90deg, rgba(8, 12, 38, 0.82), rgba(4, 6, 24, 0.68));
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.025);
  font-size: 0.9rem;
}


/* ================= INTERNAL ELEMENTS ================= */

.wc-cyber-card .wc-mini-match {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.wc-cyber-card .wc-mini-match div {
  min-height: 88px;
  border: 1px solid rgba(0, 163, 255, 0.42);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 163, 255, 0.16), transparent 58%),
    rgba(4, 8, 30, 0.78);
  box-shadow:
    0 0 18px rgba(0, 163, 255, 0.12),
    inset 0 0 14px rgba(255, 255, 255, 0.035);
}

.wc-cyber-card .wc-mini-match span {
  color: #fff;
  font-size: 2.05rem;
  font-weight: 1000;
  text-shadow:
    0 0 14px rgba(0, 163, 255, 0.72),
    0 0 24px rgba(184, 76, 255, 0.28);
}

.wc-cyber-card .wc-bracket-lines {
  display: grid;
  gap: 15px;
  margin: 32px 0 0;
}

.wc-cyber-card .wc-bracket-lines span {
  display: block;
  height: 11px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 53, 245, 0.08), rgba(255, 53, 245, 0.9), rgba(0, 163, 255, 0.75));
  box-shadow:
    0 0 18px rgba(255, 53, 245, 0.34),
    0 0 28px rgba(0, 163, 255, 0.16);
}

.wc-cyber-card .wc-bracket-lines span:nth-child(2) {
  width: 82%;
}

.wc-cyber-card .wc-bracket-lines span:nth-child(3) {
  width: 62%;
}

.wc-cyber-card .wc-bracket-lines span:nth-child(4) {
  width: 42%;
}

.wc-cyber-card .wc-mission-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.wc-cyber-card .wc-mission-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 15px;
  border: 1px solid rgba(0, 240, 255, 0.28);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(0, 240, 255, 0.08), rgba(4, 16, 28, 0.74));
  box-shadow:
    0 0 18px rgba(0, 240, 255, 0.08),
    inset 0 0 14px rgba(255, 255, 255, 0.025);
}

.wc-cyber-card .wc-mission-list span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
}

.wc-cyber-card .wc-mission-list strong {
  color: var(--wc-gold);
  font-size: 1rem;
  text-shadow: 0 0 12px rgba(247, 191, 79, 0.34);
}


/* ================= CARD BUTTON ================= */

.wc-card-action {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  margin-top: auto;
  padding: 0 22px;
  border: 1px solid rgba(0, 163, 255, 0.42);
  border-radius: 12px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 163, 255, 0.12), rgba(184, 76, 255, 0.08));
  box-shadow:
    0 0 20px rgba(0, 163, 255, 0.14),
    inset 0 0 18px rgba(255, 255, 255, 0.035);
  font-size: 0.82rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  transition: 0.25s ease;
}

.wc-card-action span {
  font-size: 1.75rem;
}

.wc-card-action:hover {
  border-color: rgba(255, 53, 245, 0.72);
  background:
    linear-gradient(90deg, rgba(255, 53, 245, 0.18), rgba(184, 76, 255, 0.1));
  box-shadow:
    0 0 28px rgba(255, 53, 245, 0.24),
    inset 0 0 18px rgba(255, 255, 255, 0.04);
}

.wc-card-action-main {
  border-color: rgba(255, 53, 245, 0.76);
  background:
    linear-gradient(90deg, rgba(255, 53, 245, 0.22), rgba(184, 76, 255, 0.12));
  box-shadow:
    0 0 26px rgba(255, 53, 245, 0.28),
    inset 0 0 18px rgba(255, 255, 255, 0.04);
}


/* ================= MOBILE CAROUSEL ================= */

.wc-mobile-hint {
  display: none;
}

@media (max-width: 1280px) {
  .wc-games-track {
    grid-template-columns: repeat(2, 1fr);
    width: min(92%, 1040px);
  }

  .wc-cyber-card,
  .wc-game-featured.wc-cyber-card {
    min-height: 610px;
  }
}

@media (max-width: 820px) {
  .wc-games-cyber {
    padding: 76px 0 82px;
  }

  .wc-games-head {
    width: calc(100% - 28px);
    margin-bottom: 34px;
    text-align: left;
  }

  .wc-games-head h2 {
    font-size: clamp(2.35rem, 11vw, 4.4rem);
  }

  .wc-games-head p {
    font-size: 0.96rem;
  }

  .wc-games-track {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 16px;
    margin: 0;
    padding: 0 14px 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .wc-games-track::-webkit-scrollbar {
    display: none;
  }

  .wc-cyber-card,
  .wc-game-featured.wc-cyber-card {
    flex: 0 0 82%;
    width: 82%;
    max-width: 380px;
    min-height: 560px;
    padding: 26px 22px 24px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .wc-game-content,
  .wc-game-featured .wc-game-content {
    margin-top: 150px;
  }

  .wc-cyber-card h3 {
    font-size: 2rem;
  }

  .wc-cyber-card p {
    font-size: 0.9rem;
  }

  .wc-cyber-card .wc-mini-match {
    gap: 8px;
  }

  .wc-cyber-card .wc-mini-match div {
    min-height: 74px;
  }

  .wc-cyber-card .wc-mini-match span {
    font-size: 1.65rem;
  }

  .wc-mobile-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: calc(100% - 28px);
    margin: 12px auto 0;
    color: rgba(216, 210, 245, 0.72);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
  }

  .wc-mobile-hint span {
    color: var(--wc-purple);
    font-size: 1.25rem;
    text-shadow: 0 0 12px rgba(184, 76, 255, 0.75);
  }
}

@media (max-width: 480px) {
  .wc-cyber-card,
  .wc-game-featured.wc-cyber-card {
    flex-basis: 86%;
    width: 86%;
    min-height: 545px;
  }

  .wc-game-content,
  .wc-game-featured .wc-game-content {
    margin-top: 132px;
  }

  .wc-cyber-card .wc-game-badge {
    font-size: 0.62rem;
    padding: 8px 12px;
  }

  .wc-cyber-card h3 {
    font-size: 1.75rem;
  }

  .wc-cyber-card p {
    font-size: 0.86rem;
  }

  .wc-cyber-card li {
    font-size: 0.82rem;
  }

  .wc-card-action {
    min-height: 54px;
    font-size: 0.72rem;
    letter-spacing: 0.09em;
  }
}

/* =========================================================
   WORLD CUP GAME SECTION - ARENA BG + COMPACT CARDS
   Add at the VERY END of world-cup.css
========================================================= */

.wc-games-cyber {
  padding: 92px 0 100px;
  background:
    linear-gradient(180deg, rgba(3, 3, 15, 0.94) 0%, rgba(3, 3, 15, 0.72) 42%, rgba(3, 3, 15, 0.98) 100%),
    radial-gradient(circle at 50% 34%, rgba(255, 53, 245, 0.18), transparent 38%),
    radial-gradient(circle at 82% 26%, rgba(0, 163, 255, 0.2), transparent 34%),
    url("../img/wc-games-arena-bg.webp") center center / cover no-repeat;
  background-attachment: fixed;
}

.wc-games-cyber::before {
  opacity: 0.18;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, transparent 0%, rgba(3, 3, 15, 0.72) 78%);
  background-size: 58px 58px, 58px 58px, cover;
}

.wc-games-head {
  margin-bottom: 42px;
}

.wc-games-head h2 {
  font-size: clamp(2.55rem, 4.4vw, 5.45rem);
}

.wc-games-head p {
  max-width: 700px;
  margin-top: 18px;
}


/* ================= COMPACT GAME CARDS ================= */

.wc-games-track {
  grid-template-columns: 1fr 1fr 1.1fr 1fr;
  gap: 20px;
  width: min(94%, 1580px);
}

.wc-cyber-card {
  min-height: 455px;
  padding: 24px 24px 22px;
  clip-path: polygon(7% 0, 100% 0, 100% 84%, 91% 100%, 0 100%, 0 12%);
  background-position: center center;
}

.wc-game-featured.wc-cyber-card {
  min-height: 500px;
}

.wc-cyber-card::before {
  background:
    linear-gradient(180deg, rgba(3, 3, 15, 0.08) 0%, rgba(3, 3, 15, 0.52) 42%, rgba(3, 3, 15, 0.98) 100%),
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at 50% 78%, rgba(184, 76, 255, 0.26), transparent 42%);
}

.wc-game-featured.wc-cyber-card::before {
  background:
    linear-gradient(180deg, rgba(3, 3, 15, 0.04) 0%, rgba(3, 3, 15, 0.48) 40%, rgba(3, 3, 15, 0.98) 100%),
    radial-gradient(circle at 50% 24%, rgba(255, 53, 245, 0.24), transparent 30%),
    radial-gradient(circle at 50% 78%, rgba(0, 163, 255, 0.2), transparent 42%);
}

.wc-cyber-card .wc-game-badge {
  padding: 7px 13px;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.wc-game-content {
  margin-top: 118px;
}

.wc-game-featured .wc-game-content {
  margin-top: 148px;
}

.wc-cyber-card .wc-game-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  border-radius: 15px;
  font-size: 1.45rem;
}

.wc-cyber-card h3 {
  margin-bottom: 13px;
  font-size: clamp(1.55rem, 1.75vw, 2.25rem);
  line-height: 0.92;
}

.wc-cyber-card p {
  margin-bottom: 16px;
  font-size: 0.86rem;
  line-height: 1.45;
}

.wc-cyber-card ul {
  gap: 8px;
  margin-top: 16px;
}

.wc-cyber-card li {
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.78rem;
}

.wc-cyber-card .wc-mini-match {
  gap: 8px;
  margin-top: 18px;
}

.wc-cyber-card .wc-mini-match div {
  min-height: 66px;
  border-radius: 12px;
}

.wc-cyber-card .wc-mini-match strong {
  font-size: 0.66rem;
}

.wc-cyber-card .wc-mini-match span {
  font-size: 1.5rem;
}

.wc-cyber-card .wc-bracket-lines {
  gap: 10px;
  margin-top: 22px;
}

.wc-cyber-card .wc-bracket-lines span {
  height: 8px;
}

.wc-cyber-card .wc-mission-list {
  gap: 8px;
  margin-top: 16px;
}

.wc-cyber-card .wc-mission-list div {
  padding: 10px 12px;
  border-radius: 11px;
}

.wc-cyber-card .wc-mission-list span {
  font-size: 0.78rem;
}

.wc-cyber-card .wc-mission-list strong {
  font-size: 0.9rem;
}

.wc-card-action {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.wc-card-action span {
  font-size: 1.45rem;
}


/* ================= TABLET COMPACT ================= */

@media (max-width: 1280px) {
  .wc-games-cyber {
    background-attachment: scroll;
  }

  .wc-games-track {
    grid-template-columns: repeat(2, 1fr);
    width: min(92%, 960px);
  }

  .wc-cyber-card,
  .wc-game-featured.wc-cyber-card {
    min-height: 455px;
  }

  .wc-game-featured .wc-game-content {
    margin-top: 118px;
  }
}


/* ================= MOBILE GAME CAROUSEL COMPACT ================= */

@media (max-width: 820px) {
  .wc-games-cyber {
    padding: 68px 0 72px;
    background:
      linear-gradient(180deg, rgba(3, 3, 15, 0.88) 0%, rgba(3, 3, 15, 0.66) 44%, rgba(3, 3, 15, 0.98) 100%),
      radial-gradient(circle at 50% 32%, rgba(255, 53, 245, 0.2), transparent 38%),
      url("../img/wc-games-arena-bg.webp") center top / cover no-repeat;
  }

  .wc-games-head {
    width: calc(100% - 28px);
    margin-bottom: 28px;
  }

  .wc-games-head h2 {
    font-size: clamp(2.2rem, 10vw, 3.8rem);
  }

  .wc-games-head p {
    margin-top: 16px;
    font-size: 0.92rem;
  }

  .wc-games-track {
    display: flex;
    width: 100%;
    gap: 14px;
    padding: 0 14px 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .wc-games-track::-webkit-scrollbar {
    display: none;
  }

  .wc-cyber-card,
  .wc-game-featured.wc-cyber-card {
    flex: 0 0 78%;
    width: 78%;
    max-width: 340px;
    min-height: 430px;
    padding: 22px 20px 20px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .wc-game-content,
  .wc-game-featured .wc-game-content {
    margin-top: 104px;
  }

  .wc-cyber-card .wc-game-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
    font-size: 1.3rem;
  }

  .wc-cyber-card h3 {
    font-size: 1.62rem;
  }

  .wc-cyber-card p {
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .wc-cyber-card li {
    padding: 9px 10px;
    font-size: 0.75rem;
  }

  .wc-cyber-card .wc-mini-match div {
    min-height: 58px;
  }

  .wc-cyber-card .wc-mini-match span {
    font-size: 1.35rem;
  }

  .wc-card-action {
    min-height: 46px;
    font-size: 0.68rem;
  }
}

@media (max-width: 480px) {
  .wc-cyber-card,
  .wc-game-featured.wc-cyber-card {
    flex-basis: 82%;
    width: 82%;
    max-width: 315px;
    min-height: 415px;
  }

  .wc-game-content,
  .wc-game-featured .wc-game-content {
    margin-top: 92px;
  }

  .wc-cyber-card .wc-game-badge {
    font-size: 0.58rem;
  }

  .wc-cyber-card h3 {
    font-size: 1.5rem;
  }

  .wc-cyber-card p {
    font-size: 0.78rem;
  }

  .wc-cyber-card .wc-mission-list div {
    padding: 9px 10px;
  }

  .wc-cyber-card .wc-mission-list span {
    font-size: 0.74rem;
  }
}

/* =========================================================
   WORLD CUP PLAYER HUB - COMPACT DASHBOARD STRIP
   Add at the VERY END of world-cup.css
========================================================= */

.wc-player-hub-section {
  position: relative;
  padding: 70px 0 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 53, 245, 0.18), transparent 34%),
    radial-gradient(circle at 76% 18%, rgba(0, 163, 255, 0.16), transparent 32%),
    linear-gradient(180deg, #050512 0%, #03030f 100%);
}

.wc-player-hub-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(92%, 1360px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(184, 76, 255, 0.88), rgba(0, 163, 255, 0.72), transparent);
  box-shadow:
    0 0 18px rgba(184, 76, 255, 0.8),
    0 0 34px rgba(0, 163, 255, 0.42);
}

.wc-player-hub {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 2.25fr auto;
  align-items: center;
  gap: 22px;
  width: min(94%, 1540px);
  margin: 0 auto;
  padding: 22px 24px;
  border: 1px solid rgba(184, 76, 255, 0.44);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(10, 10, 38, 0.92), rgba(4, 5, 22, 0.96)),
    radial-gradient(circle at 50% 0%, rgba(184, 76, 255, 0.18), transparent 42%);
  box-shadow:
    0 0 42px rgba(184, 76, 255, 0.18),
    0 0 80px rgba(0, 163, 255, 0.08),
    inset 0 0 28px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

.wc-player-hub::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 21px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07), transparent 28%, transparent 72%, rgba(0, 240, 255, 0.07));
}

.wc-hub-intro {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.wc-hub-emblem {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 53, 245, 0.38);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 53, 245, 0.2), transparent 58%),
    rgba(10, 8, 35, 0.9);
  box-shadow:
    0 0 24px rgba(255, 53, 245, 0.18),
    inset 0 0 18px rgba(255, 255, 255, 0.04);
}

.wc-hub-emblem img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(184, 76, 255, 0.55));
}

.wc-hub-intro span {
  display: block;
  margin-bottom: 6px;
  color: var(--wc-gold);
  font-size: 0.7rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.wc-hub-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 2.35rem);
  line-height: 0.95;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

.wc-hub-intro p {
  max-width: 360px;
  margin: 8px 0 0;
  color: rgba(226, 222, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.4;
}

.wc-hub-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.wc-hub-stat {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 92px;
  padding: 14px 16px;
  border: 1px solid rgba(119, 137, 204, 0.24);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(8, 12, 38, 0.82), rgba(4, 6, 24, 0.88));
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.025),
    0 0 18px rgba(0, 0, 0, 0.16);
}

.wc-hub-stat img {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 10px rgba(184, 76, 255, 0.46))
    drop-shadow(0 0 16px rgba(0, 163, 255, 0.18));
}

.wc-hub-stat span {
  display: block;
  margin-bottom: 6px;
  color: rgba(216, 210, 245, 0.66);
  font-size: 0.66rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.wc-hub-stat strong {
  display: block;
  color: #fff;
  font-size: clamp(1.25rem, 1.55vw, 1.9rem);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.wc-hub-stat:nth-child(1) strong {
  color: var(--wc-gold-light);
  text-shadow: 0 0 16px rgba(247, 191, 79, 0.34);
}

.wc-hub-stat:nth-child(2) strong {
  color: #ff8dff;
  text-shadow: 0 0 16px rgba(255, 53, 245, 0.42);
}

.wc-hub-stat:nth-child(3) strong {
  color: #8eefff;
  text-shadow: 0 0 16px rgba(0, 240, 255, 0.34);
}

.wc-hub-action {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 210px;
  min-height: 64px;
  padding: 0 24px;
  border: 1px solid rgba(255, 53, 245, 0.74);
  border-radius: 14px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 53, 245, 0.24), rgba(184, 76, 255, 0.12)),
    rgba(12, 4, 28, 0.86);
  box-shadow:
    0 0 26px rgba(255, 53, 245, 0.34),
    inset 0 0 20px rgba(255, 255, 255, 0.05);
  font-size: 0.84rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: 0.25s ease;
}

.wc-hub-action span {
  font-size: 1.8rem;
}

.wc-hub-action:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 34px rgba(255, 53, 245, 0.48),
    0 0 62px rgba(184, 76, 255, 0.22);
}


/* ================= RESPONSIVE PLAYER HUB ================= */

@media (max-width: 1320px) {
  .wc-player-hub {
    grid-template-columns: 1fr;
  }

  .wc-hub-intro {
    justify-content: flex-start;
  }

  .wc-hub-action {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .wc-player-hub-section {
    padding: 52px 0 44px;
  }

  .wc-player-hub {
    width: calc(100% - 28px);
    padding: 18px;
    gap: 18px;
  }

  .wc-hub-stats {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .wc-hub-stats::-webkit-scrollbar {
    display: none;
  }

  .wc-hub-stat {
    flex: 0 0 235px;
    scroll-snap-align: start;
  }

  .wc-hub-action {
    min-height: 58px;
  }
}

@media (max-width: 560px) {
  .wc-hub-intro {
    align-items: flex-start;
  }

  .wc-hub-emblem {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    border-radius: 15px;
  }

  .wc-hub-emblem img {
    width: 50px;
    height: 50px;
  }

  .wc-hub-intro h2 {
    font-size: 1.35rem;
  }

  .wc-hub-intro p {
    font-size: 0.8rem;
  }

  .wc-hub-stat {
    flex-basis: 220px;
    min-height: 86px;
  }

  .wc-hub-stat img {
    width: 40px;
    height: 40px;
  }

  .wc-hub-stat strong {
    font-size: 1.35rem;
  }

  .wc-hub-action {
    min-width: 0;
    width: 100%;
  }
}

/* =========================================================
   WORLD CUP GAME ROADMAP SECTION
   Add at the VERY END of world-cup.css
========================================================= */

.wc-roadmap-section {
  position: relative;
  padding: 105px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 53, 245, 0.16), transparent 34%),
    radial-gradient(circle at 82% 22%, rgba(0, 163, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #03030f 0%, #070719 48%, #03030f 100%);
}

.wc-roadmap-bg {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.wc-roadmap-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(92%, 1360px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(247, 191, 79, 0.9), rgba(184, 76, 255, 0.8), transparent);
  box-shadow:
    0 0 20px rgba(247, 191, 79, 0.55),
    0 0 36px rgba(184, 76, 255, 0.45);
}

.wc-roadmap-head {
  position: relative;
  z-index: 2;
  width: min(92%, 1180px);
  margin: 0 auto 62px;
  text-align: center;
}

.wc-roadmap-head h2 {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 6rem);
  line-height: 0.9;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -0.065em;
  text-shadow:
    0 0 28px rgba(255, 255, 255, 0.16),
    0 0 58px rgba(184, 76, 255, 0.16);
}

.wc-roadmap-head h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #fff1b5 0%, #f8c450 38%, #b66e14 82%, #ffdf79 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(247, 191, 79, 0.26));
}

.wc-roadmap-head p {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(226, 222, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.65;
}


/* ================= ROADMAP TRACK ================= */

.wc-roadmap-track {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(220px, 1fr));
  gap: 18px;
  width: min(96%, 1680px);
  margin: 0 auto;
}

.wc-roadmap-track::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 35px;
  height: 2px;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 191, 79, 0.18), rgba(255, 53, 245, 0.82), rgba(0, 163, 255, 0.7), rgba(247, 191, 79, 0.18));
  box-shadow:
    0 0 18px rgba(255, 53, 245, 0.5),
    0 0 30px rgba(0, 163, 255, 0.25);
}

.wc-roadmap-step {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 22px;
}

.wc-roadmap-step:nth-child(even) {
  padding-top: 54px;
}

.wc-roadmap-node {
  position: relative;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border: 1px solid rgba(255, 53, 245, 0.55);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.16), transparent 58%),
    linear-gradient(135deg, rgba(255, 53, 245, 0.22), rgba(0, 163, 255, 0.13)),
    rgba(6, 7, 28, 0.92);
  box-shadow:
    0 0 28px rgba(255, 53, 245, 0.28),
    inset 0 0 18px rgba(255, 255, 255, 0.06);
}

.wc-roadmap-node::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 25px;
  border: 1px solid rgba(0, 240, 255, 0.14);
  box-shadow: 0 0 22px rgba(0, 240, 255, 0.14);
}

.wc-roadmap-node span {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 1000;
  letter-spacing: 0.04em;
  text-shadow:
    0 0 12px rgba(255, 53, 245, 0.8),
    0 0 20px rgba(0, 163, 255, 0.45);
}

.wc-roadmap-step.is-active .wc-roadmap-node {
  border-color: rgba(247, 191, 79, 0.82);
  box-shadow:
    0 0 28px rgba(247, 191, 79, 0.35),
    0 0 54px rgba(255, 53, 245, 0.18),
    inset 0 0 18px rgba(255, 255, 255, 0.08);
}


/* ================= ROADMAP CARD ================= */

.wc-roadmap-card {
  position: relative;
  min-height: 290px;
  padding: 24px 22px;
  overflow: hidden;
  border: 1px solid rgba(119, 137, 204, 0.28);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(8, 12, 42, 0.84), rgba(3, 5, 20, 0.96));
  box-shadow:
    0 0 28px rgba(0, 0, 0, 0.24),
    inset 0 0 24px rgba(255, 255, 255, 0.035);
  transition: 0.25s ease;
}

.wc-roadmap-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 24%, transparent 72%, rgba(0, 240, 255, 0.07)),
    radial-gradient(circle at 70% 0%, rgba(184, 76, 255, 0.18), transparent 34%);
  pointer-events: none;
}

.wc-roadmap-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.72), rgba(255, 53, 245, 0.72), transparent);
  box-shadow:
    0 0 14px rgba(0, 240, 255, 0.4),
    0 0 24px rgba(255, 53, 245, 0.28);
}

.wc-roadmap-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 53, 245, 0.52);
  box-shadow:
    0 0 34px rgba(255, 53, 245, 0.18),
    0 0 60px rgba(0, 163, 255, 0.08),
    inset 0 0 26px rgba(255, 255, 255, 0.045);
}

.wc-roadmap-card small,
.wc-roadmap-card h3,
.wc-roadmap-card p,
.wc-roadmap-reward {
  position: relative;
  z-index: 2;
}

.wc-roadmap-card small {
  display: block;
  margin-bottom: 14px;
  color: var(--wc-gold);
  font-size: 0.68rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.wc-roadmap-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.35rem, 1.45vw, 1.85rem);
  line-height: 0.96;
  font-weight: 1000;
  letter-spacing: -0.045em;
}

.wc-roadmap-card p {
  margin: 0;
  color: rgba(226, 222, 255, 0.76);
  font-size: 0.88rem;
  line-height: 1.5;
}

.wc-roadmap-reward {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
  padding: 13px 14px;
  border: 1px solid rgba(0, 240, 255, 0.22);
  border-radius: 13px;
  background:
    linear-gradient(90deg, rgba(0, 240, 255, 0.08), rgba(184, 76, 255, 0.08));
}

.wc-roadmap-reward span {
  color: rgba(216, 210, 245, 0.7);
  font-size: 0.64rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.wc-roadmap-reward strong {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 1000;
  white-space: nowrap;
}

.wc-roadmap-step:nth-child(2) .wc-roadmap-reward strong,
.wc-roadmap-step:nth-child(4) .wc-roadmap-reward strong {
  color: var(--wc-gold-light);
  text-shadow: 0 0 12px rgba(247, 191, 79, 0.3);
}

.wc-roadmap-step:nth-child(3) .wc-roadmap-reward strong,
.wc-roadmap-step:nth-child(5) .wc-roadmap-reward strong {
  color: #ff8dff;
  text-shadow: 0 0 12px rgba(255, 53, 245, 0.34);
}

.wc-roadmap-step:nth-child(6) .wc-roadmap-reward strong {
  color: #8eefff;
  text-shadow: 0 0 12px rgba(0, 240, 255, 0.34);
}


/* ================= ROADMAP FOOTER ================= */

.wc-roadmap-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  width: min(92%, 1180px);
  margin: 58px auto 0;
  padding: 22px 24px;
  border: 1px solid rgba(184, 76, 255, 0.28);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(10, 10, 38, 0.8), rgba(4, 5, 22, 0.92));
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.035);
}

.wc-roadmap-footer p {
  max-width: 720px;
  margin: 0;
  color: rgba(226, 222, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.55;
}

.wc-roadmap-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 280px;
  min-height: 58px;
  padding: 0 22px;
  border: 1px solid rgba(255, 53, 245, 0.72);
  border-radius: 14px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 53, 245, 0.22), rgba(184, 76, 255, 0.1));
  box-shadow:
    0 0 24px rgba(255, 53, 245, 0.24),
    inset 0 0 18px rgba(255, 255, 255, 0.04);
  font-size: 0.8rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: 0.25s ease;
}

.wc-roadmap-cta span {
  font-size: 1.7rem;
}

.wc-roadmap-cta:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 34px rgba(255, 53, 245, 0.38),
    0 0 58px rgba(184, 76, 255, 0.18);
}


/* ================= RESPONSIVE ROADMAP ================= */

@media (max-width: 1440px) {
  .wc-roadmap-track {
    grid-template-columns: repeat(3, 1fr);
    width: min(92%, 1120px);
    gap: 22px;
  }

  .wc-roadmap-track::before {
    display: none;
  }

  .wc-roadmap-step:nth-child(even) {
    padding-top: 0;
  }
}

@media (max-width: 820px) {
  .wc-roadmap-section {
    padding: 76px 0 82px;
  }

  .wc-roadmap-head {
    width: calc(100% - 28px);
    margin-bottom: 34px;
    text-align: left;
  }

  .wc-roadmap-head h2 {
    font-size: clamp(2.25rem, 10.5vw, 4rem);
  }

  .wc-roadmap-head p {
    font-size: 0.94rem;
  }

  .wc-roadmap-track {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 16px;
    margin: 0;
    padding: 0 14px 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .wc-roadmap-track::-webkit-scrollbar {
    display: none;
  }

  .wc-roadmap-step {
    flex: 0 0 82%;
    max-width: 350px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .wc-roadmap-node {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    margin-left: 0;
  }

  .wc-roadmap-card {
    min-height: 270px;
    padding: 22px 20px;
  }

  .wc-roadmap-footer {
    width: calc(100% - 28px);
    flex-direction: column;
    align-items: stretch;
    margin-top: 28px;
  }

  .wc-roadmap-cta {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .wc-roadmap-head h2 {
    font-size: 2.22rem;
  }

  .wc-roadmap-step {
    flex-basis: 86%;
  }

  .wc-roadmap-card h3 {
    font-size: 1.35rem;
  }

  .wc-roadmap-card p {
    font-size: 0.82rem;
  }

  .wc-roadmap-reward {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .wc-roadmap-cta {
    font-size: 0.72rem;
  }
}

/* =========================================================
   WORLD CUP PERFORMANCE / SCROLL SMOOTH FIX
   Add at the VERY END of world-cup.css
========================================================= */

html {
  scroll-behavior: smooth;
}

body.wc-page {
  min-height: 100%;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Evita micro-jitter causati dai background fixed */
.wc-games-cyber,
.wc-hero-bg,
.wc-roadmap-section,
.wc-player-hub-section,
.wc-final-cta {
  background-attachment: scroll !important;
}

/* Riduce il costo grafico degli elementi fuori schermo */
.wc-player-hub-section,
.wc-games-cyber,
.wc-roadmap-section,
.wc-final-cta {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

/* Stabilizza navbar e sezioni principali */
.wc-navbar,
.wc-nav-inner,
.wc-hero,
.wc-player-hub,
.wc-cyber-card,
.wc-roadmap-card,
.wc-final-cta-inner {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* Limita animazioni troppo costose */
.wc-cyber-card,
.wc-roadmap-card,
.wc-feature-card,
.wc-main-cta,
.wc-secondary-cta,
.wc-card-action,
.wc-hub-action,
.wc-roadmap-cta {
  will-change: transform;
}

/* Evita che troppe ombre pesanti impattino durante lo scroll */
@media (hover: none) {
  .wc-cyber-card:hover,
  .wc-roadmap-card:hover,
  .wc-feature-card:hover,
  .wc-main-cta:hover,
  .wc-secondary-cta:hover,
  .wc-card-action:hover,
  .wc-hub-action:hover,
  .wc-roadmap-cta:hover {
    transform: none;
  }
}

/* Mobile: alleggerisce blur e ombre */
@media (max-width: 820px) {
  .wc-nav-inner,
  .wc-live-card,
  .wc-player-hub,
  .wc-final-cta-inner {
    backdrop-filter: blur(10px);
  }

  .wc-cyber-card,
  .wc-roadmap-card,
  .wc-hub-stat,
  .wc-dash-card {
    box-shadow:
      0 0 20px rgba(0, 0, 0, 0.22),
      inset 0 0 18px rgba(255, 255, 255, 0.025);
  }

  .wc-games-cyber::before,
  .wc-roadmap-bg {
    opacity: 0.12;
  }
}

/* Per utenti/dispositivi con animazioni ridotte */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* =========================================================
   FIX NAVBAR POSITION AFTER PERFORMANCE OPTIMIZATION
========================================================= */

body.wc-page {
  transform: none !important;
}

.wc-navbar {
  left: 50% !important;
  transform: translateX(-50%) translateZ(0) !important;
}

.wc-nav-inner {
  transform: none !important;
}


/* =========================================================
   WORLD CUP PROFILE BRIDGE V1
   Fix navbar link styling + Supabase account bridge
   ========================================================= */

.wc-navbar a,
.wc-navbar a:visited,
.wc-navbar a:hover,
.wc-navbar a:active {
  text-decoration: none !important;
}

.wc-navbar .wc-logo,
.wc-navbar .wc-logo:visited {
  color: var(--wc-purple) !important;
}

.wc-navbar .wc-nav-links a,
.wc-navbar .wc-nav-links a:visited {
  color: rgba(241, 237, 255, 0.78) !important;
}

.wc-navbar .wc-nav-links a:hover,
.wc-navbar .wc-nav-links a.active {
  color: #fff !important;
}

.wc-navbar .wc-btn,
.wc-navbar .wc-btn:visited {
  text-decoration: none !important;
}

.wc-navbar .wc-btn-login,
.wc-navbar .wc-btn-login:visited {
  color: #fff !important;
}

.wc-navbar .wc-btn-register,
.wc-navbar .wc-btn-register:visited {
  color: #130d03 !important;
}

.wc-nav-actions[data-loading="true"] {
  opacity: .72;
}

.wc-auth-user-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 14px 8px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0, 240, 255, .28);
  background:
    linear-gradient(135deg, rgba(0, 240, 255, .08), rgba(184, 76, 255, .08)),
    rgba(5, 8, 28, .78);
  box-shadow:
    0 0 18px rgba(0, 240, 255, .10),
    inset 0 0 18px rgba(255, 255, 255, .04);
  color: #fff;
  max-width: 260px;
}

.wc-auth-avatar {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(247, 191, 79, .45);
  background: radial-gradient(circle, rgba(247,191,79,.28), rgba(184,76,255,.18));
  box-shadow: 0 0 14px rgba(247,191,79,.18);
  color: #fff;
  font-weight: 950;
  font-size: .85rem;
  text-transform: uppercase;
}

.wc-auth-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.wc-auth-user-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.wc-auth-user-meta strong {
  max-width: 132px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .82rem;
  color: #fff;
}

.wc-auth-user-meta small {
  margin-top: 4px;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--wc-gold-light);
}

.wc-player-hub.is-logged {
  border-color: rgba(0, 240, 255, .34);
  box-shadow:
    0 0 34px rgba(0, 240, 255, .10),
    0 0 70px rgba(184, 76, 255, .12),
    inset 0 0 22px rgba(255, 255, 255, .04);
}

.wc-player-hub.is-logged .wc-hub-action {
  border-color: rgba(0, 240, 255, .50);
  box-shadow: 0 0 24px rgba(0, 240, 255, .20);
}

.wc-hub-stat strong.is-loading,
.wc-hub-action.is-loading {
  opacity: .62;
}

.wc-profile-bridge-note {
  margin-top: 10px;
  color: rgba(255,255,255,.62);
  font-size: .82rem;
}

@media (max-width: 980px) {
  .wc-auth-user-chip {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
  }

  .wc-nav-actions {
    align-items: stretch;
  }
}

@media (max-width: 620px) {
  .wc-auth-user-chip {
    min-height: 44px;
    padding-right: 12px;
  }

  .wc-auth-user-meta strong {
    max-width: 180px;
  }
}



/* ===== AUTH RETURN FLOW V1 ===== */
.wc-navbar a,
.wc-navbar a:visited,
.wc-navbar a:hover,
.wc-navbar a:focus {
  text-decoration: none;
}

.wc-btn-logout {
  min-width: auto;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .86);
  cursor: pointer;
  font-family: inherit;
}

.wc-btn-logout:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 79, 216, .42);
  box-shadow: 0 0 22px rgba(255, 79, 216, .18);
  color: #fff;
}

.wc-btn-logout:disabled {
  opacity: .6;
  cursor: wait;
  transform: none;
}

@media (max-width: 980px) {
  .wc-btn-logout {
    width: 100%;
  }
}

/* =========================================================
   AUTH NAV FINAL FIX - Home / World Cup
   Sistema il gruppo profilo + Apri Arena + Logout su desktop e mobile
   ========================================================= */

body.wc-site-authenticated .wc-nav-inner {
  gap: clamp(14px, 1.4vw, 24px);
}

body.wc-site-authenticated .wc-logo {
  margin-right: clamp(28px, 3vw, 58px);
}

body.wc-site-authenticated .wc-nav-links {
  gap: clamp(18px, 2.2vw, 40px);
  min-width: 0;
}

.wc-nav-actions.wc-auth-logged {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: clamp(12px, 1.8vw, 28px);
  max-width: min(48vw, 560px);
  min-width: 0;
}

.wc-nav-actions.wc-auth-logged .wc-auth-user-chip {
  flex: 0 1 230px;
  max-width: 230px;
  min-width: 0;
  min-height: 46px;
  padding: 7px 12px 7px 7px;
}

.wc-nav-actions.wc-auth-logged .wc-auth-avatar {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
}

.wc-nav-actions.wc-auth-logged .wc-auth-user-meta strong {
  max-width: 112px;
  font-size: .78rem;
}

.wc-nav-actions.wc-auth-logged .wc-auth-user-meta small {
  font-size: .64rem;
}

.wc-nav-actions.wc-auth-logged .wc-auth-arena-link {
  flex: 0 0 auto;
  min-width: 142px;
  padding-inline: 18px;
  white-space: nowrap;
}

.wc-navbar .wc-btn-logout,
.wc-navbar .wc-btn-logout:visited {
  position: relative;
  flex: 0 0 46px;
  width: 46px;
  min-width: 46px !important;
  height: 46px;
  padding: 0 !important;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .18);
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.12), transparent 34%),
    linear-gradient(135deg, rgba(8, 12, 33, .88), rgba(18, 7, 42, .86));
  color: rgba(255,255,255,.92) !important;
  box-shadow:
    0 0 18px rgba(184, 76, 255, .12),
    inset 0 0 14px rgba(255, 255, 255, .04);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.wc-navbar .wc-btn-logout span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wc-navbar .wc-btn-logout::before {
  content: "⏻";
  font-size: 1.05rem;
  line-height: 1;
  transform: translateY(-1px);
  text-shadow: 0 0 12px rgba(247, 191, 79, .32);
}

.wc-navbar .wc-btn-logout:hover {
  transform: translateY(-2px);
  border-color: rgba(247, 191, 79, .42);
  color: var(--wc-gold-light) !important;
  box-shadow:
    0 0 22px rgba(247, 191, 79, .18),
    0 0 30px rgba(184, 76, 255, .12),
    inset 0 0 16px rgba(255, 255, 255, .05);
}

.wc-navbar .wc-btn-logout:disabled {
  opacity: .62;
  cursor: wait;
  transform: none;
}

@media (max-width: 1320px) and (min-width: 1081px) {
  body.wc-site-authenticated .wc-logo {
    margin-right: 24px;
    font-size: clamp(1.42rem, 1.7vw, 1.9rem);
  }

  body.wc-site-authenticated .wc-nav-links {
    gap: clamp(16px, 1.55vw, 28px);
  }

  .wc-nav-actions.wc-auth-logged {
    gap: 8px;
    max-width: 500px;
  }

  .wc-nav-actions.wc-auth-logged .wc-auth-user-chip {
    max-width: 200px;
  }

  .wc-nav-actions.wc-auth-logged .wc-auth-arena-link {
    min-width: 128px;
    padding-inline: 14px;
  }
}

@media (max-width: 1080px) {
  body.wc-site-authenticated .wc-logo {
    margin-right: 0;
  }

  body.wc-site-authenticated .wc-nav-links {
    gap: 0;
  }

  .wc-nav-actions.wc-auth-logged {
    max-width: none;
    width: auto;
    margin-left: 0;
    gap: 12px;
  }

  .wc-nav-actions.wc-auth-logged .wc-auth-user-chip {
    flex: 1 1 100%;
    max-width: none;
    width: 100%;
  }

  .wc-nav-actions.wc-auth-logged .wc-auth-user-meta strong {
    max-width: 100%;
  }

  .wc-nav-actions.wc-auth-logged .wc-auth-arena-link {
    flex: 1 1 auto;
    min-width: 0;
  }

  .wc-navbar .wc-btn-logout {
    flex: 0 0 52px;
    width: 52px;
    min-width: 52px !important;
    height: 48px;
  }
}

@media (max-width: 560px) {
  .wc-nav-actions.wc-auth-logged {
    display: none;
    flex-wrap: wrap;
  }

  .wc-menu-toggle:checked ~ .wc-nav-actions.wc-auth-logged {
    display: flex;
  }

  .wc-nav-actions.wc-auth-logged .wc-auth-user-chip {
    order: 0;
    flex: 1 1 100%;
  }

  .wc-nav-actions.wc-auth-logged .wc-auth-arena-link {
    order: 1;
    flex: 1 1 calc(100% - 66px);
  }

  .wc-navbar .wc-btn-logout {
    order: 2;
    flex: 0 0 54px;
  }
}
