.world-cup-page {
  color: #fff;
  background: linear-gradient(180deg, rgba(7, 17, 30, 0.96) 0%, rgba(9, 20, 36, 0.98) 40%, rgba(8, 16, 28, 1) 100%);
}

.world-cup-page a {
  text-decoration: none;
}

.world-cup-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 20px 90px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.world-cup-hero__inner {
  width: min(1000px, calc(100% - 40px));
}

.world-cup-breadcrumb {
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.76);
}

.world-cup-breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
}

.world-cup-hero__title {
  margin: 0 0 10px;
  font-size: clamp(48px, 8vw, 100px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #fff;
}

.world-cup-hero__subtitle {
  margin: 0;
  font-size: clamp(20px, 2.8vw, 38px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.96);
}

.world-cup-hero__divider {
  width: 100%;
  max-width: 660px;
  height: 1px;
  margin: 28px auto 24px;
  background: rgba(255, 255, 255, 0.24);
}

.world-cup-hero__lead {
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.9;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

.world-cup-section {
  padding: 78px 20px;
}

.world-cup-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.world-cup-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0 0 40px;
  text-align: center;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 800;
  color: #fff;
}

.world-cup-section-title::before,
.world-cup-section-title::after {
  content: "";
  display: block;
  width: 120px;
  max-width: 18vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}

.world-cup-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.world-cup-overview__item {
  padding: 28px 22px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.world-cup-overview__label {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #d6b36c;
}

.world-cup-overview__text {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}

.world-cup-intro {
  max-width: 920px;
  margin: 0 auto;
}

.world-cup-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 2;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}

.world-cup-editions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.world-cup-edition-card {
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
}

.world-cup-edition-card__image {
  min-height: 260px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center center;
}

.world-cup-edition-card__result {
  font-size: 18px;
  font-weight: 800;
  color: #d6b36c;
}

.world-cup-edition-card__status {
  align-self: flex-start;
  display: inline-flex;
  min-height: 30px;
  padding: 6px 12px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(214, 179, 108, 0.9);
  color: #111;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.world-cup-edition-card__year {
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
}

.world-cup-edition-card__location {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.world-cup-edition-card__body {
  padding: 24px 20px 24px;
}

.world-cup-edition-card__description {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
}

.world-cup-edition-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 10px 20px;
  border-radius: 4px;
  background: linear-gradient(180deg, #d3ab55 0%, #9f7427 100%);
  color: #111;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.world-cup-edition-card__button.is-disabled {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  cursor: default;
}

.world-cup-news-list {
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.world-cup-news-item {
  display: grid;
  grid-template-columns: 140px 1fr 24px;
  gap: 18px;
  align-items: center;
  padding: 22px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  transition: background 0.2s ease;
}

.world-cup-news-item:hover {
  background: rgba(255, 255, 255, 0.03);
}

.world-cup-news-item__date {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
}

.world-cup-news-item__title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}

.world-cup-news-item__arrow {
  text-align: right;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.72);
}

.world-cup-news-more {
  margin-top: 26px;
  text-align: center;
}

.world-cup-news-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  padding: 10px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.world-cup-news-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 980px) {
  .world-cup-overview {
    grid-template-columns: 1fr;
  }

  .world-cup-editions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .world-cup-section {
    padding: 56px 16px;
  }

  .world-cup-container,
  .world-cup-hero__inner {
    width: min(100%, calc(100% - 16px));
  }

  .world-cup-news-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }

  .world-cup-news-item__arrow {
    display: none;
  }

  .world-cup-section-title {
    gap: 14px;
    margin-bottom: 28px;
  }
}
.world-cup-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.world-cup-highlight-card {
  padding: 28px 22px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.world-cup-highlight-card__year {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #d6b36c;
}

.world-cup-highlight-card__text {
  font-size: 17px;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
}

.world-cup-edition-card__result {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #d6b36c;
}

@media (max-width: 980px) {
  .world-cup-highlights {
    grid-template-columns: 1fr;
  }
}