.home-redesign .contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.home-redesign .hr-project-inquiry__status {
  grid-column: 1 / -1;
  min-height: 1.4em;
  margin: -6px 0 0;
  color: #ffd5d5;
  font-size: 12px;
  line-height: 1.5;
}

.home-redesign .hr-project-inquiry__form button:disabled {
  cursor: wait;
  opacity: .7;
  transform: none;
}

.home-redesign .contact-success-dialog {
  width: min(460px, calc(100% - 32px));
  padding: 38px;
  border: 1px solid rgba(6, 47, 74, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(3, 35, 55, .24);
  color: #082f49;
  text-align: center;
}

.home-redesign .contact-success-dialog::backdrop {
  background: rgba(3, 35, 55, .55);
  backdrop-filter: blur(4px);
}

.home-redesign .contact-success-dialog__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  background: #e4f5f1;
  color: #009991;
  font-size: 28px;
  font-weight: 700;
}

.home-redesign .contact-success-dialog h2 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.15;
}

.home-redesign .contact-success-dialog p {
  margin: 0 0 24px;
  color: #526978;
}

.home-redesign .contact-success-dialog .button {
  min-width: 140px;
  border: 0;
  background: #082f49;
  color: #fff;
}

@media (max-width: 620px) {
  .home-redesign .hr-project-inquiry__status { grid-column: auto; }
}
