*{box-sizing:border-box;margin:0;padding:0}body{color:#1352e4;background-color:#999077;font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#a8a5a5f2;width:100%;padding:1rem 0;position:fixed;top:0;left:0;box-shadow:0 1px 3px #bdbdb9ee}.nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo a{color:#353857;letter-spacing:-.5px;font-size:1.8rem;font-weight:800;text-decoration:none}.logo span{color:#0817f1}.nav-menu{gap:2.5rem;list-style:none;transition:all .3s;display:flex}.nav-link{color:#334155;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s}.nav-link:hover,.nav-link.active{color:#0f55eb}.hamburger{cursor:pointer;z-index:1001;flex-direction:column;gap:6px;display:none}.bar{background-color:#0f172a;border-radius:4px;width:28px;height:3px;transition:all .3s}@media (width<=768px){.hamburger{display:flex}.nav-menu{z-index:1000;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:70%;max-width:300px;height:100vh;padding:2rem;transition:right .4s ease-in-out;position:fixed;top:0;right:-100%;box-shadow:-5px 0 20px #0000001a}.nav-menu.active{right:0}.nav-link{font-size:1.2rem}.hamburger.active .bar:first-child{transform:rotate(45deg)translate(6px,6px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:6rem 0 5rem}.section-title{text-align:center;color:#0f172a;margin-bottom:3rem;font-size:2.5rem;font-weight:800;position:relative}.section-title:after{content:"";background:#3bf63b;border-radius:2px;width:70px;height:4px;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}.home{align-items:center;min-height:100vh;padding-top:80px;display:flex}.home-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.home-text h3{color:#070f0f;margin-bottom:.5rem;font-size:1.3rem}.home-text h1{color:#0f172a;margin-bottom:.5rem;font-size:3.5rem;font-weight:800}.home-text h2{color:#334155;margin-bottom:1rem;font-size:1.8rem;font-weight:600}.home-text p{color:#475569;margin-bottom:2rem;font-size:1.1rem}.home-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.btn-primary,.btn-secondary{border-radius:40px;padding:.8rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#1f1c1c;background:#5af63b;box-shadow:0 4px 10px #7e9973ef}.btn-primary:hover{background:#3e9c36;transform:translateY(-3px)}.btn-secondary{color:#1d1a04;border:2px solid #1d1d1a}.btn-secondary:hover{color:#1d1212;background:#3b82f6;transform:translateY(-3px)}.social-links{gap:1.2rem;display:flex}.social-link{color:#226be0;background:#6d6d8a;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.3rem;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{color:#108cc2;background:#e9eaec;transform:translateY(-3px)}.home-image{justify-content:center;display:flex}.profile-img-wrapper{border:4px solid #180808;border-radius:50%;width:320px;height:320px;overflow:hidden;box-shadow:0 20px 30px -10px #0000001a}.profile-img{object-fit:cover;width:100%;height:100%}.sobre{background:#f8f5f59a}.sobre-content{max-width:800px;margin:0 auto}.sobre-text h3{margin-bottom:1rem;font-size:1.8rem}.sobre-text p{color:#00050c;margin-bottom:1rem;line-height:1.6}.skills{margin:2rem 0}.skills h4,.info-pessoal h4{color:#0f172a;margin-bottom:1rem;font-size:1.2rem}.skill-tags{flex-wrap:wrap;gap:.8rem;display:flex}.skill-tags span{color:#1e293b;background:#94a2b3;border-radius:30px;padding:.4rem 1rem;font-size:.9rem;font-weight:500}.info-pessoal ul{list-style:none}.info-pessoal li{color:#334155;align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.info-pessoal i{color:#3b82f6;width:24px}.projetos-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.projeto-card{background:#cecbc4;border-radius:20px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 20px #0000000d}.projeto-card:hover{transform:translateY(-8px);box-shadow:0 20px 30px #0000001a}.projeto-image{text-align:center;color:#cae4c3;background:linear-gradient(135deg,#3b82f6,#60a5fa);padding:2.5rem;font-size:3.5rem}.projeto-info{padding:1.5rem}.projeto-info h3{margin-bottom:.5rem;font-size:1.3rem}.projeto-info p{color:#475569;margin-bottom:1rem;font-size:.95rem}.projeto-tech{flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem;display:flex}.projeto-tech span{color:#3b82f6;background:#f1f5f9;border-radius:20px;padding:.2rem .8rem;font-size:.75rem;font-weight:600}.projeto-links{gap:1rem;display:flex}.btn-demo,.btn-code{border-radius:30px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-demo{color:#fff;background:#3b82f6}.btn-code{color:#334155;border:1px solid #cbd5e1}.btn-demo:hover,.btn-code:hover{opacity:.85;transform:scale(.98)}.contato{background:#f6f7f8}.contato-content{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.contato-info h3{margin-bottom:1rem;font-size:1.8rem}.contato-info p{color:#334155;margin-bottom:2rem}.contato-detalhes{margin-bottom:2rem}.detalhe-item{align-items:center;gap:1rem;margin-bottom:1.2rem;display:flex}.detalhe-item i{color:#3b82f6;background:#f0ecec;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;display:flex}.detalhe-item h4{margin-bottom:.2rem;font-size:1rem}.detalhe-item p{color:#121411;margin:0}.redes-sociais{gap:1rem;display:flex}.social-icon{color:#0f172a;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.social-icon:hover{color:#fff;background:#4add25;transform:translateY(-3px)}.contato-form{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 10px 20px #0000000d}.form-group{margin-bottom:1.2rem}.form-group input,.form-group textarea{border:1px solid #e2e8f0;border-radius:16px;width:100%;padding:.9rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.btn-enviar{color:#dbd5d5;cursor:pointer;background:#3b82f6;border:none;border-radius:40px;width:100%;padding:.9rem;font-size:1rem;font-weight:700;transition:all .3s}.btn-enviar:hover{background:#2563eb;transform:translateY(-2px)}.footer{color:#0d64df;text-align:center;background:#0f172a;padding:2rem 0}.toast-msg{color:#f30a0a;z-index:2000;background:#1e293b;border-radius:40px;padding:12px 24px;font-size:.9rem;font-weight:500;animation:.3s fadeInUp;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 10px 20px #0003}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=768px){.home-content{text-align:center;grid-template-columns:1fr;gap:2rem}.home-text h1{font-size:2.5rem}.social-links,.home-buttons{justify-content:center}.contato-content{grid-template-columns:1fr}.section-title{font-size:2rem}.profile-img-wrapper{width:240px;height:240px}}@media (width<=480px){.nav,.container{padding:0 1rem}}
