

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Inter:wght@400;600&display=swap');


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #0E0F11; background: #fff; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }


.header {
  width: 100%;
  border-bottom: 0.625px solid rgba(14,15,17,0.08);
  background: #fff;
  position: relative;
  z-index: 100;
}
.nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.nav__logo-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}
.nav__logo-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0E0F11;
  white-space: nowrap;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 37.5px;
}
.nav__links a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16.25px;
  letter-spacing: -0.14px;
  color: #0E0F11;
  text-transform: uppercase;
}
.nav__links a:hover { opacity: 0.7; }
.nav__cta {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  background: #0E0F11;
  color: #fff;
  border-radius: 18.75px;
  padding: 14px 18px;
  text-transform: capitalize;
  white-space: nowrap;
  display: inline-block;
}
.nav__cta:hover { opacity: 0.85; }


.nav__burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav__burger span {
  display: block;
  width: 28px;
  height: 2.5px;
  background: #0E0F11;
  border-radius: 2px;
  transition: all 0.3s;
}


.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 200;
  flex-direction: column;
  padding: 20px;
}
.mobile-menu.is-open { display: flex; }
.mobile-menu__close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #0E0F11;
  line-height: 1;
  padding: 4px 8px;
}
.mobile-menu__links {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}
.mobile-menu__links a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #0E0F11;
}
.mobile-menu__btn {
  margin-top: 40px;
  align-self: flex-start;
}


.footer {
  background: #000;
  color: #fff;
  padding: 60px 0;
}
.footer__inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}


.footer__deco-mobile { display: none; }


.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__top-left {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: flex-end;
}

.footer__left-sub {
  display: flex;
  flex-direction: column;
  gap: 27.5px;
  align-items: flex-start;
  width: 543.75px;
}
.footer__brand-row {
  display: flex;
  align-items: center;
  gap: 17.5px;
}
.footer__brand-arrow {
  width: 171.284px;
  height: 16.25px;
  object-fit: contain;
}
.footer__brand-name {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 17.5px;
  text-transform: uppercase;
  color: #fff;
}
.footer__talk {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 100px;
  text-transform: capitalize;
  color: #fff;
  white-space: nowrap;
}

.footer__top-right {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  align-self: flex-start;
}
.footer__squares {
  position: relative;
  width: 67.5px;
  height: 67.5px;
  flex-shrink: 0;
}
.footer__sq-white {
  position: absolute;
  width: 42.5px;
  height: 42.5px;
  background: #fff;
  top: 25px;
  left: 0;
}
.footer__sq-green {
  position: absolute;
  width: 42.5px;
  height: 42.5px;
  background: #9CED68;
  top: 0;
  left: 25px;
}
.footer__socials {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer__socials a { display: flex; }
.footer__socials img {
  width: 60.798px;
  height: 60.798px;
  object-fit: contain;
}


.footer__contact {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__contact a {
  display: inline-block;
  background: #9CED68;
  color: #0E0F11;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 13.75px 17.5px;
  border-radius: 18.75px;
  text-transform: capitalize;
  white-space: nowrap;
}
.footer__contact a:hover { opacity: 0.85; }


.footer__divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.15);
}


.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.footer__copy {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}
.footer__policy-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
}
.footer__policy-links a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.8);

}
.footer__policy-links a:hover { color: #fff; }


.btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 18.75px;
  padding: 13.75px 17.5px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}
.btn--dark {
  background: #0E0F11;
  color: #fff;
  border: none;
}
.btn--outline-dark {
  background: transparent;
  color: #0E0F11;
  border: 1.25px solid #0E0F11;
}
.btn--outline-white {
  background: transparent;
  color: #fff;
  border: 1.25px solid #fff;
}
.btn--green {
  background: #9CED68;
  color: #0E0F11;
  border: none;
}
.btn:hover { opacity: 0.85; }


.hero {
  position: relative;
  width: 100%;
  height: 515px;
  overflow: hidden;
  background: #fff;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__grid-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero__grid-line {
  position: absolute;
  top: 68.75px;
  bottom: 0;
  width: 0.625px;
  background: rgba(14,15,17,0.08);
}
.hero__grid-line:nth-child(1) { left: 25%; }
.hero__grid-line:nth-child(2) { left: 50%; }
.hero__grid-line:nth-child(3) { left: 75%; }


.hero__content {
  position: absolute;
  left: 50%;
  top: 181px;
  transform: translateX(-50%);
  width: 764px;
  height: 222px;
}


.hero__btn {
  position: absolute;
  left: 20px;
  top: -30px;
  z-index: 2;
}


.hero__title-endless {
  position: absolute;
  left: 192.5px;
  top: -80px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 128px;
  line-height: 1;
  text-transform: uppercase;
  color: #0E0F11;
  white-space: nowrap;
}


.hero__title-games {
  position: absolute;
  left: 0;
  top: 73.25px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 125px;
  line-height: 1;
  text-transform: uppercase;
  color: #0E0F11;
  white-space: nowrap;
}


.hero__card {
  position: absolute;
  left: 478px;
  top: 124px;
  width: 185px;
  height: 98px;
  border-radius: 11.25px;
  overflow: hidden;
  border: 0.625px solid rgba(46,45,45,0.3);
  z-index: 2;
}
.hero__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.about {
  background: #0E0F11;
  padding: 80px 258px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}
.about__heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 68.75px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.about__image {
  width: 300px;
  height: 245px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}
.about__body {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: rgba(255,255,255,0.8);
  text-align: center;
  max-width: 900px;
}


.why {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 0;
}
.why__header {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.why__heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #0E0F11;
}
.why__features {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.why__feature-row {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.why__feature-row--reverse {
  flex-direction: row-reverse;
}
.why__feature-img {
  width: 262.5px;
  height: 262.5px;
  border-radius: 140.625px;
  object-fit: cover;
  flex-shrink: 0;
}
.why__feature-text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why__feature-item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.why__feature-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 200px;
  flex-shrink: 0;
}
.why__feature-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.why__feature-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #0E0F11;
  max-width: 262.5px;
}
.why__feature-title em {
  display: block;
  font-style: italic;
  font-weight: 400;
}
.why__feature-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #2E2D2D;
  flex: 1;
}
.why__divider {
  width: 100%;
  height: 0.625px;
  background: rgba(14,15,17,0.12);
  margin: 4px 0;
}
.why__fullbleed {
  width: 100%;
  height: 593.75px;
  object-fit: cover;
  margin-top: 40px;
  display: block;
}


.reviews {
  background: #000;
  min-height: 535px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.reviews__marquee-row {
  padding: 56.75px 0 0;
  overflow: hidden;
}
.reviews__marquee-track {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  width: max-content;
  animation: marquee-scroll 18s linear infinite;
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.reviews__marquee-text {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 62.5px;
  line-height: 67.5px;
  letter-spacing: -0.625px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
}
.reviews__marquee-text.visible { color: rgba(255,255,255,1); }
.reviews__spark {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.reviews__card-row {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  padding: 40px 40px 60px;
  max-width: 1200px;
  margin: 0 auto;
  width: 1120px;
}
.reviews__photo-wrap {
  position: relative;
  flex-shrink: 0;
  width: 241.875px;
}
.reviews__photo {
  width: 241.875px;
  height: 262.5px;
  border-radius: 10px;
  object-fit: cover;
}
.reviews__play-badge {
  position: absolute;
  left: 93.75px;
  bottom: 0;
  transform: translateY(50%);
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 62.5px;
  border: 5px solid #0E0F11;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews__play-badge img { width: 35px; height: 35px; }
.reviews__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  padding-top: 74px;
}
.reviews__quote {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.24px;
  color: rgba(255,255,255,0.6);
}
.reviews__reviewer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews__reviewer-info {}
.reviews__reviewer-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}
.reviews__reviewer-city {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  letter-spacing: -0.28px;
  margin-top: 4px;
}
.reviews__stars {
  display: flex;
  gap: 2.5px;
}
.reviews__stars img { width: 20px; height: 20px; }
.reviews__pagination {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  flex-shrink: 0;
  padding-top: 85px;
}
.reviews__pag-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.reviews__pag-num {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 11.25px;
  line-height: 17.5px;
  color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 4px 8px;
  min-width: 25px;
  text-align: center;
}
.reviews__pag-item--active .reviews__pag-num {
  background: #fff;
  color: #0E0F11;
}
.reviews__pag-line {
  display: none;
}
.reviews__pag-item--active .reviews__pag-line {
  display: flex;
  align-items: center;
  gap: 0;
}
.reviews__pag-dash {
  width: 40px;
  height: 1.25px;
  background: #fff;
}
.reviews__pag-dot {
  width: 7.5px;
  height: 7.5px;
  background: #fff;
  border-radius: 50%;
}


.reviews__slider {
  display: grid;
}

.reviews__slide {
  grid-area: 1 / 1;
  display: flex;
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  user-select: none;
}

.reviews__slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  user-select: auto;
}

.reviews__slide.is-leaving {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}


.reviews__pag-item { cursor: pointer; }


.faq {
  background: #fff;
  padding: 60px 40px;
}
.faq__heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  color: #0E0F11;
  text-align: center;
  margin-bottom: 60px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
}
.faq__item {
  display: flex;
  gap: 30px;
  align-items: center;
  padding-top: 14px;
  border-top: 1.25px solid rgba(14,15,17,0.12);
  justify-content: center;
}
.faq__qa { width: 400px; flex-shrink: 0; }
.faq__question {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0E0F11;
  margin-bottom: 14px;
}
.faq__answer {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #2E2D2D;
  max-width: 333.125px;
}
.faq__image {
  width: 403.125px;
  height: 287.5px;
  border-radius: 11.25px;
  object-fit: cover;
  flex-shrink: 0;
}


.policy {
  background: #f0f5ea;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}
.policy::after {
  content: '';
  position: absolute;
  top: -120px;
  left: -120px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(156,237,104,0.45) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.policy__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.policy__title {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  color: #0e0f11;
}
.policy__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.policy__section-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #0e0f11;
  margin-bottom: 8px;
}
.policy__section p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #2e2d2d;
  margin-bottom: 8px;
}
.policy__section p:last-child { margin-bottom: 0; }
.policy__list {
  padding-left: 20px;
  margin: 6px 0 8px;
}
.policy__list li {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #2e2d2d;
  margin-bottom: 4px;
}


.game-detail {
  background: #fff;
  padding: 60px 40px;
}
.game-detail__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.game-detail__title {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #0e0f11;
  text-align: center;
}
.game-detail__divider {
  width: 100%;
  height: 1.25px;
  background: rgba(14,15,17,0.12);
  flex-shrink: 0;
}
.game-detail__body {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 0 145px;
}
.game-detail__img {
  width: 200px;
  height: 200px;
  border-radius: 11.25px;
  object-fit: cover;
  flex-shrink: 0;
}
.game-detail__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  max-width: 600px;
}
.game-detail__desc p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #2e2d2d;
  margin-bottom: 1em;
}
.game-detail__desc p:last-child { margin-bottom: 0; }
.game-detail__play {
  display: inline-block;
  background: #9CED68;
  color: #0e0f11;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 20px 40px;
  border-radius: 18.75px;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
}
.game-detail__play:hover { opacity: 0.85; }
.game-detail__play{
  max-width: 200px;
}

.catalog {
  background: #f5f5f5;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: relative;
  overflow: hidden;
}


.catalog__watermark {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 180px;
  line-height: 1.04;
  letter-spacing: -3.6px;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  color: transparent;
  background: linear-gradient(to bottom, #0e0f11 0%, rgba(14,15,17,0.06) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.1;
  user-select: none;
}


.catalog__ellipse {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(156,237,104,0.18) 0%, transparent 70%);
  pointer-events: none;
}


.catalog__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 700px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.catalog__text-group {
  display: flex;
  flex-direction: column;
  gap: 22.5px;
}

.catalog__heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 68.75px;
  text-transform: uppercase;
  color: #0e0f11;
}

.catalog__desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #2e2d2d;
}


.catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, 175px);
  grid-template-rows: auto auto;
  gap: 20px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}


.catalog-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
}

.catalog-card:nth-child(2) { grid-column: 2; grid-row: 1; }
.catalog-card:nth-child(3) { grid-column: 3; grid-row: 1; }

.catalog-card:nth-child(4) {
  grid-column: 4;
  grid-row: 1 / 3;
  align-self: center;
}

.catalog-card:nth-child(5) { grid-column: 2; grid-row: 2; }
.catalog-card:nth-child(6) { grid-column: 3; grid-row: 2; }


.catalog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 175 / 333;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.catalog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(14,15,17,0.12);
}


.catalog-card::before {
  content: '';
  display: block;
  flex: 0 0 19.9%;
}


.catalog-card__img-area {
  flex: 1;
  overflow: hidden;
  border-radius: 999px;
}

.catalog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.cookie-banner {
  display: none;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 960px;
  background: #9CED68;
  border-radius: 20px;
  padding: 40px;
  z-index: 500;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.18);
}
.cookie-banner.is-visible { display: flex; }
.cookie-banner__title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  text-transform: uppercase;
  color: #0E0F11;
}
.cookie-banner__text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #0E0F11;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cookie-banner__actions {
  display: flex;
  gap: 16px;
}
.cookie-banner__accept {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 48px;
  background: #fff;
  color: #0E0F11;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}
.cookie-banner__decline {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 48px;
  background: rgba(255,255,255,0.35);
  color: #0E0F11;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}
.cookie-banner__accept:hover { opacity: 0.9; }
.cookie-banner__decline:hover { background: rgba(255,255,255,0.5); }


@media (max-width: 768px) {

  
  .nav { padding: 14px 20px; }
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .nav__logo-text { font-size: 24px; }
  .nav__logo-img { width: 30px; height: 30px; }

  
  .hero { height: 344px; }
  .hero__content {
    left: 20px;
    top: 60px;
    transform: none;
    width: 390px;
    max-width: calc(100vw - 40px);
    height: 223.632px;
  }
  
  .hero__btn { left: 0; top: 0; }
  
  .hero__title-endless {
    font-size: 80px;
    left: 0;
    top: 50px;
  }
  
  .hero__title-games {
    font-size: 60px;
    left: 0;
    top: 155.82px;
  }
  
  .hero__card {
    left: 218px;
    top: 150px;
    width: 139px;
    height: 73.632px;
    border-radius: 8.453px;
    right: auto;
  }

  
  .about {
    padding: 40px 20px;
    gap: 20px;
  }
  .about__heading { font-size: 32px; line-height: 1.2; }
  .about__body { font-size: 24px; }

  
  .why__header {
    width: 100%;
    padding: 0 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
  }
  .why__heading { font-size: 32px; line-height: 1.2; }
  .why__features { padding: 0 20px; gap: 20px; }
  .why__feature-row,
  .why__feature-row--reverse {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .why__feature-text-col { width: 100%; }
  .why__feature-item { flex-direction: column; gap: 12px; }
  .why__feature-left { width: 100%; }
  .why__feature-title { max-width: 100%; }
  .why__feature-desc { max-width: 100%; }
  .why__fullbleed { height: 400px; }

  
  .policy { padding: 40px 20px; }
  .policy__inner { gap: 20px; }
  .policy__title { font-size: 24px; }

  
  .game-detail { padding: 40px 20px; }
  .game-detail__title { font-size: 32px; }
  .game-detail__body {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 20px;
  }
  .game-detail__img { width: 200px; height: 200px; }
  .game-detail__content { max-width: 100%; }

  
  .reviews__marquee-row { padding-top: 40px; }
  .reviews__marquee-text { font-size: 22.584px; line-height: 24.391px; letter-spacing: -0.2258px; }
  .reviews__spark { width: 18.067px; height: 18.067px; }
  .reviews__card-row {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 20px 40px;
    gap: 20px;
  }
  .reviews__content { padding-top: 20px; }
  .reviews__pagination {
    flex-direction: row;
    padding-top: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  
  .catalog {
    padding: 80px 20px 40px;
    gap: 20px;
  }
  .catalog__watermark {
    font-size: 80px;
    letter-spacing: -1.6px;
  }
  .catalog__heading {
    font-size: 32px;
    line-height: 50px;
  }
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 8px;
    width: 100%;
    max-width: 390px;
  }
  .catalog-card:nth-child(1),
  .catalog-card:nth-child(2),
  .catalog-card:nth-child(3),
  .catalog-card:nth-child(4),
  .catalog-card:nth-child(5),
  .catalog-card:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
  }

  
  .faq { padding: 40px 20px; }
  .faq__heading { font-size: 32px; margin-bottom: 20px; }
  .faq__item { flex-direction: column; gap: 14px; align-items: flex-start; }
  .faq__qa { width: 100%; }
  .faq__question { font-size: 24px; }
  .faq__answer { max-width: 100%; }
  .faq__image { width: 100%; height: 200px; }

  
  .footer { padding: 40px 0; }
  .footer__inner {
    padding: 0 20px;
    gap: 30px;
  }
  
  .footer__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  
  .footer__top-left {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .footer__left-sub {
    width: auto;
    gap: 4px;
  }
  .footer__talk { font-size: 30px; line-height: 100px; white-space: nowrap; }
  .footer__brand-arrow { width: 85px; height: 8px; }
  
  .footer__top-right { display: none; }
  
  .footer__deco-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  
  .footer__contact {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
   
  }
  .footer__contact a { text-align: center; }
  
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .footer__policy-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}

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

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

.hero__content {
  animation: fadeIn 0.8s ease both;
}
.about {
  animation: fadeInUp 0.7s ease 0.1s both;
}

.why,
.reviews,
.faq {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.why.is-visible,
.reviews.is-visible,
.faq.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.nav__links a {
  position: relative;
  transition: color 0.2s ease;
}
.nav__links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #0E0F11;
  transition: width 0.25s ease;
}
.nav__links a:hover::after { width: 100%; }

.btn {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.btn:hover { transform: scale(1.04); }

.catalog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.catalog-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 48px rgba(14,15,17,0.14);
}

.faq__item {
  transition: background 0.2s ease;
}
.faq__item:hover {
  background: rgba(156,237,104,0.06);
}

.footer__socials a img {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.footer__socials a:hover img {
  transform: scale(1.12);
  opacity: 0.85;
}

.footer__contact a {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.footer__contact a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(156,237,104,0.4);
}

.reviews__card-row {
  transition: transform 0.3s ease;
}
.reviews__card-row:hover { transform: translateY(-4px); }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}
.hero__card {
  animation: float 3.5s ease-in-out infinite;
}

.why__feature-row {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.why__feature-row--reverse {
  transform: translateX(20px);
}
.why__feature-row.is-visible {
  opacity: 1;
  transform: translateX(0);
}
