.Navigation-module__AmG_aG__nav{z-index:1000;background:0 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navigation-module__AmG_aG__nav.Navigation-module__AmG_aG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;box-shadow:0 2px 10px #0000001a}.Navigation-module__AmG_aG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.Navigation-module__AmG_aG__logo button{font-size:1.5rem;font-weight:700;font-family:var(--font-heading);cursor:pointer;color:#fff;background:0 0;border:none;transition:color .3s}.Navigation-module__AmG_aG__scrolled .Navigation-module__AmG_aG__logo button{color:#667eea}.Navigation-module__AmG_aG__logo button:hover{color:#764ba2}.Navigation-module__AmG_aG__navList{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Navigation-module__AmG_aG__navList li button{cursor:pointer;color:#fff;background:0 0;border:none;padding:.5rem 0;font-size:1rem;font-weight:500;transition:color .3s;position:relative}.Navigation-module__AmG_aG__scrolled .Navigation-module__AmG_aG__navList li button{color:#333}.Navigation-module__AmG_aG__navList li button:hover{color:#667eea}.Navigation-module__AmG_aG__navList li button.Navigation-module__AmG_aG__active{color:#0056b3}.Navigation-module__AmG_aG__navList li button.Navigation-module__AmG_aG__active:after{content:"";background:#0056b3;height:2px;position:absolute;bottom:0;left:0;right:0}.Navigation-module__AmG_aG__scrolled .Navigation-module__AmG_aG__navList li button.Navigation-module__AmG_aG__active{color:#0056b3}.Navigation-module__AmG_aG__scrolled .Navigation-module__AmG_aG__navList li button.Navigation-module__AmG_aG__active:after{background:#0056b3}.Navigation-module__AmG_aG__mobileMenuButton{cursor:pointer;color:#fff;background:0 0;border:none;font-size:1.5rem;transition:color .3s;display:none}.Navigation-module__AmG_aG__scrolled .Navigation-module__AmG_aG__mobileMenuButton{color:#333}.Navigation-module__AmG_aG__mobileMenuButton:hover{color:#667eea}.Navigation-module__AmG_aG__mobileMenu{background:#fff;animation:.3s ease-out Navigation-module__AmG_aG__slideDown;box-shadow:0 4px 12px #0000001a}@keyframes Navigation-module__AmG_aG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navigation-module__AmG_aG__mobileMenu ul{margin:0;padding:1rem 2rem;list-style:none}.Navigation-module__AmG_aG__mobileMenu li{margin-bottom:.5rem;animation:.3s ease-out backwards Navigation-module__AmG_aG__fadeInUp}.Navigation-module__AmG_aG__mobileMenu li:first-child{animation-delay:.1s}.Navigation-module__AmG_aG__mobileMenu li:nth-child(2){animation-delay:.15s}.Navigation-module__AmG_aG__mobileMenu li:nth-child(3){animation-delay:.2s}.Navigation-module__AmG_aG__mobileMenu li:nth-child(4){animation-delay:.25s}.Navigation-module__AmG_aG__mobileMenu li:nth-child(5){animation-delay:.3s}@keyframes Navigation-module__AmG_aG__fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Navigation-module__AmG_aG__mobileMenu li button{cursor:pointer;color:#333;text-align:left;background:0 0;border:none;width:100%;padding:.75rem 0;font-size:1.125rem;font-weight:500;transition:color .3s;position:relative}.Navigation-module__AmG_aG__mobileMenu li button:hover,.Navigation-module__AmG_aG__mobileMenu li button.Navigation-module__AmG_aG__active{color:#667eea}.Navigation-module__AmG_aG__mobileMenu li button.Navigation-module__AmG_aG__active:before{content:"";background:#667eea;border-radius:2px;width:4px;height:100%;position:absolute;top:50%;left:-1rem;transform:translateY(-50%)}@media (max-width:768px){.Navigation-module__AmG_aG__navList{display:none}.Navigation-module__AmG_aG__mobileMenuButton{display:block}.Navigation-module__AmG_aG__container{padding:1rem 1.5rem}.Navigation-module__AmG_aG__logo button{font-size:1.25rem}}
.Hero-module__PgAKtG__hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__hero:before{content:"";z-index:0;background:url(/images/macbook-juice.webp) 50%/cover no-repeat;position:absolute;inset:0}.Hero-module__PgAKtG__hero:after{content:"";z-index:1;background:linear-gradient(135deg,#667eeae6 0%,#764ba2e6 100%);position:absolute;inset:0}.Hero-module__PgAKtG__overlay{z-index:1;background:0 0;position:absolute;inset:0}.Hero-module__PgAKtG__content{z-index:2;color:#fff;text-align:center;width:100%;padding:2rem;position:relative}.Hero-module__PgAKtG__container{max-width:800px;margin:0 auto}.Hero-module__PgAKtG__greeting{font-size:1.25rem;font-style:italic;font-family:var(--font-body);margin-bottom:1rem;font-weight:400}.Hero-module__PgAKtG__name{font-size:3.5rem;font-weight:700;font-family:var(--font-heading);margin-bottom:1.5rem;line-height:1.2}.Hero-module__PgAKtG__tagline{font-size:1.125rem;font-style:italic;line-height:1.6;font-family:var(--font-body);max-width:700px;margin:0 auto}@keyframes Hero-module__PgAKtG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__PgAKtG__scrollIcon{color:#fff;cursor:pointer;opacity:.8;transition:opacity .3s;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__PgAKtG__scrollIcon:hover{opacity:1}@media (max-width:768px){.Hero-module__PgAKtG__name{font-size:2.5rem}.Hero-module__PgAKtG__tagline{font-size:1rem}.Hero-module__PgAKtG__greeting{font-size:1.125rem}}@media (max-width:480px){.Hero-module__PgAKtG__name{font-size:2rem}.Hero-module__PgAKtG__tagline{font-size:.9375rem}.Hero-module__PgAKtG__content{padding:1.5rem}}
.About-module__OtWT4W__about{background-color:#f8f9fa;padding:6rem 2rem}.About-module__OtWT4W__container{max-width:1200px;margin:0 auto}.About-module__OtWT4W__title{text-align:center;color:#333;font-size:3rem;font-weight:700;font-family:var(--font-heading);margin-bottom:3rem}.About-module__OtWT4W__profileSection{align-items:flex-start;gap:3rem;margin-bottom:2rem;display:flex}.About-module__OtWT4W__profileImage{flex-shrink:0}.About-module__OtWT4W__profileImage img{object-fit:cover;border-radius:50%;width:200px;height:200px;box-shadow:0 4px 12px #00000026}.About-module__OtWT4W__intro{color:#555;flex:1;font-size:1.125rem;line-height:1.8}.About-module__OtWT4W__intro p{margin-bottom:1.5rem}.About-module__OtWT4W__intro strong{color:#667eea;font-weight:600}.About-module__OtWT4W__downloadBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50px;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;margin:2rem auto;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.About-module__OtWT4W__downloadBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.About-module__OtWT4W__expertiseSection{margin-top:4rem}.About-module__OtWT4W__sectionTitle{text-align:center;color:#333;font-size:2rem;font-weight:600;font-family:var(--font-heading);margin-bottom:2.5rem}.About-module__OtWT4W__expertiseGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.About-module__OtWT4W__expertiseCard{text-align:center;background:#fff;border:2px solid #0000;border-radius:12px;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px #0000001a}.About-module__OtWT4W__expertiseCard:hover{border-color:#667eea4d;transform:translateY(-8px)scale(1.02);box-shadow:0 12px 28px #667eea33}.About-module__OtWT4W__expertiseIcon{transform-origin:50%;margin-bottom:1rem;font-size:3rem;transition:transform .3s}.About-module__OtWT4W__expertiseCard:hover .About-module__OtWT4W__expertiseIcon{transform:scale(1.15)rotate(5deg)}.About-module__OtWT4W__expertiseCard h4{color:#333;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.About-module__OtWT4W__expertiseCard p{color:#666;line-height:1.6}.About-module__OtWT4W__experienceSection{margin-top:4rem}.About-module__OtWT4W__timeline{max-width:900px;margin:0 auto;padding-left:2rem;position:relative}.About-module__OtWT4W__timeline:before{content:"";background:linear-gradient(#667eea 0%,#764ba2 100%);width:2px;position:absolute;top:0;bottom:0;left:0}.About-module__OtWT4W__timelineItem{margin-bottom:3rem;padding-left:2rem;position:relative}.About-module__OtWT4W__timelineDot{background:#fff;border:3px solid #667eea;border-radius:50%;width:1rem;height:1rem;position:absolute;top:.5rem;left:-.5rem}.About-module__OtWT4W__timelineContent{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.About-module__OtWT4W__timelineHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.About-module__OtWT4W__jobTitle{color:#333;margin:0;font-size:1.25rem;font-weight:600}.About-module__OtWT4W__period{color:#667eea;white-space:nowrap;font-size:.875rem;font-weight:600}.About-module__OtWT4W__company{color:#555;margin:.25rem 0;font-size:1rem;font-weight:500}.About-module__OtWT4W__location{color:#777;margin-bottom:1rem;font-size:.875rem}.About-module__OtWT4W__achievements{margin:0;padding:0;list-style:none}.About-module__OtWT4W__achievements li{color:#666;margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.About-module__OtWT4W__achievements li:before{content:"▸";color:#667eea;font-weight:700;position:absolute;left:0}@media (max-width:768px){.About-module__OtWT4W__about{padding:4rem 1.5rem}.About-module__OtWT4W__title{font-size:2rem}.About-module__OtWT4W__profileSection{flex-direction:column;align-items:center;gap:2rem}.About-module__OtWT4W__profileImage img{width:150px;height:150px}.About-module__OtWT4W__sectionTitle{font-size:1.5rem}.About-module__OtWT4W__intro{font-size:1rem}.About-module__OtWT4W__expertiseGrid{grid-template-columns:1fr}.About-module__OtWT4W__timeline,.About-module__OtWT4W__timelineItem{padding-left:1.5rem}.About-module__OtWT4W__timelineHeader{flex-direction:column;align-items:flex-start}}
.Technologies-module__8VES6q__technologies{background-color:#fff;padding:6rem 2rem}.Technologies-module__8VES6q__container{max-width:1200px;margin:0 auto}.Technologies-module__8VES6q__title{text-align:center;color:#333;font-size:3rem;font-weight:700;font-family:var(--font-heading);margin-bottom:1rem}.Technologies-module__8VES6q__subtitle{text-align:center;color:#666;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.Technologies-module__8VES6q__categorySection{margin-bottom:4rem}.Technologies-module__8VES6q__categoryTitle{color:#667eea;text-transform:capitalize;font-size:1.75rem;font-weight:600;font-family:var(--font-heading);margin-bottom:2rem}.Technologies-module__8VES6q__techGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.Technologies-module__8VES6q__techCard{text-align:center;cursor:pointer;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:1px solid #f0f0f0;border-radius:12px;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.Technologies-module__8VES6q__techCard:before{content:"";background:linear-gradient(90deg,#0000,#667eea1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Technologies-module__8VES6q__techCard:hover:before{left:100%}.Technologies-module__8VES6q__techCard:hover{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-color:#667eea;transform:translateY(-8px)scale(1.02);box-shadow:0 12px 32px #667eea40}.Technologies-module__8VES6q__techIcon{color:#667eea;z-index:1;justify-content:center;align-items:center;margin-bottom:1rem;font-size:3.5rem;transition:all .3s;display:flex;position:relative}.Technologies-module__8VES6q__techCard:hover .Technologies-module__8VES6q__techIcon{color:#764ba2;transform:scale(1.15)rotate(-5deg)}.Technologies-module__8VES6q__techName{color:#333;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.Technologies-module__8VES6q__techDescription{color:#666;font-size:.9375rem;line-height:1.6}@media (max-width:768px){.Technologies-module__8VES6q__technologies{padding:4rem 1.5rem}.Technologies-module__8VES6q__title{font-size:2rem}.Technologies-module__8VES6q__subtitle{margin-bottom:3rem;font-size:1rem}.Technologies-module__8VES6q__categoryTitle{font-size:1.5rem}.Technologies-module__8VES6q__techGrid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.Technologies-module__8VES6q__techCard{padding:1.5rem}.Technologies-module__8VES6q__techIcon{font-size:3rem}}
.ProjectCard-module__n7wHwG__card{background:#fff;border-radius:12px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.ProjectCard-module__n7wHwG__card:before{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.ProjectCard-module__n7wHwG__card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #667eea40}.ProjectCard-module__n7wHwG__card:hover:before{transform:scaleX(1)}.ProjectCard-module__n7wHwG__imageContainer{background:#f8f9fa;width:100%;height:250px;overflow:hidden}.ProjectCard-module__n7wHwG__image{width:100%;height:100%;transition:transform .3s}.ProjectCard-module__n7wHwG__imageContain{object-fit:contain}.ProjectCard-module__n7wHwG__imageCover{object-fit:cover}.ProjectCard-module__n7wHwG__card:hover .ProjectCard-module__n7wHwG__image{transform:scale(1.05)}.ProjectCard-module__n7wHwG__content{flex-direction:column;flex:1;padding:2rem;display:flex}.ProjectCard-module__n7wHwG__projectTitle{color:#333;font-size:1.5rem;font-weight:600;font-family:var(--font-heading);margin-bottom:1rem}.ProjectCard-module__n7wHwG__description{color:#666;margin-bottom:1.5rem;line-height:1.6}.ProjectCard-module__n7wHwG__technologies{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.ProjectCard-module__n7wHwG__techBadge{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:.375rem .75rem;font-size:.875rem;font-weight:500}.ProjectCard-module__n7wHwG__features{flex:1;margin:0 0 1.5rem;padding:0;list-style:none}.ProjectCard-module__n7wHwG__features li{color:#555;margin-bottom:.75rem;padding-left:1.5rem;font-size:.9375rem;line-height:1.5;position:relative}.ProjectCard-module__n7wHwG__features li:before{content:"✓";color:#667eea;font-weight:700;position:absolute;left:0}.ProjectCard-module__n7wHwG__links{gap:1rem;margin-top:auto;display:flex}.ProjectCard-module__n7wHwG__link{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.ProjectCard-module__n7wHwG__link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media (max-width:768px){.ProjectCard-module__n7wHwG__card{margin-bottom:0}.ProjectCard-module__n7wHwG__imageContainer{height:200px}.ProjectCard-module__n7wHwG__content{padding:1.5rem}.ProjectCard-module__n7wHwG__projectTitle{font-size:1.25rem}.ProjectCard-module__n7wHwG__links{flex-direction:column}.ProjectCard-module__n7wHwG__link{justify-content:center}}
.Projects-module__HGIySG__projects{background-color:#fff;padding:6rem 2rem}.Projects-module__HGIySG__container{max-width:1200px;margin:0 auto}.Projects-module__HGIySG__title{text-align:center;color:#333;font-size:3rem;font-weight:700;font-family:var(--font-heading);margin-bottom:1rem}.Projects-module__HGIySG__subtitle{text-align:center;color:#666;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.Projects-module__HGIySG__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem;display:grid}@media (max-width:768px){.Projects-module__HGIySG__projects{padding:4rem 1.5rem}.Projects-module__HGIySG__title{font-size:2rem}.Projects-module__HGIySG__subtitle{margin-bottom:3rem;font-size:1rem}.Projects-module__HGIySG__projectsGrid{grid-template-columns:1fr;gap:2rem}}
.Contact-module__dhIxzq__contact{background-color:#f8f9fa;padding:6rem 2rem}.Contact-module__dhIxzq__container{text-align:center;max-width:800px;margin:0 auto}.Contact-module__dhIxzq__title{color:#333;font-size:3rem;font-weight:700;font-family:var(--font-heading);margin-bottom:1rem}.Contact-module__dhIxzq__subtitle{color:#666;margin-bottom:3rem;font-size:1.125rem;line-height:1.8}.Contact-module__dhIxzq__socialLinks{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:3rem;display:flex}.Contact-module__dhIxzq__socialLink{color:#333;background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;min-width:150px;padding:2rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.Contact-module__dhIxzq__socialLink:before{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Contact-module__dhIxzq__socialLink:hover{transform:translateY(-8px)scale(1.05);box-shadow:0 12px 32px #667eea40}.Contact-module__dhIxzq__socialLink:hover:before{transform:scaleX(1)}.Contact-module__dhIxzq__icon{color:#667eea;font-size:3rem;transition:all .3s}.Contact-module__dhIxzq__socialLink:hover .Contact-module__dhIxzq__icon{color:#764ba2;transform:scale(1.2)rotate(5deg)}.Contact-module__dhIxzq__socialLink span{font-size:1.125rem;font-weight:600}.Contact-module__dhIxzq__emailSection{border-top:1px solid #ddd;margin-top:3rem;padding-top:3rem}.Contact-module__dhIxzq__emailText{color:#666;margin-bottom:1rem;font-size:1.125rem}.Contact-module__dhIxzq__emailLink{color:#667eea;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block}.Contact-module__dhIxzq__emailLink:hover{color:#764ba2}@media (max-width:768px){.Contact-module__dhIxzq__contact{padding:4rem 1.5rem}.Contact-module__dhIxzq__title{font-size:2rem}.Contact-module__dhIxzq__subtitle{font-size:1rem}.Contact-module__dhIxzq__socialLinks{flex-direction:column;gap:1.5rem}.Contact-module__dhIxzq__socialLink{width:100%;min-width:auto}.Contact-module__dhIxzq__emailLink{font-size:1.25rem}}
.Footer-module__rnk_JG__footer{color:#fff;text-align:center;background:#333;padding:2rem}.Footer-module__rnk_JG__container{max-width:1200px;margin:0 auto}.Footer-module__rnk_JG__text{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin:0;font-size:1rem;display:flex}.Footer-module__rnk_JG__heart{color:#e74c3c;animation:1.5s ease-in-out infinite Footer-module__rnk_JG__heartbeat}@keyframes Footer-module__rnk_JG__heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width:768px){.Footer-module__rnk_JG__footer{padding:1.5rem}.Footer-module__rnk_JG__text{font-size:.875rem}}
.ScrollToTop-module__xFj8aa__scrollButton{color:#fff;cursor:pointer;z-index:999;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;transition:box-shadow .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #667eea66}.ScrollToTop-module__xFj8aa__scrollButton:hover{box-shadow:0 6px 20px #667eea99}@media (max-width:768px){.ScrollToTop-module__xFj8aa__scrollButton{width:45px;height:45px;font-size:1.125rem;bottom:1.5rem;right:1.5rem}}
