.helpu-lead {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 118px) max(22px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 88% 8%, rgba(127, 92, 220, 0.38), transparent 34%),
    radial-gradient(circle at 2% 96%, rgba(81, 41, 188, 0.32), transparent 31%),
    linear-gradient(140deg, #1f0b42 0%, #341c72 54%, #48249c 100%);
  color: #fff;
  isolation: isolate;
}

.helpu-lead::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.helpu-lead__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr);
  gap: clamp(46px, 7vw, 92px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.helpu-lead__eyebrow {
  margin: 0 0 17px;
  color: #cdbdf9;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.19em;
}

.helpu-lead__copy h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.helpu-lead__copy > p:not(.helpu-lead__eyebrow) {
  max-width: 600px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(17px, 2vw, 20px);
}

.helpu-lead__copy ul {
  display: grid;
  gap: 11px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.helpu-lead__copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
}

.helpu-lead__copy li::before {
  display: grid;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  content: "✓";
  font-size: 13px;
  font-weight: 800;
}

.helpu-lead__whatsapp {
  display: inline-flex;
  align-items: center;
  min-height: 49px;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.helpu-lead__whatsapp:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.helpu-lead__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(27px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 36px 90px -45px rgba(5, 0, 20, 0.92);
  color: #1a1823;
}

.helpu-lead__field {
  display: grid;
  gap: 7px;
}

.helpu-lead__field--full,
.helpu-lead__consent,
.helpu-lead__submit,
.helpu-lead__privacy {
  grid-column: 1 / -1;
}

.helpu-lead__field label {
  color: #2e2547;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.helpu-lead__field input,
.helpu-lead__field select,
.helpu-lead__field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(52, 28, 114, 0.19);
  border-radius: 13px;
  outline: none;
  background: #f8f7fb;
  color: #17131f;
  font: inherit;
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.helpu-lead__field textarea {
  min-height: 112px;
  resize: vertical;
}

.helpu-lead__field input:focus,
.helpu-lead__field select:focus,
.helpu-lead__field textarea:focus {
  border-color: #5129bc;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(81, 41, 188, 0.12);
}

.helpu-lead__optional {
  color: #777184;
  font-weight: 500;
}

.helpu-lead__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #5b5567;
  font-size: 12px;
  line-height: 1.45;
}

.helpu-lead__consent input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  accent-color: #5129bc;
}

.helpu-lead__submit {
  min-height: 56px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #5129bc, #341c72);
  box-shadow: 0 16px 30px -20px rgba(52, 28, 114, 0.9);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  letter-spacing: -0.01em;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.helpu-lead__submit:hover {
  box-shadow: 0 20px 38px -20px rgba(52, 28, 114, 0.95);
  transform: translateY(-2px);
}

.helpu-lead__privacy {
  margin: -5px 0 0;
  color: #777184;
  font-size: 11px;
  text-align: center;
}

.helpu-lead__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.helpu-thanks {
  display: grid;
  min-height: calc(100vh - 82px);
  place-items: center;
  padding: 60px 22px;
  background: linear-gradient(145deg, #f8f7fb, #ebe6fb);
}

.helpu-thanks__card {
  width: min(680px, 100%);
  padding: clamp(32px, 7vw, 64px);
  border: 1px solid rgba(52, 28, 114, 0.14);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 32px 80px -50px rgba(52, 28, 114, 0.6);
  text-align: center;
}

.helpu-thanks__icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 24px;
  place-items: center;
  border-radius: 50%;
  background: #ebe6fb;
  color: #5129bc;
  font-size: 28px;
  font-weight: 900;
}

.helpu-thanks__card h1 {
  margin: 0;
  color: #1a1823;
  font-size: clamp(35px, 6vw, 55px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.helpu-thanks__card p {
  margin: 20px auto 0;
  color: #5d5a68;
  font-size: 18px;
}

.helpu-thanks__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.helpu-thanks__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid #5129bc;
  border-radius: 999px;
  color: #5129bc;
  font-weight: 800;
}

.helpu-thanks__actions a:first-child {
  background: #5129bc;
  color: #fff;
}

@media (max-width: 900px) {
  .helpu-lead__inner {
    grid-template-columns: 1fr;
  }

  .helpu-lead__copy {
    text-align: center;
  }

  .helpu-lead__copy > p:not(.helpu-lead__eyebrow),
  .helpu-lead__copy ul {
    margin-right: auto;
    margin-left: auto;
  }

  .helpu-lead__copy ul {
    width: max-content;
    max-width: 100%;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .helpu-lead {
    padding-right: 16px;
    padding-left: 16px;
  }

  .helpu-lead__form {
    grid-template-columns: 1fr;
    gap: 15px;
    border-radius: 22px;
  }

  .helpu-lead__field--full,
  .helpu-lead__consent,
  .helpu-lead__submit,
  .helpu-lead__privacy {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .helpu-lead__whatsapp,
  .helpu-lead__submit {
    transition: none;
  }
}
