@charset "UTF-8";
:root {
  --swiper-theme-color: #fe5151;
}

/* Utilities */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Make sizing predictable and prevent grid items from overflowing their columns */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  ============================================================
  Project styles — style.scss

  RU: Основной файл стилей проекта. Ниже даны секции для header,
  основной сетки, слайдеров, блоков контента (videos/teams/cups),
  footer и вспомогательных компонентов.

  EN: Main stylesheet for the project. Sections below cover header,
  layout containers, sliders, content blocks (videos/teams/cups),
  footer and utility components.
  ============================================================
*/
/*
  Header / Navigation section

  RU: Секция шапки — фиксированная позиция, содержит лого, навигацию и
  кнопку-бургер для мобильных. Изменяйте аккуратно: позиция fixed влияет
  на поток документа и требует компенсирующего отступа у `.main`.

  EN: Header section — fixed positioned; contains logo, navigation and
  the burger button for mobile. Be careful: fixed positioning affects
  document flow and requires compensating padding on `.main`.
*/
body {
  background-color: #0b111e;
}

.btn {
  font-family: "Roboto";
  display: inline-block;
  padding: 8px 24px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  border: #fff 1px solid;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  border: #fe5151 1px solid;
  color: #fe5151;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
}
.header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  background-color: #1c2333;
  max-width: 1368px;
}
.header .container .nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1000px;
  width: 100%;
}
.header .container .nav .date-filter select:focus,
.header .container .nav .date-filter-bottom select:focus {
  outline: 3px solid rgba(11, 108, 255, 0.18);
  outline-offset: 2px;
}
.header .container .nav {
  height: 100%;
}
.header .container .nav__list {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
}
.header .container .nav__list .nav__link {
  font-family: "Roboto";
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
  text-wrap: nowrap;
}
.header .container .nav__list .nav__link-current {
  color: #fe5151;
}
.header .container .nav__list .nav__link:hover {
  color: #fe5151;
}

.general__inner {
  display: flex;
  column-gap: 0.25rem;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .general__inner {
    flex-direction: column;
    gap: 0.25rem;
  }
}
.general {
  font-family: "Roboto";
}

.general__right-block {
  flex: 1;
}

@media (max-width: 768px) {
  .general__right-block {
    display: flex;
    gap: 0.25rem;
  }
}
@media (max-width: 400px) {
  .general__right-block {
    flex-direction: column;
  }
}
.general__left-block {
  flex: 0 0 66%;
}

.general__link-big {
  position: relative;
  height: 27.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: color 0.3s ease-out;
}

.general__link-big:hover {
  color: #fe5151;
}

.general__link-big:hover .play__img {
  opacity: 1;
}

@media (max-width: 500px) {
  .general__link-big-title-1 {
    font-size: 1.375rem;
  }
}
.general__link-big-img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.general__link-big-text-box {
  padding-left: 2.1875rem;
  padding-bottom: 0.75rem;
  padding-right: 2.1875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

@media (max-width: 1024px) {
  .general__link-big-text-box {
    padding: 0px 1rem 1rem;
  }
}
.general__link-big:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0509803922) 45%, #000 100%, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.4));
  position: absolute;
  inset: -0.0625rem;
  z-index: 2;
}

.general__link-big-info {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  column-gap: 1.125rem;
}

.general__link-big-title-1 {
  font-size: 24px;
  color: #fff;
  transition: all 0.3s ease-out;
  margin-bottom: 0;
}

.general__link-big-info-item {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}

.general__link-big-info-item-icon {
  width: 0.9375rem;
  height: 1rem;
  display: block;
}

.general__link-big-info-item-text {
  font-size: 0.875rem;
  color: #fff;
}

.general__link {
  color: #fff;
  transition: all 0.3s ease-out;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 0.25rem;
  height: 13.625rem;
}

.general__link:before {
  content: "";
  position: absolute;
  inset: -0.0625rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0509803922) 45%, #000 100%, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.4));
  z-index: 2;
}

@media (max-width: 768px) {
  .general__link {
    flex: 1;
  }
}
.general__link:hover .play__img {
  opacity: 1;
}

.general__link:hover {
  color: #fe5151;
}

.general__link-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.general__link-text-box {
  position: absolute;
  padding: 0px 1rem 0.75rem;
  z-index: 3;
}

.general__link-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.general__link-title {
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@supports (line-clamp: 1) and (block-overflow: ellipsis) {
  .general__link-title {
    display: block;
    line-clamp: 2;
    block-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .general__link-title {
    font-size: 1rem;
  }
}
.news-slider-container {
  /*
    News slider container

    RU: Контейнер для основного слайдера новостей + миниатюр. Использует
    библиотеку Swiper — изменяйте с учётом её DOM-структуры.

    EN: Container for the main news slider and thumbnails. Uses Swiper
    library — adjust carefully with respect to Swiper's DOM structure.
  */
  margin-top: 24px;
}

.news-slider-main {
  height: 700px;
  margin-top: 48px;
}
.news-slider-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-slider-thumbs {
  height: 160px;
  margin: 16px 0 48px;
}
.news-slider-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.news-slider-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.news-slider-thumbs .swiper-slide .news-item {
  position: relative;
  height: 100%;
}
.news-slider-thumbs .swiper-slide .news-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-slider-thumbs .swiper-slide .news-item .news-title {
  font-family: "Inter";
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: white;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px;
}

.upcoming-fights {
  margin-bottom: 48px;
}
.upcoming-fights .section-title {
  font-family: "Roboto";
  font-size: 28px;
  color: #fff;
  margin-bottom: 36px;
  text-transform: uppercase;
}
.upcoming-fights .fights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.upcoming-fights .fight-card {
  background-color: #1c2333;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  font-family: "Open Sans";
}
.upcoming-fights .fight-card__header {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  background-color: #2a344a;
  font-size: 16px;
}
.upcoming-fights .fight-card__body {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 24px;
}
.upcoming-fights .fight-card .fighter {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.upcoming-fights .fight-card .fighter:hover {
  color: #fe5151;
  transform: scale(1.1);
}
.upcoming-fights .fight-card .fighter img {
  width: 80px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 8px;
  transition: all 0.2s ease-in-out;
}
.upcoming-fights .fight-card .fighter__name {
  font-size: 16px;
  font-weight: bold;
}
.upcoming-fights .fight-card__vs {
  font-size: 24px;
  font-weight: bold;
  color: #fe5151;
}
.upcoming-fights .fight-card__footer {
  text-align: center;
  padding: 16px;
}

.top-news {
  margin-bottom: 48px;
}
.top-news .section-title {
  font-family: "Roboto";
  font-size: 28px;
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.top-news__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.top-news__item {
  background-color: #1c2333;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  font-family: "Open Sans";
}
.top-news__item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.top-news__content {
  padding: 16px;
}
.top-news__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.top-news__text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.fight-results {
  margin-bottom: 24px;
}

.fight-results .section-title {
  font-family: "Roboto";
  font-size: 28px;
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.fight-results .results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.fight-results .result-card {
  background-color: #1c2333;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  font-family: "Open Sans";
  padding: 16px;
}

.fight-results .result-card__fighters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 16px;
}

.fight-results .result-card .fighter {
  transition: all 0.2s ease-in-out;
}
.fight-results .result-card .fighter:hover {
  color: #fe5151;
  transform: scale(1.05);
}
.fight-results .result-card .fighter {
  text-align: center;
}

.fight-results .result-card .fighter img {
  width: 80px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.fight-results .result-card .fighter.winner img {
  border: 2px solid #4caf50;
}

.fight-results .result-card .fighter.loser img {
  border: 2px solid #f44336;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.fight-results .result-card .fighter__name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.fight-results .result-card__vs {
  font-size: 24px;
  font-weight: bold;
  color: #4caf50;
}

.fight-results .result-card__details {
  background-color: #2a344a;
  padding: 16px;
  border-radius: 4px;
  font-size: 16px;
}

.fight-results .result-card__details p {
  margin: 0 0 8px;
}

.fight-results .result-card__details p:last-child {
  margin-bottom: 0;
}

.fight-results .result-card__details strong {
  color: #fe5151;
}

.fight-results__btn {
  display: flex;
  flex-direction: row;
  justify-self: center;
  margin-top: 26px;
}

@media (max-width: 768px) {
  .fight-results .results-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .fight-results .result-card .fighter img {
    width: 70px;
    height: 130px;
  }
  .fight-results .result-card__vs {
    font-size: 20px;
  }
  .fight-results .result-card__details {
    font-size: 14px;
    padding: 12px;
  }
}
@media (max-width: 520px) {
  .fight-results .section-title {
    font-size: 22px;
  }
  .fight-results .result-card .fighter img {
    width: 60px;
    height: 110px;
  }
  .fight-results .result-card__vs {
    font-size: 18px;
  }
  .fight-results .result-card__details {
    font-size: 13px;
    padding: 10px;
  }
  .fight-results .result-card .fighter__name {
    font-size: 14px;
  }
}
.fight-stats {
  margin: 48px 0;
}
.fight-stats__table {
  font-family: "Roboto";
  width: 100%;
  border-collapse: collapse;
  background: #181c23;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.fight-stats__table th,
.fight-stats__table td {
  padding: 16px;
  text-align: center;
}
.fight-stats__table th {
  background: #23272f;
  font-weight: 700;
  letter-spacing: 1px;
}
.fight-stats__table tr:nth-child(even) {
  background: #1c2333;
}
.fight-stats__table tr:hover {
  background: #2c313a;
}
.fight-stats__link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.fight-stats__link:hover {
  color: #fe5151;
}

/* Standings layout: multiple divisions with responsive tables */
.standings {
  margin: 48px 0;
}
.standings .standings__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.standings .standings__division {
  background: #12151b;
  border: 1px solid #23272f;
  border-radius: 8px;
  padding: 16px;
  color: #fff;
  min-width: 0; /* allow card to shrink inside the grid and let inner .table-wrap scroll */
}
.standings .standings__title {
  font-family: "Roboto";
  font-size: 18px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  color: #fe5151;
  letter-spacing: 0.6px;
}
.standings .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 6px;
  width: 100%;
}
.standings .standings__table {
  min-width: 700px; /* allows horizontal scroll on small devices */
  width: 100%;
  border-collapse: collapse;
}
.standings .standings__table th,
.standings .standings__table td {
  padding: 10px 12px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.standings .standings__table thead th {
  background: #1b2230;
  font-weight: 700;
  color: #fff;
}
.standings .standings__table tbody tr:hover {
  background: #1f2733;
}
.standings .standings__table a.fight-stats__link {
  color: #fff;
  text-decoration: none;
}
.standings .standings__table a.fight-stats__link:hover {
  color: #fe5151;
}
@media (max-width: 900px) {
  .standings .standings__grid {
    grid-template-columns: 1fr;
  }
  .standings .standings__title {
    font-size: 16px;
  }
  .standings .standings__table {
    min-width: 640px;
  }
}

.champions {
  margin-bottom: 48px;
}
.champions .section-title {
  font-family: "Roboto";
  font-size: 28px;
  color: #fff;
  margin-bottom: 36px;
  text-transform: uppercase;
}
.champions .champions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.champions .champion-card {
  background: linear-gradient(135deg, #1c2333 0%, #23272f 100%);
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  font-family: "Open Sans";
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid transparent;
}
.champions .champion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(254, 81, 81, 0.3);
  border-color: #fe5151;
}
.champions .champion-card:hover .champion-card__name {
  color: #fe5151;
}
.champions .champion-card__belt {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
.champions .champion-card__belt .belt-icon {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 2px 8px rgba(255, 215, 0, 0.6));
  animation: pulse 2s infinite;
}
.champions .champion-card__image {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(254, 81, 81, 0.1) 0%, rgba(28, 35, 51, 0) 100%);
  padding: 24px;
}
.champions .champion-card__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}
.champions .champion-card__info {
  padding: 24px;
  background-color: rgba(42, 52, 74, 0.5);
  backdrop-filter: blur(10px);
}
.champions .champion-card__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
  transition: all 0.3s ease;
  text-align: center;
}
.champions .champion-card__division {
  font-size: 16px;
  color: #fe5151;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.champions .champion-card__record {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.champions .champion-card__record .record-label {
  font-size: 16px;
  color: #b0b6c3;
}
.champions .champion-card__record .record-value {
  font-size: 16px;
  font-weight: bold;
  color: #fe5151;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.upcoming-events {
  margin-bottom: 48px;
}
.upcoming-events .section-title {
  font-family: "Roboto";
  font-size: 28px;
  color: #fff;
  margin-bottom: 36px;
  text-transform: uppercase;
}
.upcoming-events .events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.upcoming-events .event-card {
  background-color: #1c2333;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  font-family: "Open Sans";
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}
.upcoming-events .event-card:hover {
  box-shadow: 0 4px 24px rgba(254, 81, 81, 0.15);
}
.upcoming-events .event-card:hover .event-card__title {
  color: #fe5151;
}
.upcoming-events .event-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #2a344a;
  font-size: 16px;
  border-bottom: 1px solid #23272f;
}
.upcoming-events .event-card__date {
  color: #fe5151;
  font-weight: bold;
}
.upcoming-events .event-card__location {
  color: #b0b6c3;
  font-size: 16px;
}
.upcoming-events .event-card__body {
  padding: 24px 16px;
}
.upcoming-events .event-card__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
  transition: all 0.3s ease;
}
.upcoming-events .event-card__desc {
  font-size: 16px;
  color: #b0b6c3;
  margin: 0;
}

.latest-news {
  margin-bottom: 48px;
}
.latest-news .section-title {
  font-family: "Roboto";
  font-size: 28px;
  color: #fff;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.latest-news .news-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.top-news .news-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.news-item-block {
  background-color: #1c2333;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  font-family: "Open Sans";
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-item-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(254, 81, 81, 0.25);
}
.news-item-block:hover .news-item-block__image img {
  transform: scale(1.1);
}
.news-item-block__image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.news-item-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-item-block__image .news-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #fe5151;
  color: #fff;
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(254, 81, 81, 0.4);
}
.news-item-block__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-item-block__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.news-item-block__meta .news-date {
  font-size: 16px;
  color: #b0b6c3;
  display: flex;
  align-items: center;
}
.news-item-block__meta .news-date:before {
  content: "📅";
  margin-right: 6px;
}
.news-item-block__meta .news-category {
  font-size: 12px;
  color: #fe5151;
  background-color: rgba(254, 81, 81, 0.15);
  padding: 8px 16px;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.news-item-block__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #fff;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.news-item-block__title:hover {
  color: #fe5151;
}
.news-item-block__excerpt {
  font-size: 16px;
  color: #b0b6c3;
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-item-block__link {
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
}

/* Breadcrumbs and pagination styles for news */
.breadcrumbs {
  margin-top: 16px;
}
.breadcrumbs a {
  color: #b0b6c3;
  text-decoration: none;
  transition: color 0.18s ease, text-decoration 0.18s ease;
}
.breadcrumbs a:hover {
  color: #fe5151;
  text-decoration: underline;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.pagination .btn {
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 600;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: all 0.16s ease;
}
.pagination .btn:hover {
  color: #fe5151;
  border-color: #fe5151;
  background: rgba(254, 81, 81, 0.04);
}
.pagination .btn.active {
  color: #fff;
  background: linear-gradient(90deg, #fe5151, #ff8a50);
  border-color: #fe5151;
  box-shadow: 0 6px 18px rgba(254, 81, 81, 0.18);
}

@media (max-width: 768px) {
  .latest-news .news-list {
    grid-template-columns: 1fr;
  }
}
.footer {
  /*
    Footer section

    RU: Футер содержит колонки ссылок, соцсети и копирайт. Секция гибкая —
    использует флекс и перенос для маленьких экранов.

    EN: Footer contains columns of links, social icons and copyright.
    It's flexible and uses flex-wrap for small screens.
  */
}
.footer .container {
  font-family: "Roboto";
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.footer .container .footer__aside {
  display: flex;
  flex-direction: column;
  max-width: 274px;
  width: 100%;
  gap: 16px;
}
.footer .container .footer__links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .container .footer__social {
  transition: all 0.3s ease;
}
.footer .container .footer__social:hover {
  transform: scale(1.2);
}
.footer .container .footer__column {
  display: flex;
  flex-direction: column;
  max-width: 130px;
  width: 100%;
  gap: 16px;
}
.footer .container .footer__column .footer__title {
  font-weight: 900;
  font-size: 16px;
}
.footer .container .footer__column .footer__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .container .footer__item {
  transition: all 0.3s ease;
}
.footer .container .footer__item:hover {
  color: #fe5151;
}
.footer__copyright {
  font-family: "Roboto";
  color: #fff;
  text-align: center;
  padding: 16px;
}

.burger {
  /*
    Burger button (mobile)

    RU: Стили для кнопки-бургера — три полоски. В состоянии `.active`
    полоски анимируются в крестик. Держите область клика не меньше 40x40px.

    EN: Styles for the burger button (three bars). When `.active` the
    bars animate into a cross. Keep the clickable area at least 40x40px.
  */
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
.burger span {
  display: block;
  height: 4px;
  width: 28px;
  background: #fff;
  margin: 5px 0;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.2s ease, background-color 0.2s ease;
  transform-origin: center;
}

@media (max-width: 1024px) {
  .burger {
    display: flex;
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #181c23;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    transform: translateY(-100%);
    transition: 0.3s;
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header__nav.active {
    transform: translateY(0);
  }
  .header .container .nav__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .header .container .nav__list .nav__link {
    font-size: 18px;
    line-height: 1.4;
    padding: 8px 0;
    letter-spacing: 0.6px;
    text-align: center;
  }
}
/* Burger active -> cross animation */
.burger.active span:nth-child(1) {
  transform: translateY(18px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.burger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.burger.active span {
  background-color: #fe5151;
}

body.body--lock {
  overflow: hidden;
  height: 100vh;
}

/* Reserve space for fixed header so page content (ribbon/slider) isn't hidden under it */
.main {
  padding-top: var(--header-offset, 96px);
}

/* Videos, Teams, Cups sections styling */
.videos {
  /*
    Videos block (BEM: .videos__*)

    RU: Секция видеокарточек. Использует BEM-классы `.videos__grid`,
    `.videos__card`, `.videos__image` и модификаторы `.videos__card--largest`.
    Настройки aspect-ratio обеспечивают предсказуемую высоту миниатюр.

    EN: Videos section (BEM: .videos__*). Uses `.videos__grid`,
    `.videos__card`, `.videos__image` and modifiers like
    `.videos__card--largest`. Aspect-ratio is used for predictable
    thumbnail heights.
  */
  margin-bottom: 48px;
}
.videos .section-title {
  font-family: "Roboto";
  font-size: 28px;
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.videos .videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.videos .video-card {
  background-color: #1c2333;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
}
.videos .video-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.videos .video-card__content {
  padding: 16px;
}
.videos .video-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.videos .video-card__meta {
  font-size: 14px;
  color: #b0b6c3;
}

.teams {
  margin-bottom: 48px;
}
.teams .section-title {
  font-family: "Roboto";
  font-size: 28px;
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.teams .teams-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  align-items: start;
}
.teams .team-card {
  background: linear-gradient(180deg, rgba(28, 35, 51, 0.6), #1c2333);
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  color: #fff;
}
.teams .team-card .team-logo {
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
}
.teams .team-card .team-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teams .team-card .team-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
.teams .team-card .team-meta {
  font-size: 14px;
  color: #b0b6c3;
}

.cups {
  margin-bottom: 48px;
}
.cups .section-title {
  font-family: "Roboto";
  font-size: 28px;
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cups .cups-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.cups .cup-card {
  background-color: #1c2333;
  border-radius: 8px;
  padding: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.cups .cup-card .cup-badge {
  background: linear-gradient(90deg, #fe5151, #ff8a50);
  color: #fff;
  padding: 6px 10px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 13px;
}
.cups .cup-card .cup-title {
  font-size: 18px;
  font-weight: 800;
}
.cups .cup-card .cup-date {
  font-size: 14px;
  color: #b0b6c3;
}

@media (max-width: 768px) {
  .videos .video-card img {
    height: 160px;
  }
  .teams .team-logo {
    width: 64px;
    height: 64px;
  }
  .cups .cup-card {
    padding: 12px;
  }
}
.videos {
  font-family: "Open Sans";
  margin-bottom: 48px;
}
.videos__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.videos__card {
  border-radius: 16px;
  background: #1c2333;
  transition: all 0.3s ease-in-out;
}
.videos__card:hover {
  box-shadow: 0 4px 20px rgba(254, 81, 81, 0.3);
}
.videos__card:hover .videos__content {
  color: #fe5151;
}
.videos__card--largest {
  grid-column: span 3;
}
.videos__image {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 350px;
  transition: all 0.3s ease-in-out;
}
.videos__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.videos__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  padding: 16px;
  height: 96px;
  background-color: rgba(41, 41, 41, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.videos__button:hover {
  background-color: rgba(88, 88, 88, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}
.videos__content {
  transition: all 0.3s ease-in-out;
  padding: 16px;
  color: #fff;
  font-weight: 600;
}
.videos__card--larger {
  grid-column: span 2;
}

.teams {
  font-family: "Roboto";
  margin-bottom: 48px;
}
.teams__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.teams__card {
  background: #1c2333;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px;
  justify-content: center;
  gap: 32px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.teams__card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.teams__card:hover {
  box-shadow: 0 4px 20px rgba(254, 81, 81, 0.3);
}
.teams__card:hover .teams__title {
  color: #fe5151;
}
.teams__card:hover img {
  transform: scale(1.1);
}
.teams__title {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.section-title {
  font-family: "Roboto";
  font-size: 28px;
  color: #fff;
  margin-bottom: 36px;
  text-transform: uppercase;
}

/* Page ribbon for section header */
.page-ribbon {
  background: linear-gradient(90deg, #fe5151, #e64545);
  padding: 14px 0;
  box-shadow: 0 6px 18px rgba(254, 81, 81, 0.08);
  margin: 48px 0 0 0;
}
.page-ribbon .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-ribbon__text {
  color: #fff;
  font-family: "Roboto";
  font-weight: 900;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 768px) {
  .page-ribbon {
    padding: 10px 0;
  }
  .page-ribbon .page-ribbon__text {
    font-size: 26px;
  }
}
/* Club page layout & elements (moved from inline styles in club.html) */
.club__hero {
  text-align: center;
  margin-bottom: 28px;
}
.club__hero .club__logo img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 8px;
}
.club__name {
  margin: 12px 0 8px;
  color: #fff;
}
.club__mini-stats {
  display: flex;
  gap: 18px;
  justify-content: center;
  color: #b0b6c3;
  font-family: Roboto, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
}
.club__mini-stats strong {
  color: #fff;
}
.club__content {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: start;
}
.club__history {
  background: #11161d;
  padding: 18px;
  border-radius: 8px;
  color: #b0b6c3;
}
.club__history h2.section-title {
  margin-top: 0;
  color: #fff;
}
.club__history p {
  color: #b0b6c3;
  line-height: 1.6;
}
.club__history-media {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.club__history-media img {
  width: 48%;
  border-radius: 6px;
  object-fit: cover;
}
.club__sidebar {
  background: #0f141a;
  padding: 16px;
  border-radius: 8px;
}
.club__sidebar h3 {
  margin-top: 0;
  font-family: "Roboto";
  color: #fe5151;
}
.club__sidebar .fight-stats__table {
  width: 100%;
  margin-top: 8px;
  background: transparent;
  border: none;
}
.club__sidebar .fight-stats__table td {
  padding: 8px;
}
.club__sidebar .btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.club__sidebar .club__sidebarshop {
  margin-top: 14px;
}
.club__sections {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.club {
  /* squad tweaks: remove inline grid rules from HTML and control from CSS */
}
.club__squad {
  background: #11161d;
  padding: 16px;
  border-radius: 8px;
}
.club__squad .squad__groups {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.club__squad .squad__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

/* Club page: keep history+sidebar and sections in a horizontal row on small screens
   so blocks don't compress — allow horizontal scrolling instead. */
@media (max-width: 768px) {
  .club__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  /* children should have reasonable width and not collapse */
  .club__content > * {
    flex: 0 0 78%;
    min-width: 300px;
  }
  .club__sections {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .club__sections > * {
    flex: 0 0 78%;
    min-width: 320px;
  }
  /* small tweak: reduce squad grid columns so cards fit better inside scroll panes */
  .club__squad .squad__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.cups {
  font-family: "Open Sans";
  margin-bottom: 48px;
}
.cups__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.cups__card {
  background: #1c2333;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px;
  justify-content: center;
  gap: 32px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.cups__card img {
  height: 150px;
  width: 80%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cups__card:hover {
  box-shadow: 0 4px 20px rgba(254, 81, 81, 0.3);
}
.cups__card:hover .cups__title {
  color: #fe5151;
}
.cups__card:hover img {
  transform: scale(1.1);
}
.cups__title {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

/* Make sure BEM grid classes are responsive too (override previous non-responsive rules) */
.videos__grid {
  display: grid;
  gap: 16px;
  /* Desktop: 3 columns, tablet: 2, mobile: 1 */
  grid-template-columns: repeat(3, 1fr);
}

.videos__card {
  border-radius: 12px;
  background: #1c2333;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.videos__image {
  position: relative;
  width: 100%;
  /* keep consistent aspect ratio */
  aspect-ratio: 16/9;
  overflow: hidden;
}

.videos__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.videos__button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videos__content {
  padding: 12px 16px;
}

.videos__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.6);
}

/* Modifiers: largest and larger span columns on larger screens */
.videos__card--largest {
  grid-column: span 3;
}

.videos__card--larger {
  grid-column: span 2;
}

/* Video post layout: main content + sidebar playlist */
.video-post__wrap {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 24px;
  align-items: start;
}

.video-post__main {
  min-width: 0;
}

.video-post__title {
  color: #fff;
  margin: 12px 0 8px;
  font-size: 24px;
}

.video-post__desc {
  color: #b0b6c3;
  line-height: 1.6;
}

/* Playlist sidebar */
.video-post__playlist {
  width: 100%;
}

.video-post__playlist-title {
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 16px;
}

/* Playlist Swiper - vertical slider on desktop */
.playlist-swiper {
  width: 100%;
  overflow: hidden;
}

.playlist-swiper .swiper-wrapper {
  flex-direction: column;
}

.playlist-swiper .swiper-slide {
  height: auto;
  margin-bottom: 12px;
}

/* Playlist item styles - compact thumbnails without text */
.video-post__playlist .videos__card {
  background: transparent;
  padding: 0;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.video-post__playlist .videos__card:hover {
  transform: scale(1.05);
}

.video-post__playlist .videos__image {
  width: 100%;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.video-post__playlist .videos__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-post__playlist .videos__button {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  padding: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-post__playlist .videos__button img {
  width: 28px;
  height: 28px;
}

/* Hide text content in playlist */
.video-post__playlist .videos__content {
  display: none;
}

/* Mobile: horizontal slider under video */
@media (max-width: 768px) {
  .video-post__wrap {
    display: block;
  }
  .video-post__playlist {
    margin-top: 24px;
  }
  .playlist-swiper {
    height: auto;
  }
  .playlist-swiper .swiper-wrapper {
    flex-direction: row;
  }
  .playlist-swiper .swiper-slide {
    width: 160px;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .video-post__playlist .videos__image {
    height: 95px;
  }
}
@media (max-width: 1200px) {
  .videos__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .videos__card--largest {
    grid-column: span 2;
  }
}
/* Custom scrollbar for standings (desktop + mobile) */
.standings__grid::-webkit-scrollbar {
  width: 10px;
}

.standings__grid::-webkit-scrollbar-track {
  background: transparent;
}

.standings__grid::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(254, 81, 81, 0.95), rgba(200, 40, 40, 0.9));
  border-radius: 999px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.standings__grid::-webkit-scrollbar-thumb:hover {
  filter: brightness(0.9);
}

.standings__grid {
  scrollbar-width: thin;
  scrollbar-color: rgba(254, 81, 81, 0.95) transparent;
}

@media (max-width: 768px) {
  .videos__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .videos__card--largest,
  .videos__card--larger {
    grid-column: span 1;
  }
  .videos__image {
    aspect-ratio: 16/9;
  }
}
/* Note: desktop should show the styled vertical scrollbar as well; mobile keeps fade masks */
.teams__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.cups__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

@media (max-width: 768px) {
  .videos__grid,
  .teams__grid,
  .cups__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
/* Breadcrumbs, date selectors and pagination styles (schedule page) */
.breadcrumbs-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.breadcrumbs {
  font-size: 14px;
  color: #b0b6c3;
  display: flex;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  gap: 6px;
  align-items: center;
}

.date-filter {
  display: flex;
  gap: 8px;
  align-items: center;
}

.date-filter select {
  /* Более контрастный тёмный фон для селектов, чтобы текст не сливался */
  background: #0b1220;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 8px;
  min-width: 92px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
  -webkit-appearance: none;
  appearance: none;
}

/* Wrapper to place decorative arrow and animate on focus */
.select-wrap {
  position: relative;
  display: inline-block;
}

.select-wrap select {
  padding-right: 36px;
}

.select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 14px;
  height: 14px;
  pointer-events: none;
  transition: transform 220ms ease;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

.select-wrap:focus-within::after {
  transform: translateY(-50%) rotate(180deg);
}

.date-filter button {
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  border: none;
  color: #fff;
  padding: 7px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.date-filter button:hover,
.date-filter button:focus {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 24px rgba(255, 65, 97, 0.2);
}

.date-filter button:active {
  transform: translateY(0) scale(0.995);
  box-shadow: 0 4px 12px rgba(255, 65, 97, 0.12);
}

@media (max-width: 600px) {
  .date-filter {
    flex-wrap: wrap;
  }
}
.date-filter-bottom {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 14px;
  background: linear-gradient(90deg, rgba(11, 108, 255, 0.06), rgba(123, 97, 255, 0.04));
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.date-filter-bottom select {
  background: #0b1220;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
  -webkit-appearance: none;
  appearance: none;
}

.date-filter-bottom button {
  background: linear-gradient(90deg, #0b6cff, #7b61ff);
  color: #fff;
  border: none;
  padding: 9px 14px;
  border-radius: 8px;
  cursor: pointer;
}

/* hover/focus/active for bottom button */
.date-filter-bottom button:hover,
.date-filter-bottom button:focus {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 30px rgba(11, 108, 255, 0.18);
}

.date-filter-bottom button:active {
  transform: translateY(0) scale(0.995);
  box-shadow: 0 4px 12px rgba(11, 108, 255, 0.1);
}

@media (max-width: 600px) {
  .date-filter-bottom {
    flex-direction: column;
  }
}
.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.pagination .btn {
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #dfe8f5;
  text-decoration: none;
}

.pagination .btn.active {
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  color: #fff;
  box-shadow: 0 6px 18px rgba(255, 75, 43, 0.18);
}

.standings--margin {
  margin: 0;
}

/* Squad / Player cards styles */
.club__squad {
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
.club__squad .squad__groups {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.club__squad .squad__group-title {
  font-size: 16px;
  margin: 0 0 8px 0;
  color: #ffdede;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: none;
}
.club__squad .squad__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}
.club__squad .player-card {
  background: #0f141a;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 8px;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  display: flex;
  flex-direction: column;
}
.club__squad .player-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.club__squad .player-card__photo {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: top;
  border-radius: 6px;
  display: block;
}
.club__squad .player-card__body {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
}
.club__squad .player-card__name {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  transition: color 0.18s ease, transform 0.18s ease;
  text-decoration: none;
}
.club__squad .player-card__meta {
  color: #b0b6c3;
  font-size: 13px;
}
.club__squad {
  /* Hover / focus: highlight name and lift card */
}
.club__squad .player-card:hover,
.club__squad .player-card:focus-within {
  border-color: rgba(254, 81, 81, 0.12);
}
.club__squad .player-card:hover .player-card__name,
.club__squad .player-card:focus-within .player-card__name {
  color: #fe5151;
}
.club__squad {
  /* Make sure link focus is visible for accessibility */
}
.club__squad .player-card__link:focus {
  outline: 3px solid rgba(254, 81, 81, 0.14);
  outline-offset: 4px;
}
@media (max-width: 900px) {
  .club__squad .squad__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .club__squad .squad__list {
    grid-template-columns: 1fr;
  }
  .club__squad .player-card__photo {
    height: 120px;
  }
}

.teams__grid--2cols {
  grid-template-columns: repeat(2, 1fr);
}

.club__hero {
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.champions--nomargin {
  margin: 0;
}

/* ========================================
   Contacts Page Styles
   ======================================== */
.contacts {
  font-family: "Roboto", sans-serif;
  padding: 0 0 48px 0;
}

.contacts__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
}

.contacts__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.contacts__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #b0b6c3;
  margin-bottom: 32px;
}

/* Contact Info Items */
.contacts__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contacts__item {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: #1c2333;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contacts__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.contacts__item-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254, 81, 81, 0.1);
  border-radius: 8px;
}

.contacts__item-icon svg {
  width: 24px;
  height: 24px;
}

.contacts__item-content {
  flex: 1;
}

.contacts__item-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.contacts__item-link {
  font-size: 16px;
  color: #fe5151;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contacts__item-link:hover {
  color: #ff6b6b;
  text-decoration: underline;
}

.contacts__item-text {
  font-size: 16px;
  line-height: 1.5;
  color: #b0b6c3;
  margin: 0;
}

/* Contact Form */
.contacts__form-wrapper {
  background: #1c2333;
  padding: 32px;
  border-radius: 12px;
}

.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contacts__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contacts__label {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contacts__input,
.contacts__textarea {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 12px 16px;
  background: #0b111e;
  border: 1px solid #2a3447;
  border-radius: 8px;
  color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contacts__input:focus,
.contacts__textarea:focus {
  outline: none;
  border-color: #fe5151;
  box-shadow: 0 0 0 3px rgba(254, 81, 81, 0.1);
}

.contacts__input::placeholder,
.contacts__textarea::placeholder {
  color: #6b7280;
}

.contacts__textarea {
  resize: vertical;
  min-height: 120px;
}

.contacts__submit {
  margin-top: 8px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.contacts__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(254, 81, 81, 0.3);
}

/* Mobile Responsive */
@media (max-width: 968px) {
  .contacts__wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .contacts {
    padding: 32px 0;
  }
  .contacts__title {
    font-size: 24px;
  }
  .contacts__form-wrapper {
    padding: 24px;
  }
  .contacts__form-row {
    grid-template-columns: 1fr;
  }
  .contacts__item {
    padding: 16px;
  }
}
/* ========================================
   Fight Review Page Styles
   ======================================== */
/* Fight Result Hero */
.fight-result-hero {
  font-family: "Roboto", sans-serif;
  padding: 48px 0;
  background: linear-gradient(135deg, #1c2333 0%, #0b111e 100%);
  border-radius: 12px;
  margin-bottom: 32px;
}

.fight-result-hero__fighters {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.fight-result-hero__fighter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.fight-result-hero__fighter--winner .fight-result-hero__photo {
  border: 4px solid #fe5151;
  box-shadow: 0 0 30px rgba(254, 81, 81, 0.5);
}

.fight-result-hero__fighter--loser .fight-result-hero__photo {
  border: 4px solid #4a5568;
  opacity: 0.7;
}

.fight-result-hero__photo-link {
  display: block;
}

.fight-result-hero__photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.fight-result-hero__photo:hover {
  transform: scale(1.05);
}

.fight-result-hero__info {
  text-align: center;
}

.fight-result-hero__name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
  margin-bottom: 6px;
}

.fight-result-hero__name:hover {
  color: #fe5151;
}

.fight-result-hero__record {
  font-size: 16px;
  color: #b0b6c3;
}

.fight-result-hero__result {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px;
  background: rgba(254, 81, 81, 0.1);
  border-radius: 12px;
  border: 2px solid #fe5151;
}

.fight-result-hero__verdict {
  font-size: 32px;
  font-weight: 900;
  color: #fe5151;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.fight-result-hero__method {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.fight-result-hero__round {
  font-size: 16px;
  color: #b0b6c3;
}

/* Fight Stats Bars */
.fight-stats-bars {
  margin: 48px 0;
  padding: 32px;
  background: #1c2333;
  border-radius: 12px;
}

.fight-stats-bars .section-title {
  margin-bottom: 32px;
}

.stat-bar-item {
  margin-bottom: 28px;
  font-family: "Roboto", sans-serif;
}

.stat-bar-item:last-child {
  margin-bottom: 0;
}

.stat-bar-item__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.stat-bar-item__category {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stat-bar-item__values {
  display: flex;
  gap: 24px;
}

.stat-bar-item__value {
  font-size: 18px;
  font-weight: 700;
}

.stat-bar-item__value--left {
  color: #fe5151;
}

.stat-bar-item__value--right {
  color: #4a90e2;
}

.stat-bar-item__bars {
  display: flex;
  height: 32px;
  background: #0b111e;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.stat-bar {
  height: 100%;
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  width: 0;
}

.stat-bar--left {
  background: linear-gradient(90deg, #fe5151 0%, #ff6b6b 100%);
}

.stat-bar--right {
  background: linear-gradient(90deg, #4a90e2 0%, #5ba3f5 100%);
  margin-left: auto;
}

/* Animate bars when visible */
.stat-bar.animate {
  width: var(--bar-width);
}

/* Other Matches Section */
.other-matches {
  margin-top: 48px;
}

.other-matches .section-title {
  margin-bottom: 24px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .fight-result-hero__fighters {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .fight-result-hero__photo {
    width: 140px;
    height: 140px;
  }
  .fight-result-hero__verdict {
    font-size: 24px;
  }
  .fight-result-hero__method {
    font-size: 18px;
  }
  .fight-stats-bars {
    padding: 24px 16px;
  }
  .stat-bar-item__category {
    font-size: 14px;
  }
  .stat-bar-item__values {
    flex-direction: column;
    gap: 4px;
    text-align: right;
  }
  .stat-bar-item__bars {
    height: 24px;
  }
}
/* ========================================
   Privacy Policy Page Styles
   ======================================== */
.privacy {
  font-family: "Roboto", sans-serif;
  padding: 0 0 48px 0;
}

.privacy__wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.privacy__header {
  text-align: center;
  margin-bottom: 56px;
  padding: 40px 32px;
  background: linear-gradient(135deg, #1c2333 0%, #0b111e 100%);
  border-radius: 12px;
}

.privacy__title {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.privacy__subtitle {
  font-size: 14px;
  color: #fe5151;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.privacy__intro {
  font-size: 16px;
  line-height: 1.7;
  color: #b0b6c3;
  max-width: 700px;
  margin: 0 auto;
}

.privacy__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.privacy__section {
  background: #1c2333;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.privacy__section:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
}

.privacy__section-header {
  padding: 24px 32px;
  background: linear-gradient(90deg, rgba(254, 81, 81, 0.1) 0%, transparent 100%);
  border-left: 4px solid #fe5151;
}

.privacy__section-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}

.privacy__section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #fe5151;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0;
}

.privacy__section-content {
  padding: 32px;
  color: #b0b6c3;
  line-height: 1.8;
}

.privacy__section-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 24px;
  margin-bottom: 12px;
}

.privacy__section-content h3:first-child {
  margin-top: 0;
}

.privacy__section-content p {
  margin-bottom: 16px;
  font-size: 15px;
}

.privacy__section-content ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.privacy__section-content ul li {
  padding-left: 28px;
  margin-bottom: 12px;
  position: relative;
  font-size: 15px;
}

.privacy__section-content ul li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #fe5151;
  font-weight: 900;
  font-size: 16px;
}

.privacy__section-content strong {
  color: #fff;
  font-weight: 600;
}

.privacy__section-content a {
  color: #fe5151;
  text-decoration: none;
  transition: color 0.2s ease;
}

.privacy__section-content a:hover {
  color: #ff6b6b;
  text-decoration: underline;
}

.privacy__contact-info {
  background: #0b111e;
  padding: 24px;
  border-radius: 8px;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.privacy__contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.privacy__contact-item strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fe5151;
}

.privacy__contact-item a,
.privacy__contact-item span {
  font-size: 16px;
  color: #fff;
}

.privacy__contact-item a:hover {
  color: #fe5151;
}

.privacy__response-time {
  font-style: italic;
  color: #6b7280;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .privacy {
    padding: 32px 0;
  }
  .privacy__header {
    padding: 32px 24px;
    margin-bottom: 40px;
  }
  .privacy__title {
    font-size: 32px;
  }
  .privacy__intro {
    font-size: 14px;
  }
  .privacy__section-header {
    padding: 20px 24px;
  }
  .privacy__section-title {
    font-size: 18px;
    gap: 12px;
  }
  .privacy__section-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .privacy__section-content {
    padding: 24px 20px;
  }
  .privacy__section-content h3 {
    font-size: 16px;
  }
  .privacy__contact-info {
    padding: 20px;
  }
}
.video-post {
  margin-bottom: 48px;
  font-family: "Open Sans";
}

.fight-results--margin {
  margin-bottom: 48px;
}
