:root {
  --bg: #0a0a0f;
  --card-bg: #1c1c2e;
  --pink: #ff2e63;
  --cyan: #08f7fe;
  --text-light: #f4f4f9;
  --text-muted: #6b7a8c;
  --faq-border: #f4f4f94d;

  --container: 1216px;
  --pad-h: 112px;
  --section-v: 120px;

  --font-display: "Exo 2", sans-serif;
  --font-body: "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-light);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.section-title-11bf73 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 32px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 56px;
  text-align: center;
}

.section-title__line-72dd3c {
  flex: 1;
  max-width: 494px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan) 0%, rgba(8, 247, 254, 0) 100%);
}
.section-title__line-72dd3c:last-child {
  transform: scaleX(-1);
}

.header-1f89e6 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(10, 10, 15, 0.8);
  backdrop-filter: blur(6px);
  padding: 18px 0;
}

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

.logo__icon-1ea934 {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  object-fit: cover;
}

.nav-3426b3 {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-3426b3 a {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: var(--text-muted);
  transition: color 0.2s ease;
}
.nav-3426b3 a:hover,
.nav-3426b3 a:active,
.nav-3426b3 a.active-396c20 {
  color: var(--text-light);
}

.burger-6992ec {
  display: none;
}

.mobile-menu-02c1da {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg);
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}
.mobile-menu-02c1da.active-396c20 {
  display: flex;
}
.mobile-menu__close-2e3511 {
  align-self: flex-end;
}
.mobile-menu__nav-06a8c3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 80px;
}
.mobile-menu__nav-06a8c3 a {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text-muted);
}

.hero-266386 {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 300px;
}

.hero-266386 .container-848375 {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;

  padding: 0 20px;
  box-sizing: border-box;
  pointer-events: none;
}

.hero__title-f0dc31 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__title-line1-desc-8638cd {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.hero__title-line2-desc-82763d {
  display: block;
  width: 100%;
  max-width: 780px;
  margin: -45px auto 0;
}

.hero__title-line1-desc-8638cd img,
.hero__title-line2-desc-82763d img {
  width: 100%;
  height: auto;
  display: block;
}

.hero__media-6afeca {
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero__img-8248e8 {
  width: 100%;
  object-fit: cover;
}
.hero__desc-c84404 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 8%;
  text-align: center;
  text-transform: uppercase;
  color: #f4f4f999;
  max-width: 977px;
  margin: 32px auto 0;
}
.hero__title-line1-mob-573610,
.hero__title-line2-mob-ade921,
.hero__title-line3-mob-b101ca {
  display: none;
}

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

.features-grid-844149 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.feature-card-8313be {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 32px;
  border-radius: 12px;
  background: var(--card-bg);
}

.feature-card__img-f13801 {
  width: 100%;
  aspect-ratio: 446 / 256;
  object-fit: cover;
  border-radius: 12px;
}

.feature-card__title-e7aadf {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: var(--text-light);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--cyan);
}

.feature-card__desc-d54201 {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  max-width: 446px;
  text-align: center;
  color: var(--text-light);
}

.hiw-bb4e11 {
  padding: var(--section-v) 0 0;
  position: relative;
}

.hiw-steps-875581 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 64px;
}

.hiw-step-59ebcb {
  text-align: center;
}

.hiw-step__number-0b4b12 {
  display: block;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 100px;
  line-height: 100%;
  color: var(--cyan);
  margin-bottom: 8px;
}

.hiw-step__title-368a70 {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 8px;
}

.hiw-step__desc-d89f47 {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-light);
  max-width: 320px;
  margin: 0 auto;
}

.hiw__media-398ace {
  position: relative;
  width: 100%;
  height: 640px;
}

.hiw__img-b55c9a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hiw__media-398ace::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80.55%, var(--bg) 100%);
  pointer-events: none;
}

.testimonials-4098cd {
  padding: var(--section-v) 0;
}

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

.testimonial-card-b81389 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 32px;
  border-radius: 12px;
  background: var(--card-bg);
}

.testimonial-card__head-7870ab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-card__author-4d7dce {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: var(--text-light);
}

.stars-980da3 {
  display: flex;
  width: 70px;
  height: 14px;
}
.stars-980da3 img {
  width: 14px;
  height: 14px;
}

.testimonial-card__quote-11385d {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: var(--cyan);
}

.testimonial-card__text-526b1c {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-light);
}

.faq-2de919 {
  padding: var(--section-v) 0;
}

.faq__list-db134a {
  max-width: 766px;
  margin: 0 auto;
}

.faq__question-b0ee5d {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 8px 0;
  text-align: left;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: var(--text-light);
  border-bottom: 1px solid var(--faq-border);
  margin-bottom: 20px;
}

.faq__toggle-1d8a19 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pink);
  color: var(--bg);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.faq__item-099ec1.is-open-3be6ca .faq__toggle-1d8a19 {
  background: var(--cyan);
  transform: rotate(180deg);
}

.faq__answer-74ab45 {
  display: none;
  padding: 0 0 16px;
}
.faq__item-099ec1.is-open-3be6ca .faq__answer-74ab45 {
  display: block;
}
.faq__answer-74ab45 p {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-muted);
}

.footer-045c02 {
  border-top: 1px solid var(--cyan);
  padding: 62px 0;
}

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

.footer__copy-770b01 {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-muted);
}

.footer__links-76d3e5 {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer__links-76d3e5 a {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  color: var(--text-muted);
  transition: opacity 0.2s ease;
}
.footer__links-76d3e5 a:hover {
  opacity: 0.7;
}

@media (max-width: 1200px) {
  :root {
    --pad-h: 48px;
  }
  .hero__title-line1-a6fef4 {
    font-size: 72px;
  }
  .hero__title-line2-5375e4 {
    font-size: 48px;
  }
}

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

  .nav-3426b3 {
    display: none;
  }
  .burger-6992ec {
    display: block;
  }

  .features-grid-844149 {
    grid-template-columns: 1fr;
  }
  .hiw-steps-875581 {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .testimonials-grid-22c468 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  :root {
    --pad-h: 20px;
    --section-v: 64px;
  }

  .hero-266386 {
    padding-top: 110px;
  }
  .hero__title-line1-desc-8638cd,
  .hero__title-line2-desc-82763d {
    display: none;
  }
  .hero__img-8248e8 {
    margin-top: 300px;
    height: 320px;
  }
  .hero__desc-c84404 {
    font-size: 13px;
    padding: 0 8px;
  }

  .hero__title-f0dc31 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }

  .hero__title-line1-mob-573610 {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .hero__title-line2-mob-ade921 {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: -10% auto 0;
    z-index: -2;
  }

  .hero__title-line3-mob-b101ca {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 40px auto 0;
  }

  .hero__title-line1-mob-573610 img,
  .hero__title-line2-mob-ade921 img,
  .hero__title-line3-mob-b101ca img {
    width: 100%;
    height: auto;
    display: block;
  }

  .section-title-11bf73 {
    font-size: 22px;
    gap: 12px;
  }
  .section-title__line-72dd3c {
    max-width: 40px;
  }

  .hiw-step__number-0b4b12 {
    font-size: 64px;
  }
  .hiw__media-398ace {
    position: relative;
    width: 100%;
    height: auto;
  }

  .faq__question-b0ee5d {
    font-size: 18px;
  }

  .footer__inner-0e3930 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .footer__links-76d3e5 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .footer__copy-770b01 {
    order: 2;
    text-align: center;
  }
}
.legal-header-662e3f {
  padding: 32px 0;
}

.legal-back-cf2a60 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: var(--text-light);
  transition: opacity 0.2s ease;
}
.legal-back-btn-0cb70a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  color: #f4f4f9;
  transition: opacity 0.2s ease;
}

.legal-back-btn-0cb70a:hover {
  opacity: 0.7;
}

.legal-back-btn__arrow-01a943 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.legal-back-btn__arrow-01a943 svg {
  width: 8px;
  height: 14px;
  display: block;
}

.legal-wrap-633729 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.legal-title-dff064 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 56px;
}

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

.legal-section-title-1b2fba {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 8px;
}

.legal-text-fefb9b {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: var(--text-light);
  margin-bottom: 12px;
}
.legal-text-fefb9b:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .legal-title-dff064 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .legal-wrap-633729 {
    padding-bottom: 60px;
  }
}
