.Navbar-module__cRh5nW__navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fffc;border-bottom:1px solid #0000000d;width:100%;padding:1.5rem 0;position:fixed;top:0;left:0}.Navbar-module__cRh5nW__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cRh5nW__logo a{font-family:var(--font-heading);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.Navbar-module__cRh5nW__logoIcon{background-color:var(--accent-lime);border-radius:var(--border-radius-sm);justify-content:center;align-items:center;width:32px;height:32px;display:flex;transform:rotate(45deg)}.Navbar-module__cRh5nW__logoInner{border:2px solid var(--foreground-light);border-radius:50%;width:16px;height:16px}.Navbar-module__cRh5nW__navLinks{gap:2rem;font-size:.95rem;font-weight:500;list-style:none;display:flex}.Navbar-module__cRh5nW__navLinks a{transition:color .2s}.Navbar-module__cRh5nW__navLinks a:hover{color:var(--accent-purple)}.Navbar-module__cRh5nW__navActions{align-items:center;gap:2rem;display:flex}.Navbar-module__cRh5nW__faqLink{font-size:.95rem;font-weight:500}.Navbar-module__cRh5nW__faqLink:hover{color:var(--accent-purple)}.Navbar-module__cRh5nW__mobileMenuBtn{cursor:pointer;color:var(--foreground-light);background:0 0;border:none;padding:.5rem;display:none}@media (max-width:768px){.Navbar-module__cRh5nW__navLinks,.Navbar-module__cRh5nW__faqLink,.Navbar-module__cRh5nW__btnArrow{display:none}.Navbar-module__cRh5nW__navActions{gap:.5rem}.Navbar-module__cRh5nW__navActions .Navbar-module__cRh5nW__btn-primary{padding:.5rem 1rem;font-size:.9rem}.Navbar-module__cRh5nW__mobileMenuBtn{justify-content:center;align-items:center;display:flex}}
.HeroSection-module__HAA8HW__hero{background:radial-gradient(circle at 100% 0,#ccff000d,#0000 40%),radial-gradient(circle at 0 100%,#6023fe0d,#0000 40%);flex-direction:column;min-height:100vh;padding-top:120px;display:flex;position:relative;overflow:hidden}.HeroSection-module__HAA8HW__heroContent{text-align:center;z-index:10;flex-direction:column;align-items:center;margin-top:4rem;display:flex;position:relative}.HeroSection-module__HAA8HW__eyebrow{color:#666;margin-bottom:2rem;font-size:1.1rem}.HeroSection-module__HAA8HW__title{text-transform:capitalize;margin-bottom:4rem;font-size:clamp(3rem,8vw,7.5rem);line-height:.95;position:relative}.HeroSection-module__HAA8HW__highlight{color:var(--accent-lime);-webkit-text-stroke:1px var(--accent-lime)}.HeroSection-module__HAA8HW__iconCircle{background-color:var(--accent-purple);color:#fff;vertical-align:middle;border-radius:50%;justify-content:center;align-items:center;width:1em;height:1em;margin:0 .1em;font-size:.6em;display:inline-flex}.HeroSection-module__HAA8HW__heroFooter{justify-content:space-between;align-items:flex-end;width:100%;margin-top:auto;padding:4rem 0 2rem;display:flex}.HeroSection-module__HAA8HW__description{text-align:left;color:#666;max-width:300px;font-size:.95rem}.HeroSection-module__HAA8HW__scrollDown{color:#666;align-items:center;gap:1rem;font-size:.9rem;font-weight:500;display:flex}.HeroSection-module__HAA8HW__scrollIcon{background-color:var(--accent-purple);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}@media (max-width:768px){.HeroSection-module__HAA8HW__hero{padding-top:100px}.HeroSection-module__HAA8HW__title{margin-bottom:2.5rem;font-size:clamp(3rem,12vw,4.5rem)}.HeroSection-module__HAA8HW__heroContent{margin-top:2rem}.HeroSection-module__HAA8HW__heroFooter{flex-direction:column;align-items:center;gap:2.5rem;padding:2rem 0}.HeroSection-module__HAA8HW__description{text-align:center;max-width:100%}}
.ExpertiseSection-module__XxJl1a__expertise{border-top-left-radius:var(--border-radius-xl);border-top-right-radius:var(--border-radius-xl);z-index:20;margin-top:-2rem;padding:8rem 0;position:relative}.ExpertiseSection-module__XxJl1a__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:flex-end;margin-bottom:5rem;padding-bottom:2rem;display:flex}.ExpertiseSection-module__XxJl1a__header h2{margin:0;font-size:2.5rem}.ExpertiseSection-module__XxJl1a__subtitle{color:#999;text-align:right;max-width:300px;font-size:.95rem}.ExpertiseSection-module__XxJl1a__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.ExpertiseSection-module__XxJl1a__card{border-radius:var(--border-radius-lg);background-color:#111;border:1px solid #ffffff0d;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:transform .3s;display:flex}.ExpertiseSection-module__XxJl1a__card:hover{transform:translateY(-10px)}.ExpertiseSection-module__XxJl1a__cardPurple{background-color:var(--accent-purple);border-color:var(--accent-purple)}.ExpertiseSection-module__XxJl1a__cardTop{justify-content:space-between;align-items:flex-start;display:flex}.ExpertiseSection-module__XxJl1a__card h3{max-width:70%;font-size:2rem}.ExpertiseSection-module__XxJl1a__card p{color:#aaa;font-size:.95rem}.ExpertiseSection-module__XxJl1a__cardPurple p{color:#ffffffe6}.ExpertiseSection-module__XxJl1a__iconBtn{color:#fff;cursor:pointer;background-color:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.ExpertiseSection-module__XxJl1a__iconBtn:hover{background-color:#fff3}.ExpertiseSection-module__XxJl1a__iconBtnLime{background-color:var(--accent-lime);color:#000}.ExpertiseSection-module__XxJl1a__iconBtnLime:hover{background-color:#fff}.ExpertiseSection-module__XxJl1a__cardImagePlaceholder{border-radius:var(--border-radius-md);background-color:#ffffff0d;width:100%;height:160px;margin-top:auto}.ExpertiseSection-module__XxJl1a__cardPurple .ExpertiseSection-module__XxJl1a__cardImagePlaceholder{background-color:#0003}@media (max-width:1024px){.ExpertiseSection-module__XxJl1a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ExpertiseSection-module__XxJl1a__expertise{border-top-left-radius:var(--border-radius-lg);border-top-right-radius:var(--border-radius-lg);margin-top:-1.5rem;padding:4rem 0}.ExpertiseSection-module__XxJl1a__header{flex-direction:column;align-items:flex-start;gap:1.25rem;margin-bottom:3rem;padding-bottom:1.5rem}.ExpertiseSection-module__XxJl1a__header h2{font-size:2rem}.ExpertiseSection-module__XxJl1a__subtitle{text-align:left;font-size:.95rem}.ExpertiseSection-module__XxJl1a__grid{grid-template-columns:1fr;gap:1.5rem}.ExpertiseSection-module__XxJl1a__card{gap:1rem;padding:1.5rem}.ExpertiseSection-module__XxJl1a__card h3{max-width:85%;font-size:1.5rem}.ExpertiseSection-module__XxJl1a__iconBtn{width:40px;height:40px}.ExpertiseSection-module__XxJl1a__iconBtn svg{width:20px;height:20px}.ExpertiseSection-module__XxJl1a__cardImagePlaceholder{height:120px;margin-top:1rem}}
.ImpactMarquee-module__B3z2Xa__impact{border-bottom-left-radius:var(--border-radius-xl);border-bottom-right-radius:var(--border-radius-xl);z-index:20;padding:8rem 0;position:relative}.ImpactMarquee-module__B3z2Xa__content{justify-content:space-between;align-items:center;gap:4rem;display:flex}.ImpactMarquee-module__B3z2Xa__typographyBlock{flex:1}.ImpactMarquee-module__B3z2Xa__heading{text-transform:uppercase;font-size:clamp(2rem,5vw,5rem);line-height:1}.ImpactMarquee-module__B3z2Xa__lime{color:var(--accent-lime)}.ImpactMarquee-module__B3z2Xa__sidebar{flex-direction:column;align-items:flex-end;gap:6rem;max-width:400px;display:flex}.ImpactMarquee-module__B3z2Xa__badgeWrapper{background-color:var(--accent-purple);border-radius:50%;justify-content:center;align-items:center;padding:1rem;display:flex}.ImpactMarquee-module__B3z2Xa__stats{text-align:right}.ImpactMarquee-module__B3z2Xa__stats h3{color:#fff;margin-bottom:.5rem;font-size:5rem;line-height:1}.ImpactMarquee-module__B3z2Xa__stats h3 span{color:var(--accent-purple)}.ImpactMarquee-module__B3z2Xa__statsLabel{color:var(--accent-lime);margin-bottom:1.5rem;font-weight:600}.ImpactMarquee-module__B3z2Xa__statsDesc{color:#999;font-size:.95rem;line-height:1.6}@media (max-width:1024px){.ImpactMarquee-module__B3z2Xa__content{flex-direction:column;align-items:flex-start;gap:3rem}.ImpactMarquee-module__B3z2Xa__sidebar{align-items:flex-start;gap:3rem;max-width:100%}.ImpactMarquee-module__B3z2Xa__stats{text-align:left}}@media (max-width:768px){.ImpactMarquee-module__B3z2Xa__impact{padding:4rem 0}.ImpactMarquee-module__B3z2Xa__heading{font-size:clamp(1.8rem,8vw,2.5rem)}.ImpactMarquee-module__B3z2Xa__sidebar{gap:2rem}.ImpactMarquee-module__B3z2Xa__badgeWrapper{display:none}.ImpactMarquee-module__B3z2Xa__stats h3{font-size:3.5rem}}
.RecentWork-module___M-pBa__work{z-index:10;background-color:var(--background-light);padding:8rem 0;position:relative}.RecentWork-module___M-pBa__header{max-width:800px;margin-bottom:6rem}.RecentWork-module___M-pBa__eyebrow{color:var(--accent-purple);letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.RecentWork-module___M-pBa__header h2{font-size:clamp(2rem,4vw,3rem);line-height:1.2}.RecentWork-module___M-pBa__grid{grid-template-columns:repeat(2,1fr);gap:4rem 3rem;display:grid}.RecentWork-module___M-pBa__card:nth-child(2n){margin-top:8rem}.RecentWork-module___M-pBa__imageWrapper{aspect-ratio:4/3;border-radius:var(--border-radius-xl);justify-content:center;align-items:center;width:100%;margin-bottom:1.5rem;transition:transform .4s;display:flex;position:relative;overflow:hidden}.RecentWork-module___M-pBa__card:hover .RecentWork-module___M-pBa__imageWrapper{transform:scale(.98)}.RecentWork-module___M-pBa__placeholderLabel{font-family:var(--font-heading);color:#0000004d;font-size:1.5rem;font-weight:700}.RecentWork-module___M-pBa__cardTitle{color:var(--accent-purple);margin-bottom:.5rem;font-size:1.5rem}.RecentWork-module___M-pBa__cardCategory{color:#666;max-width:90%;font-size:.9rem;line-height:1.5}.RecentWork-module___M-pBa__viewMoreBadge{width:100px;height:100px;position:absolute;top:2rem;right:2rem}.RecentWork-module___M-pBa__viewMoreInner{background-color:var(--accent-lime);color:#000;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.RecentWork-module___M-pBa__viewMoreText{width:100%;height:100%;animation:10s linear infinite RecentWork-module___M-pBa__spin;position:absolute;top:0;left:0}@keyframes RecentWork-module___M-pBa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.RecentWork-module___M-pBa__work{padding:4rem 0}.RecentWork-module___M-pBa__header{margin-bottom:3rem}.RecentWork-module___M-pBa__header h2{font-size:clamp(1.5rem,6vw,2rem)}.RecentWork-module___M-pBa__grid{grid-template-columns:1fr;gap:3rem}.RecentWork-module___M-pBa__card:nth-child(2n){margin-top:0}.RecentWork-module___M-pBa__viewMoreBadge{width:60px;height:60px;top:1rem;right:1rem}.RecentWork-module___M-pBa__viewMoreInner svg{display:none}}
.FooterCTA-module__3cCD7a__footer{border-top-left-radius:var(--border-radius-xl);border-top-right-radius:var(--border-radius-xl);z-index:20;margin-top:-2rem;padding:8rem 0 4rem;position:relative}.FooterCTA-module__3cCD7a__ctaContainer{text-align:center;margin-bottom:8rem;position:relative}.FooterCTA-module__3cCD7a__eyebrow{color:var(--accent-lime);margin-bottom:1.5rem;font-weight:600}.FooterCTA-module__3cCD7a__ctaHeading{text-transform:uppercase;margin-bottom:2rem;font-size:clamp(2.5rem,6vw,6rem);line-height:1.1}.FooterCTA-module__3cCD7a__pill{color:var(--accent-lime);border:4px solid var(--accent-lime);border-radius:999px;padding:0 1.5rem;display:inline-block;transform:translateY(-.1em)}.FooterCTA-module__3cCD7a__ctaDesc{color:#999;font-size:1.1rem;line-height:1.6}.FooterCTA-module__3cCD7a__badgeWrapper{background-color:var(--accent-purple);border-radius:50%;padding:1rem;animation:10s linear infinite FooterCTA-module__3cCD7a__spin;position:absolute;bottom:-40px;right:10%}@keyframes FooterCTA-module__3cCD7a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FooterCTA-module__3cCD7a__footerBottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:flex-end;padding-top:3rem;display:flex}.FooterCTA-module__3cCD7a__brandInfo h3{color:var(--accent-lime);margin-bottom:1rem;font-size:1.5rem}.FooterCTA-module__3cCD7a__brandInfo p{color:#aaa;font-size:.9rem;line-height:1.6}.FooterCTA-module__3cCD7a__footerLinks{flex-direction:column;align-items:flex-end;gap:3rem;display:flex}.FooterCTA-module__3cCD7a__pillLinks{gap:1rem;display:flex}.FooterCTA-module__3cCD7a__pillLinks span{border-radius:var(--border-radius-pill);color:#ccc;border:1px solid #fff3;padding:.5rem 1rem;font-size:.9rem}.FooterCTA-module__3cCD7a__legal{color:#888;gap:2rem;font-size:.9rem;display:flex}.FooterCTA-module__3cCD7a__legal a:hover{color:#fff}@media (max-width:1024px){.FooterCTA-module__3cCD7a__footerBottom{flex-direction:column;align-items:flex-start;gap:3rem}.FooterCTA-module__3cCD7a__footerLinks{align-items:flex-start}.FooterCTA-module__3cCD7a__badgeWrapper{bottom:-80px;right:0}}@media (max-width:768px){.FooterCTA-module__3cCD7a__footer{margin-top:-1.5rem;padding:4rem 0 2rem}.FooterCTA-module__3cCD7a__ctaContainer{margin-bottom:5rem}.FooterCTA-module__3cCD7a__ctaHeading{margin-bottom:1.5rem;font-size:clamp(2rem,8vw,3rem)}.FooterCTA-module__3cCD7a__badgeWrapper{margin-left:-50px;bottom:-60px;left:50%;right:auto}.FooterCTA-module__3cCD7a__footerBottom{gap:2rem;padding-top:2rem}.FooterCTA-module__3cCD7a__footerLinks{gap:2rem}.FooterCTA-module__3cCD7a__pillLinks{flex-wrap:wrap;gap:.5rem}.FooterCTA-module__3cCD7a__legal{flex-direction:column;gap:1rem}}
