.home{min-height:100vh;padding:2rem;background-color:#0f0f14;color:#fff;justify-content:space-between;display:flex;gap:120px;align-items:center}.home-content{max-width:500px}.home h1{font-size:2.4rem;margin-bottom:.5rem}.home h2{font-size:1.2rem;font-weight:400;opacity:.8}.home p{margin:1rem 0 2rem;line-height:1.6;opacity:.9}.home-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn{padding:.8rem 1.4rem;border-radius:8px;font-weight:500}.btn.primeiro{background:#6c63ff;color:#fff}.btn.segundo,.btn.terceiro,.btn.quarto{border:1px solid #6c63ff;color:#6c63ff}.btn:hover{transform:translateY(-6px);transition:all .3s ease;border:2px solid #6c63ff;box-shadow:0 0 20px #4f46e566}#name{background:linear-gradient(90deg,#7f5af0,#2cb67d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home p{color:#fff}.home h2{color:#8fa2b1}.hero-img{display:flex;justify-content:center;align-items:center;margin-right:350px;margin-bottom:100px}.hero-img img{width:250px;height:250px;object-fit:cover;border-radius:50%;border:3px solid #7c6cff;box-shadow:0 0 40px #7c6cff66}@media(max-width:768px){.home{flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:100vh;padding:40px 20px;gap:25px}.hero-img{order:-1;margin-bottom:50px;margin-left:350px}.hero-img img{width:180px;height:180px}.home-buttons{justify-content:center}}.projetos{min-height:100vh;padding:2rem;background-color:#0f0f14;color:#fff}.projetos h2{font-size:2rem;margin-bottom:2rem}.projetos-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.projeto-card:hover{transform:translateY(-6px);transition:all .3s ease;border:2px solid #6c63ff;box-shadow:0 0 20px #4f46e566}.projeto-card{background:#1a1a24;padding:1.5rem;border-radius:12px}.projeto-card h3{margin-bottom:.5rem}.projeto-card p{font-size:.95rem;opacity:.9}.tecnologias{display:flex;gap:.5rem;margin:1rem 0;flex-wrap:wrap}.tecnologias span{background:#2a2a3d;padding:.3rem .7rem;border-radius:6px;font-size:.75rem}.projeto-links{display:flex;gap:1rem}.projeto-links a{color:#6c63ff;font-weight:500}@media(min-width:768px){.projetos-grid{grid-template-columns:repeat(2,1fr)}}.sobre{min-height:100vh;padding:2rem;background-color:#0f0f14;color:#fff;display:flex;align-items:center}.sobre-container{max-width:700px}.sobre h2{font-size:2rem;margin-bottom:1.5rem}.sobre p{margin-bottom:1rem;line-height:1.6;opacity:.9}.skills{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.7rem}.skills span{background:#1a1a24;padding:.5rem .9rem;border-radius:8px;font-size:.85rem}.skills span:hover{transform:translateY(-6px);transition:all .3s ease;border:2px solid #6c63ff;box-shadow:0 0 20px #4f46e566}.contato{min-height:100vh;background:linear-gradient(135deg,#000102,#1e293b);display:flex;justify-content:center;align-items:center;padding:40px 20px}.contato-container{text-align:center;color:#fff;max-width:600px}.contato-container h2{font-size:2.5rem;margin-bottom:20px}.contato-container p{font-size:1.1rem;margin-bottom:40px;color:#cbd5e1}.contato-botoes{display:flex;flex-direction:column;gap:20px}.botao-contato{text-decoration:none;background-color:#38bdf8;color:#0f172a;padding:15px;border-radius:8px;font-weight:700;transition:.3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.botao-contato:hover{background-color:#0ea5e9;transform:translateY(-3px)}.icone{font-size:1.2rem}.habilidades{padding:100px 10%;text-align:center}.habilidades-container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:900px;margin:50px auto auto}.habilidades h1{color:#0f0f14}.skill-card{border:2px solid #2a2a2a;border-radius:12px;color:#0f0f14;padding:35px;transition:all .3s ease}.skill-card:hover{transform:translateY(-6px);border:2px solid #6c63ff;box-shadow:0 0 20px #4f46e566}.tech svg:hover{transform:translateY(-6px);transition:all .2s ease}.tech svg{font-size:46px}.tech{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:14px}.tech-grid{display:flex;grid-template-columns:repeat(2,1fr);justify-content:center;gap:25px;margin-top:20px}@media(max-width:768px){.habilidades-container{grid-template-columns:1fr}.skill-card{margin-left:1px;padding-right:10px;padding-left:10px}}.experiencia{padding:100px 20px;background:#0f0f14;color:#fff}.titulo{text-align:center;font-size:2.3rem;margin-bottom:80px}.timeline{position:relative;max-width:1000px;margin:auto}.timeline:before{content:"";position:absolute;left:50%;top:0;width:3px;height:100%;background:#7c6cff;transform:translate(-50%)}.timeline-item{position:relative;width:50%;padding:40px;box-sizing:border-box}.timeline-item:nth-child(odd){left:0;text-align:right}.timeline-item:nth-child(2n){left:50%}.timeline-dot{position:absolute;top:50%;transform:translateY(-50%);width:14px;height:14px;background:#7c6cff;border-radius:50%;box-shadow:0 0 15px #7c6cffb3}.timeline-item:nth-child(odd) .timeline-dot{right:-7px}.timeline-item:nth-child(2n) .timeline-dot{left:-7px}.timeline-content{background:#1a1a22;padding:25px;border-radius:10px;max-width:420px}.timeline-content h3{color:#7c6cff;margin-bottom:8px}.timeline-content h4{margin-bottom:10px;font-weight:600}.timeline-content p{font-size:.9rem;line-height:1.6;opacity:.9}.timeline-content{transition:transform .3s ease,box-shadow .3s ease}.timeline-content:hover{transform:translateY(-6px);box-shadow:0 10px 30px #7c6cff33}@media(max-width:768px){.timeline:before{left:20px}.timeline-item{width:100%;padding-left:60px;padding-right:20px;text-align:left}.timeline-item:nth-child(odd),.timeline-item:nth-child(2n){left:0}.timeline-dot{left:13px!important}.timeline-content{max-width:100%}}html{scroll-behavior:smooth}
