@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#00f2ff;--secondary:#7928ca;--accent:#ff0080;--dark:#0a0a0f;--darker:#050508;--light:#fff;--gray:#9ca3af;--card-bg:#14141ecc}body{background:var(--darker);color:var(--light);scroll-behavior:smooth;font-family:Space Grotesk,-apple-system,sans-serif;overflow-x:hidden}#neural-network-bg{z-index:-1;background:var(--darker);width:100%;height:100%;position:fixed;top:0;left:0}.grid-overlay{z-index:-1;opacity:.4;background-image:radial-gradient(circle,#00f2ff66 1px,#0000 1px),radial-gradient(circle,#00f2ff4d 1px,#0000 1px);background-position:0 0,25px 25px;background-size:50px 50px,100px 100px;width:100%;height:100%;animation:15s ease-in-out infinite gridFloat;position:fixed;top:0;left:0}@keyframes gridFloat{0%,to{opacity:.4;transform:translate(0)scale(1)}50%{opacity:.6;transform:translate(30px,30px)scale(1.05)}}section{justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}.container{width:100%;max-width:1200px}.hero-container{text-align:center}.profile-image{border:4px solid var(--primary);object-fit:cover;border-radius:50%;width:280px;height:280px;margin:0 auto 3rem;box-shadow:0 0 60px #00f2ff66}.name{color:var(--primary);margin-bottom:1rem;font-size:6rem;font-weight:700;line-height:1}.title{color:var(--gray);margin-bottom:2.5rem;font-size:2rem;font-weight:400}.description{color:var(--gray);max-width:60%;margin:auto auto 2.5rem;font-size:1.25rem;line-height:1.8}.scroll-indicator{color:var(--primary);margin-top:3rem;font-size:2rem;animation:2s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.btn{border:2px solid #0000;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:var(--dark)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #00f2ff66}.btn-secondary{color:var(--light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #00f2ff4d}.btn-secondary:hover{border-color:var(--primary);background:#00f2ff1a;transform:translateY(-3px)}.section-title{color:var(--primary);text-align:center;margin-bottom:1rem;font-size:3.5rem;font-weight:700}.section-subtitle{color:var(--gray);text-align:center;margin-bottom:4rem;font-size:1.5rem}.about-cards{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.about-card{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #00f2ff33;border-radius:20px;padding:2.5rem;transition:all .4s}.about-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 20px 50px #00f2ff4d}.about-card h3{color:#fff;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:1.8rem;display:flex}.about-icon{width:50px;height:50px;color:var(--primary);background:#00f2ff33;border-radius:12px;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.about-card p{color:var(--gray);margin-bottom:1rem;line-height:1.8}.expertise-cards{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.expertise-card{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;border:1px solid #00f2ff1a;border-radius:20px;padding:2.5rem;transition:all .4s}.expertise-card:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 30px 60px #00f2ff33}.expertise-icon{width:80px;height:80px;color:var(--primary);background:#00f2ff33;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;display:flex}.expertise-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.expertise-card p{color:var(--gray);line-height:1.6}.tech-tags{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:2rem;display:flex}.tech-tag{color:var(--primary);background:#00f2ff1a;border:1px solid #00f2ff33;border-radius:20px;padding:.4rem 1rem;font-family:JetBrains Mono,monospace;font-size:.85rem;transition:all .3s}.tech-tag:hover{background:#00f2ff33;transform:translateY(-2px)}.journey-box{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #00f2ff4d;border-radius:20px;margin-bottom:3rem;padding:3rem}.journey-intro{border-bottom:1px solid #00f2ff33;gap:1.5rem;margin-bottom:3rem;padding-bottom:2rem;display:flex}.journey-intro-icon{color:var(--primary);font-size:2rem}.journey-intro p{color:var(--gray);font-size:1.1rem;line-height:1.8}.journey-content{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.journey-section h4{color:var(--primary);margin-bottom:1.5rem;font-size:1.5rem}.journey-section ul{list-style:none}.journey-section li{color:var(--gray);margin-bottom:1rem;padding-left:1.5rem;line-height:1.8;position:relative}.journey-section li:before{content:"▸";color:var(--primary);position:absolute;left:0}footer{text-align:center;background:#050505;border-top:1px solid #00f2ff33;padding:3rem 2rem}.footer-divider{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.footer-line{background:#00f2ff4d;flex:1;max-width:150px;height:1px}.footer-name{color:var(--primary);margin:0 2rem;font-size:1.1rem;font-weight:600}.footer-tagline{color:var(--gray);margin:0;font-size:.9rem}.footer-copyright{color:var(--gray);opacity:.8;margin-top:1rem;font-size:.8rem}@media (max-width:768px){section{min-height:auto;padding:2rem 1rem}.profile-image{width:180px;height:180px;margin-bottom:2rem}.name{font-size:2.5rem}.title{margin-bottom:1.5rem;font-size:1.2rem}.description{max-width:100%;margin-bottom:2rem;font-size:1rem}.section-title{font-size:2rem}.section-subtitle{margin-bottom:2rem;font-size:1.1rem}.about-cards{grid-template-columns:1fr;gap:1.5rem}.about-card{padding:1.5rem}.about-card h3{font-size:1.4rem}.expertise-cards{grid-template-columns:1fr;gap:1.5rem}.expertise-card{padding:2rem}.journey-box{padding:1.5rem}.journey-content{grid-template-columns:1fr;gap:2rem}.btn{padding:.8rem 1.5rem;font-size:1rem}.cta-buttons{gap:1rem}.tech-tags{gap:.5rem}.tech-tag{padding:.3rem .8rem;font-size:.75rem}}
