:root{--bg-primary:#050816;--bg-secondary:#0d1117;--bg-card:#ffffff0a;--bg-card-hover:#ffffff12;--accent-blue:#00d4ff;--accent-purple:#7b61ff;--accent-pink:#ff61b6;--gradient-main:linear-gradient(135deg, #00d4ff, #7b61ff, #ff61b6);--gradient-hero:linear-gradient(135deg, #00d4ff 0%, #7b61ff 50%, #ff61b6 100%);--text-primary:#f0f0f0;--text-secondary:#a0aec0;--text-muted:#718096;--border:#ffffff14;--border-accent:#00d4ff4d;--shadow-glow:0 0 40px #00d4ff26;--shadow-card:0 8px 32px #0006;--radius:16px;--radius-sm:8px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--font-main:"Inter", sans-serif;--font-heading:"Space Grotesk", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent-blue);border-radius:10px}::selection{color:var(--text-primary);background:#00d4ff40}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-label{letter-spacing:.25em;text-transform:uppercase;color:var(--accent-blue);margin-bottom:1rem;font-size:.8rem;font-weight:600;display:block}.section-title{font-family:var(--font-heading);background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.section-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.05rem}.glass-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(20px);transition:var(--transition)}.glass-card:hover{background:var(--bg-card-hover);border-color:var(--border-accent);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.gradient-text{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.badge{color:var(--accent-blue);white-space:nowrap;background:#00d4ff1a;border:1px solid #00d4ff40;border-radius:100px;align-items:center;gap:.4rem;padding:.3rem .9rem;font-size:.78rem;font-weight:500;display:inline-flex}.btn{cursor:pointer;transition:var(--transition);font-size:.95rem;font-weight:600;font-family:var(--font-main);border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 2rem;text-decoration:none;display:inline-flex}.btn-primary{background:var(--gradient-hero);color:#fff;box-shadow:0 4px 20px #00d4ff4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00d4ff73}.btn-outline{color:var(--accent-blue);border:1px solid var(--accent-blue);background:0 0}.btn-outline:hover{background:#00d4ff1a;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #00d4ff4d}50%{box-shadow:0 0 40px #00d4ff99}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.animate-fade-up{animation:.6s forwards fadeInUp}.animate-fade{animation:.8s forwards fadeIn}.animate-float{animation:3s ease-in-out infinite float}.divider{background:linear-gradient(90deg, transparent, var(--border-accent), transparent);height:1px;margin:2rem 0}@media (width<=768px){.section{padding:3.5rem 0}.container{padding:0 1.2rem}.section-title{font-size:2rem}}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}section:nth-child(2n){background:linear-gradient(135deg,#0d111780,#0000)}.footer{border-top:1px solid var(--border);background:#050816f2;padding:2rem 0}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-logo{font-family:var(--font-heading);font-size:1.1rem;font-weight:700}.footer .logo-bracket{color:var(--accent-blue)}.footer .logo-name{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 .15rem}.footer-copy{color:var(--text-muted);text-align:center;font-size:.85rem}.footer-socials{gap:.8rem;display:flex}.footer-socials a{background:var(--bg-card);border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;text-decoration:none;display:flex}.footer-socials a:hover{background:var(--gradient-hero);color:#fff;border-color:#0000;transform:translateY(-2px)}@media (width<=600px){.footer-content{text-align:center;justify-content:center}}.navbar{z-index:1000;padding:1.2rem 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);background:#050816eb;border-bottom:1px solid #00d4ff1a;padding:.8rem 0;box-shadow:0 4px 30px #00000080}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{font-family:var(--font-heading);cursor:pointer;transition:var(--transition);font-size:1.3rem;font-weight:700}.logo-bracket{color:var(--accent-blue);font-size:1.4rem}.logo-name{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 .2rem}.nav-links{align-items:center;gap:.25rem;list-style:none;display:flex}.nav-link{color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);font-size:.9rem;font-weight:500;font-family:var(--font-main);background:0 0;border:none;padding:.5rem .9rem;position:relative}.nav-link:after{content:"";background:var(--gradient-hero);width:0;height:2px;transition:var(--transition);border-radius:2px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.nav-link.active:after,.nav-link:hover:after{width:60%}.nav-cta{background:var(--gradient-hero);color:#fff;transition:var(--transition);border-radius:100px;align-items:center;gap:.4rem;margin-left:.5rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 2px 15px #00d4ff40}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 4px 25px #00d4ff66}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.hamburger span{background:var(--text-primary);width:25px;height:2px;transition:var(--transition);border-radius:2px;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=900px){.hamburger{display:flex}.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid var(--border);background:#050816f7;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;width:260px;height:100vh;padding:2rem;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%}.nav-links.open{right:0}.nav-link{text-align:left;width:100%;padding:.8rem 1rem;font-size:1.1rem}.nav-cta{margin:.5rem 0 0}}.hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-canvas{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-glow{filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero-glow-1{background:radial-gradient(circle,#00d4ff1f,#0000);width:600px;height:600px;top:-150px;left:-150px}.hero-glow-2{background:radial-gradient(circle,#7b61ff1f,#0000);width:500px;height:500px;bottom:-100px;right:-100px}.hero-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding-top:2rem;padding-bottom:4rem;display:grid;position:relative}.hero-text{animation:.8s forwards fadeInUp}.hero-greeting{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:500;display:flex}.wave{font-size:1.3rem;animation:2s ease-in-out infinite wave;display:inline-block}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-10deg)}}.hero-name{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1.2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.15}.name-highlight{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.name-last{background:var(--gradient-hero);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shimmer}.hero-role{color:var(--text-secondary);min-height:2rem;margin-bottom:1.4rem;font-size:1.25rem;font-weight:500}.role-typed{color:var(--accent-blue);font-weight:700}.cursor{color:var(--accent-blue);animation:1s step-end infinite blink}.hero-description{color:var(--text-secondary);max-width:500px;margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.hero-description .highlight{color:var(--accent-blue);font-weight:600}.hero-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.hero-socials{align-items:center;gap:1rem;display:flex}.hero-socials a{background:var(--bg-card);border:1px solid var(--border);width:42px;height:42px;color:var(--text-secondary);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;text-decoration:none;display:flex}.hero-socials a:hover{background:var(--gradient-hero);color:#fff;border-color:#0000;transform:translateY(-3px);box-shadow:0 6px 20px #00d4ff4d}.hero-visual{flex-direction:column;align-items:center;gap:2rem;animation:1s .2s both fadeInUp;display:flex}.hero-avatar-ring{justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative}.ring{border:1px solid;border-radius:50%;animation:20s linear infinite rotate;position:absolute}.ring-1{border-color:#00d4ff33;width:320px;height:320px;animation-duration:25s}.ring-2{border-color:#7b61ff33;width:250px;height:250px;animation-duration:18s;animation-direction:reverse}.ring-3{border-color:#ff61b626;width:180px;height:180px;animation-duration:12s}.avatar-container{background:var(--gradient-hero);border-radius:50%;width:160px;height:160px;padding:3px;animation:3s ease-in-out infinite pulse-glow}.avatar-inner{background:var(--bg-secondary);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.avatar-photo{object-fit:cover;object-position:center top;z-index:1;border-radius:50%;width:100%;height:100%;display:block;position:relative}.avatar-glow{background:radial-gradient(circle,#00d4ff26,#0000);border-radius:50%;animation:3s ease-in-out infinite pulse-glow;position:absolute;inset:-30%}.tech-orb{color:#fff;border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;animation:3s ease-in-out infinite float;display:flex;position:absolute}.orb-1{color:var(--accent-blue);background:#00d4ff26;animation-delay:0s;top:10px;right:20px}.orb-2{color:var(--accent-purple);background:#7b61ff26;animation-delay:.5s;bottom:10px;right:30px}.orb-3{color:var(--accent-pink);background:#ff61b626;animation-delay:1s;top:20px;left:20px}.orb-4{color:var(--accent-blue);background:#00d4ff1a;animation-delay:1.5s;bottom:20px;left:30px}.hero-stats{gap:1rem;display:flex}.stat-item{text-align:center;min-width:90px;padding:1rem 1.2rem}.stat-num{font-family:var(--font-heading);background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800;line-height:1.2;display:block}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500}.scroll-indicator{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.4rem;font-size:.75rem;animation:2s ease-in-out infinite float;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-mouse{border:2px solid #00d4ff66;border-radius:12px;justify-content:center;width:24px;height:38px;padding-top:6px;display:flex}.scroll-dot{background:var(--accent-blue);border-radius:2px;width:4px;height:8px;animation:1.8s ease-in-out infinite scroll-dot}@keyframes scroll-dot{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(14px)}}@media (width<=900px){.hero-content{text-align:center;grid-template-columns:1fr}.hero-visual{order:-1}.hero-avatar-ring,.ring-1{width:240px;height:240px}.ring-2{width:180px;height:180px}.ring-3{width:130px;height:130px}.avatar-container{width:110px;height:110px}.hero-badges,.hero-actions,.hero-socials{justify-content:center}.hero-description{margin:0 auto 1.5rem}.hero-stats{justify-content:center}}@media (width<=480px){.hero-name{font-size:2.2rem}.hero-actions{flex-direction:column;align-items:center}}.about-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem;display:grid}.about-card{flex-direction:column;gap:1.2rem;padding:2.5rem;display:flex}.about-icon-wrap{width:60px;height:60px;color:var(--accent-blue);background:linear-gradient(135deg,#00d4ff26,#7b61ff26);border:1px solid #00d4ff33;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.about-text h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:1.4rem;font-weight:700}.about-text p{color:var(--text-secondary);margin-bottom:.8rem;font-size:.97rem;line-height:1.8}.about-text p:last-child{margin-bottom:0}.about-text strong{color:var(--accent-blue);font-weight:600}.about-highlights{flex-direction:column;gap:1rem;display:flex}.highlight-item{align-items:flex-start;gap:1rem;padding:1.2rem 1.5rem;display:flex}.hi-icon{border-radius:var(--radius-sm);background:var(--gradient-hero);color:#fff;justify-content:center;align-items:center;min-width:44px;height:44px;font-size:1rem;display:flex;box-shadow:0 4px 12px #00d4ff40}.hi-content h4{color:var(--text-primary);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.hi-content p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.about-info-row{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.info-pill{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);transition:var(--transition);border-radius:100px;align-items:center;gap:.6rem;padding:.7rem 1.4rem;font-size:.88rem;display:flex}.info-pill:hover{border-color:var(--border-accent);background:var(--bg-card-hover)}.info-pill i{color:var(--accent-blue);font-size:.9rem}.info-pill a{color:var(--text-secondary);transition:var(--transition);text-decoration:none}.info-pill a:hover{color:var(--accent-blue)}@media (width<=768px){.about-grid{grid-template-columns:1fr}}.experience-section{position:relative;overflow:hidden}.exp-bg-glow{pointer-events:none;background:radial-gradient(circle,#7b61ff14,#0000);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.timeline{max-width:900px;margin:0 auto;position:relative}.timeline-item{grid-template-columns:40px 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.timeline-connector{flex-direction:column;align-items:center;padding-top:1.5rem;display:flex}.timeline-dot{background:var(--dot-color,var(--accent-blue));z-index:1;border-radius:50%;flex-shrink:0;width:14px;height:14px;box-shadow:0 0 0 4px #00d4ff26,0 0 20px #00d4ff4d}.timeline-line{background:linear-gradient(#00d4ff4d,#0000);flex:1;width:2px;margin-top:.5rem}.timeline-card{padding:2rem}.exp-header{flex-wrap:wrap;align-items:flex-start;gap:1.2rem;margin-bottom:1.5rem;display:flex}.exp-logo{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--logo-color,#00d4ff), #7b61ff99);width:52px;height:52px;font-family:var(--font-heading);color:#fff;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;font-weight:800;display:flex;box-shadow:0 4px 15px #00d4ff40}.exp-meta{flex:1}.exp-role{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.3rem;font-size:1.2rem;font-weight:700}.exp-company{color:var(--accent-blue);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.exp-sep{color:var(--text-muted)}.exp-location{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.85rem;display:flex}.exp-period{color:var(--accent-blue);white-space:nowrap;background:#00d4ff14;border:1px solid #00d4ff33;border-radius:100px;align-items:center;gap:.4rem;padding:.35rem .9rem;font-size:.82rem;font-weight:500;display:flex}.exp-points{flex-direction:column;gap:.8rem;margin-bottom:1.5rem;list-style:none;display:flex}.exp-point{color:var(--text-secondary);align-items:flex-start;gap:.8rem;font-size:.93rem;line-height:1.7;display:flex}.point-dot{background:var(--gradient-hero);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.55rem}.exp-tech{flex-wrap:wrap;gap:.5rem;display:flex}@media (width<=600px){.timeline-item{grid-template-columns:20px 1fr;gap:1rem}.timeline-card{padding:1.5rem}.exp-period{margin-left:auto}}.projects-section{position:relative}.project-filters{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:3rem;display:flex}.filter-btn{cursor:pointer;transition:var(--transition);background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);font-size:.88rem;font-weight:500;font-family:var(--font-main);border-radius:100px;padding:.55rem 1.4rem}.filter-btn:hover,.filter-btn.active{background:var(--gradient-hero);color:#fff;border-color:#0000;box-shadow:0 4px 15px #00d4ff40}.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.project-card{flex-direction:column;gap:1rem;padding:1.8rem;display:flex;position:relative;overflow:hidden}.project-card.featured{border-color:#00d4ff33}.project-card.featured:before{content:"";background:var(--gradient-hero);height:2px;position:absolute;top:0;left:0;right:0}.featured-badge{color:var(--accent-blue);background:#00d4ff1a;border:1px solid #00d4ff33;border-radius:100px;padding:.2rem .6rem;font-size:.7rem;font-weight:600;position:absolute;top:.8rem;right:.8rem}.project-icon-header{align-items:center;gap:.8rem;display:flex}.project-emoji{filter:drop-shadow(0 0 8px var(--project-color,#00d4ff));font-size:2rem}.project-category{letter-spacing:.08em;text-transform:uppercase;color:var(--project-color,#00d4ff);background:#00d4ff14;border:1px solid #00d4ff26;border-radius:100px;padding:.25rem .7rem;font-size:.75rem;font-weight:600}.project-title{font-family:var(--font-heading);color:var(--text-primary);font-size:1.1rem;font-weight:700;line-height:1.3}.project-desc{color:var(--text-secondary);flex:1;font-size:.88rem;line-height:1.7}.project-tags{flex-wrap:wrap;gap:.4rem;display:flex}.project-tag{color:var(--text-muted);border:1px solid var(--border);background:#ffffff08;border-radius:100px;padding:.15rem .55rem;font-size:.72rem}.project-tech{flex-wrap:wrap;gap:.4rem;display:flex}.project-actions{margin-top:auto}.project-btn{border-radius:var(--radius-sm);padding:.55rem 1.2rem;font-size:.85rem}.projects-footer{justify-content:center;display:flex}@media (width<=1000px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.projects-grid{grid-template-columns:1fr}}.skills-section{position:relative}.skills-groups{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.skill-group{padding:2rem}.skill-group-header{align-items:center;gap:1rem;margin-bottom:1.8rem;display:flex}.skill-group-icon{border-radius:var(--radius-sm);background:linear-gradient(135deg, color-mix(in srgb, var(--icon-color,#00d4ff) 20%, transparent), transparent);border:1px solid color-mix(in srgb, var(--icon-color,#00d4ff) 30%, transparent);width:46px;height:46px;color:var(--icon-color,#00d4ff);justify-content:center;align-items:center;font-size:1.1rem;display:flex}.skill-group-title{font-family:var(--font-heading);color:var(--text-primary);font-size:1rem;font-weight:700}.skill-list{flex-direction:column;gap:1.1rem;display:flex}.skill-info{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.skill-icon-name{color:var(--text-secondary);align-items:center;gap:.6rem;font-size:.88rem;font-weight:500;display:flex}.skill-name{color:var(--text-primary);font-weight:500}.skill-pct{color:var(--text-muted);font-size:.8rem;font-weight:600}.skill-bar{background:#ffffff0f;border-radius:100px;height:5px;overflow:hidden}.skill-fill{border-radius:100px;height:100%;transition:width 1.2s;position:relative}.skill-fill:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;right:0;transform:translateY(-50%);box-shadow:0 0 6px #ffffff80}.soft-skills-section{margin-top:1rem}.soft-title{text-align:center;font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.soft-skills-grid{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.soft-skill-item{color:var(--text-secondary);cursor:default;align-items:center;gap:.6rem;padding:.9rem 1.6rem;font-size:.9rem;font-weight:500;display:flex}.soft-skill-item i{color:var(--accent-blue);font-size:1rem}@media (width<=1000px){.skills-groups{grid-template-columns:1fr 1fr}}@media (width<=640px){.skills-groups{grid-template-columns:1fr}}.edu-section{position:relative}.edu-layout{grid-template-columns:1.5fr 1fr;align-items:start;gap:2.5rem;display:grid}.column-title{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:.7rem;margin-bottom:1.5rem;font-size:1.15rem;font-weight:700;display:flex}.column-title i{color:var(--accent-blue)}.edu-cards{flex-direction:column;gap:1.2rem;display:flex}.edu-card{align-items:flex-start;gap:1.2rem;padding:1.5rem;display:flex}.edu-icon{text-align:center;filter:drop-shadow(0 0 8px #00d4ff4d);min-width:44px;font-size:2rem}.edu-content{flex:1}.edu-top{flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:.7rem;display:flex}.edu-degree{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.3rem;font-size:.97rem;font-weight:700;line-height:1.4}.edu-institution{color:var(--accent-blue);align-items:center;gap:.4rem;font-size:.83rem;font-weight:500;display:flex}.edu-right{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.edu-period{color:var(--text-muted);white-space:nowrap;border:1px solid var(--border);background:#ffffff0a;border-radius:100px;padding:.2rem .6rem;font-size:.78rem;font-weight:500}.edu-achievement{color:var(--ach-color,#00d4ff);background:color-mix(in srgb, var(--ach-color,#00d4ff) 12%, transparent);border:1px solid color-mix(in srgb, var(--ach-color,#00d4ff) 25%, transparent);white-space:nowrap;border-radius:100px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.edu-desc{color:var(--text-muted);font-size:.85rem;line-height:1.6}.cert-column{position:sticky;top:100px}.cert-cards{flex-direction:column;gap:1rem;display:flex}.cert-card{align-items:center;gap:1rem;padding:1.2rem 1.4rem;display:flex}.cert-icon{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--cert-color,#00d4ff) 12%, transparent);border:1px solid color-mix(in srgb, var(--cert-color,#00d4ff) 25%, transparent);width:44px;height:44px;color:var(--cert-color,#00d4ff);flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.cert-info{flex:1}.cert-name{color:var(--text-primary);margin-bottom:.2rem;font-size:.9rem;font-weight:600}.cert-platform{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.78rem;display:flex}.cert-platform i{color:#0077b5}.cert-check{color:#4ade80;font-size:1.1rem}@media (width<=900px){.edu-layout{grid-template-columns:1fr}.cert-column{position:static}}.contact-section{position:relative;overflow:hidden}.contact-bg-glow{pointer-events:none;background:radial-gradient(circle,#00d4ff0f,#0000);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-200px;left:-100px}.contact-layout{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.contact-info-card{padding:2rem}.contact-info-card h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.8rem;font-size:1.4rem;font-weight:700}.contact-info-card>p{color:var(--text-secondary);margin-bottom:1.8rem;font-size:.93rem;line-height:1.7}.contact-links{flex-direction:column;gap:.8rem;margin-bottom:2rem;display:flex}.contact-link{border-radius:var(--radius-sm);border:1px solid var(--border);transition:var(--transition);background:#ffffff08;align-items:center;gap:1rem;padding:.9rem 1.1rem;text-decoration:none;display:flex}.contact-link:hover{border-color:var(--border-accent);background:#00d4ff0d;transform:translate(4px)}.cl-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex}.email-icon{color:#00d4ff;background:#00d4ff1f}.phone-icon{color:#7b61ff;background:#7b61ff1f}.github-icon{color:var(--text-primary);background:#ffffff0f}.linkedin-icon{color:#0077b5;background:#0077b51f}.cl-text{flex-direction:column;gap:.1rem;display:flex}.cl-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.72rem;font-weight:600}.cl-value{color:var(--text-secondary);font-size:.88rem;font-weight:500}.references h4{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:700}.ref-cards{flex-direction:column;gap:.8rem;display:flex}.ref-card{align-items:center;gap:1rem;padding:1rem 1.2rem;display:flex}.ref-avatar{background:var(--gradient-hero);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:.8rem;font-weight:700;display:flex}.ref-name{color:var(--text-primary);margin-bottom:.1rem;font-size:.88rem;font-weight:600}.ref-title{color:var(--text-muted);margin-bottom:.2rem;font-size:.78rem}.ref-phone{color:var(--accent-blue);transition:var(--transition);align-items:center;gap:.3rem;font-size:.78rem;text-decoration:none;display:flex}.ref-phone:hover{color:var(--accent-purple)}.contact-form{flex-direction:column;gap:1.2rem;padding:2rem;display:flex}.contact-form h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.2rem;font-size:1.4rem;font-weight:700}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.form-group input,.form-group textarea{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-family:var(--font-main);transition:var(--transition);resize:vertical;background:#ffffff0a;outline:none;padding:.75rem 1rem;font-size:.9rem}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-blue);background:#00d4ff0a;box-shadow:0 0 0 3px #00d4ff1a}.submit-btn{justify-content:center;width:100%;padding:.9rem;font-size:1rem}@media (width<=900px){.contact-layout,.form-row{grid-template-columns:1fr}}
