.hero-figma {
  position: relative;
  background: #fff;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero-banner {
  width: 100%;
  max-width: none;
  min-height: 779px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f6ff 0%, #c1caff 100%);
  font-family: "Manrope", sans-serif;
}

.hero-ellipse {
  width: 500px;
  height: 500px;
  position: absolute;
  opacity: 0.95;
  pointer-events: none;
}

.hero-ellipse-right {
  left: calc(50% + 100px);
  top: 70px;
  transform: translateX(-50%);
}

.hero-ellipse-left {
  left: calc(50% - 600px);
  top: 209px;
  transform: translateX(-50%);
}


.hero-trust {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 3;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.028px;
  color: #200060;
}

.hero-trust img {
  width: 20px;
  height: 20px;
}

.hero-heading {
  position: absolute;
  left: 50%;
  top: 250px;
  transform: translateX(-50%);
  width: 905px;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: -0.56px;
  text-align: center;
  color: #200060;
  z-index: 3;
}

.hero-heading-accent {
  color: #ff8a00;
}

.hero-ctas {
  position: absolute;
  top: 448px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 25px;
  z-index: 3;
}

.hero-btn {
  border-radius: 30px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.hero-btn-primary {
  background: #8067f6;
  color: #fff;
}

.hero-btn-secondary {
  background: #fff;
  color: #200060;
}

.hero-stats {
  position: absolute;
  top: 566px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 50px;
  z-index: 3;
}

.hero-stat {
  position: relative;
  height: 92px;
}

.hero-stat-w1 {
  width: 266px;
}

.hero-stat-w2 {
  width: 252px;
}

.hero-stat-w3 {
  width: 247px;
}

.hero-stat-glow {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  opacity: 0.3;
  background: #8067f6;
  filter: blur(10px);
}

.hero-stat-card {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  height: 72px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 10px;
}

.hero-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.hero-stat-icon img {
  width: 30px;
  height: 30px;
}

.hero-stat-red {
  background: #ff383c;
}

.hero-stat-yellow {
  background: #ffcc00;
}

.hero-stat-blue {
  background: #0088ff;
}

.hero-stat-card h2 {
  margin: 0;
  color: #1e0a5f;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
}

.hero-stat-card p {
  margin: 0;
  color: #6b6fa8;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.hero-wave {
  width: 100%;
  max-width: none;
  height: 181px;
  margin: -71px 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hero-wave picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-wave img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 1023px) {
  .hero-banner {
    min-height: 820px;
    padding: 0 20px;
  }

  .hero-trust {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 36px;
  }

  .hero-heading {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    margin-top: 26px;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -0.3px;
  }

  .hero-ctas {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    justify-content: center;
    margin-top: 30px;
  }

  .hero-stats {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 30px 0 10px;
  }

  .hero-wave {
    margin-top: 0;
    height: 120px;
  }

  .hero-ellipse {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero-heading {
    font-size: 34px;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-btn {
    width: min(100%, 358px);
    min-height: 52px;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-stats {
    margin: 20px 0 0;
  }

  .hero-wave {
    height: 132px;
    margin-top: 14px;
  }
}
