/* ============================================
   APONGA — Compteurs animes (style mpiketrika)
   ============================================ */

.counter-item { text-align: center; }

.counter-value {
    font-family: var(--aponga-font-heading);
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--aponga-accent);
    line-height: 1;
    margin-bottom: 0.3em;
}

.counter-label {
    font-family: var(--aponga-font-body);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--aponga-text-muted);
}

.section-light .counter-label { color: var(--aponga-text-muted-light); }
