/* Contact page – restore the clean legacy form presentation. */

body.page-contact-us .lf-contact-v30 {
  padding: 64px 0 72px;
  background: #ffffff;
}

body.page-contact-us .lf-contact-v30-container {
  display: block;
  width: min(100%, 920px);
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}

body.page-contact-us .lf-contact-v30-form {
  width: 100%;
  max-width: none;
}

body.page-contact-us .lf-contact-v30-form .form-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

body.page-contact-us .lf-contact-v30-form .form-group label {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.35;
  color: #152d3d;
}

body.page-contact-us .lf-contact-v30-form input,
body.page-contact-us .lf-contact-v30-form select {
  height: 56px;
  width: 100%;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  background: #ffffff;
  color: #152d3d;
  padding: 0 12px;
  font: 400 15px/1.4 Poppins, Arial, sans-serif;
  box-sizing: border-box;
}

body.page-contact-us .lf-contact-v30-form textarea {
  width: 100%;
  min-height: 110px;
  height: 110px;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  background: #ffffff;
  color: #152d3d;
  padding: 12px;
  font: 400 15px/1.45 Poppins, Arial, sans-serif;
  resize: vertical;
  box-sizing: border-box;
}

body.page-contact-us .lf-contact-v30-form input:focus,
body.page-contact-us .lf-contact-v30-form select:focus,
body.page-contact-us .lf-contact-v30-form textarea:focus {
  outline: none;
  border-color: #04414b;
  box-shadow: 0 0 0 1px rgba(4,65,75,.10);
}

body.page-contact-us .lf-contact-v30-form .privacy-text {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.35;
  color: #263b48;
}

body.page-contact-us .lf-contact-v30-form button[type="submit"] {
  display: flex;
  width: 100%;
  min-height: 65px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 0;
  border-radius: 4px;
  background: #04414b;
  color: #ffffff;
  font: 400 19px/1.2 Poppins, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
}

body.page-contact-us .lf-contact-v30-form button[type="submit"]:hover,
body.page-contact-us .lf-contact-v30-form button[type="submit"]:focus-visible {
  background: #03545f;
}

body.page-contact-us .lf-contact-v30-form .lf-form-status {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  body.page-contact-us .lf-contact-v30 { padding: 42px 0 52px; }
  body.page-contact-us .lf-contact-v30-container { padding: 0 16px; }
  body.page-contact-us .lf-contact-v30-form .form-row {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 14px;
  }
  body.page-contact-us .lf-contact-v30-form textarea { min-height: 130px; height: 130px; }
  body.page-contact-us .lf-contact-v30-form button[type="submit"] { min-height: 56px; font-size: 18px; }
}
