@keyframes AboutCTA_rotate__MS1_C{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AboutCTA_ctaSection__RhgOo{padding:6rem 0;text-align:center;background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(6,182,212,.1));border-top:1px solid var(--border-primary);position:relative;overflow:hidden}.AboutCTA_ctaSection__RhgOo:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(99,102,241,.1) 0,transparent 70%);animation:AboutCTA_rotate__MS1_C 20s linear infinite}.AboutCTA_container__DXEbT{max-width:1280px;margin:0 auto;padding:0 1.5rem}.AboutCTA_content__Zi_lO{opacity:0;transform:translateY(30px);transition:all .8s ease;position:relative;z-index:1}.AboutCTA_content__Zi_lO.AboutCTA_fadeIn__ULKOM{opacity:1;transform:translateY(0)}.AboutCTA_ctaTitle__35Rn1{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.AboutCTA_ctaDescription__Kkgrz{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2.5rem}.AboutCTA_ctaButtons__FPj55{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.AboutCTA_primaryButton__hjiGS{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:var(--primary-gradient);color:var(--text-primary);font-weight:600;font-size:1rem;text-decoration:none;border-radius:.75rem;transition:var(--transition-base);box-shadow:var(--shadow-primary);position:relative;overflow:hidden}.AboutCTA_primaryButton__hjiGS:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#06b6d4,#6366f1);opacity:0;transition:opacity .3s ease}.AboutCTA_primaryButton__hjiGS:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(8,145,178,.4)}.AboutCTA_primaryButton__hjiGS:hover:before{opacity:1}.AboutCTA_primaryButton__hjiGS svg{position:relative;z-index:1;transition:transform .3s ease}.AboutCTA_primaryButton__hjiGS:hover svg{transform:translateX(5px)}.AboutCTA_secondaryButton__bj4jm{display:inline-flex;align-items:center;padding:1rem 2.5rem;background:transparent;color:var(--text-secondary);font-weight:600;font-size:1rem;text-decoration:none;border:1px solid var(--border-secondary);border-radius:.75rem;transition:var(--transition-base);position:relative;overflow:hidden}.AboutCTA_secondaryButton__bj4jm:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.05);transform:translateX(-100%);transition:transform .3s ease}.AboutCTA_secondaryButton__bj4jm:hover:before{transform:translateX(0)}.AboutCTA_secondaryButton__bj4jm:hover{border-color:rgba(255,255,255,.3);transform:translateY(-3px);color:var(--text-primary)}@media (max-width:768px){.AboutCTA_ctaSection__RhgOo{padding:4rem 0}.AboutCTA_ctaTitle__35Rn1{font-size:clamp(1.75rem,3vw,2.5rem)}.AboutCTA_ctaDescription__Kkgrz{font-size:1rem}}@media (max-width:480px){.AboutCTA_ctaButtons__FPj55{flex-direction:column;width:100%;padding:0 1rem}.AboutCTA_primaryButton__hjiGS,.AboutCTA_secondaryButton__bj4jm{width:100%;justify-content:center}}@keyframes AboutFeatures_float__0eywx{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes AboutFeatures_fadeInUp__WIqPQ{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AboutFeatures_featuresSection__ZXEq6{padding:6rem 0;background:transparent}.AboutFeatures_container__suO6G{max-width:1280px;margin:0 auto;padding:0 1.5rem}.AboutFeatures_sectionTitle__dRZc_{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:3rem;color:var(--text-primary);text-align:center}.AboutFeatures_featuresGrid__PjfUv{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;opacity:0;transform:translateY(30px);transition:all .8s ease}.AboutFeatures_featuresGrid__PjfUv.AboutFeatures_animate__HcWYu{opacity:1;transform:translateY(0)}.AboutFeatures_featureCard__NsRyV{background:rgba(255,255,255,.03);border:1px solid var(--border-primary);border-radius:1rem;padding:2.5rem;transition:var(--transition-base);position:relative;overflow:hidden;opacity:0}.AboutFeatures_featuresGrid__PjfUv.AboutFeatures_animate__HcWYu .AboutFeatures_featureCard__NsRyV{animation:AboutFeatures_fadeInUp__WIqPQ .6s ease forwards}.AboutFeatures_featureCard__NsRyV:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--primary-gradient);transform:translateX(-100%);transition:transform .5s ease}.AboutFeatures_featureCard__NsRyV:hover:before{transform:translateX(100%)}.AboutFeatures_featureCard__NsRyV:hover{transform:translateY(-5px);border-color:var(--border-accent);background:rgba(255,255,255,.05);box-shadow:var(--shadow-primary)}.AboutFeatures_featureIcon__6InMg{font-size:3rem;margin-bottom:1.5rem;display:block;animation:AboutFeatures_float__0eywx 3s ease-in-out infinite}.AboutFeatures_featureCard__NsRyV:nth-child(odd) .AboutFeatures_featureIcon__6InMg{animation-delay:.5s}.AboutFeatures_featureCard__NsRyV:nth-child(2n) .AboutFeatures_featureIcon__6InMg{animation-delay:1s}.AboutFeatures_featureCard__NsRyV h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.AboutFeatures_featureCard__NsRyV p{color:var(--text-secondary);line-height:1.6;font-size:1rem}@media (max-width:768px){.AboutFeatures_featuresSection__ZXEq6{padding:4rem 0}.AboutFeatures_sectionTitle__dRZc_{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:2rem}.AboutFeatures_featuresGrid__PjfUv{grid-template-columns:1fr}.AboutFeatures_featureCard__NsRyV{padding:2rem}.AboutFeatures_featureIcon__6InMg{font-size:2.5rem}.AboutFeatures_featureCard__NsRyV h3{font-size:1.25rem}}@media (max-width:480px){.AboutFeatures_featuresGrid__PjfUv{padding:0 1rem}.AboutFeatures_featureCard__NsRyV{padding:1.5rem}}@keyframes AboutHero_fadeInUp__NcsP6{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes AboutHero_fadeDown__3Z_mJ{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.AboutHero_heroSection__hzg5i{padding:4rem 0;text-align:center;background:linear-gradient(135deg,rgba(99,102,241,.05),rgba(6,182,212,.05));border-bottom:1px solid var(--border-primary);opacity:0;transform:translateY(20px);transition:var(--transition-slow)}.AboutHero_heroSection__hzg5i.AboutHero_fadeIn__6c5Kx{opacity:1;transform:translateY(0)}.AboutHero_heroContent__XGxuD{max-width:800px;margin:0 auto;padding:0 1.5rem}.AboutHero_badge__KF0Sn{display:inline-block;padding:.5rem 1rem;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.3);border-radius:2rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:1rem;animation:AboutHero_fadeDown__3Z_mJ .6s ease}.AboutHero_heroTitle__gjaJx{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1rem;color:var(--text-primary)}.AboutHero_gradient__5NjSF{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.AboutHero_heroDescription__vjMOy{font-size:1.25rem;color:var(--text-secondary);line-height:1.6}@media (max-width:768px){.AboutHero_heroSection__hzg5i{padding:3rem 0}.AboutHero_heroTitle__gjaJx{font-size:clamp(2rem,4vw,3rem)}.AboutHero_heroDescription__vjMOy{font-size:1.125rem}}.AboutMission_missionSection__TQFPf{padding:6rem 0;text-align:center;background:var(--bg-dark-secondary);opacity:0;transform:translateY(30px);transition:var(--transition-slow)}.AboutMission_missionSection__TQFPf.AboutMission_slideUp__Fm4ZV{opacity:1;transform:translateY(0)}.AboutMission_container__A5k_O{max-width:1280px;margin:0 auto;padding:0 1.5rem}.AboutMission_sectionTitle__U6_0O{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:2rem;color:var(--text-primary);text-align:center}.AboutMission_missionText__i15tv{max-width:800px;margin:0 auto;font-size:1.125rem;line-height:1.8;color:var(--text-secondary)}@media (max-width:768px){.AboutMission_missionSection__TQFPf{padding:4rem 0}.AboutMission_sectionTitle__U6_0O{font-size:clamp(1.75rem,3vw,2.5rem)}.AboutMission_missionText__i15tv{font-size:1rem}}@keyframes TechStack_fadeInUp__kZslN{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes TechStack_pulse__6qOzF{0%,to{opacity:.5}50%{opacity:1}}@keyframes TechStack_shimmer__F9_vy{0%{left:-100%}to{left:100%}}.TechStack_techSection__WQOGp{padding:6rem 0;background:var(--bg-dark-tertiary);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.TechStack_container__gJFrs{max-width:1280px;margin:0 auto;padding:0 1.5rem}.TechStack_sectionTitle__v_nc8{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:2rem;color:var(--text-primary);text-align:center}.TechStack_gradient__M15we{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.TechStack_techDescription__vwsjN{text-align:center;color:var(--text-secondary);font-size:1.125rem;margin-bottom:3rem}.TechStack_techGrid__xWVYB{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:2.5rem;gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 1.5rem}.TechStack_techCard__jculk{background:rgba(255,255,255,.03);border:1px solid var(--border-primary);border-radius:1rem;padding:3rem 2rem;text-align:center;position:relative;overflow:hidden;transition:var(--transition-base);cursor:pointer;opacity:0;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:inherit}.TechStack_techCard__jculk.TechStack_animate__SUAFU{animation:TechStack_fadeInUp__kZslN .6s ease forwards}.TechStack_techCard__jculk:hover{transform:translateY(-15px) scale(1.05);border-color:var(--border-accent);background:rgba(255,255,255,.05);box-shadow:var(--shadow-secondary),0 0 80px -20px rgba(99,102,241,.5)}.TechStack_techCard__jculk:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.TechStack_techCard__jculk:hover:before{animation:TechStack_shimmer__F9_vy .5s ease}.TechStack_linkIndicator__bD0GG{position:absolute;top:1.25rem;right:1.25rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border-radius:50%;opacity:0;transform:scale(.8) translate(10px,-10px);transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.TechStack_linkIndicator__bD0GG svg{width:14px;height:14px;color:rgba(255,255,255,.6);transition:color .3s ease}.TechStack_techCard__jculk:hover .TechStack_linkIndicator__bD0GG{opacity:1;transform:scale(1) translate(0);background:rgba(99,102,241,.15);border-color:rgba(99,102,241,.3)}.TechStack_techCard__jculk:hover .TechStack_linkIndicator__bD0GG svg{color:#06b6d4}.TechStack_techIconWrapper__5jWj0{width:120px;height:120px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:1.5rem;background:rgba(255,255,255,.05);transition:var(--transition-base);position:relative;box-shadow:0 10px 30px rgba(0,0,0,.2)}.TechStack_techCard__jculk:hover .TechStack_techIconWrapper__5jWj0{transform:scale(1.15) rotate(5deg);background:rgba(255,255,255,.08);box-shadow:0 15px 40px rgba(0,0,0,.3),0 0 30px rgba(99,102,241,.2)}.TechStack_techIcon__Wt9a7{width:85px;height:85px;object-fit:contain;transition:var(--transition-base)}.TechStack_techCard__jculk:hover .TechStack_techIcon__Wt9a7{transform:scale(1.1)}.TechStack_techName__P5rXu{font-size:1.375rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;transition:color .3s ease}.TechStack_techCard__jculk:hover .TechStack_techName__P5rXu{color:#06b6d4}.TechStack_techCategory__GiYT0{font-size:.875rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1.2px;font-weight:500;transition:color .3s ease}.TechStack_techCard__jculk:hover .TechStack_techCategory__GiYT0{color:var(--text-secondary)}.TechStack_techGlow__u7M73{position:absolute;top:50%;left:50%;width:200%;height:200%;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:-1}.TechStack_techCard__jculk:hover .TechStack_techGlow__u7M73{opacity:.3;animation:TechStack_pulse__6qOzF 2s ease-in-out infinite}.TechStack_techCard__jculk[href*=spring]:hover{box-shadow:0 20px 60px rgba(109,179,63,.3),0 0 80px -20px rgba(109,179,63,.5)}.TechStack_techCard__jculk[href*=spring]:hover .TechStack_linkIndicator__bD0GG{background:rgba(109,179,63,.15);border-color:rgba(109,179,63,.3)}.TechStack_techCard__jculk[href*=nextjs]:hover,.TechStack_techCard__jculk[href*=vercel]:hover{box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 80px -20px rgba(255,255,255,.2)}.TechStack_techCard__jculk[href*=react]:hover{box-shadow:0 20px 60px rgba(97,218,251,.3),0 0 80px -20px rgba(97,218,251,.5)}.TechStack_techCard__jculk[href*=react]:hover .TechStack_linkIndicator__bD0GG{background:rgba(97,218,251,.15);border-color:rgba(97,218,251,.3)}.TechStack_techCard__jculk[href*=mysql]:hover{box-shadow:0 20px 60px rgba(68,121,161,.3),0 0 80px -20px rgba(68,121,161,.5)}.TechStack_techCard__jculk[href*=mysql]:hover .TechStack_linkIndicator__bD0GG{background:rgba(68,121,161,.15);border-color:rgba(68,121,161,.3)}.TechStack_techCard__jculk[href*="cloud.google"]:hover{box-shadow:0 20px 60px rgba(66,133,244,.3),0 0 80px -20px rgba(66,133,244,.5)}.TechStack_techCard__jculk[href*="cloud.google"]:hover .TechStack_linkIndicator__bD0GG{background:rgba(66,133,244,.15);border-color:rgba(66,133,244,.3)}.TechStack_techCard__jculk[href*=aws]:hover{box-shadow:0 20px 60px rgba(255,153,0,.3),0 0 80px -20px rgba(255,153,0,.5)}.TechStack_techCard__jculk[href*=aws]:hover .TechStack_linkIndicator__bD0GG{background:rgba(255,153,0,.15);border-color:rgba(255,153,0,.3)}.TechStack_techCard__jculk[href*=git]:hover{box-shadow:0 20px 60px rgba(240,80,50,.3),0 0 80px -20px rgba(240,80,50,.5)}.TechStack_techCard__jculk[href*=git]:hover .TechStack_linkIndicator__bD0GG{background:rgba(240,80,50,.15);border-color:rgba(240,80,50,.3)}.TechStack_techCard__jculk:focus{outline:2px solid #6366f1;outline-offset:3px}.TechStack_techCard__jculk:focus:not(:focus-visible){outline:none}.TechStack_techCard__jculk:active{transform:translateY(-10px) scale(1.03)}@media (max-width:1024px){.TechStack_techGrid__xWVYB{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem}.TechStack_techCard__jculk{padding:2.5rem 1.5rem;min-height:240px}.TechStack_techIconWrapper__5jWj0{width:100px;height:100px}.TechStack_techIcon__Wt9a7{width:70px;height:70px}.TechStack_linkIndicator__bD0GG{width:24px;height:24px;top:1rem;right:1rem}.TechStack_linkIndicator__bD0GG svg{width:12px;height:12px}}@media (max-width:768px){.TechStack_techSection__WQOGp{padding:4rem 0}.TechStack_sectionTitle__v_nc8{font-size:clamp(1.75rem,3vw,2.5rem)}.TechStack_techGrid__xWVYB{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem}.TechStack_techCard__jculk{padding:2rem 1rem;min-height:200px}.TechStack_techIconWrapper__5jWj0{width:80px;height:80px}.TechStack_techIcon__Wt9a7{width:55px;height:55px}.TechStack_techName__P5rXu{font-size:1.125rem}.TechStack_techCategory__GiYT0{font-size:.75rem}}@media (max-width:480px){.TechStack_techGrid__xWVYB{grid-template-columns:repeat(2,1fr);gap:1rem}.TechStack_techCard__jculk{padding:1.5rem .75rem;min-height:180px}.TechStack_techCard__jculk:hover{transform:translateY(-8px) scale(1.02)}.TechStack_techIconWrapper__5jWj0{width:70px;height:70px;margin-bottom:1rem}.TechStack_techIcon__Wt9a7{width:45px;height:45px}.TechStack_techName__P5rXu{font-size:1rem}.TechStack_techCategory__GiYT0{font-size:.7rem;letter-spacing:.8px}.TechStack_linkIndicator__bD0GG{width:20px;height:20px;top:.75rem;right:.75rem}.TechStack_linkIndicator__bD0GG svg{width:10px;height:10px}}@media (prefers-reduced-motion:reduce){.TechStack_linkIndicator__bD0GG,.TechStack_techCard__jculk,.TechStack_techCard__jculk:before,.TechStack_techGlow__u7M73,.TechStack_techIconWrapper__5jWj0,.TechStack_techIcon__Wt9a7{animation:none;transition:none}.TechStack_techCard__jculk:hover{transform:translateY(-5px)}.TechStack_techCard__jculk:hover .TechStack_techIconWrapper__5jWj0{transform:scale(1.05)}}.About_pageContainer__9fkhe{position:relative;min-height:100vh;padding-top:80px}