*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  background: #fff;
  color: #272a2e;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}

header {
  position: sticky;
  top: 16px;
  z-index: 100;
  width: 1295px;
  max-width: calc(100% - 144px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 16px 24px;
  background: #fef8ea;
}

.logo {
  font-family: "Press Start 2P", monospace;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #83b84a;
  white-space: nowrap;
}

nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  margin-right: 32px;
}
nav a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #272a2e;
}
nav a:hover {
  color: #83b84a;
}

.btn-play-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 173px;
  height: 40px;
  padding: 8px 24px;
  background: #272a2e;
  font-family: "Press Start 2P", monospace;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #f7e7da;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
  white-space: nowrap;
}
.btn-play-nav:hover,
.btn-play-nav:active {
  background: #83b84a;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #272a2e;
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: #a1ef4f;
  z-index: 200;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  gap: 40px;
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav a {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #272a2e;
}
.mobile-nav .btn-play-nav {
  width: calc(100% - 32px);
  max-width: 340px;
}
.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #272a2e;
}

.hero {
  width: 100%;
  background-color: #a1ef4f;
  background-image: url("images/hero-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;

  margin-top: -88px;

  padding: 168px 24px 0;
}

.hero-title {
  max-width: 856px;
  font-family: "Press Start 2P", monospace;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #272a2e;
  margin-bottom: 24px;
}

.hero-subtitle {
  max-width: 600px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #272a2e;
  margin-bottom: 32px;
}

.btn-gplay {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 161px;
  min-height: 51px;
  padding: 8px 16px;
  background: #272a2e;
  text-decoration: none;
  margin-bottom: 48px;
}

.btn-gplay img {
  width: 21px;
  height: 24px;
  flex-shrink: 0;
}

.btn-gplay-text {
  display: flex;
  flex-direction: column;
}
.btn-gplay-text .small {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}
.btn-gplay-text .big {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}

.hero-image {
  width: 486px;
  max-width: 100%;
  height: auto;
}

.features {
  background: #272a2e;
  padding: 80px 24px;
}

.section-title-light {
  font-family: "Press Start 2P", monospace;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #f7e7da;
  margin-bottom: 48px;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
  max-width: 1440px;
  margin: 0 auto;
}

.feature-card {
  width: 346px;
  background-image: url("images/features-form.png");
  min-height: 440px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 32px 24px;
  gap: 16px;
}

.feature-icon {
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon img {
  width: 170px;
  height: 170px;
  object-fit: contain;
}

.feature-card h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #272a2e;
  max-width: 274px;
}

.feature-card p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #272a2e;
}

.how {
  width: 100%;
  background-color: #a1ef4f;
  background-image: url("images/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 24px;
}

.section-title-dark {
  font-family: "Press Start 2P", monospace;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #272a2e;
  margin-bottom: 48px;
}

.how-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 134px;
  max-width: 1440px;
  margin: 0 auto;
}

.how-image {
  width: 420px;
  max-width: 45%;
  height: auto;
  flex-shrink: 0;
}

.how-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 526px;
  max-width: 100%;
}

.how-step {
  background: #fef8ea;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.how-step .step-num {
  font-family: "Press Start 2P", monospace;
  font-size: 32px;
  line-height: 40px;
  color: #272a2e;
}

.how-step h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #272a2e;
}

.how-step p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #272a2e;
}

.testimonials {
  background: #fef8ea;
  padding: 80px 24px;
}

.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1440px;
  margin: 48px auto 0;
}

.testimonial-card {
  width: 416px;
  min-height: 312px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.testimonial-card.dark {
  background: #272a2e;
}
.testimonial-card.green {
  background: #a1ef4f;
}

.quote-mark {
  font-size: 48px;
  line-height: 1;
  font-family: "Press Start 2P", monospace;
}
.dark .quote-mark {
  color: #fef8ea;
}
.green .quote-mark {
  color: #272a2e;
}

.testimonial-card .t-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.dark .t-title {
  color: #fef8ea;
}
.green .t-title {
  color: #272a2e;
}

.testimonial-card .t-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  flex: 1;
}
.dark .t-text {
  color: #fef8ea;
}
.green .t-text {
  color: #272a2e;
}

.t-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stars {
  display: flex;
  gap: 4px;
  width: 136px;
}
.star {
  font-size: 20px;
}
.dark .star {
  color: #fef8ea;
}
.green .star {
  color: #272a2e;
}

.t-name {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.dark .t-name {
  color: #fef8ea;
}
.green .t-name {
  color: #272a2e;
}

.faq {
  background: #272a2e;
  padding: 80px 24px;
}

.faq-list {
  width: 636px;
  max-width: 100%;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: #fef8ea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  border: none;
  text-align: left;
  gap: 16px;
  transition: background 0.2s;
}

.faq-item.open .faq-question {
  background: #a1ef4f;
}

.faq-question span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #272a2e;
}

.faq-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  color: #272a2e;
}
.faq-arrow svg {
  width: 16px;
  height: 16px;
}
.faq-item:not(.open) .faq-arrow {
  transform: rotate(0deg);
}

.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  background: #a1ef4f;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.2s;
  padding: 0 24px;
}
.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 0 24px 20px;
}

.faq-answer p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #272a2e;
}

footer {
  background: #a1ef4f;
  padding: 24px;
}

.footer-top {
  max-width: 1296px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.footer-logo {
  font-family: "Press Start 2P", monospace;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #272a2e;
}

.footer-links {
  display: flex;
  gap: 32px;
}

.footer-links a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #272a2e;
}
.footer-links a:hover {
  text-decoration: underline;
}

.footer-copy {
  max-width: 1296px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #272a2e;
}

@media (max-width: 796px) {
  header {
    width: 100%;
    max-width: 100%;
    top: 0;
    position: sticky;
  }
  header nav,
  header > .btn-play-nav {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .mobile-nav .btn-play-nav {
    display: inline-flex !important;
    width: calc(100% - 48px);
    max-width: 340px;
    margin-top: 16px;
    font-family: "Press Start 2P", monospace;
    color: #f7e7da !important;
    height: 48px;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .hero {
    padding: 123px 16px 0;
  }
  .hero-title {
    font-size: 22px;
  }

  .how-inner {
    flex-direction: column;
    gap: 40px;
  }
  .how-image {
    width: 100%;
    max-width: 100%;
  }
  .how-steps {
    width: 100%;
  }
  .section-title-dark {
    font-size: 24px;
  }
  .feature-card {
    width: 100%;
    max-width: 400px;
  }
  .testimonial-card {
    width: 100%;
    max-width: 480px;
  }

  .faq-question span {
    font-size: 18px;
    line-height: 26px;
  }

  .footer-top {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .footer-links {
    justify-content: center;
  }
}

.legal-page {
  background: #fef8ea;
}

.legal-hero {
  width: 100%;
  min-height: 362px;
  background: #a1ef4f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -88px;
  padding: 148px 24px 60px;
}

.legal-hero-title {
  display: inline-block;

  padding: 32px 56px;
  font-family: "Press Start 2P", monospace;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #272a2e;
}

.legal-content {
  max-width: 856px;
  margin: 0 auto;
  padding: 64px 24px 80px;
}

.legal-content p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #272a2e;
  margin-bottom: 16px;
}

.legal-content p:empty,
.legal-content p > span:only-child:empty {
  display: none;
}

.legal-content h2 {
  font-family: "Press Start 2P", monospace;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #272a2e;
  margin-top: 48px;
  margin-bottom: 20px;
}

.legal-section-label {
  display: block;
  font-family: "Press Start 2P", monospace;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #272a2e;
  margin-top: 48px;
  margin-bottom: 20px;
}

.legal-content ul,
.legal-content ol {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #272a2e;
  padding-left: 24px;
  margin-bottom: 16px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content ul ul {
  margin-top: 8px;
  margin-bottom: 0;
}

.legal-content li p {
  margin-bottom: 0;
}

.legal-content strong {
  font-weight: 700;
}

.legal-closing {
  margin-top: 40px;
  padding-top: 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #272a2e;
}

@media (max-width: 900px) {
  .legal-hero {
    min-height: auto;
    padding: 48px 16px;
  }

  .legal-hero-title {
    font-size: 20px;
    padding: 134px 20px;
  }

  .legal-content {
    padding: 40px 16px 60px;
  }

  .legal-content h2,
  .legal-section-label {
    font-size: 16px;
    margin-top: 36px;
  }
}
