.phase2-lead-complete {
  display: block !important;
}

.phase2-lead-success {
  display: grid;
  justify-items: start;
  gap: 17px;
  width: min(100%, 650px);
  margin: 0 auto;
  color: var(--ohnice-ink, #111);
}

.phase2-lead-success__mark {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--ohnice-accent, #ed1c24);
  color: var(--ohnice-accent, #ed1c24);
  font: italic 700 12px/1.1 var(--ohnice-display-font, Georgia, serif);
  letter-spacing: .14em;
}

.phase2-lead-success h2,
.form-modal .phase2-lead-success h2 {
  max-width: 11ch;
  margin: 0 !important;
  color: var(--ohnice-ink, #111) !important;
  font: italic 700 clamp(34px, 7vw, 48px)/.98 var(--ohnice-display-font, Georgia, serif) !important;
  letter-spacing: -.025em !important;
  text-transform: none !important;
  text-wrap: balance;
}

.phase2-lead-success p {
  max-width: 58ch;
  margin: 0 !important;
  color: #3d3531 !important;
  font: 16px/1.5 var(--ohnice-body-font, Arial, sans-serif) !important;
}

.phase2-lead-chat-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 13px 28px;
  border: 1px solid var(--ohnice-accent, #ed1c24);
  border-radius: var(--ohnice-cta-radius, 2px);
  background: var(--ohnice-accent, #ed1c24);
  color: #fff !important;
  font: italic 700 17px/1.1 var(--ohnice-display-font, Georgia, serif);
  letter-spacing: .035em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.phase2-lead-chat-button:hover,
.phase2-lead-chat-button:focus-visible {
  border-color: #111;
  outline: 2px solid transparent;
  background: #111;
}

.phase2-lead-success small {
  color: #5f554f;
  font: 13px/1.4 var(--ohnice-body-font, Arial, sans-serif);
}

.form-modal .phase2-lead-success {
  min-height: 300px;
  align-content: center;
}

@media (max-width: 600px) {
  .phase2-lead-success {
    gap: 15px;
  }

  .phase2-lead-chat-button {
    width: 100%;
    min-height: 52px;
    box-sizing: border-box;
    padding-inline: 18px;
    font-size: 16px;
  }
}
