/* Stats Section */
.stats {
    padding: 4rem 0;
    background: #0a0a0a;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-item h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #009fe3;
    margin-bottom: 0.5rem;
}

.stat-item p {
    color: #a0a0a0;
    font-weight: 500;
}
