/* HIGHLINE — LIVE HUBSPOT FORM STYLING
 * Requires the legacy form's "Set as raw HTML form" option in HubSpot.
 * Desktop: two columns / 52px gap / 64px fields. Mobile: one column / 40px fields.
 * Keep HubSpot's consent, CAPTCHA, errors and conditional fields available.
 * Presentation helpers and embed IDs: hubspot-form.js.
 */
.highline-form .hs-form {
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--cream, #f6faf3);
  width: 100%;
  margin: 0;
}
.highline-form .hs-form fieldset {
  max-width: none !important;
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.highline-form .hs-form fieldset.form-columns-2,
.highline-form .hs-form fieldset.form-columns-3 {
  display: flex;
  gap: 52px;
}
.highline-form .hs-form fieldset.form-columns-2 > .hs-form-field {
  width: calc(50% - 26px) !important;
  float: none;
}
.highline-form .hs-form fieldset.form-columns-3 > .hs-form-field {
  width: calc((100% - 104px) / 3) !important;
  float: none;
}
.highline-form .hs-form fieldset.form-columns-1 > .hs-form-field {
  width: 100% !important;
}
.highline-form .hs-form .hs-form-field {
  min-width: 0;
  margin-bottom: 5px;
}
.highline-form .hs-form .input {
  margin-right: 0 !important;
}
.highline-form
  .hs-form
  input.hs-input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]),
.highline-form .hs-form select,
.highline-form .hs-form textarea {
  display: block;
  width: 100% !important;
  min-height: 64px;
  max-width: 100%;
  border: 1px solid transparent;
  border-radius: 0;
  background: #fff;
  color: #262626;
  font:
    400 16px/1.25 Inter,
    Arial,
    sans-serif;
  padding: 18px 22px;
  box-sizing: border-box;
  box-shadow: none;
}
.highline-form .hs-form select:not([multiple]) {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23666' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");
  background-position: right 18px center;
  background-repeat: no-repeat;
  padding-right: 44px;
}
.highline-form .hs-form textarea {
  min-height: 128px;
  resize: vertical;
}
.highline-form .hs-form input::placeholder,
.highline-form .hs-form textarea::placeholder {
  color: #666;
  opacity: 1;
}
.highline-form .hs-form input:focus,
.highline-form .hs-form select:focus,
.highline-form .hs-form textarea:focus,
.highline-form .hs-button:focus-visible {
  outline: 2px solid var(--ice, #dceff4);
  outline-offset: -4px;
}
/* Hide only labels for fields where JS supplied a visible prompt and
   accessible name. Other labels, including consent, stay visible. */
.highline-form .hs-form .hs-form-field > label {
  display: block;
  font-size: 14px;
  margin: 10px 0 6px;
}
.highline-form .hs-form .has-placeholder-label > label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.highline-form .hs-form .hs-field-desc,
.highline-form .hs-form .hs-richtext,
.highline-form .hs-form .hs-richtext p {
  font-size: 14px;
  line-height: 1.5;
}
.highline-form .hs-error-msgs {
  padding: 0;
  margin: 6px 0 12px;
  list-style: none;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}
.highline-form .hs-error-msgs label {
  color: inherit;
  font-size: inherit;
}
.highline-form .hs-form .hs-input.invalid,
.highline-form .hs-form .hs-input[aria-invalid="true"] {
  box-shadow: inset 0 0 0 2px #822a2a;
}
.highline-form .legal-consent-container {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
.highline-form .legal-consent-container p,
.highline-form .legal-consent-container label,
.highline-form .hs-form .inputs-list {
  font-size: 14px;
  line-height: 1.5;
}
.highline-form .legal-consent-container a,
.highline-form .hs-richtext a {
  color: inherit;
  text-decoration: underline;
}
.highline-form .hs-form .inputs-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
/* Checkboxes and radios are drawn here rather than left to the browser, so the
   checked state is reliably blue on every browser and HubSpot's own sizing
   can't stretch them. */
.highline-form .hs-form input[type="checkbox"],
.highline-form .hs-form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  min-height: 18px !important;
  max-width: 18px;
  flex: 0 0 18px;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  padding: 0 !important;
  margin: 3px 10px 0 0;
  vertical-align: top;
  box-shadow: none;
  cursor: pointer;
}
.highline-form .hs-form input[type="radio"] {
  border-radius: 50%;
}
.highline-form .hs-form input[type="checkbox"]:checked {
  background:
    var(--blue, #3f75ba)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m1 5 3.4 3.4L11 1.4'/%3E%3C/svg%3E")
    center / 11px 9px no-repeat;
}
.highline-form .hs-form input[type="radio"]:checked {
  background: var(--blue, #3f75ba);
  box-shadow: inset 0 0 0 3px #fff;
}
.highline-form .hs-form input[type="checkbox"]:focus-visible,
.highline-form .hs-form input[type="radio"]:focus-visible {
  outline: 2px solid var(--ice, #dceff4);
  outline-offset: 2px;
}
.highline-form .hs-form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}
.highline-form .hs-form .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
/* Preserve HubSpot's optional country selector beside the phone number. */
.highline-form .hs-form .hs-phone-number {
  display: flex;
  gap: 8px;
}
.highline-form .hs-form .hs-phone-number select {
  width: 100px !important;
  flex: 0 0 100px;
}
.highline-form .hs-form .hs-phone-number input.hs-input {
  width: 0 !important;
  min-width: 0;
  flex: 1 1 auto;
}
.highline-form .hs_recaptcha {
  margin-top: 20px;
  max-width: 100%;
  overflow-x: auto;
}
.highline-form .hs-submit .actions {
  text-align: center;
  padding: 0;
  margin: 0;
}
/* Submit button matches the "Get Price List" pill (.nav-pill nav-pill-solid
   nav-pill-md in styles.css): cream fill, blue label, 30px radius. */
.highline-form .hs-button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 103px;
  min-height: 28px;
  max-width: 100%;
  margin: 72px auto 0;
  border: 1px solid var(--cream, #f6faf3);
  border-radius: 30px;
  background: var(--cream, #f6faf3);
  color: var(--blue, #3f75ba);
  padding: 13px 33px;
  letter-spacing: normal;
  font:
    bold 22px/1.1 Inter,
    Arial,
    sans-serif;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}
.highline-form .hs-button:hover {
  background: var(--ice, #dceff4);
  color: var(--blue, #3f75ba);
}
.highline-form .hs-button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.highline-form .submitted-message {
  padding: 24px 0;
  color: var(--cream, #f6faf3);
  font-size: 18px;
  line-height: 1.5;
}
.highline-form .hubspot-form-status {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.highline-form .hubspot-form-status[hidden] {
  display: none;
}
@media (max-width: 700px) {
  .highline-form .hs-form fieldset.form-columns-2,
  .highline-form .hs-form fieldset.form-columns-3 {
    display: block;
  }
  .highline-form .hs-form fieldset.form-columns-2 > .hs-form-field,
  .highline-form .hs-form fieldset.form-columns-3 > .hs-form-field {
    width: 100% !important;
  }
  .highline-form
    .hs-form
    input.hs-input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not(
      [type="file"]
    ),
  .highline-form .hs-form select,
  .highline-form .hs-form textarea {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 16px;
  }
  .highline-form .hs-form select:not([multiple]) {
    padding-right: 38px;
  }
  .highline-form .hs-submit .actions {
    text-align: left;
  }
  .highline-form .hs-button {
    min-width: 64px;
    min-height: 48px;
    margin: 38px 0 0;
    padding: 12px 28px;
    font-size: 18px;
  }
}
