.chat-launcher.has-image{display:block;width:180px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;transition:transform .2s}
.chat-launcher.has-image:hover{transform:translateY(-4px);box-shadow:none}
.chat-launcher:focus-visible{outline:3px solid var(--accent);outline-offset:5px}
.chat-launcher-image{display:block;width:100%;height:auto;max-height:180px;object-fit:contain}
.chat-launcher .chat-launcher-copy{font-size:.85rem;line-height:1.4;color:inherit}
.chat-launcher .chat-launcher-close{display:none;font-size:24px;line-height:1;color:#fff}
.chatbot.is-open .chat-launcher{display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border-radius:50%;background:var(--primary);color:#fff}
.chatbot.is-open .chat-launcher-image,.chatbot.is-open .chat-launcher-copy,.chatbot.is-open .chat-launcher-symbol{display:none}
.chatbot.is-open .chat-launcher-close{display:block}
.chatbot.is-open .chat-panel{bottom:64px}
body:has(.chat-launcher.has-image) .whatsapp{bottom:182px}
body:has(.chat-launcher.has-image) .site-footer{padding-bottom:216px}
@media(max-width:700px){
 .chat-launcher.has-image{width:144px;border-radius:0}
 .chat-launcher-image{max-height:144px}
 body:has(.chat-launcher.has-image) .whatsapp{bottom:147px}
 body:has(.chat-launcher.has-image) .site-footer{padding-bottom:176px}
}
@media(prefers-reduced-motion:reduce){.chat-launcher.has-image{transition:none}.chat-launcher.has-image:hover{transform:none}}
