@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,500&family=Montserrat:wght@400;600;700&display=swap');

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  color: #0f2210;
  min-width: 320px;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.header {
  background: #fff;
  padding: 16px 60px;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__logo-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.header__logo-text {
  font-weight: 700;
  font-size: 22px;
  color: #00aaa2;
  text-transform: uppercase;
  line-height: normal;
  white-space: nowrap;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 80px;
}

.header__nav-link {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
}

.header__burger {
  display: none;
  width: 20px;
  height: 9px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.header__burger span {
  display: block;
  width: 100%;
  height: 1px;
  background: #00aaa2;
}

.mobile-menu {
  display: none;
  background: #fff;
  padding: 20px;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.mobile-menu.active {
  display: flex;
}

.mobile-menu a {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.hero {
  background: #fff;
  padding: 60px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}

.hero__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: 0.8px;
  color: #00aaa2;
  text-transform: capitalize;
  width: 100%;
  max-width: 1080px;
  padding: 0 60px;
}

.hero__bottom {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  justify-content: center;
  max-width: 1080px;
  width: 100%;
  padding: 0 60px;
}

.hero__text {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  color: #0f2210;
  line-height: 1.2;
}

.hero__text p + p {
  margin-top: 10px;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  background: #007b58;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.74;
  white-space: nowrap;
  flex-shrink: 0;
}

.hero__image {
  width: 100%;
  max-width: 1200px;
}

.hero__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.stats {
  background: #fff;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.16;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.stats__row {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}

.stats__row:first-child {
  margin-top: 0;
}

.stats__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 10px;
  border-radius: 20px;
  min-width: 0;
}

.stats__card--green {
  background: #007b58;
}

.stats__card--teal {
  background: #00aaa2;
}

.stats__card-number {
  font-weight: 700;
  font-size: 20px;
}

.stats__card-text {
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}

.section-split {
  background: #fff;
  padding: 60px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.section-split__image {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}

.section-split__image img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  border-radius: 20px;
}

.section-split__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.section-split__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0.6px;
  color: #00aaa2;
  text-transform: capitalize;
}

.section-split__text {
  font-size: 18px;
  font-weight: 400;
  color: #0f2210;
  line-height: 1.2;
}

.section-split__text p + p {
  margin-top: 10px;
}

.game-zones {
  background: #fff;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.game-zones__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0.6px;
  color: #00aaa2;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
}

.game-zones__grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.game-zones__row {
  display: flex;
  gap: 10px;
  width: 100%;
}

.game-zones__row--top {
  height: 339px;
}

.game-zones__row--bottom {
  height: 320px;
}

.game-zones__card {
  flex: 1;
  background: #00aaa2;
  border-radius: 20px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.game-zones__card--fixed {
  flex: none;
  width: 353px;
}

.game-zones__card-icon {
  width: 160px;
  height: 160px;
  object-fit: contain;
  flex-shrink: 0;
}

.game-zones__card-title {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.16;
}

.game-zones__card-text {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  text-align: justify;
  line-height: 1.16;
}

.game-zones__banner {
  flex: 1;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
}

.game-zones__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.contacts-wrapper {
  background: #007b58;
}

.contacts {
  background: #007b58;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.contacts__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0.6px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
}

.contacts__cards {
  display: flex;
  gap: 10px;
  width: 100%;
  height: 86px;
}

.contacts__card {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  min-width: 0;
}

.contacts__card-text {
  font-weight: 700;
  font-size: 20px;
  color: #0f2210;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.16;
}

.contacts__description {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.footer-wrapper {
  background: #00aaa2;
}

.footer {
  background: #00aaa2;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.footer__top {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.footer__main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

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

.footer__brand-name {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 108px;
  line-height: 0.935;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
}

.footer__subscribe {
  position: relative;
  width: 419px;
  height: 42px;
}

.footer__subscribe-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__subscribe-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 279px;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 17px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fdfdfd;
  text-transform: capitalize;
  line-height: 1.74;
}

.footer__subscribe-input::placeholder {
  color: #fdfdfd;
}

.footer__subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  background: #007b58;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.74;
  border: none;
  cursor: pointer;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 115px;
  font-size: 14px;
  color: #fff;
}

.footer__links-title {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}

.footer__links-list {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  font-weight: 400;
}

.footer__links-list a {
  line-height: 1.3;
}

.footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer__contacts {
  display: flex;
  gap: 30px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.3;
}

.footer__contact-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__contact-label {
  font-weight: 600;
}

.footer__contact-value {
  font-weight: 400;
  white-space: nowrap;
}

.footer__social {
  display: flex;
  gap: 5px;
  align-items: center;
}

.footer__social-link {
  width: 43px;
  height: 43px;
  display: block;
}

.footer__social-link img {
  width: 100%;
  height: 100%;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.footer__divider {
  width: 100%;
  max-width: 1033px;
  height: 1px;
  background: #fff;
}

.footer__copyright {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

.catalog {
  background: #fff;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.catalog__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0.6px;
  color: #00aaa2;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
}

.catalog__grid {
  display: flex;
  gap: 17px;
  width: 100%;
  align-items: center;
}

.catalog__left {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 349px;
  flex-shrink: 0;
}

.catalog__left-img {
  width: 100%;
  height: 318px;
  border-radius: 9px;
  overflow: hidden;
}

.catalog__left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}

.catalog__left-text {
  font-size: 18px;
  font-weight: 400;
  color: #0f2210;
  line-height: normal;
}

.catalog__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.catalog__right-top {
  display: flex;
  gap: 17px;
  flex: 1;
}

.catalog__right-top a {
  flex: 1;
  min-width: 0;
  height: 275px;
  border-radius: 11px;
  overflow: hidden;
  display: block;
}

.catalog__right-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11px;
}

.catalog__right-bottom {
  display: flex;
  gap: 20px;
  align-items: center;
}

.catalog__right-bottom-pair {
  display: flex;
  gap: 18px;
  width: 348px;
  flex-shrink: 0;
  height: 257px;
}

.catalog__right-bottom-pair a {
  flex: 1;
  min-width: 0;
  border-radius: 9px;
  overflow: hidden;
  display: block;
  height: 100%;
}

.catalog__right-bottom-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}

.catalog__right-bottom-single {
  flex: 1;
  min-width: 0;
  height: 257px;
  border-radius: 11px;
  overflow: hidden;
}

.catalog__right-bottom-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11px;
}

.catalog__text {
  font-size: 18px;
  font-weight: 400;
  color: #0f2210;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}

.catalog__text p + p {
  margin-top: 10px;
}

.game-hero {
  background: #fff;
  padding: 60px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.game-hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.game-hero__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0.6px;
  color: #00aaa2;
  text-transform: capitalize;
}

.game-hero__text {
  font-size: 18px;
  font-weight: 400;
  color: #0f2210;
  line-height: 1.2;
}

.game-hero__text p + p {
  margin-top: 10px;
}

.game-hero__cards {
  display: flex;
  gap: 10px;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.16;
}

.game-hero__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 10px;
  border-radius: 20px;
  min-width: 0;
}

.game-hero__card-title {
  font-weight: 700;
  font-size: 20px;
}

.game-hero__card-text {
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}

.game-hero__image {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}

.game-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.game-detail {
  background: #fff;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.game-detail__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0.6px;
  color: #00aaa2;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
}

.game-detail__image {
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
  overflow: hidden;
}

.game-detail__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.game-detail__text {
  font-size: 18px;
  font-weight: 400;
  color: #0f2210;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}

.game-detail__text p + p {
  margin-top: 10px;
}

.policy {
  background: #fff;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.policy__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: 0.8px;
  color: #00aaa2;
  text-transform: capitalize;
  width: 100%;
}

.policy__text {
  font-size: 18px;
  font-weight: 400;
  color: #0f2210;
  line-height: 1.2;
  width: 100%;
}

.policy__text p {
  margin-bottom: 10px;
}

.policy__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .header {
    padding: 16px 20px;
  }

  .header__nav {
    display: none;
  }

  .header__burger {
    display: flex;
  }

  .header__logo-text {
    font-size: 20px;
  }

  .hero {
    padding: 40px 0 0;
    gap: 20px;
  }

  .hero__title {
    font-size: 40px;
    letter-spacing: 0.4px;
    padding: 0 20px;
  }

  .hero__bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
  }

  .hero__text {
    width: 100%;
  }

  .hero__btn {
    align-self: center;
  }

  .hero__image img {
    height: 300px;
  }

  .stats {
    padding: 40px 20px;
  }

  .stats__row {
    flex-direction: column;
    height: auto;
  }

  .stats__card {
    width: 100%;
  }

  .section-split {
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
  }

  .section-split__image {
    width: 100%;
  }

  .section-split__image img {
    min-height: 330px;
  }

  .section-split__title {
    font-size: 36px;
    letter-spacing: 0.36px;
  }

  .section-split--reverse {
    flex-direction: column-reverse;
  }

  .game-zones {
    padding: 40px 20px;
    gap: 20px;
  }

  .game-zones__title {
    font-size: 36px;
    letter-spacing: 0.36px;
  }

  .game-zones__row {
    flex-direction: column;
    height: auto;
  }

  .game-zones__row--top,
  .game-zones__row--bottom {
    height: auto;
  }

  .game-zones__card--fixed {
    width: 100%;
  }

  .game-zones__banner {
    width: 100%;
    height: 320px;
  }

  .contacts {
    padding: 40px 20px;
    gap: 20px;
  }

  .contacts__title {
    font-size: 36px;
    letter-spacing: 0.36px;
  }

  .contacts__cards {
    flex-direction: column;
    height: auto;
  }

  .contacts__card {
    width: 100%;
  }

  .footer {
    padding: 40px 20px;
    gap: 20px;
    align-items: center;
    text-align: center;
  }

  .footer__top {
    gap: 20px;
    align-items: center;
  }

  .footer__main {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }

  .footer__brand {
    align-items: center;
  }

  .footer__brand-name {
    font-size: 50px;
  }

  .footer__subscribe {
    width: 390px;
    max-width: 100%;
  }

  .footer__subscribe-btn {
    right: 0;
    left: auto;
  }

  .footer__subscribe-input {
    width: calc(100% - 140px);
  }

  .footer__links {
    width: auto;
    align-items: center;
    text-align: center;
  }

  .footer__info {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }

  .footer__contacts {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .footer__contact-item {
    align-items: center;
  }

  .footer__social {
    order: 0;
  }

  .policy {
    padding: 40px 20px;
    gap: 20px;
  }

  .policy__title {
    font-size: 40px;
    letter-spacing: 0.4px;
  }

  .game-hero {
    flex-direction: column-reverse;
    padding: 40px 20px;
    gap: 20px;
  }

  .game-hero__title {
    font-size: 36px;
    letter-spacing: 0.36px;
  }

  .game-hero__image img {
    min-height: 320px;
  }

  .game-hero__cards {
    flex-direction: column;
  }

  .game-detail {
    padding: 40px 20px;
    gap: 20px;
  }

  .game-detail__title {
    font-size: 36px;
    letter-spacing: 0.36px;
  }

  .catalog {
    padding: 40px 20px;
    gap: 20px;
  }

  .catalog__title {
    font-size: 36px;
    letter-spacing: 0.36px;
  }

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

  .catalog__left {
    width: 100%;
    order: 2;
    gap: 20px;
  }

  .catalog__left-img {
    height: 318px;
  }

  .catalog__right {
    width: 100%;
    gap: 20px;
    order: 1;
  }

  .catalog__right-top {
    flex-direction: column;
    gap: 20px;
    order: 2;
  }

  .catalog__right-top a {
    height: 275px;
  }

  .catalog__right-bottom {
    flex-direction: column;
    gap: 20px;
    order: 1;
  }

  .catalog__right-bottom-pair {
    width: 100%;
    height: 257px;
  }

  .catalog__right-bottom-single {
    width: 100%;
    height: 257px;
  }
}

.header__logo {
  transition: transform 0.3s ease;
}

.header__logo:hover {
  transform: scale(1.04);
}

.header__nav-link {
  position: relative;
  transition: color 0.25s ease;
}

.header__nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #00aaa2;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.header__nav-link:hover {
  color: #00aaa2;
}

.header__nav-link:hover::after {
  transform: scaleX(1);
}

.header__burger span,
.header__burger {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header__burger.active span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

.header__burger.active span:nth-child(2) {
  opacity: 0;
}

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

.mobile-menu a {
  transition: color 0.25s ease, transform 0.25s ease;
}

.mobile-menu a:hover {
  color: #00aaa2;
  transform: translateY(-2px);
}

.hero__btn {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, box-shadow 0.3s ease;
}

.hero__btn:hover {
  background: #006548;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 123, 88, 0.35);
}

.hero__btn:active {
  transform: translateY(-1px);
}

.stats__card,
.contacts__card,
.game-zones__card,
.game-zones__banner,
.game-hero__card {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.stats__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.contacts__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.game-zones__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 170, 162, 0.35);
}

.game-zones__card-icon {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.game-zones__card:hover .game-zones__card-icon {
  transform: scale(1.08) rotate(-3deg);
}

.game-zones__banner img,
.section-split__image img,
.game-hero__image img,
.game-detail__image img,
.catalog__left-img img,
.catalog__right-top img,
.catalog__right-bottom-pair img,
.catalog__right-bottom-single img {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.game-zones__banner:hover img,
.section-split__image:hover img,
.game-hero__image:hover img,
.game-detail__image:hover img,
.catalog__left-img:hover img,
.catalog__right-top a:hover img,
.catalog__right-bottom-pair a:hover img,
.catalog__right-bottom-single:hover img {
  transform: scale(1.06);
}

.catalog__left-img,
.catalog__right-bottom-single {
  overflow: hidden;
}

.catalog__right-top a,
.catalog__right-bottom-pair a {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.catalog__right-top a:hover,
.catalog__right-bottom-pair a:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.footer__links-list a {
  position: relative;
  display: inline-block;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer__links-list a:hover {
  color: #007b58;
  transform: translateX(4px);
}

.footer__subscribe-btn {
  transition: background 0.3s ease, transform 0.3s ease;
}

.footer__subscribe-btn:hover {
  background: #006548;
  transform: translateY(-1px);
}

.footer__subscribe-input {
  transition: color 0.25s ease;
}

.footer__social-link {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer__social-link:hover {
  transform: translateY(-4px) scale(1.08);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes rdtFadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes rdtFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes rdtBannerIn {
  from { opacity: 0; transform: translateY(40px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.game-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 48px;
  background: #007b58;
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: nowrap;
  margin-top: 10px;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, box-shadow 0.3s ease;
}

.game-play::after {
  content: '\2192';
  display: inline-block;
  font-size: 20px;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.game-play:hover {
  background: #006548;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 123, 88, 0.4);
}

.game-play:hover::after {
  transform: translateX(5px);
}

.game-play:active {
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .game-play {
    padding: 16px 32px;
    font-size: 16px;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9999;
  max-width: 480px;
  width: calc(100% - 48px);
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  pointer-events: none;
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.cookie-banner--visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.cookie-banner--leaving {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  pointer-events: none;
}

.cookie-banner__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.1;
  color: #00aaa2;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.cookie-banner__text {
  font-size: 15px;
  font-weight: 400;
  color: #0f2210;
  line-height: 1.5;
  margin-bottom: 12px;
}

.cookie-banner__text:last-of-type {
  margin-bottom: 0;
}

.cookie-banner__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.cookie-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: #007b58;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease, box-shadow 0.3s ease;
}

.cookie-banner__btn:hover {
  background: #006548;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 123, 88, 0.35);
}

.cookie-banner__btn:active {
  transform: translateY(0);
}

.cookie-banner__btn--settings {
  background: #007b58;
}

@media (max-width: 600px) {
  .cookie-banner {
    bottom: 16px;
    left: 16px;
    right: 16px;
    width: auto;
    padding: 24px;
    border-radius: 14px;
  }

  .cookie-banner__title {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .cookie-banner__text {
    font-size: 14px;
  }

  .cookie-banner__buttons {
    margin-top: 18px;
    gap: 10px;
  }

  .cookie-banner__btn {
    padding: 12px 20px;
    font-size: 14px;
    flex: 1;
    min-width: 130px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .cookie-banner,
  .hero__btn,
  .header__nav-link,
  .header__nav-link::after,
  .stats__card,
  .contacts__card,
  .game-zones__card,
  .game-zones__card-icon,
  .game-zones__banner img,
  .section-split__image img,
  .game-hero__image img,
  .game-detail__image img,
  .catalog__left-img img,
  .catalog__right-top img,
  .catalog__right-bottom-pair img,
  .catalog__right-bottom-single img,
  .footer__social-link,
  .footer__links-list a,
  .cookie-banner__btn {
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
