/* 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: none;
}

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
  ========================= */

/* Inter Variable */
@font-face {
  font-family: 'Inter';
  src: url('/fontsARA0rabU/inter-variablefontARA0rabU.woff2')
    format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Russo One */
@font-face {
  font-family: 'Russo One';
  src: url('/fontsARA0rabU/russoone-regularARA0rabU.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

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

.headerARA0rabU {
  background: #262c36;
  position: relative;
  padding: 16px 0;
}

.headerARA0rabU__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

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

.headerARA0rabU__nav-list li a {
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
}

.headerARA0rabU__contacts {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.headerARA0rabU__contacts li a {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.headerARA0rabU__contacts img {
  width: 20px;
  height: 17px;
}

.headerARA0rabU__burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: 0;
  cursor: pointer;
}

.headerARA0rabU__burger span {
  width: 32px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.headerARA0rabU__mobile {
  position: fixed;
  inset: 0;
  background: #262c36;
  display: none;
  flex-direction: column;
  padding: 32px;
  z-index: 1000;
}

.headerARA0rabU__mobile.is-open {
  display: flex;
}

.headerARA0rabU__close {
  align-self: flex-end;
  background: none;
  border: 0;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.headerARA0rabU__mobile-nav,
.headerARA0rabU__mobile-contacts {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
}

.headerARA0rabU__mobile-nav li a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}

.headerARA0rabU__mobile-contacts li a {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .headerARA0rabU__nav,
  .headerARA0rabU__contacts {
    display: none;
  }

  .headerARA0rabU__burger {
    display: flex;
  }
}

.heroARA0rabU {
  position: relative;
  background-image: url('/imagesARA0rabU/peopleARA0rabU.webp');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 277px;
  padding-bottom: 60px;
}

.heroARA0rabU::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.heroARA0rabU__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.heroARA0rabU__title {
  color: #fff;
  text-align: center;
  font-family: 'Russo One';
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.heroARA0rabU__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(0deg, #4b7fff 0%, #6ce8ff 100%);
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 768px) {
  .heroARA0rabU {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .heroARA0rabU__title {
    font-size: 34px;
    letter-spacing: normal;
    margin-bottom: 28px;
  }

  .heroARA0rabU__btn {
    width: 100%;
    max-width: 320px;
  }
}

.aboutARA0rabU {
  background: #0f1318;
  padding: 120px 0;
}

.aboutARA0rabU__title {
  color: #fff;
  text-align: center;
  font-family: 'Russo One';
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.aboutARA0rabU__intro {
  max-width: 1240px;
  margin: 0 auto 80px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.aboutARA0rabU__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.aboutARA0rabU__item {
  text-align: center;
}

.aboutARA0rabU__icon {
  width: 96px;
  height: auto;
  margin-bottom: 24px;
}

.aboutARA0rabU__item h3 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.aboutARA0rabU__item p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

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

  .aboutARA0rabU__title {
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 24px;
  }

  .aboutARA0rabU__intro {
    font-size: 16px;
    margin-bottom: 48px;
  }

  .aboutARA0rabU__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .aboutARA0rabU__item h3 {
    font-size: 16px;
  }

  .aboutARA0rabU__item p {
    font-size: 14px;
  }

  .aboutARA0rabU__icon {
    width: 80px;
  }
}

.eventsARA0rabU {
  background: #0f1318;
  padding: 120px 0;
}

.eventsARA0rabU__title {
  color: #fff;
  text-align: center;
  font-family: 'Russo One';
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 64px;
}

.eventsARA0rabU__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0 0 64px;
}

.eventsARA0rabU__item {
  text-align: center;
}

.eventsARA0rabU__item h3 {
  margin: 16px 0 8px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
}

.eventsARA0rabU__item p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.eventsARA0rabU__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  height: 48px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(0deg, #4b7fff 0%, #6ce8ff 100%);
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .eventsARA0rabU__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .eventsARA0rabU__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .eventsARA0rabU__list {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
  }
}

@media (max-width: 370px) {
  .eventsARA0rabU__item img {
    height: 200px;
    width: 100%;
  }
}

.quizARA0rabU {
  background: #262c36;
  padding: 40px 0;
}

.quizARA0rabU-title {
  color: #fff;
  text-align: center;
  font-family: 'Russo One';
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.quizARA0rabU__card {
  background: #262c36;
  border-radius: 24px;
  padding: 48px;
  color: #fff;
}

.quizARA0rabU__steps {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  margin-top: 30px;
}

.quizARA0rabU__steps span {
  width: 22px;
  height: 22px;
  border-radius: 40px;
  background: rgba(141, 179, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.quizARA0rabU__steps span.is-active {
  border-radius: 40px;
  background: #8db3ff;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.quizARA0rabU__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.quizARA0rabU__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.quizARA0rabU h2 {
  font-family: 'Russo One';
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.quizARA0rabU__question {
  margin: 24px 0 24px;
  font-family: Inter;
  font-size: 18px;
}

.quizARA0rabU__options {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.quizARA0rabU__options li {
  border: 1px solid #6ce8ff;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 12px;
  cursor: pointer;
}

.quizARA0rabU__options li.is-selected {
  background: linear-gradient(0deg, #4b7fff, #6ce8ff);
  color: #000;
}

.quizARA0rabU__next {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(0deg, #4b7fff, #6ce8ff);
  border: none;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 15px;
}

.quizARA0rabU__step {
  display: none;
}

.quizARA0rabU__step.is-active {
  display: block;
}

.quizARA0rabU__result {
  display: none;
  text-align: center;
}

.quizARA0rabU__result img {
  max-width: 520px;
  width: 100%;
  border-radius: 18px;
  margin-top: 24px;
}

#resultTitleARA0rabU {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#resultTextARA0rabU {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 768px) {
  .quizARA0rabU__grid {
    grid-template-columns: 1fr;
  }

  .quizARA0rabU__right {
    order: 2;
  }

  .quizARA0rabU__left {
    order: 1;
  }

  .quizARA0rabU h2 {
    font-size: 28px;
  }

  .quizARA0rabU__card {
    padding: 32px 20px;
  }
}

.gamesARA0rabU {
  background: #0f1318;
  padding: 120px 0;
}

.gamesARA0rabU__title {
  color: #fff;
  text-align: center;
  font-family: 'Russo One';
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 64px;
}

.gamesARA0rabU__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.gamesARA0rabU__item {
  text-align: center;
}

.gamesARA0rabU__media {
  position: relative;
}

.gamesARA0rabU__label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}

.gamesARA0rabU__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  margin-top: 12px;
  border-radius: 10px;
  background: linear-gradient(0deg, #4b7fff 0%, #6ce8ff 100%);
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .gamesARA0rabU__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  .gamesARA0rabU__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media (max-width: 370px) {
  .gamesARA0rabU__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .gamesARA0rabU__media img {
    height: 200px;
    width: 100%;
  }
}

.reviewsARA0rabU {
  background: #0f1318;
  padding: 120px 0;
}

.reviewsARA0rabU__title {
  color: #fff;
  text-align: center;
  font-family: 'Russo One';
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 64px;
}

.reviewsARA0rabU__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.reviewsARA0rabU__item {
  background: #262c36;
  border-radius: 10px;
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.reviewsARA0rabU__author {
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.reviewsARA0rabU__text {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
  flex-grow: 1;
}

.reviewsARA0rabU__stars {
  display: flex;
  gap: 6px;
}

.reviewsARA0rabU__stars img {
  width: 18px;
  height: auto;
}

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

  .reviewsARA0rabU__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

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

.formARA0rabU {
  background: #262c36;
  padding: 40px 0;
}

.formARA0rabU__card {
  max-width: 720px;
  margin: 0 auto;
  background: #262c36;
  border-radius: 20px;
  padding: 48px;
  color: #fff;
}

.formARA0rabU__title {
  text-align: center;
  font-family: 'Russo One';
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.formARA0rabU__intro {
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 32px;
}

.formARA0rabU__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.formARA0rabU__form input,
.formARA0rabU__form select {
  height: 48px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #6ce8ff;
  background: transparent;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
}

.formARA0rabU__form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.formARA0rabU__form select {
  color: rgba(255, 255, 255, 0.6);
}

.formARA0rabU__btn {
  margin-top: 12px;
  height: 48px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  background: linear-gradient(0deg, #4b7fff 0%, #6ce8ff 100%);
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.formARA0rabU__toast {
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(108, 232, 255, 0.15);
  border: 1px solid #6ce8ff;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

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

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

  .formARA0rabU__card {
    padding: 20px 20px;
  }

  .formARA0rabU__title {
    font-size: 26px;
  }
}
.footerARA0rabU {
  background: #000;
  padding: 64px 0 48px;
  color: #fff;
}

.footerARA0rabU__row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 100px;
  align-items: start;
}

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

.footerARA0rabU__logo {
  max-width: 180px;
}

.footerARA0rabU__age {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  text-transform: uppercase;
}

.footerARA0rabU__right {
  display: grid;
  grid-template-columns: auto auto;
  gap: 80px;
  justify-content: end;
}

.footerARA0rabU__nav-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 60px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerARA0rabU__nav-list > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerARA0rabU__nav-list a {
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.footerARA0rabU__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footerARA0rabU__contact {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .footerARA0rabU__row {
    gap: 60px;
  }

  .footerARA0rabU__right {
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .footerARA0rabU {
    padding: 48px 0 40px;
  }

  .footerARA0rabU__row {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: left;
  }

  .footerARA0rabU__right {
    grid-template-columns: 1fr;
    gap: 40px;
    order: 1;
  }

  .footerARA0rabU__nav-list {
    grid-template-columns: 1fr 1fr;
    gap: 24px 32px;
  }

  .footerARA0rabU__contacts {
    order: 2;
    align-items: flex-start;
  }

  .footerARA0rabU__brand {
    order: 3;
    align-items: flex-start;
    gap: 16px;
  }

  .footerARA0rabU__age {
    order: 4;
    justify-content: flex-start;
  }
}

.heroARA0rabU.hero-eventARA0rabU {
  background-image: url('/imagesARA0rabU/bigeventARA0rabU.webp');
}

.ideasARA0rabU {
  background: #0f1318;
  padding: 120px 0;
  color: #fff;
}

.ideasARA0rabU__title {
  text-align: center;
  font-family: 'Russo One';
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.ideasARA0rabU__tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.ideasARA0rabU__tab {
  padding: 14px 22px;
  border-radius: 12px;
  border: 1px solid #6ce8ff;
  background: transparent;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.ideasARA0rabU__tab.is-active {
  background: linear-gradient(0deg, #4b7fff 0%, #6ce8ff 100%);
  color: #000;
  border-color: transparent;
}

.ideasARA0rabU__content {
  max-width: 1100px;
  margin: 0 auto;
}

.ideasARA0rabU__panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.ideasARA0rabU__panel.is-active {
  display: grid;
}

.ideasARA0rabU__text {
  font-family: Inter;
  font-size: 16px;
  line-height: 150%;
}

.ideasARA0rabU__image {
  width: 100%;
}

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

  .ideasARA0rabU__title {
    font-size: 28px;
  }

  .ideasARA0rabU__panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ideasARA0rabU__tabs {
    flex-direction: column;
    align-items: stretch;
  }

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

.masteringARA0rabU {
  background: #0f1318;
  padding: 120px 0;
  color: #fff;
}

.masteringARA0rabU__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.masteringARA0rabU__title {
  font-family: 'Russo One';
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 110%;
  margin-bottom: 32px;
  text-align: center;
}

.masteringARA0rabU__block {
  margin-bottom: 24px;
}

.masteringARA0rabU__block h3 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.masteringARA0rabU__block p {
  font-family: Inter;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.85);
}

.masteringARA0rabU__image-wrap {
  display: flex;
  justify-content: center;
}

.masteringARA0rabU__image {
  width: 100%;
  border-radius: 20px;
}

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

  .masteringARA0rabU__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .masteringARA0rabU__title {
    font-size: 28px;
    text-align: center;
  }

  .masteringARA0rabU__block h3 {
    font-size: 16px;
  }

  .masteringARA0rabU__block p {
    font-size: 15px;
  }
}

.contactARA0rabU {
  background: #262c36;
  padding: 40px 0;
  color: #fff;
}

.contactARA0rabU__title {
  text-align: center;
  font-family: 'Russo One';
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contactARA0rabU__intro {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  line-height: 140%;
}

.contactARA0rabU__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.contactARA0rabU__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contactARA0rabU__form input,
.contactARA0rabU__form select {
  height: 48px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #6ce8ff;
  background: transparent;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
}

.contactARA0rabU__form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contactARA0rabU__form select {
  color: rgba(255, 255, 255, 0.6);
}

.contactARA0rabU__btn {
  margin-top: 12px;
  height: 52px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  background: linear-gradient(0deg, #4b7fff 0%, #6ce8ff 100%);
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.contactARA0rabU__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px;
}

.contactARA0rabU__info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-family: Inter;
  font-size: 14px;
}

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

  .contactARA0rabU__title {
    font-size: 28px;
  }

  .contactARA0rabU__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contactARA0rabU__info {
    align-items: flex-start;
  }
}

.contactARA0rabU__toast {
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(108, 232, 255, 0.15);
  border: 1px solid #6ce8ff;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

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

.heroARA0rabU.hero-gameARA0rabU {
  background-image: url('/imagesARA0rabU/gameheroARA0rabU.webp');
}

.gameFullARA0rabU {
  background: #0f1318;
  padding: 120px 0;
  color: #fff;
}

.gameFullARA0rabU__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.gameFullARA0rabU__title {
  font-family: 'Russo One';
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 110%;
  margin-bottom: 24px;
  text-align: center;
}

.contactARA0rabU__text {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}

.gameFullARA0rabU__content p {
  font-family: Inter;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}

.gameFullARA0rabU__image-wrap {
  display: flex;
  justify-content: center;
}

.gameFullARA0rabU__image {
  width: 100%;
}

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

  .gameFullARA0rabU__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .gameFullARA0rabU__title {
    font-size: 28px;
    text-align: center;
  }

  .gameFullARA0rabU__content p {
    font-size: 15px;
  }
}

.terms {
  padding: 100px 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background: #0f1318;
}

.mt-20 {
  margin-top: 20px;
}

.terms h1 {
  color: #fff;
  text-align: center;
  font-family: 'Russo One';
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.terms ul {
  list-style: disc;
}

.terms ul li {
  list-style-type: disc;
  margin-left: 20px;
}

@media (max-width: 740px) {
  .terms h1 {
    font-size: 35px;
  }
}
