html{scroll-behavior:smooth}.softvn-floating-contact{position:fixed;right:24px;top:44%;transform:translateY(-50%);z-index:9999;display:flex;flex-direction:column;gap:10px}.fc-btn{position:relative;width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .72);border:1px solid rgb(226 232 240 / .85);box-shadow:0 1px 4px rgb(15 23 42 / .03);color:#7c8a9c;text-decoration:none;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);overflow:visible;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease,opacity .18s ease}.fc-btn:hover{transform:translateX(-2px);background:#fff8f5;border-color:#ffd5c7;color:#f15a24;box-shadow:0 6px 14px rgb(15 23 42 / .08)}.fc-btn:active{transform:translateX(-1px) scale(.98)}.fc-btn svg{display:block;width:16px;height:16px;fill:currentColor;opacity:.82}.fc-btn:hover svg{opacity:1}.fc-btn--primary{background:rgb(255 255 255 / .72);border:1px solid rgb(226 232 240 / .85);color:#7c8a9c;box-shadow:0 1px 4px rgb(15 23 42 / .03)}.fc-btn--primary:hover{background:#fff8f5;border-color:#ffd5c7;color:#f15a24;box-shadow:0 6px 14px rgb(15 23 42 / .08)}.fc-btn--primary::after{display:none;content:none}.fc-tooltip{position:absolute;right:50px;top:50%;transform:translateY(-50%) translateX(6px);opacity:0;visibility:hidden;pointer-events:none;white-space:nowrap;padding:7px 10px;border-radius:8px;background:rgb(15 23 42 / .92);color:#fff;font-size:11px;font-weight:600;line-height:1;box-shadow:0 8px 18px rgb(15 23 42 / .14);transition:opacity .18s ease,visibility .18s ease,transform .18s ease;z-index:10000}.fc-tooltip::after{content:"";position:absolute;top:50%;right:-4px;width:8px;height:8px;background:rgb(15 23 42 / .92);transform:translateY(-50%) rotate(45deg)}.fc-btn:hover .fc-tooltip{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}.fc-btn--top{display:none;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease,background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.fc-btn--top.is-visible{display:inline-flex;opacity:1;transform:translateY(0)}@media (max-width:768px){.softvn-floating-contact{right:12px;top:52%;gap:8px}.fc-btn{width:36px;height:36px;border-radius:11px}.fc-btn svg{width:15px;height:15px}.fc-tooltip{display:none!important}}.fc-btn--top .fc-top-icon{display:block!important;width:18px!important;height:18px!important;opacity:1!important;overflow:visible!important}.fc-btn--top .fc-top-icon path{fill:currentColor!important;stroke:none!important}.fc-btn--top{color:#64748b!important}.fc-btn--top:hover{color:#f15a24!important}