@media (max-width: 768px) {
    .stats-strip{
        transform: scale(0.5);
    }
}

html, body {
    margin: 0;
    padding: 0;
    height: auto;
    min-height: 0;
}

.stats-strip {
    padding: 20px 0;
}

/* ===== STATS ===== */

.stats-strip {
    padding: 20px 0;
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}

.stats-grid {
    display: flex;
    justify-content: space-between;
}

.stat-item { text-align: left; flex: 1; }

.stat-item + .stat-item {
    border-left: 1px solid var(--border-subtle);
    padding-left: 40px;
}

.stat-number {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
}
