.whatsapp-float{position:fixed;right:22px;bottom:max(22px,env(safe-area-inset-bottom));z-index:40;border:0;width:58px;height:58px;border-radius:50%;background:#008b63;color:white;display:grid;place-items:center;box-shadow:0 5px 20px #003f3540;cursor:pointer;transition:background .2s,transform .2s}.whatsapp-float svg{width:32px;height:32px}.whatsapp-float:hover{background:#006e4e;transform:translateY(-2px)}.whatsapp-float:focus-visible,#whatsapp-close:focus-visible{outline:3px solid #b7adeb;outline-offset:4px}#whatsapp-dialog{position:fixed;inset:0;margin:auto;border:0;padding:0;background:#fff;color:#18213e;border-radius:18px;width:min(460px,calc(100vw - 24px));height:min(650px,calc(100dvh - 24px));max-height:calc(100dvh - 24px);overflow:hidden;box-shadow:0 24px 90px #10152a40}#whatsapp-dialog::backdrop{background:#11182c99;backdrop-filter:blur(4px)}.whatsapp-bar{height:58px;padding:0 16px 0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eeeef4}.whatsapp-bar span{font-size:11px;font-weight:600;letter-spacing:.1em}#whatsapp-close{width:36px;height:36px;border:0;border-radius:50%;background:#f2f1f8;color:#18213e;font-size:25px;cursor:pointer}#whatsapp-frame{display:block;width:100%;height:calc(100% - 58px);border:0}.whatsapp-is-open{overflow:hidden}@media(max-width:480px){.whatsapp-float{width:54px;height:54px;right:16px;bottom:max(16px,env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.whatsapp-float{transition:none}}