/* Preserve editorial layout while integrating the shared public navigation. */
.marketing-contact {
  background: #faf8f5;
  color: #111;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}
.marketing-contact .contact-hero {
  padding-top: 150px;
}
.marketing-contact :is(a, button, input, select, textarea):focus-visible {
  outline: 2px solid #16332a;
  outline-offset: 4px;
}
.marketing-contact :is(.form-field, .form-legal, .contact-card-featured > *) {
  min-width: 0;
}
.marketing-contact :is(input, select, textarea, button) {
  line-height: normal;
}
/* The source submit button uses the browser font; Tailwind resets it to inherit. */
.marketing-contact .form-submit-wrap .btn-primary {
  font-family: revert;
}
.marketing-contact :is(input, select, textarea) {
  min-width: 0;
}
.marketing-contact .form-legal {
  color: #666;
}
.marketing-contact .form-errors {
  color: #a32626;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.marketing-contact .form-errors a {
  text-decoration: underline;
}
.marketing-contact .form-success {
  color: #16332a;
  background: #e8f0ed;
  border-radius: 10px;
  padding: 16px;
}
.marketing-contact #contact-form {
  scroll-margin-top: 100px;
}
.marketing-contact .sticky-cta {
  visibility: hidden;
}
.marketing-contact .sticky-cta.visible {
  visibility: visible;
}
@media (max-width: 768px) {
  .marketing-contact .contact-hero {
    padding-top: 125px;
  }
  .marketing-contact .contact-card-featured-cta {
    justify-content: center;
    white-space: normal;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marketing-contact *,
  .marketing-contact *::before,
  .marketing-contact *::after {
    animation: none !important;
    transition: none !important;
  }
}
