.sajochat__gomb{position:fixed;right:22px;bottom:calc(22px + var(--sab,0px));z-index:88;
width:58px;height:58px;border-radius:50%;border:0;cursor:pointer;display:grid;place-items:center;color:#fff;
background:linear-gradient(135deg,var(--brand-1,#0a7cff),var(--brand-2,#00c2ff) 70%,#38d6ff);
box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 14px 32px -12px rgba(10,124,255,.75),0 2px 8px -2px rgba(0,0,0,.3);
transition:transform .25s var(--spring,cubic-bezier(.3,1.35,.5,1)),box-shadow .25s ease,bottom .3s ease}
.sajochat__gomb:hover{transform:translateY(-3px) scale(1.04)}
.sajochat__gomb:focus-visible{outline:2px solid #fff;outline-offset:3px}
.sajochat__i{display:flex}
.sajochat__i svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.sajochat__i--x{display:none}
.sajochat__gomb.is-open .sajochat__i--chat{display:none}
.sajochat__gomb.is-open .sajochat__i--x{display:flex}
.dock-on .sajochat__gomb{bottom:calc(88px + var(--sab,0px))}
.sajochat__panel{position:fixed;right:22px;bottom:calc(92px + var(--sab,0px));z-index:87;
width:390px;height:min(620px,calc(100dvh - 160px));display:flex;flex-direction:column;
border-radius:22px;overflow:clip;--g-tint:14,16,20;--g-a:.9;--g-blur:30px;
opacity:0;transform:translateY(12px) scale(.98);transform-origin:bottom right;
transition:opacity .22s ease,transform .22s var(--spring,cubic-bezier(.3,1.35,.5,1)),bottom .3s ease}
.dock-on .sajochat__panel{bottom:calc(158px + var(--sab,0px))}
.sajochat__panel.is-open{opacity:1;transform:none}
.sajochat__panel[hidden]{display:none!important}
.sajochat__fej{flex:none;display:flex;align-items:center;gap:10px;padding:13px 10px 13px 18px;color:#fff;
border-bottom:1px solid rgba(255,255,255,.14)}
.sajochat__pont{width:8px;height:8px;border-radius:50%;background:#3ecf6e;box-shadow:0 0 0 3px rgba(62,207,110,.24)}
.sajochat__cim{flex:1;display:flex;flex-direction:column;line-height:1.2;min-width:0}
.sajochat__cim strong{font-size:14px;font-weight:600;font-stretch:110%;letter-spacing:.01em}
.sajochat__cim small{font-size:11px;color:rgba(255,255,255,.66)}
.sajochat__min{width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#fff;cursor:pointer;display:grid;place-items:center}
.sajochat__min:hover{background:rgba(255,255,255,.14)}
.sajochat__min svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.sajochat__torzs{flex:1;min-height:0;display:flex;background:#fff}
.sajochat__keret{flex:1;width:100%;height:100%;border:0;display:block}
.sajochat__kartya{margin:auto;padding:28px 26px;text-align:left;color:var(--ink,#0a0b0d)}
.sajochat__lead{margin:0 0 8px;font-size:21px;font-weight:600;font-stretch:112%}
.sajochat__szoveg{margin:0 0 20px;font-size:14px;line-height:1.6;color:var(--mute,#64676e)}
.sajochat__cta{display:inline-block;padding:13px 22px;border-radius:999px;color:#fff!important;text-decoration:none;font-size:14px;font-weight:600;
background:linear-gradient(135deg,var(--brand-1,#0a7cff),var(--brand-2,#00c2ff))}
.sajochat__tel{display:block;margin-top:14px;font-size:13px;color:var(--mute,#64676e)!important;text-decoration:none}
@media (max-width:640px){
.sajochat__gomb{right:14px;bottom:calc(14px + var(--sab,0px));width:52px;height:52px}
.dock-on .sajochat__gomb{bottom:calc(86px + var(--sab,0px))}
.sajochat__i svg{width:23px;height:23px}
.sajochat__panel{right:10px;left:10px;width:auto;height:min(58dvh,470px);border-radius:18px;
bottom:calc(76px + var(--sab,0px))}
.dock-on .sajochat__panel{bottom:calc(150px + var(--sab,0px))}
.sajochat__kartya{padding:22px 20px}
}
@media (prefers-reduced-motion:reduce){.sajochat__panel,.sajochat__gomb{transition:none}}
@media print{.sajochat__gomb,.sajochat__panel{display:none!important}}
html.cc-on .sajochat__gomb,html.cc-on .sajochat__panel{display:none!important}