.js-wa-link.fixed{bottom:calc(64px + env(safe-area-inset-bottom,0px))!important;right:20px!important;left:auto!important}
.js-wa-link.fixed>span{right:100%!important;left:auto!important;margin-right:.75rem!important;margin-left:0!important}
.js-wa-link.fixed>span>span{right:-.25rem!important;left:auto!important}
.floating-actions{bottom:94px;right:24px;left:auto}
.chat-panel{right:20px;left:auto}
.chat-teaser{right:88px;left:auto}
.gn-chat-toggle{position:fixed;right:24px;left:auto;bottom:94px;z-index:95;width:56px;height:56px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#E47B02,#ED8F0C);color:#fff;font-size:22px;box-shadow:0 14px 30px -10px rgba(7,20,47,.35);cursor:pointer;transition:transform .25s,box-shadow .25s}
.gn-chat-toggle:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 18px 34px -10px rgba(7,20,47,.42)}
.gn-chat-teaser{position:fixed;right:88px;left:auto;bottom:100px;z-index:94;max-width:210px;padding:11px 34px 11px 14px;border:1px solid #eef2f7;border-radius:14px;background:#fff;color:#0B132B;font:600 12px/1.35 Inter,sans-serif;box-shadow:0 16px 34px -14px rgba(7,20,47,.3)}
.gn-chat-teaser button{position:absolute;right:7px;top:5px;border:0;background:transparent;color:#64748b;cursor:pointer}.gn-chat-teaser.is-hidden{display:none}
.gn-chat-panel{position:fixed;right:20px;left:auto;bottom:164px;z-index:100;width:min(370px,calc(100vw - 32px));max-height:min(620px,calc(100vh - 185px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(11,19,43,.07);border-radius:22px;background:#fff;box-shadow:0 30px 70px -20px rgba(7,20,47,.4);opacity:0;pointer-events:none;transform:translateY(18px) scale(.97);transition:opacity .25s,transform .25s}
.gn-chat-panel.is-open{opacity:1;pointer-events:auto;transform:none}
.gn-chat-header{flex:none;display:flex;align-items:center;justify-content:space-between;padding:15px 17px;background:linear-gradient(120deg,#0B132B,#1C2541);color:#fff}
.gn-chat-brand{display:flex;align-items:center;gap:10px}.gn-chat-avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#E47B02,#ED8F0C)}
.gn-chat-brand strong,.gn-chat-brand span{display:block}.gn-chat-brand strong{font:800 14px Outfit,Inter,sans-serif}.gn-chat-brand span{margin-top:2px;color:rgba(255,255,255,.72);font:500 10px Inter,sans-serif}.gn-chat-close{width:34px;height:34px;border:0;border-radius:9px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer}
.gn-chat-body{min-height:210px;max-height:430px;overflow-y:auto;display:flex;flex-direction:column;gap:9px;padding:15px;scroll-behavior:smooth}
.gn-chat-msg{max-width:90%;padding:10px 13px;border-radius:14px;font:500 13px/1.5 Inter,sans-serif;white-space:pre-line}.gn-chat-msg.bot{align-self:flex-start;border:1px solid rgba(228,123,2,.12);border-bottom-left-radius:4px;background:#fff7ed;color:#0B132B}.gn-chat-msg.user{align-self:flex-end;border-bottom-right-radius:4px;background:#0B132B;color:#fff}
.gn-chat-options{width:100%;display:flex;flex-wrap:wrap;gap:7px;padding-top:3px}.gn-chat-option{padding:8px 11px;border:1px solid rgba(37,163,206,.2);border-radius:999px;background:rgba(37,163,206,.08);color:#1C2541;font:700 11px/1.3 Inter,sans-serif;text-align:left;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.gn-chat-option:hover{border-color:#E47B02;background:#E47B02;color:#fff}.gn-chat-option.wa{width:100%;text-align:center;border-color:#25D366;background:#25D366;color:#fff}.gn-chat-option.wa:hover{background:#1faf57}.gn-chat-option.back{width:100%;text-align:center;border-style:dashed;background:#fff;color:#64748b}
.gn-chat-toggle:focus-visible,.gn-chat-close:focus-visible,.gn-chat-option:focus-visible{outline:3px solid rgba(37,163,206,.45);outline-offset:2px}
@media(max-width:480px){.js-wa-link.fixed{right:14px!important;left:auto!important}.floating-actions{right:21px;left:auto;bottom:86px}.chat-panel{right:12px;left:auto}.chat-teaser{right:74px;left:auto}.gn-chat-toggle{right:21px;left:auto;bottom:86px;width:50px;height:50px}.gn-chat-teaser{display:none}.gn-chat-panel{right:12px;left:auto;bottom:148px;width:calc(100vw - 24px);max-height:calc(100dvh - 168px)}.gn-chat-body{max-height:calc(100dvh - 240px)}}
@media(prefers-reduced-motion:reduce){.gn-chat-toggle,.gn-chat-panel{transition:none}.gn-chat-body{scroll-behavior:auto}}

/* Shared placement for both versions of the site's floating assistant. */
:root{--chat-bottom:138px;--chat-panel-bottom:208px}
.floating-actions,.gn-chat-toggle{bottom:calc(var(--chat-bottom) + env(safe-area-inset-bottom,0px))}
.chat-teaser,.gn-chat-teaser{bottom:calc(var(--chat-bottom) + 6px + env(safe-area-inset-bottom,0px))}
.chat-panel,.gn-chat-panel{bottom:calc(var(--chat-panel-bottom) + env(safe-area-inset-bottom,0px));max-height:calc(100dvh - var(--chat-panel-bottom) - 20px - env(safe-area-inset-bottom,0px))}
.chat-body,.gn-chat-body{min-height:0;overflow-y:auto}
@media(max-width:480px){:root{--chat-bottom:130px;--chat-panel-bottom:192px}.chat-teaser{display:none}}
