.lead-landing-page .lead-hero {
  padding-top: 52px;
  padding-bottom: 48px;
}

.lead-landing-page .lead-hero .page-h1 {
  font-size: 3.35rem;
  line-height: 1.06;
}

.conversion-choice-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 24px 50px;
}

.conversion-choice-section .section-head {
  margin-bottom: 20px;
}

.conversion-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.conversion-choice {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid rgba(15, 71, 52, .14);
  border-radius: 8px;
  background: #fff;
  color: #103c2e;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(16, 60, 46, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.conversion-choice:hover,
.conversion-choice:focus-visible {
  transform: translateY(-2px);
  border-color: #118657;
  box-shadow: 0 16px 34px rgba(16, 60, 46, .12);
}

.conversion-choice > span {
  margin-bottom: 8px;
  color: #b95317;
  font-size: .73rem;
  font-weight: 800;
  text-transform: uppercase;
}

.conversion-choice > strong {
  font-size: 1.15rem;
}

.conversion-choice > p {
  margin: 8px 0 0;
  color: #53665f;
  line-height: 1.55;
}

.conversion-choice-primary {
  border-color: #118657;
  background: #f0faf5;
}

.bill-wizard-disclosure {
  max-width: 1180px;
  margin: 0 auto 54px;
  padding: 0 24px;
}

.bill-wizard-disclosure > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(15, 71, 52, .16);
  border-radius: 8px;
  background: #fff;
  color: #103c2e;
  cursor: pointer;
  list-style: none;
}

.bill-wizard-disclosure > summary::-webkit-details-marker {
  display: none;
}

.bill-wizard-disclosure > summary span {
  color: #53665f;
}

.bill-wizard-disclosure > summary strong::after {
  content: " +";
  color: #b95317;
}

.bill-wizard-disclosure[open] > summary strong::after {
  content: " -";
}

.bill-wizard-disclosure .bill-wizard-section {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 760px) {
  .lead-landing-page .lead-hero {
    padding-top: 38px;
    padding-bottom: 36px;
  }

  .lead-landing-page .lead-hero .page-h1 {
    font-size: 2.45rem;
  }

  .conversion-choice-section {
    padding: 18px 16px 36px;
  }

  .conversion-choice-grid {
    grid-template-columns: 1fr;
  }

  .conversion-choice {
    min-height: 0;
    padding: 20px;
  }

  .bill-wizard-disclosure {
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .bill-wizard-disclosure > summary {
    align-items: flex-start;
    flex-direction: column;
  }
}
