.back-to-top-btn{position:fixed;top:66.67%;right:8px;transform:translateY(-50%);z-index:99999;width:44px;height:44px;border:none;border-radius:50%;background:linear-gradient(135deg,#4c1d95 0%,#581c87 50%,#3730a3 100%);color:white;cursor:pointer;box-shadow:0 4px 12px rgba(76,29,149,0.3);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);outline:none}.back-to-top-btn.visible{opacity:1;pointer-events:auto;animation:bttFadeIn 0.3s ease-out forwards}.back-to-top-btn:hover{background:linear-gradient(135deg,#3730a3 0%,#4c1d95 50%,#581c87 100%);transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px rgba(76,29,149,0.4)}.back-to-top-btn:focus-visible{outline:3px solid #60a5fa;outline-offset:3px}.back-to-top-btn:active{transform:translateY(-50%) scale(0.95)}.back-to-top-btn .icon-wrap{position:relative;width:20px;height:20px;display:flex;align-items:center;justify-content:center;z-index:2}.back-to-top-btn .icon-wrap svg.chevron{width:20px;height:20px;transition:transform 0.2s ease}.back-to-top-btn:hover .icon-wrap svg.chevron{transform:translateY(-1px)}.back-to-top-btn .progress-ring{position:absolute;top:0;left:0;width:100%;height:100%;transform:rotate(-90deg);z-index:1}.back-to-top-btn .progress-bg{fill:none;stroke:rgba(255,255,255,0.2);stroke-width:3}.back-to-top-btn .progress-bar{fill:none;stroke:rgba(255,255,255,0.8);stroke-width:3;stroke-linecap:round;transition:stroke-dasharray 0.3s ease}@keyframes bttFadeIn{from{opacity:0;transform:translateY(-50%) translateX(20px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}@media (max-width:768px){.back-to-top-btn{top:auto;bottom:20px;right:20px;transform:none;width:48px;height:48px}.back-to-top-btn:hover{transform:scale(1.05)}.back-to-top-btn:active{transform:scale(0.95)}@keyframes bttFadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}@media (prefers-reduced-motion:reduce){.back-to-top-btn{transition:opacity 0.3s ease}.back-to-top-btn:hover{transform:translateY(-50%)}.back-to-top-btn .icon-wrap svg.chevron{transition:none}}@media (prefers-contrast:high){.back-to-top-btn{background:#000;border:2px solid #fff}.back-to-top-btn .progress-bg{stroke:rgba(255,255,255,0.5)}.back-to-top-btn .progress-bar{stroke:#fff}}.et_pb_menu .et_mobile_menu li ul.sub-menu{display:none!important}.et_pb_menu .et_mobile_menu li.et-hover>ul.sub-menu,.et_pb_menu .et_mobile_menu li.visible>ul.sub-menu{display:block!important}.et_mobile_menu{max-height:calc(100vh - 80px);overflow-y:auto!important}.et_pb_section_7 .et_pb_column_21{overflow-y:auto!important;max-height:100vh!important}CSS fix (target tel:links specifically):a[href^="tel:"]{color:inherit;-webkit-text-fill-color:inherit}