.worldcup-page {
  --wc-ink: #0b1f3a;
  --wc-red: #e4002b;
  --wc-blue: #0a3d91;
  --wc-green: #1b6b3a;
  --wc-gold: #f5b21b;
}
.worldcup-hero {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  margin: 18px 0 26px;
  padding: 48px 38px;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 260px;
  background:
    linear-gradient(
      100deg,
      var(--wc-ink) 0%,
      rgba(11, 31, 58, 0.86) 36%,
      rgba(11, 31, 58, 0.45) 64%,
      rgba(11, 31, 58, 0.12) 100%
    ),
    var(--wc-hero, none) center right / cover no-repeat,
    linear-gradient(120deg, var(--wc-ink) 0%, var(--wc-blue) 100%);
}
.worldcup-hero-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
}
.worldcup-hero-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 14px;
}
.worldcup-hero h1 {
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.05;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.worldcup-hero p {
  font-size: 15px;
  opacity: 0.92;
  margin: 0 0 22px;
  line-height: 1.5;
}
.worldcup-hero-sub {
  font-size: 14.5px;
  font-weight: 600;
  margin: 0 0 16px;
  opacity: 0.95;
}
.worldcup-slogan {
  color: var(--wc-gold);
  font-weight: 800;
  letter-spacing: 0.3px;
}
.worldcup-search {
  max-width: 460px;
}
.worldcup-search .store-landing-search-btn {
  background: var(--wc-gold);
  border-color: var(--wc-gold);
  color: var(--wc-ink);
}
.worldcup-search .store-landing-search-btn:hover {
  background: #e0951a;
  border-color: #e0951a;
}
.worldcup-row-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
  margin-bottom: 12px;
}
.worldcup-row-head .store-landing-section-title {
  margin: 0;
}
.worldcup-seeall {
  flex: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--wc-blue);
  text-decoration: none;
  white-space: nowrap;
}
.worldcup-seeall:hover {
  text-decoration: underline;
}
.worldcup-cats {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.worldcup-cats .wc-cat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 11px;
  background: #fff;
  border: 1px solid #ebedf0;
  color: var(--wc-ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1.2;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease,
    border-color 0.14s ease,
    background 0.14s ease;
}
.worldcup-cats .wc-cat:hover {
  border-color: rgba(27, 107, 58, 0.4);
  background: linear-gradient(180deg, #fff 0%, #f1f8f3 100%);
  transform: translateX(3px);
  box-shadow: 0 5px 14px rgba(27, 107, 58, 0.12);
}
.wc-cat-ic {
  flex: none;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--wc-blue) 0%, var(--wc-ink) 100%);
}
.wc-cat:hover .wc-cat-ic {
  background: linear-gradient(135deg, var(--wc-green) 0%, var(--wc-ink) 100%);
}
.wc-cat-label {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wc-cat-arrow {
  flex: none;
  font-size: 18px;
  line-height: 1;
  color: #c4c9d0;
  transition:
    transform 0.14s ease,
    color 0.14s ease;
}
.wc-cat:hover .wc-cat-arrow {
  color: var(--wc-blue);
  transform: translateX(2px);
}
.wc-cat.is-featured {
  border-color: var(--wc-gold);
  background: linear-gradient(180deg, #fffdf5 0%, #fff2d4 100%);
  box-shadow: 0 4px 12px rgba(245, 178, 27, 0.18);
}
.wc-cat.is-featured .wc-cat-ic {
  background: linear-gradient(135deg, var(--wc-gold) 0%, #e0951a 100%);
  color: var(--wc-ink);
}
.wc-cat-tag {
  flex: none;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #7a5300;
  background: rgba(245, 178, 27, 0.22);
  padding: 2px 7px;
  border-radius: 999px;
}
.worldcup-empty {
  padding: 40px 20px;
  text-align: center;
  color: #6b7280;
  background: #f8fafc;
  border-radius: 12px;
}
.worldcup-hero-content {
  flex: 1 1 auto;
}

/* Collapsible sidebar dropdowns */
.wc-dropdown > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--wc-ink);
}
.wc-dropdown > summary::-webkit-details-marker {
  display: none;
}
.wc-dropdown > summary:hover {
  color: var(--wc-blue);
}
.wc-dd-text {
  flex: 1 1 auto;
  min-width: 0;
}
.wc-dropdown > summary::after {
  content: '';
  flex: none;
  width: 8px;
  height: 8px;
  border-right: 2px solid #9aa0a8;
  border-bottom: 2px solid #9aa0a8;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.wc-dropdown[open] > summary::after {
  transform: rotate(-135deg);
}

/* Shop by team */
.worldcup-teams-block .sls-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.worldcup-teams {
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-height: 360px;
  overflow-y: auto;
  padding-right: 4px;
  margin: 0 -4px 0 0;
}
.worldcup-teams::-webkit-scrollbar {
  width: 6px;
}
.worldcup-teams::-webkit-scrollbar-thumb {
  background: #d6dae0;
  border-radius: 6px;
}
.wc-team {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 9px;
  color: var(--wc-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition:
    background 0.12s ease,
    transform 0.12s ease;
}
.wc-team:hover {
  background: #f1f5fb;
  transform: translateX(2px);
}
.wc-team-flag {
  flex: none;
  font-size: 18px;
  line-height: 1;
  width: 24px;
  text-align: center;
}
.wc-team-name {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===== Mobile ===== */
@media (max-width: 992px) {
  .worldcup-hero {
    min-height: 220px;
  }
}
@media (max-width: 991px) {
  .worldcup-hero {
    align-items: flex-start;
    padding: 30px 22px;
    min-height: 200px;
  }
  .worldcup-search {
    max-width: 100%;
  }
  /* Sidebar blocks become tappable dropdowns on mobile */
  .wc-dropdown {
    margin-bottom: 12px;
  }
  .wc-dropdown > summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 15px;
    margin: 0;
    background: #fff;
    border: 1px solid #e6e9ee;
    border-radius: 12px;
    color: var(--wc-ink);
    font-size: 13px;
  }
  .wc-dropdown[open] > summary {
    border-radius: 12px 12px 0 0;
    border-bottom-color: transparent;
  }
  .wc-dropdown > summary::after {
    display: block;
    content: '';
    flex: none;
    width: 9px;
    height: 9px;
    border-right: 2px solid #98a0ab;
    border-bottom: 2px solid #98a0ab;
    transform: rotate(45deg);
    transition: transform 0.18s ease;
  }
  .wc-dropdown[open] > summary::after {
    transform: rotate(-135deg);
  }
  .wc-dropdown > .worldcup-cats,
  .wc-dropdown > .worldcup-teams {
    border: 1px solid #e6e9ee;
    border-top: none;
    border-radius: 0 0 12px 12px;
    padding: 8px;
    max-height: none;
    overflow: visible;
  }
  .worldcup-cats .wc-cat:hover {
    transform: none;
  }
  .worldcup-row-head {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .worldcup-hero {
    padding: 24px 16px;
    border-radius: 14px;
    margin: 12px 0 18px;
  }
  .worldcup-hero h1 {
    font-size: 26px;
  }
  .worldcup-hero p {
    font-size: 13.5px;
  }
  .worldcup-seeall {
    font-size: 12px;
  }
  .worldcup-row-head {
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 12px;
  }
}
