.social-float{position:fixed;z-index:90;right:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px}
.social-button{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;border:1px solid #ffffff30;box-shadow:0 10px 28px #000a;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}
.social-button svg{width:27px;height:27px;fill:currentColor}
.social-button:hover{transform:scale(1.1);filter:brightness(1.12);box-shadow:0 12px 34px #000d}
.social-instagram{background:radial-gradient(circle at 30% 105%,#ffd600 0 16%,#ff7a00 28%,#ff0169 52%,#d300c5 72%,#7638fa 100%)}
.social-facebook{background:linear-gradient(145deg,#2388ff,#0758bf)}
.social-whatsapp{background:linear-gradient(145deg,#32dc71,#0b9d4d)}
.social-button.is-unconfigured{opacity:.62}
@media(max-width:600px){.social-float{right:11px;top:auto;bottom:18px;transform:none;gap:9px}.social-button{width:48px;height:48px}.social-button svg{width:24px;height:24px}}
