.floating-buttons{position:fixed;right:20px;bottom:120px;display:flex;flex-direction:column;gap:15px;z-index:9999}.float-btn{width:55px;height:55px;background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;text-decoration:none;box-shadow:0px 5px 15px rgba(0,0,0,.15);transition:transform .2s ease,box-shadow .2s ease}.float-btn i{font-size:26px;color:white}.whatsapp{background:#25d366}.call{background:#0f6562}.instagram{background:linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5)}.float-btn:hover{transform:scale(1.12);box-shadow:0px 8px 20px rgba(0,0,0,.25)}