body{scroll-behavior:smooth}#produtos,#servicos,#contato{scroll-margin-top:80px}.gradient-bg{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}.neon-blue{color:#00f0ff;text-shadow:0 0 10px rgba(0,240,255,.7)}.neon-border{border:1px solid #00f0ff;box-shadow:0 0 10px rgba(0,240,255,.5)}.card-hover:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,240,255,.3)}.glow{animation:glow 2s ease-in-out infinite alternate}@keyframes glow{from{box-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #00f0ff,0 0 20px #00f0ff}to{box-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #00f0ff,0 0 40px #00f0ff}}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.google-btn{transition:all .3s ease}.google-btn:hover{box-shadow:0 0 10px rgba(66,133,244,.5)}#modal-produto .p-6{display:flex;justify-content:center;align-items:center;height:100%}#modal-produto #modal-imagem{max-width:90vw;max-height:80vh;object-fit:contain}.gallery-btn{transition:opacity .3s ease-in-out}.aspect-video:hover .gallery-btn{opacity:1}#galleryModal{display:none}#galleryModal.active{display:flex}#expandedImage{max-width:90%;max-height:90%;object-fit:contain;opacity:1;transition:opacity 1ms ease-in-out}#expandedImage.fade-out{opacity:0}#prevImage,#nextImage{background-color:rgba(0,123,255,.8);border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;cursor:pointer;transition:background-color .3s ease,transform .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.2)}#prevImage:hover,#nextImage:hover{background-color:rgba(0,123,255,1);transform:scale(1.1)}#closeGallery{background-color:rgba(220,53,69,.8);border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;cursor:pointer;transition:background-color .3s ease,transform .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.2)}#closeGallery:hover{background-color:rgba(220,53,69,1);transform:scale(1.1)}.lazy-load{opacity:0;transition:opacity .3s}.lazy-load.loaded{opacity:1}.img-placeholder{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}