.Navbar-module___rHu7W__header{height:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:50;background-color:#ffffffe6;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Navbar-module___rHu7W__logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Navbar-module___rHu7W__logoText{color:var(--primary);letter-spacing:-.02em;align-items:center;gap:.25rem;font-size:1.5rem;font-weight:700;display:flex}.Navbar-module___rHu7W__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module___rHu7W__link{color:var(--muted-foreground);font-size:.95rem;font-weight:500;transition:color .2s}.Navbar-module___rHu7W__link:hover{color:var(--accent)}.Navbar-module___rHu7W__ctaButton{padding:.5rem 1.25rem;font-size:.9rem}.Navbar-module___rHu7W__mobileMenuBtn{color:var(--foreground);cursor:pointer;background:0 0;border:none;display:none}@media (max-width:768px){.Navbar-module___rHu7W__navLinks{display:none}.Navbar-module___rHu7W__mobileMenuBtn{display:block}}
.Hero-module__JgYmMq__hero{min-height:100vh;padding-top:var(--header-height);background:radial-gradient(circle at 100% 0,#fafaf9 0%,#fff 100%);align-items:center;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__hero:before{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle,#38bdf826 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-20%;right:-10%}.Hero-module__JgYmMq__container{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.Hero-module__JgYmMq__content{max-width:600px}.Hero-module__JgYmMq__badge{color:var(--accent);background:#f973161a;border:1px solid #f9731633;border-radius:2rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.Hero-module__JgYmMq__title{letter-spacing:-.02em;background:var(--brand-gradient);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Hero-module__JgYmMq__subtitle{color:var(--muted-foreground);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Hero-module__JgYmMq__actions{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__JgYmMq__btnSecondary{border:1px solid var(--border);color:var(--foreground);background:0 0}.Hero-module__JgYmMq__btnSecondary:hover{background:var(--muted)}.Hero-module__JgYmMq__visual{justify-content:center;align-items:center;height:500px;display:flex;position:relative}.Hero-module__JgYmMq__visualContent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(45deg,#38bdf80d,#0f172a80);border:1px solid #ffffff0d;border-radius:2rem;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;box-shadow:0 25px 50px -12px #00000080}@media (max-width:968px){.Hero-module__JgYmMq__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__JgYmMq__content{margin:0 auto}.Hero-module__JgYmMq__actions{justify-content:center}.Hero-module__JgYmMq__title{font-size:2.5rem}.Hero-module__JgYmMq__visual{height:400px}}
.Clients-module__MlmhVW__section{background-color:var(--background);border-bottom:1px solid var(--border);padding:4rem 0;overflow:hidden}.Clients-module__MlmhVW__title{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);margin-bottom:3rem;font-size:.875rem;font-weight:600}.Clients-module__MlmhVW__scroller{max-width:1000px;margin:0 auto;overflow:hidden;-webkit-mask:linear-gradient(90deg,#0000,#fff 20% 80%,#0000);mask:linear-gradient(90deg,#0000,#fff 20% 80%,#0000)}.Clients-module__MlmhVW__scrollerInner{flex-wrap:nowrap;gap:4rem;width:max-content;padding-block:1rem;animation:40s linear infinite Clients-module__MlmhVW__scroll;display:flex}.Clients-module__MlmhVW__scroller:hover .Clients-module__MlmhVW__scrollerInner{animation-play-state:paused}.Clients-module__MlmhVW__clientName{color:var(--muted-foreground);white-space:nowrap;cursor:default;letter-spacing:-.02em;font-size:1.5rem;font-weight:800;transition:all .3s}.Clients-module__MlmhVW__clientName:hover{color:var(--accent);transform:scale(1.1)}@keyframes Clients-module__MlmhVW__scroll{to{transform:translate(calc(-50% - 2rem))}}@media (max-width:640px){.Clients-module__MlmhVW__scrollerInner{gap:2rem}}
.Process-module__Y14LMW__section{background-color:var(--background);border-bottom:1px solid var(--border);padding:6rem 0}.Process-module__Y14LMW__header{text-align:center;max-width:700px;margin:0 auto 4rem}.Process-module__Y14LMW__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Process-module__Y14LMW__subtitle{color:var(--muted-foreground);font-size:1.125rem;line-height:1.6}.Process-module__Y14LMW__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;display:grid;position:relative}.Process-module__Y14LMW__grid:before{content:"";background:var(--border);z-index:0;height:2px;display:none;position:absolute;top:2rem;left:0;right:0}@media (min-width:1024px){.Process-module__Y14LMW__grid:before{display:block;left:12%;right:12%}}.Process-module__Y14LMW__step{z-index:1;background:var(--background);text-align:center;padding:1rem;position:relative}.Process-module__Y14LMW__number{background:var(--background);border:2px solid var(--border);width:4rem;height:4rem;color:var(--muted-foreground);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex}.Process-module__Y14LMW__step:hover .Process-module__Y14LMW__number{border-color:var(--accent);color:var(--accent);transform:scale(1.1);box-shadow:0 0 20px #f9731633}.Process-module__Y14LMW__stepTitle{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.Process-module__Y14LMW__stepDesc{color:var(--muted-foreground);line-height:1.6}
.Services-module__h5-agW__services{background-color:var(--muted);position:relative}.Services-module__h5-agW__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;display:grid}.Services-module__h5-agW__card{background:var(--background);border:1px solid var(--border);border-radius:1rem;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.Services-module__h5-agW__card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 20px 40px -15px #0000001a}.Services-module__h5-agW__iconWrapper{background:var(--muted);color:var(--primary);border-radius:1rem;margin-bottom:1.5rem;padding:1rem;display:inline-flex}.Services-module__h5-agW__card:hover .Services-module__h5-agW__iconWrapper{background:var(--primary);color:var(--primary-foreground)}.Services-module__h5-agW__cardTitle{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Services-module__h5-agW__cardText{color:var(--muted-foreground);margin-bottom:1.5rem;line-height:1.6}.Services-module__h5-agW__techList{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.Services-module__h5-agW__techTag{background:var(--muted);color:var(--foreground);border-radius:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}
.TechStack-module__LQQTpq__section{background-color:var(--muted);padding:4rem 0}.TechStack-module__LQQTpq__title{text-align:center;margin-bottom:3rem;font-size:2rem;font-weight:700}.TechStack-module__LQQTpq__container{flex-direction:column;align-items:center;gap:2rem;display:flex}.TechStack-module__LQQTpq__grid{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:900px;display:flex}.TechStack-module__LQQTpq__techBadge{background:var(--background);border:1px solid var(--border);color:var(--muted-foreground);cursor:default;border-radius:2rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.TechStack-module__LQQTpq__techBadge:hover{border-color:var(--accent);color:var(--foreground);transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.TechStack-module__LQQTpq__certBadge{color:#fff;background:linear-gradient(135deg,#0078d4 0%,#005a9e 100%);border:none;font-weight:600}.TechStack-module__LQQTpq__certBadge:hover{color:#fff;opacity:.9}
.About-module__S-Ka5a__section{background-color:var(--background);padding:6rem 0}.About-module__S-Ka5a__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:center;gap:4rem;display:grid}.About-module__S-Ka5a__content{max-width:600px}.About-module__S-Ka5a__title{margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.About-module__S-Ka5a__description{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.About-module__S-Ka5a__features{gap:2rem;margin-top:2rem;display:grid}.About-module__S-Ka5a__feature{align-items:flex-start;gap:1rem;display:flex}.About-module__S-Ka5a__iconWrapper{background:var(--muted);color:var(--accent);border-radius:.5rem;padding:.75rem}.About-module__S-Ka5a__featureTitle{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.About-module__S-Ka5a__featureText{color:var(--muted-foreground);font-size:.95rem;line-height:1.5}.About-module__S-Ka5a__imageWrapper{border-radius:1.5rem;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #0000001a}
.Footer-module__Grjkva__footer{background-color:var(--muted);border-top:1px solid var(--border);margin-top:auto;padding:4rem 0 2rem}.Footer-module__Grjkva__content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__Grjkva__brand h3{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Footer-module__Grjkva__brand p{color:var(--muted-foreground);max-width:300px}.Footer-module__Grjkva__column h4{color:var(--foreground);margin-bottom:1.5rem;font-size:1rem;font-weight:600}.Footer-module__Grjkva__links{flex-direction:column;gap:.75rem;display:flex}.Footer-module__Grjkva__links a{color:var(--muted-foreground);transition:color .2s}.Footer-module__Grjkva__links a:hover{color:var(--accent)}.Footer-module__Grjkva__copyright{text-align:center;border-top:1px solid var(--border);color:var(--muted-foreground);padding-top:2rem;font-size:.875rem}
