@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;500;600;700&display=swap');

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

html {
  scroll-behavior: smooth;
}

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

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

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

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

.hero {
  width: 100vw;
  position: relative;
  padding: 20px 0 60px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.hero__container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

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

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

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

.nav__logo-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.nav__menu {
  display: flex;
  gap: 84px;
  align-items: center;
}

.nav__menu a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.nav__menu a:hover {
  opacity: 0.8;
}

.nav__hamburger {
  display: none;
  width: 36px;
  height: 16px;
  cursor: pointer;
}

.nav__hamburger img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero__nav-area {
  position: relative;
}

.hero__content-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-end;
  width: 100%;
}

.hero__headline {
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255,255,255,0.82), rgba(255,255,255,0.22));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  line-height: 0.8;
}

.hero__headline-main {
  font-size: 210px;
  display: block;
}

.hero__headline-second-line {
  display: block;
  font-size: 98px;
  line-height: 0.8;
}

.hero__headline-line2 {
  display: inline;
}

.hero__headline-sub {
  display: inline;
}

.hero__cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 606px;
  max-width: 100%;
}

.hero__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 100px;
  background: linear-gradient(to left, #01cabd, #dc6ab0);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: inset 0px 4px 4.2px 0px rgba(255,255,255,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-primary:hover {
  transform: scale(1.04);
  box-shadow: inset 0px 4px 4.2px 0px rgba(255,255,255,0.25), 0 6px 24px rgba(1,202,189,0.3);
}

.about {
  background: #000;
  width: 100vw;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.about__glow {
  position: absolute;
  width: 464px;
  height: 464px;
  right: 0;
  top: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218,113,172,0.6) 0%, rgba(173,113,204,0.6) 50%, rgba(127,112,236,0.6) 100%);
  filter: blur(97px);
  pointer-events: none;
  z-index: 0;
}

.about__deco-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 217px;
  opacity: 0.84;
  pointer-events: none;
  z-index: 2;
  object-fit: cover;
}

.about__deco-2 {
  position: absolute;
  left: 0;
  top: 60px;
  width: 220px;
  height: 217px;
  opacity: 0.41;
  pointer-events: none;
  z-index: 2;
  object-fit: contain;
}

.about .container {
  position: relative;
  z-index: 1;
}

.about__inner {
  display: flex;
  gap: 76px;
  align-items: center;
  width: 100%;
  min-height: 657px;
}

.about__text-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  align-self: stretch;
}

.about__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2.4px;
  text-transform: capitalize;
  text-align: right;
  background: linear-gradient(to bottom, #ffffff, rgba(255,255,255,0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about__body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.46;
  letter-spacing: -0.32px;
  color: #fff;
}

.about__body p + p {
  margin-top: 1em;
}

.about__mission {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: right;
}

.about__mission-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-align: right;
  margin-bottom: 1em;
}

.about__mission-body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.46;
  letter-spacing: -0.32px;
  color: #fff;
  text-align: right;
}

.about__mission-body p + p {
  margin-top: 1em;
}

.about__image-col {
  width: 410px;
  flex-shrink: 0;
  align-self: stretch;
  position: relative;
  min-height: 400px;
}

.about__fox-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.features {
  width: 100vw;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 120% 53% at 50% 0%,
    rgba(144,135,244,1) 0%,
    rgba(107,98,195,1) 13%,
    rgba(70,60,146,1) 27%,
    rgba(53,45,110,1) 39%,
    rgba(35,30,73,1) 51%,
    rgba(18,15,37,1) 62%,
    rgba(9,8,18,1) 68%,
    rgba(4,4,9,1) 70%,
    rgba(0,0,0,1) 73%
  );
}

.features__deco-1 {
  position: absolute;
  right: 19px;
  top: 160px;
  width: 171px;
  height: 169px;
  opacity: 0.41;
  pointer-events: none;
  object-fit: contain;
}

.features__deco-2 {
  position: absolute;
  left: 39px;
  top: 245px;
  width: 139px;
  height: 137px;
  opacity: 0.41;
  pointer-events: none;
  object-fit: contain;
}

.features__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.features__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 65px;
  line-height: 1;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff, rgba(255,255,255,0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

.feature-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(15.219px);
  -webkit-backdrop-filter: blur(15.219px);
  border-radius: 18px;
  padding: 30px 20px;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  transition: transform 0.3s ease, background 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.15);
}

.feature-card__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  line-height: 23.75px;
}

.feature-card__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}

.choose {
  background: #000;
  width: 100vw;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.choose__glow {
  position: absolute;
  width: 427px;
  height: 427px;
  right: 0;
  top: 32px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218,113,172,0.6) 0%, rgba(173,113,204,0.6) 50%, rgba(127,112,236,0.6) 100%);
  filter: blur(97px);
  pointer-events: none;
}

.choose__deco {
  position: absolute;
  left: calc(50% - 540px + 297px);
  top: 37px;
  width: 185px;
  height: 183px;
  pointer-events: none;
  object-fit: contain;
}

.choose .container {
  position: relative;
  z-index: 1;
}

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

.choose__image-col {
  width: 368px;
  height: 409px;
  flex-shrink: 0;
  position: relative;
}

.choose__fox-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.choose__text-col {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
}

.choose__content {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
}

.choose__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2.4px;
  text-transform: capitalize;
  text-align: right;
  background: linear-gradient(to bottom, #ffffff, rgba(255,255,255,0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.choose__body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.46;
  letter-spacing: -0.32px;
  color: #fff;
}

.choose__body p + p {
  margin-top: 1em;
}

.testimonials {
  background: #000;
  width: 100vw;
  padding: 60px 0;
  overflow: hidden;
}

.testimonials__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.testimonials__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 60px;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff, rgba(255,255,255,0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 100%;
}

.testimonials__grid {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}

.testimonial-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(15.219px);
  -webkit-backdrop-filter: blur(15.219px);
  border-radius: 18px;
  padding: 30px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.15);
}

.testimonial-card__header {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.avatar-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dc6ab0, #7f70ec);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: #fff;
}

.testimonial-card__name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  line-height: 23.75px;
  color: #fff;
  white-space: nowrap;
}

.testimonial-card__quote {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}

.contact {
  background: #000;
  width: 100vw;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.contact__deco-1 {
  position: absolute;
  right: 51px;
  top: 30px;
  width: 139px;
  height: 137px;
  opacity: 0.41;
  pointer-events: none;
  object-fit: contain;
}

.contact__deco-2 {
  position: absolute;
  left: 51px;
  top: 58px;
  width: 110px;
  height: 109px;
  opacity: 0.41;
  pointer-events: none;
  object-fit: contain;
}

.contact__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.contact__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 60px;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff, rgba(255,255,255,0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.contact-item {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border-radius: 15px;
  height: 74px;
  overflow: hidden;
}

.contact-item--address { background: #dc6ab0; }
.contact-item--phone   { background: #01cabd; }
.contact-item--email   { background: #7f70ec; }

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

.contact-item__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.contact-item__line {
  width: 120px;
  height: 2px;
  background: #fff;
  border-radius: 3px;
}

.footer {
  background: #121212;
  width: 100vw;
  padding: 40px 0;
}

.footer__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

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

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

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

.footer__logo-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.footer__menu {
  display: flex;
  gap: 84px;
  align-items: center;
}

.footer__menu a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.footer__menu a:hover {
  opacity: 0.7;
}

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

.footer__copyright {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  white-space: nowrap;
}

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

.footer__social-link {
  width: 68px;
  height: 68px;
  display: block;
  flex-shrink: 0;
}

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

.page-header {
  width: 100vw;
  position: relative;
  padding: 14px 0;
}

.page-header__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-header__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.page-header__container {
  position: relative;
  z-index: 10;
}

.catalog-games {
  width: 100vw;
  padding: 60px 0;
  overflow: hidden;
  background: radial-gradient(ellipse 50% 50% at 50% 50%,
    rgba(187,100,155,1) 2%,
    rgba(158,135,192,1) 16%,
    rgba(129,169,228,1) 30%,
    rgba(97,127,171,1) 41%,
    rgba(81,106,143,1) 46%,
    rgba(65,85,114,1) 51%,
    rgba(48,63,86,1) 57%,
    rgba(32,42,57,1) 62%,
    rgba(16,21,29,1) 67%,
    rgba(8,11,14,1) 70%,
    rgba(0,0,0,1) 73%
  );
}

.catalog-games__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.catalog-games__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
}

.catalog-games__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 60px;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff, rgba(255,255,255,0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 100%;
}

.catalog-games__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.46;
  letter-spacing: -0.32px;
  color: #fff;
  text-align: center;
  width: 100%;
}

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

.game-card {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  padding: 13px 20px 20px;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s, opacity 0.2s;
  cursor: pointer;
}

.game-card:hover {
  transform: translateY(-4px);
  opacity: 0.9;
}

.game-card--pink   { background: #dc6ab0; }
.game-card--teal   { background: #01cabd; }
.game-card--purple { background: #7f70ec; }

.game-card__image {
  width: 100%;
  height: 224px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.game-card__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  width: 100%;
}

.game-detail {
  background: #000;
  width: 100vw;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.game-detail__glow-left {
  position: absolute;
  left: -134px;
  top: 16px;
  width: 427px;
  height: 427px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(218,113,172,0.6) 0%,
    rgba(173,113,204,0.6) 50%,
    rgba(127,112,236,0.6) 100%
  );
  filter: blur(97px);
  pointer-events: none;
  z-index: 0;
}

.game-detail__glow-right {
  position: absolute;
  right: -213px;
  top: 46px;
  width: 427px;
  height: 427px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(69,60,149,0.6) 0%,
    rgba(42,128,168,0.6) 50%,
    rgba(15,195,187,0.6) 100%
  );
  filter: blur(97px);
  pointer-events: none;
  z-index: 0;
}

.game-detail__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.game-detail__content {
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.game-detail__card {
  width: 310px;
  height: 316px;
  flex-shrink: 0;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  padding: 13px 20px 20px;
}

.game-detail__card--teal   { background: #01cabd; }
.game-detail__card--purple { background: #7f70ec; }
.game-detail__card--pink   { background: #dc6ab0; }

.game-detail__card-img {
  width: 100%;
  height: 224px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.game-detail__card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  width: 100%;
}

.game-detail__description {
  flex: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.46;
  letter-spacing: -0.32px;
  color: #fff;
  min-width: 0;
}

.game-detail__description p {
  margin: 0;
}

.game-detail__how-to-play {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
}

.play-now-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 27px 57px;
  border-radius: 191px;
  background: linear-gradient(to left, #01cabd, #dc6ab0);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: inset 0px 7.636px 8.018px 0px rgba(255,255,255,0.25);
  transition: opacity 0.2s;
}

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

.mobile-menu {
  display: none;
  flex-direction: column;
  background: rgba(10,10,10,0.97);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 200;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.mobile-menu.is-open {
  display: flex;
}

.mobile-menu a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s;
}

.mobile-menu a:hover {
  background: rgba(255,255,255,0.08);
}

.legal-content {
  background: #000;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}

.legal-content__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.legal-content__title {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff, rgba(255,255,255,0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 100%;
}

.legal-content__body {
  width: 800px;
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #fff;
}

.legal-content__body p {
  margin: 0 0 10px;
}

.legal-content__body ul {
  list-style-type: disc;
  margin: 0 0 10px 24px;
  padding: 0;
}

.legal-content__body li {
  line-height: 1.3;
  margin-bottom: 0;
}

@media (max-width: 768px) {

  .container {
    padding: 0 20px;
  }

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

  .hero__container {
    gap: 60px;
  }

  .nav__menu {
    display: none;
  }

  .nav__hamburger {
    display: flex;
  }

  .hero__content-block {
    align-items: flex-end;
  }

  .hero__headline-main {
    font-size: 76px;
  }

  .hero__headline-second-line {
    font-size: inherit;
  }

  .hero__headline-line2 {
    font-size: 88px;
    display: block;
  }

  .hero__headline-sub {
    font-size: 60px;
    display: block;
  }

  .hero__cta {
    width: 255px;
  }

  
  .about {
    padding: 40px 0;
  }

  .about__glow {
    right: -200px;
    top: 14px;
  }

  .about__inner {
    flex-direction: column;
    gap: 20px;
    min-height: unset;
    align-items: center;
  }

  .about__text-col {
    flex: none;
    width: 100%;
    order: 2;
  }

  .about__title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  .about__image-col {
    width: 277px;
    height: 397px;
    flex: none;
    order: 1;
  }

  .about__deco-1 {
    right: -20px;
    width: 186px;
    height: 183px;
  }

  .about__deco-2 {
    left: -20px;
    top: 85px;
    width: 170px;
    height: 168px;
  }

  
  .features {
    padding: 40px 0;
    background: radial-gradient(ellipse 200% 40% at 50% 0%,
      rgba(144,135,244,1) 0%,
      rgba(107,98,195,1) 13%,
      rgba(70,60,146,1) 27%,
      rgba(53,45,110,1) 39%,
      rgba(35,30,73,1) 51%,
      rgba(18,15,37,1) 62%,
      rgba(9,8,18,1) 68%,
      rgba(4,4,9,1) 70%,
      rgba(0,0,0,1) 73%
    );
  }

  .features__container {
    gap: 20px;
  }

  .features__title {
    font-size: 40px;
  }

  .features__grid {
    flex-direction: column;
    align-items: center;
  }

  .feature-card {
    width: 100%;
  }

  .features__deco-1 {
    right: -10px;
    top: 45px;
    width: 126px;
    height: 125px;
  }

  .features__deco-2 {
    left: -10px;
    top: 432px;
    width: 94px;
    height: 93px;
  }

  
  .choose {
    padding: 40px 0;
  }

  .choose__glow {
    right: auto;
    left: -100px;
    top: 255px;
  }

  .choose__deco {
    left: -50px;
    top: 62px;
  }

  .choose__inner {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .choose__image-col {
    width: 100%;
    max-width: 368px;
    height: 409px;
    align-self: center;
  }

  .choose__text-col {
    width: 100%;
    gap: 20px;
  }

  .choose__title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  
  .testimonials {
    padding: 40px 0;
  }

  .testimonials__container {
    gap: 20px;
  }

  .testimonials__title {
    font-size: 40px;
  }

  .testimonials__grid {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .testimonial-card {
    flex: none;
    width: 100%;
  }

  
  .contact {
    padding: 40px 0;
  }

  .contact__container {
    gap: 20px;
  }

  .contact__title {
    font-size: 40px;
  }

  .contact__info {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }

  .contact-item {
    height: auto;
    min-height: 74px;
    justify-content: center;
    width: 100%;
  }

  .contact-item--address {
    min-height: 96px;
  }

  .contact-item__text {
    white-space: normal;
    text-align: center;
  }

  .contact__deco-1 {
    right: -10px;
    top: 185px;
    width: 100px;
    height: 99px;
  }

  .contact__deco-2 {
    left: -10px;
    top: 39px;
    width: 75px;
    height: 74px;
  }

  
  .footer {
    padding: 40px 0;
  }

  .footer__container {
    gap: 20px;
  }

  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

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

  .footer__bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  
  .catalog-games {
    padding: 40px 0;
  }

  .catalog-games__title {
    font-size: 40px;
  }

  .catalog-games__text {
    text-align: center;
  }

  .games-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  
  .game-detail {
    padding: 40px 0;
  }

  .game-detail__container {
    gap: 20px;
  }

  .game-detail__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .game-detail__glow-right {
    right: -80px;
    top: 300px;
  }

  .play-now-btn {
    font-size: 24px;
    padding: 27px 50px;
  }

  
  .legal-content {
    padding: 40px 0;
  }

  .legal-content__title {
    font-size: 40px;
  }
}

/* Cookie Banner */
.cookie-banner {
  display: none;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: calc(100% - 48px);
  max-width: 900px;
}

.cookie-banner__box {
  background: #7B6CF6;
  border-radius: 20px;
  padding: 48px 48px 40px;
  width: 100%;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
}

.cookie-banner__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 64px;
  line-height: 1;
  color: #fff;
  margin-bottom: 24px;
}

.cookie-banner__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 16px;
}

.cookie-banner__actions {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}

.cookie-banner__btn {
  background: #fff;
  color: #000;
  border: none;
  border-radius: 50px;
  padding: 16px 48px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cookie-banner__btn:hover {
  opacity: 0.85;
  transform: scale(1.03);
}

/* ── Animations ── */

/* Fox float */
@keyframes fox-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}

.about__fox-img,
.choose__fox-img {
  animation: fox-float 5s ease-in-out infinite;
}

/* Scroll fade-in */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

.anim-fade-up {
  opacity: 0;
}

.anim-fade-up.is-visible {
  animation: fade-up 0.6s ease forwards;
}

.anim-fade-up:nth-child(2) { animation-delay: 0.1s; }
.anim-fade-up:nth-child(3) { animation-delay: 0.2s; }
.anim-fade-up:nth-child(4) { animation-delay: 0.3s; }

/* Cookie banner slide-up */
@keyframes cookie-slide-up {
  from { opacity: 0; transform: translateX(-50%) translateY(30px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.cookie-banner.is-visible {
  animation: cookie-slide-up 0.5s ease forwards;
}

@media (max-width: 600px) {
  .cookie-banner {
    bottom: 16px;
    width: calc(100% - 32px);
  }

  .cookie-banner__box {
    padding: 32px 24px 28px;
  }

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

  .cookie-banner__actions {
    flex-direction: column;
  }

  .cookie-banner__btn {
    width: 100%;
    text-align: center;
  }
}
