.flow-stats-card-e30b88b2 {
    font-family: "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 3rem;
    box-sizing: border-box;
}

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

.flow-stat-item-e30b88b2 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.flow-stat-value-e30b88b2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    letter-spacing: -0.02em;
}

.flow-stat-label-e30b88b2 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #999999;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.flow-stats-divider-e30b88b2 {
    border: none;
    border-top: 1px solid #eaeaea;
    margin: 2rem 0;
}

.flow-stats-content-e30b88b2 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.flow-stats-title-e30b88b2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin: 0;
}

.flow-stats-description-e30b88b2 {
    font-size: 16px;
    line-height: 1.5;
    color: #5f5f5f;
    margin: 0;
}

.flow-stats-description-e30b88b2 p {
    margin: 0 0 1rem 0;
}
.flow-stats-description-e30b88b2 p:last-child {
    margin-bottom: 0;
}

.flow-stats-cta-e30b88b2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #ff5c00;
    text-decoration: none;
    align-self: flex-start;
    transition: opacity 0.2s ease;
}

.flow-stats-cta-e30b88b2:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .flow-stats-grid-e30b88b2 {
        grid-template-columns: 1fr;
    }
}
