/* Persistent call shortcut for mobile and desktop. */
.mk-floating-phone{position:fixed;z-index:9998;right:24px;bottom:92px;display:grid;place-items:center;width:50px;height:50px;color:#fff;background:linear-gradient(135deg,#2095ff,#1268c9);border:1px solid rgba(178,222,255,.85);border-radius:50%;box-shadow:0 11px 28px rgba(0,66,145,.42),0 0 0 5px rgba(30,135,239,.12);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.mk-floating-phone:hover,.mk-floating-phone:focus-visible{color:#fff;transform:translateY(-3px) scale(1.04);background:linear-gradient(135deg,#3aa8ff,#1676d8);box-shadow:0 15px 32px rgba(0,66,145,.52),0 0 0 7px rgba(30,135,239,.18)}.mk-floating-phone i{font-size:18px}.mk-cookie-consent + .mk-floating-phone{bottom:252px}@media(max-width:575px){.mk-floating-phone{right:16px;bottom:82px;width:46px;height:46px}.mk-cookie-consent + .mk-floating-phone{bottom:330px}}@media(prefers-reduced-motion:reduce){.mk-floating-phone{transition:none}}