:root {
  --bg-light: #ddf685;
  --bg-dark: #73089b;
  --card: #1f3d27;
  --border: #ffffff1a;
  --text-dark: #010101;
  --text-light: #ffffff;
  --white: #ffffff;
  --radius-card: 16px;
  --radius-pill: 24px;
  --container: 1280px;
  --pad-h: 44px;
  --section-v: 60px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: var(--bg-light);
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
}

.container-x7q2m9 {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-h);
}

.section-title-x7q2m9 {
  font-family: "Fredoka", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  color: var(--text-dark);
  margin-bottom: 20px;
}
.section-title--light-x7q2m9 {
  color: var(--text-light);
}

.btn-x7q2m9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;

  background-color: #73089b;
  color: #ffffff;
  border-radius: 50px;
  padding: 14px 32px;
  text-decoration: none;
  font-size: 18px;
  width: 100%;
  max-width: 360px;
}
.btn-x7q2m9:hover {
  opacity: 0.85;
}

.btn--header-x7q2m9 {
  background: #73089b;
  color: #ffffff;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 288px;
}
.btn__icon-x7q2m9 {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);

  width: 20px;
  height: 20px;
  object-fit: contain;
}

.btn--primary-x7q2m9 {
  background: #73089b;
  color: #ffffff;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  width: 337px;
  height: 63px;
  border-radius: 24px;
}

.btn--cta-x7q2m9 {
  background: #73089b;
  color: #010101;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  width: 337px;
  height: 63px;
  max-width: 100%;
}

.link-arrow-x7q2m9 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #010101;
}

.header-x7q2m9 {
  background: #ddf685;
  padding: 8px 0;
}

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

.logo-x7q2m9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 199px;
  height: 88px;
}

.logo__icon-x7q2m9 {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.logo__text-x7q2m9 {
  font-family: "Fredoka", cursive;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  width: max-content;
}

.nav-x7q2m9 {
  display: flex;
  align-items: center;
  gap: 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-x7q2m9 a {
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.burger-x7q2m9 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu-x7q2m9 {
  display: none;
  position: fixed;
  inset: 0;
  background: #ddf685;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}

.mobile-menu-x7q2m9.active-x7q2m9 {
  display: flex;
}

.mobile-menu__close-x7q2m9 {
  align-self: flex-end;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu__nav-x7q2m9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}

.mobile-menu__nav-x7q2m9 a {
  font-family: "Fredoka", sans-serif;
  font-size: 20px;
}

.mobile-menu__btn-x7q2m9 {
  position: absolute;
  bottom: 60px;
  width: 90%;
  max-width: 320px;
  padding: 14px 24px;
  font-size: 16px;
}

.hero-x7q2m9 {
  background: var(--bg-light);
  padding: var(--section-v) 0;
}

.hero__inner-x7q2m9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.hero__text-x7q2m9 {
  max-width: 902px;
}

.hero__title-x7q2m9 {
  font-family: "Fredoka", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.hero__sub-x7q2m9 {
  font-size: 32px;
  font-weight: 500;
  color: var(--text-dark);
  padding-bottom: 30px;
}

.hero__image-x7q2m9 {
  flex-shrink: 0;
}
.hero__image-x7q2m9 img {
  width: 340px;
  border-radius: 24px;
}

.hero__buttons-x7q2m9 {
  display: flex;
  align-items: center;
  gap: 40px;
}

.about-x7q2m9 {
  background: var(--bg-dark);
  padding: var(--section-v) 0;
}

.about__inner-x7q2m9 {
  max-width: 1312px;
  margin: 0 auto;
  text-align: center;
}

.about__body-x7q2m9 {
  font-size: 20px;
  line-height: 1.7;
  color: var(--text-light);
  text-align: left;
  margin-top: 8px;
}

.how-to-play-x7q2m9 {
  background: var(--bg-light);
  padding: var(--section-v) 0;
}

.htp__inner-x7q2m9 {
  display: flex;
  align-items: center;
  gap: 64px;
}

.htp__image-x7q2m9 {
  flex-shrink: 0;
}
.htp__image-x7q2m9 img {
  width: 333px;
  border-radius: 24px;
}

.htp__content-x7q2m9 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  text-align: center;
}

.htp__content-x7q2m9 .section-title-x7q2m9 {
  text-align: center;
  margin-bottom: 16px;
}

.htp__lead-x7q2m9 {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 20px;
  text-align: left;
}

.htp__list-x7q2m9 {
  display: block;
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
  padding: 0;
}

.htp__list-x7q2m9 li {
  font-size: 20px;
  line-height: 1.5;
  color: var(--text-dark);
  margin-bottom: 14px;
}

.htp__list-x7q2m9 strong {
  display: inline;
  font-weight: 400;
}

.benefits-x7q2m9 {
  background: var(--bg-light);
  padding: var(--section-v) 0;
}
.benefits__content-x7q2m9 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  text-align: center;
}

.benefits__content-x7q2m9 .section-title-x7q2m9 {
  text-align: center;
  margin-bottom: 16px;
}

.benefits__lead-x7q2m9 {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 20px;
  text-align: center;
}

.benefits__list-x7q2m9 {
  display: block;
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
  padding: 0;
}

.benefits__list-x7q2m9 li {
  font-size: 20px;
  line-height: 1.5;
  color: var(--text-dark);
  margin-bottom: 14px;
  margin-bottom: 30px;
}

.benefits__list-x7q2m9 strong {
  display: inline;
  font-weight: 400;
}

.features-x7q2m9 {
  background: var(--bg-dark);
  padding: var(--section-v) 0;
}

.features-cards-x7q2m9 {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.features-card-x7q2m9 {
  background: var(--white);
  border-radius: var(--radius-card);
  padding: 20px 24px;
}

.features-card__title-x7q2m9 {
  font-size: 32px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 4px;
  line-height: 42px;
}

.features-card__desc-x7q2m9 {
  font-size: 24px;
  color: #010101;
  line-height: 30px;
}

.hiw-x7q2m9 {
  background: var(--bg-light);
  padding: var(--section-v) 0;
}

.hiw-x7q2m9 .container-x7q2m9 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.hiw-cards-x7q2m9 {
  position: relative;
  width: 1036px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 518px 518px;
  align-items: start;
  gap: 10px;
  margin: 0 auto;
}

.hiw-card-x7q2m9 {
  width: 518px;
  min-height: 167px;
  box-sizing: border-box;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 24px;
}

.hiw-cards-x7q2m9 .hiw-card-x7q2m9:nth-child(2) {
  margin-top: 165px;
}

.hiw-card__title-x7q2m9 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0;
  color: var(--text-dark);
  margin: 0 0 8px 0;
  text-align: left;
}

.hiw-card__desc-x7q2m9 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #010101;
  margin: 0;
  text-align: left;
}
.reviews-x7q2m9 {
  background: var(--bg-light);
  padding: var(--section-v) 0;
}
.author-x7q2m9 {
  font-size: 32px;
  line-height: 42px;
}
.faq-x7q2m9 {
  background: var(--bg-dark);
  padding: var(--section-v) 0;
}

.faq__list-x7q2m9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1312px;
  margin: 0 auto;
}

.faq__item-x7q2m9 {
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: var(--radius-card);
  overflow: hidden;
}

.faq__question-x7q2m9 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-light);
  text-align: left;
}

.faq__chevron-x7q2m9 {
  flex-shrink: 0;
  color: var(--text-light);
  transition: transform 0.25s ease;
}

.faq__item-x7q2m9.is-open-x7q2m9 .faq__chevron-x7q2m9 {
  transform: rotate(180deg);
}

.faq__answer-x7q2m9 {
  display: none;
  padding: 0 24px 20px;
}
.faq__item-x7q2m9.is-open-x7q2m9 .faq__answer-x7q2m9 {
  display: block;
}

.faq__answer-x7q2m9 p {
  font-size: 20px;
  color: var(--text-light);
  line-height: 1.6;
}

.footer-x7q2m9 {
  background: var(--bg-dark);
  padding: 50px 0;
}

.footer__inner-x7q2m9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer__copy-x7q2m9 {
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  color: var(--text-light);
}

.footer__links-x7q2m9 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: var(--text-light);
}
.footer__links-x7q2m9 a {
  font-family: "Fredoka", sans-serif;
  color: var(--text-light);
  transition: color 0.15s;
}
.footer__links-x7q2m9 a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  :root {
    --pad-h: 24px;
    --section-v: 60px;
  }

  .nav-x7q2m9,
  .btn--header-x7q2m9.header-only-desktop-x7q2m9 {
    display: none;
  }
  .header-x7q2m9 .btn--header-x7q2m9 {
    display: none;
  }
  .burger-x7q2m9 {
    display: block;
  }
  .header-x7q2m9 {
    padding: 16px 0;
  }
  .header__inner-x7q2m9 {
    justify-content: space-between;
  }
  .logo-x7q2m9 {
    width: 82px;
  }
  .logo__text-x7q2m9 {
    width: 100%;
    max-width: 140px;
    font-size: 12px;
  }

  .hero__inner-x7q2m9 {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .hero__title-x7q2m9 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
  }
  .hero__sub-x7q2m9 {
    font-size: 20px;
    text-align: center;
  }
  .hero__image-x7q2m9 {
    align-self: center;
  }
  .hero__image-x7q2m9 img {
    width: 100%;
    max-width: 320px;
  }

  .hero__buttons-x7q2m9 {
    order: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }

  .btn--primary-x7q2m9 {
    width: 100%;
    max-width: 320px;
  }

  .section-title-x7q2m9 {
    font-size: 30px;
  }

  .features-card__title-x7q2m9 {
    text-align: left;
    font-size: 20px;
  }
  .features-card__desc-x7q2m9 {
    font-size: 16px;
    text-align: left;
  }
  .hiw-cards-x7q2m9 {
    display: flex;
    flex-direction: column;
  }
  .hiw-card__title-x7q2m9 {
    font-size: 20px;
  }
  .hiw-card__desc-x7q2m9 {
    font-size: 16px;
  }
  .hiw-cards-x7q2m9 {
    width: 327px;
  }
  .hiw-card-x7q2m9 {
    width: 327px;
  }
  .hiw-cards-x7q2m9 .hiw-card-x7q2m9:nth-child(2) {
    margin-top: 0;
  }
  .author-x7q2m9 {
    font-size: 20px;
  }

  .footer__inner-x7q2m9 {
    flex-direction: column-reverse;
    gap: 24px;
    text-align: center;
  }

  .footer__links-x7q2m9 {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
}
body.legal-page-x7q2m9 {
  background-color: #ffffff;
  color: #010101;
}

body.legal-page-x7q2m9 header {
  background-color: #ffffff;
}

body.legal-page-x7q2m9 .logo-text-x7q2m9,
body.legal-page-x7q2m9 nav a,
body.legal-page-x7q2m9 .hamburger-x7q2m9 span {
  color: #010101;
}

body.legal-page-x7q2m9 .hamburger-x7q2m9 span {
  background: #010101;
}

.legal-header-x7q2m9 {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legal-back-btn-x7q2m9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;

  position: absolute;
  top: 10px;
  left: 10px;

  background: none;
  border: none;
  cursor: pointer;
  color: #010101;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s;
}

.legal-back-btn-x7q2m9:hover {
  background: rgba(0, 0, 0, 0.06);
}

.legal-back-btn-x7q2m9 svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.legal-page-wrap-x7q2m9 {
  margin: 0 auto;
  padding: 64px 160px;
}

.legal-page-title-x7q2m9 {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0px;
  color: #010101;

  text-align: center;
  margin-bottom: 0;
}

.legal-section-x7q2m9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}

.legal-section-x7q2m9:last-child {
  margin-bottom: 0;
}

.legal-section-title-x7q2m9 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
}
.legal-section-title-h3-x7q2m9 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
}

.legal-para-x7q2m9 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
}

.legal-underline-x7q2m9 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: auto;
  text-decoration-thickness: auto;
  text-decoration-skip-ink: auto;
  color: #000000;
}

.legal-para-x7q2m9 a,
.legal-section-x7q2m9 a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: auto;
}

.legal-para-x7q2m9 a:hover,
.legal-section-x7q2m9 a:hover {
  opacity: 0.7;
}

.legal-list-x7q2m9 {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 28px;

  display: flex;
  flex-direction: column;
}

.legal-list-x7q2m9 li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
}
.legal-list-ol-x7q2m9 {
  display: flex;
  flex-direction: column;
}
.legal-list-ol-x7q2m9 li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
}
.legal-meta-x7q2m9 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #555555;
  margin-bottom: 40px;
}

@media (max-width: 1100px) {
  .legal-page-wrap-x7q2m9 {
    padding: 48px 40px;
  }

  .legal-header-x7q2m9 {
    padding: 16px 40px;
  }
}

@media (max-width: 768px) {
  .legal-page-wrap-x7q2m9 {
    padding: 32px 20px;
  }

  .legal-header-x7q2m9 {
    padding: 12px 20px;
  }

  .legal-page-title-x7q2m9 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 32px;
  }

  .legal-section-title-x7q2m9 {
    font-size: 22px;
  }

  .legal-para-x7q2m9,
  .legal-list-x7q2m9 li,
  .legal-underline-x7q2m9,
  .legal-list-ol-x7q2m9 li {
    font-size: 17px;
  }

  .legal-section-x7q2m9 {
    gap: 12px;
    margin-bottom: 36px;
  }
  .legal-section-title-h3-x7q2m9 {
    font-size: 16px;
  }
}
