.statistics-section {
    background-color: #121418;
    padding: 4rem 2rem;
}

.statistics-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
}

.statistics-header {
    text-align: center;
    margin-bottom: 3rem;
}

.statistics-heading {
    color: white;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.statistics-subtext {
    color: #cccccc;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    justify-items: center;
    align-items: start;
}

.stat-item {
    text-align: center;
    background-color: #222222;
    padding: 2.5rem 1.5rem;
    width: 100%;
    max-width: 200px;
}

.stat-number {
    color: #50C878;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
    line-height: 1;
}

.stat-label {
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
}
