/* Absolute Stays contact — page, inline, listing modal */

.hs-ct {
  width: min(36.5rem, 100%);
  margin: 0 auto;
}

.hs-ct-card,
.hs-ct-thanks {
  text-align: center;
}

.hs-ct-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 3.6vw, 2.25rem);
  letter-spacing: -0.04em;
  line-height: 1.15;
  font-weight: 800;
  color: #222;
}

.hs-ct-lead {
  margin: 0 auto 1.35rem;
  max-width: 32rem;
  color: #6a6a6a;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.45;
  font-weight: 500;
}

.hs-ct-about {
  margin: -0.4rem auto 1.15rem;
  max-width: 32rem;
  color: #0c1b33;
  font-size: 0.95rem;
  line-height: 1.4;
}

.hs-ct-about span {
  display: block;
  margin-bottom: 0.15rem;
  color: #717171;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hs-ct-form {
  display: grid;
  gap: 0.85rem;
  text-align: left;
}

.hs-ct-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.hs-ct-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.hs-ct-field {
  display: grid;
  gap: 0.35rem;
  margin: 0;
}

.hs-ct-field span {
  padding: 0 0.15rem;
  color: #3d3d3d;
  font-size: 0.86rem;
  font-weight: 600;
}

.hs-ct-field input,
.hs-ct-field select,
.hs-ct-field textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 3.35rem;
  padding: 0.9rem 1.05rem;
  border: 1px solid #cfcfcf;
  border-radius: 14px;
  background: #fff;
  color: #222;
  font: inherit;
  font-size: 1.02rem;
}

.hs-ct-field textarea {
  min-height: 7.5rem;
  resize: vertical;
}

.hs-ct-field input:focus,
.hs-ct-field select:focus,
.hs-ct-field textarea:focus {
  outline: none;
  border-color: #222;
  box-shadow: 0 0 0 1px #222;
}

.hs-ct-select {
  position: relative;
  display: block;
}

.hs-ct-select::after {
  content: "";
  position: absolute;
  right: 1.15rem;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid #717171;
  border-bottom: 2px solid #717171;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.hs-ct-field select {
  padding-right: 2.7rem;
  appearance: none;
}

.hs-ct-consent {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #222;
  font-size: 0.9rem;
  line-height: 1.5;
}

.hs-ct-consent a {
  color: #004cc4;
  font-weight: 600;
}

.hs-ct-status {
  margin: 0;
  text-align: center;
  font-size: 0.92rem;
  color: #0c1b33;
}

.hs-ct-status.is-error {
  color: #9b1c1c;
}

.hs-ct-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 22rem);
  min-height: 3.35rem;
  margin: 0.35rem auto 0;
  border: 0;
  border-radius: 999px;
  background: #0c1b33;
  color: #fff;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
}

.hs-ct-submit:hover {
  background: #081224;
}

.hs-ct-form.is-loading .hs-ct-submit {
  opacity: 0.7;
  pointer-events: none;
}

.hs-ct-thanks {
  padding: 1.5rem 0 0.5rem;
}

.hs-ct-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: #f3eee4;
  color: #222;
}

.hs-ct-mark svg {
  width: 1.35rem;
  height: 1.35rem;
}

.hs-ct-dialog {
  width: min(40rem, calc(100vw - 1.5rem));
  max-height: calc(100vh - 2rem);
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(12, 27, 51, 0.28);
}

.hs-ct-dialog::backdrop {
  background: rgba(12, 27, 51, 0.45);
}

.hs-ct-dialog-inner {
  position: relative;
  padding: 2rem 1.35rem 1.6rem;
  overflow: auto;
  max-height: calc(100vh - 2rem);
}

.hs-ct-dialog-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 999px;
  background: #f4f1ea;
  color: #222;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.hs-contact-page {
  padding: 3.5rem 0 5rem;
}

.hs-contact-page .mp-wrap,
.hs-contact-inline {
  width: min(40rem, calc(100% - 2rem));
  margin-inline: auto;
}

.hs-contact-inline {
  margin-top: 1.5rem;
}

.hsm-report {
  appearance: none;
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

@media (max-width: 719px) {
  .hs-ct-row {
    grid-template-columns: 1fr;
  }

  .hs-ct-submit {
    width: 100%;
  }

  .hs-ct-dialog {
    width: calc(100vw - 1rem);
    max-height: calc(100vh - 1rem);
    border-radius: 18px;
  }

  .hs-ct-dialog-inner {
    padding: 2.4rem 1rem 1.25rem;
  }

  .hs-contact-page {
    padding: 2.2rem 0 4.5rem;
  }
}
