/* === Sticky phone button (mobile) === */
#msc-phone-fab{position:fixed;right:18px;bottom:88px;z-index:9999;width:56px;height:56px;border-radius:50%;background:#2d4a23;display:none;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,0.25);text-decoration:none;}
#msc-phone-fab svg{width:28px;height:28px;}
@media (max-width: 768px){#msc-phone-fab{display:flex !important;}}

/* === Legal disclaimer === */
.msc-legal-disclaimer{font-size:12px;line-height:1.5;color:#777;max-width:1100px;margin:0 auto;padding:18px 20px 90px;text-align:center;background:transparent;}
