.mod-counters {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    padding: 3rem 1rem;
}

.mod-counters__header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mod-counters__eyebrow {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
}

.mod-counters__title {
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
}

.mod-counters__subtitle {
    margin: 0;
    max-width: 60ch;
}

.mod-counters__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 3rem;
}

.mod-counters__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.mod-counters__number {
    display: flex;
    align-items: baseline;
    gap: 0.1em;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 700;
    line-height: 1;
}

.mod-counters__label {
    font-size: 0.875rem;
}

.mod-counters__button {
    display: inline-block;
    padding: 0.625rem 1.5rem;
    border: 2px solid currentColor;
    text-decoration: none;
    font-weight: 600;
}
