*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #e8e8f5;
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
  min-height: 100vh;
}
.page-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.page-bg__top {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.page-bg__middle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/landing/hero-bg2.webp');
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
}
.page-bg__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

a { color: inherit; text-decoration: none; transition: color .2s; }
img { max-width: 100%; display: block; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section {
  padding: 30px 0;
  position: relative;
}
.section > .container { position: relative; z-index: 1; }
.section h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #f7d046, #f39c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 1px;
}
.section__title-img {
  display: block;
  margin: 0 auto 12px;
  max-width: 560px;
  width: 100%;
  height: auto;
}
.section__title-img--left {
  margin-left: 0;
  margin-right: auto;
  max-width: 480px;
}
.section__subtitle {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section__cta {
  text-align: center;
  margin-top: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__cta p {
  color: #ffffff;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
}
.claim-btn {
  display: inline-block;
  max-width: 280px;
  width: auto;
  height: auto;
  transition: transform .25s ease;
}
.claim-btn:hover {
  transform: translateY(-3px);
}

.btn {
  display: inline-block;
  padding: 14px 40px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50px;
  letter-spacing: 1.5px;
  transition: all .25s ease;
  cursor: pointer;
  border: none;
  text-align: center;
  text-transform: uppercase;
}
.btn--primary {
  background: linear-gradient(135deg, #f39c12, #e67e22, #f7d046);
  background-size: 200% 200%;
  color: #1a1240;
  box-shadow: 0 6px 20px rgba(243, 156, 18, .4);
  animation: shimmer 3s ease infinite;
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(243, 156, 18, .6);
}
@keyframes shimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 35, .85);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid #f7d046;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
}
.logo {
  display: inline-flex;
  align-items: center;
  height: 48px;
}
.logo__img {
  height: 48px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}
.topbar__nav { display: flex; gap: 28px; }
.topbar__nav a { color: #cccce0; font-size: 14px; font-weight: 600; }
.topbar__nav a:hover { color: #f7d046; }

.hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  background-image: url('assets/landing/hero-bg.webp');
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 60px 20px;
  width: 100%;
}
.hero__mascot-img {
  width: 40%;
  max-width: 500px;
  height: auto;
  order: 1;
  filter: drop-shadow(0 10px 30px rgba(247, 208, 70, .2));
}
.hero__content {
  width: 58%;
  text-align: left;
  order: 2;
}
.hero__brand {
  height: 90px;
  width: auto;
  max-width: 320px;
  margin-bottom: 16px;
}
.hero__title-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  margin-bottom: 8px;
}
.hero__subtitle-img {
  width: 100%;
  max-width: 460px;
  height: auto;
  margin-bottom: 20px;
}
.hero__claim {
  margin: 20px 0;
  text-align: left;
}
.hero__claim img {
  max-width: 260px;
  height: auto;
}
.hero__apps { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }

.app-btn--store {
  display: inline-flex;
  align-items: center;
  transition: transform .2s;
}
.app-btn--store:hover { transform: translateY(-2px); }
.app-btn--store img {
  width: 148px;
  height: 50px;
  object-fit: contain;
}

.section--intro {
  padding: 48px 0;
  text-align: center;
}
.section--intro h2 { margin-bottom: 16px; }
.section--intro p {
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 20px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.section--app {
  padding: 30px 0;
}
.app__inner {
  display: flex;
  align-items: center;
  gap: 50px;
}
.app__mockup-img {
  width: 50%;
  height: auto;
  border-radius: 16px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, .3); */
  /* display: block; */
}
.app__content { width: 50%; }
.app__content .section__title-img { margin-bottom: 12px; }
.app__content p {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
.app__buttons { display: flex; gap: 10px; flex-wrap: wrap; }

.section--promotions {
  padding: 30px 0;
}
.promos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.promo-card {
  text-align: center;
  transition: all .25s ease;
}
.promo-card:hover {
  transform: translateY(-4px);
}
.promo-card__img {
  display: block;
  margin: 0 auto 16px;
}
.promo-card h3 {
  font-size: 18px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-bottom: 6px;
  color: #f7d046;
}
.promo-card p {
  color: #ffffff;
  font-size: 14px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 1.6;
}

.section--how {
  padding: 30px 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: center;
}
.step {
  padding: 24px;
  transition: all .25s ease;
}
.step:hover {
  transform: translateY(-4px);
}
.step__img {
  display: block;
  margin: 0 auto 16px;
}
.step h3 {
  font-size: 18px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #f7d046;
  margin-bottom: 6px;
}
.step p {
  color: #ffffff;
  font-size: 14px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 1.6;
}

.section--games {
  padding: 30px 0;
}
.games {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.game-card {
  transition: all .25s ease;
}
.game-card:hover {
  transform: translateY(-4px);
}
.game-card__img {
  display: block;
}
.game-card h3 {
  font-size: 18px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #f7d046;
  margin: 16px 16px 6px;
}
.game-card p {
  color: #ffffff;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding: 0 16px 16px;
  font-size: 13px;
  line-height: 1.6;
}

.section--community {
  padding: 30px 0;
}
.socials {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}
.social {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 20px 48px;
  transition: all .25s;
  background-image: url('assets/landing/social-bg.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 4 / 5;
}
.social:hover {
  transform: translateY(-4px);
}
.social__icon {
  display: block;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.social strong {
  color: #f7d046;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 6px;
}
.social p {
  color: #ffffff;
  font-size: 15px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 1.4;
}

.section--why {
  padding: 30px 0;
}
.why-container {
  padding: 32px;
}
.why {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
}
.why-card {
  background: transparent;
  border: none;
  padding: 16px;
  text-align: center;
  transition: all .25s;
}
.why-card:hover {
  transform: translateY(-4px);
}
.why-card__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
  object-fit: contain;
}
.why-card h3 {
  font-size: 16px;
  color: #f7d046;
  margin-bottom: 6px;
}
.why-card p { color: #cccce0; font-size: 12px; }

.section--testimonials {
  padding: 30px 0;
}
.testimonials {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
  background-image: url('assets/landing/avatar-bg.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial__avatar {
  display: block;
  margin-bottom: 12px;
}
.testimonial h3 {
  font-size: 15px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #f7d046;
  margin-bottom: 8px;
}
.testimonial p {
  color: #ffffff;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 13px;
  line-height: 1.5;
}
.testimonials__note {
  text-align: center;
  color: #666680;
  font-size: 12px;
  margin-top: 28px;
}

.section--trust {
  padding: 30px 0;
}
.trust-container {
  padding: 40px 20px;
  margin: 32px 0;
  background-image: url('assets/landing/free-bg.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.trust-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: center;
}
.stat {
  background: transparent;
  border: none;
  padding: 16px;
}
.stat__num {
  font-size: 56px;
  font-weight: 900;
  background: linear-gradient(135deg, #f7d046, #f39c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat__label {
  color: #cccce0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
}
.free-area-img {
  display: block;
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 24px auto 0;
  border-radius: 16px;
  border: 2px solid #f7d046;
}

.section--faq {
  padding: 30px 0;
}
.faqs {
  max-width: 800px;
  margin: 0 auto;
}
.faq {
  background: rgba(60, 10, 100, .5);
  border: 2px solid #f7d046;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 18px 22px;
  transition: all .25s;
}
.faq:hover { border-color: #f39c12; }
.faq summary {
  font-weight: 700;
  color: #f7d046;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq summary::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #f7d046;
  border-bottom: 2px solid #f7d046;
  transform: rotate(-45deg);
  transition: transform .25s;
}
.faq[open] summary::after { transform: rotate(45deg); }
.faq[open] {
  border-color: #f39c12;
  box-shadow: 0 4px 20px rgba(247, 208, 70, .15);
}
.faq p {
  margin-top: 10px;
  color: #cccce0;
  font-size: 14px;
}

.footer {
  background: transparent;
  border-top: 2px solid #f7d046;
  padding: 40px 0 28px;
  text-align: center;
}
.footer__logo {
  height: 56px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  margin-bottom: 12px;
}
.footer__tagline { color: #9999b8; margin-bottom: 20px; font-size: 14px; }
.footer__legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
  font-size: 13px;
}
.footer__legal a { color: #cccce0; }
.footer__legal a:hover { color: #f7d046; }
.footer__disclaimer {
  color: #666680;
  font-size: 11px;
  max-width: 720px;
  margin: 20px auto;
  line-height: 1.6;
}
.footer__copyright {
  color: #444460;
  font-size: 11px;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .topbar__nav { display: none; }
  .hero__inner { flex-direction: column; text-align: center; }
  .hero__mascot-img { width: 70%; order: 1; }
  .hero__content { width: 100%; order: 2; }
  .hero__claim { text-align: center; }
  .hero__apps { justify-content: center; }
  .app__inner { flex-direction: column; }
  .app__mockup-img, .app__content { width: 100%; }
  .section__title-img--left { margin-left: auto; text-align: center; }
  .steps { grid-template-columns: 1fr; }
  .trust-stats { grid-template-columns: 1fr; }
  .socials { gap: 16px; }
  .social { min-width: 100px; padding: 16px; }
  .social__icon { width: 56px; height: 56px; }
}

@media (max-width: 480px) {
  .section { padding: 20px 0; }
  .hero { min-height: 550px; }
  .hero__brand { height: 70px; }
  .hero__title-img { max-width: 320px; }
  .hero__subtitle-img { max-width: 280px; }
  .hero__claim img { max-width: 220px; }
  .app-btn--store img { width: 130px; height: 44px; }
  .stat__num { font-size: 36px; }
}