#scrollToTop{position:fixed;bottom:40px;right:40px;width:60px;height:60px;cursor:pointer;z-index:9999;display:flex;justify-content:center;align-items:center;opacity:0;transform:scale(0.9);transition:all 0.3s ease}#scrollToTop.visible{opacity:1;transform:scale(1)}#scrollToTop svg{position:absolute;transform:rotate(-90deg)}#scrollToTop circle{fill:none;stroke:#00bcd4;stroke-width:4;stroke-linecap:round;transition:stroke-dashoffset 0.25s}#scrollToTop .arrow{position:relative;font-size:26px;color:white;background:#00bcd4;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,0.2);font-weight:bold}#scrollToTop circle{stroke:#d4af37}#scrollToTop .arrow{background:#000;color:#d4af37;box-shadow:0 4px 15px rgba(212,175,55,0.3)}