/* Manaslu WA Clean Float */
.mwcf-wrap{ position:fixed; bottom:20px; display:flex; align-items:center; gap:10px; z-index:999999; font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;}
.mwcf-circle{ width:60px; height:60px; background:var(--mw-wa,#25d366); border-radius:50%; display:inline-flex; align-items:center; justify-content:center; box-shadow:0 8px 24px rgba(0,0,0,.2); transition:transform .2s ease; position:relative; }
.mwcf-circle:hover{ transform:scale(1.06);}
.mwcf-icon{ width:28px; height:28px; fill:#fff; }
.mwcf-text{ background:var(--mw-brand,#00aeef); color:var(--mw-text,#fff); padding:12px 14px; border-radius:999px; text-decoration:none; font-weight:600; box-shadow:0 8px 24px rgba(0,0,0,.15); transition:filter .2s ease, transform .2s ease;}
.mwcf-text:hover{ filter:brightness(.95); transform:translateY(-1px); }
@media(max-width:480px){ .mwcf-text{ padding:10px 12px; } .mwcf-circle{ width:56px; height:56px; } }
