.hover-shadow-only{box-shadow:none;transition:box-shadow 0.3s ease-in-out}.hover-shadow-only:hover{box-shadow:0px 10px 20px rgba(0,0,0,0.15)}document.querySelectorAll('a[href^="#"]').forEach(anchor=>{anchor.addEventListener('click',function(e){e.preventDefault();const target=document.querySelector(this.getAttribute('href'));if (target){target.scrollIntoView({behavior:'smooth'})}})});