.phone-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:9999;display:flex;align-items:center;justify-content:center}.phone-modal-window{background:#fff;padding:20px;border-radius:16px;min-width:350px;animation:fadeIn .3s ease;box-shadow:0 10px 24px rgba(0,0,0,.2)}@media (max-width:400px){.phone-modal-window{width:300px;min-width:300px}}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.phone-modal-header{display:flex;justify-content:space-between;font-size:18px;font-weight:600;margin-bottom:16px}.phone-modal-header button{background:none;border:none;font-size:24px;cursor:pointer;color:#444}.phone-modal-item{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f4f7ff;padding:12px 16px;border-radius:10px;margin-bottom:12px;text-decoration:none;color:#fff;font-weight:500;font-size:17px;transition:filter .2s;border:none;cursor:pointer}.phone-modal-item.whatsapp{background:linear-gradient(90deg,#255cd3,#128c7e)}.phone-modal-item.viber:hover,.phone-modal-item.whatsapp:hover{filter:brightness(1.08)}.phone-modal-item .modal-icon{font-size:26px;margin-left:12px}.phone-modal-item.whatsapp{background:linear-gradient(90deg,#25d366,#128c7e)}.phone-modal-item.viber{background:linear-gradient(90deg,#7360f2,#8f5db7)}