/* Corrección Chrome móvil v15.5: elimina el ancho intrínseco del carrusel de clientes. */
html,body{width:100%;max-width:100%;margin-left:0;margin-right:0;overflow-x:hidden}
.client-strip,.client-strip>.shell,.client-logo-track,.footer-grid,main,footer{min-width:0;max-width:100%}
.client-logo-track{width:100%}
.client-logo-track figure{position:relative;min-width:0}
.floating-actions{position:fixed!important;z-index:99999!important;right:max(18px,env(safe-area-inset-right))!important;bottom:max(18px,env(safe-area-inset-bottom))!important;left:auto!important;top:auto!important;width:58px;display:flex!important;flex-direction:column;align-items:center;gap:12px;transform:none!important;pointer-events:none}
.floating-actions .whatsapp,.floating-actions .back-to-top{position:static!important;inset:auto!important;margin:0!important;display:grid;flex:0 0 auto;place-items:center;border:0;color:#fff;pointer-events:auto;-webkit-tap-highlight-color:transparent}
.floating-actions .whatsapp{width:58px;height:58px;border-radius:50%;background:#20c86a;box-shadow:0 12px 30px rgba(0,0,0,.22)}
.floating-actions .whatsapp::before{content:none}.floating-actions .whatsapp svg{width:32px;height:32px;fill:currentColor}
.floating-actions .back-to-top{width:50px;height:50px;border-radius:8px;background:#1769e8;box-shadow:0 12px 28px rgba(23,105,232,.34)}
.floating-actions .back-to-top svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.floating-actions .back-to-top:not(.show){display:none}
@media(max-width:760px){.client-logo-track{max-width:100%;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden}.floating-actions{right:max(14px,env(safe-area-inset-right))!important;bottom:max(18px,env(safe-area-inset-bottom))!important;width:56px;gap:10px}.floating-actions .whatsapp{width:56px;height:56px}.floating-actions .back-to-top{width:48px;height:48px}}
