.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 80px 60px;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  width: 894px;
  height: 894px;
  pointer-events: none;
  z-index: 0;
}

.hero-glow--right {
  left: auto;
  right: -460px;
  top: -116px;
}

.hero-glow--left {
  left: -407px;
  top: -26px;
}

.hero-card {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.hero-card img {
  object-fit: cover;
  border-radius: 20px;
}

.hero-card--1 {
  left: auto;
  right: -115px;
  top: -96px;
  width: 369.022px;
  height: 369.022px;
}

.hero-card--1 img {
  width: 283.367px;
  height: 283.367px;
  transform: rotate(-22.05deg);
}

.hero-card--2 {
  left: auto;
  right: -127px;
  top: 312px;
  width: 439.443px;
  height: 439.443px;
}

.hero-card--2 img {
  width: 317.478px;
  height: 317.478px;
  transform: rotate(33.17deg);
}

.hero-card--3 {
  left: -94px;
  top: 173px;
  width: 269.559px;
  height: 269.559px;
}

.hero-card--3 img {
  width: 206.99px;
  height: 206.99px;
  transform: rotate(-22.05deg);
}

.hero-words {
  position: relative;
  width: 738px;
  height: 297px;
  z-index: 2;
}

.hw {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hw__text {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.3;
  white-space: nowrap;
  transform: rotate(-8.3deg);
}

.hw--discover {
  left: 247px;
  top: -55px;
  width: 516.329px;
  height: 193.446px;
}

.hw--discover .hw__text {
  background: var(--green-dark);
  padding: 32px;
  font-size: 80px;
}

.hw--play {
  left: 31.99px;
  top: 66.47px;
  width: 215.182px;
  height: 87.55px;
}

.hw--play .hw__text {
  font-size: 80px;
}

.hw--enjoy {
  left: 76px;
  top: 91px;
  width: 662.1px;
  height: 223.418px;
}

.hw--enjoy .hw__text {
  font-size: 180px;
}

.hero-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1080px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: var(--white);
}

.hero .btn {
  position: relative;
  z-index: 2;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 60px 0;
  overflow: hidden;
}

.about__title {
  width: calc(100% - 120px);
  max-width: 1080px;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  color: var(--green);
}

.about__img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.about__text {
  width: calc(100% - 120px);
  max-width: 1080px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.48px;
  text-align: center;
  color: var(--white);
}

.community {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 60px 0;
  overflow: hidden;
}

.community__marquee {
  position: relative;
  width: 100%;
  height: 174.465px;
}

.community__marquee .ribbon--muted {
  position: absolute;
  left: 0;
  top: 39px;
  width: 100%;
  justify-content: space-between;
}

.community__marquee .ribbon--green {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 160px);
  justify-content: center;
  transform: translate(-50%, -50%) rotate(-5.26deg);
}

.community__text {
  width: calc(100% - 120px);
  max-width: 1080px;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  text-align: justify;
  text-transform: uppercase;
  color: var(--white);
}

.why {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  overflow: hidden;
}

.why__glow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -212px;
  width: 1201px;
  height: 425px;
  pointer-events: none;
  z-index: 0;
}

.why__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1080px;
}

.why__title {
  width: 100%;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  color: var(--green);
}

.why__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.why-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 0.833px solid var(--border);
}

.why-item__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.why-item__title {
  width: 280px;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.2px;
  color: var(--white);
}

.why-item__desc {
  width: 420px;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: var(--muted);
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 60px 0;
  overflow: hidden;
}

.testimonial .ribbon {
  width: 100%;
  flex-shrink: 0;
  justify-content: center;
}

.testimonial__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: calc(100% - 80px);
  max-width: 1240px;
}

.testimonial__img {
  width: 580px;
  height: 376px;
  object-fit: cover;
  border-radius: 14px;
  flex-shrink: 0;
}

.testimonial__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 33px;
  width: 620px;
}

.testimonial__quote-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  color: var(--white);
}

.testimonial__quote {
  font-weight: 200;
  font-size: 16px;
  line-height: 1.3;
}

.testimonial__name {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  text-align: right;
  text-transform: uppercase;
}

.testimonial__arrows {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial__arrow {
  position: relative;
  width: 40px;
  height: 40px;
}

.testimonial__arrow img {
  position: absolute;
  top: 0;
  left: -4px;
  width: 48px;
  height: 48px;
}

.testimonial__arrow--prev img {
  transform: scaleX(-1);
}

.discover {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 60px;
  overflow: hidden;
}

.discover__left {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.discover__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--green-dark);
}

.discover__body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--white);
}

.discover__body p + p {
  margin-top: 1.3em;
}

.discover__img {
  flex: 1 0 0;
  min-width: 0;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .hero {
    padding: 60px 20px;
    gap: 30px;
  }

  .hero-glow {
    width: 765px;
    height: 765px;
  }

  .hero-glow--right {
    left: 56px;
    top: 264px;
  }

  .hero-glow--left {
    left: -322px;
    top: -120px;
    width: 718px;
    height: 718px;
  }

  .hero-card {
    position: static;
  }

  .hero-card--1 {
    width: 369.022px;
    height: 369.022px;
  }

  .hero-card--2 {
    width: 269.559px;
    height: 269.559px;
  }

  .hero-card--2 img {
    width: 206.99px;
    height: 206.99px;
    transform: rotate(-22.05deg);
  }

  .hero-card--3 {
    display: none;
  }

  .hero-words {
    width: 390px;
    max-width: 100%;
    height: 156.951px;
  }

  .hw--discover {
    left: 130.53px;
    top: -29.07px;
    width: 273.382px;
    height: 102.642px;
  }

  .hw--discover .hw__text {
    padding: 16.911px;
    font-size: 42.276px;
  }

  .hw--play {
    left: 16.9px;
    top: 35.05px;
    width: 114.311px;
    height: 46.692px;
  }

  .hw--play .hw__text {
    font-size: 42.276px;
  }

  .hw--enjoy {
    left: 40.16px;
    top: 48.02px;
    width: 350.356px;
    height: 117.914px;
  }

  .hw--enjoy .hw__text {
    font-size: 95.122px;
  }

  .about {
    gap: 40px;
    padding: 40px 0;
  }

  .about__title {
    width: calc(100% - 40px);
    font-size: 32px;
  }

  .about__text {
    width: calc(100% - 40px);
  }

  .community {
    gap: 20px;
    padding: 40px 0;
  }

  .community__marquee {
    height: 129px;
  }

  .community__marquee .ribbon {
    gap: 23.24px;
    height: 29px;
    padding: 1px 15px;
  }

  .community__marquee .ribbon__text {
    font-size: 12.589px;
  }

  .community__marquee .ribbon__icon {
    width: 32.4px;
    height: 26.65px;
  }

  .community__marquee .ribbon--muted {
    top: 41px;
    width: 581px;
    left: 50%;
    margin-left: -290px;
    justify-content: center;
  }

  .community__marquee .ribbon--green {
    width: 606px;
  }

  .community__text {
    width: calc(100% - 40px);
    font-size: 20px;
  }

  .why {
    padding: 40px 20px;
  }

  .why__content {
    gap: 20px;
  }

  .why__title {
    font-size: 32px;
  }

  .why-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .why-item__title,
  .why-item__desc {
    width: 100%;
  }

  .testimonial {
    gap: 20px;
    padding: 40px 0;
  }

  .testimonial__card {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: calc(100% - 40px);
  }

  .testimonial__img {
    width: 100%;
  }

  .testimonial__right {
    width: 100%;
  }

  .discover {
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px;
  }

  .discover__img {
    order: -1;
    width: 100%;
  }

  .discover__left {
    width: 100%;
  }

  .discover__title {
    font-size: 32px;
  }
}
