/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: disc;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

/* fonts */

@font-face {
  font-family: 'Chango';
  src: url('/gamestopstill-fontsAsTRf/gamestopstill-main-fonts-AsTRf/gamestopstill-chango-regularAsTRf.woff2')
    format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('/gamestopstill-fontsAsTRf/gamestopstill-main-fonts-AsTRf/gamestopstill-barlow-regularAsTRf.woff2')
    format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* style text */

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

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

.tx-28 {
  font-family: 'Chango';
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
}

.tx-20 {
  color: #fff;
  font-family: Chango;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 145% */
  text-transform: uppercase;
  word-break: break-all;
}

.tx-16 {
  color: #c1c1c1;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.pbt-70-60 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.mb-24 {
  margin-bottom: 24px;
}

@media (max-width: 780px) {
  .tx-20 {
    font-size: 18px;
  }
  .tx-16 {
    font-size: 14px;
  }
}
@media (max-width: 780px) {
  .pbt-70-60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

/* Универсальный класс для кнопки или ссылки */
.btn--shine {
  position: relative;
  overflow: hidden;
}

/* Сам блик */
.btn--shine::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 40px;
  height: 300px;
  background: rgba(255, 255, 255, 0.8);
  transform: rotate(45deg);
  pointer-events: none;
  opacity: 0.7;
  animation: btn-shine 4s ease-in-out infinite;
}

/* Анимация движения блика */
@keyframes btn-shine {
  0% {
    transform: translateX(0) rotate(45deg);
    opacity: 0;
  }
  10% {
    opacity: 0.9;
  }
  30% {
    transform: translateX(350px) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translateX(350px) rotate(45deg);
    opacity: 0;
  }
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 992px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 600px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* header */
.gamestopstill-headerAsTRf {
  background: linear-gradient(180deg, #0e0a11 0%, #241c2a 100%);
  position: relative;
  padding: 20px 0;
  z-index: 10;
}

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

/* ===== Логотип ===== */
.gamestopstill-header__containerAsTRf__logo img {
  display: block;
  width: 74px; /* десктоп */
  height: 57px;
  transition: all 0.3s ease;
}

/* ===== Навигация ===== */
.gamestopstill-header__containerAsTRf__nav {
  display: flex;
}

.gamestopstill-header__containerAsTRf__list {
  display: flex;
  gap: 32px;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gamestopstill-header__containerAsTRf__list li {
  list-style: none;
}

.gamestopstill-header__containerAsTRf__list a {
  color: #cea2ee;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.gamestopstill-header__containerAsTRf__list a:hover {
  opacity: 0.7;
}

/* ===== Бургер ===== */
.gamestopstill-header__containerAsTRf__burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 11; /* поверх меню */
}

.gamestopstill-header__containerAsTRf__burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #c9a2f5;
  border-radius: 1px;
  transition: 0.3s;
}

/* ===== ПРОМЕЖУТОЧНЫЙ адаптив (планшеты) ===== */
@media (max-width: 1024px) and (min-width: 769px) {
  .gamestopstill-header__containerAsTRf__logo img {
    width: 65px;
    height: 60px;
  }

  .gamestopstill-header__containerAsTRf__list {
    gap: 24px;
  }

  .gamestopstill-header__containerAsTRf__list a {
    font-size: 15px;
  }
}

/* ===== МОБИЛКА ===== */
@media (max-width: 768px) {
  /* Лого */
  .gamestopstill-header__containerAsTRf__logo img {
    width: 55px;
    height: 62.4px;
  }

  /* Кнопка бургера поверх оверлея */
  .gamestopstill-header__containerAsTRf__burger {
    display: flex;
    z-index: 1001;
  }

  /* ПОЛНОЭКРАННОЕ МЕНЮ — вся ширина, по центру */
  .gamestopstill-header__containerAsTRf__nav {
    position: fixed;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #1a131f 0%, #0b0a0f 100%);
    display: grid;
    place-items: center; /* центрируем список по вертикали и горизонтали */
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 1000;
  }

  .gamestopstill-header__containerAsTRf__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .gamestopstill-header__containerAsTRf__list a {
    font-size: 18px;
    line-height: 1.2;
    padding: 12px 20px; /* крупные тап-таргеты */
    color: #cea2ee;
    text-decoration: none;
  }

  /* Активное состояние — плавное появление */
  .gamestopstill-header__containerAsTRf__nav.active {
    transform: translateY(0);
    opacity: 1;
  }

  /* Анимация бургера в крест */
  .gamestopstill-header__containerAsTRf__burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  .gamestopstill-header__containerAsTRf__burger.active span:nth-child(2) {
    opacity: 0;
  }
  .gamestopstill-header__containerAsTRf__burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }

  /* Блокируем прокрутку фона при открытом меню */
  body.menu-open {
    overflow: hidden;
  }
}

/* main */
.gamestopstill-mainAsTRf {
  background: #0e0a11;
}

/* hero section */

.gamestopstill-heroAsTRf {
  padding: 80px 40px;
  overflow: hidden;
  position: relative;
}

.gamestopstill-heroAsTRf__container {
  background: url('/gamestopstill-imgAsTRf/gamestopstill-imagesAsTRf/gamestopstill-hero-bgAsTRf.webp')
    center/cover no-repeat;
  border-radius: 16px;
  padding: 100px 24px;
  border-radius: 40px;
  border: 1px solid var(--stroke, #5e5168);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Текстовая часть */
.gamestopstill-heroAsTRf__content {
  flex: 1;
  color: #fff;
  max-width: 580px;
}

.gamestopstill-heroAsTRf__title {
  color: #fff;
  font-family: Chango;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 24px;
}

.gamestopstill-heroAsTRf__text {
  color: #fff;

  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 32px;
}

/* Кнопка (сделал ссылкой) */
.gamestopstill-heroAsTRf__btn {
  display: inline-block;
  border-radius: 14px;
  background: #cea2ee;
  color: #1a1322;
  text-align: center;

  padding: 16px 72px;
  font-family: 'Chango', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  text-transform: uppercase;
}

.gamestopstill-heroAsTRf__image img {
  display: block;
  width: 320px;
  height: auto;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .gamestopstill-heroAsTRf {
    padding: 60px 30px;
  }

  .gamestopstill-heroAsTRf__title {
    font-size: 28px;
  }

  .gamestopstill-heroAsTRf__image img {
    width: 260px;
  }
}

@media (max-width: 768px) {
  .gamestopstill-heroAsTRf {
    padding: 50px 20px;
  }

  .gamestopstill-heroAsTRf__container {
    background: url('/gamestopstill-imgAsTRf/gamestopstill-imagesAsTRf/gamestopstill-hero-mobile-bgAsTRf.webp')
      center/cover no-repeat;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 20px;
  }

  .gamestopstill-heroAsTRf__title {
    font-size: 24px;
  }

  .gamestopstill-heroAsTRf__text {
    font-size: 14px;
  }

  .gamestopstill-heroAsTRf__image img {
    width: 240px;
  }
}

/* about us */

.gamestopstill-aboutAsTRf {
  padding: 80px 0;
}

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

.gamestopstill-aboutAsTRf__title {
  text-align: center;
}

.gamestopstill-aboutAsTRf__subtitle {
  color: #fff;
  text-align: justify;
  font-family: 'Chango';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 145% */
  text-transform: uppercase;
  margin-bottom: 20px;
}

.gamestopstill-aboutAsTRf__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.gamestopstill-aboutAsTRf__image {
  flex: 0 0 45%;
  border-radius: 16px;
  overflow: hidden;
}

.gamestopstill-aboutAsTRf__image img {
  display: block;
  width: 100%;
  height: auto;
}

.gamestopstill-aboutAsTRf__text {
  flex: 1;
  color: #b1b1b1;
  text-align: justify;
  /* P */
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

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

@media (max-width: 1024px) and (min-width: 769px) {
  .gamestopstill-aboutAsTRf__content {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .gamestopstill-aboutAsTRf {
    padding: 60px 0;
  }

  .gamestopstill-aboutAsTRf__content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .gamestopstill-aboutAsTRf__image {
    flex: none;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .gamestopstill-aboutAsTRf__text {
    flex: none;
  }
}

/*  */
/* ===== FEATURES SECTION ===== */
.gamestopstill-featuresAsTRf {
  padding: 80px 0;
}

/* Контейнер — флекс */
.gamestopstill-featuresAsTRf__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}

/* Карточка */
.gamestopstill-featuresAsTRf__item {
  flex: 1 1 calc(25% - 40px);
  max-width: 400px;
  text-align: center;
  padding: 48px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 19px;
  background: linear-gradient(180deg, #0e0a11 0%, #241c2a 100%);
  border: 1px solid rgba(94, 81, 104, 0);
}

/* Иконки */
.gamestopstill-featuresAsTRf__icon {
  margin-bottom: 24px;
}

.gamestopstill-featuresAsTRf__icon img {
  display: block;
  width: 188px;
  height: 188px;
  object-fit: contain;
}

/* Заголовок */
.gamestopstill-featuresAsTRf__title {
  margin-bottom: 16px;
  color: #fff;
  font-family: 'Chango', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}

/* Текст */
.gamestopstill-featuresAsTRf__text {
  color: #b1b1b1;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  margin: 0;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .gamestopstill-featuresAsTRf__container {
    gap: 32px;
    justify-content: center;
  }

  .gamestopstill-featuresAsTRf__item {
    flex: 1 1 calc(50% - 32px);
    padding: 40px 20px;
  }

  .gamestopstill-featuresAsTRf__icon img {
    width: 120px;
    height: auto;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .gamestopstill-featuresAsTRf__container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .gamestopstill-featuresAsTRf__item {
    width: 100%;
    max-width: 340px;
    padding: 32px 20px;
  }

  .gamestopstill-featuresAsTRf__icon img {
    width: 90px;
  }

  .gamestopstill-featuresAsTRf__title {
    font-size: 16px;
    line-height: 22px;
  }

  .gamestopstill-featuresAsTRf__text {
    font-size: 15px;
  }
}

/*  */
/* ===== SECTION ===== */
.gamestopstill-itemsAsTRf {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(
      180deg,
      #0e0a11 0%,
      rgba(14, 10, 17, 0.65) 15.81%,
      rgba(14, 10, 17, 0) 49.72%,
      rgba(14, 10, 17, 0.65) 75.22%,
      #0e0a11 100%
    ),
    url('/gamestopstill-imgAsTRf/gamestopstill-imagesAsTRf/gamestopstill-lune-bgAsTRf.png')
      lightgray 0px -6.403px / 100% 101.753% no-repeat;
}

.gamestopstill-itemsAsTRf__title {
  text-align: center;
  color: #fff;
  font-family: 'Chango', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 48px;
}

/* ===== DESKTOP ===== */
.gamestopstill-itemsAsTRf__list {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.gamestopstill-itemsAsTRf__item {
  background: linear-gradient(180deg, #0e0a11 0%, #241c2a 100%);
  border-radius: 20px;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(94, 81, 104, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 400px;
  height: 429px; /* 👈 по твоему примеру */
}

.gamestopstill-itemsAsTRf__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* ===== IMAGE ===== */
.gamestopstill-itemsAsTRf__img {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 260px;
  margin-bottom: 16px;
}

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

/* ===== TEXT ===== */
.gamestopstill-itemsAsTRf__name {
  margin-bottom: 16px;
  color: #fff;
  font-family: 'Chango', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

/* ===== BUTTON ===== */
.gamestopstill-itemsAsTRf__btn {
  display: inline-block;
  background: #c9a2f5;
  color: #1a1322;
  font-family: 'Chango', sans-serif;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease;
  width: 100%;
  margin-top: auto;
}

.gamestopstill-itemsAsTRf__btn:hover {
  background: #b589e4;
}

/* ===== TABLET (1024–769px) ===== */
@media (max-width: 1024px) and (min-width: 769px) {
  .gamestopstill-itemsAsTRf__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    justify-content: center;
  }

  .gamestopstill-itemsAsTRf__item {
    width: 350px;
    height: 445px; /* 👈 промежуточный размер */
    margin: 0 auto;
  }

  .gamestopstill-itemsAsTRf__img {
    height: 240px;
  }

  .gamestopstill-itemsAsTRf__title {
    font-size: 26px;
    margin-bottom: 40px;
  }
}

/* ===== MOBILE (≤768px) ===== */
@media (max-width: 768px) {
  .gamestopstill-itemsAsTRf__list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
    padding: 0 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }

  .gamestopstill-itemsAsTRf__item {
    flex: 0 0 auto;
    width: 300px;
    height: 458px; /* 👈 по твоему примеру с Figma */
    scroll-snap-align: center;
  }

  .gamestopstill-itemsAsTRf__img {
    height: 280px;
    margin-bottom: 16px;
  }

  .gamestopstill-itemsAsTRf__list::-webkit-scrollbar {
    display: none;
  }

  .gamestopstill-itemsAsTRf__title {
    font-size: 22px;
    margin-bottom: 32px;
  }

  .gamestopstill-itemsAsTRf__name {
    font-size: 16px;
  }

  .gamestopstill-itemsAsTRf__btn {
    font-size: 13px;
    padding: 10px 20px;
  }
}
/* portal section */
.gamestopstill-portalAsTRf {
  background-color: #0b0711;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Barlow', sans-serif;
}

.gamestopstill-portalAsTRf__title {
  color: #fff;
  text-align: center;
  font-family: Chango;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 135.714% */
  text-transform: uppercase;
}

.gamestopstill-portalAsTRf__text {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-bottom: 24px;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.gamestopstill-portalAsTRf__frame {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid #5e5168;
  background: var(--card, linear-gradient(180deg, #0e0a11 0%, #241c2a 100%));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gamestopstill-portalAsTRf__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

.gamestopstill-portalAsTRf__btn {
  position: relative;
  z-index: 1;
  border-radius: 14px;
  background: #cea2ee;
  padding: 16px 24px;
  color: #2e2e2e;
  text-align: center;
  font-family: Chango;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

.gamestopstill-portalAsTRf__btn:hover {
  background: #caa3ff;
}

/* 📱 Адаптив */
@media (max-width: 768px) {
  .gamestopstill-portalAsTRf__title {
    font-size: 22px;
  }

  .gamestopstill-portalAsTRf__text {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .gamestopstill-portalAsTRf__frame {
    height: 300px;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }

  .gamestopstill-portalAsTRf__btn {
    padding: 12px 28px;
    font-size: 14px;
  }
}

.gamestopstill-faqAsTRf {
  background: #0b0711;
  color: var(--text_white, #fff);
  padding: 80px 0;
}

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

/* Заголовок секции */
.gamestopstill-faqAsTRf__title {
  text-align: center;
  font-family: 'Chango', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 135.714% */
  text-transform: uppercase;
  color: var(--text_white, #fff);
  margin-bottom: 48px;
}

/* Контейнер всех элементов */
.gamestopstill-faqfooter__itemsAsTRf {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

/* Элемент аккордеона */
.gamestopstill-footer__itemAsTRf {
  background: linear-gradient(180deg, #1a1325 0%, #0e0b13 100%);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

/* Кнопка (вопрос) */
.gamestopstill-footer__questionAsTRf {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 28px;
  color: var(--white, #fff);
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

/* Вопрос (текст) */
.gamestopstill-footer__questionAsTRf span {
  font-family: 'Chango', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  text-transform: uppercase;
  color: var(--white, #fff);
}

/* Ховер для вопроса */
.gamestopstill-footer__questionAsTRf:hover span {
  color: #caa3ff;
}

/* Иконка стрелки */
.gamestopstill-footer__iconAsTRf {
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  filter: brightness(0) invert(1);
}

.gamestopstill-footer__itemAsTRf.active .gamestopstill-footer__iconAsTRf {
  transform: rotate(0deg);
}

/* Ответ */
.gamestopstill-footer__answerAsTRf {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease;
  padding: 0 28px;
}

.gamestopstill-footer__itemAsTRf.active .gamestopstill-footer__answerAsTRf {
  padding-bottom: 24px;
  max-height: 400px;
  opacity: 1;
}

/* Текст ответа */
.gamestopstill-footer__answerAsTRf p {
  color: var(--text_gray, #b1b1b1);
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  text-align: left;
}

/* 📱 Адаптив */
@media (max-width: 1024px) {
  .gamestopstill-faqAsTRf .container {
    padding: 0 20px;
  }

  .gamestopstill-faqAsTRf__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 36px;
  }

  .gamestopstill-footer__questionAsTRf span {
    font-size: 16px;
    line-height: 24px;
  }

  .gamestopstill-footer__answerAsTRf p {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 600px) {
  .gamestopstill-faqAsTRf {
    padding: 60px 0;
  }

  .gamestopstill-faqAsTRf__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
  }

  .gamestopstill-footer__questionAsTRf {
    padding: 18px 20px;
  }

  .gamestopstill-footer__questionAsTRf span {
    font-size: 15px;
    line-height: 22px;
  }

  .gamestopstill-footer__answerAsTRf {
    padding: 0 20px;
  }

  .gamestopstill-footer__iconAsTRf {
    width: 16px;
    height: 16px;
  }
}

.gamestopstill-contactAsTRf {
  background-color: #0b0711;
  color: #fff;
  padding: 80px 0;
}

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

.gamestopstill-contactAsTRf__wrapper {
  background: url('/gamestopstill-imgAsTRf/gamestopstill-imagesAsTRf/gamestopstill-contact-bgAsTRf.png')
    center/cover no-repeat;
  border-radius: 30px;
  border: 1px solid #5e5168;
  padding: 60px 40px;
  text-align: center;
}

.gamestopstill-contactAsTRf__title {
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
  text-transform: none; /* если не хочешь капс */
  margin-bottom: 16px;
}

.gamestopstill-contactAsTRf__text {
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #b1b1b1;
  max-width: 600px;
  margin: auto;
  margin-bottom: 25px;
}

/* Форма */
.gamestopstill-contactAsTRf__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 680px;
  margin: 0 auto;
}

/* Поля */
.gamestopstill-contactAsTRf__input,
.gamestopstill-contactAsTRf__textarea {
  width: 100%;
  background: #e9e9e9;
  border: none;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  outline: none;
  resize: none;
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #b1b1b1;
}

.gamestopstill-contactAsTRf__input::placeholder,
.gamestopstill-contactAsTRf__textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/* Кнопка */
.gamestopstill-contactAsTRf__btn {
  background: #bb8fff;
  border: none;
  border-radius: 12px;
  padding: 16px 40px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Chango;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}

.gamestopstill-contactAsTRf__btn:hover {
  background: #caa3ff;
}

/* 📱 Адаптив */
@media (max-width: 768px) {
  .gamestopstill-contactAsTRf .container {
    padding: 0 20px;
  }

  .gamestopstill-contactAsTRf__wrapper {
    padding: 40px 20px;
  }

  .gamestopstill-contactAsTRf__title {
    font-size: 22px;
    line-height: 32px;
  }

  .gamestopstill-contactAsTRf__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .gamestopstill-contactAsTRf__btn {
    padding: 14px 30px;
    font-size: 14px;
  }
}

.gamestopstill-hintAsTRf {
  background-color: #0b0711;
  color: #fff;
  padding: 80px 0;
}

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

.gamestopstill-hintAsTRf__wrapper {
  background: url('/gamestopstill-imgAsTRf/gamestopstill-imagesAsTRf/gamestopstill-star-bgAsTRf.png')
    center/cover no-repeat;
  border-radius: 22px;
  border: 1px solid #5e5168;
  padding: 60px 40px;
  text-align: center;
}

/* Заголовок */
.gamestopstill-hintAsTRf__title {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* Текст */
.gamestopstill-hintAsTRf__text {
  color: var(--text_white, #fff);
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  max-width: 1000px;
  margin: 0 auto;
}

/* 📱 Адаптив */
@media (max-width: 768px) {
  .gamestopstill-hintAsTRf .container {
    padding: 0 20px;
  }

  .gamestopstill-hintAsTRf__wrapper {
    padding: 40px 20px;
  }

  .gamestopstill-hintAsTRf__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .gamestopstill-hintAsTRf__text {
    font-size: 15px;
    line-height: 21px;
  }
}
/* FOOTER */
.gamestopstill-footer__AsTRf {
  background: #0e0a11;
  padding: 60px 0 40px;
  color: #fff;
}

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

/* 18+ иконка */
.gamestopstill-footer__imgAsTRf img {
  width: 90px;
  height: 40px;
  display: block;
  margin: 0 auto;
}

/* Основные секции */
.gamestopstill-footer__itemsAsTRf {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
  text-align: left;
}

/* Колонки */
.gamestopstill-footer__itemsAsTRf > div {
  flex: 1;
  min-width: 260px;
}

/* Заголовки секций */
.gamestopstill-footer__itemsAsTRf h2 {
  color: #fff;
  font-family: 'Chango', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}

/* Текст */
.gamestopstill-footer__itemsAsTRf p {
  color: #b1b1b1;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  text-align: center;
}

/* Навигация */
.gamestopstill-footer__navAsTRf {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 40px;
  list-style: none !important;
  margin: 40px 0 0;
  padding: 0;
}

.gamestopstill-footer__navAsTRf,
.gamestopstill-footer__navAsTRf li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gamestopstill-footer__navAsTRf div a {
  color: #cea2ee;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.gamestopstill-footer__navAsTRf li a:hover {
  color: #e2c6ff;
}

/* 🔸 ПРОМЕЖУТОЧНЫЙ (1024–768px) — две колонки */
@media (max-width: 1024px) {
  .gamestopstill-footer__itemsAsTRf {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .gamestopstill-footer__itemsAsTRf > div {
    flex: 0 0 calc(50% - 20px);
    text-align: center;
  }

  .gamestopstill-footer__itemsAsTRf h2 {
    font-size: 17px;
  }

  .gamestopstill-footer__itemsAsTRf p {
    font-size: 15px;
  }
}

/* 🔹 МОБИЛКА (≤767px) — одна колонка */
@media (max-width: 767px) {
  .gamestopstill-footer__itemsAsTRf {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
  }

  .gamestopstill-footer__itemsAsTRf > div {
    flex: 1;
    width: 100%;
    max-width: 420px;
  }

  .gamestopstill-footer__itemsAsTRf h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .gamestopstill-footer__itemsAsTRf p {
    font-size: 14px;
    line-height: 20px;
  }

  .gamestopstill-footer__navAsTRf {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

/* contact page */

.gamestopstill-contact-page__wrappAsTRf {
  background: url('/gamestopstill-imgAsTRf/gamestopstill-imagesAsTRf/gamestopstill-contact-page-bgAsTRf.png')
    center/cover no-repeat;
}
