.esteem-lead-section,
.esteem-lead-section * {
  box-sizing: border-box;
}

.esteem-lead-section {
  position: relative;
  width: 100%;
  padding: var(--esteem-section-space) var(--esteem-gutter-desktop);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(200, 255, 61, .16), transparent 32%),
    linear-gradient(135deg, #142116 0%, #0f1710 100%);
  color: var(--esteem-color-paper);
}

.esteem-lead-section::before,
.esteem-lead-section::after {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  content: "";
}

.esteem-lead-section::before {
  top: -180px;
  left: -140px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(226, 250, 90, .12);
  box-shadow: 0 0 0 52px rgba(226, 250, 90, .025), 0 0 0 104px rgba(226, 250, 90, .018);
}

.esteem-lead-section::after {
  right: -90px;
  bottom: -150px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(200, 255, 61, .13), rgba(200, 255, 61, 0) 68%);
  filter: blur(2px);
}

.esteem-lead-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
  width: min(100%, var(--esteem-container-content));
  margin: 0 auto;
}

.esteem-lead-copy {
  max-width: 540px;
}

.esteem-lead-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--esteem-color-lime-soft);
  font: 700 12px/1.2 var(--esteem-font-ui);
  letter-spacing: .14em;
}

.esteem-lead-eyebrow-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(226, 250, 90, .3);
  border-radius: 50%;
  background: rgba(226, 250, 90, .1);
}

.esteem-lead-eyebrow-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.esteem-lead-copy h2 {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font: 500 clamp(38px, 4.4vw, 64px)/.98 var(--esteem-font-heading);
  letter-spacing: -.045em;
}

.esteem-lead-copy > p:not(.esteem-lead-eyebrow) {
  max-width: 510px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .76);
  font: 400 clamp(16px, 1.5vw, 19px)/1.55 var(--esteem-font-body);
}

.esteem-lead-benefits {
  display: grid;
  gap: 12px;
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}

.esteem-lead-benefits li {
  display: flex;
  gap: 11px;
  align-items: center;
  color: rgba(255, 255, 255, .9);
  font: 500 15px/1.4 var(--esteem-font-body);
}

.esteem-lead-benefits li span {
  display: inline-grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--esteem-color-lime-soft);
  color: #111;
  font: 800 13px/1 var(--esteem-font-ui);
}

.esteem-lead-start {
  border: 0;
}

.esteem-lead-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .54);
  font: 500 11px/1.35 var(--esteem-font-ui);
}

.esteem-lead-trust-row span {
  position: relative;
}

.esteem-lead-trust-row span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -11px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--esteem-color-lime-soft);
  content: "";
}

.esteem-lead-trust-row strong {
  color: rgba(255, 255, 255, .88);
  font-weight: 700;
}

.esteem-lead-card {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 610px;
  padding: clamp(24px, 3.2vw, 42px);
  border: 1px solid rgba(17, 17, 17, .1);
  border-radius: var(--esteem-radius-panel);
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  color: var(--esteem-color-ink);
}

.esteem-lead-card::before {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: inherit;
  pointer-events: none;
  content: "";
}

.esteem-lead-card-topline {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: -8px 0 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 17, 17, .08);
  color: rgba(17, 17, 17, .72);
  font: 650 12px/1.2 var(--esteem-font-ui);
  letter-spacing: .015em;
}

.esteem-lead-card-topline small {
  margin-left: auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(226, 250, 90, .34);
  color: #425500;
  font: 700 10px/1 var(--esteem-font-ui);
  letter-spacing: .05em;
  text-transform: uppercase;
}

.esteem-lead-card-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: #111;
  color: var(--esteem-color-lime-soft);
}

.esteem-lead-card-mark svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.esteem-lead-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 38px;
  padding: 0;
  list-style: none;
}

.esteem-lead-progress::before {
  position: absolute;
  top: 18px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: rgba(17, 17, 17, .12);
  content: "";
}

.esteem-lead-progress li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(17, 17, 17, .48);
  font-family: var(--esteem-font-ui);
}

.esteem-lead-progress li span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, .16);
  border-radius: 50%;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.esteem-lead-progress li small {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.esteem-lead-progress li.is-active,
.esteem-lead-progress li.is-complete {
  color: #24320b;
}

.esteem-lead-progress li.is-active span,
.esteem-lead-progress li.is-complete span {
  border-color: var(--esteem-color-lime-soft);
  background: var(--esteem-color-lime-soft);
  color: #111;
}

.esteem-lead-progress li.is-active span {
  transform: scale(1.08);
  box-shadow: 0 0 0 5px rgba(226, 250, 90, .24);
}

.esteem-lead-form,
.esteem-lead-step {
  min-width: 0;
}

.esteem-lead-step {
  margin: 0;
  padding: 0;
  border: 0;
  animation: esteem-lead-enter .32s var(--esteem-transition-ease) both;
}

.esteem-lead-step[hidden],
.esteem-lead-success[hidden] {
  display: none;
}

@keyframes esteem-lead-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.esteem-lead-step legend {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--esteem-color-ink);
  font: 600 clamp(26px, 2.5vw, 34px)/1.1 var(--esteem-font-heading);
  letter-spacing: -.025em;
}

.esteem-lead-step-copy {
  max-width: 570px;
  margin: 10px 0 26px;
  color: var(--esteem-color-muted);
  font: 400 14px/1.5 var(--esteem-font-body);
}

.esteem-lead-field,
.esteem-lead-fieldset {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.esteem-lead-field label,
.esteem-lead-label {
  color: rgba(17, 17, 17, .82);
  font: 650 13px/1.3 var(--esteem-font-ui);
}

.esteem-lead-optional {
  margin-left: 5px;
  color: rgba(17, 17, 17, .46);
  font-size: 11px;
  font-weight: 500;
}

.esteem-lead-field input,
.esteem-lead-field select,
.esteem-lead-field textarea {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid rgba(17, 17, 17, .16);
  border-radius: var(--esteem-radius-control);
  outline: 0;
  background: #fbfcf8;
  color: var(--esteem-color-ink);
  font: 400 15px/1.35 var(--esteem-font-body);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.esteem-lead-field textarea {
  min-height: 86px;
  resize: vertical;
}

.esteem-lead-field input:hover,
.esteem-lead-field select:hover,
.esteem-lead-field textarea:hover {
  border-color: rgba(17, 17, 17, .34);
}

.esteem-lead-field input:focus-visible,
.esteem-lead-field select:focus-visible,
.esteem-lead-field textarea:focus-visible {
  border-color: #5e760f;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(200, 255, 61, .24);
}

.esteem-lead-field [aria-invalid="true"] {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, .1);
}

.esteem-lead-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.esteem-lead-option {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.esteem-lead-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.esteem-lead-option span {
  display: flex;
  min-height: 54px;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid rgba(17, 17, 17, .15);
  border-radius: 12px;
  background: #fbfcf8;
  color: rgba(17, 17, 17, .76);
  font: 550 13px/1.35 var(--esteem-font-body);
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.esteem-lead-option span svg {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  margin-right: 10px;
  fill: none;
  stroke: #607910;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease, stroke .2s ease;
}

.esteem-lead-option:hover span svg,
.esteem-lead-option input:checked + span svg {
  stroke: #283600;
  transform: scale(1.08);
}

.esteem-lead-option:hover span {
  border-color: rgba(17, 17, 17, .36);
  transform: translateY(-1px);
}

.esteem-lead-option input:focus-visible + span {
  border-color: #5e760f;
  box-shadow: 0 0 0 4px rgba(200, 255, 61, .25);
}

.esteem-lead-option input:checked + span {
  border-color: #789612;
  background: rgba(226, 250, 90, .34);
  box-shadow: inset 0 0 0 1px #789612;
  color: #1a2304;
}

.esteem-lead-error {
  min-height: 15px;
  color: #a9271d;
  font: 550 11px/1.3 var(--esteem-font-ui);
}

.esteem-lead-error:empty {
  display: none;
}

.esteem-lead-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.esteem-lead-consent {
  display: grid;
  gap: 6px;
  margin: 4px 0 22px;
}

.esteem-lead-consent label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(17, 17, 17, .7);
  font: 400 12px/1.45 var(--esteem-font-body);
}

.esteem-lead-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 1px 0 0;
  accent-color: #6f8a10;
}

.esteem-lead-consent input:focus-visible {
  outline: 3px solid rgba(200, 255, 61, .55);
  outline-offset: 2px;
}

.esteem-lead-consent a {
  color: #4e6900;
  font-weight: 650;
  text-underline-offset: 2px;
}

.esteem-lead-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.esteem-lead-actions--end {
  justify-content: flex-end;
}

.esteem-lead-next,
.esteem-lead-submit,
.esteem-lead-back {
  min-height: 50px;
  padding: 0 20px;
  border-radius: var(--esteem-radius-button);
  font: 700 13px/1 var(--esteem-font-ui);
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.esteem-lead-next,
.esteem-lead-submit {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  background: #111;
  color: #fff;
}

.esteem-lead-next:hover,
.esteem-lead-submit:hover {
  background: #29320d;
  transform: translateY(-1px);
}

.esteem-lead-back {
  border: 1px solid rgba(17, 17, 17, .14);
  background: transparent;
  color: rgba(17, 17, 17, .72);
}

.esteem-lead-back:hover {
  background: #f3f5ef;
}

.esteem-lead-next:focus-visible,
.esteem-lead-submit:focus-visible,
.esteem-lead-back:focus-visible {
  outline: 3px solid rgba(111, 138, 16, .42);
  outline-offset: 3px;
}

.esteem-lead-submit:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}

.esteem-lead-spinner {
  display: none;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, .38);
  border-top-color: #fff;
  border-radius: 50%;
  animation: esteem-lead-spin .7s linear infinite;
}

.esteem-lead-submit.is-loading .esteem-lead-spinner {
  display: block;
}

@keyframes esteem-lead-spin { to { transform: rotate(360deg); } }

.esteem-lead-status {
  min-height: 18px;
  margin: 14px 0 0;
  color: #a9271d;
  font: 550 12px/1.4 var(--esteem-font-body);
  text-align: right;
}

.esteem-lead-success {
  display: grid;
  min-height: 410px;
  place-content: center;
  justify-items: center;
  padding: 36px 20px;
  text-align: center;
  animation: esteem-lead-enter .35s var(--esteem-transition-ease) both;
}

.esteem-lead-success-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--esteem-color-lime-soft);
  color: #111;
  font: 800 30px/1 var(--esteem-font-ui);
  box-shadow: 0 0 0 10px rgba(226, 250, 90, .23);
}

.esteem-lead-success h3 {
  max-width: 480px;
  margin: 0;
  font: 600 clamp(28px, 3vw, 38px)/1.08 var(--esteem-font-heading);
  letter-spacing: -.03em;
}

.esteem-lead-success > p:last-child {
  max-width: 500px;
  margin: 16px 0 0;
  color: var(--esteem-color-muted);
  font: 400 15px/1.55 var(--esteem-font-body);
}

.esteem-lead-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 1050px) {
  .esteem-lead-layout {
    grid-template-columns: minmax(0, .72fr) minmax(480px, 1.28fr);
    gap: 40px;
  }

  .esteem-lead-card {
    padding: 30px;
  }
}

@media (max-width: 809px) {
  .esteem-lead-section {
    padding: 76px var(--esteem-gutter-mobile);
  }

  .esteem-lead-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .esteem-lead-copy {
    max-width: 640px;
  }

  .esteem-lead-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .esteem-lead-section {
    padding: 54px 16px;
  }

  .esteem-lead-copy h2 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.01;
  }

  .esteem-lead-copy > p:not(.esteem-lead-eyebrow) {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.5;
  }

  .esteem-lead-benefits {
    gap: 10px;
    margin: 22px 0 26px;
  }

  .esteem-lead-benefits li {
    align-items: flex-start;
    font-size: 14px;
  }

  .esteem-lead-benefits li span {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .esteem-lead-start {
    width: 100%;
  }

  .esteem-lead-card {
    width: 100%;
    padding: 20px 16px 22px;
    border-radius: 20px;
  }

  .esteem-lead-card-topline {
    margin-top: -2px;
    margin-bottom: 23px;
    padding-bottom: 15px;
    font-size: 11px;
  }

  .esteem-lead-card-topline small {
    padding: 5px 7px;
    font-size: 9px;
  }

  .esteem-lead-card-mark {
    width: 28px;
    height: 28px;
  }

  .esteem-lead-trust-row {
    gap: 9px 16px;
  }

  .esteem-lead-trust-row span:not(:last-child)::after {
    right: -9px;
  }

  .esteem-lead-progress {
    margin-bottom: 26px;
  }

  .esteem-lead-progress li small {
    font-size: 9px;
  }

  .esteem-lead-progress li span {
    width: 34px;
    height: 34px;
  }

  .esteem-lead-step legend {
    font-size: 26px;
  }

  .esteem-lead-step-copy {
    margin: 8px 0 21px;
    font-size: 13px;
  }

  .esteem-lead-field,
  .esteem-lead-fieldset {
    gap: 7px;
    margin-bottom: 15px;
  }

  .esteem-lead-field input,
  .esteem-lead-field select,
  .esteem-lead-field textarea {
    min-height: 50px;
    font-size: 16px;
  }

  .esteem-lead-options,
  .esteem-lead-options--two,
  .esteem-lead-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .esteem-lead-option span {
    min-height: 50px;
    padding: 11px 13px;
  }

  .esteem-lead-actions {
    align-items: stretch;
    margin-top: 17px;
  }

  .esteem-lead-next,
  .esteem-lead-submit {
    flex: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .esteem-lead-section *,
  .esteem-lead-section *::before,
  .esteem-lead-section *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
