.AboutSection-module__Z9HGGq__aboutPage{background-color:var(--bg-primary);width:100%;min-height:90vh;padding:70px 5vw 0;transition:background-color .3s}.AboutSection-module__Z9HGGq__container{width:100%;max-width:1400px;margin:0 auto}.AboutSection-module__Z9HGGq__mainGrid{grid-template-columns:1fr 1fr;gap:6rem;width:100%;display:grid;position:relative}.AboutSection-module__Z9HGGq__leftColumn{flex-direction:column;gap:200px;padding-bottom:0;display:flex}.AboutSection-module__Z9HGGq__aboutContent{flex-direction:column;justify-content:center;gap:.7rem;min-height:80vh;display:flex}.AboutSection-module__Z9HGGq__heroTitle{font-family:var(--font-heading);color:var(--text-primary);text-transform:uppercase;letter-spacing:-2px;margin:0;font-size:5rem;font-weight:700;line-height:1}.AboutSection-module__Z9HGGq__name{font-family:var(--font-heading);color:var(--text-primary);text-transform:uppercase;letter-spacing:2px;margin:0;font-size:1.5rem;font-weight:400}.AboutSection-module__Z9HGGq__bioText{flex-direction:column;gap:1.25rem;margin-top:1rem;padding-bottom:25px;display:flex}.AboutSection-module__Z9HGGq__bioText p{font-family:var(--font-body);color:var(--text-secondary);margin:0;font-size:1.125rem;line-height:1.7}.AboutSection-module__Z9HGGq__socialsContainer{gap:1.5rem;margin-top:1rem;display:flex}.AboutSection-module__Z9HGGq__socialsContainer a{justify-content:center;align-items:center;transition:transform .3s;display:flex}.AboutSection-module__Z9HGGq__socialsContainer a:hover{transform:translateY(-3px)}.AboutSection-module__Z9HGGq__socialIcon{width:28px;height:28px;color:var(--text-primary);transition:color .3s}.AboutSection-module__Z9HGGq__socialsContainer a:hover .AboutSection-module__Z9HGGq__socialIcon{color:var(--accent-color)}.AboutSection-module__Z9HGGq__servicesContent{flex-direction:column;min-height:80vh;display:flex}.AboutSection-module__Z9HGGq__header{font-family:var(--font-heading);text-transform:uppercase;color:var(--text-primary);margin-bottom:60px;font-size:3rem}.AboutSection-module__Z9HGGq__list{flex-direction:column;width:100%;display:flex}.AboutSection-module__Z9HGGq__item{border-top:1px solid var(--border-color,#80808033);cursor:pointer;flex-direction:column;width:100%;padding:30px 0;transition:all .3s;display:flex}.AboutSection-module__Z9HGGq__item:last-child{border-bottom:1px solid var(--border-color,#80808033)}.AboutSection-module__Z9HGGq__itemHeader{justify-content:space-between;align-items:center;width:100%;display:flex}.AboutSection-module__Z9HGGq__itemNumber{color:var(--text-secondary);font-size:1.2rem;font-family:var(--font-heading);flex-shrink:0;margin-right:20px}.AboutSection-module__Z9HGGq__itemTitle{font-size:1.8rem;font-family:var(--font-heading);color:var(--text-primary);flex:1;margin-right:20px;transition:transform .3s,color .3s}.AboutSection-module__Z9HGGq__item:hover .AboutSection-module__Z9HGGq__itemTitle{color:var(--accent-color);transform:translate(10px)}.AboutSection-module__Z9HGGq__itemDesc{color:var(--text-secondary);max-width:100%;margin-top:20px;padding-left:50px;font-size:1.1rem;line-height:1.5}.AboutSection-module__Z9HGGq__arrow{flex-shrink:0;justify-content:center;align-items:center;margin-left:10px;display:flex}.AboutSection-module__Z9HGGq__rightColumn{justify-content:center;align-items:flex-start;padding-top:0;padding-bottom:30px;display:flex;position:relative}.AboutSection-module__Z9HGGq__stickyCard{aspect-ratio:3/4;z-index:10;border-radius:20px;width:100%;max-width:380px;position:sticky;top:150px;overflow:hidden}.AboutSection-module__Z9HGGq__imageLayer{background-color:var(--bg-secondary);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.AboutSection-module__Z9HGGq__cardImage{object-fit:cover;width:100%;height:100%;display:block}.AboutSection-module__Z9HGGq__experienceContent{flex-direction:column;display:flex}.AboutSection-module__Z9HGGq__experienceList{flex-direction:column;gap:40px;display:flex}.AboutSection-module__Z9HGGq__experienceItem{border-bottom:1px solid var(--border-color,#80808033);flex-direction:column;gap:10px;padding-bottom:30px;display:flex}.AboutSection-module__Z9HGGq__experienceItem:last-child{border-bottom:none}.AboutSection-module__Z9HGGq__expRoleWrapper{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px;display:flex}.AboutSection-module__Z9HGGq__expRole{font-size:1.8rem;font-family:var(--font-heading);color:var(--text-primary);text-transform:uppercase;margin:0}.AboutSection-module__Z9HGGq__expCompany{color:var(--accent-color);margin:0;font-size:1.2rem;font-weight:600}.AboutSection-module__Z9HGGq__expDetails{flex-direction:column;gap:10px;display:flex}.AboutSection-module__Z9HGGq__expPeriod{font-size:.9rem;font-family:var(--font-body);color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px}.AboutSection-module__Z9HGGq__expDesc{color:var(--text-secondary);max-width:90%;font-size:1rem;line-height:1.6}@media (max-width:1024px){.AboutSection-module__Z9HGGq__mainGrid{grid-template-columns:1fr;gap:4rem}.AboutSection-module__Z9HGGq__aboutPage{padding-top:120px}.AboutSection-module__Z9HGGq__mobileImageContainer{aspect-ratio:16/9;border-radius:20px;width:100%;max-width:500px;margin:0 auto 2rem;overflow:hidden}.AboutSection-module__Z9HGGq__mobileProfileImageContainer{aspect-ratio:3/4;border-radius:20px;width:100%;max-width:380px;margin:0 0 2rem;overflow:hidden}.AboutSection-module__Z9HGGq__mobileImage{object-fit:cover;width:100%;height:100%}.AboutSection-module__Z9HGGq__rightColumn{height:auto;display:none;position:static}.AboutSection-module__Z9HGGq__leftColumn{gap:80px}.AboutSection-module__Z9HGGq__aboutContent,.AboutSection-module__Z9HGGq__servicesContent,.AboutSection-module__Z9HGGq__experienceContent{min-height:auto}.AboutSection-module__Z9HGGq__heroTitle{font-size:4rem}.AboutSection-module__Z9HGGq__name{font-size:1.25rem}.AboutSection-module__Z9HGGq__bioText p{font-size:1rem}.AboutSection-module__Z9HGGq__header{margin-bottom:40px;font-size:2.2rem}.AboutSection-module__Z9HGGq__item{padding:25px 0}.AboutSection-module__Z9HGGq__itemTitle{font-size:1.4rem}.AboutSection-module__Z9HGGq__itemNumber{margin-right:15px;font-size:1rem}.AboutSection-module__Z9HGGq__itemDesc{padding-left:40px;font-size:.95rem}.AboutSection-module__Z9HGGq__expRole{font-size:1.4rem}}@media (max-width:768px){.AboutSection-module__Z9HGGq__aboutPage{padding:120px 20px 80px}.AboutSection-module__Z9HGGq__heroTitle{font-size:3rem}.AboutSection-module__Z9HGGq__name{font-size:1.125rem}.AboutSection-module__Z9HGGq__bioText p{font-size:1rem}.AboutSection-module__Z9HGGq__socialsContainer{gap:1.25rem}.AboutSection-module__Z9HGGq__socialIcon{width:24px;height:24px}.AboutSection-module__Z9HGGq__header{margin-bottom:30px;font-size:1.8rem}.AboutSection-module__Z9HGGq__item{padding:20px 0}.AboutSection-module__Z9HGGq__itemTitle{font-size:1.1rem}.AboutSection-module__Z9HGGq__itemDesc{padding-left:0;font-size:.9rem}.AboutSection-module__Z9HGGq__itemNumber{margin-right:10px;font-size:.9rem}.AboutSection-module__Z9HGGq__arrow{margin-left:8px}}@media (max-width:480px){.AboutSection-module__Z9HGGq__heroTitle{letter-spacing:-1px;font-size:2.5rem}.AboutSection-module__Z9HGGq__name{letter-spacing:1px;font-size:1rem}.AboutSection-module__Z9HGGq__bioText{gap:1rem}.AboutSection-module__Z9HGGq__bioText p{font-size:.9375rem}.AboutSection-module__Z9HGGq__heroSection{padding:80px 20px}}.AboutSection-module__Z9HGGq__techStackContent{flex-direction:column;min-height:80vh;display:flex}.AboutSection-module__Z9HGGq__techStackList{flex-direction:column;width:100%;margin-top:40px;display:flex}.AboutSection-module__Z9HGGq__techStackItem{border-bottom:1px solid var(--border-color,#80808033);align-items:center;gap:30px;padding:30px 0;transition:transform .3s;display:flex}.AboutSection-module__Z9HGGq__techStackItem:last-child{border-bottom:none}.AboutSection-module__Z9HGGq__techStackItem:hover{transform:translate(10px)}.AboutSection-module__Z9HGGq__techLogoContainer{background:var(--bg-secondary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;padding:10px;display:flex}.AboutSection-module__Z9HGGq__techLogo{object-fit:contain;width:100%;height:100%}.AboutSection-module__Z9HGGq__techInfo{flex-direction:column;gap:5px;display:flex}.AboutSection-module__Z9HGGq__techName{font-size:1.5rem;font-family:var(--font-heading);color:var(--text-primary);margin:0}.AboutSection-module__Z9HGGq__techDesc{color:var(--text-secondary);max-width:500px;margin:0;font-size:1rem;line-height:1.5}@media (max-width:768px){.AboutSection-module__Z9HGGq__techStackItem{gap:20px;padding:20px 0}.AboutSection-module__Z9HGGq__techLogoContainer{width:50px;height:50px}.AboutSection-module__Z9HGGq__techName{font-size:1.25rem}.AboutSection-module__Z9HGGq__techDesc{font-size:.9rem}}
.ContactSection-module__A_uPwG__contactSection{background-color:var(--bg-primary);color:var(--text-primary);padding:120px 5vw;overflow:hidden}.ContactSection-module__A_uPwG__container{max-width:var(--container-width);grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin:0 auto;display:grid}.ContactSection-module__A_uPwG__cardContainer{background-color:#f5f5f7;border-radius:30px;justify-content:center;align-items:flex-end;width:450px;height:555px;margin:0 auto;display:flex;position:relative;box-shadow:0 25px 50px #0000001f}[data-theme=dark] .ContactSection-module__A_uPwG__cardContainer{background-color:#2a2a2a}.ContactSection-module__A_uPwG__cardImage{object-fit:contain;object-position:bottom;width:100%;height:95%}.ContactSection-module__A_uPwG__hiBubble{background-color:var(--accent-color);color:#303030;width:125px;height:125px;font-family:var(--font-heading);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:3rem;font-weight:500;display:flex;position:absolute;bottom:-30px;left:-50px;box-shadow:0 15px 35px #00000026}.ContactSection-module__A_uPwG__contentContainer{flex-direction:column;gap:40px;display:flex}.ContactSection-module__A_uPwG__header{font-family:var(--font-heading);text-transform:uppercase;margin-bottom:25px;font-size:4rem;line-height:.9}.ContactSection-module__A_uPwG__subtext{color:var(--text-secondary);max-width:500px;font-size:1.1rem;line-height:1.6}.ContactSection-module__A_uPwG__form{flex-direction:column;gap:30px;margin-top:20px;display:flex}.ContactSection-module__A_uPwG__inputGroup{flex-direction:column;gap:12px;display:flex}.ContactSection-module__A_uPwG__row{gap:30px;display:flex}.ContactSection-module__A_uPwG__halfWidth{flex:1}.ContactSection-module__A_uPwG__label{color:var(--accent-color);letter-spacing:.02em;font-size:.95rem;font-weight:500}.ContactSection-module__A_uPwG__input,.ContactSection-module__A_uPwG__select,.ContactSection-module__A_uPwG__textarea{background-color:var(--bg-secondary);width:100%;font-family:var(--font-body);color:var(--text-primary);border:1px solid #0000;border-radius:16px;padding:18px 24px;font-size:1rem;transition:all .3s;box-shadow:0 2px 10px #00000005}.ContactSection-module__A_uPwG__input::placeholder,.ContactSection-module__A_uPwG__textarea::placeholder{color:#999;font-weight:400}.ContactSection-module__A_uPwG__input:hover,.ContactSection-module__A_uPwG__select:hover,.ContactSection-module__A_uPwG__textarea:hover{background-color:#00000008;box-shadow:0 4px 12px #0000000d}[data-theme=dark] .ContactSection-module__A_uPwG__input:hover,[data-theme=dark] .ContactSection-module__A_uPwG__select:hover,[data-theme=dark] .ContactSection-module__A_uPwG__textarea:hover{background-color:#ffffff0d}.ContactSection-module__A_uPwG__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23303030' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 20px center;background-repeat:no-repeat;background-size:16px}[data-theme=dark] .ContactSection-module__A_uPwG__select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")}.ContactSection-module__A_uPwG__input:focus,.ContactSection-module__A_uPwG__select:focus,.ContactSection-module__A_uPwG__textarea:focus{border-color:var(--accent-color);background-color:var(--bg-primary);outline:none;box-shadow:0 0 0 4px #ffd60a1a}.ContactSection-module__A_uPwG__textarea{resize:none;min-height:160px}.ContactSection-module__A_uPwG__submitWrapper{justify-content:flex-start;align-items:center;margin-top:10px;display:flex}.ContactSection-module__A_uPwG__submitButton{border:1px solid var(--accent-color);color:var(--accent-color);text-transform:uppercase;letter-spacing:1px;cursor:pointer;font-size:1.6rem;font-family:var(--font-heading);z-index:1;background:0 0;border-radius:40px;padding:20px 50px;transition:color .4s;position:relative;overflow:hidden}.ContactSection-module__A_uPwG__submitButton:before{content:"";background:var(--accent-color);z-index:-1;clip-path:circle(0% at 0 0);width:100%;height:100%;transition:clip-path .5s ease-out;position:absolute;top:0;left:0}.ContactSection-module__A_uPwG__submitButton:hover:before{clip-path:circle(150% at 0 0)}.ContactSection-module__A_uPwG__submitButton:hover{color:#000}.ContactSection-module__A_uPwG__submitButton:active{transform:translateY(0)}.ContactSection-module__A_uPwG__success{pointer-events:none;color:#4caf50!important;border-color:#4caf50!important}.ContactSection-module__A_uPwG__success:before{clip-path:circle(0% at 0 0)!important}.ContactSection-module__A_uPwG__error{color:#ff5252!important;border-color:#ff5252!important}.ContactSection-module__A_uPwG__error:before{clip-path:circle(0% at 0 0)!important}@media (max-width:1024px){.ContactSection-module__A_uPwG__container{grid-template-columns:1fr;gap:60px}.ContactSection-module__A_uPwG__cardContainer{order:1;width:320px;height:400px;margin:0 auto}.ContactSection-module__A_uPwG__contentContainer{order:2;padding:0 20px}.ContactSection-module__A_uPwG__header{text-align:center;font-size:3rem}.ContactSection-module__A_uPwG__subtext{text-align:center;margin:0 auto}}@media (max-width:768px){.ContactSection-module__A_uPwG__contactSection{padding:80px 20px}.ContactSection-module__A_uPwG__container{gap:50px}.ContactSection-module__A_uPwG__cardContainer{width:280px;height:360px}.ContactSection-module__A_uPwG__hiBubble{width:80px;height:80px;font-size:2rem;left:-20px}.ContactSection-module__A_uPwG__header{font-size:2.5rem}.ContactSection-module__A_uPwG__row{flex-direction:column;gap:20px}.ContactSection-module__A_uPwG__submitButton{justify-content:center;width:100%}}
