.lh-party-estimate {
  background: #fff8f2;
  color: #1f1f1f;
  padding: 96px 20px 110px;
}

.lh-party-estimate-shell {
  max-width: 980px;
  margin: 0 auto;
}

.lh-party-eyebrow {
  color: #d71920;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.lh-party-estimate h1 {
  font-size: 54px;
  line-height: 1.05;
  margin: 0 0 18px;
  max-width: 780px;
}

.lh-party-lead {
  color: #565656;
  font-size: 19px;
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 720px;
}

.lh-party-estimate-card,
.lh-party-result-card,
.lh-party-form {
  background: #fff;
  border: 1px solid #f0d7c7;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(91, 44, 18, 0.12);
}

.lh-party-estimate-card {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr auto;
  padding: 30px;
}

.lh-party-bullets {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lh-party-bullets li {
  color: #343434;
  font-size: 16px;
  line-height: 1.45;
  padding-left: 24px;
  position: relative;
}

.lh-party-bullets li:before {
  background: #d71920;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 8px;
}

.lh-party-button,
.lh-party-estimate button.lh-party-button,
.lh-party-estimate a.lh-party-button {
  align-items: center;
  appearance: none;
  background: #d71920 !important;
  border: 2px solid #d71920 !important;
  border-radius: 6px;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 13px 24px;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-text-fill-color: #fff;
  white-space: nowrap;
}

.lh-party-button:hover,
.lh-party-button:focus,
.lh-party-estimate button.lh-party-button:hover,
.lh-party-estimate button.lh-party-button:focus,
.lh-party-estimate a.lh-party-button:hover,
.lh-party-estimate a.lh-party-button:focus {
  background: #a60f14 !important;
  border-color: #a60f14 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.lh-party-estimate button.lh-party-button:disabled {
  background: #a60f14 !important;
  border-color: #a60f14 !important;
  color: #fff !important;
  cursor: wait;
  opacity: 1;
  -webkit-text-fill-color: #fff;
}

.lh-party-link {
  color: #d71920;
  font-weight: 800;
  text-decoration: none;
}

.lh-party-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  padding: 28px;
}

.lh-party-wizard {
  min-height: 420px;
}

.lh-party-progress {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.lh-party-progress-track {
  background: #f3ded0;
  border-radius: 999px;
  height: 12px;
  overflow: hidden;
}

.lh-party-progress-track span {
  background: #d71920;
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width 0.22s ease;
  width: 0;
}

.lh-party-progress-copy {
  color: #565656;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.lh-party-steps {
  min-height: 220px;
  position: relative;
}

.lh-party-step {
  display: none;
  gap: 18px;
}

.lh-party-step.is-active {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
}

.lh-party-step.is-skipped {
  display: none;
}

.lh-party-step-number {
  align-items: center;
  background: #d71920;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 900;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.lh-party-field {
  display: grid;
  gap: 7px;
}

.lh-party-field span {
  color: #151515;
  font-size: 16px;
  font-weight: 800;
}

.lh-party-field span strong {
  color: #d71920;
}

.lh-party-field small {
  color: #767676;
  font-size: 13px;
}

.lh-party-field input {
  background: #fffaf7;
  border: 1px solid #e7cbbc;
  border-radius: 6px;
  color: #222;
  font-size: 17px;
  min-height: 48px;
  padding: 10px 13px;
  width: 100%;
}

.lh-party-field input:focus {
  border-color: #d71920;
  box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.13);
  outline: none;
}

.lh-party-choice-group {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.lh-party-choice-group label {
  align-items: center;
  background: #fffaf7;
  border: 1px solid #e7cbbc;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  min-height: 54px;
  padding: 12px 16px;
}

.lh-party-choice-group input {
  min-height: 0;
  width: auto;
}

.lh-party-choice-group input:checked + span {
  color: #d71920;
}

.lh-party-field.is-invalid input {
  border-color: #d71920;
}

.lh-party-error {
  color: #d71920;
  display: block;
  font-size: 13px;
  font-style: normal;
  min-height: 18px;
}

.lh-party-form-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 6px;
}

.lh-party-button.is-secondary,
.lh-party-estimate button.lh-party-button.is-secondary {
  background: #fff !important;
  border-color: #d71920 !important;
  color: #d71920 !important;
  -webkit-text-fill-color: #d71920;
}

.lh-party-button.is-secondary:hover,
.lh-party-button.is-secondary:focus,
.lh-party-estimate button.lh-party-button.is-secondary:hover,
.lh-party-estimate button.lh-party-button.is-secondary:focus {
  background: #fff1ed !important;
  color: #d71920 !important;
  -webkit-text-fill-color: #d71920;
}

.lh-party-button:disabled,
.lh-party-estimate button.lh-party-button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.lh-party-selection-cell {
  margin: 0;
  white-space: pre-wrap;
}

.lh-party-form-message {
  border-radius: 6px;
  display: none;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 14px;
}

.lh-party-form-message:not(:empty) {
  display: block;
}

.lh-party-form-message.is-error {
  background: #fff0f0;
  color: #ad1118;
}

.lh-party-form-message.is-success {
  background: #ecfff2;
  color: #126c2d;
}

.lh-party-result-card {
  margin-top: 26px;
  padding: 30px;
}

.lh-party-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 22px;
}

.lh-party-summary div {
  background: #fff8f2;
  border-radius: 6px;
  padding: 14px;
}

.lh-party-summary dt {
  color: #777;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 4px;
}

.lh-party-summary dd {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.lh-party-note {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 22px;
}

@media (max-width: 720px) {
  .lh-party-estimate {
    padding: 74px 16px 80px;
  }

  .lh-party-estimate h1 {
    font-size: 38px;
  }

  .lh-party-estimate-form-view h1 {
    font-size: clamp(28px, 7.75vw, 31px);
    line-height: 1.08;
    max-width: none;
    text-wrap: balance;
    white-space: normal;
  }

  .lh-party-estimate-result h1 {
    font-size: clamp(23px, 7.5vw, 31px);
    letter-spacing: -0.02em;
    line-height: 1.08;
    max-width: none;
    white-space: nowrap;
  }

  .lh-party-lead {
    font-size: 16px;
  }

  .lh-party-estimate-card {
    align-items: stretch;
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .lh-party-form,
  .lh-party-result-card {
    padding: 20px;
  }

  .lh-party-progress {
    grid-template-columns: 1fr;
  }

  .lh-party-step.is-active {
    grid-template-columns: 1fr;
  }

  .lh-party-step .lh-party-field > span:first-child {
    font-size: clamp(13px, 3.6vw, 15px);
    line-height: 1.25;
    overflow-wrap: break-word;
    text-wrap: pretty;
    white-space: normal;
    word-break: normal;
  }

  .lh-party-choice-group {
    grid-template-columns: 1fr;
  }

  .lh-party-form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .lh-party-summary {
    grid-template-columns: 1fr;
  }

  .lh-party-button {
    width: 100%;
  }
}
