.HeroSection-module__sBkrQG__hero{min-height:100vh;padding-top:var(--navbar-height);background:linear-gradient(165deg,#0b1221 0%,#0f1d30 40%,#0a1628 100%);align-items:center;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__gridOverlay{pointer-events:none;background-image:linear-gradient(#8ab44f0a 1px,#0000 1px),linear-gradient(90deg,#8ab44f0a 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.HeroSection-module__sBkrQG__particles{pointer-events:none;position:absolute;inset:0}.HeroSection-module__sBkrQG__particle{background:var(--primary-green);opacity:.2;border-radius:50%;width:3px;height:3px;animation:ease-in-out infinite HeroSection-module__sBkrQG__float;position:absolute}@keyframes HeroSection-module__sBkrQG__float{0%,to{opacity:.1;transform:translate(0)}50%{opacity:.4;transform:translate(20px,-30px)}}.HeroSection-module__sBkrQG__container{max-width:var(--max-width);z-index:2;width:100%;margin:0 auto;padding:40px 24px;position:relative}.HeroSection-module__sBkrQG__content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.HeroSection-module__sBkrQG__left{animation:.8s both HeroSection-module__sBkrQG__fadeInUp}@keyframes HeroSection-module__sBkrQG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module__sBkrQG__tag{border-radius:var(--border-radius-full);color:var(--primary-green-light);font-family:var(--font-mono);background:#8ab44f1a;border:1px solid #8ab44f33;align-items:center;gap:10px;margin-bottom:24px;padding:8px 18px;font-size:.8rem;font-weight:500;display:inline-flex}.HeroSection-module__sBkrQG__tagDot{background:var(--primary-green);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite HeroSection-module__sBkrQG__pulse}@keyframes HeroSection-module__sBkrQG__pulse{0%,to{opacity:1;box-shadow:0 0 #8ab44f66}50%{opacity:.8;box-shadow:0 0 0 8px #8ab44f00}}.HeroSection-module__sBkrQG__name{color:var(--text-light);letter-spacing:-1px;margin-bottom:16px;font-size:clamp(2.5rem,5.5vw,4.5rem);line-height:1.1}.HeroSection-module__sBkrQG__nameAccent{background:linear-gradient(135deg, var(--primary-green), var(--teal-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.HeroSection-module__sBkrQG__subtitle{color:var(--text-light-secondary);margin-bottom:20px;font-size:1.1rem;font-weight:400}.HeroSection-module__sBkrQG__description{color:#fff9;max-width:500px;margin-bottom:24px;font-size:.95rem;line-height:1.8}.HeroSection-module__sBkrQG__tags{flex-wrap:wrap;gap:8px;margin-bottom:32px;display:flex}.HeroSection-module__sBkrQG__skillTag{border-radius:var(--border-radius-full);color:#ffffffb3;transition:all var(--transition-base);background:#ffffff0f;border:1px solid #ffffff14;padding:6px 14px;font-size:.8rem;font-weight:500}.HeroSection-module__sBkrQG__skillTag:hover{color:var(--primary-green-light);background:#8ab44f26;border-color:#8ab44f4d}.HeroSection-module__sBkrQG__actions{flex-wrap:wrap;gap:16px;display:flex}.HeroSection-module__sBkrQG__right{flex-direction:column;align-items:center;gap:32px;animation:.8s .2s both HeroSection-module__sBkrQG__fadeInUp;display:flex}.HeroSection-module__sBkrQG__imageWrapper{width:320px;height:400px;position:relative}.HeroSection-module__sBkrQG__imageBorder{border-radius:var(--border-radius-xl);border:2px solid #8ab44f33;position:absolute;inset:-8px;transform:rotate(3deg)}.HeroSection-module__sBkrQG__imageContainer{border-radius:var(--border-radius-xl);width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080}.HeroSection-module__sBkrQG__profileImage{object-fit:cover;width:100%;height:100%}.HeroSection-module__sBkrQG__imageDecor{opacity:.5;animation:20s linear infinite HeroSection-module__sBkrQG__spin;position:absolute;top:-30px;right:-30px}@keyframes HeroSection-module__sBkrQG__spin{to{transform:rotate(360deg)}}.HeroSection-module__sBkrQG__statsGrid{grid-template-columns:repeat(2,1fr);gap:12px;width:100%;max-width:380px;display:grid}.HeroSection-module__sBkrQG__statCard{border-radius:var(--border-radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-base);background:#ffffff0a;border:1px solid #ffffff0f;align-items:center;gap:12px;padding:14px 16px;display:flex}.HeroSection-module__sBkrQG__statCard:hover{background:#ffffff14;border-color:#8ab44f4d;transform:translateY(-2px)}.HeroSection-module__sBkrQG__statIcon{font-size:1.3rem}.HeroSection-module__sBkrQG__statValue{color:var(--text-light);font-size:1.1rem;font-weight:700;line-height:1.2;display:block}.HeroSection-module__sBkrQG__statLabel{color:#ffffff80;font-size:.75rem;display:block}.HeroSection-module__sBkrQG__scrollIndicator{flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.HeroSection-module__sBkrQG__scrollLine{background:linear-gradient(180deg, var(--primary-green), transparent);width:1px;height:40px;animation:2s ease-in-out infinite HeroSection-module__sBkrQG__scrollPulse}@keyframes HeroSection-module__sBkrQG__scrollPulse{0%,to{opacity:.3;height:40px}50%{opacity:1;height:50px}}.HeroSection-module__sBkrQG__scrollText{font-family:var(--font-mono);color:#ffffff4d;letter-spacing:2px;text-transform:uppercase;font-size:.7rem}@media (max-width:900px){.HeroSection-module__sBkrQG__content{text-align:center;grid-template-columns:1fr;gap:40px}.HeroSection-module__sBkrQG__left{order:2}.HeroSection-module__sBkrQG__right{order:1}.HeroSection-module__sBkrQG__description{margin-left:auto;margin-right:auto}.HeroSection-module__sBkrQG__tags,.HeroSection-module__sBkrQG__actions{justify-content:center}.HeroSection-module__sBkrQG__imageWrapper{width:250px;height:320px}.HeroSection-module__sBkrQG__statsGrid{max-width:320px;margin:0 auto}}@media (max-width:480px){.HeroSection-module__sBkrQG__statsGrid{grid-template-columns:1fr}.HeroSection-module__sBkrQG__imageWrapper{width:200px;height:260px}}
