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

html, body { margin: 0; padding: 0; }

body {
  font-family: 'Unbounded', sans-serif;
  background: #ffffff;
  color: #1A1A1A;
  line-height: 1.4;
  overflow-x: hidden;
}

body.is-menu-open { overflow: hidden; }

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

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

.page { width: 100%;  }

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

.header {
  position: relative;
  z-index: 50;
  padding: 20px 0;
  background: #ffffff;
}

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

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

.header__logo-icon {
  width: 30px;
  height: 30px;
}

.header__logo-text {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

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

.header__nav-link {
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1A1A1A;
}

.header__nav-link:hover { color: #941DEF; }

.header__nav-link--active {
  color: #941DEF;
  font-weight: 700;
}

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

.header__lang-link {
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #1A1A1A;
  padding: 5px 9px;
  border: 1px solid rgba(148, 29, 239, 0.35);
  border-radius: 6px;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.header__lang-link:hover {
  color: #941DEF;
  border-color: #941DEF;
}

.header__lang-link--active {
  color: #ffffff;
  font-weight: 700;
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  border-color: transparent;
}

.header__burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.header__burger-line {
  display: block;
  width: 24px;
  height: 2px;
  background: #1A1A1A;
  border-radius: 2px;
}

.header__burger--open .header__burger-line { background: #1A1A1A; }

.header__burger--open .header__burger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.header__burger--open .header__burger-line:nth-child(2) { opacity: 0; }

.header__burger--open .header__burger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.section { position: relative; padding: 70px 0; }

.section--first { padding-top: 30px; }

.section--gradient {
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  color: #ffffff;
}

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

.section__inner { position: relative; z-index: 2; }

.hero { padding: 0; }

.hero__media {
  width: 100%;
  height: 489px;
  position: relative;
  overflow: hidden;
}

.hero__media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateZ(0);
  will-change: transform;
}

.hero__band {
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  color: #ffffff;
  padding: 40px 0;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}
.hero__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.hero__barcode {
  width: 269px;
  height: 73px;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.95;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.hero__text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  color: #ffffff;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  border-radius: 60px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #1A1A1A;
  background: #C8FA00;
  border: none;
  cursor: pointer;
  text-align: center;
}

.button:hover { transform: translateY(-2px); opacity: .92; }

.button--outline {
  background: transparent;
  color: #1A1A1A;
  border: 1.5px solid #1A1A1A;
}

.quick__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.quick__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.quick__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.quick__card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  border-radius: 26px;
  padding: 20px;
  color: #ffffff;
}

.quick__card-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.quick__card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.quick__card-title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  color: #ffffff;
}

.quick__card-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  color: #ffffff;
}

.explore__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.explore__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.explore__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.explore__image {
  width: 100%;
  height: 277px;
  object-fit: cover;
  border-radius: 30px;
}

.explore__right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-end;
}

.explore__card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  border-radius: 26px;
  padding: 20px;
  color: #ffffff;
}

.explore__card-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.explore__card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.explore__card-title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  color: #ffffff;
}

.explore__card-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  color: #ffffff;
}

.collection__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
}

.collection__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  max-width: 1056px;
}

.collection__text {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #1A1A1A;
  margin: 0;
  max-width: 1056px;
}

.collection__image-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.collection__image {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.tempo__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tempo__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}

.tempo__row {
  display: grid;
  grid-template-columns: 1.3fr 286px;
  gap: 30px;
  align-items: flex-end;
}

.tempo__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tempo__text {
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin: 0;
}

.tempo__games {
  display: grid;
  grid-template-columns: 260px 260px 120px 120px;
  gap: 20px;
}

.tempo__game {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  display: block;
}

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

.tempo__game-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tempo__game--big { grid-row: span 2; height: 260px; }
.tempo__game--small { height: 120px; }

.tempo__mascot {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.contact__inner {
  display: grid;
  grid-template-columns: 429px 1fr;
  gap: 30px;
  align-items: center;
}

.contact__image {
  width: 100%;
  max-width: 429px;
  height: auto;
  object-fit: contain;
}

.contact__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.contact__text {
  font-size: 14px;
  line-height: 17px;
  color: #1A1A1A;
  margin: 0;
}

.contact__details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact__detail {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.footer {
  padding: 40px 0 24px;
  background: #ffffff;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.footer__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer__logo-icon { width: 30px; height: 30px; }

.footer__logo-text {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #1A1A1A;
  text-transform: uppercase;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.footer__nav-link {
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1A1A1A;
}

.footer__nav-link:hover { color: #941DEF; }

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

.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.footer__social-link-image {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.footer__copy {
  font-family: 'Unbounded', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: rgba(26, 26, 26, 0.6);
  margin: 0;
  flex-basis: 100%;
  text-align: left;
}

.cookie {
  position: fixed;
  inset: 0;
  background: rgba(26, 26, 26, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1000;
}

.cookie.is-visible { display: flex; }

.cookie__banner {
  position: relative;
  width: 100%;
  max-width: 460px;
  background: #ffffff;
  border-radius: 30px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 2px solid #941DEF;
}

.cookie__icon {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
}

.cookie__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  color: #1A1A1A;
}

.cookie__text {
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #1A1A1A;
  margin: 0;
}

.cookie__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie__button {
  display: block;
  width: 100%;
  padding: 18px 24px;
  border-radius: 60px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
}

.cookie__button:hover { transform: translateY(-1px); opacity: .92; }

.cookie__button--accept {
  background: #C8FA00;
  color: #1A1A1A;
}

.cookie__button--decline {
  background: transparent;
  color: #1A1A1A;
  border: 1.5px solid #1A1A1A;
}

.legal {
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  color: #ffffff;
  padding: 60px 0;
}

.legal__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
}

.legal__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.legal__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.legal__paragraph {
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  margin: 0;
}

.legal__paragraph-label {
  font-weight: 700;
  color: #ffffff;
}

.game-hero {
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  color: #ffffff;
  padding: 60px 0;
}

.game-hero__inner {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: center;
}

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

.game-hero__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.game-hero__text {
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  margin: 0;
}

.game-hero__icon {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 30px;
  justify-self: end;
}

.game-strategy {
  padding: 70px 0;
}

.game-strategy__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

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

.game-strategy__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.game-strategy__text {
  font-size: 14px;
  line-height: 18px;
  color: #1A1A1A;
  margin: 0;
}

.game-strategy__image {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 22px;
  object-fit: cover;
  justify-self: end;
}

.catalog__inner {
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  border-radius: 30px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #ffffff;
}

.catalog__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}

.catalog__text {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin: 0;
}

.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.catalog__card {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
}

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

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

.invitation {
  padding: 70px 0;
}

.invitation__inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
}

.invitation__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: uppercase;
  background: linear-gradient(0deg, #941DEF 0%, #28008E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.invitation__text {
  font-size: 14px;
  line-height: 18px;
  color: #1A1A1A;
  margin: 0 0 24px;
}

.invitation__contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.invitation__contact {
  font-size: 14px;
  line-height: 18px;
  color: #1A1A1A;
  margin: 0;
}

.invitation__image {
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 30px; }
  .hero__copy { gap: 30px; }
  .hero__media { height: 360px; }

  .quick__grid { grid-template-columns: 1fr; }
  .explore__inner { grid-template-columns: 1fr; }
  .tempo__row { grid-template-columns: 1fr; }
  .tempo__mascot { max-width: 240px; align-self: center; }
  .tempo__games { grid-template-columns: repeat(4, 1fr); }
  .tempo__game--big { grid-row: auto; height: auto; aspect-ratio: 1; grid-column: span 2; }
  .tempo__game--small { height: auto; aspect-ratio: 1; }

  .contact__inner { grid-template-columns: 1fr; }
  .contact__image { max-width: 320px; margin: 0 auto; }

  .game-hero__inner { grid-template-columns: 1fr; gap: 30px; }
  .game-hero__icon { justify-self: center; width: 240px; height: 240px; }

  .game-strategy__inner { grid-template-columns: 1fr; }
  .game-strategy__image { justify-self: stretch; max-width: 100%; }

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

@media (max-width: 768px) {
  .section { padding: 50px 0; }

  .header__nav {
    position: fixed;
    inset: 0;
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    transform: translateX(100%);
    z-index: 100;
  }

  .header__nav.is-open { transform: translateX(0); }

  .header__nav-link {
    font-size: 24px;
    line-height: 32px;
  }

  .header__burger {
    display: flex;
    position: relative;
    z-index: 200;
  }

  .tempo__games {
    grid-template-columns: 1fr 1fr;
  }
  .tempo__game--big { grid-column: span 2; }

  .catalog__inner { padding: 30px; }

  .footer__inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }

  .quick__card-title,
  .explore__card-title { font-size: 18px; }

  .button { padding: 16px 32px; font-size: 13px; }

  .cookie__banner { padding: 24px; border-radius: 20px; }
  .cookie__title { font-size: 18px; }

  .game-hero__icon { width: 200px; height: 200px; }

  .catalog__grid { grid-template-columns: 1fr; }
  .catalog__inner { padding: 24px; }

  .collection__image { height: 200px; }
}

.inline-link{color:#9affd6;text-decoration:underline;text-underline-offset:3px;font-weight:500}
.inline-link:hover{opacity:.85}
.editorial-meta{display:block;color:rgba(255,255,255,.78);font-size:13px;line-height:1.6;margin:6px 0 14px;letter-spacing:.02em}
.editorial-note{border-left:2px solid #9affd6;padding:6px 0 6px 16px;margin:18px 0;font-size:14px;line-height:1.6;color:rgba(255,255,255,.85)}
.source-line{font-size:14px;line-height:1.7;color:rgba(255,255,255,.85);margin:14px 0 0}
.byline{margin-bottom:8px;color:rgba(255,255,255,.78);font-size:13px;line-height:1.6}
