@charset "UTF-8";
@font-face {
  font-family: "Outfit";
  font-display: swap;
  src: url(../fonts/Outfit.woff2) format("woff2"), url(../fonts/Outfit.woff) format("woff");
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Outfit";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
  font-family: "Outfit";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1400px;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 15px;
}

[class*=__title] {
  font-weight: 700;
  font-family: "Outfit";
  font-size: clamp(1.563rem, 0.988rem + 2.87vw, 3.5rem);
}

section {
  padding-block: clamp(2.5rem, 1.759rem + 3.704vw, 5rem);
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: color 0.3s ease 0s;
}

.gjknvafv98fn__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000;
  border-radius: 24px;
  padding-block: 20px;
  max-width: 850px;
}
.gjknvafv98fn__subtitle {
  text-align: center;
  font-weight: 700;
  font-family: "Outfit";
  color: #000;
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .gjknvafv98fn__subtitle {
    font-size: 25px;
  }
}
.gjknvafv98fn__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gjknvafv98fn__item {
  font-size: clamp(1rem, 0.963rem + 0.185vw, 1.125rem);
  line-height: 1.5;
}
.gjknvafv98fn__item ol li {
  list-style: disc inside;
  margin-left: 20px;
}
.gjknvafv98fn__item ol li:not(:last-child) {
  margin-bottom: 10px;
}

.anim {
  opacity: 0;
  transition: opacity 1s ease 0s;
}
.anim.animate {
  opacity: 1;
}

.h4s5qd20526gkve {
  padding-block: 20px;
  background-color: #021631;
}
.h4s5qd20526gkve__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h4s5qd20526gkve__link {
  background-color: initial;
  background-image: linear-gradient(to right, #FA7647 0, #FDB137 100%);
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.h4s5qd20526gkve__link:hover {
  background-image: linear-gradient(to left, #FA7647 0, #FDB137 100%);
}
@media (max-width: 1100px) {
  .h4s5qd20526gkve__link {
    display: none;
  }
}

.logo {
  color: #FEBA00;
  font-weight: 700;
  font-size: 25px;
}

@media (max-width: 991px) {
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #021631;
    padding: 100px 15px 30px 15px;
    transition: left 0.5s;
    z-index: 40;
  }
  .menu-open .menu__body {
    left: 0;
  }
}
.menu__list {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .menu__list {
    flex-direction: column;
    align-items: center;
  }
}
.menu__link {
  -webkit-background-clip: text;
          background-clip: text;
  background-color: initial;
  background-image: linear-gradient(to right, #FFBB00, #FFBB00, 50%, #FFFFFF 50%);
  background-position: 100% center;
  background-size: 200% 100%;
  color: transparent;
  display: block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  transition: all 0.5s;
}
.menu__link:hover {
  background-position-x: 0;
  text-decoration-line: underline;
}
@media (max-width: 991px) {
  .menu__link {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  .menu__link {
    font-size: 20px;
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 991px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 40px;
    height: 25px;
    cursor: pointer;
    z-index: 45;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
}

.dc5btnxr2zdh8yu {
  padding: 115px 0 0;
}
.dc5btnxr2zdh8yu__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .dc5btnxr2zdh8yu__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .dc5btnxr2zdh8yu__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .dc5btnxr2zdh8yu__container {
    max-width: 960px;
  }
}
@media (min-width: 1140px) {
  .dc5btnxr2zdh8yu__container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .dc5btnxr2zdh8yu__container {
    max-width: 1200px;
  }
}
.dc5btnxr2zdh8yu__tops {
  margin-bottom: 35px;
  position: relative;
  text-align: center;
}
.dc5btnxr2zdh8yu__label {
  color: #F89E23;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: auto auto 13px;
}
@media (max-width: 767px) {
  .dc5btnxr2zdh8yu__label {
    font-size: 16px;
    padding-left: 0;
  }
}
.dc5btnxr2zdh8yu__title {
  color: #333333;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin: auto;
  padding: 10px 0 8px;
}
.dc5btnxr2zdh8yu__text {
  margin: 10px auto 1rem;
  padding: 12px 0 0;
  width: 60%;
}
@media (max-width: 767px) {
  .dc5btnxr2zdh8yu__text {
    width: 100%;
  }
}
.dc5btnxr2zdh8yu__items {
  border: solid rgba(221, 221, 221, 0.75);
  border-width: 0 0 1px;
  padding: 0 0 90px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  justify-content: center;
}
.dc5btnxr2zdh8yu__item {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .dc5btnxr2zdh8yu__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .dc5btnxr2zdh8yu__item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.dc5btnxr2zdh8yu__item-wrap {
  border: 1px solid rgba(221, 221, 221, 0.75);
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.dc5btnxr2zdh8yu__name {
  color: #333333;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding: 26px 0 12px;
}
.dc5btnxr2zdh8yu__price {
  color: #333333;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 0 20px;
}
.dc5btnxr2zdh8yu__price span {
  font-size: 24px;
  margin-right: 5px;
}
.dc5btnxr2zdh8yu__item-text {
  color: #555555;
  font-weight: 400;
  padding-inline: 15px;
}
.dc5btnxr2zdh8yu__link-wrap {
  padding-bottom: 40px;
  padding-top: 37px;
}
.dc5btnxr2zdh8yu__link {
  background-color: #006BFD;
  border: 1px solid #006BFD;
  border-radius: 100px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 41px;
  margin: 0 0 5px;
  padding: 3px 50px;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dc5btnxr2zdh8yu__link:hover {
  background-color: #FFFFFF;
  color: #006BFD;
}
.dc5btnxr2zdh8yu__link:focus {
  box-shadow: transparent 0 0 0 0.2rem;
  outline: 0;
}
.dc5btnxr2zdh8yu__sub {
  background-color: transparent;
  background-image: linear-gradient(90deg, #F5634B 0, #FE9418 100%);
  bottom: -0.25em;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  line-height: 43px;
  position: absolute;
  right: -65px;
  text-align: center;
  top: 20px;
  transform: rotate(45deg);
  vertical-align: baseline;
  width: 217px;
}

.k470yspv17w1e5h {
  border-radius: 0;
  padding: 90px 0 90px;
  position: relative;
}
.k470yspv17w1e5h:before {
  background-color: #46A96A;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.k470yspv17w1e5h__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: left;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
@media (min-width: 576px) {
  .k470yspv17w1e5h__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .k470yspv17w1e5h__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .k470yspv17w1e5h__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .k470yspv17w1e5h__container {
    max-width: 1140px;
  }
}
@media (min-width: 1280px) {
  .k470yspv17w1e5h__container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .k470yspv17w1e5h__container {
    max-width: 1320px;
  }
}
@media (max-width: 991px) {
  .k470yspv17w1e5h__container {
    text-align: center;
  }
}
.k470yspv17w1e5h__left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.k470yspv17w1e5h__loz {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 14px;
}
.k470yspv17w1e5h__links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.k470yspv17w1e5h__name {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
.k470yspv17w1e5h__link {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: capitalize;
}
.k470yspv17w1e5h__link:hover {
  text-decoration: underline;
}

.cw43uyhsxkriryh {
  background-color: transparent;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #222;
  font-family: "Outfit";
  width: 100%;
}
.cw43uyhsxkriryh__contact {
  align-self: center;
  font-size: clamp(1.563rem, 1.285rem + 1.389vw, 2.5rem);
}
.cw43uyhsxkriryh__input {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cw43uyhsxkriryh__input input {
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  line-height: 26px;
  margin: 0;
  outline: none;
  padding: 5px 15px;
  width: 100%;
}
.cw43uyhsxkriryh__input textarea {
  border-radius: 5px;
  font-size: 14px;
  height: 200px;
  line-height: 26px;
  padding: 10px 15px;
  width: 100%;
  resize: none;
}
.cw43uyhsxkriryh__input textarea:focus-visible {
  outline: none;
}
.cw43uyhsxkriryh__input label {
  color: #222;
}
.cw43uyhsxkriryh__button {
  background-color: #13C4A1;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
  padding: 15px 20px;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s;
  z-index: 1;
}
.cw43uyhsxkriryh__button:focus:not(:focus-visible) {
  outline: 0;
}
.cw43uyhsxkriryh__button:focus {
  border-width: 0;
  outline: 0;
}
.cw43uyhsxkriryh__button:before {
  background-color: #FFFFFF;
  content: "";
  height: 100px;
  left: -40px;
  opacity: 0.5;
  position: absolute;
  top: -20px;
  transform: rotate(45deg);
  transition: all 0.5s;
  width: 10px;
}
.cw43uyhsxkriryh__button:after {
  background-color: #FFFFFF;
  content: "";
  height: 100px;
  opacity: 0.5;
  position: absolute;
  right: -40px;
  top: -20px;
  transform: rotate(45deg);
  transition: all 0.5s;
  width: 10px;
}
.cw43uyhsxkriryh__button:hover:before {
  left: 200px;
}
.cw43uyhsxkriryh__button:hover:after {
  right: 200px;
}

.checkbox {
  color: #FFFFFF;
  cursor: pointer;
}
.checkbox__input {
  cursor: pointer;
}
.checkbox__label {
  cursor: pointer;
}

/* css/style.css */
/* --- ОБЩИЕ СТИЛИ --- */
:root {
  --juve-black: #000000;
  --juve-white: #FFFFFF;
  --juve-grey-dark: #222222;
  --juve-grey-medium: #555555;
  --juve-grey-light: #f4f4f4;
  --juve-accent: #FFD700;
  /* Золотой акцент - если решим немного отойти от строго ч/б для CTA, иначе будем использовать белый/черный */
  --font-primary: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-primary);
  line-height: 1.6;
  color: var(--juve-grey-dark);
  background-color: var(--juve-white);
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

h1,
h2,
h3 {
  margin-bottom: 15px;
  color: var(--juve-black);
  line-height: 1.2;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.5em;
}

p {
  margin-bottom: 15px;
}

a {
  color: var(--juve-black);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.text-center {
  text-align: center;
}

.text-section {
  padding: 40px 0;
}

/* --- ШАПКА (HEADER) --- */
/* === ДОПОЛНЕНИЯ И ИЗМЕНЕНИЯ ДЛЯ HEADER === */
header {
  background-color: var(--juve-black);
  color: var(--juve-white);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  /* Внутренний отступ контейнера в шапке */
}

header #logo img {
  height: 50px;
  /* Установим высоту для логотипа */
  width: auto;
  vertical-align: middle;
  /* Для лучшего выравнивания */
}

/* Стили для основной навигации (десктоп) */
header .main-nav ul {
  list-style: none;
  display: flex;
  /* По умолчанию flex для десктопа */
  margin: 0;
  padding: 0;
}

header .main-nav ul li a {
  color: var(--juve-white);
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 15px;
  /* Увеличим немного паддинг для кликабельности */
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: block;
}

header .main-nav ul li a:hover,
header .main-nav ul li a.active {
  /* Класс .active добавляется к текущей странице, можно через JS или вручную */
  background-color: var(--juve-white);
  color: var(--juve-black);
  text-decoration: none;
}

/* Скрываем стандартный чекбокс */
.nav-toggle {
  display: none;
}

/* Стили для иконки бургера (label) */
.nav-toggle-label {
  display: none;
  /* По умолчанию скрыт, появится на мобильных */
  cursor: pointer;
  padding: 10px;
  /* Зона клика */
  /* Важно для позиционирования, если бургер будет справа от лого */
  margin-left: auto;
  /* Отодвинет бургер вправо, если контейнер flex */
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  background-color: var(--juve-white);
  height: 3px;
  width: 28px;
  border-radius: 3px;
  position: relative;
  /* Для позиционирования ::before и ::after */
  transition: all 0.3s ease-in-out;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: "";
  position: absolute;
  left: 0;
  /* Убедимся, что они начинаются с того же места */
}

.nav-toggle-label span::before {
  top: -8px;
  /* Положение верхней палочки */
}

.nav-toggle-label span::after {
  top: 8px;
  /* Положение нижней палочки */
}

/* Анимация бургера в "крестик" при :checked */
.nav-toggle:checked ~ .nav-toggle-label span {
  background-color: transparent;
  /* Средняя палочка исчезает */
}

.nav-toggle:checked ~ .nav-toggle-label span::before {
  transform: rotate(45deg);
  top: 0;
}

.nav-toggle:checked ~ .nav-toggle-label span::after {
  transform: rotate(-45deg);
  top: 0;
}

/* === МЕДИА-ЗАПРОС ДЛЯ МОБИЛЬНОЙ НАВИГАЦИИ === */
@media (max-width: 992px) {
  header .container {
    /* При необходимости можно изменить justify-content, если лого по центру */
  }
  /* Показываем бургер-иконку */
  .nav-toggle-label {
    display: block;
    z-index: 1001;
    /* Выше чем .main-nav, чтобы перекрывать его, если .main-nav на всю ширину */
  }
  header .main-nav {
    /* Позиционируем меню для выпадания */
    position: absolute;
    top: 100%;
    /* Сразу под шапкой (высота шапки, у нас она ~80px включая паддинги лого и т.д.) */
    /* Более точно: top: calc(высота header); */
    /* Для простоты, если высота хедера динамическая, можно отталкиваться от 100% высоты родителя, если header имеет фиксированную высоту в px */
    /* Либо, если header не sticky, а fixed, то top: высота_header_в_px; */
    /* Сейчас top: 100% от позиционированного родителя, т.е. от header, если header не static */
    /* Если header position:sticky, то 100% будет от высоты viewport, если мы не обернем nav дополнительно */
    /* Правильнее будет задать top равным высоте header. Допустим header ~70px. */
    /* top: 70px; */
    /* Замените на фактическую высоту вашего хедера */
    /* Чтобы было динамично относительно текущей высоты хедера (включая padding) */
    /* Мы используем top: 100% от .header, но это работает если .header не static. */
    /* Наш header sticky, поэтому он будет контекстом. */
    /* 100% от высоты header, если сам header не имеет явной высоты, то от контента */
    /* Безопаснее задать высоту вручную или вычислить JS. Но для CSS only: */
    left: 0;
    width: 100%;
    background-color: var(--juve-black);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    /* Скрываем меню и делаем его "невидимым" для потока */
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s ease-out, visibility 0s 0.5s;
    /* Задержка для visibility, чтобы не было "прыжка" */
  }
  /* Если top: 100% не работает как надо из-за sticky, можно так: */
  /* Убедитесь, что сам header .container имеет достаточный z-index, а .main-nav ниже */
  /* header { position: relative; } */
  /* Или header .container если nav внутри него absolute */
  /* header .main-nav { top: calc(50px + 15px + 15px); }  Примерно: высота лого + паддинги хедера */
  /* Когда чекбокс активирован, показываем меню */
  .nav-toggle:checked ~ .main-nav {
    max-height: 100vh;
    /* Достаточно большая высота (высота вьюпорта) */
    visibility: visible;
    opacity: 1;
    transition: max-height 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s ease-in, visibility 0s 0s;
  }
  header .main-nav ul {
    flex-direction: column;
    /* Пункты меню вертикально */
    align-items: stretch;
    /* Растягиваем пункты на всю доступную ширину */
    padding: 10px 0;
    /* Небольшой отступ сверху/снизу внутри меню */
  }
  header .main-nav ul li {
    margin-left: 0;
    width: 100%;
    /* Пункты на всю ширину */
  }
  header .main-nav ul li a {
    padding: 18px 25px;
    /* Увеличим padding для удобства нажатия */
    text-align: left;
    /* Текст слева, как в обычных мобильных меню */
    border-bottom: 1px solid var(--juve-grey-medium);
    /* Разделитель */
    width: 100%;
    box-sizing: border-box;
    /* Чтобы padding не увеличивал общую ширину */
    border-radius: 0;
    /* Убираем скругление для пунктов в выпадающем списке */
  }
  header .main-nav ul li:last-child a {
    border-bottom: none;
    /* Убираем разделитель у последнего элемента */
  }
  header .main-nav ul li a:hover,
  header .main-nav ul li a.active {
    background-color: var(--juve-grey-dark);
    /* Немного другой ховер для мобильного меню */
    color: var(--juve-white);
  }
}
/* Можете также добавить этот медиа-запрос из предыдущего CSS для мобильных, если он вам нужен */
/* Маленькие мобильные устройства */
@media (max-width: 480px) {
  header #logo img {
    height: 40px;
  }
  /* Другие специфичные стили для очень маленьких экранов */
}
/* --- БАННЕР (HERO BANNER) --- */
#hero-banner {
  /* Фоновое изображение задано инлайн-стилем в HTML, но лучше через CSS */
  /* background-image: url('../images/banner_club_world_cup_juventus.jpg'); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: var(--juve-white);
  text-align: center;
  padding: 100px 20px;
  position: relative;
  min-height: 70vh;
  /* Минимальная высота, чтобы баннер был крупным */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#hero-banner::before {
  /* Затемнение для лучшей читаемости текста */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

#hero-banner .banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

#hero-banner h1 {
  color: var(--juve-white);
  font-size: 3.5em;
  /* Крупнее для баннера */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

#hero-banner p {
  font-size: 1.4em;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.cta-button,
.cta-button-secondary {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: 10px;
  cursor: pointer;
}

.cta-button {
  background-color: var(--juve-white);
  color: var(--juve-black);
  border: 2px solid var(--juve-white);
}

.cta-button:hover {
  background-color: var(--juve-black);
  color: var(--juve-white);
  border: 2px solid var(--juve-white);
  transform: translateY(-2px);
  text-decoration: none;
}

.cta-button-secondary {
  background-color: transparent;
  color: var(--juve-white);
  border: 2px solid var(--juve-white);
}

.cta-button-secondary:hover {
  background-color: var(--juve-white);
  color: var(--juve-black);
  transform: translateY(-2px);
  text-decoration: none;
}

#hero-banner .banner-tournament-logo {
  margin-top: 30px;
  width: 100px;
  /* Размер лого турнира */
  opacity: 0.9;
}

/* --- СЕКЦИЯ ПРИВЕТСТВИЯ (WELCOME) --- */
#welcome h2 {
  text-align: center;
  margin-bottom: 30px;
}

.welcome-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.welcome-content .inline-image-left {
  flex-basis: 40%;
  /* Ширина для изображения */
  max-width: 450px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.welcome-content p {
  flex-basis: 60%;
  /* Ширина для текста */
  font-size: 1.1em;
}

/* --- СЕКЦИЯ НОВОСТЕЙ (NEWS) --- */
#news {
  background-color: var(--juve-grey-light);
  padding-top: 40px;
  padding-bottom: 40px;
}

#news h2 {
  text-align: center;
  margin-bottom: 40px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.news-item {
  background-color: var(--juve-white);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* Чтобы скругление работало для изображения */
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.news-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-item h3 {
  font-size: 1.3em;
  margin: 15px;
  color: var(--juve-black);
}

.news-item p {
  font-size: 0.95em;
  margin: 0 15px 15px 15px;
  flex-grow: 1;
  /* Чтобы текст занимал доступное пространство */
  color: var(--juve-grey-medium);
}

.news-item .read-more {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 15px 15px 15px;
  background-color: var(--juve-black);
  color: var(--juve-white);
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  align-self: flex-start;
  /* Кнопка внизу карточки */
}

.news-item .read-more:hover {
  background-color: var(--juve-grey-dark);
  text-decoration: none;
}

#news .cta-button-secondary {
  /* Переопределение для этой секции */
  color: var(--juve-black);
  border-color: var(--juve-black);
}

#news .cta-button-secondary:hover {
  background-color: var(--juve-black);
  color: var(--juve-white);
}

/* --- СЕКЦИЯ ПРИЗЫВОВ К ДЕЙСТВИЮ (CALL TO ACTIONS) --- */
#call-to-actions {
  background-color: var(--juve-black);
  color: var(--juve-white);
  padding: 50px 20px;
}

#call-to-actions h2 {
  color: var(--juve-white);
  margin-bottom: 20px;
}

#call-to-actions img {
  border-radius: 8px;
  margin-bottom: 25px;
  max-width: 700px;
  /* Ограничение для большого фото */
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#call-to-actions p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Кнопки уже стилизованы глобально (.cta-button, .cta-button-secondary) */
/* --- ПРЕВЬЮ РАЗДЕЛОВ САЙТА (SITE SECTIONS PREVIEW) --- */
#site-sections-preview {
  padding: 40px 0;
}

#site-sections-preview h2 {
  text-align: center;
  margin-bottom: 40px;
}

.sections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.section-preview-item {
  background-color: var(--juve-white);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-preview-item a {
  display: block;
  color: var(--juve-grey-dark);
}

.section-preview-item a:hover {
  text-decoration: none;
}

.section-preview-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.section-preview-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-preview-item h3 {
  font-size: 1.4em;
  margin: 20px 10px 10px 10px;
  color: var(--juve-black);
}

.section-preview-item p {
  font-size: 0.95em;
  margin: 0 15px 20px 15px;
  color: var(--juve-grey-medium);
}

/* --- БЛОК "БОЛЕЙ ЗА НАШИХ" (SUPPORT US / FAN ZONE) --- */
#support-us.fan-zone {
  background-color: var(--juve-grey-light);
  padding: 50px 0;
  text-align: center;
}

#support-us h2 {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: var(--juve-black);
  text-transform: uppercase;
}

.support-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.support-item {
  background-color: var(--juve-white);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: calc(50% - 20px);
  /* Для двух колонок на больших экранах */
  max-width: 300px;
  /* Максимальная ширина элемента */
  transition: transform 0.3s ease;
}

.support-item:hover {
  transform: scale(1.05);
}

.support-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.support-item figcaption {
  padding: 15px;
  font-weight: bold;
  color: var(--juve-black);
  background-color: var(--juve-white);
  font-size: 1.1em;
}

.support-cta {
  font-size: 1.2em;
  font-weight: bold;
}

.support-cta a {
  color: var(--juve-black);
  font-weight: bold;
  border-bottom: 2px solid var(--juve-black);
}

.support-cta a:hover {
  color: var(--juve-grey-medium);
  border-bottom-color: var(--juve-grey-medium);
  text-decoration: none;
}

/* --- ПОДВАЛ (FOOTER) --- */
footer {
  background-color: var(--juve-black);
  color: var(--juve-grey-light);
  padding: 40px 0 20px;
  text-align: center;
}

footer .container {
  padding: 0 20px;
}

.footer-links {
  margin-bottom: 20px;
}

.footer-links a {
  color: var(--juve-grey-light);
  margin: 0 10px;
  font-size: 0.9em;
}

.footer-links a:hover {
  color: var(--juve-white);
  text-decoration: underline;
}

.social-media {
  margin-bottom: 20px;
}

.social-media p {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.social-media a img {
  width: 32px;
  height: 32px;
  margin: 0 8px;
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.social-media a img:hover {
  opacity: 1;
  transform: scale(1.1);
}

.contact-info {
  margin-bottom: 20px;
  font-size: 0.9em;
}

.contact-info a {
  color: var(--juve-grey-light);
}

.contact-info a:hover {
  color: var(--juve-white);
}

.copyright {
  font-size: 0.8em;
  color: var(--juve-grey-medium);
}

.copyright p {
  margin-bottom: 5px;
}

footer img[alt="Logo Juventus piccolo"] {
  margin-top: 15px;
  opacity: 0.7;
}

/* --- АДАПТИВНОСТЬ (Примерные медиа-запросы) --- */
/* Планшеты и маленькие десктопы */
@media (max-width: 992px) {
  h1 {
    font-size: 2.5em;
  }
  #hero-banner h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 1.9em;
  }
  h3 {
    font-size: 1.3em;
  }
  .welcome-content {
    flex-direction: column;
    text-align: center;
  }
  .welcome-content .inline-image-left {
    margin-bottom: 20px;
    max-width: 80%;
  }
  .support-item {
    width: calc(50% - 20px);
    /* 2 в ряд */
  }
}
/* Мобильные устройства (ландшафт и портрет) */
@media (max-width: 768px) {
  header .container {
    flex-direction: column;
  }
  header nav ul {
    margin-top: 15px;
    flex-wrap: wrap;
    /* Позволяет элементам переноситься */
    justify-content: center;
  }
  header nav ul li {
    margin: 5px 10px;
    /* Отступы для мобильной навигации */
  }
  #hero-banner {
    padding: 60px 20px;
    min-height: 50vh;
  }
  #hero-banner h1 {
    font-size: 2.5em;
  }
  #hero-banner p {
    font-size: 1.2em;
  }
  .cta-button,
  .cta-button-secondary {
    padding: 12px 25px;
    font-size: 1em;
  }
  .news-grid {
    grid-template-columns: 1fr;
    /* Одна колонка для новостей */
  }
  .sections-grid {
    grid-template-columns: 1fr;
    /* Одна колонка для превью */
  }
  .support-item {
    width: 100%;
    /* Один элемент галереи в ряд */
    max-width: 350px;
    /* Чтобы не растягивался слишком сильно */
  }
}
/* Маленькие мобильные устройства */
@media (max-width: 480px) {
  body {
    font-size: 15px;
  }
  /* Чуть уменьшить базовый шрифт */
  .container {
    width: 95%;
  }
  #hero-banner h1 {
    font-size: 2em;
  }
  #hero-banner p {
    font-size: 1em;
  }
  header #logo img {
    height: 40px;
  }
  header nav ul li a {
    font-size: 1em;
  }
  .support-item figcaption {
    font-size: 1em;
  }
}
/* Добавьте это в ваш существующий style.css */
/* --- СТИЛИ ДЛЯ СТРАНИЦЫ ИСТОРИИ (history.html) --- */
.page-banner {
  background-size: cover;
  background-position: center center;
  color: var(--juve-white);
  text-align: center;
  padding: 80px 20px;
  position: relative;
}

.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  /* Чуть больше затемнения для баннеров страниц */
  z-index: 1;
}

.page-banner .banner-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-banner h1 {
  color: var(--juve-white);
  font-size: 3em;
  margin-bottom: 15px;
}

.page-banner p {
  font-size: 1.3em;
  margin-bottom: 0;
}

.alt-background {
  background-color: var(--juve-grey-light);
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-section h2 {
  text-align: center;
  margin-bottom: 40px;
}

.content-columns {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  /* Выравнивание по верху */
}

.column-text {
  flex: 2;
  /* Текст занимает больше места */
}

.column-image {
  flex: 1;
  text-align: center;
}

.rounded-image {
  border-radius: 8px;
}

.shadow-image {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.image-caption {
  font-size: 0.9em;
  color: var(--juve-grey-medium);
  margin-top: 10px;
  text-align: center;
}

/* Стили для временной шкалы */
.timeline-event {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  background-color: var(--juve-white);
  /* Для событий на .alt-background */
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

#key-stages.alt-background .timeline-event {
  /* Если секция #key-stages на сером фоне */
  /* Можно оставить белый или сделать без фона */
}

/* Для секций без .alt-background, если фон белый, то можно без background-color у .timeline-event */
#club-origins + #key-stages .timeline-event {
  /* Если #key-stages не имеет .alt-background */
  /* background-color: var(--juve-grey-light); */
  /* Пример */
}

.timeline-event.reverse {
  flex-direction: row-reverse;
}

.timeline-image {
  flex-basis: 40%;
  max-width: 400px;
  /* Ограничение ширины изображения */
}

.timeline-image img {
  width: 100%;
}

.timeline-content {
  flex-basis: 60%;
}

.timeline-content h3 {
  color: var(--juve-black);
  margin-bottom: 10px;
}

/* Стили для легенд */
.legends-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  /* Адаптивная сетка */
  gap: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.legend-item {
  background-color: var(--juve-white);
  /* Если фон секции серый */
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
}

#club-legends:not(.alt-background) .legend-item {
  /* Если секция #club-legends на белом фоне */
  background-color: var(--juve-grey-light);
  /* Или просто тень */
}

.legend-item:hover {
  transform: translateY(-5px);
}

.legend-image {
  width: 120px;
  /* Размер фото легенды */
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  /* Круглые фото */
  margin: 0 auto 10px auto;
  border: 3px solid var(--juve-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.legend-item figcaption {
  font-weight: bold;
  color: var(--juve-black);
  font-size: 1.05em;
}

.coach-grid .legend-image {
  /* Чуть другие стили для фото тренеров, если нужно */
  border-radius: 8px;
  /* Например, квадратные */
}

/* Стили для галереи */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  /* Для имитации кликабельности */
}

.gallery-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--juve-white);
  padding: 10px;
  text-align: center;
  font-size: 0.9em;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.video-placeholder .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  pointer-events: none;
  /* Чтобы не мешал hover на родителя */
}

.gallery-item.video-placeholder:hover .play-button-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--juve-white);
}

.video-caption {
  /* Чтобы подпись видео была видна всегда, если нужно */
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.cta-button-secondary.dark-text {
  /* Для кнопки на светлом фоне */
  color: var(--juve-black);
  border-color: var(--juve-black);
}

.cta-button-secondary.dark-text:hover {
  background-color: var(--juve-black);
  color: var(--juve-white);
}

/* Адаптивность для страницы истории */
@media (max-width: 768px) {
  .content-columns {
    flex-direction: column;
  }
  .column-image {
    order: -1;
    /* Изображение сверху на мобильных */
    margin-bottom: 20px;
    width: 100%;
    max-width: 350px;
    /* Ограничение для изображения */
    margin-left: auto;
    margin-right: auto;
  }
  .timeline-event,
  .timeline-event.reverse {
    flex-direction: column;
    text-align: center;
  }
  .timeline-image {
    max-width: 80%;
    /* Изображение в таймлайне */
    margin-bottom: 15px;
  }
  .legends-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
  }
  .legend-image {
    width: 90px;
    height: 90px;
  }
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 480px) {
  .page-banner h1 {
    font-size: 2.2em;
  }
  .page-banner p {
    font-size: 1.1em;
  }
  .legends-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 легенды в ряд */
  }
}
/* Добавьте это в ваш существующий style.css */
/* --- СТИЛИ ДЛЯ СТРАНИЦЫ ДОСТИЖЕНИЙ (achievements.html) --- */
.intro-paragraph {
  font-size: 1.1em;
  color: var(--juve-grey-medium);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.trophy-categories {
  display: flex;
  flex-direction: column;
  /* Категории одна под другой */
  gap: 50px;
}

.trophy-category {
  background-color: var(--juve-white);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

#trophy-overview:not(.alt-background) .trophy-category {
  /* Если основная секция белая */
  /* Можно добавить легкую границу или оставить как есть */
  /* border: 1px solid var(--juve-grey-light); */
}

.trophy-category-icon {
  display: block;
  width: 60px;
  /* Размер иконки категории */
  height: auto;
  margin: 0 auto 15px auto;
  opacity: 0.8;
}

.trophy-category h3 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 30px;
  color: var(--juve-black);
  border-bottom: 2px solid var(--juve-grey-light);
  padding-bottom: 10px;
}

.trophy-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  /* Адаптивная сетка для трофеев */
  gap: 30px;
}

.trophy-item {
  text-align: center;
  padding: 20px;
  background-color: var(--juve-grey-light);
  /* Фон для отдельных карточек трофеев */
  border-radius: 8px;
  transition: transform 0.2s ease-in-out;
}

.trophy-item:hover {
  transform: translateY(-5px);
}

.trophy-image {
  width: 80px;
  /* Размер изображения трофея */
  height: auto;
  /* Автоматическая высота для сохранения пропорций */
  max-height: 100px;
  /* Максимальная высота, чтобы не были слишком вытянутыми */
  -o-object-fit: contain;
     object-fit: contain;
  /* Чтобы трофей был виден полностью */
  margin: 0 auto 15px auto;
}

.trophy-item h4 {
  font-size: 1.2em;
  margin-bottom: 8px;
  color: var(--juve-black);
  min-height: 40px;
  /* Для выравнивания высоты заголовков */
}

.trophy-count {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--juve-black);
  margin-bottom: 5px;
}

.trophy-detail {
  font-size: 0.85em;
  color: var(--juve-grey-medium);
  margin-bottom: 10px;
  font-style: italic;
  min-height: 20px;
  /* Для выравнивания */
}

.trophy-years-toggle {
  display: inline-block;
  background-color: var(--juve-black);
  color: var(--juve-white);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.8em;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s;
}

.trophy-years-toggle:hover {
  background-color: var(--juve-grey-dark);
}

.trophy-years-list {
  display: none;
  /* Скрыто по умолчанию, управляется JS */
  margin-top: 10px;
  font-size: 0.85em;
  color: var(--juve-grey-medium);
  text-align: left;
  /* Для лучшей читаемости списка */
  padding: 10px;
  background-color: var(--juve-white);
  /* Фон для списка годов */
  border-radius: 4px;
  border: 1px solid #ddd;
  max-height: 150px;
  /* Ограничение высоты с прокруткой */
  overflow-y: auto;
}

.trophy-years-list del {
  color: #999;
  text-decoration: line-through;
}

/* Стили для рекордов */
.records-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.record-card {
  background-color: var(--juve-white);
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.record-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.record-icon {
  width: 50px;
  /* Размер иконки рекорда */
  height: 50px;
  margin: 0 auto 15px auto;
  opacity: 0.7;
}

.record-card h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: var(--juve-black);
}

.record-value {
  font-size: 2em;
  font-weight: bold;
  color: var(--juve-black);
  margin-bottom: 5px;
}

.record-description {
  font-size: 0.95em;
  color: var(--juve-grey-medium);
}

/* Стили для инфографики */
.infographic-placeholder {
  background-color: var(--juve-grey-light);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.infographic-placeholder img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Адаптивность для страницы достижений */
@media (max-width: 768px) {
  .trophy-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /* Меньше карточек в ряд */
  }
  .trophy-item h4 {
    font-size: 1.1em;
    min-height: 35px;
  }
  .trophy-count {
    font-size: 1.3em;
  }
  .records-grid {
    grid-template-columns: 1fr;
    /* Одна карточка рекорда в ряд */
  }
}
@media (max-width: 480px) {
  .trophy-list {
    grid-template-columns: 1fr;
    /* Одна карточка трофея в ряд */
  }
  .trophy-category h3 {
    font-size: 1.5em;
  }
  .record-value {
    font-size: 1.7em;
  }
}
/* Добавьте это в ваш существующий style.css */
/* --- СТИЛИ ДЛЯ СТРАНИЦЫ ЧЕМПИОНАТА (championship.html) --- */
.tournament-logo-banner {
  max-width: 200px;
  /* Размер лого турнира на баннере */
  margin-bottom: 20px;
}

#championship-banner h1 {
  font-size: 2.8em;
  /* Немного меньше, т.к. есть лого турнира */
}

/* Информация о турнире */
.tournament-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.detail-item {
  background-color: var(--juve-grey-light);
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tournament-info:not(.alt-background) .detail-item {
  /* Если основная секция белая */
  /* Можно добавить фон или границу */
  background-color: var(--juve-grey-light);
}

.detail-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  opacity: 0.7;
}

.detail-item h3 {
  font-size: 1.3em;
  margin-bottom: 8px;
  color: var(--juve-black);
}

/* Расписание матчей */
.match-schedule-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--juve-grey-medium);
}

.tab-link {
  background-color: transparent;
  border: none;
  padding: 15px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--juve-grey-medium);
  transition: color 0.3s, border-bottom 0.3s;
  border-bottom: 3px solid transparent;
  /* Для эффекта активной вкладки */
  margin-bottom: -2px;
  /* Чтобы линия таба совпадала с общей линией */
}

.tab-link:hover {
  color: var(--juve-black);
}

.tab-link.active {
  color: var(--juve-black);
  border-bottom: 3px solid var(--juve-black);
}

.match-tab-content {
  display: none;
  /* По умолчанию скрыто, управляется JS */
}

.match-tab-content .group-name {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 20px;
  color: var(--juve-black);
}

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

.match-item {
  background-color: var(--juve-white);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-left: 5px solid var(--juve-grey-medium);
  /* Статус по умолчанию */
}

.match-item.upcoming {
  border-left-color: #f0ad4e;
  /* Оранжевый - предстоящий */
}

.match-item.live {
  border-left-color: #d9534f;
  /* Красный - идет сейчас */
}

.match-item.finished {
  border-left-color: #5cb85c;
  /* Зеленый - завершен */
}

.match-stage-title {
  /* Для плей-офф */
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: var(--juve-grey-dark);
}

.match-date-time {
  text-align: center;
  margin-bottom: 15px;
  font-size: 0.95em;
  color: var(--juve-grey-medium);
}

.match-date-time .date {
  font-weight: bold;
  margin-right: 10px;
}

.match-teams {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.team {
  display: flex;
  align-items: center;
  flex-basis: 40%;
  /* Примерно по 40% для команд */
}

.team img {
  width: 35px;
  /* Размер герба команды в матче */
  height: 35px;
  margin-right: 10px;
}

.team-name {
  font-size: 1.2em;
  font-weight: bold;
}

.team.team-a {
  justify-content: flex-start;
}

.team.team-b {
  justify-content: flex-end;
  text-align: right;
}

.team.team-b img {
  margin-left: 10px;
  margin-right: 0;
  order: 1;
}

/* Изображение справа для второй команды */
.team.team-b .team-name {
  order: 0;
}

.match-score {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--juve-black);
  flex-basis: 15%;
  /* Примерно 15% для счета */
  text-align: center;
}

.match-score .status-label {
  /* Для "vs", "live", "FT" */
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  color: var(--juve-grey-medium);
}

.match-details {
  text-align: center;
  font-size: 0.9em;
  color: var(--juve-grey-medium);
}

.match-details .stadium {
  display: block;
  margin-bottom: 5px;
}

.match-preview-link {
  color: var(--juve-black);
  font-weight: bold;
  text-decoration: underline;
}

.match-preview-link:hover {
  color: var(--juve-grey-dark);
}

/* Таблица группы */
.group-table-container {
  margin-top: 40px;
  overflow-x: auto;
  /* Для прокрутки на мобильных */
}

.group-table-container h4 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.4em;
}

.group-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.group-table th,
.group-table td {
  padding: 10px 12px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.group-table th {
  background-color: var(--juve-grey-light);
  font-weight: bold;
  color: var(--juve-black);
}

.group-table td.team-col {
  text-align: left;
  display: flex;
  /* Для выравнивания герба и названия */
  align-items: center;
}

.table-crest {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.group-table tbody tr:nth-child(odd) {
  background-color: var(--juve-white);
}

.group-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.group-table tbody tr:hover {
  background-color: #f0f0f0;
}

/* Аналитика */
.analysis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.analysis-card {
  background-color: var(--juve-grey-light);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#analytics-opponents:not(.alt-background) .analysis-card {
  background-color: var(--juve-grey-light);
}

.analysis-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.analysis-card h3 {
  font-size: 1.4em;
  margin: 15px 20px 10px 20px;
  color: var(--juve-black);
}

.analysis-card p {
  font-size: 0.95em;
  margin: 0 20px 15px 20px;
  color: var(--juve-grey-medium);
}

.read-more-analysis {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 20px 20px 20px;
  background-color: var(--juve-black);
  color: var(--juve-white);
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.read-more-analysis:hover {
  background-color: var(--juve-grey-dark);
  text-decoration: none;
}

/* Новости на странице чемпионата */
.news-grid-championship {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.news-item-championship {
  background-color: var(--juve-white);
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  /* По умолчанию изображение сверху */
  overflow: hidden;
  transition: transform 0.3s ease;
}

.news-item-championship:hover {
  transform: translateY(-5px);
}

.news-item-championship img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-content-championship {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-content-championship h3 {
  font-size: 1.3em;
  margin-bottom: 8px;
}

.news-date {
  font-size: 0.8em;
  color: var(--juve-grey-medium);
  margin-bottom: 10px;
}

.news-content-championship p {
  font-size: 0.95em;
  margin-bottom: 15px;
  flex-grow: 1;
}

.news-content-championship .read-more {
  display: inline-block;
  padding: 8px 15px;
  background-color: var(--juve-black);
  color: var(--juve-white);
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  align-self: flex-start;
  text-decoration: none;
}

.news-content-championship .read-more:hover {
  background-color: var(--juve-grey-dark);
}

/* Адаптивность для страницы чемпионата */
@media (max-width: 768px) {
  .match-teams {
    flex-direction: column;
    /* Команды одна под другой на малых экранах */
    gap: 10px;
  }
  .team {
    flex-basis: auto;
    width: 100%;
    justify-content: center;
    /* Центрируем команду */
  }
  .team.team-a,
  .team.team-b {
    text-align: center;
  }
  .team.team-b img {
    /* Возвращаем изображение слева */
    margin-left: 0;
    margin-right: 10px;
    order: 0;
  }
  .team.team-b .team-name {
    order: 1;
  }
  .match-score {
    margin: 10px 0;
  }
  .group-table th,
  .group-table td {
    padding: 8px 6px;
    /* Меньше паддинги в таблице */
    font-size: 0.85em;
    /* Меньше шрифт */
  }
  /* Скрытие менее важных колонок в таблице на маленьких экранах */
  .group-table th:nth-child(n+5):nth-child(-n+7),
  .group-table td:nth-child(n+5):nth-child(-n+7) {
    /* display: none; */
    /* Можно раскомментировать, чтобы скрыть G,V,N,P */
  }
  .group-table th:nth-child(n+8):nth-child(-n+10),
  .group-table td:nth-child(n+8):nth-child(-n+10) {
    display: none;
    /* Скрываем GF, GS, DR */
  }
  .news-item-championship {
    /* Можно изменить на flex-direction: row; если есть место */
  }
}
@media (max-width: 480px) {
  #championship-banner h1 {
    font-size: 2.3em;
  }
  .tab-link {
    font-size: 1em;
    padding: 12px 15px;
  }
  .team-name {
    font-size: 1.1em;
  }
  .match-score {
    font-size: 1.6em;
  }
  .news-grid-championship {
    grid-template-columns: 1fr;
    /* Одна новость в ряд */
  }
}
/* Добавьте это в ваш существующий style.css */
/* --- СТИЛИ ДЛЯ СТРАНИЦЫ КОНТАКТОВ (contacts.html) --- */
/* Форма обратной связи */
.contact-form {
  max-width: 700px;
  margin: 30px auto 0 auto;
  background-color: var(--juve-grey-light);
  /* Фон для самой формы */
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#contact-form-section:not(.alt-background) .contact-form {
  /* Если основная секция белая */
  /* background-color: var(--juve-grey-light); */
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: var(--juve-grey-dark);
}

.form-group input[type=text],
.form-group input[type=email],
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  font-family: var(--font-primary);
  box-sizing: border-box;
  /* Чтобы padding не влиял на общую ширину */
}

.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group textarea:focus {
  border-color: var(--juve-black);
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.form-group textarea {
  resize: vertical;
  /* Разрешить изменение размера только по вертикали */
  min-height: 120px;
}

.form-group.checkbox-group {
  display: flex;
  align-items: center;
}

.form-group.checkbox-group input[type=checkbox] {
  width: auto;
  margin-right: 10px;
  transform: scale(1.2);
  /* Немного увеличить чекбокс */
}

.form-group .privacy-label {
  font-weight: normal;
  font-size: 0.9em;
  color: var(--juve-grey-medium);
  margin-bottom: 0;
}

.form-group .privacy-label a {
  color: var(--juve-black);
  text-decoration: underline;
}

.form-group .privacy-label a:hover {
  color: var(--juve-grey-dark);
}

.contact-form .cta-button {
  /* Специфично для кнопки в форме, если нужно */
  background-color: var(--juve-black);
  color: var(--juve-white);
  border: 2px solid var(--juve-black);
  padding: 12px 30px;
  /* Немного меньше, чем основные CTA */
}

.contact-form .cta-button:hover {
  background-color: var(--juve-grey-dark);
  border-color: var(--juve-grey-dark);
}

/* Сообщения о статусе формы */
.form-status-message {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  border-radius: 4px;
  font-weight: bold;
}

.form-status-message.success {
  background-color: #d4edda;
  /* Светло-зеленый */
  color: #155724;
  /* Темно-зеленый */
  border: 1px solid #c3e6cb;
}

.form-status-message.error {
  background-color: #f8d7da;
  /* Светло-красный */
  color: #721c24;
  /* Темно-красный */
  border: 1px solid #f5c6cb;
}

/* Другие способы связи */
.contact-methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 20px;
}

.contact-method-item {
  background-color: var(--juve-white);
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#other-contacts.alt-background .contact-method-item {
  /* Если фон секции серый */
  /* background-color: var(--juve-white); */
}

.contact-method-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  opacity: 0.7;
}

.contact-method-item h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: var(--juve-black);
}

.contact-method-item p {
  font-size: 0.95em;
  color: var(--juve-grey-medium);
  margin-bottom: 15px;
}

.contact-detail a {
  font-weight: bold;
  color: var(--juve-black);
  font-size: 1.1em;
}

.contact-detail a:hover {
  text-decoration: underline;
}

.social-media-links-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.social-media-links-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: var(--juve-grey-light);
  border-radius: 4px;
  color: var(--juve-black);
  font-weight: 500;
  transition: background-color 0.3s;
}

.social-media-links-contact a:hover {
  background-color: #e0e0e0;
  text-decoration: none;
}

.social-media-links-contact img {
  width: 24px;
  height: 24px;
}

.contact-visual {
  max-width: 80%;
  margin-top: 20px;
  border-radius: 6px;
  border: 1px solid #eee;
}

/* FAQ Секция */
.faq-list {
  max-width: 800px;
  margin: 30px auto 0 auto;
}

.faq-item {
  background-color: var(--juve-white);
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.faq-item summary {
  padding: 15px 20px;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  /* Убрать стандартный маркер */
  display: flex;
  /* Для кастомного маркера */
  justify-content: space-between;
  /* Для кастомного маркера */
  align-items: center;
  /* Для кастомного маркера */
  color: var(--juve-black);
  transition: background-color 0.2s;
}

.faq-item summary:hover {
  background-color: var(--juve-grey-light);
}

.faq-item summary::-webkit-details-marker {
  /* Скрыть стандартный маркер для Chrome/Safari */
  display: none;
}

.faq-item summary::after {
  /* Кастомный маркер (плюс/минус) */
  content: "+";
  font-size: 1.5em;
  color: var(--juve-grey-medium);
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
  /* Превращает + в x */
  content: "+";
  /* Можно заменить на '\00D7' для крестика, если нравится */
}

.faq-item[open] summary {
  background-color: var(--juve-grey-light);
  border-bottom: 1px solid #e0e0e0;
  /* Линия под заголовком при открытии */
}

.faq-item p {
  padding: 15px 20px;
  font-size: 0.95em;
  color: var(--juve-grey-dark);
  line-height: 1.7;
  border-top: 1px solid #eee;
  /* Если нет border-bottom у summary */
}

.faq-item p a {
  color: var(--juve-black);
  font-weight: 600;
}

/* Адаптивность для страницы контактов */
@media (max-width: 768px) {
  .contact-form {
    padding: 20px;
  }
  .contact-methods-grid {
    grid-template-columns: 1fr;
    /* Одна карточка в ряд */
  }
}
.modal {
  display: none;
  /* Скрыто по умолчанию */
  position: fixed;
  /* Остается на месте при прокрутке */
  z-index: 2000;
  /* Выше всего остального контента */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Прокрутка, если контент не помещается */
  background-color: rgba(0, 0, 0, 0.6);
  /* Полупрозрачный фон */
  /* Для центрирования modal-content используем flex */
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  /* Автоматические отступы для старых браузеров, но flex лучше */
  padding: 30px;
  border: 1px solid #888;
  width: 90%;
  max-width: 500px;
  /* Максимальная ширина */
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  /* Для позиционирования кнопки закрытия */
  animation: fadeInModal 0.3s ease-out;
}

@keyframes fadeInModal {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.close-button {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.close-button:hover,
.close-button:focus {
  color: var(--juve-black);
  text-decoration: none;
  cursor: pointer;
}

.modal-logo {
  max-width: 80px;
  /* Размер лого в модальном окне */
  margin-bottom: 15px;
}

.modal-content h3 {
  font-size: 1.8em;
  color: var(--juve-black);
  margin-bottom: 15px;
}

.modal-content p {
  font-size: 1.1em;
  color: var(--juve-grey-dark);
  margin-bottom: 25px;
  line-height: 1.6;
}

.modal-content .cta-button {
  /* Кнопка OK в модальном */
  background-color: var(--juve-black);
  color: var(--juve-white);
  border-color: var(--juve-black);
  padding: 10px 25px;
}

.modal-content .cta-button:hover {
  background-color: var(--juve-grey-dark);
  border-color: var(--juve-grey-dark);
}

.gr24g24gas {
  background-image: url("../img/main/01.jpg");
}

.jkf1938fha {
  background-image: url("../img/main/14.jpg");
}

.kf3109f13ja {
  background-image: url("../img/main/48.jpg");
}

.dff31fs {
  background-image: url("../img/main/59.jpg");
}

.sda21sa {
  background-image: url("../img/main/60.jpg");
}

.as13ads {
  background-image: url("../img/main/83.jpg");
}

.g4g24sdasdas {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.g4kg4m1mms {
  margin-top: 10px;
}

.dsad12das {
  margin-top: 20px;
}

.f13f31as {
  margin-top: 30px;
  font-size: 1.1em;
}

.kjg1g938ha {
  display: block;
}

.g42g24g2s {
  color: #888;
  font-style: italic;
}

.kgl424j2j {
  margin-top: 30px;
  color: #555;
}

.jg4k12h {
  font-size: 0.9em;
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */