@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #000;
  background: #fff;
  min-width: 320px;
  overflow-x: hidden;
}

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

ul,
ol {
  list-style: none;
}

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

.header {
  background: #1e0f22;
  padding: 12px 60px;
  position: relative;
  overflow: hidden;
}

.header__bg {
  position: absolute;
  top: -735px;
  left: -744px;
  width: 2450px;
  height: 2076px;
  pointer-events: none;
  z-index: 0;
}

.header__bg img {
  transform: rotate(-13.67deg);
  width: 2127px;
  height: 1619px;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 6px;
}

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

.logo__text {
  font-weight: 800;
  font-size: 32px;
  line-height: 0.9;
  letter-spacing: 2.56px;
  color: #fff;
  text-transform: capitalize;
}

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  transition: opacity 0.3s;
}

.nav__link:hover {
  opacity: 0.8;
}

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 14px;
  padding: 0;
  position: relative;
  z-index: 1001;
}

.burger img {
  width: 30px;
  height: 14px;
}

.burger__line {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: transform 0.3s, opacity 0.3s;
}

.burger__line:nth-child(1) {
  top: 0;
}

.burger__line:nth-child(2) {
  top: 6px;
}

.burger__line:nth-child(3) {
  top: 12px;
}

.burger.active .burger__line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.burger.active .burger__line:nth-child(2) {
  opacity: 0;
}

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

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e0f22;
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

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

.mobile-menu__link {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
}

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

.hero__title {
  font-weight: 900;
  font-size: 150px;
  line-height: 0.9;
  letter-spacing: -9px;
  text-transform: uppercase;
  text-align: center;
}

.hero__title-purple {
  color: rgba(177, 4, 204, 0.6);
}

.hero__title-gray {
  color: rgba(152, 152, 152, 0.6);
}

.hero__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  max-width: 1080px;
  padding: 0 20px;
}

.btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #643a92;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.32;
  padding: 14px 60px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.btn-play:hover {
  opacity: 0.9;
}

.hero__image {
  width: 100%;
  max-width: 1200px;
  height: 500px;
  object-fit: cover;
}

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

.offer__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(22.43deg, rgb(169, 0, 202) 12.06%, rgb(244, 29, 255) 51.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.offer__cards {
  position: relative;
  width: 1080px;
  height: 465px;
}

.offer__card {
  position: relative;
  width: 362.59px;
  height: 366.04px;
}

.offer__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.offer__card-circle {
  position: absolute;
  top: 3.45px;
  left: 0;
  width: 362.59px;
  height: 362.59px;
  transform: scaleY(-1);
}

.offer__card-subtract {
  position: absolute;
  top: 3.45px;
  left: 0;
  width: 361.91px;
  height: 362.59px;
}

.offer__card-text {
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
  width: 302px;
  text-align: center;
}

.offer__card-text h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.32;
  margin-bottom: 26px;
}

.offer__card-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.32;
}

.offer__card--1 {
  position: absolute;
  left: 0;
  top: 3.45px;
}

.offer__card--2 {
  position: absolute;
  left: 359.14px;
  top: 0;
}

.offer__card--3 {
  position: absolute;
  left: 717.41px;
  top: 0;
}

.offer__card--2 .offer__card-bg img,
.offer__card--3 .offer__card-bg img {
  width: 100%;
  height: 100%;
}

.offer__curve {
  position: absolute;
  left: 603.88px;
  top: 360.86px;
  width: 331.94px;
  height: 88.92px;
}

.offer__dot {
  position: absolute;
  left: 596.55px;
  top: 448.92px;
  width: 15.54px;
  height: 15.54px;
}

.offer__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  max-width: 1080px;
}

.quote {
  background: #ff83fd;
  display: grid;
  grid-template-columns: 305px 364px 1fr;
  grid-template-rows: auto auto;
  gap: 20px 20px;
  padding: 60px;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.quote__text {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
  grid-column: 1 / -1;
  padding-bottom: 20px;
}

.quote__img-large {
  width: 100%;
  height: 429px;
  object-fit: cover;
  border-radius: 20px;
  grid-column: 3;
  grid-row: 2;
  align-self: end;
}

.quote__img-small {
  width: 305px;
  height: 270px;
  object-fit: cover;
  border-radius: 20px;
  grid-column: 1;
  grid-row: 2;
  align-self: end;
}

.quote__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.32;
  color: #fff;
  text-transform: capitalize;
  grid-column: 2;
  grid-row: 2;
  align-self: end;
}

.quote__desc p + p {
  margin-top: 23px;
}

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

.faq__header {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1080px;
}

.faq__header-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq__tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 20px;
  border: 1px solid #f41eff;
  border-radius: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  width: fit-content;
}

.faq__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  background: linear-gradient(46.98deg, rgb(169, 0, 202) 12.06%, rgb(244, 29, 255) 51.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq__header-right {
  flex: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
}

.faq__list {
  width: 100%;
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

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

.faq__question-text {
  flex: 1;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}

.faq__toggle {
  display: block;
  width: 59px;
  height: 59px;
  flex-shrink: 0;
  cursor: pointer;
}

.faq__toggle img {
  display: block;
  width: 59px;
  height: 59px;
}

.faq__answer {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

.faq__item.active .faq__answer {
  display: block;
}

.faq__divider {
  width: 100%;
  height: 1px;
}

.faq__divider img {
  width: 100%;
  height: 2px;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%) translateY(20px);
  z-index: 1000;
  width: calc(100% - 40px);
  max-width: 900px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

.cookie-banner.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.cookie-banner__inner {
  background: #fff;
  border-radius: 24px;
  padding: 30px 40px;
  box-shadow: 0 12px 40px rgba(30, 15, 34, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cookie-banner__head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cookie-banner__icon {
  width: 56px;
  height: 56px;
}

.cookie-banner__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  background: linear-gradient(46.98deg, rgb(169, 0, 202) 12.06%, rgb(244, 29, 255) 51.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cookie-banner__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  text-align: center;
  max-width: 720px;
}

.cookie-banner__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.cookie-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 50px;
  padding: 0 28px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.cookie-banner__btn--accept {
  background: #643a92;
}

.cookie-banner__btn--accept:hover {
  background: #7a47b0;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(100, 58, 146, 0.4);
}

.cookie-banner__btn--decline {
  background: #b497ce;
}

.cookie-banner__btn--decline:hover {
  background: #c5abda;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(180, 151, 206, 0.4);
}

.footer {
  background: #1e0f22;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 40px 60px;
}

.footer__contacts {
  display: flex;
  align-items: center;
  gap: 49px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

.footer__email {
  font-weight: 500;
  font-size: 72px;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(21.38deg, rgb(169, 0, 202) 12.12%, rgb(255, 255, 255) 54.4%, rgb(244, 29, 255) 98.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  word-break: break-word;
}

.footer__links {
  display: flex;
  align-items: center;
  gap: 49px;
}

.footer__link {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  transition: opacity 0.3s;
}

.footer__link:hover {
  opacity: 0.8;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 12px;
}

.footer__copy {
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #fff;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 21.78px;
}

.footer__social {
  width: 72.61px;
  height: 72.61px;
  display: block;
  transition: opacity 0.3s;
}

.footer__social:hover {
  opacity: 0.8;
}

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

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

.catalog__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(39.54deg, rgb(169, 0, 202) 12.06%, rgb(244, 29, 255) 51.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 100%;
}

.catalog__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  max-width: 1080px;
}

.catalog__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
}

.catalog__card {
  display: block;
  width: 215px;
  height: 215px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.3s, box-shadow 0.3s;
}

.catalog__card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(169, 0, 202, 0.25);
}

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

.catalog__text {
  flex: 1;
  min-width: 200px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}

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

.catalog__text-purple {
  color: #b518c4;
}

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

.policy__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  background: linear-gradient(22.43deg, rgb(169, 0, 202) 12.06%, rgb(244, 29, 255) 51.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 100%;
}

.policy__body {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  width: 100%;
  max-width: 1080px;
}

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

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

.policy__body ul {
  list-style: disc;
  margin-bottom: 10px;
  padding-left: 27px;
  text-align: left;
}

.policy__body ul li {
  line-height: 1.2;
}

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

.game-page__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(22.43deg, rgb(169, 0, 202) 12.06%, rgb(244, 29, 255) 51.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 100%;
}

.game-page__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  max-width: 1080px;
}

.game-page__thumb {
  width: 215px;
  height: 215px;
  border-radius: 20px;
  object-fit: cover;
}

.game-page__purple-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 1080px;
}

.game-page__purple {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #b518c4;
  text-align: right;
  max-width: 719px;
}

.game-page__banner {
  width: 100%;
  max-width: 1080px;
  height: 320px;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .offer__cards {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .offer__card--1,
  .offer__card--2,
  .offer__card--3 {
    position: relative;
    left: auto;
    top: auto;
  }

  .offer__curve,
  .offer__dot {
    display: none;
  }

  .offer__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 103px 30px;
  }

  .offer__card-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

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

  .quote__img-small {
    width: 100%;
    height: 270px;
  }

  .quote__desc {
    width: 100%;
  }

  .quote__img-large {
    width: 100%;
    height: 429px;
  }

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

  .faq__header-right {
    text-align: right;
    width: 100%;
  }
}

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

  .nav {
    display: none;
  }

  .burger {
    display: block;
  }

  .hero {
    gap: 20px;
    padding-top: 40px;
  }

  .hero__title {
    font-size: 50px;
    letter-spacing: -3px;
    padding: 0 20px;
  }

  .hero__desc {
    padding: 0 20px;
  }

  .hero__image {
    height: 330px;
  }

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

  .offer__title {
    font-size: 32px;
    letter-spacing: 0.32px;
  }

  .offer__cards {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .offer__card--1,
  .offer__card--2,
  .offer__card--3 {
    position: relative;
    left: auto;
    top: auto;
  }

  .offer__curve,
  .offer__dot {
    display: none;
  }

  .offer__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 103px 30px;
  }

  .offer__card-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .quote {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
  }

  .quote__img-large {
    width: 100%;
    height: 429px;
    order: 1;
  }

  .quote__text {
    font-size: 24px;
    order: 2;
    padding-bottom: 0;
  }

  .quote__img-small {
    width: 100%;
    height: 270px;
    order: 3;
  }

  .quote__desc {
    width: 100%;
    order: 4;
  }

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

  .faq__header {
    flex-direction: column;
    gap: 10px;
  }

  .faq__title {
    font-size: 32px;
    letter-spacing: 0.32px;
  }

  .faq__header-right {
    text-align: right;
    width: 100%;
  }

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

  .policy__title {
    font-size: 32px;
    letter-spacing: 0.32px;
  }

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

  .game-page__title {
    font-size: 32px;
    letter-spacing: 0.32px;
  }

  .game-page__purple-wrap {
    justify-content: flex-start;
  }

  .game-page__purple {
    text-align: left;
    max-width: 100%;
  }

  .game-page__banner {
    height: 200px;
  }

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

  .catalog__title {
    font-size: 32px;
    letter-spacing: 0.32px;
  }

  .catalog__grid {
    gap: 10px;
  }

  .catalog__card {
    width: 180px;
    height: 180px;
  }

  .catalog__text {
    width: 100%;
    flex: none;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .footer__email {
    font-size: 50px;
  }

  .footer__links {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

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

  .footer__copy {
    font-size: 16px;
    order: 2;
  }

  .footer__socials {
    order: 1;
  }

  .cookie-banner {
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .cookie-banner__inner {
    padding: 24px 20px;
    border-radius: 20px;
    gap: 14px;
  }

  .cookie-banner__head {
    gap: 10px;
  }

  .cookie-banner__icon {
    width: 38px;
    height: 38px;
  }

  .cookie-banner__title {
    font-size: 22px;
  }

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

  .cookie-banner__buttons {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .cookie-banner__btn {
    width: 100%;
    min-width: 0;
    font-size: 16px;
    height: 46px;
  }
}

@keyframes zkd-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zkd-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes zkd-pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(244, 29, 255, 0.35); }
  50% { box-shadow: 0 0 0 14px rgba(244, 29, 255, 0); }
}

@keyframes zkd-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.hero__title,
.hero__desc,
.hero__cta-wrap,
.hero__image,
.offer__title,
.catalog__title,
.policy__title,
.game-page__title,
.faq__title,
.faq__header-right {
  animation: zkd-fade-up 0.7s ease both;
}

.hero__desc { animation-delay: 0.1s; }
.hero__cta-wrap { animation-delay: 0.2s; }
.hero__image { animation-delay: 0.3s; }
.faq__header-right { animation-delay: 0.1s; }

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

.logo:hover {
  transform: scale(1.04);
  opacity: 0.9;
}

.logo__icon {
  transition: transform 0.45s ease;
}

.logo:hover .logo__icon {
  transform: rotate(-8deg) scale(1.08);
}

.nav__link {
  position: relative;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: linear-gradient(90deg, #a900ca, #f41dff);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.nav__link:hover::after {
  transform: scaleX(1);
}

.btn-play,
.hero__cta,
.btn-cta {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.3s ease, background 0.3s ease, opacity 0.25s ease;
}

.btn-play:hover,
.hero__cta:hover,
.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(100, 58, 146, 0.45);
  background: #7a47b0;
  opacity: 1;
}

.btn-play:active,
.hero__cta:active,
.btn-cta:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(100, 58, 146, 0.35);
}

.faq__toggle {
  border-radius: 50%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.faq__toggle:hover {
  transform: rotate(45deg) scale(1.06);
  box-shadow: 0 0 0 6px rgba(244, 29, 255, 0.12);
}

.faq__item.active .faq__toggle {
  transform: rotate(180deg);
}

.faq__answer {
  transform: translateY(-6px);
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.faq__item.active .faq__answer {
  transform: translateY(0);
  opacity: 1;
}

.catalog__card {
  position: relative;
}

.catalog__card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(169, 0, 202, 0.15), rgba(244, 29, 255, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.catalog__card:hover::after {
  opacity: 1;
}

.catalog__card img {
  transition: transform 0.45s ease;
}

.catalog__card:hover img {
  transform: scale(1.08);
}

.offer__card {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.offer__card:hover {
  transform: translateY(-6px);
  filter: drop-shadow(0 18px 30px rgba(169, 0, 202, 0.25));
}

.footer__link {
  position: relative;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.footer__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: #f41dff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.footer__link:hover {
  opacity: 1;
}

.footer__link:hover::after {
  transform: scaleX(1);
}

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

.footer__social:hover {
  transform: translateY(-3px) scale(1.08);
  opacity: 1;
}

.mobile-menu__link {
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}

.mobile-menu__link:hover {
  transform: translateX(6px);
  color: #f41dff;
}

.game-page__thumb,
.game-page__banner {
  transition: transform 0.5s ease, box-shadow 0.4s ease;
}

.game-page__thumb:hover,
.game-page__banner:hover {
  transform: scale(1.02);
  box-shadow: 0 16px 36px rgba(169, 0, 202, 0.2);
}

.faq__tag {
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.faq__tag:hover {
  background: linear-gradient(46.98deg, rgb(169, 0, 202) 12.06%, rgb(244, 29, 255) 51.39%);
  color: #fff;
  transform: translateY(-2px);
  -webkit-text-fill-color: #fff;
}

.cookie-banner__icon {
  animation: zkd-float 3.5s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
