.contact-form .button:disabled {
  cursor: wait;
  opacity: .65;
}

.form-honey {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  min-height: 1.5em;
}

.form-status.success {
  color: var(--lime);
}

.form-status.error {
  color: #ff9c8f;
}

.form-status a {
  text-decoration: underline;
}

.form-intro {
  padding-bottom: 28px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.contact-form .form-intro .eyebrow {
  margin-bottom: 12px;
  color: var(--lime);
}

.form-intro h3 {
  margin: 0;
  font: 500 clamp(28px,3vw,40px)/1.08 Manrope;
  letter-spacing: -1.5px;
}

.form-intro > p:last-child {
  margin: 12px 0 0;
  color: #819492;
  font-size: 11px;
}

.inquiry-guidance {
  margin: -2px 0 22px;
  padding: 15px 17px;
  border-left: 2px solid var(--lime);
  background: rgba(200,255,46,.055);
}

.inquiry-guidance span {
  color: var(--lime);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.inquiry-guidance p {
  margin: 5px 0 0;
  color: #a7b7b5;
  font-size: 12px;
  line-height: 1.55;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 6vw;
  background: radial-gradient(circle at 70% 30%, #0b444a 0, #07252b 28%, #06171b 65%);
}

.thanks-card {
  width: min(760px, 100%);
  padding: clamp(34px, 7vw, 80px);
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(4,20,24,.75);
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
}

.thanks-mark {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: var(--ink);
  font-size: 30px;
  margin-bottom: 34px;
}

.thanks-card h1 {
  font: 500 clamp(42px,7vw,76px)/1 Manrope;
  margin: 0 0 24px;
  letter-spacing: -3px;
}

.thanks-card p {
  color: #adc0bd;
  max-width: 650px;
  margin: 0 0 30px;
}

.thanks-next {
  margin: 34px 0;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
}

.thanks-next h2 {
  margin: 0 0 14px;
  font: 500 22px Manrope;
}

.thanks-next ul {
  margin: 0;
  padding-left: 20px;
  color: #adc0bd;
}

.thanks-next li + li { margin-top: 7px; }
.thanks-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.thanks-contact { margin: 26px 0 0!important; font-size: 12px; }
.thanks-contact a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.45); }

@media (max-width: 600px) {
  .thanks-page {
    display: block;
    min-width: 0;
    padding: 20px;
    overflow-x: hidden;
  }

  .thanks-card {
    min-width: 0;
    padding: 34px 24px;
  }

  .thanks-mark {
    width: 56px;
    height: 56px;
    margin-bottom: 28px;
  }

  .thanks-card h1 {
    font-size: clamp(38px, 12vw, 52px);
    letter-spacing: -2px;
    overflow-wrap: anywhere;
  }

  .thanks-next {
    margin: 28px 0;
    padding: 22px 18px;
  }

  .thanks-next h2 {
    font-size: 19px;
    line-height: 1.35;
  }

  .thanks-actions {
    display: grid;
  }

  .thanks-actions .button {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .thanks-contact {
    overflow-wrap: anywhere;
  }
}
