.call-bubble{position:fixed;right:20px;bottom:20px;z-index:999999;display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;min-height:62px;padding:0;border-radius:999px;text-decoration:none;overflow:visible;background:transparent;color:#fff;-webkit-tap-highlight-color:transparent;outline:none}.call-bubble__icon{position:relative;z-index:3;width:62px;height:62px;min-width:62px;border-radius:999px;background:#0ea5e9;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 40px rgba(0,0,0,.18);filter:drop-shadow(0 6px 14px rgba(0,0,0,.18));transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.call-bubble:hover .call-bubble__icon{transform:translateY(-2px);box-shadow:0 18px 46px rgba(0,0,0,.22)}.call-bubble:active .call-bubble__icon{transform:translateY(0) scale(.98)}.call-bubble__label{position:relative;z-index:2;background:#ffffff;color:#002a66;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;border-radius:999px;box-shadow:0 8px 24px rgba(0,0,0,.12);max-width:0;opacity:0;overflow:hidden;padding:0;margin-right:-6px;transform:translateX(8px);transition:max-width .28s ease,opacity .22s ease,transform .22s ease,padding .28s ease,margin .28s ease;pointer-events:none}.call-bubble:hover .call-bubble__label{max-width:220px;opacity:1;padding:12px 14px 12px 16px;margin-right:0;transform:translateX(0)}.call-bubble__ring,.call-bubble__ring--2{position:absolute;right:0;bottom:0;width:62px;height:62px;border-radius:999px;border:2px solid rgba(14,165,233,.35);opacity:0;pointer-events:none;z-index:1}.call-bubble__ring{animation:ring 3.2s ease-out infinite}.call-bubble__ring--2{animation:ring 3.2s ease-out infinite 1.6s;border-color:rgba(14,165,233,.22)}@keyframes ring{0%{transform:scale(.75);opacity:0}18%{opacity:.9}55%{opacity:.2}100%{transform:scale(1.35);opacity:0}}.call-bubble--pulse .call-bubble__icon{animation:callPulseIcon 9s ease-in-out infinite,callWiggleIcon 9s linear infinite}@keyframes callPulseIcon{0%,70%,100%{filter:brightness(1)}72%{filter:brightness(1.1)}74%{filter:brightness(1)}76%{filter:brightness(1.08)}78%{filter:brightness(1)}}@keyframes callWiggleIcon{0%,86%{transform:none}87%{transform:translateY(-2px) rotate(-6deg)}88%{transform:translateY(-2px) rotate(6deg)}89%{transform:translateY(-2px) rotate(-5deg)}90%{transform:translateY(-2px) rotate(5deg)}91%{transform:translateY(-1px) rotate(0deg)}100%{transform:none}}@media (max-width:768px){.call-bubble{right:14px;bottom:14px;min-height:58px}.call-bubble__icon{width:58px;height:58px;min-width:58px}.call-bubble__ring,.call-bubble__ring--2{width:58px;height:58px}.call-bubble__label{display:none}}@media (prefers-reduced-motion:reduce){.call-bubble--pulse .call-bubble__icon,.call-bubble__ring,.call-bubble__ring--2{animation:none!important}}.faq-accordion{max-width:900px;margin:auto}.faq-item{border-bottom:1px solid rgba(0,0,0,.1)}.faq-question{width:100%;text-align:left;background:none;border:none;font-size:18px;font-weight:600;padding:18px 0;cursor:pointer;position:relative}.faq-question:after{content:"+";position:absolute;right:0;font-size:22px}.faq-open .faq-question:after{content:"−"}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer p{margin:0 0 16px 0;line-height:1.6}