:root {
  --bg: #ebebff;
  --lime: #a0ec06;
  --purple: #3700ae;
  --magenta: #aa03ca;
  --pink: #e91e8c;
  --text-dark: #181818;
  --text-light: #ecedff;
  --icon-bg: #7c5cff3d;
  --star: #f59e0b;
  --footer-bg: #040235;

  --container: 1280px;
  --pad-h: 80px;
  --section-v: 96px;

  --font-display: "Caprasimo", cursive;
  --font-body: "Manrope", sans-serif;
  --font-alt: "Outfit", sans-serif;
  --font-body-legal: "Inter", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container-089cab {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-h);
  width: 100%;
}

.section-title-2ce7f1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 48px;
}
.section-title--left-f65195 {
  text-align: left;
}
.section-title--center-d28428 {
  text-align: center;
  color: var(--text-light);
}
.section-title--dark-abf5f8 {
  color: var(--text-dark);
}

/* ==================== BUTTONS / LOGO ==================== */

.btn-outline-3c9aa5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--text-dark);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: var(--text-dark);
  transition: background 0.2s ease;
}
.btn-outline-3c9aa5:hover {
  background: rgba(24, 24, 24, 0.08);
}

.btn-play-0e49f7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 460px;
  padding: 16px 28px;
  border-radius: 999px;
  background: var(--pink);
  box-shadow: 0 8px 24px 0 #8b5cf64d;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-light);
  transition: opacity 0.2s ease;
}
.btn-play-0e49f7:hover {
  opacity: 0.9;
}

.logo-02c8f4 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.logo__icon-7ca538 {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
}
.logo__text-d624ff {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: var(--text-dark);
}
.logo__text--footer-973e41 {
  color: var(--text-light);
}

/* ==================== HEADER ==================== */

.header-aaab42 {
  position: fixed;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 100;
}

.header__inner-a7da03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--lime);
  border-radius: 50px;
  padding: 20px 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.nav-ea9588 {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-ea9588 a:not(.btn-outline-3c9aa5) {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: var(--text-dark);
}

.burger-c0748a {
  display: none;
}

.mobile-menu-d57d33 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg);
  z-index: 9999;
  flex-direction: column;
  padding: 16px 20px;
}
.mobile-menu-d57d33.active-b99c7f {
  display: flex;
}
.mobile-menu__head-b27032 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--lime);
  border-radius: 50px;
  padding: 16px 20px;
  margin-bottom: 40px;
}
.mobile-menu__nav-25e318 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.mobile-menu__nav-25e318 a:not(.btn-outline-3c9aa5) {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  color: var(--text-dark);
}

/* ==================== HERO ==================== */

.hero-861584 {
  padding-top: 128px;
  padding-bottom: var(--section-v);
}

.hero__grid-80c4d5 {
  display: grid;
  grid-template-columns: 2.45fr 1fr 2.15fr;
  gap: 16px;
  align-items: stretch;
}

.hero__text-c3abb0 {
  background: var(--purple);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}

.hero__title-b304de {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  color: var(--text-light);
}

.hero__desc-eaf24d {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: var(--text-light);
}

.hero__stack-04e2fa {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero__stack-img-415d93 {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}
.hero__stack-img-415d93:first-child {
  height: 278px;
}
.hero__stack-img-415d93:last-child {
  height: 218px;
}

.hero__tall-d8461b {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 40px 80px 0 #7c5cff4d;
}

/* ==================== FEATURES ==================== */

.features-4daa29 {
  padding: var(--section-v) 0;
}

.features-grid-5280f4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-card-f2ed9b {
  background: var(--purple);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.feature-card--tilt-f2bea6 {
  transform: rotate(4deg);
}

.feature-card__icon-e67812 {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--icon-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-card__icon-inside-a9b03d {
  width: 28px;
  height: 28px;
}

.feature-card__title-a600c9 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: var(--text-light);
}

.feature-card__desc-acfea5 {
  font-family: var(--font-alt);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--text-light);
}

/* ==================== HOW IT WORKS ==================== */

.hiw-a65c7c {
  padding: var(--section-v) 0;
}

.hiw-panel-f8be6b {
  position: relative;
  background: var(--lime);
  border-radius: 24px;
  /* padding: 60px 86px 0; */
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "title doodle"
    "cards cards";
  align-items: center;
}

.hiw-panel__doodle-8704b5 {
  width: 270px;
  height: 260px;
  object-fit: contain;
  margin-bottom: 24px;
  padding: 30px 46px 0;
}

.hiw-panel__title-191c83 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 40px;
  position: relative;
  padding: 60px 86px 0;
}
.hiw-panel__title-wrap-66992e {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.hiw-panel__flower-0515d9 {
  position: absolute;
  top: -35px;
  right: -60px;
  z-index: -1;
}

.hiw-cards-ced5a8 {
  grid-area: cards;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.hiw-card-ce03de {
  background: var(--purple);
  border-radius: 24px 24px 0 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hiw-card--magenta-d1c1fa {
  background: var(--magenta);
}

.hiw-card__number-cdd1d8 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  color: var(--text-light);
}

.hiw-card__title-757922 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: var(--text-light);
}

.hiw-card__desc-03d7ac {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-light);
}

/* ==================== TESTIMONIALS ==================== */

.testimonials-7d5582 {
  background: var(--purple);
  padding: var(--section-v) 0;
}

.testimonials-grid-7a51fd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card-f45be0 {
  background: var(--icon-bg);
  border-right: 1px solid var(--text-light);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}

.testimonial-card__text-7ae2d4 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-light);
}

.testimonial-card__foot-2a02eb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-card__name-e3a97e {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-light);
}

.stars-9153be {
  display: flex;
  gap: 2px;
}

/* ==================== FAQ ==================== */

.faq-234e26 {
  padding: var(--section-v) 0;
}

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

.faq__item-ad0e7b {
  background: var(--magenta);
  border-radius: 16px;
  padding: 24px;
}

.faq__question-82a36d {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #f1f5f9;
}

.faq__toggle-53463f {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.faq__toggle-53463f::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--bg);
  border-bottom: 2px solid var(--bg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.2s ease;
}
.faq__item-ad0e7b.is-open-450164 .faq__toggle-53463f::before {
  transform: translate(-50%, -30%) rotate(-135deg);
}

.faq__answer-b33d92 {
  display: none;
  padding-top: 16px;
}
.faq__item-ad0e7b.is-open-450164 .faq__answer-b33d92 {
  display: block;
}
.faq__answer-b33d92 p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-light);
}

/* ==================== FOOTER ==================== */

.footer-0d81e3 {
  background: var(--footer-bg);
  padding: 48px 0;
}

.footer__inner-a3726e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer__links-0fcd84 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__links-0fcd84 a {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: var(--text-light);
  transition: opacity 0.2s ease;
}
.footer__links-0fcd84 a:hover {
  opacity: 0.8;
}
.footer__links-0fcd84 span {
  color: var(--text-light);
}

.footer__copy-8809d1 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: var(--text-light);
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 1200px) {
  :root {
    --pad-h: 40px;
  }
  .hero__grid-80c4d5 {
    grid-template-columns: 1fr 1fr;
  }
  .hero__tall-d8461b {
    grid-column: span 2;
    height: 380px;
  }
  .features-grid-5280f4 {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .nav-ea9588 {
    display: none;
  }
  .burger-c0748a {
    display: block;
  }

  .hero__grid-80c4d5 {
    grid-template-columns: 1fr;
  }
  .hero__stack-04e2fa {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .hero__stack-img-415d93:first-child,
  .hero__stack-img-415d93:last-child {
    height: 220px;
  }
  .hero__tall-d8461b {
    grid-column: auto;
  }

  .features-grid-5280f4 {
    grid-template-columns: 1fr;
  }
  .feature-card--tilt-f2bea6 {
    transform: none;
  }

  .hiw-panel-f8be6b {
    padding: 40px 24px 0;
  }
  .hiw-cards-ced5a8 {
    grid-template-columns: 1fr;
  }

  .testimonials-grid-7a51fd {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .header-aaab42 {
    top: 12px;
    left: 12px;
    right: 12px;
  }
  .header__inner-a7da03 {
    padding: 14px 16px;
  }

  .hero-861584 {
    padding-top: 100px;
  }

  .hero__text-c3abb0 {
    padding: 36px 20px;
  }
  .hero__title-b304de {
    font-size: 40px;
    line-height: 44px;
  }
  .hero__desc-eaf24d {
    font-size: 16px;
  }
  .hero__stack-04e2fa {
    flex-direction: column;
  }

  .section-title-2ce7f1 {
    font-size: 32px;
    line-height: 38px;
  }

  .hiw-panel-f8be6b {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 16px 24px;
  }

  .hiw-panel__title-191c83 {
    order: 1;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px 16px 0;
  }

  .hiw-panel__flower-0515d9 {
    display: none;
  }

  .hiw-panel__doodle-8704b5 {
    order: 2;
    width: 270px;
    height: auto;

    display: block;
    padding: 30px 16px 0;
  }

  .hiw-cards-ced5a8 {
    order: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .hiw-card-ce03de {
    border-radius: 20px;
    padding: 24px;
  }

  .footer__inner-a3726e {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  footer .logo-02c8f4 {
    padding-bottom: 43px;
  }
}

.legal-body-67df0e {
  background-color: #f8f9fa;
}
.legal-wrap-50e5ba {
  padding-top: 140px;
  padding-bottom: 100px;
}

.legal-title-af3c40 {
  font-family: var(--font-body-legal);
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: left;

  color: #1a1a1a;
  margin-bottom: 56px;
}

.legal-section-27a5ac {
  margin-bottom: 32px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.legal-section-27a5ac:last-child {
  margin-bottom: 0;
}

.legal-section-title-19516f {
  font-family: var(--font-body-legal);
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.legal-text-c47260 {
  font-family: var(--font-body-legal);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #2d2d2d;
  margin-bottom: 12px;
}
.legal-text-c47260:last-child {
  margin-bottom: 0;
}
.legal-list-b0011f {
  font-family: var(--font-body-legal);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #2d2d2d;
  padding-left: 17px;
}

@media (max-width: 768px) {
  .legal-wrap-50e5ba {
    padding-bottom: 60px;
  }
}
