/* --- Animated Counters --- */
.stats-grid {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 0;
}

.stat-item {
    flex: 1;
    min-width: 140px;
    text-align: left;
}

.counter {
    display: inline-block;
    font-variant-numeric: tabular-nums;
}

/* Enhancements for Authority Section */
.crm {
    font-weight: 500;
    color: var(--primary-deep-blue);
    opacity: 0.8;
}

@media(max-width: 768px) {
    .stats-grid {
        justify-content: center;
        text-align: center;
    }

    .stat-item {
        text-align: center;
        margin-bottom: 10px;
    }
}