/* Contact Us CTA — high-contrast override.
   Targets the header "Contact Us" buttons (and any in-page button linking to /contact)
   and replaces the theme color with the same dark-accent blue used by the homepage's
   primary buttons (e.g. GET STARTED) so the CTA matches the rest of the site's blue
   buttons while keeping white text contrast on light and yellow header backgrounds. */

a.btn[href="/contact"],
a.btn[href$="/contact"],
a.sqs-button-element--primary[href="/contact"],
a.sqs-button-element--secondary[href="/contact"],
a.sqs-button-element--tertiary[href="/contact"],
a[href="/contact"].theme-btn--primary,
a[href="/contact"].theme-btn--primary-inverse,
a[href="/contact"].theme-btn--secondary,
a[href="/contact"].theme-btn--tertiary {
  background-color: #0c4968 !important;
  background: #0c4968 !important;
  color: #ffffff !important;
  border-color: #0c4968 !important;
  -webkit-text-fill-color: #ffffff !important;
}

a.btn[href="/contact"]:hover,
a.btn[href$="/contact"]:hover,
a.sqs-button-element--primary[href="/contact"]:hover,
a.sqs-button-element--secondary[href="/contact"]:hover,
a.sqs-button-element--tertiary[href="/contact"]:hover,
a[href="/contact"].theme-btn--primary:hover,
a[href="/contact"].theme-btn--primary-inverse:hover,
a[href="/contact"].theme-btn--secondary:hover,
a[href="/contact"].theme-btn--tertiary:hover,
a.btn[href="/contact"]:focus,
a.btn[href$="/contact"]:focus,
a[href="/contact"].theme-btn--primary:focus,
a[href="/contact"].theme-btn--primary-inverse:focus {
  background-color: #115d83 !important;
  background: #115d83 !important;
  color: #ffffff !important;
  border-color: #115d83 !important;
  -webkit-text-fill-color: #ffffff !important;
}
