.Navbar-module__nuAbfa__nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background:#0b1120cc;position:fixed;top:0;left:0;right:0}.Navbar-module__nuAbfa__wrapper{justify-content:space-between;align-items:center;height:80px;display:flex}.Navbar-module__nuAbfa__logo{color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Navbar-module__nuAbfa__dot{color:var(--accent-primary)}.Navbar-module__nuAbfa__desktopLinks{gap:2rem;display:flex}.Navbar-module__nuAbfa__link{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .2s}.Navbar-module__nuAbfa__link:hover{color:var(--text-primary)}.Navbar-module__nuAbfa__controls{align-items:center;gap:.75rem;display:flex}.Navbar-module__nuAbfa__toggleButton{width:40px;height:40px;color:var(--text-primary);cursor:pointer;background:#6366f11a;border:1px solid #6366f133;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Navbar-module__nuAbfa__toggleButton:hover{border-color:var(--accent-primary);background:#6366f133;transform:translateY(-2px)}.Navbar-module__nuAbfa__flagIcon{border-radius:2px;display:block;overflow:hidden}.Navbar-module__nuAbfa__mobileToggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;display:none}.Navbar-module__nuAbfa__mobileMenu{background:var(--bg-primary);border-bottom:1px solid var(--border-color);overflow:hidden}.Navbar-module__nuAbfa__mobileLinks{flex-direction:column;gap:1rem;padding:1.5rem 0;display:flex}.Navbar-module__nuAbfa__mobileLink{color:var(--text-secondary);padding:.5rem 0;font-size:1.1rem}@media (max-width:768px){.Navbar-module__nuAbfa__desktopLinks{display:none}.Navbar-module__nuAbfa__mobileToggle{display:block}}
.Hero-module__Z8hQ_W__heroSection{background:radial-gradient(circle at center top,#1e293b,var(--bg-primary));justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.Hero-module__Z8hQ_W__heroContent{text-align:left;flex-direction:column;align-items:flex-start;padding-bottom:2rem;display:flex}.Hero-module__Z8hQ_W__subtitle{font-family:var(--font-mono);letter-spacing:.1em;color:var(--accent-primary);opacity:.8;text-transform:uppercase;margin-bottom:2rem;font-size:.9rem}.Hero-module__Z8hQ_W__title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1.1}.Hero-module__Z8hQ_W__description{max-width:600px;color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.Hero-module__Z8hQ_W__actions{align-items:center;gap:1.5rem;display:flex}.Hero-module__Z8hQ_W__socials{gap:1rem;display:flex}.Hero-module__Z8hQ_W__socialLink{background:var(--bg-card);border:1px solid var(--border-color);width:48px;height:48px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Hero-module__Z8hQ_W__socialLink:hover{background:var(--accent-primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.Hero-module__Z8hQ_W__ctaButton{background:var(--text-primary);color:var(--bg-primary);border-radius:999px;justify-content:center;align-items:center;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__Z8hQ_W__ctaButton:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.Hero-module__Z8hQ_W__ctaButtons{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__Z8hQ_W__downloadButton{border:2px solid var(--accent-primary);color:var(--accent-primary);background:0 0;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__Z8hQ_W__downloadButton:hover{background:var(--accent-primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.Hero-module__Z8hQ_W__downloadButton svg{transition:transform .3s}.Hero-module__Z8hQ_W__downloadButton:hover svg{transform:translateY(2px)}.Hero-module__Z8hQ_W__scrollIndicator{color:var(--text-secondary);opacity:.7;z-index:10;flex-direction:column;align-items:center;gap:.5rem;font-size:.8rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__scrollText{text-transform:uppercase;letter-spacing:.1em}.Hero-module__Z8hQ_W__profileImageContainer{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:600px;display:flex}.Hero-module__Z8hQ_W__carouselWrapper{align-items:center;gap:1.5rem;display:flex;position:relative}.Hero-module__Z8hQ_W__carouselButton{background:var(--bg-card);border:1px solid var(--border-color);width:48px;height:48px;color:var(--text-secondary);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Hero-module__Z8hQ_W__carouselButton:hover{background:var(--accent-primary);color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #6366f14d}.Hero-module__Z8hQ_W__profileImageWrapper{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary),#10b981);border-radius:50%;width:380px;height:380px;padding:0;position:relative;overflow:hidden;box-shadow:0 0 40px #6366f14d}.Hero-module__Z8hQ_W__profileImage{object-fit:cover;object-position:center;width:100%;height:100%}.Hero-module__Z8hQ_W__carouselDots{justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.Hero-module__Z8hQ_W__dot{background:var(--border-color);cursor:pointer;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.Hero-module__Z8hQ_W__dot:hover{background:var(--accent-secondary);transform:scale(1.2)}.Hero-module__Z8hQ_W__dotActive{background:var(--accent-primary);border-radius:6px;width:32px}@media (max-width:768px){.Hero-module__Z8hQ_W__heroGrid{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__Z8hQ_W__heroContent{text-align:center;align-items:center}.Hero-module__Z8hQ_W__profileImageContainer{max-width:100%}.Hero-module__Z8hQ_W__carouselWrapper{gap:.75rem}.Hero-module__Z8hQ_W__carouselButton{width:40px;height:40px}.Hero-module__Z8hQ_W__profileImageWrapper{width:280px;height:280px}.Hero-module__Z8hQ_W__title br{display:none}}
.About-module__vqXTeW__section{background:var(--bg-secondary);clip-path:polygon(0 4rem,100% 0,100% calc(100% - 4rem),0 100%);z-index:10;margin-top:-4rem;margin-bottom:-4rem;padding:8rem 0;position:relative}.About-module__vqXTeW__grid{grid-template-columns:1fr;gap:4rem;display:grid}.About-module__vqXTeW__content{text-align:center;max-width:800px;margin:0 auto}.About-module__vqXTeW__text{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;line-height:1.8}.About-module__vqXTeW__features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.About-module__vqXTeW__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:transform .3s}.About-module__vqXTeW__card:hover{border-color:var(--accent-primary);transform:translateY(-8px)}.About-module__vqXTeW__icon{color:var(--accent-primary);margin-bottom:1rem}.About-module__vqXTeW__cardTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.About-module__vqXTeW__cardDesc{color:var(--text-secondary);line-height:1.6}@media (max-width:768px){.About-module__vqXTeW__section{clip-path:none;margin-top:0;margin-bottom:0;padding:6rem 0}.About-module__vqXTeW__grid{gap:3rem}}
.Timeline-module__xPkO6q__section{background:var(--bg-primary);padding:8rem 0;position:relative}.Timeline-module__xPkO6q__timeline{flex-direction:column;gap:3rem;margin-top:4rem;padding-left:2rem;display:flex;position:relative}.Timeline-module__xPkO6q__timeline:before{content:"";background:var(--border-color);opacity:.5;width:2px;position:absolute;top:0;bottom:0;left:0}.Timeline-module__xPkO6q__timelineItem{padding-left:2rem;position:relative}.Timeline-module__xPkO6q__dot{background:var(--bg-secondary);border:1px solid var(--accent-primary);width:2.5rem;height:2.5rem;color:var(--accent-primary);z-index:2;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:-2rem;transform:translate(-50%);box-shadow:0 0 12px #6366f133}.Timeline-module__xPkO6q__timelineContent{background:var(--bg-card);border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem;transition:transform .2s,box-shadow .2s}.Timeline-module__xPkO6q__timelineContent:hover{border-color:var(--accent-secondary);transform:translateY(-4px);box-shadow:0 10px 30px -10px #00000080}.Timeline-module__xPkO6q__header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.5rem;display:flex}.Timeline-module__xPkO6q__role{color:var(--text-primary);font-size:1.25rem;font-weight:600}.Timeline-module__xPkO6q__company{font-family:var(--font-mono);color:var(--accent-secondary);font-size:.9rem}.Timeline-module__xPkO6q__companyLink{font-family:var(--font-mono);color:var(--accent-secondary);font-size:.9rem;text-decoration:none;transition:color .2s;position:relative}.Timeline-module__xPkO6q__companyLink:hover{color:var(--accent-primary)}.Timeline-module__xPkO6q__companyLink:after{content:"↗";opacity:.6;margin-left:.25rem;font-size:.75rem}.Timeline-module__xPkO6q__meta{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.Timeline-module__xPkO6q__description{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.Timeline-module__xPkO6q__techStack{flex-wrap:wrap;gap:.5rem;display:flex}.Timeline-module__xPkO6q__tag{color:var(--accent-primary);background:#6366f11a;border:1px solid #6366f133;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}@media (max-width:640px){.Timeline-module__xPkO6q__timeline{padding-left:1.5rem}.Timeline-module__xPkO6q__dot{width:2rem;height:2rem;left:-1.5rem}.Timeline-module__xPkO6q__header{flex-direction:column;gap:.25rem}}
.Skills-module__P7wDQq__skills{background:var(--bg-secondary);padding:120px 20px;position:relative;overflow:hidden}.Skills-module__P7wDQq__skills:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#5865f21a 0%,#0000 50%),radial-gradient(circle at 80% 70%,#8b5cf61a 0%,#0000 50%);position:absolute;inset:0}[data-theme=light] .Skills-module__P7wDQq__skills:before{background:radial-gradient(circle at 20% 30%,#2c52820d 0%,#0000 50%),radial-gradient(circle at 80% 70%,#2c52820d 0%,#0000 50%)}.Skills-module__P7wDQq__container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.Skills-module__P7wDQq__heading{text-align:center;background:linear-gradient(135deg,#fff 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:80px;font-size:3rem;font-weight:800}[data-theme=light] .Skills-module__P7wDQq__heading{background:linear-gradient(135deg,#1a202c 0%,#2c5282 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Skills-module__P7wDQq__sectionTitle{color:var(--text-primary);align-items:center;gap:12px;margin-bottom:40px;font-size:2rem;font-weight:700;display:flex}.Skills-module__P7wDQq__titleIcon{font-size:2.5rem}.Skills-module__P7wDQq__languagesSection{margin-bottom:80px}.Skills-module__P7wDQq__languagesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:60px;display:grid}.Skills-module__P7wDQq__languageCard{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:20px;padding:30px;transition:all .3s;position:relative;overflow:hidden}.Skills-module__P7wDQq__languageCard:before{content:"";transform-origin:0;background:linear-gradient(90deg,#5865f2,#8b5cf6);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}[data-theme=light] .Skills-module__P7wDQq__languageCard:before{background:linear-gradient(90deg,#2c5282,#2d3748)}.Skills-module__P7wDQq__languageCard:hover{border-color:var(--accent-primary);transform:translateY(-5px);box-shadow:0 20px 60px #5865f233}[data-theme=light] .Skills-module__P7wDQq__languageCard:hover{box-shadow:0 20px 60px #2c528226}.Skills-module__P7wDQq__languageCard:hover:before{transform:scaleX(1)}.Skills-module__P7wDQq__languageHeader{align-items:center;gap:20px;margin-bottom:20px;display:flex}.Skills-module__P7wDQq__flagIconContainer{filter:drop-shadow(0 4px 8px #0000004d);border-radius:4px;justify-content:center;align-items:center;display:flex;overflow:hidden}[data-theme=light] .Skills-module__P7wDQq__flagIconContainer{filter:drop-shadow(0 2px 4px #0000001a)}.Skills-module__P7wDQq__languageInfo{flex:1}.Skills-module__P7wDQq__languageName{color:var(--text-primary);margin:0 0 5px;font-size:1.5rem;font-weight:700}.Skills-module__P7wDQq__languageLevel{color:var(--accent-primary);margin:0;font-size:1rem;font-weight:500}.Skills-module__P7wDQq__languageFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:15px;padding-top:15px;display:flex}.Skills-module__P7wDQq__institutionLink{color:var(--accent-primary);align-items:center;gap:5px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Skills-module__P7wDQq__institutionLink:hover{opacity:.8;transform:translate(3px)}.Skills-module__P7wDQq__status{color:#10b981;background:#10b9811a;border-radius:20px;padding:4px 12px;font-size:.85rem;font-weight:600}[data-theme=light] .Skills-module__P7wDQq__status{color:#059669;background:#0596691a}.Skills-module__P7wDQq__technicalSection{margin-top:60px}.Skills-module__P7wDQq__categoriesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;display:grid}.Skills-module__P7wDQq__categoryCard{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:20px;padding:30px;transition:all .3s;position:relative;overflow:hidden}.Skills-module__P7wDQq__categoryCard:before{content:"";opacity:0;background:linear-gradient(90deg,#5865f2,#8b5cf6);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}[data-theme=light] .Skills-module__P7wDQq__categoryCard:before{background:linear-gradient(90deg,#2c5282,#2d3748)}.Skills-module__P7wDQq__categoryCard:hover{border-color:var(--accent-primary);transform:translateY(-5px);box-shadow:0 20px 60px #8b5cf626}[data-theme=light] .Skills-module__P7wDQq__categoryCard:hover{box-shadow:0 20px 60px #2c52821f}.Skills-module__P7wDQq__categoryCard:hover:before{opacity:1}.Skills-module__P7wDQq__categoryHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:15px;margin-bottom:25px;padding-bottom:15px;display:flex}.Skills-module__P7wDQq__categoryIcon{filter:drop-shadow(0 2px 4px #0000004d);font-size:2rem}[data-theme=light] .Skills-module__P7wDQq__categoryIcon{filter:drop-shadow(0 1px 2px #0000001a)}.Skills-module__P7wDQq__categoryName{color:var(--text-primary);margin:0;font-size:1.3rem;font-weight:700}.Skills-module__P7wDQq__badgesContainer{flex-wrap:wrap;gap:10px;display:flex}.Skills-module__P7wDQq__skillBadge{color:var(--text-primary);cursor:default;background:#5865f21a;border:1px solid #5865f24d;border-radius:12px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-block}[data-theme=light] .Skills-module__P7wDQq__skillBadge{color:var(--text-primary);background:#2c528214;border:1px solid #2c528233}.Skills-module__P7wDQq__skillBadge:hover{background:#5865f233;border-color:#5865f299;transform:translateY(-2px);box-shadow:0 4px 12px #5865f24d}[data-theme=light] .Skills-module__P7wDQq__skillBadge:hover{background:#2c528226;border-color:#2c528266;box-shadow:0 4px 12px #2c528233}@media (max-width:768px){.Skills-module__P7wDQq__skills{padding:80px 20px}.Skills-module__P7wDQq__heading{margin-bottom:50px;font-size:2rem}.Skills-module__P7wDQq__sectionTitle{margin-bottom:30px;font-size:1.5rem}.Skills-module__P7wDQq__titleIcon{font-size:2rem}.Skills-module__P7wDQq__languagesGrid,.Skills-module__P7wDQq__categoriesGrid{grid-template-columns:1fr;gap:20px}.Skills-module__P7wDQq__languageCard,.Skills-module__P7wDQq__categoryCard{padding:20px}.Skills-module__P7wDQq__flag{font-size:2.5rem}.Skills-module__P7wDQq__languageName{font-size:1.2rem}.Skills-module__P7wDQq__categoryName{font-size:1.1rem}.Skills-module__P7wDQq__categoryIcon{font-size:1.5rem}.Skills-module__P7wDQq__skillBadge{padding:6px 12px;font-size:.85rem}}@keyframes Skills-module__P7wDQq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Skills-module__P7wDQq__languageCard,.Skills-module__P7wDQq__categoryCard{opacity:0;animation:.6s forwards Skills-module__P7wDQq__fadeInUp}.Skills-module__P7wDQq__languageCard:first-child{animation-delay:.1s}.Skills-module__P7wDQq__languageCard:nth-child(2){animation-delay:.2s}.Skills-module__P7wDQq__categoryCard:first-child{animation-delay:.1s}.Skills-module__P7wDQq__categoryCard:nth-child(2){animation-delay:.2s}.Skills-module__P7wDQq__categoryCard:nth-child(3){animation-delay:.3s}.Skills-module__P7wDQq__categoryCard:nth-child(4){animation-delay:.4s}.Skills-module__P7wDQq__categoryCard:nth-child(5){animation-delay:.5s}.Skills-module__P7wDQq__categoryCard:nth-child(6){animation-delay:.6s}@keyframes Skills-module__P7wDQq__badgeFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.Skills-module__P7wDQq__skillBadge{opacity:0;animation:.4s forwards Skills-module__P7wDQq__badgeFadeIn}.Skills-module__P7wDQq__skillBadge:first-child{animation-delay:50ms}.Skills-module__P7wDQq__skillBadge:nth-child(2){animation-delay:.1s}.Skills-module__P7wDQq__skillBadge:nth-child(3){animation-delay:.15s}.Skills-module__P7wDQq__skillBadge:nth-child(4){animation-delay:.2s}.Skills-module__P7wDQq__skillBadge:nth-child(5){animation-delay:.25s}.Skills-module__P7wDQq__skillBadge:nth-child(6){animation-delay:.3s}.Skills-module__P7wDQq__skillBadge:nth-child(7){animation-delay:.35s}.Skills-module__P7wDQq__skillBadge:nth-child(8){animation-delay:.4s}
.Education-module__91SPAa__section{background:var(--bg-primary);padding:8rem 0;position:relative}.Education-module__91SPAa__educationList{flex-direction:column;gap:3rem;margin-top:4rem;padding-left:2rem;display:flex;position:relative}.Education-module__91SPAa__educationList:before{content:"";background:var(--border-color);opacity:.5;width:2px;position:absolute;top:0;bottom:0;left:0}.Education-module__91SPAa__educationItem{padding-left:2rem;position:relative}.Education-module__91SPAa__dot{background:var(--bg-secondary);border:1px solid var(--accent-primary);width:2.5rem;height:2.5rem;color:var(--accent-primary);z-index:2;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:-2rem;transform:translate(-50%);box-shadow:0 0 12px #6366f133}.Education-module__91SPAa__educationContent{background:var(--bg-card);border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem;transition:transform .2s,box-shadow .2s}.Education-module__91SPAa__educationContent:hover{border-color:var(--accent-secondary);transform:translateY(-4px);box-shadow:0 10px 30px -10px #00000080}.Education-module__91SPAa__header{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.Education-module__91SPAa__degree{color:var(--text-primary);font-size:1.25rem;font-weight:600}.Education-module__91SPAa__institution{font-family:var(--font-mono);color:var(--accent-secondary);font-size:.9rem}.Education-module__91SPAa__institutionLink{font-family:var(--font-mono);color:var(--accent-secondary);font-size:.9rem;text-decoration:none;transition:color .2s;position:relative}.Education-module__91SPAa__institutionLink:hover{color:var(--accent-primary)}.Education-module__91SPAa__institutionLink:after{content:"↗";opacity:.6;margin-left:.25rem;font-size:.75rem}.Education-module__91SPAa__meta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.Education-module__91SPAa__metaItem{align-items:center;gap:.5rem;display:flex}.Education-module__91SPAa__description{color:var(--text-secondary);line-height:1.6}.Education-module__91SPAa__certificationsHeading{color:var(--text-primary);margin-top:5rem;margin-bottom:-2rem;padding-left:2rem;font-size:1.75rem;font-weight:600}.Education-module__91SPAa__certTitle{color:var(--text-primary);font-size:1.125rem;font-weight:600}.Education-module__91SPAa__dotCert{background:var(--bg-secondary);border:1px solid var(--accent-secondary);width:2.5rem;height:2.5rem;color:var(--accent-secondary);z-index:2;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:-2rem;transform:translate(-50%);box-shadow:0 0 12px #ec489933}@media (max-width:640px){.Education-module__91SPAa__educationList{padding-left:1.5rem}.Education-module__91SPAa__dot,.Education-module__91SPAa__dotCert{width:2rem;height:2rem;left:-1.5rem}.Education-module__91SPAa__meta{flex-direction:column;align-items:flex-start;gap:.5rem}.Education-module__91SPAa__certificationsHeading{padding-left:1.5rem;font-size:1.5rem}}
.Achievements-module__I5DR0q__section{background:var(--bg-primary);padding:8rem 0;position:relative}.Achievements-module__I5DR0q__header{text-align:center;max-width:800px;margin:0 auto 4rem}.Achievements-module__I5DR0q__subtitle{color:var(--accent-primary);justify-content:center;align-items:center;gap:.75rem;margin:1.5rem 0;font-size:1.25rem;font-weight:600;display:flex}.Achievements-module__I5DR0q__trophyIcon{color:gold}.Achievements-module__I5DR0q__description{color:var(--text-secondary);font-size:1.125rem;line-height:1.8}.Achievements-module__I5DR0q__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:900px;margin-bottom:4rem;margin-left:auto;margin-right:auto;display:grid}.Achievements-module__I5DR0q__statCard{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;border-radius:1rem;padding:2rem;transition:transform .2s,box-shadow .2s,border-color .2s}.Achievements-module__I5DR0q__statCard:hover{border-color:var(--accent-primary);transform:translateY(-4px);box-shadow:0 10px 30px -10px #00000080}.Achievements-module__I5DR0q__statIcon{color:var(--accent-primary);margin-bottom:1rem}.Achievements-module__I5DR0q__statValue{color:var(--text-primary);margin-bottom:.5rem;font-size:2rem;font-weight:700}.Achievements-module__I5DR0q__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.Achievements-module__I5DR0q__badgesContainer{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.Achievements-module__I5DR0q__badgeCard{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;border-radius:1rem;transition:transform .2s,box-shadow .2s;overflow:hidden}.Achievements-module__I5DR0q__badgeCard:hover{border-color:var(--accent-secondary);box-shadow:0 20px 40px -10px #6366f14d}.Achievements-module__I5DR0q__badgeImageWrapper{aspect-ratio:16/9;background:linear-gradient(135deg,#6366f11a,#ec48991a);width:100%;position:relative}.Achievements-module__I5DR0q__badgeImage{object-fit:contain;width:100%;height:100%}.Achievements-module__I5DR0q__badgeInfo{text-align:center;background:var(--bg-secondary);padding:1.5rem}.Achievements-module__I5DR0q__badgeYear{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Achievements-module__I5DR0q__badgeMinutes{color:var(--accent-secondary);font-size:1rem;font-weight:500}@media (max-width:768px){.Achievements-module__I5DR0q__section{padding:4rem 0}.Achievements-module__I5DR0q__statsGrid{grid-template-columns:1fr;gap:1rem}.Achievements-module__I5DR0q__badgesContainer{grid-template-columns:1fr;gap:1.5rem}.Achievements-module__I5DR0q__subtitle,.Achievements-module__I5DR0q__description{font-size:1rem}.Achievements-module__I5DR0q__statValue{font-size:1.5rem}}
.Footer-module__EZoWya__footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);margin-top:auto;padding:4rem 0}.Footer-module__EZoWya__content{flex-direction:column;align-items:center;gap:2rem;display:flex}.Footer-module__EZoWya__contactInfo{color:var(--text-secondary);flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.95rem;display:flex}.Footer-module__EZoWya__contactItem{align-items:center;gap:.5rem;display:flex}.Footer-module__EZoWya__socials{gap:1.5rem;display:flex}.Footer-module__EZoWya__socialLink{color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.Footer-module__EZoWya__socialLink:hover{color:var(--accent-primary);border-color:var(--accent-primary);transform:translateY(-2px)}.Footer-module__EZoWya__copy{color:var(--text-secondary);opacity:.7;font-size:.9rem}@media (max-width:640px){.Footer-module__EZoWya__contactInfo{flex-direction:column;align-items:center;gap:1rem}}
