.hero .hero-grid-clean {
  display: block;
  max-width: 1080px;
  text-align: center;
}

.hero-grid-clean .hero-copy {
  max-width: 940px;
  margin: 0 auto;
}

.hero-grid-clean .hero-badge {
  width: fit-content;
  margin: 0 auto 30px;
}

.hero-grid-clean h1 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(3.8rem, 8vw, 7.2rem);
  line-height: .92;
  letter-spacing: -.065em;
}

.hero-grid-clean .lead {
  max-width: 790px;
  margin: 34px auto 0;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-grid-clean .btn-row {
  justify-content: center;
  margin-top: 32px;
}

.hero-grid-clean .hero-assurances {
  justify-content: center;
  margin-top: 28px;
}

.hero:has(.hero-grid-clean) {
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 96px 0 88px;
  background:
    radial-gradient(circle at 18% 24%, rgba(92, 29, 224, .12), transparent 31%),
    radial-gradient(circle at 84% 26%, rgba(0, 200, 83, .12), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fbfaff 100%);
}

.hero:has(.hero-grid-clean)::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image:
    linear-gradient(rgba(92, 29, 224, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 29, 224, .07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.hero:has(.hero-grid-clean) .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .hero:has(.hero-grid-clean) {
    min-height: auto;
    padding: 72px 0 64px;
  }

  .hero-grid-clean h1 {
    font-size: clamp(3.25rem, 15vw, 5.2rem);
  }

  .hero-grid-clean .hero-assurances {
    align-items: center;
  }
}
