.Hero-module__ZARIfG__heroSection{background-color:var(--color-bg-primary);align-items:center;min-height:100vh;padding:120px 2rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgGlowPrimary{pointer-events:none;z-index:0;background:radial-gradient(circle,#2563eb14 0%,#0000 60%);border-radius:50%;width:60vw;height:60vw;position:absolute;top:10%;left:-10%}.Hero-module__ZARIfG__bgGlowSecondary{pointer-events:none;z-index:0;background:radial-gradient(circle,#7c3aed1a 0%,#0000 70%);border-radius:50%;width:50vw;height:50vw;position:absolute;top:-10%;right:-5%}.Hero-module__ZARIfG__bgGrid{opacity:.5;pointer-events:none;z-index:0;transform-origin:top;background-image:linear-gradient(#262e4533 1px,#0000 1px),linear-gradient(90deg,#262e4533 1px,#0000 1px);background-size:40px 40px;width:60%;height:100%;position:absolute;top:0;right:0;transform:perspective(1000px)rotateX(60deg)translateY(-100px)scale(2);-webkit-mask-image:radial-gradient(circle,#000 0%,#0000 70%);mask-image:radial-gradient(circle,#000 0%,#0000 70%)}.Hero-module__ZARIfG__container{z-index:10;grid-template-columns:1fr;gap:4rem;width:100%;max-width:1400px;margin:0 auto;display:grid;position:relative}@media (min-width:1024px){.Hero-module__ZARIfG__container{grid-template-columns:1.1fr .9fr;align-items:center}}.Hero-module__ZARIfG__contentColumn{flex-direction:column;gap:1.5rem;display:flex}.Hero-module__ZARIfG__eyebrow{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(4px);font-family:var(--font-body), sans-serif;letter-spacing:1.5px;color:var(--color-text-primary);text-transform:uppercase;background:#262e454d;border-radius:4px;align-items:center;gap:.5rem;width:fit-content;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__eyebrowDot{background-color:var(--color-highlight);width:6px;height:6px;box-shadow:0 0 8px var(--color-highlight);border-radius:50%;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse}@keyframes Hero-module__ZARIfG__pulse{0%{opacity:.5;box-shadow:0 0 4px var(--color-highlight)}50%{opacity:1;box-shadow:0 0 12px var(--color-highlight)}to{opacity:.5;box-shadow:0 0 4px var(--color-highlight)}}.Hero-module__ZARIfG__headline{color:var(--color-white);max-width:700px;font-size:2.5rem;font-weight:700;line-height:1.1}@media (min-width:768px){.Hero-module__ZARIfG__headline{font-size:3.5rem}}@media (min-width:1024px){.Hero-module__ZARIfG__headline{font-size:4.2rem}}.Hero-module__ZARIfG__gradientText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.Hero-module__ZARIfG__description{color:var(--color-text-muted);max-width:620px;margin-bottom:.5rem;font-size:1rem;line-height:1.6}@media (min-width:768px){.Hero-module__ZARIfG__description{font-size:1.125rem}}.Hero-module__ZARIfG__ctaGroup{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}@media (min-width:480px){.Hero-module__ZARIfG__ctaGroup{flex-direction:row;align-items:center}}.Hero-module__ZARIfG__primaryCta{background:var(--gradient-primary);color:var(--color-white);border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #2563eb33}.Hero-module__ZARIfG__primaryCta:hover{background:var(--gradient-accent);transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.Hero-module__ZARIfG__secondaryCta{color:var(--color-white);border:1px solid var(--color-border);background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.Hero-module__ZARIfG__secondaryCta:hover{border-color:var(--color-text-muted);background:#262e454d}.Hero-module__ZARIfG__trustArea{border-top:1px solid var(--color-border);margin-top:2rem;padding-top:2rem}.Hero-module__ZARIfG__trustTitle{font-family:var(--font-body), sans-serif;color:var(--color-text-primary);margin-bottom:1.5rem;font-size:.85rem;font-weight:500}.Hero-module__ZARIfG__trustIndicators{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:768px){.Hero-module__ZARIfG__trustIndicators{flex-direction:row;align-items:flex-start}}.Hero-module__ZARIfG__indicator{align-items:flex-start;gap:.75rem;display:flex}.Hero-module__ZARIfG__indicatorIconWrapper{color:var(--color-brand-primary);margin-top:2px}.Hero-module__ZARIfG__indicatorText{flex-direction:column;gap:.25rem;display:flex}.Hero-module__ZARIfG__indicatorText strong{color:var(--color-white);font-size:.85rem;font-weight:600}.Hero-module__ZARIfG__indicatorText span{color:var(--color-text-muted);font-size:.75rem}.Hero-module__ZARIfG__indicatorDivider{background-color:var(--color-border);width:1px;height:30px;display:none}@media (min-width:768px){.Hero-module__ZARIfG__indicatorDivider{display:block}}.Hero-module__ZARIfG__visualColumn{justify-content:center;align-items:center;height:400px;display:flex;position:relative}@media (min-width:1024px){.Hero-module__ZARIfG__visualColumn{height:600px}}.Hero-module__ZARIfG__abstractComposition{width:100%;height:100%;animation:10s ease-in-out infinite Hero-module__ZARIfG__float;position:relative}@keyframes Hero-module__ZARIfG__float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.Hero-module__ZARIfG__coreElement{width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__centerNode{background:var(--gradient-primary);z-index:2;border-radius:50%;width:60px;height:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 30px #2563eb80}.Hero-module__ZARIfG__orbit1,.Hero-module__ZARIfG__orbit2{border:1px dashed #7c3aed4d;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__orbit1{width:200px;height:200px;animation:20s linear infinite Hero-module__ZARIfG__spin}.Hero-module__ZARIfG__orbit2{border-style:solid;border-color:#00d4ff1a;width:300px;height:300px;animation:30s linear infinite reverse Hero-module__ZARIfG__spin}@keyframes Hero-module__ZARIfG__spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.Hero-module__ZARIfG__node{background:var(--color-highlight);width:12px;height:12px;box-shadow:0 0 10px var(--color-highlight);border-radius:50%;position:absolute}.Hero-module__ZARIfG__node1{animation:3s ease-in-out infinite Hero-module__ZARIfG__pulse;top:20%;left:70%}.Hero-module__ZARIfG__node2{background:var(--color-accent);box-shadow:0 0 10px var(--color-accent);animation:4s ease-in-out 1s infinite Hero-module__ZARIfG__pulse;top:75%;left:20%}.Hero-module__ZARIfG__node3{background:var(--color-white);box-shadow:0 0 10px var(--color-white);animation:3.5s ease-in-out .5s infinite Hero-module__ZARIfG__pulse;top:80%;left:80%}.Hero-module__ZARIfG__floatingCard{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);z-index:5;background:#0f1624d9;border-radius:8px;padding:1rem;transition:transform .3s;position:absolute;box-shadow:0 10px 30px #0003}.Hero-module__ZARIfG__floatingCard:hover{transform:translateY(-5px)scale(1.02)}.Hero-module__ZARIfG__cardHeader{letter-spacing:1px;color:var(--color-text-muted);align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.65rem;font-weight:600;display:flex}.Hero-module__ZARIfG__cardIcon{color:var(--color-text-primary)}.Hero-module__ZARIfG__cardValue{align-items:center;gap:.75rem;display:flex}.Hero-module__ZARIfG__scoreCircle{border:2px solid var(--color-success);width:36px;height:36px;color:var(--color-success);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.Hero-module__ZARIfG__scoreLabel{color:var(--color-white);font-size:.8rem;font-weight:500}.Hero-module__ZARIfG__highlightGreen{color:var(--color-success);font-size:1.5rem;font-weight:700;font-family:var(--font-heading), sans-serif}.Hero-module__ZARIfG__highlightBlue{color:var(--color-brand-primary);font-size:1.5rem;font-weight:700;font-family:var(--font-heading), sans-serif}.Hero-module__ZARIfG__miniChart{width:100px;margin-top:.75rem}.Hero-module__ZARIfG__chartLine{fill:none;width:100%;height:30px;stroke:var(--color-success);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 4px #00c8534d)}.Hero-module__ZARIfG__cardPerformance{animation:8s ease-in-out infinite Hero-module__ZARIfG__floatCard;top:15%;left:0%}.Hero-module__ZARIfG__cardSeo{animation:9s ease-in-out 1s infinite Hero-module__ZARIfG__floatCard;top:60%;right:0%}.Hero-module__ZARIfG__cardConversion{animation:10s ease-in-out 2s infinite Hero-module__ZARIfG__floatCard;bottom:5%;left:10%}@keyframes Hero-module__ZARIfG__floatCard{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width:1023px){.Hero-module__ZARIfG__cardPerformance{top:0;left:10%}.Hero-module__ZARIfG__cardSeo{top:40%;right:5%}.Hero-module__ZARIfG__cardConversion{bottom:0;left:20%}}@media (max-width:767px){.Hero-module__ZARIfG__heroSection{padding-top:100px}.Hero-module__ZARIfG__cardPerformance{top:-5%;left:0%}.Hero-module__ZARIfG__cardSeo{top:50%;right:0%}.Hero-module__ZARIfG__cardConversion{bottom:-10%;left:10%}}
.TrustedBy-module__3ag6Fa__trustedBySection{background-color:var(--color-bg-primary);z-index:10;border-top:1px solid #262e4580;border-bottom:1px solid #262e4580;width:100%;padding:4rem 0;position:relative;overflow:hidden}.TrustedBy-module__3ag6Fa__container{flex-direction:column;align-items:center;gap:3rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.TrustedBy-module__3ag6Fa__headingWrapper{opacity:0;align-items:center;gap:.75rem;animation:1s .2s forwards TrustedBy-module__3ag6Fa__fadeIn;display:flex}.TrustedBy-module__3ag6Fa__cyanDot{background-color:var(--color-highlight);width:8px;height:8px;box-shadow:0 0 10px var(--color-highlight);border-radius:50%}.TrustedBy-module__3ag6Fa__heading{font-family:var(--font-body), sans-serif;letter-spacing:2px;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:.85rem;font-weight:500}@media (min-width:768px){.TrustedBy-module__3ag6Fa__heading{font-size:.95rem}}.TrustedBy-module__3ag6Fa__logoMarqueeContainer{opacity:0;width:100%;animation:1s .4s forwards TrustedBy-module__3ag6Fa__fadeIn;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.TrustedBy-module__3ag6Fa__logoMarquee{width:max-content;display:flex}.TrustedBy-module__3ag6Fa__logoTrack{justify-content:space-around;align-items:center;gap:4rem;min-width:100vw;padding-right:4rem;animation:30s linear infinite TrustedBy-module__3ag6Fa__marquee;display:flex}@media (min-width:1024px){.TrustedBy-module__3ag6Fa__logoMarqueeContainer{justify-content:center;display:flex;-webkit-mask-image:none;mask-image:none}.TrustedBy-module__3ag6Fa__logoMarquee{width:100%}.TrustedBy-module__3ag6Fa__logoTrack{width:100%;min-width:auto;padding-right:0;animation:none}.TrustedBy-module__3ag6Fa__logoTrack[aria-hidden=true]{display:none}}@media (hover:hover) and (pointer:fine){.TrustedBy-module__3ag6Fa__logoMarquee:hover .TrustedBy-module__3ag6Fa__logoTrack{animation-play-state:paused}}@media (prefers-reduced-motion:reduce){.TrustedBy-module__3ag6Fa__logoTrack{animation:none}.TrustedBy-module__3ag6Fa__logoMarqueeContainer{overflow-x:auto;-webkit-mask-image:none;mask-image:none}.TrustedBy-module__3ag6Fa__headingWrapper,.TrustedBy-module__3ag6Fa__logoMarqueeContainer,.TrustedBy-module__3ag6Fa__microcopy{opacity:1;animation:none}}@keyframes TrustedBy-module__3ag6Fa__marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes TrustedBy-module__3ag6Fa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.TrustedBy-module__3ag6Fa__logoItem{opacity:.6;cursor:default;justify-content:center;align-items:center;transition:all .3s;display:flex}.TrustedBy-module__3ag6Fa__logoItem:hover{opacity:1}.TrustedBy-module__3ag6Fa__logoText{font-family:var(--font-heading), sans-serif;letter-spacing:-.5px;color:var(--color-text-muted);font-size:1.5rem;font-weight:800;transition:all .3s}.TrustedBy-module__3ag6Fa__logoItem:hover .TrustedBy-module__3ag6Fa__logoText{color:var(--color-white);text-shadow:0 0 15px #00d4ff66}@media (min-width:768px){.TrustedBy-module__3ag6Fa__logoText{font-size:1.75rem}}.TrustedBy-module__3ag6Fa__microcopy{font-family:var(--font-body), sans-serif;color:var(--color-text-muted);opacity:0;letter-spacing:1px;text-align:center;font-size:.8rem;animation:1s .6s forwards TrustedBy-module__3ag6Fa__fadeIn}@media (min-width:768px){.TrustedBy-module__3ag6Fa__microcopy{font-size:.85rem}}
.Services-module__dpHhBa__servicesSection{background-color:var(--color-bg-primary);z-index:10;width:100%;padding:6rem 0;position:relative;overflow:hidden}.Services-module__dpHhBa__bgGlowPrimary{pointer-events:none;z-index:0;background:radial-gradient(circle,#2563eb08 0%,#0000 60%);border-radius:50%;width:80vw;height:80vw;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.Services-module__dpHhBa__bgGlowSecondary{pointer-events:none;z-index:0;background:radial-gradient(circle,#7c3aed0a 0%,#0000 70%);border-radius:50%;width:60vw;height:60vw;position:absolute;bottom:0;right:-10%}.Services-module__dpHhBa__container{z-index:10;flex-direction:column;gap:5rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.Services-module__dpHhBa__sectionHeader{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:700px;margin:0 auto;display:flex}.Services-module__dpHhBa__eyebrow{font-family:var(--font-body), sans-serif;letter-spacing:2px;color:var(--color-text-primary);text-transform:uppercase;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.Services-module__dpHhBa__eyebrowDot{background-color:var(--color-highlight);width:6px;height:6px;box-shadow:0 0 8px var(--color-highlight);border-radius:50%}.Services-module__dpHhBa__heading{color:var(--color-white);margin:0;font-size:2.2rem;font-weight:700;line-height:1.2}@media (min-width:768px){.Services-module__dpHhBa__heading{font-size:3rem}}.Services-module__dpHhBa__gradientText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.Services-module__dpHhBa__description{color:var(--color-text-muted);margin:0;font-size:1rem;line-height:1.6}@media (min-width:768px){.Services-module__dpHhBa__description{font-size:1.125rem}}.Services-module__dpHhBa__servicesGrid{grid-template-columns:1fr;gap:1.5rem;width:100%;display:grid}@media (min-width:768px){.Services-module__dpHhBa__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Services-module__dpHhBa__servicesGrid{grid-template-columns:repeat(12,1fr)}.Services-module__dpHhBa__cardWebDev,.Services-module__dpHhBa__cardWebApp{grid-column:span 6}.Services-module__dpHhBa__cardUiUx{grid-column:span 5}.Services-module__dpHhBa__cardEcommerce,.Services-module__dpHhBa__cardMarketing{grid-column:span 7}.Services-module__dpHhBa__cardAi{grid-column:span 5}}.Services-module__dpHhBa__serviceCard{border:1px solid var(--color-border);background-color:#0f162499;border-radius:20px;flex-direction:column;gap:1.25rem;padding:2.5rem;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.Services-module__dpHhBa__serviceCard:hover{background-color:#1a2133b3;border-color:#7c3aed4d;transform:translateY(-4px);box-shadow:0 15px 35px #0003,0 0 20px #2563eb0d}.Services-module__dpHhBa__cardFeatured{padding:3rem 2.5rem}.Services-module__dpHhBa__cardBgEffect{pointer-events:none;opacity:0;z-index:0;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.Services-module__dpHhBa__cardWebDev .Services-module__dpHhBa__cardBgEffect{background-color:#0000;background-image:radial-gradient(circle at 100% 0,#2563eb1a 0%,#0000 60%),linear-gradient(#262e451a 1px,#0000 1px),linear-gradient(90deg,#262e451a 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:100% 100%,20px 20px,20px 20px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box}.Services-module__dpHhBa__cardWebApp .Services-module__dpHhBa__cardBgEffect{background:radial-gradient(circle at 100% 100%,#7c3aed1a 0%,#0000 60%)}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__cardBgEffect{opacity:1}.Services-module__dpHhBa__iconWrapper{width:56px;height:56px;color:var(--color-text-muted);z-index:1;background:#262e454d;border:1px solid #262e4580;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:inline-flex}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__iconWrapper{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__iconWrapper[data-color=purple]{color:var(--color-accent);background:#7c3aed1a;border-color:#7c3aed66;box-shadow:0 5px 15px #7c3aed33}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__iconWrapper[data-color=cyan]{color:var(--color-highlight);background:#00d4ff1a;border-color:#00d4ff66;box-shadow:0 5px 15px #00d4ff33}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__iconWrapper[data-color=blue]{color:var(--color-brand-primary);background:#2563eb1a;border-color:#2563eb66;box-shadow:0 5px 15px #2563eb33}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__iconWrapper[data-color=cyan-purple]{color:var(--color-white);background:var(--gradient-primary);border-color:#7c3aed66;box-shadow:0 5px 15px #7c3aed4d}.Services-module__dpHhBa__cardWebDev:hover .Services-module__dpHhBa__iconWrapper,.Services-module__dpHhBa__cardWebApp:hover .Services-module__dpHhBa__iconWrapper{color:var(--color-brand-primary);background:#2563eb1a;border-color:#2563eb66}.Services-module__dpHhBa__cardTitle{color:var(--color-white);z-index:1;margin:0;font-size:1.4rem;font-weight:600}.Services-module__dpHhBa__cardDescription{color:var(--color-text-muted);z-index:1;margin:0;font-size:.95rem;line-height:1.6}.Services-module__dpHhBa__tagsContainer{z-index:1;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.Services-module__dpHhBa__tag{font-family:var(--font-body), sans-serif;color:var(--color-text-primary);background:#262e4566;border:1px solid #262e45cc;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;transition:all .3s}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__tag{background:#262e45b3;border-color:#a3aed04d}.Services-module__dpHhBa__cardCta{color:var(--color-text-primary);z-index:1;align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.Services-module__dpHhBa__ctaIcon{transition:transform .3s}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__cardCta{color:var(--color-white)}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__ctaIcon{color:var(--color-highlight);transform:translate(4px)}.Services-module__dpHhBa__sectionCtaContainer{text-align:center;border:1px solid var(--color-border);background:#0f162499;border-radius:24px;flex-direction:column;align-items:center;gap:1.25rem;margin-top:2rem;padding:4rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #0003}.Services-module__dpHhBa__sectionCtaContainer:before{content:"";background:var(--gradient-primary);opacity:.7;height:2px;position:absolute;top:0;left:0;right:0}.Services-module__dpHhBa__ctaHeading{color:var(--color-white);margin:0;font-size:1.8rem;font-weight:700}.Services-module__dpHhBa__ctaDescription{color:var(--color-text-muted);max-width:600px;margin:0;font-size:1rem;line-height:1.6}.Services-module__dpHhBa__ctaButtonGroup{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}@media (min-width:480px){.Services-module__dpHhBa__ctaButtonGroup{flex-direction:row;align-items:center}}.Services-module__dpHhBa__primaryBtn{background:var(--gradient-primary);color:var(--color-white);border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #2563eb33}.Services-module__dpHhBa__primaryBtn:hover{background:var(--gradient-accent);transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.Services-module__dpHhBa__secondaryBtn{color:var(--color-white);border:1px solid var(--color-border);background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Services-module__dpHhBa__secondaryBtn:hover{border-color:var(--color-text-muted);background:#262e454d}
.WhyChooseUs-module__aV2w7G__whyUsSection{background-color:var(--color-bg-primary);z-index:10;border-top:1px solid #262e4580;width:100%;padding:6rem 0;position:relative;overflow:hidden}.WhyChooseUs-module__aV2w7G__container{flex-direction:column;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.WhyChooseUs-module__aV2w7G__sectionHeader{text-align:left;flex-direction:column;align-items:flex-start;gap:1.25rem;max-width:800px;display:flex}.WhyChooseUs-module__aV2w7G__eyebrow{font-family:var(--font-body), sans-serif;letter-spacing:1.5px;color:var(--color-highlight);text-transform:uppercase;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;display:inline-flex}.WhyChooseUs-module__aV2w7G__eyebrowDot{background-color:var(--color-highlight);width:6px;height:6px;box-shadow:0 0 8px var(--color-highlight);border-radius:50%}.WhyChooseUs-module__aV2w7G__heading{color:var(--color-white);margin:0;font-size:2.2rem;font-weight:700;line-height:1.2}@media (min-width:768px){.WhyChooseUs-module__aV2w7G__heading{font-size:3rem}}.WhyChooseUs-module__aV2w7G__gradientText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.WhyChooseUs-module__aV2w7G__description{color:var(--color-text-muted);max-width:650px;margin:0;font-size:1rem;line-height:1.6}.WhyChooseUs-module__aV2w7G__mainLayout{flex-direction:column;gap:3rem;display:flex}@media (min-width:1024px){.WhyChooseUs-module__aV2w7G__mainLayout{flex-direction:row;align-items:stretch;gap:4rem}.WhyChooseUs-module__aV2w7G__visualColumn{flex:0 0 45%;height:calc(100vh - 160px);max-height:700px;position:sticky;top:120px}.WhyChooseUs-module__aV2w7G__differentiatorsColumn{flex:0 0 calc(55% - 4rem)}}.WhyChooseUs-module__aV2w7G__visualContainer{background-color:var(--color-surface-dark);border:1px solid var(--color-border);border-radius:24px;flex-direction:column;width:100%;height:400px;display:flex;position:relative;overflow:hidden}@media (min-width:1024px){.WhyChooseUs-module__aV2w7G__visualContainer{height:100%}}.WhyChooseUs-module__aV2w7G__technicalGrid{opacity:.4;z-index:0;background-image:linear-gradient(#262e4533 1px,#0000 1px),linear-gradient(90deg,#262e4533 1px,#0000 1px);background-size:30px 30px;width:100%;height:100%;position:absolute;top:0;left:0}.WhyChooseUs-module__aV2w7G__network{z-index:1;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.WhyChooseUs-module__aV2w7G__connectionLines{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.WhyChooseUs-module__aV2w7G__connectionLines line{stroke:#00d4ff33;stroke-width:.2px;stroke-dasharray:1 1;animation:20s linear infinite WhyChooseUs-module__aV2w7G__dash}@keyframes WhyChooseUs-module__aV2w7G__dash{to{stroke-dashoffset:100px}}.WhyChooseUs-module__aV2w7G__centerNode{z-index:2;background:var(--color-surface-elevated);color:var(--color-white);letter-spacing:1px;border:1px solid #00d4ff66;border-radius:8px;padding:1rem 1.5rem;font-size:.9rem;font-weight:700;position:relative;box-shadow:0 0 30px #00d4ff26,inset 0 0 20px #00d4ff0d}.WhyChooseUs-module__aV2w7G__centerNode:before{content:"";z-index:-1;background:linear-gradient(45deg,#0000,#00d4ff4d,#0000);border-radius:8px;position:absolute;inset:-1px}.WhyChooseUs-module__aV2w7G__node{z-index:2;border:1px solid var(--color-border);color:var(--color-text-muted);letter-spacing:1px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f1624cc;border-radius:6px;padding:.5rem 1rem;font-size:.7rem;font-weight:600;position:absolute}.WhyChooseUs-module__aV2w7G__nodeStrategy{border-color:#00d4ff4d;top:15%;left:10%}.WhyChooseUs-module__aV2w7G__nodeTechnology{border-color:#7c3aed4d;top:15%;right:10%}.WhyChooseUs-module__aV2w7G__nodeDesign{border-color:#ff2d754d;bottom:25%;left:10%}.WhyChooseUs-module__aV2w7G__nodeGrowth{border-color:#2563eb4d;bottom:25%;right:10%}.WhyChooseUs-module__aV2w7G__metricStrip{border-top:1px solid var(--color-border);z-index:1;background:#0a0f1c80;justify-content:space-between;align-items:center;padding:1rem;display:flex}.WhyChooseUs-module__aV2w7G__metricItem{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;text-align:center;flex-direction:column;align-items:center;gap:.25rem;font-size:.65rem;display:flex}.WhyChooseUs-module__aV2w7G__metricItem strong{color:var(--color-highlight);font-size:.85rem;font-family:var(--font-heading), sans-serif}.WhyChooseUs-module__aV2w7G__metricDivider{background-color:var(--color-border);width:1px;height:20px}.WhyChooseUs-module__aV2w7G__differentiatorsColumn{flex-direction:column;flex:1;gap:1.5rem;display:flex}.WhyChooseUs-module__aV2w7G__differentiatorItem{background-color:var(--color-surface-dark);border:1px solid var(--color-border);border-radius:8px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.WhyChooseUs-module__aV2w7G__differentiatorItem:hover{background-color:var(--color-surface-elevated);border-color:#a3aed033}.WhyChooseUs-module__aV2w7G__itemIconWrapper{color:var(--color-text-muted);flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.WhyChooseUs-module__aV2w7G__differentiatorItem:hover .WhyChooseUs-module__aV2w7G__itemIconWrapper[data-color=cyan]{color:var(--color-highlight)}.WhyChooseUs-module__aV2w7G__differentiatorItem:hover .WhyChooseUs-module__aV2w7G__itemIconWrapper[data-color=purple]{color:var(--color-accent)}.WhyChooseUs-module__aV2w7G__differentiatorItem:hover .WhyChooseUs-module__aV2w7G__itemIconWrapper[data-color=blue]{color:var(--color-brand-primary)}.WhyChooseUs-module__aV2w7G__itemContent{flex:1}.WhyChooseUs-module__aV2w7G__itemTitle{color:var(--color-white);margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.WhyChooseUs-module__aV2w7G__itemContent p{color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.6}.WhyChooseUs-module__aV2w7G__itemNumber{font-family:var(--font-heading), sans-serif;color:#a3aed04d;margin-left:1rem;font-size:.9rem;font-weight:500;transition:color .3s}.WhyChooseUs-module__aV2w7G__differentiatorItem:hover .WhyChooseUs-module__aV2w7G__itemNumber{color:#a3aed099}.WhyChooseUs-module__aV2w7G__sectionCtaContainer{border-top:1px solid var(--color-border);flex-direction:column;gap:1.25rem;margin-top:2rem;padding-top:3rem;display:flex}@media (min-width:768px){.WhyChooseUs-module__aV2w7G__sectionCtaContainer{flex-direction:row;justify-content:space-between;align-items:center}}.WhyChooseUs-module__aV2w7G__ctaHeading{color:var(--color-white);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.WhyChooseUs-module__aV2w7G__ctaDescription{color:var(--color-text-muted);max-width:500px;margin:0;font-size:.95rem;line-height:1.6}.WhyChooseUs-module__aV2w7G__ctaButtonGroup{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}@media (min-width:768px){.WhyChooseUs-module__aV2w7G__ctaButtonGroup{flex-direction:row;flex-shrink:0;align-items:center;margin-top:0}}.WhyChooseUs-module__aV2w7G__primaryBtn{background:var(--gradient-primary);color:var(--color-white);border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #2563eb33}.WhyChooseUs-module__aV2w7G__primaryBtn:hover{background:var(--gradient-accent);transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.WhyChooseUs-module__aV2w7G__secondaryBtn{color:var(--color-white);border:1px solid var(--color-border);background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.WhyChooseUs-module__aV2w7G__secondaryBtn:hover{border-color:var(--color-text-muted);background:#262e454d}
.Technologies-module__VSw0_q__techSection{z-index:10;background-color:#0a0f1c;border-top:1px solid #262e4580;width:100%;padding:6rem 0;position:relative;overflow:hidden}.Technologies-module__VSw0_q__bgGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#2563eb0d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;right:10%;transform:translateY(-50%)}.Technologies-module__VSw0_q__gridOverlay{opacity:.5;pointer-events:none;z-index:0;background-image:linear-gradient(#262e4526 1px,#0000 1px),linear-gradient(90deg,#262e4526 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0}.Technologies-module__VSw0_q__container{z-index:10;flex-direction:column;gap:3.5rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.Technologies-module__VSw0_q__sectionHeader{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:700px;margin:0 auto;display:flex}.Technologies-module__VSw0_q__eyebrow{font-family:var(--font-body), sans-serif;letter-spacing:2px;color:var(--color-highlight);text-transform:uppercase;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;display:inline-flex}.Technologies-module__VSw0_q__eyebrowDot{background-color:var(--color-highlight);width:6px;height:6px;box-shadow:0 0 8px var(--color-highlight);border-radius:50%}.Technologies-module__VSw0_q__heading{color:var(--color-white);margin:0;font-size:2.2rem;font-weight:700;line-height:1.2}@media (min-width:768px){.Technologies-module__VSw0_q__heading{font-size:3rem}}.Technologies-module__VSw0_q__gradientText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.Technologies-module__VSw0_q__description{color:var(--color-text-muted);margin:0;font-size:1rem;line-height:1.6}@media (min-width:768px){.Technologies-module__VSw0_q__description{font-size:1.125rem}}.Technologies-module__VSw0_q__categoryNavWrapper{-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;margin:0 -1rem;padding-bottom:.5rem;padding-left:1rem;padding-right:1rem;overflow-x:auto}@media (min-width:768px){.Technologies-module__VSw0_q__categoryNavWrapper{justify-content:center;margin:0;padding-left:0;padding-right:0;display:flex}}.Technologies-module__VSw0_q__categoryNavWrapper::-webkit-scrollbar{display:none}.Technologies-module__VSw0_q__categoryNav{border:1px solid var(--color-border);background:#0f162499;border-radius:100px;gap:.5rem;min-width:max-content;padding:.35rem;display:inline-flex}.Technologies-module__VSw0_q__categoryBtn{color:var(--color-text-muted);font-family:var(--font-body), sans-serif;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:100px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .3s}.Technologies-module__VSw0_q__categoryBtn:hover{color:var(--color-white);background:#ffffff0d}.Technologies-module__VSw0_q__activeCategoryBtn{color:var(--color-white);background:var(--gradient-primary);box-shadow:0 4px 15px #2563eb33}.Technologies-module__VSw0_q__activeCategoryBtn:hover{background:var(--gradient-primary)}.Technologies-module__VSw0_q__mainLayout{flex-direction:column;gap:3rem;display:flex}@media (min-width:1024px){.Technologies-module__VSw0_q__mainLayout{flex-direction:row;align-items:stretch;gap:4rem}.Technologies-module__VSw0_q__techGridColumn{flex-direction:column;flex:1;gap:3rem;display:flex}.Technologies-module__VSw0_q__visualColumn{flex:0 0 320px}}.Technologies-module__VSw0_q__cardsGrid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.Technologies-module__VSw0_q__cardsGrid{grid-template-columns:repeat(2,1fr)}}.Technologies-module__VSw0_q__techCard{background:#0f1624;border:1px solid #262e45;border-radius:20px;flex-direction:column;gap:1.25rem;padding:1.75rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.Technologies-module__VSw0_q__techCard:before{content:"";opacity:0;background:radial-gradient(circle at 100% 0,#00d4ff0d 0%,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.Technologies-module__VSw0_q__techCard:hover{background:#131a2a;border-color:#a3aed066;transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.Technologies-module__VSw0_q__techCard:hover:before{opacity:1}.Technologies-module__VSw0_q__cardHeader{z-index:1;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.Technologies-module__VSw0_q__iconWrapper{color:#a3aed0;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.Technologies-module__VSw0_q__techCard:hover .Technologies-module__VSw0_q__iconWrapper{color:var(--color-highlight);background:#00d4ff0d;border-color:#00d4ff33;transform:scale(1.05)}.Technologies-module__VSw0_q__cardArrow{color:var(--color-text-muted);opacity:0;transition:all .3s;transform:translate(-4px,4px)}.Technologies-module__VSw0_q__techCard:hover .Technologies-module__VSw0_q__cardArrow{opacity:1;color:var(--color-highlight);transform:translate(0)}.Technologies-module__VSw0_q__cardContent{z-index:1;flex-direction:column;display:flex;position:relative}.Technologies-module__VSw0_q__techName{color:var(--color-white);margin:0 0 .5rem;font-size:1.15rem;font-weight:600}.Technologies-module__VSw0_q__techDesc{color:var(--color-text-muted);margin:0 0 1rem;font-size:.85rem;line-height:1.5}.Technologies-module__VSw0_q__categoryLabel{letter-spacing:.5px;text-transform:uppercase;color:#a3aed080;margin-top:auto;font-size:.7rem;font-weight:600}.Technologies-module__VSw0_q__philosophyMessage{border:1px solid var(--color-border);border-left:3px solid var(--color-brand-primary);background:#1a213366;border-radius:12px;padding:1.5rem 2rem}.Technologies-module__VSw0_q__philosophyTitle{color:var(--color-white);margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.Technologies-module__VSw0_q__philosophyDesc{color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.6}.Technologies-module__VSw0_q__architectureVisual{border:1px solid var(--color-border);background:#0f162480;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:0;width:100%;height:100%;min-height:500px;padding:2rem 0;display:flex;position:relative}.Technologies-module__VSw0_q__archGlow{pointer-events:none;background:radial-gradient(circle,#00d4ff14 0%,#0000 60%);border-radius:50%;width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Technologies-module__VSw0_q__archLayer{justify-content:center;width:100%;display:flex;position:relative}.Technologies-module__VSw0_q__archNode{border:1px solid var(--color-border);color:var(--color-white);letter-spacing:1.5px;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:center;background:#0a0f1ccc;border-radius:8px;min-width:180px;padding:.75rem 2rem;font-size:.8rem;font-weight:700;box-shadow:0 5px 15px #0000004d}.Technologies-module__VSw0_q__archLayer:nth-child(2) .Technologies-module__VSw0_q__archNode{border-color:#fff3}.Technologies-module__VSw0_q__archLayer:nth-child(4) .Technologies-module__VSw0_q__archNode{border-color:#00d4ff4d}.Technologies-module__VSw0_q__archLayer:nth-child(6) .Technologies-module__VSw0_q__archNode{border-color:#2563eb4d}.Technologies-module__VSw0_q__archLayer:nth-child(8) .Technologies-module__VSw0_q__archNode{border-color:#7c3aed4d}.Technologies-module__VSw0_q__archLayer:nth-child(10) .Technologies-module__VSw0_q__archNode{border-color:#ff2d754d}.Technologies-module__VSw0_q__archTag{font-family:var(--font-body), sans-serif;color:var(--color-highlight);white-space:nowrap;background:#00d4ff1a;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;position:absolute}.Technologies-module__VSw0_q__archConnector{flex-direction:column;justify-content:center;align-items:center;height:40px;display:flex;position:relative}.Technologies-module__VSw0_q__glowLine{background:linear-gradient(#0000,#00d4ff80,#0000);width:1px;height:100%;position:absolute}.Technologies-module__VSw0_q__arrowIcon{color:#00d4ff99;z-index:1}
