.Header-module__ldgnoG__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-bottom:1px solid #0000001a;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__ldgnoG__scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.Header-module__ldgnoG__container{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__ldgnoG__logo a{color:#2563eb;font-size:1.5rem;font-weight:700;text-decoration:none}.Header-module__ldgnoG__nav{gap:2rem;display:flex}.Header-module__ldgnoG__nav a{color:#374151;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Header-module__ldgnoG__nav a:hover{color:#2563eb}.Header-module__ldgnoG__nav a:after{content:"";background:#2563eb;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Header-module__ldgnoG__nav a:hover:after{width:100%}.Header-module__ldgnoG__menuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;padding:0;display:none}.Header-module__ldgnoG__menuToggle span{background:#374151;width:100%;height:3px;transition:all .3s}.Header-module__ldgnoG__menuToggle.Header-module__ldgnoG__active span:first-child{transform:rotate(45deg)translate(8px,8px)}.Header-module__ldgnoG__menuToggle.Header-module__ldgnoG__active span:nth-child(2){opacity:0}.Header-module__ldgnoG__menuToggle.Header-module__ldgnoG__active span:nth-child(3){transform:rotate(-45deg)translate(8px,-8px)}.Header-module__ldgnoG__headerActions{align-items:center;gap:1rem;display:flex}@media (max-width:768px){.Header-module__ldgnoG__menuToggle{display:flex}.Header-module__ldgnoG__nav{opacity:0;visibility:hidden;background:#fff;flex-direction:column;padding:2rem;transition:all .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-100%);box-shadow:0 5px 20px #0000001a}.Header-module__ldgnoG__nav.Header-module__ldgnoG__active{opacity:1;visibility:visible;transform:translateY(0)}}
.Hero-module__JgYmMq__hero{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);align-items:center;min-height:100vh;padding:120px 0 80px;display:flex}.Hero-module__JgYmMq__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Hero-module__JgYmMq__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__JgYmMq__heroTitle{margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.2}.Hero-module__JgYmMq__highlight{color:#fbbf24}.Hero-module__JgYmMq__heroDescription{opacity:.8;margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.Hero-module__JgYmMq__heroDescription:last-of-type{margin-bottom:2rem}.Hero-module__JgYmMq__heroButtons{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__JgYmMq__btn{border-radius:8px;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.Hero-module__JgYmMq__btnPrimary{color:#1f2937;background:#fbbf24}.Hero-module__JgYmMq__btnPrimary:hover{background:#f59e0b;transform:translateY(-2px)}.Hero-module__JgYmMq__heroImage{text-align:center}.Hero-module__JgYmMq__profileImage{border:5px solid #fff3;border-radius:50%;width:100%;max-width:400px;height:auto;box-shadow:0 20px 40px #0003}@media (max-width:768px){.Hero-module__JgYmMq__hero{padding:100px 0 60px}.Hero-module__JgYmMq__heroContent{text-align:center;grid-template-columns:1fr;gap:2rem}.Hero-module__JgYmMq__heroTitle{font-size:2.5rem}.Hero-module__JgYmMq__btn{padding:10px 20px;font-size:.9rem}}
.Projects-module__T_D1Ca__projects{background:#f9fafb;padding:80px 0}.Projects-module__T_D1Ca__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Projects-module__T_D1Ca__sectionTitle{text-align:center;color:#1f2937;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.Projects-module__T_D1Ca__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.Projects-module__T_D1Ca__projectCard{background:#fff;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 6px #0000000d}.Projects-module__T_D1Ca__projectCard:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.Projects-module__T_D1Ca__projectImage{height:250px;position:relative;overflow:hidden}.Projects-module__T_D1Ca__projectImage img{transition:transform .3s}.Projects-module__T_D1Ca__projectCard:hover .Projects-module__T_D1Ca__projectImage img{transform:scale(1.05)}.Projects-module__T_D1Ca__projectOverlay{opacity:0;background:#2563ebe6;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.Projects-module__T_D1Ca__projectCard:hover .Projects-module__T_D1Ca__projectOverlay{opacity:1}.Projects-module__T_D1Ca__projectLinks{gap:1rem;display:flex}.Projects-module__T_D1Ca__projectLink{color:#2563eb;background:#fff;border-radius:6px;padding:8px 16px;font-weight:600;text-decoration:none;transition:all .3s}.Projects-module__T_D1Ca__projectLink:hover{background:#f3f4f6;transform:translateY(-2px)}.Projects-module__T_D1Ca__projectContent{padding:1.5rem}.Projects-module__T_D1Ca__projectTitle{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.Projects-module__T_D1Ca__projectDescription{color:#6b7280;margin-bottom:1rem;line-height:1.6}.Projects-module__T_D1Ca__projectTechnologies{flex-wrap:wrap;gap:.5rem;display:flex}.Projects-module__T_D1Ca__techTag{color:#3730a3;background:#e0e7ff;border-radius:4px;padding:4px 8px;font-size:.8rem;font-weight:500}@media (max-width:768px){.Projects-module__T_D1Ca__projectsGrid{grid-template-columns:1fr}.Projects-module__T_D1Ca__sectionTitle{font-size:2rem}}
.Skills-module__-4weLa__skills{padding:80px 0}.Skills-module__-4weLa__container{max-width:1200px;margin:0 auto;padding:0 20px}.Skills-module__-4weLa__sectionTitle{text-align:center;color:#333;margin-bottom:50px;font-size:2.5rem}.Skills-module__-4weLa__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;display:grid}.Skills-module__-4weLa__skillCategory h3{color:#444;border-bottom:2px solid #eee;margin-bottom:20px;padding-bottom:10px;font-size:1.5rem}.Skills-module__-4weLa__skillsList{flex-direction:column;gap:20px;display:flex}.Skills-module__-4weLa__skillItem{width:100%}.Skills-module__-4weLa__skillInfo{justify-content:space-between;margin-bottom:8px;display:flex}.Skills-module__-4weLa__skillName{font-size:1rem;font-weight:500}.Skills-module__-4weLa__skillLevelBar{border-radius:4px;width:100%;height:30px;display:flex;overflow:hidden}.Skills-module__-4weLa__levelSegment{color:#00000080;background-color:#f1f5f9;border-right:1px solid #ffffff4d;flex:1;justify-content:center;align-items:center;font-size:.75rem;font-weight:500;transition:all .3s;display:flex}.Skills-module__-4weLa__levelSegment:last-child{border-right:none}.Skills-module__-4weLa__beginnerActive{color:#fff;background-color:#f87171}.Skills-module__-4weLa__intermediateActive{color:#fff;background-color:#facc15}.Skills-module__-4weLa__advancedActive{color:#fff;background-color:#4ade80}@media (max-width:768px){.Skills-module__-4weLa__skillsGrid{grid-template-columns:1fr}.Skills-module__-4weLa__levelSegment{font-size:.7rem}}
.Passion-module__Syn1KW__passion{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:80px 0}.Passion-module__Syn1KW__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Passion-module__Syn1KW__passionTitle{text-align:center;color:#1f2937;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.Passion-module__Syn1KW__passionContent{grid-template-columns:2fr;gap:4rem;margin-bottom:4rem;display:grid}.Passion-module__Syn1KW__passionIntro{margin-bottom:3rem}.Passion-module__Syn1KW__passionPoints{flex-direction:column;gap:2rem;display:flex}.Passion-module__Syn1KW__passionPoint{background:#fff;border-radius:12px;gap:1rem;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 6px #0000000d}.Passion-module__Syn1KW__passionPoint:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.Passion-module__Syn1KW__icon{background:#e0e7ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:flex}.Passion-module__Syn1KW__content h4{color:#1f2937;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}@media (max-width:768px){.Passion-module__Syn1KW__passionContent{grid-template-columns:1fr;gap:2rem}.Passion-module__Syn1KW__icon{align-self:center}.Passion-module__Syn1KW__passionTitle{font-size:2rem}}
.Education-module__ayRIla__education{background:#fff;padding:80px 0}.Education-module__ayRIla__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Education-module__ayRIla__sectionTitle{text-align:center;color:#1f2937;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.Education-module__ayRIla__educationContent{grid-template-columns:1fr;gap:4rem;display:grid}.Education-module__ayRIla__subsectionTitle{color:#2563eb;text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:600}.Education-module__ayRIla__educationTimeline{padding-left:2rem;position:relative}.Education-module__ayRIla__educationTimeline:before{content:"";background:#e5e7eb;width:2px;position:absolute;top:0;bottom:0;left:1rem}.Education-module__ayRIla__educationItem{margin-bottom:3rem;position:relative}.Education-module__ayRIla__educationMarker{background:#2563eb;border:4px solid #fff;border-radius:50%;width:16px;height:16px;position:absolute;top:1rem;left:-2rem;box-shadow:0 0 0 4px #e5e7eb}.Education-module__ayRIla__educationCard{background:#f9fafb;border-left:4px solid #2563eb;border-radius:12px;padding:2rem;transition:all .3s;box-shadow:0 4px 6px #0000000d}.Education-module__ayRIla__educationCard:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.Education-module__ayRIla__educationHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.Education-module__ayRIla__degree{color:#1f2937;margin:0;font-size:1.3rem;font-weight:600}.Education-module__ayRIla__period{color:#fff;background:#2563eb;border-radius:20px;padding:4px 12px;font-size:.9rem;font-weight:500}.Education-module__ayRIla__institution{color:#374151;margin-bottom:1rem;font-size:1.1rem}.Education-module__ayRIla__description{color:#6b7280;margin-bottom:1rem;line-height:1.6}.Education-module__ayRIla__gpa{color:#059669;margin-bottom:1rem;font-weight:500}.Education-module__ayRIla__achievements{margin:0;padding:0;list-style:none}.Education-module__ayRIla__achievements li{color:#4b5563;padding:.25rem 0 .25rem 1.5rem;position:relative}.Education-module__ayRIla__achievements li:before{content:"🏆";position:absolute;left:0}.Education-module__ayRIla__certificationsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.Education-module__ayRIla__certificationCard{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.Education-module__ayRIla__certificationCard:before{content:"";background:linear-gradient(90deg,#2563eb,#3b82f6);height:4px;position:absolute;top:0;left:0;right:0}.Education-module__ayRIla__certificationCard:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 8px 25px #2563eb1a}.Education-module__ayRIla__certHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:1rem;display:flex}.Education-module__ayRIla__certHeader h4{color:#1f2937;flex:1;margin:0;font-size:1.1rem;font-weight:600}.Education-module__ayRIla__certDate{color:#374151;background:#f3f4f6;border-radius:12px;padding:2px 8px;font-size:.8rem;font-weight:500}.Education-module__ayRIla__certIssuer{color:#2563eb;margin-bottom:1rem;font-weight:500}.Education-module__ayRIla__certActions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Education-module__ayRIla__credentialId{color:#6b7280;font-family:monospace;font-size:.8rem}.Education-module__ayRIla__verifyLink{color:#2563eb;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.Education-module__ayRIla__verifyLink:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:768px){.Education-module__ayRIla__educationTimeline{padding-left:1rem}.Education-module__ayRIla__educationTimeline:before{left:.5rem}.Education-module__ayRIla__educationMarker{left:-1.5rem}.Education-module__ayRIla__educationHeader{flex-direction:column;align-items:flex-start}.Education-module__ayRIla__certificationsGrid{grid-template-columns:1fr}.Education-module__ayRIla__sectionTitle{font-size:2rem}.Education-module__ayRIla__subsectionTitle{font-size:1.5rem}}
.Contact-module__Bs3a0a__contact{background:#fff;padding:80px 0}.Contact-module__Bs3a0a__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Contact-module__Bs3a0a__sectionTitle{text-align:center;color:#1f2937;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.Contact-module__Bs3a0a__contactContent{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.Contact-module__Bs3a0a__contactInfo h3{color:#1f2937;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.Contact-module__Bs3a0a__contactInfo p{color:#6b7280;margin-bottom:2rem;line-height:1.6}.Contact-module__Bs3a0a__contactDetails{margin-bottom:2rem}.Contact-module__Bs3a0a__contactItem{background:#f9fafb;border-radius:8px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.Contact-module__Bs3a0a__contactItem strong{color:#374151;min-width:80px}.Contact-module__Bs3a0a__contactItem a{color:#2563eb;text-decoration:none}.Contact-module__Bs3a0a__contactItem a:hover{text-decoration:underline}.Contact-module__Bs3a0a__socialLinks{gap:1rem;display:flex}.Contact-module__Bs3a0a__socialLink{color:#fff;background:#2563eb;border-radius:6px;padding:8px 16px;font-weight:500;text-decoration:none;transition:all .3s}.Contact-module__Bs3a0a__socialLink:hover{background:#1d4ed8;transform:translateY(-2px)}.Contact-module__Bs3a0a__contactForm{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.Contact-module__Bs3a0a__formGroup{margin-bottom:1.5rem}.Contact-module__Bs3a0a__formGroup label{color:#374151;margin-bottom:.5rem;font-weight:600;display:block}.Contact-module__Bs3a0a__formGroup input,.Contact-module__Bs3a0a__formGroup textarea{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:12px;font-family:inherit;font-size:1rem;transition:border-color .3s}.Contact-module__Bs3a0a__formGroup input:focus,.Contact-module__Bs3a0a__formGroup textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.Contact-module__Bs3a0a__formGroup textarea{resize:vertical;min-height:120px}.Contact-module__Bs3a0a__error{color:#dc2626;margin-top:.25rem;font-size:.9rem}.Contact-module__Bs3a0a__btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;width:100%;padding:12px 24px;font-weight:600;transition:all .3s}.Contact-module__Bs3a0a__btn:hover:not(:disabled){background:#1d4ed8;transform:translateY(-2px)}.Contact-module__Bs3a0a__btn:disabled{cursor:not-allowed;background:#9ca3af;transform:none}.Contact-module__Bs3a0a__confirmationMessage{color:red;margin-bottom:1em;font-weight:700}@media (max-width:768px){.Contact-module__Bs3a0a__contactContent{grid-template-columns:1fr;gap:2rem}.Contact-module__Bs3a0a__sectionTitle{font-size:2rem}.Contact-module__Bs3a0a__socialLinks{flex-wrap:wrap}}
.Footer-module__Grjkva__footer{color:#fff;background:#1f2937;padding:3rem 0 1rem}.Footer-module__Grjkva__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__Grjkva__footerContent{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.Footer-module__Grjkva__footerSection h3{color:#fbbf24;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.Footer-module__Grjkva__footerSection h4{color:#e5e7eb;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.Footer-module__Grjkva__footerSection p{color:#9ca3af;line-height:1.6}.Footer-module__Grjkva__footerSection ul{padding:0;list-style:none}.Footer-module__Grjkva__footerSection ul li{margin-bottom:.5rem}.Footer-module__Grjkva__footerSection ul li a{color:#9ca3af;text-decoration:none;transition:color .3s}.Footer-module__Grjkva__footerSection ul li a:hover{color:#fbbf24}.Footer-module__Grjkva__socialLinks{flex-wrap:wrap;gap:1rem;display:flex}.Footer-module__Grjkva__socialLinks a{color:#9ca3af;text-decoration:none;transition:color .3s}.Footer-module__Grjkva__socialLinks a:hover{color:#fbbf24}.Footer-module__Grjkva__footerBottom{text-align:center;border-top:1px solid #374151;padding-top:1rem}.Footer-module__Grjkva__footerBottom p{color:#9ca3af;margin:0}@media (max-width:768px){.Footer-module__Grjkva__footerContent{text-align:center;grid-template-columns:1fr}.Footer-module__Grjkva__socialLinks{justify-content:center}}
