.galv-fab{font-family:var(--font-body);--bg-navy:#13217c;--magenta:#cc00cc;--magenta-hover:#a600a6;--text-white:#fffdfe;--font-heading:'Poppins', sans-serif;--font-body:'Inter', sans-serif;--transition-fast:0.15s ease;--transition-med:0.25s ease}.galv-fab,.galv-fab *,.galv-fab *::before,.galv-fab *::after{box-sizing:border-box}.galv-fab-card{position:fixed;right:24px;top:118px;z-index:9999;width:320px;max-width:calc(100vw - 48px);max-height:calc(100vh - 142px);overflow-y:auto;background:var(--text-white);border-radius:18px;box-shadow:0 18px 50px rgb(19 33 124 / .22);opacity:0;transform:translateX(16px);pointer-events:none;transition:opacity var(--transition-med),transform var(--transition-med)}.galv-fab.is-open .galv-fab-card{opacity:1;transform:translateX(0);pointer-events:auto}.galv-fab.is-open .galv-fab-card{z-index:2147483646}body.galv-fab-open #gdpr_banner,body.galv-fab-open .zoho-msgbanr,body.galv-fab-open #zsiq_float,body.galv-fab-open [id^="zsiq_float"],body.galv-fab-open .zsiq_floatmain{display:none!important}.galv-fab .galv-fab-header{position:relative;background:var(--bg-navy);color:var(--text-white);padding:15px 40px 15px 15px;display:flex;align-items:center;gap:12px}.galv-fab-avatar{width:44px;height:44px;flex-shrink:0;border-radius:50%;background:var(--magenta);display:flex;align-items:center;justify-content:center}.galv-fab-avatar svg{width:22px;height:22px}.galv-fab-heading{display:flex;flex-direction:column;gap:2px;min-width:0}.galv-fab-heading strong{font-family:var(--font-heading);font-size:15px;font-weight:600;line-height:1.3}.galv-fab-heading span{font-size:12px;color:#fffdfe}.galv-fab-close{position:absolute;top:12px;right:12px;width:26px;height:26px;border:none;border-radius:50%;background:rgb(255 255 255 / .14);color:var(--text-white);font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition-fast)}.galv-fab-close:hover{background:rgb(255 255 255 / .28)}.galv-fab .galv-fab-body{padding:15px;background:#e6ebff}.galv-fab .galv-form__fields{gap:5px}.galv-fab .galv-form__note{margin:0 0 10px}.galv-fab .galv-v4card .fieldrow{margin-bottom:0}.galv-fab .galv-v4card .field{gap:4px}.galv-fab .galv-v4card .field textarea{min-height:46px}.galv-fab-launcher{position:fixed;right:0;top:220px;z-index:9998;width:46px;height:168px;padding:0;border:none;border-radius:12px 0 0 12px;background:var(--magenta);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:-2px 4px 12px rgb(0 0 0 / .22);transition:background var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast),opacity var(--transition-fast)}.galv-fab-launcher:hover{background:var(--magenta-hover)}.galv-fab-launcher:focus-visible{outline:none;box-shadow:0 0 0 4px rgb(204 0 204 / .35)}.galv-fab-launcher-inner{display:inline-flex;align-items:center;gap:8px;transform:rotate(-90deg);white-space:nowrap;font-family:var(--font-heading);font-weight:600;font-size:16px;letter-spacing:.01em;color:var(--text-white)}.galv-fab-launcher-inner svg{width:18px;height:18px;transform:rotate(0deg)}.galv-fab.is-open .galv-fab-launcher{opacity:0;pointer-events:none}@keyframes galv-fab-pulse{0%,100%{transform:scale(1);box-shadow:-2px 4px 12px rgb(0 0 0 / .22)}50%{transform:scale(1.06);box-shadow:-2px 6px 18px rgb(204 0 204 / .45)}}.galv-fab-launcher.is-pulsing{animation:galv-fab-pulse 1.8s ease-in-out 3}.galv-fab.was-opened .galv-fab-launcher{animation:none}@media (max-width:560px){.galv-fab-card{right:16px;top:88px;max-height:calc(100vh - 112px)}.galv-fab-launcher{top:270px;width:38px;height:144px}.galv-fab-launcher-inner{font-size:14px;line-height:1;gap:7px}.galv-fab-launcher-inner svg{width:16px;height:16px}}@media (prefers-reduced-motion:reduce){.galv-fab-card,.galv-fab-launcher,.galv-fab-launcher-label{transition:none}.galv-fab-launcher-icon::after{animation:none}.galv-fab-launcher.is-pulsing{animation:none}}