@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg-dark:#050505;--bg-card:#14141699;--border-glass:#ffffff14;--primary:#8b5cf6;--primary-glow:#8b5cf680;--secondary:#3b82f6;--text-main:#f8fafc;--text-muted:#94a3b8;--font-main:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#333;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.bg-orbs{z-index:-1;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.orb{filter:blur(80px);opacity:.5;border-radius:50%;animation:20s linear infinite alternate float;position:absolute}.orb-1{background:var(--primary);width:400px;height:400px;top:-100px;left:-100px}.orb-2{background:var(--secondary);width:500px;height:500px;animation-delay:-5s;bottom:-200px;right:-100px}@keyframes float{0%{transform:translate(0)}to{transform:translate(100px,100px)}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-title{text-align:center;background:linear-gradient(135deg, #fff, var(--text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;position:relative}.section-title:after{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-glass);border-radius:20px;padding:2rem;transition:transform .3s,border-color .3s,box-shadow .3s}.glass-panel:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(90deg, var(--primary), var(--secondary));color:#fff;box-shadow:0 4px 15px var(--primary-glow)}.btn-primary:hover{box-shadow:0 6px 25px var(--primary-glow);transform:translateY(-2px)}.btn-outline{color:var(--text-main);border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0}.btn-outline:hover{border-color:var(--primary);background:#8b5cf61a;transform:translateY(-2px)}.fade-in-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp;transform:translateY(30px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}header{z-index:100;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0}header.scrolled{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid var(--border-glass);background:#050505cc;padding:1rem 0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{background:linear-gradient(90deg, #fff, var(--text-muted));-webkit-text-fill-color:transparent;letter-spacing:1px;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.4rem,4vw,1.8rem);font-weight:800;text-decoration:none}.nav-links{gap:2rem;list-style:none;display:flex}.mobile-menu-btn{color:var(--text-main);display:none}.nav-links a{color:var(--text-muted);font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-links a:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-text h2{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.hero-text h1{margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:800;line-height:1.1}.hero-text h1 span{background:linear-gradient(90deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-text p{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:clamp(1rem,2.5vw,1.2rem)}.hero-actions{gap:1.5rem;display:flex}.hero-image{position:relative}.hero-img-wrapper{aspect-ratio:1;border:4px solid var(--border-glass);width:100%;max-width:450px;box-shadow:0 0 40px var(--primary-glow);border-radius:30px;margin:0 auto;position:relative;overflow:hidden}.hero-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero-img-wrapper:hover img{transform:scale(1.05)}.badge{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-glass);border-radius:20px;align-items:center;gap:1rem;padding:1rem 1.5rem;animation:6s ease-in-out infinite alternate float;display:flex;position:absolute;box-shadow:0 10px 30px #0000004d}.badge-1{bottom:0%;left:-5%}.badge-2{animation-delay:-3s;top:0%;right:-5%}.badge-icon{color:var(--primary);font-size:2rem}.badge-text h4{font-size:1.2rem;font-weight:700}.badge-text p{color:var(--text-muted);font-size:.9rem}.skills-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;display:grid}@media (width<=992px){.skills-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.skills-grid{grid-template-columns:1fr}}.skill-card{text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.skill-icon{color:var(--text-main);font-size:3rem;transition:transform .3s,color .3s}.skill-card:hover .skill-icon{color:var(--primary);transform:scale(1.1)}.skill-name{font-size:1.1rem;font-weight:600}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.project-card{flex-direction:column;padding:0;display:flex;overflow:hidden}.project-img{background-color:#1a1a1f;justify-content:center;align-items:center;width:100%;height:220px;display:flex;position:relative;overflow:hidden}.project-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover .project-img img{transform:scale(1.08)}.project-content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.project-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.project-desc{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem}.project-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tag{color:var(--primary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:30px;padding:.3rem .8rem;font-size:.85rem}.project-link{color:#fff;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s;display:flex}.project-link:hover{color:var(--primary)}.experience-timeline{max-width:800px;margin:0 auto;position:relative}.experience-timeline:before{content:"";background:var(--border-glass);width:2px;height:100%;position:absolute;top:0;left:20px}.timeline-item{margin-bottom:3rem;padding-left:60px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background:var(--primary);border:4px solid var(--bg-dark);width:20px;height:20px;box-shadow:0 0 10px var(--primary-glow);border-radius:50%;position:absolute;top:5px;left:11px}.timeline-content{padding:2rem}.timeline-date{color:var(--primary);margin-bottom:.5rem;font-weight:600;display:inline-block}.timeline-title{margin-bottom:.2rem;font-size:1.4rem;font-weight:700}.timeline-company{color:var(--text-muted);margin-bottom:1rem;font-size:1rem;font-weight:500}.contact-wrapper{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-item{align-items:center;gap:1.5rem;display:flex}.contact-icon{background:var(--bg-card);border:1px solid var(--border-glass);width:60px;height:60px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-control{border:1px solid var(--border-glass);color:#fff;background:#14141666;border-radius:12px;padding:1rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-control:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #8b5cf633}textarea.form-control{resize:vertical;min-height:150px}footer{text-align:center;border-top:1px solid var(--border-glass);color:var(--text-muted);margin-top:4rem;padding:2rem}@media (width<=992px){.hero-content{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-text p{margin:0 auto 2.5rem}.hero-actions{justify-content:center}.contact-wrapper{grid-template-columns:1fr}}@media (width<=768px){.container{padding:0 1.5rem}.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;border-bottom:1px solid var(--border-glass);background:#050505f2;flex-direction:column;gap:1.5rem;width:100%;padding:2rem;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #00000080}.nav-links.active{display:flex}.mobile-menu-btn{cursor:pointer;display:block}.hero{padding-top:120px}.hero-actions{flex-direction:column;width:100%;max-width:300px;margin:2.5rem auto 0}.btn{justify-content:center;width:100%}.hero-image{flex-direction:column;align-items:center;gap:1.5rem;margin-top:3rem;display:flex}.hero-img-wrapper{border-radius:20px;max-width:280px}.badge{justify-content:flex-start;width:100%;max-width:280px;margin:.5rem 0;animation:none;position:static}.section{padding:4rem 0}.experience-timeline:before{left:15px}.timeline-item{padding-left:45px}.timeline-dot{left:6px}.contact-info h3{font-size:1.5rem!important}}@media (width<=480px){.hero-text h2{font-size:1.2rem}.section-title{margin-bottom:2rem}.glass-panel{padding:1.5rem}}
