.floating-wa{right:26px;bottom:26px;align-items:center;gap:12px;background:#fff;color:var(--forest);padding:9px 16px 9px 9px;border:1px solid #dbe2da;border-radius:999px;font-size:13px;box-shadow:0 10px 30px #102d2224;transition:transform .2s,box-shadow .2s,border-color .2s}
.floating-wa:hover{transform:translateY(-2px);box-shadow:0 14px 34px #102d2233;border-color:#b8c8ba}
.floating-wa svg{width:38px;height:38px;color:#25d366;flex:none}
.wa-label{display:flex;flex-direction:column;font-weight:700;line-height:1.2}
.floating-wa .wa-label small{font-size:12px;font-weight:500;color:var(--muted);margin-top:3px;white-space:nowrap;opacity:1}
@media(max-width:700px){.floating-wa{display:flex;width:56px;height:56px;justify-content:center;right:18px;bottom:calc(18px + env(safe-area-inset-bottom));padding:10px;background:#fff;border:1px solid #dbe2da;box-shadow:0 6px 22px #102d2230}.floating-wa .wa-label{display:none}.floating-wa svg{width:34px;height:34px}}
@media(prefers-reduced-motion:reduce){.floating-wa{transition:none}}
