.stats-bar-section {
    background: rgba(20, 20, 20, 0.65) !important;
    padding: 1rem 0;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem
}

.stat-item {
    text-align: center
}

.stat-num {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 800;
    color: var(--iphtech-surface-4);
    letter-spacing: -0.02em;
}

.stat-num span {
    color: var(--iphtech-surface-4);
}

.stat-label {
    font-size: .82rem;
    color: #fff;
    margin-top: 4px;
    font-weight: 500
}