@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Inter:wght@400;500;700&display=swap";:root{--bg-color:#030712;--text-main:#f9fafb;--text-muted:#9ca3af;--accent-1:#3b82f6;--accent-2:#8b5cf6;--accent-3:#10b981;--glass-bg:#ffffff08;--glass-border:#ffffff14;--card-hover:#ffffff14}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:800}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{flex-direction:column;justify-content:center;min-height:100vh;padding:6rem 0;display:flex}.text-gradient{background:linear-gradient(135deg, var(--accent-1), var(--accent-2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.btn{cursor:pointer;border:none;border-radius:50px;padding:.75rem 1.75rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:linear-gradient(135deg, var(--accent-1), var(--accent-2));color:#fff;box-shadow:0 4px 15px #3b82f64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf680}.btn-secondary{color:var(--text-main);border:1px solid var(--glass-border);background:0 0}.btn-secondary:hover{background:var(--glass-bg);transform:translateY(-2px)}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem}.header{z-index:1000;width:100%;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0}.header.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);background:#030712cc}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--text-main);font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;text-decoration:none}.nav-links{gap:2rem;list-style:none;display:flex}.nav-link{color:var(--text-muted);font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover,.nav-link.active{color:var(--accent-1)}.hero{align-items:center;gap:4rem;padding-top:10rem;display:flex}.hero-content{flex:1}.hero-subtitle{color:var(--accent-1);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-family:Outfit,sans-serif;font-weight:600;display:block}.hero-title{margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.hero-desc{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.125rem}.hero-buttons{gap:1rem;display:flex}.hero-image-container{flex:1;justify-content:center;display:flex;position:relative}.hero-img-bg{background:linear-gradient(135deg, var(--accent-1), var(--accent-2));filter:blur(60px);opacity:.5;z-index:-1;border-radius:50%;width:350px;height:350px;position:absolute}.hero-image{object-fit:cover;border:4px solid var(--glass-border);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:350px;height:350px;animation:8s ease-in-out infinite blob;box-shadow:0 10px 30px #00000080}@keyframes blob{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}33%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}66%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem;display:grid}.stat-item{text-align:center;border-radius:12px;padding:1.5rem;transition:transform .3s}.stat-item:hover{background:var(--card-hover);transform:translateY(-5px)}.stat-num{color:var(--accent-1);font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.skill-card{text-align:center;border-radius:16px;padding:2rem;transition:all .3s}.skill-card:hover{background:var(--card-hover);border-color:var(--accent-1);transform:translateY(-10px)}.skill-icon{background:linear-gradient(135deg, var(--accent-1), var(--accent-3));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3rem}.skill-name{margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.25rem}.skill-desc{color:var(--text-muted);font-size:.9rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.project-card{border-radius:16px;transition:all .3s;overflow:hidden}.project-card:hover{border-color:var(--accent-2);transform:translateY(-10px)}.project-img{object-fit:cover;border-bottom:1px solid var(--glass-border);width:100%;height:200px}.project-content{padding:1.5rem}.project-title{margin-bottom:.5rem;font-size:1.25rem}.project-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.project-tech{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tech-tag{color:var(--accent-1);background:#3b82f61a;border-radius:20px;padding:.25rem .75rem;font-size:.75rem}.project-links{gap:1rem;display:flex}.project-link{color:var(--text-main);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.project-link:hover{color:var(--accent-2)}.contact-container{width:100%;max-width:600px;margin:0 auto}.contact-form{border-radius:20px;flex-direction:column;gap:1.5rem;padding:3rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-muted);font-size:.9rem}.form-control{border:1px solid var(--glass-border);color:#fff;background:#0003;border-radius:8px;padding:1rem;font-family:inherit;transition:border-color .3s}.form-control:focus{border-color:var(--accent-1);outline:none}textarea.form-control{resize:vertical;min-height:150px}.social-links{align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.social-icon{color:var(--text-muted);justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icon:hover{color:var(--accent-1);transform:translateY(-3px)}footer{text-align:left;border-top:1px solid var(--glass-border);color:var(--text-muted);padding:2rem 0;font-size:.9rem}@media (width<=768px){.hero{text-align:center;flex-direction:column;padding-top:8rem}.hero-buttons{justify-content:center}.hero-title{font-size:2.5rem}.about-grid{grid-template-columns:1fr}.nav-links{display:none}}.reveal-section{opacity:0;will-change:opacity, visibility;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(40px)}.reveal-section.is-visible{opacity:1;transform:translateY(0)}
