/* WOLFTECH D0.51 - 19 September 2026
   Contrast fix for the dark contact QR card, kept in its own small file.
   D0.42 turned the card from a div into a link and set color: inherit;
   a.contact-qr-card outranks the card's own white, so the card inherited
   the page ink and the heading fell to 1.04:1 on the dark panel. The
   footer card sits on a light background, which is why it looked right.
   Loaded after the main stylesheet, so these win. */
a.contact-qr-card { color: #fff; }
a.footer-qr-card { color: var(--shop-ink); }

.commerce-concept .contact-qr-card h3 { color: #fff; }       /* 16.7:1 */
.commerce-concept .contact-qr-card p { color: #cfdfe6; }     /* 12.2:1 */
.commerce-concept .contact-qr-card span { color: #6fe3e2; }  /* 10.9:1 */
