.mobile-footer-call{position:fixed;bottom:0;left:0;right:0;background-color:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.1);padding:10px 0;z-index:1000;display:none}.mobile-footer-content{display:flex;align-items:center;justify-content:space-between}.mobile-footer-logo{flex-shrink:0}.default-logo{width:40px;height:40px;background-color:#0d6efd;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:20px}.mobile-footer-info{flex-grow:1;padding:0 15px}.footer-brand{font-weight:700;font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.footer-phone{font-size:12px;color:#666}.mobile-footer-call-btn{background-color:#198754;color:#fff;border:none;border-radius:4px;padding:8px 16px;display:flex;align-items:center;gap:8px;font-weight:700;text-decoration:none}.mobile-footer-call-btn:focus,.mobile-footer-call-btn:hover{background-color:#157347;color:#fff;text-decoration:none}@media (max-width:768px){.mobile-footer-call{display:block}body{padding-bottom:65px}}