/* Карточка */
.pf-card{
    max-width:340px;background:#fff;border:1px solid #bbe3f7;border-radius:8px;
    padding:18px;box-shadow:0 1px 4px rgba(0,0,0,.05);
    font:15px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen;
}
.pf-card__title{margin:0 0 12px;font-size:20px;font-weight:600;color:#005d91;}
.pf-card__list{margin:0 0 10px;padding:0;list-style:none;}
.pf-card__list li{margin-bottom:.6em;}

/* Контакт‑иконки */
.pf-contact-icons{display:flex;gap:8px;flex-wrap:wrap}
.contact-icon img{
    width:24px;height:24px;display:block;border-radius:4px;
    box-shadow:0 1px 2px rgba(0,0,0,.35);
    transition:transform .15s;
}
.contact-icon:hover img{transform:scale(1.15);}

