.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:35px;border-top:1px solid #183044;margin-top:50px;padding-top:24px}.copyright{color:#9fb0bc}.footer-legal{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.site-signature{position:relative;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(246,185,0,.4);border-radius:8px;color:#fff!important;background:rgba(246,185,0,.07);overflow:hidden;transition:.25s}.site-signature:before{content:"";position:absolute;left:-60%;top:0;width:35%;height:100%;background:linear-gradient(90deg,transparent,rgba(246,185,0,.8),transparent);transform:skewX(-20deg);animation:rofSignatureSweep 4s ease-in-out infinite}.site-signature i{width:8px;height:8px;border-radius:50%;background:var(--sun);box-shadow:0 0 0 5px rgba(246,185,0,.15)}.site-signature small{font-size:9px;letter-spacing:1px;text-transform:uppercase;color:#b9c5cc}.site-signature strong{font-size:13px;color:var(--sun);letter-spacing:.3px}.site-signature:hover{border-color:var(--sun);background:var(--sun);color:var(--navy)!important;transform:translateY(-3px)}.site-signature:hover small,.site-signature:hover strong{color:var(--navy)}.float-contact{right:auto!important;left:22px!important;bottom:22px}.float-contact .float-btn{position:relative;animation:rofPulse 2.2s ease-in-out infinite}.float-contact .phone{background:var(--sun)!important;color:var(--navy)!important;animation-delay:.55s}.float-contact .float-btn span{position:absolute;left:65px;white-space:nowrap;padding:7px 11px;border-radius:6px;background:var(--navy);color:#fff;font-size:12px;font-weight:900;opacity:0;transform:translateX(-8px);transition:.25s;pointer-events:none}.float-contact .float-btn:hover span{opacity:1;transform:none}@keyframes rofPulse{0%,100%{transform:translateY(0);box-shadow:0 8px 25px #0003,0 0 0 0 rgba(32,191,103,.25)}50%{transform:translateY(-6px);box-shadow:0 12px 30px #0004,0 0 0 10px rgba(32,191,103,0)}}@keyframes rofSignatureSweep{0%,55%{left:-60%}85%,100%{left:130%}}@media(max-width:700px){.footer-bottom{align-items:flex-start;flex-direction:column}.footer-legal{justify-content:flex-start}.float-contact{left:12px!important;bottom:12px}.site-signature{margin-top:5px}}
