.pz-wrap--mt-social { margin-top: 48px; }

.pz-social3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pz-soc {
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--divider);
    border-radius: var(--r-lg);
    padding: 22px;
    box-shadow: var(--sh-sm);
}

.pz-soc--gift {
    background: var(--surface-2);
    border-color: var(--coral-100, #FBE0D8);
}

.pz-soc__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.pz-soc__ic {
    width: 46px;
    height: 46px;
    flex: none;
    border-radius: var(--r-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.pz-soc__ic svg { width: 24px; height: 24px; fill: currentColor; }
.pz-soc__ic img { width: 24px; height: 24px; object-fit: contain; }

.pz-soc__name { font-size: 17px; font-weight: 700; color: var(--text); }
.pz-soc__meta { font-size: 13px; color: var(--text-3); font-weight: 500; }

.pz-soc__perks {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: grid;
    gap: 10px;
    flex: 1;
}

.pz-soc__perks li {
    display: flex;
    gap: 9px;
    font-size: 14px;
    line-height: 1.45;
    color: var(--text-2);
    font-weight: 300;
}

.pz-soc__perks svg {
    width: 16px;
    height: 16px;
    flex: none;
    color: var(--success);
    margin-top: 2px;
    fill: none;
    stroke: currentColor;
}

@media (max-width: 1080px) {
    .pz-social3 { grid-template-columns: 1fr; }
}
