.static-contact-bar{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:grid;grid-template-columns:repeat(var(--contact-cols,1),minmax(0,1fr));box-shadow:0 -6px 22px rgba(0,0,0,.18)}.static-contact-bar[data-buttons="2"]{--contact-cols:2}.static-contact-bar[data-buttons="3"]{--contact-cols:3}.static-contact-btn{min-height:56px;display:flex;align-items:center;justify-content:center;gap:9px;padding:10px 14px;text-decoration:none;color:#fff;font:700 15px/1.2 Arial,sans-serif}.static-contact-btn.call{background:#2563eb}.static-contact-btn.whatsapp{background:#16a34a}.static-contact-btn.telegram{background:#0284c7}.static-contact-btn svg{width:23px;height:23px;fill:currentColor;flex:0 0 auto}body:has(.static-contact-bar){padding-bottom:56px}@media(max-width:520px){.static-contact-btn{font-size:13px;padding:9px 6px}.static-contact-btn svg{width:21px;height:21px}}