.About-module__vAULUW__about{background:var(--bg-secondary);align-items:center;min-height:100vh;margin-left:80px;padding:4rem 2rem;display:flex}.About-module__vAULUW__container{grid-template-columns:1fr 1.2fr;align-items:center;gap:6rem;width:100%;max-width:1400px;margin:0 auto;display:grid}.About-module__vAULUW__imageSection{position:relative}.About-module__vAULUW__imageWrapper{border:3px solid var(--border-color);border-radius:var(--border-radius);max-width:400px;position:relative;overflow:hidden}.About-module__vAULUW__profileImage{filter:grayscale(20%);width:100%;height:auto;transition:filter .3s;display:block}.About-module__vAULUW__imageWrapper:hover .About-module__vAULUW__profileImage{filter:grayscale(0%)}.About-module__vAULUW__decorShape{background:var(--accent-orange);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);width:80px;height:80px;animation:4s ease-in-out infinite About-module__vAULUW__float;position:absolute;top:-20px;right:-20px}.About-module__vAULUW__content{animation:1s ease-out About-module__vAULUW__fadeIn}.About-module__vAULUW__title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.About-module__vAULUW__highlight{color:var(--text-primary);margin-bottom:2rem;font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:500}.About-module__vAULUW__description{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.About-module__vAULUW__stats{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.About-module__vAULUW__stat{text-align:center;background:var(--bg-primary);border-radius:var(--border-radius);padding:1.5rem;transition:transform .3s}.About-module__vAULUW__stat:hover{transform:translateY(-5px)}.About-module__vAULUW__stat h3{color:var(--accent-orange);margin-bottom:.5rem;font-size:2.5rem}.About-module__vAULUW__stat p{color:var(--text-secondary);font-size:.9rem}@media (max-width:1024px){.About-module__vAULUW__about{margin-left:60px}.About-module__vAULUW__container{grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__imageWrapper{max-width:350px;margin:0 auto}.About-module__vAULUW__content{text-align:center}.About-module__vAULUW__stats{max-width:600px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.About-module__vAULUW__about{margin-left:0;padding:3rem 1rem}.About-module__vAULUW__stats{grid-template-columns:1fr;gap:1rem}}
.FeaturedWorks-module__ya0ida__works{background:var(--bg-secondary);align-items:center;min-height:100vh;margin-left:80px;padding:4rem 2rem;display:flex}.FeaturedWorks-module__ya0ida__container{width:100%;max-width:1400px;margin:0 auto}.FeaturedWorks-module__ya0ida__title{text-align:center;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.FeaturedWorks-module__ya0ida__subtitle{color:var(--text-secondary);text-align:center;margin-bottom:4rem;font-size:1.2rem}.FeaturedWorks-module__ya0ida__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.FeaturedWorks-module__ya0ida__projectCard{background:var(--bg-primary);border:2px solid var(--bg-card);border-radius:var(--border-radius);cursor:pointer;flex-direction:column;height:100%;padding:2rem;transition:all .3s;display:flex}.FeaturedWorks-module__ya0ida__projectCard:hover{border-color:var(--accent-orange);transform:translateY(-5px);box-shadow:0 10px 30px #ffe4da33}.FeaturedWorks-module__ya0ida__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.FeaturedWorks-module__ya0ida__projectIcon{background:var(--bg-card);width:50px;height:50px;color:var(--accent-orange);border-radius:10px;justify-content:center;align-items:center;display:flex}.FeaturedWorks-module__ya0ida__arrow{width:40px;height:40px;color:var(--text-secondary);justify-content:center;align-items:center;transition:all .3s;display:flex}.FeaturedWorks-module__ya0ida__projectCard:hover .FeaturedWorks-module__ya0ida__arrow{color:var(--accent-orange);transform:translate(3px,-3px)}.FeaturedWorks-module__ya0ida__projectTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem}.FeaturedWorks-module__ya0ida__projectDescription{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:1rem}.FeaturedWorks-module__ya0ida__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding:0;list-style:none;display:flex}.FeaturedWorks-module__ya0ida__tag{background:var(--bg-card);color:var(--text-secondary);border-radius:20px;padding:.4rem 1rem;font-size:.85rem}.FeaturedWorks-module__ya0ida__viewButton{color:var(--accent-orange);align-items:center;gap:.5rem;font-weight:600;transition:gap .3s;display:flex}.FeaturedWorks-module__ya0ida__projectCard:hover .FeaturedWorks-module__ya0ida__viewButton{gap:1rem}.FeaturedWorks-module__ya0ida__buttonArrow{transition:transform .3s}.FeaturedWorks-module__ya0ida__projectCard:hover .FeaturedWorks-module__ya0ida__buttonArrow{transform:translate(4px)}@media (max-width:1024px){.FeaturedWorks-module__ya0ida__works{margin-left:60px}.FeaturedWorks-module__ya0ida__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.FeaturedWorks-module__ya0ida__works{margin-left:0;padding:3rem 1rem}.FeaturedWorks-module__ya0ida__projectsGrid{grid-template-columns:1fr;gap:1.5rem}}
.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:100vh;margin-left:80px;padding:2rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;display:grid}.Hero-module__ZARIfG__content{animation:1s ease-out Hero-module__ZARIfG__fadeIn}.Hero-module__ZARIfG__greeting{color:var(--text-secondary);letter-spacing:2px;margin-bottom:1rem;font-size:.9rem;display:block}.Hero-module__ZARIfG__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);line-height:1.1}.Hero-module__ZARIfG__subtitle{max-width:500px;margin-bottom:3rem;font-size:clamp(1.1rem,2vw,1.3rem)}.Hero-module__ZARIfG__ctaButton{background:var(--accent-orange);color:#1a1a1a;border-radius:8px;padding:1rem 2.5rem;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #ffe4da33}.Hero-module__ZARIfG__ctaButton:hover{background:var(--accent-orange-hover);color:#1a1a1a;transform:translateY(-2px);box-shadow:0 6px 20px #ffe4da33}.Hero-module__ZARIfG__heroImage{justify-content:center;align-items:center;animation:1s ease-out .3s backwards Hero-module__ZARIfG__fadeIn;display:flex;position:relative}.Hero-module__ZARIfG__imageWrapper{aspect-ratio:1;width:100%;max-width:500px;position:relative}.Hero-module__ZARIfG__placeholder{justify-content:center;align-items:center;width:100%;height:100%;animation:6s ease-in-out infinite Hero-module__ZARIfG__float;display:flex}.Hero-module__ZARIfG__placeholder svg{filter:drop-shadow(0 20px 40px #ffe4da33);width:80%;height:80%}.Hero-module__ZARIfG__floatingShape1,.Hero-module__ZARIfG__floatingShape2,.Hero-module__ZARIfG__floatingShape3{background:var(--accent-orange);opacity:.6;animation:4s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute}.Hero-module__ZARIfG__floatingShape1{clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);width:60px;height:60px;animation-delay:0s;top:10%;right:-10%}.Hero-module__ZARIfG__floatingShape2{clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);width:40px;height:40px;animation-delay:1s;bottom:20%;left:-5%}.Hero-module__ZARIfG__floatingShape3{clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);width:50px;height:50px;animation-delay:2s;bottom:10%;right:10%}.Hero-module__ZARIfG__brandName{letter-spacing:-1px;font-size:1.5rem;font-weight:700;position:absolute;top:2rem;right:2rem}.Hero-module__ZARIfG__decorativeElements{pointer-events:none;width:100%;height:100%;position:absolute;overflow:hidden}.Hero-module__ZARIfG__cube,.Hero-module__ZARIfG__cube2{background:var(--accent-orange);opacity:.15;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);width:100px;height:100px;position:absolute}.Hero-module__ZARIfG__cube{animation:8s ease-in-out infinite Hero-module__ZARIfG__float;top:15%;left:10%}.Hero-module__ZARIfG__cube2{animation:7s ease-in-out infinite reverse Hero-module__ZARIfG__float;bottom:15%;right:5%}@media (max-width:1024px){.Hero-module__ZARIfG__hero{margin-left:60px}.Hero-module__ZARIfG__container{grid-template-columns:1fr;gap:3rem}.Hero-module__ZARIfG__heroImage{order:-1;max-width:400px;margin:0 auto}.Hero-module__ZARIfG__content{text-align:center}.Hero-module__ZARIfG__greeting,.Hero-module__ZARIfG__subtitle{margin-left:auto;margin-right:auto}}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:auto;margin-left:0;padding:4rem 1rem 1rem}.Hero-module__ZARIfG__brandName{font-size:1.2rem;top:1rem;right:1rem}.Hero-module__ZARIfG__heroImage{max-width:300px}}
.LanguageSelector-module__V7wBFG__languageSelector{flex-direction:column;align-items:center;gap:.5rem;width:100%;padding:.5rem;display:flex;position:relative}.LanguageSelector-module__V7wBFG__flagButton{cursor:pointer;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.LanguageSelector-module__V7wBFG__flagButton:hover{opacity:1;transform:translateY(-2px)}.LanguageSelector-module__V7wBFG__flagButton:active{transform:translateY(0)}.LanguageSelector-module__V7wBFG__flagButton.LanguageSelector-module__V7wBFG__selected{opacity:1}.LanguageSelector-module__V7wBFG__flag{justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:flex}.LanguageSelector-module__V7wBFG__dropdown{flex-direction:column;gap:.5rem;width:100%;animation:.2s LanguageSelector-module__V7wBFG__slideIn;display:flex}@keyframes LanguageSelector-module__V7wBFG__slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.LanguageSelector-module__V7wBFG__languageSelector{gap:.375rem;padding:.375rem}.LanguageSelector-module__V7wBFG__flagButton{padding:.375rem}.LanguageSelector-module__V7wBFG__flag{font-size:1.25rem}}
.Sidebar-module__WZVnLW__sidebar{background:var(--bg-secondary);z-index:100;border-right:2px solid var(--border-color);flex-direction:column;align-items:center;width:80px;height:100vh;padding:2rem 0;display:flex;position:fixed;top:0;left:0}.Sidebar-module__WZVnLW__topSection{flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin-bottom:3rem;padding:0 .5rem;display:flex}.Sidebar-module__WZVnLW__menuButton{color:var(--text-primary);background:0 0;padding:.5rem;transition:color .3s}.Sidebar-module__WZVnLW__menuButton:hover{color:var(--accent-orange)}.Sidebar-module__WZVnLW__socialLinks{flex-direction:column;gap:2rem;margin-bottom:auto;display:flex}.Sidebar-module__WZVnLW__socialLinks a{color:var(--text-secondary);justify-content:center;align-items:center;transition:all .3s;display:flex}.Sidebar-module__WZVnLW__socialLinks a:hover{color:var(--accent-orange);transform:translateY(-2px)}.Sidebar-module__WZVnLW__scrollIndicator{color:var(--text-secondary);text-transform:uppercase;letter-spacing:2px;writing-mode:vertical-rl;flex-direction:column;align-items:center;gap:1rem;font-size:.75rem;display:flex;transform:rotate(180deg)}.Sidebar-module__WZVnLW__scrollLine{background:var(--text-secondary);width:1px;height:60px;position:relative;overflow:hidden}.Sidebar-module__WZVnLW__scrollLine:after{content:"";background:var(--accent-orange);width:100%;height:30%;animation:2s ease-in-out infinite Sidebar-module__WZVnLW__scrollDown;position:absolute;top:0;left:0}@keyframes Sidebar-module__WZVnLW__scrollDown{0%{transform:translateY(-100%)}to{transform:translateY(350%)}}@media (max-width:768px){.Sidebar-module__WZVnLW__sidebar{width:60px;padding:1rem 0}.Sidebar-module__WZVnLW__socialLinks{gap:1.5rem}.Sidebar-module__WZVnLW__scrollIndicator{display:none}}
.Skills-module__G7oUEG__skills{align-items:center;min-height:100vh;margin-left:80px;padding:4rem 2rem;display:flex}.Skills-module__G7oUEG__container{text-align:center;width:100%;max-width:1400px;margin:0 auto}.Skills-module__G7oUEG__title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.Skills-module__G7oUEG__subtitle{color:var(--text-secondary);margin-bottom:4rem;font-size:1.2rem}.Skills-module__G7oUEG__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem;max-width:1000px;margin:0 auto;padding:0;list-style:none;display:grid}.Skills-module__G7oUEG__skillCard{background:var(--bg-secondary);border-radius:var(--border-radius);cursor:pointer;border:2px solid #0000;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1.5rem;transition:all .3s;display:flex}.Skills-module__G7oUEG__skillCard:hover{border-color:var(--accent-orange);transform:translateY(-10px);box-shadow:0 10px 30px #ffe4da33}.Skills-module__G7oUEG__icon{width:60px;height:60px;color:var(--text-primary);transition:all .3s}.Skills-module__G7oUEG__brandIcon{background-color:currentColor;width:100%;height:100%;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.Skills-module__G7oUEG__skillCard:hover .Skills-module__G7oUEG__icon{color:var(--accent-orange);transform:scale(1.1)}.Skills-module__G7oUEG__skillName{color:var(--text-primary);font-size:1rem;font-weight:600}@media (max-width:1024px){.Skills-module__G7oUEG__skills{margin-left:60px}.Skills-module__G7oUEG__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem}}@media (max-width:768px){.Skills-module__G7oUEG__skills{margin-left:0;padding:3rem 1rem}.Skills-module__G7oUEG__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}.Skills-module__G7oUEG__skillCard{padding:1.5rem 1rem}.Skills-module__G7oUEG__icon{width:50px;height:50px}}
