.Navbar-module__cJzEcG__navbar{width:100%;z-index:var(--z-sticky,100);padding:0;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s;position:fixed;top:1.5rem;left:0;background:0 0!important}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__hidden{opacity:0;transform:translateY(-120%)}.Navbar-module__cJzEcG__inner{-webkit-backdrop-filter:blur(24px)saturate(1.2);width:fit-content;min-width:540px;max-width:90%;transition:border-color var(--transition-base,.3s) ease, box-shadow var(--transition-base,.3s) ease;background:#151815b8;border:1px solid #959b9629;border-radius:100px;justify-content:space-between;align-items:center;margin-inline:auto;padding:.5rem 1rem .5rem 1.75rem;display:flex;box-shadow:0 16px 40px #0006}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__inner{background:#0d0f0dd9;border-color:#bee62126;box-shadow:0 20px 48px #0000008c,0 0 30px #bee62108}.Navbar-module__cJzEcG__navbarOpen .Navbar-module__cJzEcG__inner{background:#151815e6;border-color:#ffffff1f}.Navbar-module__cJzEcG__logo{align-items:center;text-decoration:none;transition:opacity .15s;display:flex}.Navbar-module__cJzEcG__logo:hover{opacity:.85}.Navbar-module__cJzEcG__logoImage{-o-object-fit:contain;object-fit:contain;width:auto;height:24px;display:block}.Navbar-module__cJzEcG__capsuleCta{letter-spacing:-.01em;color:#fff;background:#151815;border:1px solid #959b9629;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1.15rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.Navbar-module__cJzEcG__capsuleCta:hover{background:var(--color-primary,#bee621);color:#090b0a;border-color:var(--color-primary,#bee621);box-shadow:0 4px 12px #bee62133}.Navbar-module__cJzEcG__ctaArrow{transition:transform .25s;display:inline-block}.Navbar-module__cJzEcG__capsuleCta:hover .Navbar-module__cJzEcG__ctaArrow{transform:translate(2px)}.Navbar-module__cJzEcG__menuToggle{cursor:pointer;z-index:110;background:0 0;border:none;justify-content:center;align-items:center;padding:.75rem;display:flex}.Navbar-module__cJzEcG__hamburger{flex-direction:column;gap:6px;width:18px;display:flex}.Navbar-module__cJzEcG__hamburger span{transform-origin:50%;background:#fff;width:100%;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.Navbar-module__cJzEcG__menuToggle.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__hamburger span:first-child{transform:translateY(4px)rotate(45deg)}.Navbar-module__cJzEcG__menuToggle.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__hamburger span:nth-child(2){transform:translateY(-4px)rotate(-45deg)}.Navbar-module__cJzEcG__menuOverlay{z-index:95;-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:#090b0af7;justify-content:center;align-items:center;transition:opacity .4s,transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;transform:translateY(-10px)}.Navbar-module__cJzEcG__menuOverlay.Navbar-module__cJzEcG__active{opacity:1;pointer-events:auto;transform:translateY(0)}.Navbar-module__cJzEcG__overlayInner{width:min(100% - 3rem,600px);margin-inline:auto}.Navbar-module__cJzEcG__navList{flex-direction:column;gap:1.75rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-heading);letter-spacing:-.03em;color:#fff6;align-items:center;gap:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;text-decoration:none;transition:color .25s,transform .25s;display:inline-flex}.Navbar-module__cJzEcG__linkNum{color:var(--color-primary,#bee621);opacity:.6;font-family:ui-monospace,monospace;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:400}.Navbar-module__cJzEcG__navLink:hover{color:#fff;transform:translate(10px)}.Navbar-module__cJzEcG__floatingSidebar{z-index:90;flex-direction:column;gap:.85rem;display:flex;position:fixed;bottom:2.5rem;right:2rem}.Navbar-module__cJzEcG__sidebarItem{width:48px;height:48px;color:var(--color-text-secondary,#959b96);background:#151815;border:1px solid #959b9629;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #0006}.Navbar-module__cJzEcG__sidebarSvg{width:20px;height:20px}.Navbar-module__cJzEcG__sidebarItem:hover{color:#fff;border-color:#ffffff4d;transform:scale(1.08)translateY(-3px);box-shadow:0 14px 36px #00000080}.Navbar-module__cJzEcG__sidebarItem.Navbar-module__cJzEcG__whatsapp:hover{color:#25d366;border-color:#25d36666;box-shadow:0 14px 36px #25d36626}@media (max-width:600px){.Navbar-module__cJzEcG__inner{width:90%;min-width:90%;padding:.5rem .5rem .5rem 1.25rem}.Navbar-module__cJzEcG__logoImage{height:20px}.Navbar-module__cJzEcG__capsuleCta{padding:.45rem .85rem;font-size:.75rem}.Navbar-module__cJzEcG__floatingSidebar{bottom:1.5rem;right:1.25rem}.Navbar-module__cJzEcG__sidebarItem{width:42px;height:42px}.Navbar-module__cJzEcG__sidebarSvg{width:18px;height:18px}}
.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__content{z-index:10;flex-direction:column;align-items:flex-start;gap:2.25rem;width:min(100% - 3rem,1280px);margin-inline:auto;display:flex}.Hero-module__ZARIfG__eyebrow{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-secondary,#959b96);opacity:.85;padding-left:.1rem;font-size:.75rem;font-weight:600}.Hero-module__ZARIfG__title{letter-spacing:-.02em;color:var(--color-text-primary,#fff);flex-direction:column;font-size:clamp(1.8rem,4.2vw,3.6rem);font-weight:700;line-height:1.25;display:flex}.Hero-module__ZARIfG__headlineWrap{width:100%;max-width:850px}.Hero-module__ZARIfG__line{display:block;overflow:visible}.Hero-module__ZARIfG__underlineWrap{display:inline-block;position:relative}.Hero-module__ZARIfG__underlineSvg{pointer-events:none;width:100%;height:12px;position:absolute;bottom:-6px;left:0;overflow:visible}.Hero-module__ZARIfG__italic{color:var(--color-primary,#bee621);font-style:italic;font-weight:300}.Hero-module__ZARIfG__subtitle{color:var(--color-text-secondary,#959b96);letter-spacing:-.01em;max-width:580px;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.6}.Hero-module__ZARIfG__actions{align-items:center;gap:1.25rem;display:flex}.Hero-module__ZARIfG__btnPrimary{color:#fff;background:#151815;border:1px solid #959b9633;border-radius:100px;align-items:center;gap:.65rem;padding:.95rem 2rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 8px 24px #0006}.Hero-module__ZARIfG__btnPrimary:hover{border-color:var(--color-primary,#bee621);background:#1b1e1b;transform:translateY(-2px);box-shadow:0 12px 30px #bee62126}.Hero-module__ZARIfG__btnArrow{transition:transform .25s;display:inline-block}.Hero-module__ZARIfG__btnPrimary:hover .Hero-module__ZARIfG__btnArrow{transform:translate(3px)}.Hero-module__ZARIfG__btnSecondary{color:#fff;background:0 0;border:1px solid #959b9629;border-radius:100px;align-items:center;gap:.65rem;padding:.95rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.Hero-module__ZARIfG__btnSecondary:hover{background:#ffffff0a;border-color:#ffffff4d;transform:translateY(-2px)}.Hero-module__ZARIfG__btnDot{color:var(--color-primary,#bee621);font-size:1rem;font-weight:800;line-height:1}.Hero-module__ZARIfG__metricsRow{border-top:1px solid #959b961f;flex-wrap:wrap;align-items:center;gap:2rem;width:100%;margin-top:2rem;padding-top:2rem;display:flex}.Hero-module__ZARIfG__metricItem{letter-spacing:.15em;color:var(--color-text-secondary,#959b96);align-items:center;gap:.5rem;font-size:.6875rem;font-weight:600;display:flex}.Hero-module__ZARIfG__metricIcon{color:var(--color-primary,#bee621);font-size:.9rem}.Hero-module__ZARIfG__metricValue{color:#fff;font-weight:700}.Hero-module__ZARIfG__metricLabel{opacity:.8}.Hero-module__ZARIfG__metricDivider{color:#959b9633;font-size:.75rem}.Hero-module__ZARIfG__scrollIndicator{opacity:.45;flex-direction:column;align-items:center;gap:.75rem;transition:opacity .3s;display:flex;position:absolute;bottom:2rem;right:max(1.5rem,50vw - 640px)}.Hero-module__ZARIfG__scrollIndicator:hover{opacity:.8}.Hero-module__ZARIfG__scrollText{text-transform:uppercase;letter-spacing:.15em;writing-mode:vertical-rl;color:var(--color-text-muted,#959b9680);font-size:.6875rem}.Hero-module__ZARIfG__scrollLine{background:#ffffff14;width:1px;height:48px;position:relative;overflow:hidden}.Hero-module__ZARIfG__scrollDot{background:var(--color-primary,#bee621);width:100%;height:30%;animation:2s cubic-bezier(.76,0,.24,1) infinite Hero-module__ZARIfG__scrollDown;position:absolute;top:0;left:0}@keyframes Hero-module__ZARIfG__scrollDown{0%{transform:translateY(-100%)}50%{transform:translateY(200%)}to{transform:translateY(400%)}}@media (prefers-reduced-motion:reduce){.Hero-module__ZARIfG__scrollDot{height:100%;animation:none;transform:translateY(0)}}@media (max-width:768px){.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;padding:6rem 0 3rem;display:flex}.Hero-module__ZARIfG__content{text-align:center;align-items:center;gap:1.5rem}.Hero-module__ZARIfG__title{text-align:center;align-items:center;font-size:clamp(1.85rem,8vw,2.75rem)}.Hero-module__ZARIfG__subtitle{max-width:100%;margin-inline:auto;font-size:.95rem}.Hero-module__ZARIfG__actions{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:320px;margin-inline:auto}.Hero-module__ZARIfG__btnPrimary,.Hero-module__ZARIfG__btnSecondary{justify-content:center;width:100%;padding:.85rem 1.75rem}.Hero-module__ZARIfG__metricsRow{flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem}.Hero-module__ZARIfG__metricDivider,.Hero-module__ZARIfG__scrollIndicator{display:none}}
.HeroBackground-module__ntEBBG__root{z-index:-2;pointer-events:none;background:#090b0a;position:absolute;inset:0;overflow:hidden}.HeroBackground-module__ntEBBG__video{-o-object-fit:cover;object-fit:cover;opacity:.22;mix-blend-mode:screen;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.HeroBackground-module__ntEBBG__gradient{background:radial-gradient(55% 70% at 72%,#bee62112,#0000 65%),radial-gradient(60% 45% at 80% 25%,#bee62108,#0000 65%),radial-gradient(55% 45% at 25% 85%,#959b9614,#0000 70%),linear-gradient(160deg,#151815 0%,#0d100d 50%,#090b0a 100%);position:absolute;inset:0}.HeroBackground-module__ntEBBG__gradient:after{content:"";opacity:.035;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px;position:absolute;inset:0}.HeroBackground-module__ntEBBG__bottomFade{pointer-events:none;z-index:2;background:linear-gradient(#0000,#090b0a 100%);height:25vh;position:absolute;bottom:0;left:0;right:0}@media (max-width:768px){.HeroBackground-module__ntEBBG__gradient{background:radial-gradient(65% 65% at 52% 40%,#bee62114,#0000 65%),linear-gradient(160deg,#151815 0%,#0d100d 50%,#090b0a 100%)}.HeroBackground-module__ntEBBG__video{-o-object-position:75% 50%;object-position:75% 50%}}
.Manifesto-module__iTFCjG__manifestoSection{background-color:#0000;justify-content:center;align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.Manifesto-module__iTFCjG__container{justify-content:center;align-items:center;width:min(100% - 3rem,1200px);height:80vh;margin-inline:auto;display:flex;position:relative}.Manifesto-module__iTFCjG__slide{opacity:0;pointer-events:none;flex-direction:column;justify-content:center;width:100%;height:100%;display:flex;position:absolute}.Manifesto-module__iTFCjG__slide[style*="opacity: 1"]{pointer-events:auto}.Manifesto-module__iTFCjG__slide.Manifesto-module__iTFCjG__firstSlide{opacity:1;pointer-events:auto}.Manifesto-module__iTFCjG__centeredSlide{text-align:center;align-items:center;gap:2rem}.Manifesto-module__iTFCjG__tensionTitle{font-family:var(--font-heading);color:var(--color-text-primary,#fff);letter-spacing:-.03em;max-width:900px;margin:0;font-size:clamp(2rem,5vw + .5rem,4.5rem);font-weight:700;line-height:1.15}.Manifesto-module__iTFCjG__tensionText{font-family:var(--font-dmsans), sans-serif;color:var(--color-primary,#bee621);margin:0;font-size:clamp(1.2rem,2.5vw,2rem);font-style:italic;font-weight:300}.Manifesto-module__iTFCjG__marketText{font-family:var(--font-heading);color:var(--color-text-primary,#fff);letter-spacing:-.02em;max-width:950px;margin:0;font-size:clamp(1.5rem,3.5vw,2.75rem);font-weight:600;line-height:1.3}.Manifesto-module__iTFCjG__marketTextSub{font-family:var(--font-dmsans), sans-serif;color:var(--color-text-secondary,#959b96);max-width:750px;margin:0;font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.5}.Manifesto-module__iTFCjG__dividerContainer{pointer-events:none;z-index:15;justify-content:center;width:100%;display:flex;position:absolute}.Manifesto-module__iTFCjG__dividerLine{background:var(--color-primary,#bee621);transform-origin:50%;width:150px;height:2px;box-shadow:0 0 12px var(--color-primary,#bee621);transform:scaleX(0)}.Manifesto-module__iTFCjG__splitSlide{opacity:0;grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.Manifesto-module__iTFCjG__splitLeft{flex-direction:column;align-items:flex-start;gap:1.75rem;display:flex}.Manifesto-module__iTFCjG__resolutionEyebrow{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-secondary,#959b96);font-size:.75rem;font-weight:600}.Manifesto-module__iTFCjG__resolutionTitle{color:var(--color-text-primary,#fff);letter-spacing:-.02em;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:700;line-height:1.15}.Manifesto-module__iTFCjG__limeText{color:var(--color-primary,#bee621)}.Manifesto-module__iTFCjG__resolutionDesc{font-family:var(--font-dmsans), sans-serif;color:var(--color-text-secondary);font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.6}.Manifesto-module__iTFCjG__resolutionDescAccent{font-family:var(--font-dmsans), sans-serif;color:var(--color-text-primary,#fff);border-left:2px solid var(--color-primary,#bee621);padding-left:1rem;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:500;line-height:1.5}.Manifesto-module__iTFCjG__splitRightPlaceholder{aspect-ratio:1;pointer-events:none;width:100%;max-width:400px}.Manifesto-module__iTFCjG__maskLine{padding-bottom:.08em;line-height:1.25;display:block;overflow:hidden}.Manifesto-module__iTFCjG__imageCard{z-index:20;pointer-events:auto;background:var(--color-surface,#151815);will-change:transform, left, top, width, height, border-radius;position:absolute;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.Manifesto-module__iTFCjG__profileImg{-o-object-fit:cover;object-fit:cover;opacity:.9;will-change:transform;width:100%;height:100%;position:absolute;top:0;left:0}.Manifesto-module__iTFCjG__imageBorder{pointer-events:none;transition:border-color var(--transition-hover);z-index:2;border:1px solid #bee62126;position:absolute;inset:0}.Manifesto-module__iTFCjG__imageCard:hover .Manifesto-module__iTFCjG__imageBorder{border-color:var(--color-primary,#bee621)}@media (max-width:968px){.Manifesto-module__iTFCjG__container{height:80vh;min-height:520px}.Manifesto-module__iTFCjG__slide{margin-bottom:0}.Manifesto-module__iTFCjG__centeredSlide{text-align:left;align-items:flex-start}.Manifesto-module__iTFCjG__tensionTitle{font-size:clamp(1.6rem,5.5vw,2.5rem)}.Manifesto-module__iTFCjG__tensionText{font-size:clamp(1rem,3.5vw,1.25rem)}.Manifesto-module__iTFCjG__marketText{font-size:clamp(1.2rem,4.5vw,1.85rem)}.Manifesto-module__iTFCjG__marketTextSub{font-size:clamp(.95rem,3vw,1.1rem)}.Manifesto-module__iTFCjG__splitSlide{grid-template-columns:1fr;place-content:start flex-start;gap:1.5rem;padding-top:1.5rem}.Manifesto-module__iTFCjG__splitLeft{align-items:flex-start;gap:.85rem}.Manifesto-module__iTFCjG__splitRightPlaceholder{display:none}}@media (max-width:480px){.Manifesto-module__iTFCjG__container{height:84vh;min-height:480px}.Manifesto-module__iTFCjG__tensionTitle{font-size:clamp(1.3rem,5.5vw,1.8rem)}.Manifesto-module__iTFCjG__tensionText{font-size:clamp(.9rem,3.5vw,1.1rem)}.Manifesto-module__iTFCjG__marketText{font-size:clamp(1.1rem,4.5vw,1.45rem)}.Manifesto-module__iTFCjG__marketTextSub{font-size:clamp(.85rem,3vw,.95rem)}.Manifesto-module__iTFCjG__resolutionTitle{font-size:clamp(1.25rem,5.5vw,1.6rem)}.Manifesto-module__iTFCjG__resolutionDesc{font-size:clamp(.78rem,3vw,.85rem);line-height:1.4}.Manifesto-module__iTFCjG__resolutionDescAccent{padding-left:.75rem;font-size:clamp(.82rem,3vw,.95rem);line-height:1.4}.Manifesto-module__iTFCjG__splitSlide{gap:1rem;padding-top:1.25rem}.Manifesto-module__iTFCjG__splitLeft{gap:.65rem}}
.Services-module__dpHhBa__servicesSection{background-color:#090b0a;padding:8rem 0;position:relative;overflow:hidden}.Services-module__dpHhBa__container{z-index:5;flex-direction:column;gap:4rem;display:flex;position:relative}.Services-module__dpHhBa__header{text-align:center;width:100%;max-width:900px;margin:0 auto}.Services-module__dpHhBa__header h2{letter-spacing:-.02em;color:#fff;margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.15}.Services-module__dpHhBa__videoWrap{z-index:1;pointer-events:none;opacity:.52;position:absolute;inset:0;overflow:hidden}.Services-module__dpHhBa__videoBg{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.Services-module__dpHhBa__videoOverlay{z-index:2;pointer-events:none;background:linear-gradient(#090b0a,#090b0abf 18% 82%,#090b0a);position:absolute;inset:0}.Services-module__dpHhBa__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:969px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr)}}.Services-module__dpHhBa__card{-webkit-backdrop-filter:blur(14px);background:#0d100d66;border:1px solid #ffffff0d;border-radius:0;flex-direction:column;justify-content:space-between;gap:2.5rem;min-height:380px;padding:2.5rem;transition:all .45s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Services-module__dpHhBa__card:hover{border-color:var(--color-primary,#bee621);background:#0d100d8c;transform:translateY(-4px);box-shadow:0 20px 40px #bee6210f}.Services-module__dpHhBa__cardHeader{justify-content:space-between;align-items:center;width:100%;display:flex}.Services-module__dpHhBa__iconContainer{background:#ffffff05;border:1px solid #bee62126;border-radius:0;justify-content:center;align-items:center;width:48px;height:48px;transition:border-color .3s,background .3s;display:flex}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__iconContainer{border-color:var(--color-primary,#bee621);background:#bee6210d}.Services-module__dpHhBa__icon{justify-content:center;align-items:center;margin:0;font-size:1.5rem;display:flex}.Services-module__dpHhBa__cardNum{color:#0000;-webkit-text-stroke:1.5px #ffffff12;-webkit-user-select:none;user-select:none;font-size:4.5rem;font-weight:900;line-height:.8;transition:-webkit-text-stroke .3s}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardNum{-webkit-text-stroke:1.5px #bee6212e}.Services-module__dpHhBa__cardBody{flex-direction:column;flex-grow:1;gap:1rem;display:flex}.Services-module__dpHhBa__cardTitle{letter-spacing:-.01em;margin:0;font-size:clamp(1.3rem,2vw,1.65rem);font-weight:700;line-height:1.2}.Services-module__dpHhBa__rollWrapper{height:1.25em;display:block;position:relative;overflow:hidden}.Services-module__dpHhBa__rollInner{will-change:transform;flex-direction:column;height:200%;transition:transform .55s cubic-bezier(.76,0,.24,1);display:flex}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__rollInner{transform:translateY(-50%)}.Services-module__dpHhBa__rollText{color:#fff;white-space:nowrap;height:50%;transition:color .35s cubic-bezier(.16,1,.3,1);display:block}.Services-module__dpHhBa__rollText:last-child{color:var(--color-primary,#bee621)}.Services-module__dpHhBa__cardDesc{color:var(--color-text-secondary,#959b96);margin:0;font-size:clamp(.9rem,1.5vw,1rem);line-height:1.6}.Services-module__dpHhBa__cardFooter{border-top:1px solid #ffffff0a;justify-content:space-between;align-items:flex-end;gap:2rem;width:100%;padding-top:1.5rem;display:flex}.Services-module__dpHhBa__tagsContainer{flex-wrap:wrap;gap:.5rem;display:flex}.Services-module__dpHhBa__tagCapsule{color:var(--color-text-secondary,#959b96);letter-spacing:.05em;text-transform:uppercase;background:#ffffff05;border:1px solid #ffffff0d;border-radius:0;align-items:center;gap:.35rem;padding:.35rem .6rem;font-size:.65rem;font-weight:600;transition:all .3s;display:inline-flex}.Services-module__dpHhBa__tagBullet{color:var(--color-primary,#bee621);font-size:.55rem;line-height:1}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__tagCapsule{color:#fff;background:#ffffff0a;border-color:#ffffff14}.Services-module__dpHhBa__cardArrow{color:var(--color-text-secondary,#959b96);padding-bottom:.1rem;font-size:1.25rem;line-height:1;transition:transform .35s cubic-bezier(.16,1,.3,1),color .35s}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardArrow{color:var(--color-primary,#bee621);transform:translate(4px)}
.Projects-module__2BoJ-q__projectsSection{background-color:var(--color-bg);width:100vw;min-height:100vh;position:relative;overflow:hidden}.Projects-module__2BoJ-q__bgGradients{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Projects-module__2BoJ-q__glowLeft{filter:blur(80px);background:radial-gradient(circle,#bee62108 0%,#0000 70%);width:50vw;height:50vw;position:absolute;top:25%;left:-10%}.Projects-module__2BoJ-q__glowRight{filter:blur(100px);background:radial-gradient(circle,#0d100d66 0%,#0000 60%);width:45vw;height:45vw;position:absolute;bottom:10%;right:-5%}.Projects-module__2BoJ-q__stickyHeader{z-index:10;pointer-events:none;width:100%;padding-top:6rem;position:absolute;top:0;left:0}.Projects-module__2BoJ-q__header{pointer-events:auto;flex-direction:column;gap:.5rem;display:flex}.Projects-module__2BoJ-q__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-muted);font-size:.75rem;font-weight:700}.Projects-module__2BoJ-q__title{font-size:clamp(2rem, 4vw, var(--text-3xl));color:#fff;letter-spacing:-.03em;text-transform:uppercase;margin-top:.25rem}.Projects-module__2BoJ-q__subtitle{font-family:var(--font-dmsans), sans-serif;font-size:var(--text-base);color:var(--color-text-secondary)}.Projects-module__2BoJ-q__horizontalViewport{z-index:2;perspective:1500px;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__projectsTrack{height:max-content;transform-style:preserve-3d;will-change:transform;flex-direction:row;align-items:center;gap:7vw;padding-left:20vw;padding-right:25vw;display:flex}.Projects-module__2BoJ-q__projectCardWrapper{width:78vw;max-width:1120px;height:68vh;min-height:540px;max-height:680px;transform-style:preserve-3d;perspective:1200px;flex-shrink:0}.Projects-module__2BoJ-q__projectCard3D{width:100%;height:100%;transform-style:preserve-3d;will-change:transform, opacity}.Projects-module__2BoJ-q__projectCard{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(20px);width:100%;height:100%;transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) scale(var(--scale,1));transform-style:preserve-3d;cursor:pointer;background:#15181573;border-radius:2rem;grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(1.5rem,3.5vw,4rem);padding:clamp(1.75rem,3.2vh,3.25rem) clamp(1.75rem,3vw,3.5rem);transition:transform .15s cubic-bezier(.25,1,.5,1),border-color .3s,box-shadow .3s;display:grid;box-shadow:0 30px 60px #00000073,inset 0 1px 1px #ffffff0d}.Projects-module__2BoJ-q__projectCard:hover{border-color:#bee62159;box-shadow:0 45px 90px #000000a6,0 0 50px #bee6210a}.Projects-module__2BoJ-q__projectInfo{transform-style:preserve-3d;flex-direction:column;gap:clamp(.75rem,1.8vh,1.25rem);display:flex;overflow:hidden;transform:translateZ(20px)}.Projects-module__2BoJ-q__projectTag{text-transform:uppercase;letter-spacing:.18em;color:var(--color-primary,#bee621);font-size:.6875rem;font-weight:700}.Projects-module__2BoJ-q__projectTitle{font-size:clamp(1.5rem, 3.5vh, var(--text-2xl));color:#fff;letter-spacing:-.02em}.Projects-module__2BoJ-q__projectQuote{font-family:var(--font-heading);color:#fff;letter-spacing:-.01em;border-left:2px solid var(--color-primary,#bee621);margin-bottom:.15rem;padding-left:1rem;font-size:clamp(.95rem,1.35vw,1.25rem);font-style:italic;font-weight:600;line-height:1.3}.Projects-module__2BoJ-q__projectDesc{font-family:var(--font-dmsans), sans-serif;color:var(--color-text-secondary);flex-direction:column;gap:.5rem;font-size:clamp(.75rem,1.4vh,.85rem);line-height:1.45;display:flex}.Projects-module__2BoJ-q__metricsBlock{background:#ffffff03;border:1px solid #959b960f;border-radius:12px;flex-direction:column;gap:.4rem;padding:clamp(.75rem,1.5vh,1.15rem) clamp(1rem,1.5vw,1.4rem);display:flex}.Projects-module__2BoJ-q__metricsLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);font-size:.6875rem;font-weight:700}.Projects-module__2BoJ-q__metricsList{flex-direction:column;gap:.25rem;list-style:none;display:flex}.Projects-module__2BoJ-q__metricItem{font-family:var(--font-dmsans), sans-serif;color:#fff;align-items:baseline;gap:.5rem;font-size:clamp(.75rem,1.4vh,.85rem);font-weight:500;display:flex}.Projects-module__2BoJ-q__metricArrow{color:var(--color-primary,#bee621);font-weight:700}.Projects-module__2BoJ-q__stackBlock{border-top:1px solid #959b960f;align-items:center;gap:.75rem;padding-top:clamp(.65rem,1.2vh,1rem);font-size:.75rem;display:flex}.Projects-module__2BoJ-q__stackLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);font-size:.6875rem;font-weight:700}.Projects-module__2BoJ-q__stackValue{font-family:var(--font-dmsans), sans-serif;color:var(--color-text-secondary);font-size:clamp(.7rem,1.3vh,.8rem);font-weight:500}.Projects-module__2BoJ-q__projectMockup{will-change:transform;width:100%;max-width:440px;transform-style:preserve-3d;justify-content:center;align-items:center;margin:0 auto;transition:transform .25s cubic-bezier(.25,1,.5,1);display:flex}.Projects-module__2BoJ-q__browserFrame{width:100%;max-height:clamp(260px,35vh,340px);box-shadow:var(--shadow-lg);aspect-ratio:1.25;transform-style:preserve-3d;background:#0b0c0b;border:1px solid #959b961f;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.Projects-module__2BoJ-q__browserHeader{background:#ffffff05;border-bottom:1px solid #959b960f;align-items:center;gap:6px;height:32px;padding:0 1rem;display:flex;position:relative}.Projects-module__2BoJ-q__browserDot{background:#959b9640;border-radius:50%;width:7px;height:7px}.Projects-module__2BoJ-q__browserUrl{color:var(--color-text-muted);letter-spacing:.02em;font-family:monospace;font-size:.625rem;position:absolute;left:50%;transform:translate(-50%)}.Projects-module__2BoJ-q__browserContent{background:radial-gradient(circle at 0 0,#bee62108 0%,#0000 65%);flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__mockupDashboard{width:100%;height:100%;font-family:var(--font-dmsans), sans-serif;grid-template-columns:.3fr .7fr;gap:1rem;display:grid}.Projects-module__2BoJ-q__dashSidebar{background:#ffffff04;border:1px solid #959b960f;border-radius:8px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.Projects-module__2BoJ-q__dashDot{background:#bee62133;border-radius:50%;width:14px;height:14px}.Projects-module__2BoJ-q__dashLine{background:#ffffff0a;border-radius:4px;height:6px}.Projects-module__2BoJ-q__dashMain{flex-direction:column;gap:1rem;display:flex}.Projects-module__2BoJ-q__dashStatsGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.Projects-module__2BoJ-q__dashStatCard{background:#ffffff05;border:1px solid #959b960f;border-radius:8px;flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.Projects-module__2BoJ-q__dashStatLabel{color:var(--color-text-muted);text-transform:uppercase;font-size:.55rem}.Projects-module__2BoJ-q__dashStatValue{color:#fff;font-size:.9rem;font-weight:700}.Projects-module__2BoJ-q__dashChart{background:#ffffff03;border:1px solid #959b960a;border-radius:8px;flex:1;justify-content:space-around;align-items:flex-end;gap:.5rem;min-height:100px;padding:1rem;display:flex}.Projects-module__2BoJ-q__chartBar{background:#ffffff0a;border-radius:4px;width:16%;transition:height .5s}.Projects-module__2BoJ-q__mockupStore{flex-direction:column;gap:1rem;width:100%;height:100%;display:flex}.Projects-module__2BoJ-q__storeHeader{border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.Projects-module__2BoJ-q__storeLogo{background:#fff;border-radius:2px;width:40px;height:8px}.Projects-module__2BoJ-q__storeNav{background:#ffffff0d;border-radius:2px;width:80px;height:6px}.Projects-module__2BoJ-q__storeHero{flex:1;grid-template-columns:1fr 1fr;align-items:center;gap:1.25rem;display:grid}.Projects-module__2BoJ-q__storeProduct{aspect-ratio:1;background:#ffffff04;border:1px solid #959b9614;border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__productImageGlow{filter:blur(10px);background:radial-gradient(circle,#bee62140 0%,#0000 70%);width:70%;height:70%}.Projects-module__2BoJ-q__productBadge{background:var(--color-primary);color:#000;letter-spacing:.05em;border-radius:100px;padding:2px 6px;font-size:.5rem;font-weight:700;position:absolute;top:8px;left:8px}.Projects-module__2BoJ-q__storeInfo{flex-direction:column;gap:.75rem;display:flex}.Projects-module__2BoJ-q__storeLine{background:#ffffff0f;border-radius:3px}.Projects-module__2BoJ-q__storeButton{background:var(--color-primary);color:#000;text-align:center;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;width:70%;padding:.5rem 1rem;font-size:.6875rem;font-weight:700}.Projects-module__2BoJ-q__mockupWebGL{background:radial-gradient(circle,#111411 0%,#060706 100%);border:1px solid #959b960f;border-radius:12px;flex-direction:column;width:100%;height:100%;display:flex;position:relative}.Projects-module__2BoJ-q__webglCanvas{flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__webglGrid{opacity:.7;background-image:linear-gradient(#959b960a 1px,#0000 1px),linear-gradient(90deg,#959b960a 1px,#0000 1px);background-size:15px 15px;width:100%;height:40%;position:absolute;bottom:0;transform:perspective(60px)rotateX(45deg)}.Projects-module__2BoJ-q__orbOuter{z-index:2;border:1px dashed #bee6214d;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;animation:16s linear infinite Projects-module__2BoJ-q__spin;display:flex}.Projects-module__2BoJ-q__orbInner{background:radial-gradient(circle at 30% 30%,#bee62199 0%,#0d100de6 80%);border-radius:50%;width:60px;height:60px;animation:4s ease-in-out infinite Projects-module__2BoJ-q__pulse;box-shadow:0 0 35px #bee6214d,inset -5px -5px 15px #000c}.Projects-module__2BoJ-q__particles{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute}.Projects-module__2BoJ-q__particle{background:var(--color-primary);opacity:.6;border-radius:50%;width:3px;height:3px;animation:3s ease-in-out infinite Projects-module__2BoJ-q__floatParticle;position:absolute}.Projects-module__2BoJ-q__webglUI{color:var(--color-text-muted);justify-content:space-between;font-family:monospace;font-size:.55rem;display:flex;position:absolute;bottom:10px;left:10px;right:10px}@keyframes Projects-module__2BoJ-q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Projects-module__2BoJ-q__pulse{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.2);transform:scale(1.08)}}@keyframes Projects-module__2BoJ-q__floatParticle{0%,to{opacity:.3;transform:translateY(0)scale(1)}50%{opacity:.8;transform:translateY(-12px)scale(1.5)}}@media (max-width:968px){.Projects-module__2BoJ-q__projectsSection{min-height:auto;padding:5rem 0}.Projects-module__2BoJ-q__stickyHeader{margin-bottom:2.5rem;padding-top:0;position:relative}.Projects-module__2BoJ-q__title{font-size:var(--text-xl);margin-bottom:.25rem}.Projects-module__2BoJ-q__subtitle{font-size:.95rem}.Projects-module__2BoJ-q__horizontalViewport{perspective:none;height:auto;overflow:visible}.Projects-module__2BoJ-q__projectsTrack{flex-direction:column;gap:3rem;width:100%;padding:0;transform:none!important}.Projects-module__2BoJ-q__projectCardWrapper{perspective:none;width:100%;height:auto;min-height:auto;max-height:none}.Projects-module__2BoJ-q__projectCard3D{opacity:1!important;transform:none!important}.Projects-module__2BoJ-q__projectCard{background:var(--color-surface);-webkit-backdrop-filter:none;border-radius:1.75rem;grid-template-columns:1fr;gap:2.5rem;height:auto;min-height:auto;max-height:none;padding:3rem 2.25rem;transform:none!important}.Projects-module__2BoJ-q__projectCard:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-md);transform:none!important}.Projects-module__2BoJ-q__projectInfo{gap:1.15rem;transform:none!important}.Projects-module__2BoJ-q__projectTitle{font-size:var(--text-lg)}.Projects-module__2BoJ-q__projectQuote{font-size:1.15rem;line-height:1.35}.Projects-module__2BoJ-q__projectDesc{font-size:.875rem;line-height:1.5}.Projects-module__2BoJ-q__metricsBlock{padding:1rem 1.25rem}.Projects-module__2BoJ-q__metricItem{font-size:.875rem}.Projects-module__2BoJ-q__stackBlock{padding-top:.85rem}.Projects-module__2BoJ-q__stackValue{font-size:.8125rem}.Projects-module__2BoJ-q__projectMockup{order:2;max-width:100%;transform:none!important}.Projects-module__2BoJ-q__browserFrame{aspect-ratio:1.35;max-height:320px;transform:none!important}.Projects-module__2BoJ-q__bgGradients{display:none}}@media (max-width:480px){.Projects-module__2BoJ-q__projectsSection{padding:3.5rem 0}.Projects-module__2BoJ-q__stickyHeader{margin-bottom:1.75rem}.Projects-module__2BoJ-q__title{font-size:clamp(1.4rem,6vw,1.75rem)}.Projects-module__2BoJ-q__subtitle{font-size:.875rem}.Projects-module__2BoJ-q__projectsTrack{gap:2.25rem}.Projects-module__2BoJ-q__projectCard{border-radius:1.25rem;gap:1.75rem;padding:1.75rem 1.5rem}.Projects-module__2BoJ-q__projectInfo{gap:.95rem}.Projects-module__2BoJ-q__projectTag{letter-spacing:.15em;font-size:.625rem}.Projects-module__2BoJ-q__projectTitle{font-size:1.35rem}.Projects-module__2BoJ-q__projectQuote{padding-left:.75rem;font-size:.95rem;line-height:1.35}.Projects-module__2BoJ-q__projectDesc{gap:.4rem;font-size:.8125rem;line-height:1.45}.Projects-module__2BoJ-q__metricsBlock{border-radius:10px;gap:.35rem;padding:.75rem 1rem}.Projects-module__2BoJ-q__metricsLabel{font-size:.625rem}.Projects-module__2BoJ-q__metricItem{font-size:.8125rem;line-height:1.35}.Projects-module__2BoJ-q__stackBlock{flex-direction:column;align-items:flex-start;gap:.25rem;padding-top:.75rem}.Projects-module__2BoJ-q__stackLabel{font-size:.625rem}.Projects-module__2BoJ-q__stackValue{font-size:.75rem}.Projects-module__2BoJ-q__browserFrame{aspect-ratio:1.3;border-radius:10px;max-height:200px}.Projects-module__2BoJ-q__browserHeader{gap:4px;height:26px;padding:0 .65rem}.Projects-module__2BoJ-q__browserDot{width:5px;height:5px}.Projects-module__2BoJ-q__browserUrl{font-size:.5rem}.Projects-module__2BoJ-q__browserContent{padding:1rem}.Projects-module__2BoJ-q__dashSidebar{display:none}.Projects-module__2BoJ-q__mockupDashboard{grid-template-columns:1fr}.Projects-module__2BoJ-q__dashStatCard{padding:.5rem}.Projects-module__2BoJ-q__dashStatValue{font-size:.8rem}.Projects-module__2BoJ-q__dashChart{min-height:70px;padding:.65rem}.Projects-module__2BoJ-q__storeHero{gap:.75rem}.Projects-module__2BoJ-q__storeButton{width:100%;padding:.35rem .65rem;font-size:.55rem}.Projects-module__2BoJ-q__orbOuter{width:75px;height:75px}.Projects-module__2BoJ-q__orbInner{width:40px;height:40px}}
.Process-module__RmMdVa__processSection{z-index:10;background-color:#090b0a;height:auto;min-height:auto;padding:8rem 0;position:relative;overflow:visible}.Process-module__RmMdVa__container{flex-direction:column;gap:3rem;width:min(100% - 3rem,1200px);margin-inline:auto;display:flex}.Process-module__RmMdVa__header{width:100%}.Process-module__RmMdVa__header h2{letter-spacing:-.02em;color:#fff;margin:0;font-size:clamp(2rem,3.5vw,2.75rem);line-height:1.2}.Process-module__RmMdVa__workspace{width:100%;height:auto;margin-top:3rem;padding:4rem 0;position:relative}.Process-module__RmMdVa__centerCol{z-index:10;pointer-events:none;justify-content:center;width:80px;height:100%;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.Process-module__RmMdVa__verticalTrack{border-left:1px dashed #ffffff26;width:1px;height:100%;position:relative}.Process-module__RmMdVa__horizontalLineRight{background:var(--color-primary,#bee621);height:1px;box-shadow:0 0 8px var(--color-primary,#bee621);transform-origin:0;z-index:5;width:0;position:absolute;top:30px;left:100%}.Process-module__RmMdVa__horizontalLineLeft{background:var(--color-primary,#bee621);height:1px;box-shadow:0 0 8px var(--color-primary,#bee621);transform-origin:100%;z-index:5;width:0;position:absolute;top:30px;right:100%}.Process-module__RmMdVa__displayStage{flex-direction:column;gap:12rem;width:100%;height:auto;display:flex;position:relative}.Process-module__RmMdVa__stageContent{-webkit-backdrop-filter:blur(14px);will-change:transform, opacity;background:#0d100d59;border:1px solid #ffffff14;border-radius:0;flex-direction:column;transition:border-color .3s,background-color .3s;display:flex;position:relative}.Process-module__RmMdVa__stageRight{width:min(50% - 40px,480px);margin-left:calc(50% + 40px)}.Process-module__RmMdVa__stageLeft{width:min(50% - 40px,480px);margin-left:auto;margin-right:calc(50% + 40px)}.Process-module__RmMdVa__stageHeader{border-bottom:1px solid #ffffff14;flex-shrink:0;width:100%;display:flex}.Process-module__RmMdVa__stageNumBox{width:60px;height:60px;font-family:var(--font-heading);color:var(--color-primary,#bee621);border-right:1px solid #ffffff14;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.Process-module__RmMdVa__stageTitleBox{height:60px;font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:.05em;flex-grow:1;align-items:center;padding-left:1.5rem;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:700;display:flex}.Process-module__RmMdVa__stageBody{flex-direction:column;flex-grow:1;justify-content:center;padding:2.25rem;display:flex}.Process-module__RmMdVa__stepDesc{font-family:var(--font-dmsans), sans-serif;color:var(--color-text-secondary,#959b96);flex-direction:column;gap:.75rem;font-size:clamp(.92rem,1.6vw,1.05rem);line-height:1.6;display:flex}.Process-module__RmMdVa__stepDesc p{margin:0}.Process-module__RmMdVa__stageFooter{background:#ffffff03;border-top:1px solid #ffffff14;flex-shrink:0;align-items:center;padding:1.25rem 2.25rem;display:flex}.Process-module__RmMdVa__stageDurationBadge{color:var(--color-text-secondary,#959b96);letter-spacing:.06em;text-transform:uppercase;background:#ffffff05;border:1px solid #ffffff0d;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.65rem;font-weight:600;display:inline-flex}.Process-module__RmMdVa__durationBullet{color:var(--color-primary,#bee621);font-size:.55rem;line-height:1}@media (max-width:968px){.Process-module__RmMdVa__processSection{height:auto;min-height:auto;padding:6rem 0;display:block}.Process-module__RmMdVa__container{gap:3rem}.Process-module__RmMdVa__workspace{flex-direction:column;gap:2rem;height:auto;margin-top:2rem;padding:0;display:flex}.Process-module__RmMdVa__centerCol{display:none}.Process-module__RmMdVa__displayStage{flex-direction:column;gap:2.25rem;width:100%;height:auto;display:flex}.Process-module__RmMdVa__stageContent{width:100%;margin-bottom:0;position:relative;top:auto;margin-left:0!important;margin-right:0!important;left:auto!important;right:auto!important}}
.TechStack-module__WlEV-q__stackSection{background-color:var(--color-bg);border-top:1px solid var(--color-border);padding:8rem 0;position:relative;overflow:hidden}.TechStack-module__WlEV-q__container{flex-direction:column;gap:4rem;display:flex}.TechStack-module__WlEV-q__header{text-align:center}.TechStack-module__WlEV-q__eyebrow{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-secondary,#959b96);opacity:.85;font-size:.75rem;font-weight:600}.TechStack-module__WlEV-q__header h2{font-size:var(--text-3xl);margin-bottom:1rem}.TechStack-module__WlEV-q__subtitle{font-size:var(--text-base);color:var(--color-text-secondary);max-width:600px;margin:0 auto;line-height:1.5}.TechStack-module__WlEV-q__benefits{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;margin-top:2rem;display:grid}.TechStack-module__WlEV-q__benefitItem{text-align:left;background:var(--color-surface);border:1px solid var(--color-border);transition:all var(--transition-base);border-radius:1rem;flex-direction:column;gap:.75rem;padding:2rem;display:flex}.TechStack-module__WlEV-q__benefitItem:hover{box-shadow:var(--shadow-md);border-color:#bee62133;transform:translateY(-4px)}.TechStack-module__WlEV-q__benefitTitle{font-family:var(--font-heading);font-size:var(--text-lg);color:#fff;border-left:2px solid var(--color-primary,#bee621);padding-left:.75rem;font-weight:600}.TechStack-module__WlEV-q__benefitText{font-family:var(--font-dmsans), sans-serif;font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.6}.TechStack-module__WlEV-q__marquee{-webkit-user-select:none;user-select:none;gap:2.5rem;width:100vw;margin-left:calc(50% - 50vw);padding:1.5rem 0;display:flex;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)}.TechStack-module__WlEV-q__marqueeContent{flex-shrink:0;justify-content:space-around;align-items:center;gap:2.5rem;min-width:100%;animation:30s linear infinite TechStack-module__WlEV-q__scroll;display:flex}.TechStack-module__WlEV-q__techItem{font-size:clamp(1.8rem,4vw,3rem);font-family:var(--font-heading);color:#959b961f;white-space:nowrap;letter-spacing:-.02em;transition:color var(--transition-hover);font-weight:700}.TechStack-module__WlEV-q__techItem:hover{color:var(--color-primary,#bee621)}@keyframes TechStack-module__WlEV-q__scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1.25rem))}}@media (max-width:768px){.TechStack-module__WlEV-q__benefits{grid-template-columns:1fr;gap:1.5rem}}
.About-module__vAULUW__aboutSection{background-color:var(--color-surface);padding:8rem 0;position:relative}.About-module__vAULUW__container{flex-direction:column;gap:2rem;display:flex}.About-module__vAULUW__eyebrow{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-secondary,#959b96);opacity:.85;font-size:.75rem;font-weight:600}.About-module__vAULUW__splitGrid{grid-template-columns:1.2fr .8fr;align-items:center;gap:5rem;display:grid}.About-module__vAULUW__content{flex-direction:column;display:flex}.About-module__vAULUW__title{font-size:var(--text-3xl);letter-spacing:-.02em;margin-bottom:2.5rem;line-height:1.2}.About-module__vAULUW__highlight{color:var(--color-primary,#bee621)}.About-module__vAULUW__textBlock{font-size:var(--text-base);color:var(--color-text-secondary);flex-direction:column;gap:1.25rem;line-height:1.6;display:flex}.About-module__vAULUW__textBlock p{margin:0}.About-module__vAULUW__location{font-size:var(--text-sm);color:#fff;border-left:2px solid var(--color-primary,#bee621);margin-top:1.5rem;padding-left:.75rem;font-weight:600}.About-module__vAULUW__photoWrapper{justify-content:center;align-items:center;display:flex}.About-module__vAULUW__imageCard{aspect-ratio:1.25;background:var(--color-surface-raised,#1c201c);width:100%;max-width:320px;box-shadow:var(--shadow-lg);border-radius:12px;position:relative;overflow:hidden}.About-module__vAULUW__profileImg{-o-object-fit:cover;object-fit:cover;opacity:.75;width:100%;height:100%;transition:transform var(--transition-base)}.About-module__vAULUW__imageCard:hover .About-module__vAULUW__profileImg{opacity:.85;transform:scale(1.02)}.About-module__vAULUW__imageBorder{pointer-events:none;transition:border-color var(--transition-hover);border:1px solid #959b961f;border-radius:12px;position:absolute;inset:0}.About-module__vAULUW__imageCard:hover .About-module__vAULUW__imageBorder{border-color:#bee62140}@media (max-width:968px){.About-module__vAULUW__splitGrid{grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__photoWrapper{order:2}.About-module__vAULUW__content{order:1}.About-module__vAULUW__imageCard{max-width:280px}}
.FooterCTA-module__3_jybG__footerSection{background-color:var(--color-bg);padding-top:8rem}.FooterCTA-module__3_jybG__container{flex-direction:column;display:flex}.FooterCTA-module__3_jybG__ctaCard{background:linear-gradient(180deg, var(--color-surface), var(--color-surface-raised));border:1px solid var(--color-border);text-align:center;box-shadow:var(--shadow-lg);border-radius:1.5rem;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:4rem;padding:5rem 3rem;display:flex;position:relative;overflow:hidden}.FooterCTA-module__3_jybG__ctaCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#bee62105 0%,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.FooterCTA-module__3_jybG__eyebrow{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-secondary,#959b96);opacity:.85;font-size:.75rem;font-weight:600}.FooterCTA-module__3_jybG__title{font-size:var(--text-3xl);color:#fff;letter-spacing:-.02em;max-width:800px;line-height:1.15}.FooterCTA-module__3_jybG__subtitle{font-family:var(--font-dmsans), sans-serif;font-size:var(--text-base);color:var(--color-text-secondary);max-width:600px;font-weight:400;line-height:1.6}.FooterCTA-module__3_jybG__actions{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:1rem;display:flex}.FooterCTA-module__3_jybG__ctaButton{background:var(--color-primary);color:#090b0a;border:1px solid var(--color-primary);font-size:var(--text-base);cursor:pointer;transition:all var(--transition-base);border-radius:9999px;align-items:center;padding:1rem 2.25rem;font-weight:600;display:inline-flex;box-shadow:0 8px 24px #bee62133}.FooterCTA-module__3_jybG__ctaButton:hover{background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 12px 30px #bee62159}.FooterCTA-module__3_jybG__btnSecondary{color:#fff;font-size:var(--text-base);cursor:pointer;transition:all var(--transition-base);background:0 0;border:1px solid #959b9640;border-radius:9999px;align-items:center;padding:1rem 2.25rem;font-weight:500;display:inline-flex}.FooterCTA-module__3_jybG__btnSecondary:hover{background:#ffffff0a;border-color:#ffffff4d;transform:translateY(-2px)}.FooterCTA-module__3_jybG__bottomBar{border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:var(--text-sm);text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem 0;display:flex}.FooterCTA-module__3_jybG__bottomText{font-family:var(--font-dmsans), sans-serif;color:var(--color-text-secondary);font-size:.8125rem;font-weight:500}.FooterCTA-module__3_jybG__socialLinks{align-items:center;gap:.75rem;display:flex}.FooterCTA-module__3_jybG__socialLink{color:var(--color-text-secondary);transition:color var(--transition-hover);font-weight:500}.FooterCTA-module__3_jybG__socialLink:hover{color:var(--color-primary,#bee621)}.FooterCTA-module__3_jybG__dotSeparator{color:#959b964d;font-size:.75rem}.FooterCTA-module__3_jybG__copyright{color:var(--color-text-muted);font-size:.75rem}@media (min-width:768px){.FooterCTA-module__3_jybG__bottomBar{flex-direction:row;justify-content:space-between;align-items:center}}
