/* Contact — page-only */

/* Hero image */
.contact-hero{ --hero-bg: url('/assets/img/contact-hero.png'); }

/* Mobile: center the "Already a customer?" support banner when it wraps */
@media (max-width: 640px) {
  .contact-support-card { justify-content: center !important; text-align: center; }
}

/* Mailing address */
.visit-title{ margin: 0 0 8px; }
.mailing-address{ font-style: normal; color: var(--gray-dark); margin: 6px 0 10px; }
.small-note{ font-weight: 600; font-size: .9rem; color: var(--gray-dark); }
