@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&family=Poppins:wght@400&display=swap');

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #05111a;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

.header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

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

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

.header__logo-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.header__logo-text {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
}

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

.header__nav-link {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  transition: opacity 0.2s;
}

.header__nav-link:hover {
  opacity: 0.8;
}

.header__burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
}

.header__burger img {
  width: 24px;
  height: 24px;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #05111a;
  z-index: 999;
  flex-direction: column;
}

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

.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  flex-shrink: 0;
}

.mobile-menu__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu__close img {
  width: 24px;
  height: 24px;
}

.mobile-menu__links {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 96px;
}

.mobile-menu__link {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero {
  position: relative;
  overflow: hidden;
  margin-top: -73px;
  padding-top: 73px;
  z-index: 1;
}

.hero__bg-shape {
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 963px;
  pointer-events: none;
  z-index: 0;
}

.hero__bg-blob {
  position: absolute;
  right: calc(50% - 600px);
  bottom: 80px;
  width: 495px;
  height: 575px;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 42px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 641px;
}

.hero__heading {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.64px;
  color: #ffffff;
}

.hero__subtext {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 8px 8px 8px 32px;
  border-radius: 100px;
  background: linear-gradient(90deg, #6b41ff 0%, #ea4bff 52.979%, #febc5f 100%);
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  width: fit-content;
  transition: opacity 0.2s;
}

.btn-cta:hover {
  opacity: 0.9;
}

.btn-cta__arrow {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-cta__arrow img {
  width: 20px;
  height: 20px;
}

.section-label {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #febc5f;
  text-transform: uppercase;
  text-align: center;
}

.section-label--left {
  text-align: left;
}

.section-heading {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  text-transform: capitalize;
  color: #ffffff;
  text-align: center;
}

.section-heading--left {
  text-align: left;
}

.grad-purple-pink {
  background: linear-gradient(90deg, #6b41ff 48.118%, #ea4bff 83.244%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grad-pink-purple-rev {
  background: linear-gradient(-90deg, #ea4bff 0%, #6b41ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grad-purple-pink-full {
  background: linear-gradient(90deg, #6b41ff 0%, #ea4bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, rgba(107, 65, 255, 0.2) 0%, rgba(107, 65, 255, 0) 93.357%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 24px;
}

.card--pink {
  background: linear-gradient(180deg, rgba(234, 75, 255, 0.2) 0%, rgba(234, 75, 255, 0) 93.357%);
}

.card--pink-rev {
  background: linear-gradient(180deg, rgba(234, 75, 255, 0) 6.643%, rgba(234, 75, 255, 0.2) 100%);
}

.section-strengths {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section-strengths__ring {
  position: absolute;
  top: 19px;
  left: calc(50% + 297px);
  width: 382px;
  height: 382px;
  pointer-events: none;
}

.section-strengths__arrow {
  position: absolute;
  top: 29px;
  left: calc(40% - 420px);
  width: 218px;
  height: 191px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.section-strengths__arrow img {
  width: 190.646px;
  height: 106.114px;
  transform: rotate(147.95deg) scaleY(-1) !important;
}

.section-strengths__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.section-strengths__heading-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.strengths-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}

.strength-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 161px;
}

.strength-card__title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  color: #ffffff;
  text-transform: capitalize;
}

.strength-card__body {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
}

.section-who {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section-who__grid {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  width: 1920px;
  height: 766px;
  pointer-events: none;
}

.section-who__ring {
  position: absolute;
  top: 373px;
  left: calc(50% + 196px);
  width: 557px;
  height: 557px;
  pointer-events: none;
}

.section-who__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 42px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.section-who__text {
  width: 546px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-who__heading-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-body {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
}

.section-who__image-card {
  flex: 1;
}

.section-who__image-card .card {
  padding: 24px;
}

.section-who__image-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}

.section-review {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section-review__grid {
  position: absolute;
  top: 20px;
  left: calc(50% - 1320px);
  width: 1920px;
  height: 766px;
  pointer-events: none;
}

.section-review__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 42px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.section-review__image-card {
  flex: 1;
}

.section-review__image-card .card {
  padding: 24px;
}

.section-review__image-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}

.section-review__text {
  width: 546px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-review__heading-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-testimonials {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section-testimonials__ring {
  position: absolute;
  top: 0;
  left: calc(50% - 764px);
  width: 382px;
  height: 382px;
  pointer-events: none;
}

.section-testimonials__arrow {
  position: absolute;
  top: 34px;
  left: calc(50% + 372px);
  width: 218px;
  height: 191px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.section-testimonials__arrow img {
  width: 190.646px;
  height: 106.114px;
  transform: rotate(32.05deg);
}

.section-testimonials__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.section-testimonials__heading-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}

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

.testimonial-card__reviewer {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-card__reviewer-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testimonial-card__name {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
}

.testimonial-card__stars {
  display: flex;
  align-items: center;
}

.testimonial-card__stars img {
  width: 112px;
  height: 16px;
}

.testimonial-card__quote {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
}

.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer__upper {
  position: relative;
  padding: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.footer__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.footer__upper-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer__contact-item img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.footer__contact-text {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
}

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

.footer__social-link {
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}

.footer__social-link:hover {
  opacity: 0.8;
}

.footer__social-link img {
  width: 24px;
  height: 24px;
}

.footer__lower {
  background: #05111a;
  border-top: 4px solid #6b41ff;
  padding: 24px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer__link {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  transition: opacity 0.2s;
}

.footer__link:hover {
  opacity: 0.8;
}

.footer__copyright {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

/* ===== ANIMATIONS ===== */

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

@keyframes ring-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.65; transform: scale(1.04); }
}

@keyframes arrow-bounce {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(6px); }
}

.hero__bg-blob {
  animation: float 6s ease-in-out infinite;
}

.section-strengths__ring,
.section-who__ring,
.section-testimonials__ring {
  animation: ring-pulse 5s ease-in-out infinite;
  transform-origin: center center;
}

.section-strengths__arrow,
.section-testimonials__arrow {
  animation: arrow-bounce 2.5s ease-in-out infinite;
}

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

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(107, 65, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-cta {
  transition: transform 0.2s ease, opacity 0.2s;
}

.btn-cta:hover {
  transform: scale(1.03);
  opacity: 1;
}

.btn-cta__arrow {
  transition: transform 0.3s ease;
}

.btn-cta:hover .btn-cta__arrow {
  transform: rotate(45deg);
}

.btn-cta-outline {
  transition: transform 0.2s ease, opacity 0.2s;
}

.btn-cta-outline:hover {
  transform: scale(1.03);
  opacity: 1 !important;
}

.btn-cta-outline:hover .btn-cta__arrow--outline {
  transform: rotate(45deg);
}

.header__nav-link {
  position: relative;
}

.header__nav-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #6b41ff, #ea4bff);
  border-radius: 1px;
  transition: width 0.3s ease;
}

.header__nav-link:hover::after {
  width: 100%;
}

.footer__social-link {
  transition: opacity 0.2s, transform 0.25s ease;
}

.footer__social-link:hover {
  opacity: 1;
  transform: scale(1.2);
}

.footer__link {
  transition: opacity 0.2s, color 0.2s;
}

.footer__link:hover {
  color: #ea4bff;
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* ===== END ANIMATIONS ===== */

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1200px;
  background: #080f18;
  border-radius: 20px;
  padding: 32px 40px;
  z-index: 9999;
  flex-direction: column;
  gap: 24px;
}

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

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

.cookie-banner__title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  color: #ffffff;
}

.cookie-banner__text {
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
}

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

.cookie-banner__accept {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 8px 8px 8px 32px;
  border-radius: 100px;
  border: 2px solid transparent;
  background:
    linear-gradient(#080f18, #080f18) padding-box,
    linear-gradient(90deg, #6b41ff 0%, #ea4bff 52.979%, #febc5f 100%) border-box;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  width: fit-content;
  transition: opacity 0.2s;
}

.btn-cta-outline:hover {
  opacity: 0.9;
}

.btn-cta__arrow--outline {
  background: linear-gradient(90deg, #6b41ff 0%, #ea4bff 52.979%, #febc5f 100%);
}

@media (max-width: 768px) {
  .cookie-banner {
    bottom: 16px;
    width: calc(100% - 24px);
    padding: 24px 20px;
    border-radius: 16px;
  }

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

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

  .btn-cta-outline {
    font-size: 18px;
    padding: 6px 6px 6px 24px;
  }
}

.policy-page {
  position: relative;
  overflow: hidden;
  margin-top: -73px;
  padding-top: 73px;
  z-index: 1;
}

.policy-page__bg-shape {
  position: absolute;
  top: -166px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 456px;
  pointer-events: none;
  z-index: 0;
}

.policy-page__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 42px 120px;
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.policy-page__heading {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.64px;
  color: #ffffff;
  text-align: center;
}

.policy-page__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.policy-section__heading {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
}

.policy-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 27px;
}

.policy-list li {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
}

.game-page {
  position: relative;
  overflow: hidden;
  margin-top: -73px;
  padding-top: 73px;
  z-index: 1;
}

.game-page__bg-shape {
  position: absolute;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 963px;
  pointer-events: none;
  z-index: 0;
}

.game-page__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 42px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.game-page__heading-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.game-page__heading {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.64px;
  color: #ffffff;
  text-align: center;
}

.game-page__content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.game-page__text {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

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

.game-page__image-card {
  flex-shrink: 0;
  width: 546px;
  height: 546px;
}

.game-page__image-card img {
  width: 100%;
  height: 498px;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

.catalog-hero {
  position: relative;
  overflow: hidden;
  margin-top: -73px;
  padding-top: 73px;
  z-index: 1;
}

.catalog-hero__bg-shape {
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 963px;
  pointer-events: none;
  z-index: 0;
}

.catalog-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 42px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.catalog-hero__heading-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.catalog-hero__heading {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.64px;
  color: #ffffff;
}

.catalog-hero__content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.catalog-hero__text {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.game-card {
  flex-shrink: 0;
  width: 261px;
  height: 261px;
  display: flex;
  flex-direction: column;
}

.game-card__image {
  width: 100%;
  height: 213px;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

.catalog-games-row {
  display: flex;
  gap: 24px;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .hero__bg-shape {
    left: 0;
    transform: none;
    width: 100%;
  }

  .hero__bg-blob {
    right: 0;
    width: 45%;
    height: auto;
  }

  .section-who__grid {
    left: 0;
  }

  .section-review__grid {
    left: calc(50% - 1320px);
  }

  .catalog-hero__bg-shape {
    left: 0;
    transform: none;
    width: 100%;
  }

  .catalog-games-row {
    flex-wrap: wrap;
  }

  .game-page__bg-shape {
    left: 0;
    transform: none;
    width: 100%;
  }

  .game-page__image-card {
    width: 420px;
    height: 420px;
  }

  .game-page__image-card img {
    height: 372px;
  }
}

@media (max-width: 768px) {
  .hero__bg-shape {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero__bg-blob {
    display: none;
  }

  .section-strengths__arrow {
    left: -79px;
    top: -31px;

  }
  .section-strengths__arrow img{
   width: 80px;
   height: 60px;
   
  }

  .section-strengths__ring,
  .section-who__ring,
  .section-who__grid,
  .section-review__grid,
  .section-testimonials__ring,
  .section-testimonials__arrow {
    display: none;
  }

  .header__inner {
    padding: 12px;
  }

  .header__nav {
    display: none;
  }

  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero__inner {
    padding: 48px 12px;
    gap: 24px;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__heading {
    font-size: 48px;
    letter-spacing: -0.48px;
  }

  .section-label {
    text-align: center;
  }

  .section-heading {
    font-size: 48px;
  }

  .section-strengths__inner {
    padding: 48px 12px;
  }

  .strengths-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .section-who__inner {
    padding: 40px 12px;
    flex-direction: column;
  }

  .section-who__text {
    width: 100%;
  }

  .section-who__heading-group .section-heading {
    font-size: 48px;
  }

  .section-who__image-card {
    width: 100%;
  }

  .section-who__image-card img {
    max-width: 358px;
    margin: 0 auto;
  }

  .section-review__inner {
    padding: 48px 12px;
    flex-direction: column;
  }

  .section-review__image-card {
    width: 100%;
    order: 2;
  }

  .section-review__image-card img {
    max-width: 358px;
    margin: 0 auto;
  }

  .section-review__text {
    width: 100%;
    order: 1;
  }

  .section-review__heading-group .section-heading {
    font-size: 48px;
  }

  .section-testimonials__inner {
    padding: 48px 12px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer__upper {
    padding: 42px 12px;
  }

  .footer__bg-img {
    content: url(/wp-content/themes/aezorithflame/assets/images/footer-bg-mobile.png);
  }

  .footer__contact-item {
    align-items: flex-start;
  }

  .footer__lower {
    padding: 24px 12px;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .footer__links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .policy-page__bg-shape {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
  }

  .policy-page__inner {
    padding: 48px 12px 80px;
    gap: 48px;
  }

  .policy-page__heading {
    font-size: 48px;
    letter-spacing: -0.48px;
  }

  .game-page__bg-shape {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    object-fit: cover;
  }

  .game-page__inner {
    padding: 48px 12px;
    gap: 24px;
  }

  .game-page__heading {
    font-size: 48px;
    letter-spacing: -0.48px;
  }

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

  .game-page__image-card {
    width: 100%;
    height: auto;
  }

  .game-page__image-card img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .catalog-hero__bg-shape {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .catalog-hero__inner {
    padding: 48px 12px;
    gap: 24px;
  }

  .catalog-hero__heading {
    font-size: 48px;
    letter-spacing: -0.48px;
  }

  .catalog-hero__content {
    flex-direction: column;
  }

  .catalog-hero__text {
    width: 100%;
  }

  .game-card {
    width: 100%;
    height: auto;
  }

  .game-card__image {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .catalog-games-row {
    flex-direction: column;
  }
}
