.proof-section {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
    margin-bottom: 60px;
}

.proof-card {
    min-height: 118px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(212, 224, 240, 0.92);
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
}

.proof-card img,
.live-icon {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    object-fit: contain;
    border-radius: 18px;
    background: #edf4ff;
}

.proof-icon {
    padding: 13px;
    object-fit: contain;
}

.proof-icon-download {
    background: #e3efff;
}

.proof-icon-rate {
    background: #e1f7ec;
}

.live-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7c3bd7;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 950;
    background: #eee2ff;
}

.proof-card p {
    margin: 0;
    color: #263044;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: -0.03em;
}

.proof-card strong {
    display: block;
    margin-top: 3px;
    color: var(--blue);
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 950;
    line-height: 1.15;
}

.proof-card span {
    display: block;
    margin-top: 5px;
    color: #667184;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.03em;
}