.Hero-module__s-6kkG__hero{align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.Hero-module__s-6kkG__hero:before{content:"";background:radial-gradient(circle at 80% 20%, var(--bg-secondary) 0%, transparent 50%), radial-gradient(circle at 20% 80%, var(--bg-tertiary) 0%, transparent 50%);z-index:-1;opacity:.5;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__s-6kkG__heroContainer{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__s-6kkG__badge{background-color:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);box-shadow:var(--shadow-sm);border-radius:2rem;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;animation:.2s ease-out Hero-module__s-6kkG__slideDown;display:inline-flex}.Hero-module__s-6kkG__pulse{background-color:#10b981;border-radius:50%;width:8px;height:8px;animation:2s 3s infinite Hero-module__s-6kkG__pulse;display:block;box-shadow:0 0 #10b98166}.Hero-module__s-6kkG__title{margin-bottom:1.5rem;animation:.2s ease-out Hero-module__s-6kkG__slideUp}.Hero-module__s-6kkG__highlight{color:#0000;background:linear-gradient(135deg, var(--accent-primary) 0%, #8b5cf6 100%);-webkit-background-clip:text;background-clip:text}.Hero-module__s-6kkG__description{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;animation:.2s ease-out Hero-module__s-6kkG__slideUp}.Hero-module__s-6kkG__actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;animation:.2s ease-out Hero-module__s-6kkG__slideUp;display:flex}.Hero-module__s-6kkG__downloadBtn{gap:.5rem}.Hero-module__s-6kkG__techStack{animation:.2s ease-out Hero-module__s-6kkG__slideUp}.Hero-module__s-6kkG__techStack p{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.Hero-module__s-6kkG__techIcons{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__s-6kkG__techTag{background-color:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border-color);transition:all var(--transition-fast);border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.Hero-module__s-6kkG__techTag:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px)}.Hero-module__s-6kkG__heroImage{justify-content:center;align-items:center;height:100%;animation:.3s ease-out Hero-module__s-6kkG__fadeIn;display:flex;position:relative}.Hero-module__s-6kkG__imageWrapper{aspect-ratio:1;width:100%;max-width:500px;position:relative}.Hero-module__s-6kkG__abstractShape{background:linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);border:1px solid var(--border-color);width:100%;height:100%;box-shadow:var(--shadow-xl);will-change:border-radius;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;justify-content:center;align-items:center;animation:15s ease-in-out 3s infinite alternate Hero-module__s-6kkG__morphing;display:flex;position:relative;transform:translateZ(0)}.Hero-module__s-6kkG__glow{background:radial-gradient(circle, var(--accent-primary) 0%, transparent 60%);opacity:.15;filter:blur(40px);z-index:-1;will-change:transform, opacity;border-radius:50%;width:120%;height:120%;animation:4s ease-in-out 3s infinite alternate Hero-module__s-6kkG__pulseGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__s-6kkG__heroProfileImage{object-fit:cover;border-radius:inherit;width:100%;height:100%;animation:Hero-module__s-6kkG__inherit;opacity:.85;transition:opacity var(--transition-normal);pointer-events:none;position:absolute;inset:0}.Hero-module__s-6kkG__abstractShape:hover .Hero-module__s-6kkG__heroProfileImage{opacity:1}.Hero-module__s-6kkG__codeBlock{color:#e2e8f0;font-family:var(--font-mono,monospace);box-shadow:var(--shadow-2xl);transition:transform var(--transition-normal);background-color:#0f172a;border:1px solid #334155;border-radius:1rem;padding:1.5rem;font-size:.875rem;transform:rotate(-3deg)}.Hero-module__s-6kkG__codeBlock:hover{transform:rotate(0)scale(1.05)}.Hero-module__s-6kkG__codeBlock .Hero-module__s-6kkG__keyword{color:#c678dd}.Hero-module__s-6kkG__codeBlock .Hero-module__s-6kkG__string{color:#98c379}.Hero-module__s-6kkG__scrollDown{color:var(--text-muted);animation:2s 3s infinite Hero-module__s-6kkG__bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes Hero-module__s-6kkG__pulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}@keyframes Hero-module__s-6kkG__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__s-6kkG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__s-6kkG__fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Hero-module__s-6kkG__bounce{0%,20%,50%,80%,to{transform:translateY(0)translate(-50%)}40%{transform:translateY(-10px)translate(-50%)}60%{transform:translateY(-5px)translate(-50%)}}@keyframes Hero-module__s-6kkG__morphing{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}@keyframes Hero-module__s-6kkG__pulseGlow{0%{opacity:.1;transform:translate(-50%,-50%)scale(1)}to{opacity:.2;transform:translate(-50%,-50%)scale(1.1)}}@media (max-width:992px){.Hero-module__s-6kkG__heroContainer{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__s-6kkG__badge{margin:0 auto 2rem}.Hero-module__s-6kkG__description{margin:0 auto 2.5rem}.Hero-module__s-6kkG__actions,.Hero-module__s-6kkG__techIcons{justify-content:center}.Hero-module__s-6kkG__heroImage{order:-1}}
.Skills-module__mkNJJq__skillsSection{background-color:var(--bg-secondary)}.Skills-module__mkNJJq__sectionDesc{text-align:center;max-width:600px;color:var(--text-secondary);margin:0 auto 3rem;font-size:1.1rem}.Skills-module__mkNJJq__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Skills-module__mkNJJq__skillCategoryCard{background-color:var(--bg-primary);box-shadow:var(--shadow-md);border:1px solid var(--border-color);transition:transform var(--transition-normal), box-shadow var(--transition-normal);border-radius:1rem;padding:2rem}.Skills-module__mkNJJq__skillCategoryCard:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-primary);transform:translateY(-5px)}.Skills-module__mkNJJq__cardHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Skills-module__mkNJJq__categoryIcon{background-color:var(--bg-tertiary);border-radius:.75rem;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;display:flex}.Skills-module__mkNJJq__cardHeader h3{color:var(--text-primary);font-size:1.25rem}.Skills-module__mkNJJq__skillsList{flex-direction:column;gap:1.25rem;display:flex}.Skills-module__mkNJJq__skillItem{flex-direction:column;gap:.5rem;display:flex}.Skills-module__mkNJJq__skillInfo{justify-content:space-between;align-items:center;display:flex}.Skills-module__mkNJJq__skillName{color:var(--text-primary);font-size:.9rem;font-weight:500}.Skills-module__mkNJJq__skillPercent{color:var(--accent-primary);font-size:.85rem;font-weight:600}.Skills-module__mkNJJq__progressBarContainer{background-color:var(--bg-tertiary);border-radius:4px;width:100%;height:8px;overflow:hidden}.Skills-module__mkNJJq__progressBarFill{background:linear-gradient(90deg, var(--accent-secondary), var(--accent-primary));border-radius:4px;width:0;height:100%;animation:1.5s ease-out forwards Skills-module__mkNJJq__fillBar}@keyframes Skills-module__mkNJJq__fillBar{to{width:var(--target-width)}}
.Services-module__mJrWua__servicesSection{background-color:var(--bg-tertiary);position:relative;overflow:hidden}.Services-module__mJrWua__servicesSection:before{content:"";background:radial-gradient(circle at 100% 50%, var(--bg-secondary) 0%, transparent 60%);z-index:0;width:40%;height:100%;position:absolute;top:0;right:0}.Services-module__mJrWua__header{text-align:center;z-index:1;max-width:600px;margin:0 auto 4rem;position:relative}.Services-module__mJrWua__subtitle{color:var(--text-secondary);font-size:1.1rem}.Services-module__mJrWua__servicesGrid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid;position:relative}.Services-module__mJrWua__serviceCard{background-color:var(--bg-primary);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:all var(--transition-normal);border-radius:1rem;flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden}.Services-module__mJrWua__serviceCard:before{content:"";background:linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));transform-origin:0;width:100%;height:4px;transition:transform var(--transition-normal);position:absolute;top:0;left:0;transform:scaleX(0)}.Services-module__mJrWua__serviceCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Services-module__mJrWua__serviceCard:hover:before{transform:scaleX(1)}.Services-module__mJrWua__iconWrapper{background-color:var(--bg-tertiary);width:60px;height:60px;transition:background-color var(--transition-fast), color var(--transition-fast);color:var(--accent-primary);border-radius:1rem;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.8rem;display:flex}.Services-module__mJrWua__serviceCard:hover .Services-module__mJrWua__iconWrapper{background-color:var(--accent-primary);color:#fff}.Services-module__mJrWua__serviceTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem}.Services-module__mJrWua__serviceDesc{color:var(--text-secondary);flex:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Services-module__mJrWua__serviceLink{color:var(--accent-primary);transition:gap var(--transition-fast);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.Services-module__mJrWua__serviceLink:hover{gap:.75rem}
.Experience-module__FXDatG__timelineGrid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.Experience-module__FXDatG__columnTitle{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:2.5rem;font-size:1.5rem;display:flex}.Experience-module__FXDatG__icon{font-size:1.75rem}.Experience-module__FXDatG__timeline{position:relative}.Experience-module__FXDatG__timeline:before{content:"";background-color:var(--border-color);width:2px;height:100%;position:absolute;top:0;left:11px}.Experience-module__FXDatG__timelineItem{margin-bottom:3rem;padding-left:3rem;position:relative}.Experience-module__FXDatG__timelineItem:last-child{margin-bottom:0}.Experience-module__FXDatG__timelineDot{background-color:var(--bg-primary);border:4px solid var(--accent-primary);z-index:1;width:24px;height:24px;transition:transform var(--transition-fast), background-color var(--transition-fast);border-radius:50%;position:absolute;top:.25rem;left:0}.Experience-module__FXDatG__timelineItem:hover .Experience-module__FXDatG__timelineDot{background-color:var(--accent-primary);transform:scale(1.2)}.Experience-module__FXDatG__timelineContent{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:transform var(--transition-normal), box-shadow var(--transition-normal);border-radius:1rem;padding:2rem;position:relative}.Experience-module__FXDatG__timelineContent:before{content:"";background-color:var(--bg-secondary);border-left:1px solid var(--border-color);border-bottom:1px solid var(--border-color);width:20px;height:20px;position:absolute;top:1rem;left:-10px;transform:rotate(45deg)}.Experience-module__FXDatG__timelineItem:hover .Experience-module__FXDatG__timelineContent{box-shadow:var(--shadow-md);border-color:var(--border-color);transform:translate(5px)}.Experience-module__FXDatG__period{background-color:var(--bg-tertiary);color:var(--accent-primary);border-radius:2rem;margin-bottom:1rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.Experience-module__FXDatG__role{color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem}.Experience-module__FXDatG__company{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;font-weight:500;display:block}.Experience-module__FXDatG__description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:992px){.Experience-module__FXDatG__timelineGrid{grid-template-columns:1fr;gap:3rem}}@media (max-width:576px){.Experience-module__FXDatG__timelineItem{padding-left:2rem}.Experience-module__FXDatG__timeline:before{left:7px}.Experience-module__FXDatG__timelineDot{border-width:3px;width:16px;height:16px;left:0}.Experience-module__FXDatG__timelineContent{padding:1.5rem}}
.Testimonials-module__VOp6eq__testimonialsSection{background-color:var(--bg-secondary)}.Testimonials-module__VOp6eq__sectionDesc{text-align:center;max-width:600px;color:var(--text-secondary);margin:0 auto 4rem;font-size:1.1rem}.Testimonials-module__VOp6eq__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.Testimonials-module__VOp6eq__testimonialCard{background-color:var(--bg-primary);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:transform var(--transition-normal), box-shadow var(--transition-normal);border-radius:1.5rem;flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative}.Testimonials-module__VOp6eq__testimonialCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Testimonials-module__VOp6eq__quoteIcon{color:var(--accent-primary);opacity:.2;font-family:serif;font-size:4rem;line-height:1;position:absolute;top:1.5rem;right:2rem}.Testimonials-module__VOp6eq__stars{color:#fbbf24;gap:.25rem;margin-bottom:1.5rem;display:flex}.Testimonials-module__VOp6eq__star{font-size:1.25rem}.Testimonials-module__VOp6eq__feedback{color:var(--text-primary);z-index:1;flex:1;margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.7;position:relative}.Testimonials-module__VOp6eq__clientInfo{border-top:1px solid var(--border-color);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.Testimonials-module__VOp6eq__clientAvatar{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:700;display:flex}.Testimonials-module__VOp6eq__clientName{color:var(--text-primary);margin-bottom:.25rem;font-size:1.1rem}.Testimonials-module__VOp6eq__clientRole{color:var(--text-secondary);font-size:.85rem}
