.vhc-text-center { text-align: center; }
.vhc-text-accent { color: var(--vhc-color-accent); }
.vhc-text-light { color: var(--vhc-color-white); }
.vhc-mx-auto { margin-inline: auto; }
.vhc-mb-0 { margin-bottom: 0; }
.vhc-mb-4 { margin-bottom: var(--vhc-space-4); }
.vhc-mb-6 { margin-bottom: var(--vhc-space-6); }
.vhc-mt-6 { margin-top: var(--vhc-space-6); }
.vhc-max-text { max-width: var(--vhc-content-measure); }
.vhc-cluster { display: flex; flex-wrap: wrap; align-items: center; gap: var(--vhc-space-3); }
.vhc-visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; border: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
