:root {
  --bg: #0f0f12;
  --card-bg: #1c1c2499;
  --card-border: #f1f5f91a;
  --purple: #a78bfa;
  --cyan: #67e8f9;
  --cyan-border: #54d8e84d;
  --text-light: #f1f5f9;
  --text-muted: #cac4d4;

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

  --font-display: "Satoshi", sans-serif;
  --font-alt: "Outfit", 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-c09904 {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-h);
  width: 100%;
}

.section-title-8d6ed9 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  color: var(--purple);
  text-align: center;
  margin-bottom: 56px;
}

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

.btn-primary-7deb4b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--purple);
  box-shadow:
    0 8px 24px 0 #a78bfa4d,
    0 4px 12px 0 #67e8f933;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: var(--bg);
  transition: opacity 0.2s ease;
  padding: 8px 32px;
  height: 36px;
}
.btn-primary-7deb4b:hover {
  opacity: 0.9;
}

.btn-primary--header-0fc0f0 {
  padding: 8px 32px;
  height: 36px;
}

.btn-primary--hero-d1acfd {
  padding: 16px 32px;
  height: 56px;
}

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

.logo-b70648 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.logo__icon-f49872 {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  object-fit: cover;
}

.logo__text-6791b3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.6px;
  color: var(--purple);
}

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

.header-57f94f {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(15, 15, 18, 0.85);
  backdrop-filter: blur(6px);
  padding: 16px 0;
}

.header__inner-c6685d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.nav-3b3474 a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: var(--text-muted);
  transition: color 0.2s ease;
}
.nav-3b3474 a:hover {
  color: var(--text-light);
}

.burger-53f033 {
  display: none;
}

.mobile-menu-8093b9 {
  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-8093b9.active-4eb3f3 {
  display: flex;
}
.mobile-menu__head-8a0e2d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--card-border);
  margin-bottom: 40px;
}
.mobile-menu__nav-7312fc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.mobile-menu__nav-7312fc a {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text-light);
}

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

.hero-e9f328 {
  padding-top: 160px;
  padding-bottom: 96px;
}

.hero__inner-eef548 {
  text-align: center;
}

.hero__title-e77e71 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.28px;
  color: var(--text-light);
  text-shadow: 0 0 20px #cebdff66;
  max-width: 900px;
  margin: 0 auto 24px;
}

.hero__desc-842b92 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto 32px;
}

.hero__img-fc9c9d {
  width: 100%;
  border-radius: 16px;
}

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

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

.features-grid-b3879e {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
}

.feature-card-ee42cf {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  backdrop-filter: blur(24px);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column: span 1;
}
.feature-card--wide-77803e {
  grid-column: span 2;
}

.feature-card__icon-0dcd23 {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #ffffff0a;
  border: 1px solid var(--card-border);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-card__icon-img-28d4ef {
  width: 28;
  height: 28;
  margin: 13px;
}

.feature-card__title-7e7828 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--text-light);
}

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

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

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

.hiw-steps-9222d7 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.hiw-step__head-c1d6a5 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.hiw-step__icon-0335fd {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #ffffff0a;
  border: 1px solid var(--cyan-border);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hiw-step__icon-img-9e0e5f {
  width: 24;
  height: 24;
  margin: 10px;
}

.hiw-step__line-80de38 {
  flex: 1;
  height: 1px;
  background: var(--cyan-border);
}

.hiw-step__title-b1fc86 {
  font-family: var(--font-alt);
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: var(--text-light);
  margin-bottom: 12px;
}

.hiw-step__desc-522404 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--text-muted);
}

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

.testimonials-53fb5a {
  padding: var(--section-v) 0;
}

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

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

.stars-804199 {
  display: flex;
  gap: 4px;
}

.testimonial-card__text-d21c13 {
  font-family: var(--font-body);
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-muted);
}

.testimonial-card__author-c843da {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-card__avatar-48aade {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #ffffff0a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-muted);
  flex-shrink: 0;
}

.testimonial-card__name-7258ec {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--purple);
}

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

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

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

.faq__item-dba345 {
  background: #a78bfa0a;
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 24px;
}

.faq__question-453671 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--text-light);
}

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

.faq__answer-dded6e {
  display: none;
  padding-top: 16px;
}
.faq__item-dba345.is-open-9b55c8 .faq__answer-dded6e {
  display: block;
}
.faq__answer-dded6e p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--text-muted);
}

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

.footer-753008 {
  border-top: 1px solid var(--card-border);
  padding: 48px 0;
  background: var(--bg);
}

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

.footer__links-90f9f1 {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer__links-90f9f1 a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: var(--text-muted);
  transition: color 0.2s ease;
}
.footer__links-90f9f1 a:hover {
  color: var(--text-light);
}

.footer__copy-db7b53 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: var(--text-muted);
}

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

@media (max-width: 1200px) {
  :root {
    --pad-h: 48px;
  }
  .hero__title-e77e71 {
    font-size: 52px;
    line-height: 60px;
  }
}

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

  .nav-3b3474,
  .btn-primary--header-0fc0f0 {
    display: none;
  }
  .burger-53f033 {
    display: block;
  }

  .features-grid-b3879e {
    grid-template-columns: 1fr;
  }
  .feature-card--wide-77803e {
    grid-column: span 1;
  }

  .hiw-steps-9222d7,
  .testimonials-grid-e034d7 {
    grid-template-columns: 1fr;
  }

  .footer__inner-596b27 {
    flex-direction: column;
    gap: 20px;
  }
}

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

  .hero-e9f328 {
    padding-top: 100px;
  }
  .hero__title-e77e71 {
    font-size: 48px;
    line-height: 56px;
    max-width: 343px;
  }
  .hero__desc-842b92 {
    font-size: 15px;
  }

  .section-title-8d6ed9 {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonial-card-12c1d4,
  .feature-card-ee42cf {
    padding: 24px;
  }

  .faq__question-453671 {
    font-size: 18px;
    line-height: 26px;
  }
  .footer__inner-596b27 {
    align-items: flex-start;
  }
  .footer__links-90f9f1 {
    padding-top: 43px;
  }
}

.legal-body-bfe789 {
  background-color: #f8f9fa;
}
.legal-wrap-3aeca4 {
  padding-top: 140px;
  padding-bottom: 100px;
}

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

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

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

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

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

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