.home-stats {
    border-top: 6px solid #d5a728;
}

.home-stats-heading {
    background: #002244;
    color: #fff;
    padding: 24px;
}

.home-stats-eyebrow {
    color: #f2cf68;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.home-stats-heading h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 8px 0;
}

.home-stats-heading p {
    margin: 0;
}

.home-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    padding: 0 24px;
}

.home-stats-category {
    padding: 16px 0;
    border-bottom: 1px solid #dce2e8;
    min-width: 0;
}

.home-stats-category h3 {
    font-size: 15px;
    color: #526071;
    margin: 0 0 12px;
}

.home-stats-leader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
    color: #002244;
}

.home-stats-leader a {
    font-weight: 700;
    text-underline-offset: 3px;
}

.home-stats-leader small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #526071;
}

.home-stats-leader strong {
    flex-shrink: 0;
    font-size: 26px;
    text-align: right;
}

.home-stats-footer {
    padding: 20px 24px 12px;
}

.home-stats-footer .w3-button {
    white-space: normal;
    margin-bottom: 8px;
}

.home-stats-button {
    background: #002244;
    color: #fff;
}

@media (max-width: 600px) {
    .home-stats-grid {
        grid-template-columns: minmax(0, 1fr);
        padding: 0 16px;
    }

    .home-stats-heading,
    .home-stats-footer {
        padding: 20px 16px;
    }
}
