.projetos-topo-azul{background-color:#2c2c8d;height:80px;width:100%;position:absolute;top:0;left:0;z-index:0}.projetos-bg{min-height:100vh;background-color:#f8f9ff}.projetos-header{background:linear-gradient(135deg,#2c2c8d,#4a4ab8 50%,#6b6bcc);color:white;padding:8rem 2rem 6rem;margin-top:0;text-align:center;position:relative;z-index:1;width:100%;overflow:hidden;animation:gradientShift 8s ease-in-out infinite}.projetos-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,255,255,.05) 0,transparent 50%);animation:float 6s ease-in-out infinite}.projetos-header:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 3s infinite}@keyframes gradientShift{0%,to{background:linear-gradient(135deg,#2c2c8d,#4a4ab8 50%,#6b6bcc)}50%{background:linear-gradient(135deg,#4a4ab8,#6b6bcc 50%,#8b8bff)}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(5px) rotate(-1deg)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}.projetos-header h1{font-size:3.5rem;font-weight:800;margin:1rem 0 .5rem;position:relative;z-index:1;background:linear-gradient(45deg,#ffffff,#e8eaff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.projetos-header h1:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(45deg,#ffffff,#e8eaff);margin:1rem auto 0;border-radius:2px}.projetos-header .descricao{max-width:700px;margin:0 auto 2rem;line-height:1.7;font-size:1.2rem;position:relative;z-index:1;color:rgba(255,255,255,.9)}.btn-banner{background:linear-gradient(45deg,#ffffff,#f0f0f0);color:#2c2c8d;border:none;padding:1rem 2rem;border-radius:50px;cursor:pointer;font-weight:700;font-size:1.1rem;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 8px 25px rgba(0,0,0,.2);position:relative;z-index:1;text-transform:uppercase;letter-spacing:1px}.btn-banner:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(0,0,0,.3);background:linear-gradient(45deg,#f0f0f0,#e0e0e0)}.projetos-container{max-width:1200px;margin:-4rem auto 0;padding:0 2rem 4rem;position:relative;z-index:5}.projetos-lista{display:flex;flex-direction:column;gap:3rem}.projeto-box{background:white;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.1);overflow:hidden;border:1px solid rgba(0,0,0,.05);opacity:0;transform:translateY(30px);transition:all .6s ease-out;position:relative}.projeto-box:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#2c2c8d,#4a4ab8,#6b6bcc);border-radius:24px 24px 0 0}.projeto-box.visible{opacity:1;transform:translateY(0)}.projeto-box:hover{transform:translateY(-8px);box-shadow:0 30px 80px rgba(0,0,0,.15)}.projeto-content{padding:3rem}.projeto-header{margin-bottom:2rem}.projeto-titulo{font-size:2rem;font-weight:800;color:#2c2c8d;margin-bottom:1rem;line-height:1.3}.projeto-descricao{color:#555;font-size:1.1rem;line-height:1.8;text-align:justify;margin-bottom:2rem}.projeto-detalhes{justify-content:space-between;gap:1.5rem;padding-top:2rem;border-top:2px solid #f0f0f0}.projeto-detalhes,.projeto-meta{display:flex;align-items:center;flex-wrap:wrap}.projeto-meta{gap:2rem}.data{display:flex;align-items:center;gap:.5rem;color:#666;font-weight:600}.data svg{color:#2c2c8d}.tecnologias{display:flex;gap:1rem;align-items:center}.tecnologias img{width:40px;height:40px;object-fit:contain;border-radius:8px;padding:8px;background:#f8f9ff;border:2px solid #e8eaff;transition:all .3s ease}.tecnologias img:hover{transform:scale(1.1) rotate(5deg);border-color:#2c2c8d;box-shadow:0 8px 20px rgba(44,44,141,.2)}.github-link{display:flex;align-items:center;gap:.8rem;text-decoration:none;background:linear-gradient(135deg,#2c2c8d,#4a4ab8);color:white;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 8px 20px rgba(44,44,141,.3);text-transform:uppercase;letter-spacing:1px}.github-link:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(44,44,141,.4);background:linear-gradient(135deg,#4a4ab8,#6b6bcc)}.github-link svg{width:20px;height:20px}@media (max-width:768px){.projetos-header{padding:6rem 1rem 4rem}.projetos-header h1{font-size:2.5rem}.projetos-header .descricao{font-size:1rem}.projetos-container{padding:0 1rem 4rem;margin-top:-2rem}.projeto-content{padding:2rem}.projeto-titulo{font-size:1.6rem}.projeto-descricao{font-size:1rem;text-align:left}.projeto-detalhes{flex-direction:column;align-items:flex-start;gap:1.5rem}.projeto-meta{width:100%;justify-content:space-between}.tecnologias{gap:.8rem}.tecnologias img{width:35px;height:35px}.github-link{width:100%;justify-content:center;padding:1rem;font-size:.9rem}}@media (max-width:480px){.projetos-header{padding:5rem 1rem 3rem}.projetos-header h1{font-size:2rem}.projeto-content{padding:1.5rem}.projeto-titulo{font-size:1.4rem}.projeto-meta{flex-direction:column;align-items:flex-start;gap:1rem}.tecnologias img{width:30px;height:30px}.btn-banner{padding:.8rem 1.5rem;font-size:1rem}}.dark .projetos-bg{background-color:#121212}.dark .projeto-box{background-color:#1a1a1a;border-color:rgba(255,255,255,.1)}.dark .projeto-titulo{color:#8b8bff}.dark .projeto-descricao{color:#e0e0e0}.dark .data{color:#b0b0b0}.dark .tecnologias img{background:#252525;border-color:#333}.dark .projeto-detalhes{border-top-color:#333}.projeto-box{animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}