/* V20: contact legibility + protected CTA text */
.contact-card,
.contact-card h2,
.contact-card p,
.contact-card a,
.contact-card strong,
.contact-card .btn{
  font-family:system-ui,-apple-system,"Segoe UI",Arial,Helvetica,sans-serif;
}
.contact-card{color:#24323c}
.contact-card h2{font-weight:750;letter-spacing:-.02em}
.contact-card p{font-size:1.03rem;line-height:1.62;color:#33434d}
.contact-card strong{font-weight:750;color:var(--navy-deep)}
.contact-card a:not(.btn){font-size:1.02rem;text-decoration-thickness:1px;text-underline-offset:3px}
.contact-card a.btn-copper{color:#fff !important}
