.Navbar-module__pSp8Ga__nav{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border2);background:#0a0f1ed9;padding:0 5%;position:fixed;top:0;left:0;right:0}.Navbar-module__pSp8Ga__inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;display:flex}.Navbar-module__pSp8Ga__logo{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.Navbar-module__pSp8Ga__logo span{color:var(--cyan)}.Navbar-module__pSp8Ga__links{color:var(--muted);gap:2rem;font-size:.875rem;list-style:none;display:flex}.Navbar-module__pSp8Ga__links a{transition:color .2s}.Navbar-module__pSp8Ga__links a:hover{color:var(--offwhite)}.Navbar-module__pSp8Ga__cta{padding:.5rem 1.25rem!important;font-size:.875rem!important}.Navbar-module__pSp8Ga__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__pSp8Ga__hamburger span{background:var(--offwhite);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.Navbar-module__pSp8Ga__mobileMenu{border-top:1px solid var(--border2);padding:1.5rem 0}.Navbar-module__pSp8Ga__mobileMenu ul{flex-direction:column;gap:1.25rem;font-size:1rem;list-style:none;display:flex}.Navbar-module__pSp8Ga__mobileMenu a{color:var(--offwhite);padding:.25rem 0;display:block}@media (max-width:768px){.Navbar-module__pSp8Ga__links,.Navbar-module__pSp8Ga__cta{display:none}.Navbar-module__pSp8Ga__hamburger{display:flex}}
.Hero-module__ST4v3a__hero{align-items:center;min-height:100vh;padding:80px 5% 0;display:flex;position:relative;overflow:hidden}.Hero-module__ST4v3a__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#4f46e526 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;right:-200px}.Hero-module__ST4v3a__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#22d3ee14 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.Hero-module__ST4v3a__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:5rem 0;display:grid}.Hero-module__ST4v3a__tag{color:var(--indigo-l);font-size:.8rem;font-family:var(--font-display);background:#4f46e51f;border:1px solid #4f46e54d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;display:inline-flex}.Hero-module__ST4v3a__pulse{background:var(--cyan);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s infinite Hero-module__ST4v3a__pulse}@keyframes Hero-module__ST4v3a__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.Hero-module__ST4v3a__heading{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;line-height:1.1}.Hero-module__ST4v3a__accent{color:var(--cyan)}.Hero-module__ST4v3a__sub{color:var(--muted);max-width:480px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.Hero-module__ST4v3a__btns{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__ST4v3a__stats{gap:2rem;margin-top:2.5rem;display:flex}.Hero-module__ST4v3a__statNum{font-family:var(--font-display);font-size:1.6rem;font-weight:700}.Hero-module__ST4v3a__statNum span{color:var(--cyan)}.Hero-module__ST4v3a__statLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.Hero-module__ST4v3a__terminal{border:1px solid var(--border2);background:#0d1117;border-radius:12px;overflow:hidden;box-shadow:0 0 60px #4f46e51f}.Hero-module__ST4v3a__termBar{border-bottom:1px solid var(--border2);background:#1a1f2e;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.Hero-module__ST4v3a__dot{border-radius:50%;width:10px;height:10px;display:inline-block}.Hero-module__ST4v3a__r{background:#ff5f57}.Hero-module__ST4v3a__y{background:#febc2e}.Hero-module__ST4v3a__g{background:#28c840}.Hero-module__ST4v3a__termTitle{color:var(--muted);font-size:.75rem;font-family:var(--font-mono);margin-left:.5rem}.Hero-module__ST4v3a__termBody{font-family:var(--font-mono);padding:1.25rem 1.5rem;font-size:.8rem;line-height:1.9}.Hero-module__ST4v3a__prompt{color:var(--cyan)}.Hero-module__ST4v3a__cmd{color:var(--offwhite)}.Hero-module__ST4v3a__out{color:var(--muted)}.Hero-module__ST4v3a__key{color:#c084fc}.Hero-module__ST4v3a__str{color:#86efac}.Hero-module__ST4v3a__fn{color:#93c5fd}.Hero-module__ST4v3a__link{color:var(--cyan)}.Hero-module__ST4v3a__cursor{background:var(--cyan);vertical-align:-2px;width:8px;height:14px;animation:1s step-end infinite Hero-module__ST4v3a__blink;display:inline-block}@keyframes Hero-module__ST4v3a__blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:900px){.Hero-module__ST4v3a__inner{grid-template-columns:1fr;gap:3rem;padding:4rem 0}.Hero-module__ST4v3a__sub{max-width:100%}}@media (max-width:640px){.Hero-module__ST4v3a__stats{gap:1.25rem}.Hero-module__ST4v3a__btns{flex-direction:column}.Hero-module__ST4v3a__btns a{text-align:center}}
.Services-module__om0_jG__section{padding:5rem 5%}.Services-module__om0_jG__inner{max-width:1200px;margin:0 auto}.Services-module__om0_jG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.Services-module__om0_jG__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.Services-module__om0_jG__card{background:var(--card);border:1px solid var(--border2);border-radius:12px;padding:1.75rem;transition:border-color .25s,transform .25s;position:relative;overflow:hidden}.Services-module__om0_jG__card:before{content:"";background:linear-gradient(90deg, var(--indigo), var(--cyan));transform-origin:0;height:2px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Services-module__om0_jG__card:hover{border-color:var(--border);transform:translateY(-3px)}.Services-module__om0_jG__card:hover:before{transform:scaleX(1)}.Services-module__om0_jG__icon{background:#4f46e51f;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;font-size:1.3rem;display:flex}.Services-module__om0_jG__cardTitle{font-family:var(--font-display);margin-bottom:.5rem;font-size:1rem;font-weight:600}.Services-module__om0_jG__cardDesc{color:var(--muted);font-size:.875rem;line-height:1.6}.Services-module__om0_jG__tags{flex-wrap:wrap;gap:.4rem;margin-top:1rem;display:flex}@media (max-width:640px){.Services-module__om0_jG__header{flex-direction:column;align-items:flex-start}}
.Stack-module__vWC9ha__section{background:var(--navy2);padding:5rem 5%}.Stack-module__vWC9ha__inner{max-width:1200px;margin:0 auto}.Stack-module__vWC9ha__grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.875rem;margin-top:2.5rem;display:grid}.Stack-module__vWC9ha__item{background:var(--card);border:1px solid var(--border2);text-align:center;cursor:default;border-radius:10px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;transition:border-color .2s,background .2s;display:flex}.Stack-module__vWC9ha__item:hover{border-color:var(--border);background:#1a2035}.Stack-module__vWC9ha__emoji{font-size:1.6rem;display:block}.Stack-module__vWC9ha__name{color:var(--muted);font-size:.75rem;font-family:var(--font-mono)}
.Process-module__Hi8mlG__section{padding:5rem 5%}.Process-module__Hi8mlG__inner{max-width:1200px;margin:0 auto}.Process-module__Hi8mlG__steps{grid-template-columns:repeat(4,1fr);gap:0;margin-top:3rem;display:grid;position:relative}.Process-module__Hi8mlG__steps:before{content:"";background:linear-gradient(90deg, transparent, var(--border), var(--border), transparent);height:1px;position:absolute;top:27px;left:12.5%;right:12.5%}.Process-module__Hi8mlG__step{text-align:center;padding:0 1rem;position:relative}.Process-module__Hi8mlG__num{background:var(--card);border:1px solid var(--border);width:56px;height:56px;font-family:var(--font-display);color:var(--cyan);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1rem;font-weight:700;transition:background .2s,border-color .2s;display:flex;position:relative}.Process-module__Hi8mlG__step:hover .Process-module__Hi8mlG__num{border-color:var(--indigo-l);background:#4f46e526}.Process-module__Hi8mlG__title{font-family:var(--font-display);margin-bottom:.5rem;font-size:.95rem;font-weight:600}.Process-module__Hi8mlG__desc{color:var(--muted);font-size:.8rem;line-height:1.6}@media (max-width:900px){.Process-module__Hi8mlG__steps{grid-template-columns:repeat(2,1fr);gap:2rem}.Process-module__Hi8mlG__steps:before{display:none}}@media (max-width:640px){.Process-module__Hi8mlG__steps{grid-template-columns:1fr}}
.Work-module__TqM2ka__section{background:var(--navy2);padding:5rem 5%}.Work-module__TqM2ka__inner{max-width:1200px;margin:0 auto}.Work-module__TqM2ka__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:0;display:flex}.Work-module__TqM2ka__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem;margin-top:2.5rem;display:grid}.Work-module__TqM2ka__card{background:var(--card);border:1px solid var(--border2);border-radius:12px;transition:transform .25s,border-color .25s;overflow:hidden}.Work-module__TqM2ka__card:hover{border-color:var(--border);transform:translateY(-4px)}.Work-module__TqM2ka__thumb{justify-content:center;align-items:center;height:160px;font-size:2.5rem;display:flex}.Work-module__TqM2ka__t1{background:linear-gradient(135deg,#1e1b4b,#312e81)}.Work-module__TqM2ka__t2{background:linear-gradient(135deg,#0c1a2e,#0f3460)}.Work-module__TqM2ka__t3{background:linear-gradient(135deg,#14213d,#1a3a2a)}.Work-module__TqM2ka__info{padding:1.25rem}.Work-module__TqM2ka__name{font-family:var(--font-display);margin-bottom:.4rem;font-size:.95rem;font-weight:600}.Work-module__TqM2ka__desc{color:var(--muted);font-size:.8rem;line-height:1.6}.Work-module__TqM2ka__tags{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}@media (max-width:640px){.Work-module__TqM2ka__header{flex-direction:column;align-items:flex-start}}
.CTA-module__U5vPUG__section{text-align:center;padding:6rem 5%;position:relative;overflow:hidden}.CTA-module__U5vPUG__section:before{content:"";pointer-events:none;background:radial-gradient(#4f46e51f 0%,#0000 70%);position:absolute;inset:0}.CTA-module__U5vPUG__inner{max-width:640px;margin:0 auto;position:relative}.CTA-module__U5vPUG__heading{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.2}.CTA-module__U5vPUG__accent{color:var(--cyan)}.CTA-module__U5vPUG__sub{color:var(--muted);margin-bottom:2rem;font-size:1rem;line-height:1.7}.CTA-module__U5vPUG__btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.CTA-module__U5vPUG__contactRow{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.CTA-module__U5vPUG__contactItem{color:var(--muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.CTA-module__U5vPUG__contactItem a{color:var(--indigo-l);transition:color .2s}.CTA-module__U5vPUG__contactItem a:hover{color:var(--cyan)}@media (max-width:640px){.CTA-module__U5vPUG__contactRow{flex-direction:column;align-items:center;gap:.75rem}}
.Footer-module__nhiC3q__footer{border-top:1px solid var(--border2);padding:2.5rem 5%}.Footer-module__nhiC3q__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__nhiC3q__logo{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.Footer-module__nhiC3q__logo span{color:var(--cyan)}.Footer-module__nhiC3q__copy{color:var(--muted);font-size:.8rem}.Footer-module__nhiC3q__links{color:var(--muted);gap:1.5rem;font-size:.8rem;list-style:none;display:flex}.Footer-module__nhiC3q__links a{transition:color .2s}.Footer-module__nhiC3q__links a:hover{color:var(--offwhite)}@media (max-width:640px){.Footer-module__nhiC3q__inner{text-align:center;flex-direction:column;align-items:center}.Footer-module__nhiC3q__links{justify-content:center}}
