@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

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

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

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
  background: #f377f1;
  border-radius: 100px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  transition: opacity 0.3s;
}

.btn:hover {
  opacity: 0.85;
}

.section-title {
  font-family: 'Kaushan Script', cursive;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 400;
}

.body-text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  text-align: justify;
}

.body-text p + p {
  margin-top: 0;
}

.card {
  background: rgba(255, 255, 255, 0.2);
  border: 3px solid #f377f1;
  border-radius: 20px;
  box-shadow: 0px 4px 78px 0px rgba(243, 119, 200, 0.8);
  padding: 20px 14px;
}

.header {
  background: #fff;
  padding: 14px 33px;
  position: relative;
  z-index: 10;
}

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

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

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

.header__logo-text {
  font-family: 'Kaushan Script', cursive;
  font-size: 30px;
  color: #000;
  white-space: nowrap;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 20px;
  font-weight: 400;
}

.header__nav a {
  transition: color 0.3s;
}

.header__nav a:hover {
  color: #f377f1;
}

.header__burger {
  display: none;
  width: 30px;
  height: 14px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  position: relative;
}

.header__burger span,
.header__burger::before,
.header__burger::after {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  transition: transform 0.3s, opacity 0.3s;
}

.header__burger::before {
  content: '';
  top: 0;
}

.header__burger span {
  top: 50%;
  transform: translateY(-50%);
}

.header__burger::after {
  content: '';
  bottom: 0;
}

.header__burger.active::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.header__burger.active span {
  opacity: 0;
}

.header__burger.active::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

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

.mobile-menu a {
  font-size: 20px;
  font-weight: 400;
}

.frame {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.frame__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.frame__decor-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  max-width: none;
  height: 700px;
}

.frame__decor-line81 {
  position: absolute;
  top: 46px;
  left: 50%;
  margin-left: -540px;
  width: 190px;
  height: 1px;
}

.frame__decor-vector {
  position: absolute;
  top: 52px;
  right: 50%;
  margin-right: -540px;
  width: 70px;
  height: 81px;
}

.frame__decor-vector1 {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -320px;
  width: 50px;
  height: 41px;
}

.hero {
  background: transparent;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

.hero__content {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero__image {
  width: 523px;
  height: 364px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.hero__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 507px;
  flex-shrink: 0;
}

.hero__title {
  font-family: 'Kaushan Script', cursive;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 400;
}

.spark {
  padding: 0 0 60px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.spark--header {
  padding: 0;
  margin-top: 100px;
}

.spark--rows {
  padding-top: 60px;
  background: #fff;
}

.spark__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

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

.spark__link {
  font-size: 24px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: right;
  text-transform: capitalize;
}

.spark__link:hover {
  color: #f377f1;
}

.spark__row {
  display: flex;
  gap: 40px;
  align-items: center;
}

.spark__row-text {
  flex: 1;
  min-width: 0;
}

.spark__row-image {
  flex: 1;
  min-width: 0;
  border-radius: 10px;
  object-fit: cover;
}

.spark__row--tall .spark__row-image {
  height: 300px;
}

.spark__row--short .spark__row-image {
  height: 200px;
}

.stats {
  background: #ffdffe;
  padding: 60px;
  overflow: hidden;
  position: relative;
}

.stats__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
  overflow: hidden;
  pointer-events: none;
}

.stats__bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 1035px;
  height: auto;
}

.stats__title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 40px;
}

.stats__grid {
  position: relative;
  z-index: 2;
  height: 486px;
  max-width: 1080px;
  margin: 0 auto;
}

.stats__card {
  position: absolute;
  width: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center;
}

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

.stats__card:nth-child(2) {
  left: 275px;
  top: 111px;
}

.stats__card:nth-child(3) {
  left: 550px;
  top: 0;
}

.stats__card:nth-child(4) {
  left: 825px;
  top: 111px;
}

.stats__card-img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
}

.stats__card-number {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.stats__card-text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.games {
  background: #fff;
  padding: 60px;
  overflow: hidden;
}

.games__inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
}

.games__image {
  flex: 1;
  min-width: 0;
  height: 445px;
  border-radius: 10px;
  object-fit: cover;
}

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

.games__text .body-text p {
  margin-bottom: 0;
}

.games__text .body-text p + p {
  margin-top: 0;
}

.zones {
  background: #ffdffe;
  padding: 60px;
  overflow: hidden;
}

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

.zones__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 712px;
  margin: 0 auto;
}

.zones__row {
  display: flex;
  gap: 20px;
  width: 100%;
}

.zones__card {
  width: 346px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.zones__card-header {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.zones__card-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: contain;
  flex-shrink: 0;
}

.zones__card-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  flex: 1;
}

.zones__card-desc {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  width: 100%;
}

.contacts {
  background: #fff;
  padding-top: 60px;
  overflow: hidden;
}

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

.contacts__inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 60px;
}

.contacts__text {
  flex: 1;
  min-width: 0;
}

.contacts__info {
  width: 501px;
  flex-shrink: 0;
  background: #f377f1;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts__info-row {
  display: flex;
  gap: 30px;
  align-items: center;
  width: 100%;
}

.contacts__info-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.contacts__info-label {
  font-size: 14px;
  font-weight: 200;
  white-space: nowrap;
}

.contacts__info-value {
  font-size: 20px;
  font-weight: 400;
  flex: 1;
}

.contacts__map {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-top: 40px;
}

.footer {
  background: #000;
  padding: 31px 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.footer__logo-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.footer__logo-text {
  font-family: 'Kaushan Script', cursive;
  font-size: 80px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

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

.footer__social-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1078px;
}

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

.footer__social-icon {
  width: 36px;
  height: 36px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}

.footer__social-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer__social-icon-x {
  position: relative;
}

.footer__social-icon-x-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 16px;
  object-fit: contain;
}

.footer__social-name {
  font-family: 'Kaushan Script', cursive;
  font-size: 28px;
  color: #fff;
  font-weight: 400;
}

.footer__social-arrow {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer__social-arrow img {
  width: 22px;
  height: 14px;
  transform: rotate(-45deg);
  object-fit: contain;
}

.footer__social-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.13);
}

.footer__social-line img {
  display: none;
}

.footer__links {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.footer__links a {
  color: #fff;
  line-height: 1.6;
  transition: color 0.3s;
}

.footer__links a:hover {
  color: #f377f1;
}

.footer__copyright {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

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

.catalog-hero__title {
  text-align: center;
  width: 1080px;
  max-width: 100%;
}

.catalog-hero__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 580px;
}

.catalog-hero__row {
  display: flex;
  gap: 20px;
}

.catalog-hero__thumb {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  display: block;
  transition: transform 0.3s;
}

.catalog-hero__thumb:hover {
  transform: scale(1.04);
}

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

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

.catalog-stats {
  background: #ffdffe;
  padding: 60px;
  overflow: hidden;
}

.catalog-stats__row {
  display: flex;
  gap: 20px;
  text-align: center;
}

.catalog-stats__card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.catalog-stats__number {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: #f377ed;
  width: 100%;
}

.catalog-stats__text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  width: 100%;
}

.catalog-about {
  background: #fff;
  padding: 60px;
  overflow: hidden;
}

.catalog-about__inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
}

.catalog-about__image-wrap {
  flex: 1;
  min-width: 0;
  align-self: stretch;
  border-radius: 10px;
  overflow: hidden;
}

.catalog-about__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

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

.game-page {
  background: #fff;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.game-hero {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.game-hero__image {
  width: 400px;
  height: 400px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.game-hero__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  align-self: stretch;
}

.game-hero__title {
  font-family: 'Kaushan Script', cursive;
  font-size: 60px;
  line-height: 1;
  color: #000;
  letter-spacing: 1.8px;
  font-weight: 400;
  width: 100%;
}

.game-hero__subtitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.84px;
  width: 100%;
}

.game-mid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  height: 278px;
}

.game-mid__text {
  width: 520px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
}

.game-mid__subtitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.84px;
}

.game-mid__image {
  flex: 1;
  min-width: 0;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  align-self: stretch;
}

.game-pink {
  background: #f377f1;
  border-radius: 40px;
  padding: 20px;
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.game-pink__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.84px;
}

.game-pink__text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.policy {
  background: #fff;
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
}

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

.policy__divider {
  width: 100%;
  max-width: 1080px;
  height: 1px;
  background: #000;
  margin: 0 auto 40px;
}

.policy__body {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  padding: 0 60px;
}

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

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

.policy__section-title {
  font-weight: 400;
}

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

  .header__nav {
    display: none;
  }

  .header__btn {
    display: none;
  }

  .header__burger {
    display: block;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .hero__image {
    width: 100%;
    height: auto;
    aspect-ratio: 523 / 364;
  }

  .hero__text {
    width: 100%;
  }

  .hero__title {
    font-size: 40px;
  }

  .frame__decor-line {
    width: 100%;
    left: 0;
    transform: none;
    height: 500px;
  }

  .frame__decor-line81 {
    top: 15px;
    left: 60px;
    margin-left: 0;
  }

  .frame__decor-vector {
    top: 15px;
    right: 6px;
    margin-right: 0;
    width: 38px;
    height: 44px;
  }

  .frame__decor-vector1 {
    top: 8px;
    left: 40%;
    margin-left: 0;
    width: 30px;
    height: 25px;
  }

  .section-title {
    font-size: 40px;
  }

  .spark {
    padding: 0 20px 40px;
  }

  .spark--header {
    margin-top: 40px;
    padding: 0 20px;
  }

  .spark--rows {
    padding: 40px 20px;
  }

  .spark__inner {
    gap: 20px;
  }

  .spark__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .spark__header .section-title {
    order: 2;
  }

  .spark__link {
    order: 1;
    font-size: 20px;
    text-align: left;
  }

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

  .spark__row--tall {
    flex-direction: column-reverse;
  }

  .spark__row--reverse {
    flex-direction: column;
  }

  .spark__row-text {
    width: 100%;
  }

  .spark__row--tall .spark__row-image,
  .spark__row--short .spark__row-image {
    width: 100%;
    height: 200px;
  }

  .spark__row--tall .spark__row-image {
    height: 300px;
  }

  .spark__row--short {
    flex-direction: column;
  }

  .spark__row--short .spark__row-text {
    order: 0;
  }

  .stats {
    padding: 40px 20px;
  }

  .stats__title {
    margin-bottom: 20px;
  }

  .stats__grid {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .stats__card {
    position: static;
    width: 100%;
  }

  .stats__bg img {
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .games {
    padding: 40px 20px;
  }

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

  .games__image {
    width: 100%;
    height: 300px;
  }

  .games__text {
    width: 100%;
  }

  .games__text .section-title {
    font-size: 40px;
  }

  .zones {
    padding: 40px 20px;
  }

  .zones__title {
    margin-bottom: 20px;
  }

  .zones__grid {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .zones__row {
    flex-direction: column;
  }

  .zones__row:first-child {
    order: 2;
  }

  .zones__row:last-child {
    order: 1;
  }

  .zones__card {
    width: 100%;
  }

  .contacts {
    padding-top: 40px;
  }

  .contacts__inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }

  .contacts__text {
    width: 100%;
  }

  .contacts__info {
    width: 100%;
  }

  .contacts__map {
    height: 300px;
    margin-top: 20px;
  }

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

  .footer__logo-img {
    width: 40px;
    height: 40px;
  }

  .footer__logo-text {
    font-size: 40px;
  }

  .footer__social-left {
    gap: 66px;
  }

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

  .catalog-hero__grid {
    width: 100%;
    gap: 13px;
  }

  .catalog-hero__row {
    gap: 13px;
  }

  .catalog-hero__thumb {
    width: calc((100% - 26px) / 3);
    height: auto;
    aspect-ratio: 1;
    border-radius: 7px;
  }

  .catalog-hero__desc {
    width: 100%;
  }

  .catalog-stats {
    padding: 40px 20px;
  }

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

  .catalog-about {
    padding: 40px 20px;
  }

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

  .catalog-about__image-wrap {
    width: 100%;
    height: 300px;
    align-self: auto;
  }

  .catalog-about__image {
    height: 300px;
  }

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

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

  .game-hero__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .game-hero__title {
    font-size: 40px;
  }

  .game-hero__subtitle {
    font-size: 24px;
  }

  .game-mid {
    flex-direction: column;
    height: auto;
    gap: 20px;
  }

  .game-mid__text {
    width: 100%;
  }

  .game-mid__subtitle {
    font-size: 24px;
  }

  .game-mid__image {
    width: 100%;
    height: 250px;
  }

  .game-pink {
    border-radius: 20px;
  }

  .game-pink__title {
    font-size: 24px;
  }

  .policy {
    padding: 40px 0;
  }

  .policy__body {
    padding: 0 20px;
  }

  .policy__divider {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}

.btn{
  max-width: 246px;
}

/* ============ Cookie Banner ============ */
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(20px);
  width: calc(100% - 40px);
  max-width: 820px;
  background: #fff;
  border: 3px solid #f377f1;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(243, 119, 241, 0.35);
  padding: 28px 40px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

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

.cookie-banner.is-hiding {
  opacity: 0;
  transform: translateX(-50%) translateY(30px);
  pointer-events: none;
}

.cookie-banner__title {
  font-family: 'Kaushan Script', cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
  margin-bottom: 16px;
}

.cookie-banner__text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 24px;
}

.cookie-banner__actions {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.cookie-banner__accept {
  cursor: pointer;
  border: none;
}

.cookie-banner__settings {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #f377f1;
  transition: color 0.3s, transform 0.3s;
}

.cookie-banner__settings:hover {
  color: #d35bd0;
  transform: translateX(4px);
}

@media (max-width: 600px) {
  .cookie-banner {
    padding: 24px 22px;
    bottom: 16px;
  }

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

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

  .cookie-banner__actions {
    gap: 20px;
  }

  .cookie-banner__settings {
    font-size: 16px;
  }
}

/* ============ Scroll-triggered Animations ============ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

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

.reveal--left {
  transform: translateX(-40px);
}

.reveal--left.is-visible {
  transform: translateX(0);
}

.reveal--right {
  transform: translateX(40px);
}

.reveal--right.is-visible {
  transform: translateX(0);
}

.reveal--zoom {
  transform: scale(0.9);
}

.reveal--zoom.is-visible {
  transform: scale(1);
}

.reveal--delay-1 { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }
.reveal--delay-4 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============ Hover effects ============ */
.btn {
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.3s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(243, 119, 241, 0.45);
}

.btn:active {
  transform: translateY(0);
}

.header__logo,
.footer__logo {
  transition: transform 0.3s;
}

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

.hero__image,
.games__image,
.spark__row-image {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.hero__image:hover,
.games__image:hover,
.spark__row-image:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(243, 119, 241, 0.3);
}

.card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 78px 0 rgba(243, 119, 200, 0.95);
}

.stats__card-img,
.zones__card-icon {
  transition: transform 0.4s ease;
}

.stats__card:hover .stats__card-img,
.zones__card:hover .zones__card-icon {
  transform: rotate(-6deg) scale(1.08);
}

.spark__link {
  transition: color 0.3s, letter-spacing 0.3s;
}

.spark__link:hover {
  letter-spacing: 0.5px;
}

.footer__social-link {
  transition: transform 0.3s;
}

.footer__social-link:hover {
  transform: translateX(6px);
}

.footer__social-link:hover .footer__social-arrow img {
  transform: rotate(-45deg) translate(3px, -3px);
}

.footer__social-arrow img {
  transition: transform 0.3s ease;
}

.footer__links a {
  position: relative;
  display: inline-block;
}

.footer__links a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #f377f1;
  transition: width 0.3s ease, left 0.3s ease;
}

.footer__links a:hover::after {
  width: 100%;
  left: 0;
}

.contacts__info-row {
  transition: transform 0.3s ease;
}

.contacts__info-row:hover {
  transform: translateX(6px);
}

.catalog-hero__thumb,
.catalog-grid__thumb {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.catalog-hero__thumb:hover,
.catalog-grid__thumb:hover {
  box-shadow: 0 8px 28px rgba(243, 119, 241, 0.4);
}

/* Soft pulse on the hero star */
@keyframes softPulse {
  0%, 100% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.08) rotate(4deg); }
}

.frame__decor-vector1 {
  animation: softPulse 4s ease-in-out infinite;
  transform-origin: center;
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.frame__decor-vector {
  animation: floatY 5s ease-in-out infinite;
}