/*
 * QARAR B2B — Statistics Count-Up
 * Visual support only; no layout or content changes.
 */

.result-card strong {
    font-variant-numeric: tabular-nums;
    min-width: 4ch;

    /* QARAR red numbers */
    color: #c9091d;
}

.result-card strong.is-counting {
    will-change: contents;
}

@media (prefers-reduced-motion: reduce) {
    .result-card strong {
        transition: none !important;
        animation: none !important;
    }
}