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

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

html {
  scroll-behavior: smooth;
}

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

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

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

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

.gradient-text {
  background: linear-gradient(to right, #00bfff, #cb64f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.btn-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #00bfff, #cb64f6);
  color: #0c0c11;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 22px 40px;
  border-radius: 100px;
  white-space: nowrap;
  transition: opacity 0.3s;
}

.btn-gradient:hover {
  opacity: 0.85;
}

.header {
  padding: 20px 0;
  position: relative;
  z-index: 10;
}

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

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

.logo__icon {
  width: 30px;
  height: 30px;
}

.logo__text {
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(to right, #00bfff, #cb64f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.nav a:hover {
  opacity: 0.8;
}

.hero {
  position: relative;
  padding-bottom: 60px;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1368px;
  height: 673px;
  overflow: hidden;
  z-index: 0;
}

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

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 996px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.hero__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(to right, #00bfff, #cb64f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
}

.hero__image {
  width: 100%;
  max-width: 996px;
  height: 340px;
  border-radius: 40px;
  overflow: hidden;
}

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

.philosophy {
  padding: 60px 0;
}

.philosophy__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}

.philosophy__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  max-width: 996px;
}

.philosophy__bottom {
  display: flex;
  align-items: flex-end;
  gap: 53px;
}

.philosophy__image {
  width: 731px;
  height: 340px;
  border-radius: 30px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.philosophy__actions {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.philosophy__character {
  width: 180px;
  height: 198px;
  overflow: hidden;
  flex-shrink: 0;
}

.philosophy__character img {
  width: 180%;
  max-width: none;
  margin-top: -31%;
  margin-left: -40%;
}

.popular {
  position: relative;
  padding: 20px 0 60px;
}

.popular__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1368px;
  height: 788px;
  overflow: hidden;
  z-index: 0;
}

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

.popular__inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 30px;
  align-items: center;
}

.popular__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  width: 783px;
  flex-shrink: 0;
}

.popular__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.popular__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
}

.games-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 580px;
}

.games-grid__row {
  display: flex;
  gap: 20px;
}

.games-grid__item {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 34px;
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.games-grid__item:hover {
  transform: scale(1.05);
}

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

.popular__tall-image {
  width: 387px;
  height: 748px;
  border-radius: 30px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.reviews {
  padding: 60px 0;
}

.reviews__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}

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

.reviews__row {
  display: flex;
  gap: 20px;
}

.review-card {
  width: 387px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  overflow: hidden;
}

.review-card__icon {
  width: 60px;
  height: 60px;
}

.review-card__quote {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  color: #00bfff;
  text-align: center;
}

.review-card__author {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: 4px;
}

.stats {
  width: 100%;
}

.stats__gradient {
  background: linear-gradient(to right, #00bfff, #cb64f6);
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

.stats__items {
  display: flex;
  align-items: center;
  gap: 100px;
  text-align: center;
}

.stats__item-value {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c0c11;
}

.stats__item-label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c0c11;
}

.stats__image {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

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

.contacts {
  position: relative;
  padding: 20px 0 60px;
}

.contacts__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1368px;
  height: 497px;
  overflow: hidden;
  z-index: 0;
}

.contacts__bg img {
  width: 100%;
  height: 152%;
  object-fit: cover;
  margin-top: -20%;
}

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

.contacts__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.contacts__text {
  max-width: 890px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
}

.contacts__info {
  margin-top: 10px;
}

.contacts__info p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #00bfff;
}

.contacts__character {
  width: 148px;
  height: 156px;
  overflow: hidden;
}

.contacts__character img {
  width: 123%;
  max-width: none;
  margin-top: -62%;
  margin-left: -11%;
}

.footer {
  padding: 40px 0 30px;
}

.footer__logo {
  margin-bottom: 15px;
}

.footer__nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.footer__nav a:hover {
  opacity: 0.8;
}

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

.footer__socials a {
  width: 40px;
  height: 40px;
  display: block;
}

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

.footer__copyright {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.policy {
  padding: 0 0 60px;
}

.policy__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}

.policy__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
}

.policy__text p {
  margin-bottom: 16px;
}

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

.game-hero {
  position: relative;
  padding: 20px 0 60px;
}

.game-hero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1368px;
  height: 788px;
  overflow: hidden;
  z-index: 0;
}

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

.game-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.game-hero__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  flex: 1;
}

.game-hero__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.game-hero__subtitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.game-hero__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
}

.game-hero__thumb {
  width: 387px;
  height: 387px;
  border-radius: 34px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.game-about {
  padding: 60px 0;
}

.game-about__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}

.game-about__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}

.game-about__bottom {
  display: flex;
  align-items: flex-end;
  gap: 53px;
}

.game-about__image {
  width: 731px;
  height: 340px;
  border-radius: 30px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.game-about__actions {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.game-about__character {
  width: 180px;
  height: 198px;
  overflow: hidden;
  flex-shrink: 0;
}

.game-about__character img {
  width: 180%;
  max-width: none;
  margin-top: -31%;
  margin-left: -40%;
}

/* Editorial layer */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 20px;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.85);
}

.breadcrumbs a:hover {
  color: #00bfff;
}

.breadcrumbs__sep {
  color: rgba(255, 255, 255, 0.3);
}

.editorial-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 20px;
}

.editorial-meta strong {
  color: #fff;
  font-weight: 600;
}

.editorial-meta .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.category-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid rgba(0, 191, 255, 0.5);
  color: #00bfff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.info-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 28px 30px;
  margin: 30px 0;
}

.info-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

.info-box p,
.info-box li {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

.info-box ul {
  padding-left: 20px;
  margin-top: 10px;
}

.info-box li {
  margin-bottom: 6px;
}

.article-section {
  padding: 30px 0;
}

.article-section h2,
.article-section h3 {
  margin-bottom: 16px;
  line-height: 1.15;
}

.article-section h2 {
  font-size: 32px;
  font-weight: 600;
}

.article-section h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 24px;
}

.article-section p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 14px;
}

.article-section a.inline-link {
  color: #00bfff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-section a.inline-link:hover {
  color: #cb64f6;
}

.taxonomy {
  padding: 40px 0;
}

.taxonomy__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.taxonomy__intro {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px;
  max-width: 780px;
}

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

.taxonomy__item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 22px;
}

.taxonomy__item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #00bfff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.taxonomy__item p {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.taxonomy__item ul {
  list-style: none;
  padding: 0;
  font-size: 13px;
}

.taxonomy__item li {
  margin-bottom: 4px;
}

.taxonomy__item a {
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  padding-bottom: 1px;
}

.taxonomy__item a:hover {
  color: #00bfff;
  border-color: #00bfff;
}

.editorial-board {
  padding: 40px 0 60px;
}

.editorial-board__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.editorial-board__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.editorial-board__card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 26px;
}

.editorial-board__card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.editorial-board__card .role {
  font-size: 12px;
  color: #00bfff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.editorial-board__card p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 30px 0;
}

.article-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.3s, border-color 0.3s;
}

.article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 191, 255, 0.5);
}

.article-card__thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
}

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

.article-card__category {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00bfff;
}

.article-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.article-card__desc {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
}

.article-card__readmore {
  font-size: 13px;
  font-weight: 600;
  color: #00bfff;
  border-bottom: 1px dotted rgba(0, 191, 255, 0.5);
  align-self: flex-start;
  padding-bottom: 1px;
}

.editorial-info {
  padding: 40px 0 60px;
}

.editorial-info__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.editorial-info__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.editorial-info__col {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 24px;
}

.editorial-info__col h4 {
  font-size: 16px;
  font-weight: 600;
  color: #00bfff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.editorial-info__col p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .taxonomy__grid,
  .article-list,
  .editorial-board__grid,
  .editorial-info__grid {
    grid-template-columns: 1fr;
  }

  .taxonomy__title,
  .editorial-board__title,
  .editorial-info__title {
    font-size: 28px;
  }

  .article-section h2 {
    font-size: 26px;
  }
}

/* Cookie banner */
.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  width: 100%;
  max-width: 430px;
  background-color: #0c0c11;
  border: 1.5px solid #00bfff;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transform: translateY(calc(100% + 40px));
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
}

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

.cookie-banner.is-hiding {
  transform: translateY(calc(100% + 40px));
  opacity: 0;
}

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

.cookie-banner__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.cookie-banner__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

.cookie-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cookie-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 30px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  width: 100%;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s, color 0.3s;
}

.cookie-banner__btn--accept {
  background: linear-gradient(to right, #00bfff, #cb64f6);
  color: #0c0c11;
}

.cookie-banner__btn--accept:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.cookie-banner__btn--settings {
  background: transparent;
  color: #fff;
  border: 1.5px solid #fff;
}

.cookie-banner__btn--settings:hover {
  background: #fff;
  color: #0c0c11;
  transform: translateY(-2px);
}

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

.reveal {
  opacity: 0;
}

.reveal.is-revealed {
  animation: fadeUp 0.7s ease forwards;
}

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

.btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 191, 255, 0.35);
}

.logo {
  transition: transform 0.3s;
}

.logo:hover {
  transform: scale(1.03);
}

.nav a,
.footer__nav a {
  transition: color 0.3s, opacity 0.3s;
}

.review-card {
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.review-card:hover {
  transform: translateY(-5px);
  border-color: #00bfff;
  box-shadow: 0 12px 30px rgba(0, 191, 255, 0.2);
}

.footer__socials a {
  transition: transform 0.3s, opacity 0.3s;
}

.footer__socials a:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}

.game-hero__thumb img,
.stats__image img {
  transition: transform 0.6s ease;
}

.game-hero__thumb:hover img {
  transform: scale(1.05);
}

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

  .cookie-banner {
    left: 50%;
    transform: translate(-50%, calc(100% + 40px));
    max-width: 330px;
    padding: 24px;
    border-radius: 24px;
  }

  .cookie-banner.is-visible {
    transform: translate(-50%, 0);
  }

  .cookie-banner.is-hiding {
    transform: translate(-50%, calc(100% + 40px));
  }

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

  .header {
    padding: 20px 0;
  }

  .header__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .hero__bg {
    width: 360px;
    height: 827px;
    left: 50%;
  }

  .hero__bg img {
    width: 151%;
    margin-left: -31%;
  }

  .hero__content {
    max-width: 330px;
  }

  .hero__title {
    font-size: 38px;
  }

  .hero__image {
    max-width: 330px;
    height: 340px;
  }

  .philosophy {
    padding: 40px 0;
  }

  .philosophy__title {
    font-size: 34px;
  }

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

  .philosophy__image {
    width: 100%;
    height: 200px;
  }

  .philosophy__actions {
    gap: 30px;
  }

  .philosophy__character {
    width: 90px;
    height: 102px;
  }

  .philosophy__character img {
    width: 181%;
    margin-top: -32%;
    margin-left: -40%;
  }

  .popular {
    padding: 20px 0 60px;
  }

  .popular__bg {
    width: 360px;
    height: 827px;
  }

  .popular__bg img {
    width: 151%;
    margin-left: -31%;
  }

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

  .popular__content {
    width: 100%;
  }

  .popular__title {
    font-size: 34px;
  }

  .games-grid {
    max-width: 330px;
  }

  .games-grid__row {
    flex-wrap: wrap;
    gap: 15px;
  }

  .games-grid__item {
    width: 156px;
    height: 156px;
  }

  .popular__tall-image {
    width: 330px;
    height: 400px;
  }

  .reviews {
    padding: 40px 0;
  }

  .reviews__title {
    font-size: 34px;
  }

  .reviews__row {
    flex-direction: column;
  }

  .review-card {
    width: 330px;
  }

  .stats__gradient {
    padding: 40px 0;
  }

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

  .stats__image {
    height: 230px;
  }

  .contacts {
    padding: 20px 0 60px;
  }

  .contacts__bg {
    width: 360px;
    height: 701px;
  }

  .contacts__bg img {
    width: 151%;
    margin-left: -31%;
    height: 100%;
    margin-top: 0;
  }

  .contacts__title {
    font-size: 34px;
  }

  .contacts__text {
    max-width: 330px;
  }

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

  .policy__title {
    font-size: 34px;
  }

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

  .game-hero__bg {
    width: 360px;
    height: 827px;
  }

  .game-hero__bg img {
    width: 151%;
    margin-left: -31%;
  }

  .game-hero__inner {
    flex-direction: column;
  }

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

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

  .game-hero__thumb {
    width: 330px;
    height: 330px;
  }

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

  .game-about__title {
    font-size: 34px;
  }

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

  .game-about__image {
    width: 100%;
    height: 200px;
  }

  .game-about__actions {
    gap: 30px;
  }

  .game-about__character {
    width: 90px;
    height: 102px;
  }

  .game-about__character img {
    width: 181%;
    margin-top: -32%;
    margin-left: -40%;
  }
}
