@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap");.ecogas-wa{align-items:center;bottom:24px;display:flex;font-family:Montserrat,Arial,sans-serif;gap:12px;position:fixed;right:24px;text-decoration:none;z-index:9999}.ecogas-wa__bubble{background:#fff;border-radius:24px;box-shadow:0 4px 14px rgba(0,0,0,.15);color:#1a2b4a;font-size:14px;font-weight:600;opacity:0;padding:10px 16px;pointer-events:none;transform:translateX(10px);transition:opacity .3s ease,transform .3s ease;white-space:nowrap}.ecogas-wa:hover .ecogas-wa__bubble{opacity:1;transform:translateX(0)}.ecogas-wa__icon{align-items:center;background:#25d366;border-radius:50%;box-shadow:0 4px 14px rgba(37,211,102,.45);display:flex;height:60px;justify-content:center;position:relative;transition:transform .2s ease;width:60px}.ecogas-wa:hover .ecogas-wa__icon{transform:scale(1.06)}.ecogas-wa__icon:before{animation:ecogas-wa-pulse 2s infinite;background:#25d366;border-radius:50%;content:"";height:100%;position:absolute;width:100%;z-index:-1}@keyframes ecogas-wa-pulse{0%{opacity:.7;transform:scale(1)}70%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(1.6)}}@media (max-width:600px){.ecogas-wa{bottom:16px;right:16px}.ecogas-wa__icon{height:54px;width:54px}.ecogas-wa__bubble{display:none}}