/* Sentius Home footer action enhancements */
.footer-copyright{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;margin:0}
.footer-developer-inline{color:var(--secondary-color,#d3ad68);font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.footer-developer-inline:hover{color:#fff}
.site-floating-actions{position:fixed;right:1.25rem;bottom:1.25rem;z-index:9990;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}
.desktop-whatsapp-chat{display:inline-flex;align-items:center;gap:.65rem;min-height:52px;padding:.75rem 1rem;border-radius:999px;background:#25d366;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.22);font-size:.78rem;font-weight:600}
.desktop-whatsapp-chat:hover{color:#fff;transform:translateY(-2px)}
.desktop-whatsapp-chat svg,.mobile-contact-bar svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.back-to-top{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#2b2927;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.2);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:.2s}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}
.mobile-contact-bar{display:none}
@media(max-width:768px){
 body{padding-bottom:64px}
 .site-floating-actions{right:.85rem;bottom:76px}
 .desktop-whatsapp-chat{display:none}
 .back-to-top{width:42px;height:42px}
 .mobile-contact-bar{position:fixed;left:0;right:0;bottom:0;z-index:9989;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:64px;box-shadow:0 -8px 24px rgba(0,0,0,.12)}
 .mobile-contact-bar>a{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.8rem .75rem;color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}
 .mobile-contact-call{background:#2b2927}
 .mobile-contact-whatsapp{background:#25d366}
 .footer-copyright{justify-content:center;text-align:center;font-size:.72rem}
}
@media(min-width:769px){.mobile-contact-bar{display:none!important}}
