.Navbar-module__cJzEcG__navbar{z-index:1000;-webkit-backdrop-filter:blur(32px)saturate(250%);width:calc(100% - 48px);max-width:1200px;transition:var(--transition-base);background:#ffffffbf;border:1px solid #fff9;border-radius:32px;justify-content:space-between;align-items:center;padding:12px 24px;animation:.8s ease-out Navbar-module__cJzEcG__slideDown;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000014}.Navbar-module__cJzEcG__navbar:hover{background:#ffffffd9;box-shadow:0 15px 40px #0000001f}.Navbar-module__cJzEcG__logoContainer{align-items:center;gap:10px;display:flex}.Navbar-module__cJzEcG__logoImage{object-fit:contain;border-radius:8px;width:36px;height:36px}.Navbar-module__cJzEcG__logoText{font-family:var(--font-body);color:var(--color-text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.Navbar-module__cJzEcG__logoTextAccent{color:var(--color-text-secondary);font-weight:400}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:4px;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--color-text-secondary);border-radius:var(--radius-md);transition:var(--transition-fast);letter-spacing:-.01em;padding:8px 16px;font-size:.9rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--color-text-primary);background:#0000000a}.Navbar-module__cJzEcG__navLink:after{content:"";width:0;height:2px;transition:var(--transition-base);background-color:#111;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover:after{transform:translate(-50%)scaleX(1)}.Navbar-module__cJzEcG__dropdownContainer{align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__dropdownTrigger{cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;display:flex}.Navbar-module__cJzEcG__chevron{transition:transform .2s}.Navbar-module__cJzEcG__dropdownContainer:hover .Navbar-module__cJzEcG__chevron{transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdownMenu{opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #0000000d;border-radius:12px;min-width:180px;margin-top:15px;padding:8px 0;transition:all .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 40px #00000014}.Navbar-module__cJzEcG__dropdownMenu:before{content:"";background:0 0;width:100%;height:25px;position:absolute;top:-25px;left:0}.Navbar-module__cJzEcG__dropdownContainer:hover .Navbar-module__cJzEcG__dropdownMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Navbar-module__cJzEcG__dropdownItem{font-family:var(--font-body);color:#555;transition:var(--transition-base);justify-content:space-between;align-items:center;padding:12px 20px;font-size:.95rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__dropdownItem:hover{color:#111;background:#00000005}.Navbar-module__cJzEcG__arrow{opacity:.4;font-size:1.1rem;transition:opacity .2s,transform .2s}.Navbar-module__cJzEcG__dropdownItem:hover .Navbar-module__cJzEcG__arrow{opacity:1;transform:translate(3px)}.Navbar-module__cJzEcG__ctaButton{color:#fff;background:var(--color-text-primary);border-radius:var(--radius-full);transition:var(--transition-base);letter-spacing:-.01em;padding:10px 24px;font-size:.88rem;font-weight:600;box-shadow:0 2px 8px #1a1a2e33}.Navbar-module__cJzEcG__ctaButton:hover{background:var(--color-accent);transform:translateY(-1px);box-shadow:0 4px 16px #1a1a2e40}.Navbar-module__cJzEcG__menuButton{color:var(--color-text-primary);cursor:pointer;z-index:1001;background:0 0;border:none;padding:8px;display:none}.Navbar-module__cJzEcG__mobileTray{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__trayContent{text-align:center;flex-direction:column;gap:2rem;display:flex}.Navbar-module__cJzEcG__mobileLink{font-family:var(--font-display);color:#111;font-size:2.5rem;font-weight:700;text-decoration:none;transition:color .3s}.Navbar-module__cJzEcG__mobileLink:hover{color:#6a1b9a}.Navbar-module__cJzEcG__trayFooter{font-family:var(--font-body);color:#888;font-size:.9rem;position:absolute;bottom:2rem}@media (max-width:768px){.Navbar-module__cJzEcG__navbar{width:calc(100% - 32px);padding:10px 16px;top:12px}.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__ctaButton{display:none}.Navbar-module__cJzEcG__menuButton{display:flex}}
.HeroSection-module__sBkrQG__hero{background:var(--color-bg);justify-content:center;align-items:center;width:100%;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__heroBg{z-index:0;background:radial-gradient(at 30% 20%,#e6e6f580 0%,#0000 50%),radial-gradient(at 70% 80%,#e6f0f566 0%,#0000 50%),radial-gradient(#f5f5fa4d 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__heroContent{z-index:10;pointer-events:auto;text-align:center;flex-direction:column;align-items:center;width:90%;max-width:800px;display:flex;position:absolute;top:53%;left:50%;transform:translate(-50%,-50%)}.HeroSection-module__sBkrQG__headline{font-family:var(--font-display);color:#111;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.05}.HeroSection-module__sBkrQG__word{opacity:0;animation:.8s cubic-bezier(.4,0,.2,1) forwards HeroSection-module__sBkrQG__fadeInUpWord;display:inline-block}@keyframes HeroSection-module__sBkrQG__fadeInUpWord{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSection-module__sBkrQG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module__sBkrQG__inlineImageWrapper{vertical-align:middle;border-radius:40px;width:clamp(80px,15vw,160px);height:clamp(40px,8vw,80px);margin:0 .2em;animation:6s ease-in-out infinite HeroSection-module__sBkrQG__floatInline;display:inline-block;overflow:hidden;transform:translateY(-.1em);box-shadow:0 10px 30px #00000026}@keyframes HeroSection-module__sBkrQG__floatInline{0%,to{transform:translateY(-.1em)scale(1)}50%{transform:translateY(-.3em)scale(1.02)}}.HeroSection-module__sBkrQG__inlineImage{object-fit:cover;width:100%;height:100%}.HeroSection-module__sBkrQG__subtitle{font-family:var(--font-body);color:var(--color-text-secondary);margin-bottom:2.5rem;font-size:clamp(1rem,1.2vw,1.25rem);line-height:1.6;animation:1s ease-out .4s both HeroSection-module__sBkrQG__fadeInUp}.HeroSection-module__sBkrQG__buttonGroup{justify-content:center;gap:1.2rem;animation:1s ease-out .6s both HeroSection-module__sBkrQG__fadeInUp;display:flex}.HeroSection-module__sBkrQG__primaryButton,.HeroSection-module__sBkrQG__secondaryButton{font-family:var(--font-body);transition:var(--transition-base);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:.8rem 1.8rem;font-size:1.05rem;font-weight:500;text-decoration:none;display:inline-flex}.HeroSection-module__sBkrQG__primaryButton{color:#fff;background:#111;border:1px solid #111}.HeroSection-module__sBkrQG__primaryButton:hover{background:#000;border-color:#000;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.HeroSection-module__sBkrQG__secondaryButton{color:#111;background:#fff;border:1px solid #111}.HeroSection-module__sBkrQG__secondaryButton:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.HeroSection-module__sBkrQG__partitionLine{z-index:20;background-color:#0000001a;width:90%;max-width:600px;height:1px;margin:0 auto;animation:1s ease-out .8s both HeroSection-module__sBkrQG__fadeIn;position:absolute;bottom:10%;left:0;right:0}.HeroSection-module__sBkrQG__modelContainer{z-index:5;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__tagline{z-index:20;text-align:center;width:100%;animation:1s ease-out 1s both HeroSection-module__sBkrQG__fadeInUp;position:absolute;bottom:5%;left:0}.HeroSection-module__sBkrQG__taglineText{font-family:var(--font-body);letter-spacing:.3em;text-transform:uppercase;color:#0000;background:linear-gradient(90deg,#aaa 0%,#111 20% 80%,#aaa 100%) 0 0/200%;-webkit-background-clip:text;background-clip:text;font-size:clamp(.75rem,1vw,.85rem);font-weight:600;animation:4s linear infinite HeroSection-module__sBkrQG__shimmerText}@keyframes HeroSection-module__sBkrQG__shimmerText{0%{background-position:-200%}to{background-position:200%}}.HeroSection-module__sBkrQG__scrollIndicator{z-index:20;flex-direction:column;align-items:center;gap:6px;animation:1.5s ease-out 1.5s both HeroSection-module__sBkrQG__fadeIn;display:flex;position:absolute;bottom:2%;left:50%;transform:translate(-50%)}.HeroSection-module__sBkrQG__scrollDot{background:var(--color-text-muted);opacity:.4;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite HeroSection-module__sBkrQG__float}.HeroSection-module__sBkrQG__scrollLine{background:linear-gradient(to bottom, var(--color-text-muted), transparent);opacity:.3;width:1px;height:30px}@media (max-width:768px){.HeroSection-module__sBkrQG__hero{flex-direction:column;height:100svh;min-height:100svh}.HeroSection-module__sBkrQG__heroContent{width:90%;top:50%;left:50%;transform:translate(-50%,-50%)}.HeroSection-module__sBkrQG__modelContainer{opacity:.3}.HeroSection-module__sBkrQG__tagline{padding:0 1rem;bottom:12%}}@media (max-width:480px){.HeroSection-module__sBkrQG__heroContent{width:95%;top:48%}.HeroSection-module__sBkrQG__headline{margin-bottom:1rem;font-size:clamp(2rem,9vw,2.8rem)}.HeroSection-module__sBkrQG__inlineImageWrapper{border-radius:20px;width:70px;height:35px}.HeroSection-module__sBkrQG__subtitle{margin-bottom:2rem;padding:0 1rem;font-size:1rem}.HeroSection-module__sBkrQG__buttonGroup{flex-direction:column;gap:.6rem;width:100%;padding:0 2rem}.HeroSection-module__sBkrQG__primaryButton,.HeroSection-module__sBkrQG__secondaryButton{width:100%;padding:.7rem;font-size:.95rem}}
.AboutSection-module__UGBiha__aboutSection{z-index:1;background-color:#fff;height:500vh;position:relative}.AboutSection-module__UGBiha__stickyContainer{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.AboutSection-module__UGBiha__imageWrapper{will-change:transform, border-radius;background-color:#000;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #0000004d}.AboutSection-module__UGBiha__definingImage{object-fit:cover;filter:brightness(.8)contrast(1.1);width:100%;height:100%}.AboutSection-module__UGBiha__contentOverlay{pointer-events:none;z-index:10;will-change:opacity;background:linear-gradient(#0003 0%,#0009 60%,#000000f2 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.AboutSection-module__UGBiha__hugeTextContainer{justify-content:center;align-items:center;width:100%;padding:0 1rem;display:flex;position:absolute}.AboutSection-module__UGBiha__hugeTitle{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;text-align:center;text-shadow:0 20px 40px #000c;font-size:clamp(4rem,15vw,12rem);font-weight:700;line-height:1}.AboutSection-module__UGBiha__answerContainer{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:0 2rem;display:flex;position:absolute}.AboutSection-module__UGBiha__answerSubtitle{font-family:var(--font-body);color:#a0a0a0;letter-spacing:.2em;text-transform:uppercase;margin-bottom:2rem;font-size:1rem;font-weight:700}.AboutSection-module__UGBiha__answerTitle{font-family:var(--font-display);color:#fff;text-align:center;letter-spacing:-.02em;text-shadow:0 10px 30px #000c;max-width:1200px;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1}@media (max-width:768px){.AboutSection-module__UGBiha__hugeTitle{font-size:4rem}}
.TrustedBySection-module__6GthjG__trustedSection{z-index:20;background-color:#f8f9fa;justify-content:center;min-height:100vh;margin-top:-100vh;padding:8rem 2rem;display:flex;position:relative}.TrustedBySection-module__6GthjG__container{flex-direction:column;align-items:center;width:100%;max-width:1000px;display:flex}.TrustedBySection-module__6GthjG__sectionTitle{font-family:var(--font-body);color:#a0a0a0;letter-spacing:.15em;text-transform:uppercase;text-align:center;margin-bottom:4rem;font-size:.85rem;font-weight:600}.TrustedBySection-module__6GthjG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:6rem;width:100%;display:grid}.TrustedBySection-module__6GthjG__clientCard{text-align:center;flex-direction:column;align-items:center;display:flex}.TrustedBySection-module__6GthjG__logoPlaceholder{background-color:#f0f0f0;border-radius:8px;width:180px;height:70px;margin-bottom:1.5rem}.TrustedBySection-module__6GthjG__clientText{font-family:var(--font-body);color:#666;max-width:340px;font-size:1rem;line-height:1.6}.TrustedBySection-module__6GthjG__clientText strong{color:#555;font-weight:500}.TrustedBySection-module__6GthjG__statsBar{border-top:1px solid #0000000d;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:6rem;padding-top:3rem;display:flex}.TrustedBySection-module__6GthjG__statItem{font-family:var(--font-body);color:#555;letter-spacing:.02em;font-size:.95rem;font-weight:500}.TrustedBySection-module__6GthjG__statDot{color:#ccc;margin:0 .5rem;font-size:1.2rem}@media (max-width:768px){.TrustedBySection-module__6GthjG__trustedSection{padding:5rem 1.5rem}.TrustedBySection-module__6GthjG__grid{gap:4rem}.TrustedBySection-module__6GthjG__statsBar{flex-direction:column;gap:.5rem;margin-top:4rem;padding-top:2rem}.TrustedBySection-module__6GthjG__statDot{display:none}}
.ServicesSection-module__JL3_nq__servicesSection{color:#111;z-index:10;background-color:#fff;flex-direction:column;align-items:center;padding:8rem 2rem;display:flex;position:relative}.ServicesSection-module__JL3_nq__container{flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex}.ServicesSection-module__JL3_nq__header{text-align:center;margin-bottom:4rem}.ServicesSection-module__JL3_nq__sectionTitle{font-family:var(--font-body);color:#a0a0a0;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:700}.ServicesSection-module__JL3_nq__sectionSubtitle{font-family:var(--font-display);letter-spacing:-.02em;color:#111;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.2}.ServicesSection-module__JL3_nq__accordionContainer{flex-direction:row;gap:1.5rem;width:100%;height:600px;display:flex}.ServicesSection-module__JL3_nq__capsule{cursor:pointer;will-change:flex;border-radius:40px;flex-direction:column;justify-content:flex-end;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.ServicesSection-module__JL3_nq__bgImage{object-fit:cover;z-index:1;mix-blend-mode:multiply;opacity:0;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.ServicesSection-module__JL3_nq__expanded .ServicesSection-module__JL3_nq__bgImage{opacity:.7}.ServicesSection-module__JL3_nq__gradientOverlay{z-index:2;opacity:0;background:linear-gradient(#0000,#000000d9);width:100%;height:80%;transition:opacity .5s;position:absolute;bottom:0;left:0}.ServicesSection-module__JL3_nq__expanded .ServicesSection-module__JL3_nq__gradientOverlay{opacity:1}.ServicesSection-module__JL3_nq__collapsedContent{z-index:10;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;padding:3rem 0;display:flex;position:absolute;top:0;left:0}.ServicesSection-module__JL3_nq__iconWrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#111;background:#fff9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:3rem;display:flex;box-shadow:0 10px 20px #0000001a}.ServicesSection-module__JL3_nq__verticalTitle{writing-mode:vertical-rl;text-orientation:mixed;font-family:var(--font-display);letter-spacing:.1em;color:#222;white-space:nowrap;font-size:1.5rem;font-weight:700;transform:rotate(180deg)}.ServicesSection-module__JL3_nq__capsuleContent{z-index:10;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;padding:3rem;display:flex;position:absolute;bottom:0;left:0}.ServicesSection-module__JL3_nq__expandedContent{color:#fff;width:100%;max-width:500px}.ServicesSection-module__JL3_nq__expandedNumber{font-family:var(--font-display);color:#ffffff4d;margin-bottom:.5rem;font-size:5rem;font-weight:800;line-height:1}.ServicesSection-module__JL3_nq__expandedTitle{font-family:var(--font-display);text-shadow:0 4px 10px #00000080;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.1}.ServicesSection-module__JL3_nq__expandedDesc{font-family:var(--font-body);color:#e0e0e0;font-size:1.15rem;line-height:1.6}@media (max-width:1024px){.ServicesSection-module__JL3_nq__accordionContainer{flex-direction:column;height:800px}.ServicesSection-module__JL3_nq__collapsedContent{flex-direction:row;justify-content:flex-start;align-items:center;padding:0 2rem}.ServicesSection-module__JL3_nq__iconWrapper{margin-bottom:0;margin-right:1.5rem}.ServicesSection-module__JL3_nq__verticalTitle{writing-mode:horizontal-tb;font-size:1.25rem;transform:none}.ServicesSection-module__JL3_nq__expandedTitle{font-size:2rem}.ServicesSection-module__JL3_nq__capsuleContent{padding:2rem}}@media (max-width:768px){.ServicesSection-module__JL3_nq__servicesSection{padding:4rem 1rem}.ServicesSection-module__JL3_nq__accordionContainer{gap:1rem;height:calc(100vh - 150px);min-height:600px}.ServicesSection-module__JL3_nq__collapsedContent{padding:0 1.5rem}.ServicesSection-module__JL3_nq__iconWrapper{width:48px;height:48px;margin-right:1rem}.ServicesSection-module__JL3_nq__verticalTitle{font-size:1.1rem}.ServicesSection-module__JL3_nq__capsuleContent{padding:1.5rem}.ServicesSection-module__JL3_nq__expandedNumber{font-size:3.5rem}.ServicesSection-module__JL3_nq__expandedTitle{margin-bottom:.5rem;font-size:1.75rem}.ServicesSection-module__JL3_nq__expandedDesc{font-size:1rem}}
.WhyChooseUsSection-module__TsPqYW__whySection{color:#111;background-color:#fff;justify-content:center;padding:8rem 2rem;display:flex}.WhyChooseUsSection-module__TsPqYW__container{width:100%;max-width:1300px}.WhyChooseUsSection-module__TsPqYW__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:5rem;display:flex}.WhyChooseUsSection-module__TsPqYW__sectionTitle{font-family:var(--font-body);color:#a0a0a0;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:700}.WhyChooseUsSection-module__TsPqYW__sectionSubtitle{font-family:var(--font-display);letter-spacing:-.02em;color:#111;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.2}.WhyChooseUsSection-module__TsPqYW__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.WhyChooseUsSection-module__TsPqYW__card{background:#fff;border:1px solid #0000001a;border-radius:16px;flex-direction:column;padding:3rem 2.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.WhyChooseUsSection-module__TsPqYW__card:hover{border-color:#00000026;transform:translateY(-4px);box-shadow:0 20px 40px #0000000d}.WhyChooseUsSection-module__TsPqYW__iconContainer{color:#111;background:#f9f9f9;border:1px solid #0000000d;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:2rem;transition:all .3s;display:flex}.WhyChooseUsSection-module__TsPqYW__card:hover .WhyChooseUsSection-module__TsPqYW__iconContainer{color:#fff;background:#111}.WhyChooseUsSection-module__TsPqYW__cardTitle{font-family:var(--font-body);color:#111;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.WhyChooseUsSection-module__TsPqYW__cardDesc{font-family:var(--font-body);color:#666;font-size:.95rem;line-height:1.6}@media (max-width:1024px){.WhyChooseUsSection-module__TsPqYW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.WhyChooseUsSection-module__TsPqYW__grid{grid-template-columns:1fr}.WhyChooseUsSection-module__TsPqYW__whySection{padding:5rem 1.5rem}.WhyChooseUsSection-module__TsPqYW__card{padding:2.5rem}}
.CinematicBrandSection-module__DeCfoG__brandSection{z-index:1;background-color:#000;height:400vh;position:relative}.CinematicBrandSection-module__DeCfoG__stickyContainer{background-color:#000;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.CinematicBrandSection-module__DeCfoG__textContainer{will-change:opacity, transform, filter;justify-content:center;align-items:center;width:100%;padding:0 2rem;display:flex;position:absolute}.CinematicBrandSection-module__DeCfoG__questionText{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;text-align:center;font-size:clamp(3rem,10vw,8rem);font-weight:700}.CinematicBrandSection-module__DeCfoG__answerText{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;text-align:center;font-size:clamp(3rem,12vw,10rem);font-weight:800;line-height:1}
.Preloader-module__-PvIBG__preloader{z-index:99999;background-color:#080808;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Preloader-module__-PvIBG__kiteContainer{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.Preloader-module__-PvIBG__loadingText{font-family:var(--font-display);letter-spacing:.1em;color:#fff;text-transform:uppercase;text-align:center;font-size:1.5rem;line-height:1.2}
.CTASection-module__ETvUXq__ctaSection{z-index:20;color:#111;text-align:center;background-color:#fff;justify-content:center;align-items:center;min-height:100vh;padding:5rem 2rem;display:flex;position:relative}.CTASection-module__ETvUXq__overlap{margin-top:-100vh}.CTASection-module__ETvUXq__container{flex-direction:column;align-items:center;width:100%;max-width:800px;display:flex}.CTASection-module__ETvUXq__title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700}.CTASection-module__ETvUXq__subtitle{font-family:var(--font-body);color:#666;max-width:600px;margin-bottom:2.5rem;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.6}.CTASection-module__ETvUXq__actionGroup{align-items:center;gap:2rem;display:flex}.CTASection-module__ETvUXq__ctaButton{color:#fff;font-family:var(--font-body);background-color:#111;border-radius:8px;justify-content:center;align-items:center;padding:1.2rem 2.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.CTASection-module__ETvUXq__ctaButton:hover{background-color:#333;transform:translateY(-3px);box-shadow:0 10px 25px #00000026}.CTASection-module__ETvUXq__emailText{font-family:var(--font-body);color:#666;font-size:.95rem;text-decoration:none;transition:color .3s}.CTASection-module__ETvUXq__emailText:hover{color:#111}@media (max-width:600px){.CTASection-module__ETvUXq__ctaSection{padding:4rem 1.5rem}.CTASection-module__ETvUXq__actionGroup{flex-direction:column;gap:1.5rem}}
.ContactPageSection-module__D6jaya__contactSection{color:#111;background-color:#fff;align-items:center;min-height:100vh;padding-top:80px;padding-bottom:4rem;display:flex}.ContactPageSection-module__D6jaya__container{background:#fafafa;border-radius:20px;width:100%;max-width:1400px;min-height:80vh;margin:2rem auto 0;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000014}.ContactPageSection-module__D6jaya__imageSide{flex:1;display:none;position:relative}@media (min-width:900px){.ContactPageSection-module__D6jaya__imageSide{display:block}}.ContactPageSection-module__D6jaya__contactImage{object-fit:cover;filter:grayscale(10%)contrast(1.1);width:100%;height:100%}.ContactPageSection-module__D6jaya__imageOverlay{background:linear-gradient(90deg,#0000001a,#fafafa);flex-direction:column;justify-content:flex-end;padding:4rem;display:flex;position:absolute;inset:0}.ContactPageSection-module__D6jaya__imageTagline{font-family:var(--font-display);color:#111;max-width:450px;margin-bottom:0;font-size:3.5rem;font-weight:700;line-height:1.1}.ContactPageSection-module__D6jaya__imageOverlay{background:linear-gradient(#0000 40%,#000000b3)}.ContactPageSection-module__D6jaya__imageTagline{color:#fff}.ContactPageSection-module__D6jaya__formSide{background:#fafafa;flex-direction:column;flex:1;justify-content:center;padding:4rem;display:flex}.ContactPageSection-module__D6jaya__formHeader{margin-bottom:3rem}.ContactPageSection-module__D6jaya__title{font-family:var(--font-display);color:#111;margin:0 0 .5rem;font-size:3rem;font-weight:700}.ContactPageSection-module__D6jaya__subtitle{color:#666;font-family:var(--font-body);font-size:1.1rem}.ContactPageSection-module__D6jaya__toggleContainer{background:#eaeaea;border:1px solid #ddd;border-radius:8px;margin-bottom:3rem;padding:6px;display:flex;position:relative}.ContactPageSection-module__D6jaya__toggleBtn{text-align:center;color:#666;font-family:var(--font-body);cursor:pointer;z-index:2;background:0 0;border:none;flex:1;padding:1rem;font-weight:600;transition:color .3s}.ContactPageSection-module__D6jaya__toggleBtn.ContactPageSection-module__D6jaya__active{color:#111}.ContactPageSection-module__D6jaya__toggleIndicator{z-index:1;background:#fff;border-radius:6px;width:calc(50% - 6px);position:absolute;top:6px;bottom:6px;box-shadow:0 2px 8px #0000000d}.ContactPageSection-module__D6jaya__contentArea{position:relative}.ContactPageSection-module__D6jaya__formArea{flex-direction:column;gap:1.5rem;display:flex}.ContactPageSection-module__D6jaya__inputGroup{flex-direction:column;gap:.5rem;display:flex}.ContactPageSection-module__D6jaya__label{font-family:var(--font-body);color:#666;text-transform:uppercase;letter-spacing:.1em;font-size:.85rem}.ContactPageSection-module__D6jaya__input,.ContactPageSection-module__D6jaya__textarea{color:#111;font-family:var(--font-body);background:#fff;border:1px solid #ccc;border-radius:8px;padding:1.2rem;font-size:1rem;transition:all .3s}.ContactPageSection-module__D6jaya__input:focus,.ContactPageSection-module__D6jaya__textarea:focus{background:#fff;border-color:#6a1b9a;outline:none;box-shadow:0 0 0 3px #6a1b9a1a}.ContactPageSection-module__D6jaya__input::placeholder,.ContactPageSection-module__D6jaya__textarea::placeholder{color:#aaa}.ContactPageSection-module__D6jaya__textarea{resize:vertical;min-height:140px}.ContactPageSection-module__D6jaya__submitBtn{color:#fff;font-family:var(--font-body);cursor:pointer;background:#111;border:none;border-radius:8px;margin-top:1rem;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:transform .2s,background .2s}.ContactPageSection-module__D6jaya__submitBtn:hover{background:#333;transform:translateY(-2px)}.ContactPageSection-module__D6jaya__bookingArea{text-align:center;background:#fff;border:1px dashed #ccc;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.ContactPageSection-module__D6jaya__bookingIcon{color:#6a1b9a;width:64px;height:64px;margin-bottom:1.5rem}.ContactPageSection-module__D6jaya__bookingTitle{font-family:var(--font-display);color:#111;margin:0 0 1rem;font-size:2rem}.ContactPageSection-module__D6jaya__bookingDesc{color:#666;max-width:300px;margin-bottom:2.5rem;line-height:1.6}.ContactPageSection-module__D6jaya__bookingBtn{color:#fff;font-family:var(--font-body);background:#6a1b9a;border-radius:8px;padding:1.2rem 2.5rem;font-weight:600;text-decoration:none;transition:background .3s,transform .2s;box-shadow:0 4px 12px #6a1b9a33}.ContactPageSection-module__D6jaya__bookingBtn:hover{background:#5e118c;transform:translateY(-2px);box-shadow:0 6px 16px #6a1b9a4d}@media (max-width:600px){.ContactPageSection-module__D6jaya__formSide{padding:2rem}.ContactPageSection-module__D6jaya__container{border-radius:12px;margin:1rem}.ContactPageSection-module__D6jaya__contentArea{min-height:450px}}
.CreativeWorkSection-module__XVWwjG__creativeSection{color:#111;background-color:#fff;position:relative;overflow:hidden}.CreativeWorkSection-module__XVWwjG__filmStripHero{justify-content:center;align-items:center;width:100%;height:600px;display:flex;position:relative;overflow:hidden}.CreativeWorkSection-module__XVWwjG__filmStripWrapper{perspective:2000px;filter:blur(5px);background:radial-gradient(circle,#8a2be214 0%,#0000 60%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden;transform:scale(1.05)}.CreativeWorkSection-module__XVWwjG__filmTrack3D{width:100%;height:100%;transform-style:preserve-3d;justify-content:center;align-items:center;display:flex;position:absolute;transform:rotateX(-8deg)translateY(20px)}.CreativeWorkSection-module__XVWwjG__marqueeContainer{width:500px;height:300px;transform-style:preserve-3d;position:absolute}.CreativeWorkSection-module__XVWwjG__filmFrame{backface-visibility:hidden;background:#000;border:4px solid #000;border-radius:6px;width:500px;height:300px;padding-top:30px;padding-bottom:30px;position:absolute;top:0;left:0;box-shadow:0 0 30px #00000080}.CreativeWorkSection-module__XVWwjG__filmFrame:before,.CreativeWorkSection-module__XVWwjG__filmFrame:after{content:"";opacity:.95;background-image:radial-gradient(circle,#fff 5px,#0000 5.5px);background-repeat:repeat-x;background-size:24px 16px;height:16px;position:absolute;left:0;right:0}.CreativeWorkSection-module__XVWwjG__filmFrame:before{top:7px}.CreativeWorkSection-module__XVWwjG__filmFrame:after{bottom:7px}.CreativeWorkSection-module__XVWwjG__frameContent{background:#222;width:100%;height:100%;position:relative;overflow:hidden}.CreativeWorkSection-module__XVWwjG__frameImage{object-fit:cover;filter:grayscale(20%)contrast(1.1);width:100%;height:100%}.CreativeWorkSection-module__XVWwjG__heroOverlay{z-index:5;text-align:center;mix-blend-mode:difference;color:#fff;padding:2rem;position:relative}.CreativeWorkSection-module__XVWwjG__sectionSubtitle{font-family:var(--font-body);color:inherit;text-transform:uppercase;letter-spacing:.3em;margin-bottom:1rem;font-size:.95rem;font-weight:700;display:block}.CreativeWorkSection-module__XVWwjG__sectionTitle{font-family:var(--font-display);color:inherit;letter-spacing:-.04em;text-transform:uppercase;margin:0 0 1.5rem;font-size:clamp(3.5rem,8vw,7rem);font-weight:800;line-height:1}.CreativeWorkSection-module__XVWwjG__sectionDesc{font-family:var(--font-body);color:inherit;max-width:600px;margin:0 auto;font-size:clamp(1.1rem,4vw,1.4rem);font-weight:700;line-height:1.6}.CreativeWorkSection-module__XVWwjG__masonryContainer{max-width:1400px;margin:0 auto;padding:5rem 2rem 8rem}.CreativeWorkSection-module__XVWwjG__masonryGrid{column-count:3;column-gap:1.5rem}.CreativeWorkSection-module__XVWwjG__masonryItem{break-inside:avoid;cursor:pointer;transform-origin:50%;background:#111;border-radius:16px;margin-bottom:1.5rem;transition:filter .4s,transform .4s;position:relative;overflow:hidden}.CreativeWorkSection-module__XVWwjG__masonryGridHovered .CreativeWorkSection-module__XVWwjG__masonryItem{filter:blur(3px)saturate(.6)}.CreativeWorkSection-module__XVWwjG__masonryGridHovered .CreativeWorkSection-module__XVWwjG__masonryItem.CreativeWorkSection-module__XVWwjG__masonryItemActive{filter:blur()saturate();z-index:5;transform:scale(1.02);box-shadow:0 20px 50px #0003}.CreativeWorkSection-module__XVWwjG__masonryImage{object-fit:cover;object-position:center;width:100%;height:auto;max-height:600px;transition:opacity .4s;display:block}.CreativeWorkSection-module__XVWwjG__masonryVideo{object-fit:cover;object-position:center;opacity:0;z-index:2;width:100%;height:100%;transition:opacity .5s;position:absolute;inset:0}.CreativeWorkSection-module__XVWwjG__masonryVideoVisible{opacity:1}.CreativeWorkSection-module__XVWwjG__masonryItemActive .CreativeWorkSection-module__XVWwjG__masonryImage{opacity:0}.CreativeWorkSection-module__XVWwjG__muteButton{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:6;cursor:pointer;color:#fff;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex;position:absolute;bottom:1rem;right:1rem}.CreativeWorkSection-module__XVWwjG__muteButton:hover{background:#000c}.CreativeWorkSection-module__XVWwjG__muteButton svg{width:18px;height:18px}.CreativeWorkSection-module__XVWwjG__masonryOverlay{z-index:3;pointer-events:none;background:linear-gradient(#0000 0%,#00000040 50%,#000000d9 100%);flex-direction:column;justify-content:flex-end;padding:1.8rem;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;display:flex;position:absolute;inset:0;transform:translateY(0)}.CreativeWorkSection-module__XVWwjG__masonryItemActive .CreativeWorkSection-module__XVWwjG__masonryOverlay{opacity:0;transform:translateY(100%)}.CreativeWorkSection-module__XVWwjG__loaderContainer{z-index:5;pointer-events:none;background:#0000004d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.CreativeWorkSection-module__XVWwjG__dotsLoader{background-color:#0000;background-image:radial-gradient(circle closest-side,#fff 90%,#0000),radial-gradient(circle closest-side,#fff 90%,#0000),radial-gradient(circle closest-side,#fff 90%,#0000);background-position:0%,50%,100%;background-repeat:no-repeat;background-size:33.3333% 100%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;width:40px;height:12px;animation:1s linear infinite CreativeWorkSection-module__XVWwjG__dots}@keyframes CreativeWorkSection-module__XVWwjG__dots{33%{background-size:33.3333% 0%,33.3333% 100%,33.3333% 100%}50%{background-size:33.3333% 100%,33.3333% 0%,33.3333% 100%}66%{background-size:33.3333% 100%,33.3333% 100%,33.3333% 0%}}.CreativeWorkSection-module__XVWwjG__itemCategory{font-family:var(--font-body);text-transform:uppercase;color:#fff9;letter-spacing:.15em;margin-bottom:.4rem;font-size:.72rem;font-weight:700}.CreativeWorkSection-module__XVWwjG__itemTitle{font-family:var(--font-display);color:#fff;margin:0 0 .4rem;font-size:1.5rem;font-weight:700;line-height:1.2}.CreativeWorkSection-module__XVWwjG__itemDescription{font-family:var(--font-body);color:#ffffffa6;max-width:90%;margin:0;font-size:.85rem;line-height:1.5}.CreativeWorkSection-module__XVWwjG__playIndicator{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:4;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:1rem;right:1rem}@media (max-width:1200px){.CreativeWorkSection-module__XVWwjG__masonryGrid{column-count:2}}@media (max-width:768px){.CreativeWorkSection-module__XVWwjG__filmStripHero{min-height:550px}.CreativeWorkSection-module__XVWwjG__filmStripWrapper{perspective:1000px}.CreativeWorkSection-module__XVWwjG__filmFrame,.CreativeWorkSection-module__XVWwjG__marqueeContainer{width:300px;height:180px}.CreativeWorkSection-module__XVWwjG__masonryGrid{column-count:1}.CreativeWorkSection-module__XVWwjG__masonryContainer{padding:3rem 1.5rem 5rem}}
.FooterSection-module__eyrx4q__footer{color:#fff;cursor:pointer;z-index:30;background-color:#111;border-top:1px solid #222;position:relative;overflow:hidden}.FooterSection-module__eyrx4q__container{max-width:1200px;margin:0 auto;padding:0 2rem}.FooterSection-module__eyrx4q__thinRow{justify-content:space-between;align-items:center;height:80px;display:flex}.FooterSection-module__eyrx4q__logoGroup{align-items:center;gap:1rem;display:flex}.FooterSection-module__eyrx4q__copyright{font-family:var(--font-body);color:#a0a0a0;font-size:.95rem;font-weight:500}.FooterSection-module__eyrx4q__iconTrigger{color:#fff;background:#222;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .3s,transform .3s;display:flex}.FooterSection-module__eyrx4q__footer:hover .FooterSection-module__eyrx4q__iconTrigger{background:#333;transform:scale(1.05)}.FooterSection-module__eyrx4q__expandedContent{overflow:hidden}.FooterSection-module__eyrx4q__trayInner{border-bottom:1px solid #2a2a2a;justify-content:space-between;gap:4rem;padding-top:4rem;padding-bottom:3rem;display:flex}.FooterSection-module__eyrx4q__trayCol{flex:1}.FooterSection-module__eyrx4q__trayHeading{font-family:var(--font-body);color:#666;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.FooterSection-module__eyrx4q__trayList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.FooterSection-module__eyrx4q__trayList a{font-family:var(--font-display);color:#fff;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .3s}.FooterSection-module__eyrx4q__trayList a:hover{color:#aaa}.FooterSection-module__eyrx4q__contactList{flex-direction:column;gap:1.5rem;display:flex}.FooterSection-module__eyrx4q__contactLink{flex-direction:column;gap:.25rem;text-decoration:none;display:flex}.FooterSection-module__eyrx4q__contactLabel{font-family:var(--font-body);color:#666;text-transform:uppercase;font-size:.8rem;font-weight:600}.FooterSection-module__eyrx4q__contactValue{font-family:var(--font-body);color:#fff;font-size:1.1rem;font-weight:500;transition:color .3s}.FooterSection-module__eyrx4q__contactLink:hover .FooterSection-module__eyrx4q__contactValue{color:#888}.FooterSection-module__eyrx4q__contactGroup{flex-direction:column;gap:.25rem;display:flex}.FooterSection-module__eyrx4q__contactValueLink{font-family:var(--font-body);color:#fff;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s}.FooterSection-module__eyrx4q__contactValueLink:hover{color:#888}@media (max-width:768px){.FooterSection-module__eyrx4q__thinRow{flex-direction:row;height:80px;padding:0}.FooterSection-module__eyrx4q__copyright{display:none}.FooterSection-module__eyrx4q__trayInner{flex-direction:column;gap:3rem;padding-top:3rem;padding-bottom:2rem}.FooterSection-module__eyrx4q__trayHeading{margin-bottom:1rem}}
.BackToTopButton-module__2GojEq__backToTop{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#111c;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .3s,border-color .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #0003}.BackToTopButton-module__2GojEq__backToTop:hover{background:#111;border-color:#ffffff4d}@media (max-width:768px){.BackToTopButton-module__2GojEq__backToTop{width:28px;height:28px;bottom:1.5rem;right:1.5rem}}
.ServicesPageSection-module__cfMUzG__servicesPage{color:#111;background:#fff;overflow:hidden}.ServicesPageSection-module__cfMUzG__hero{text-align:center;background:radial-gradient(circle at 20% 30%,#7c3aed14 0%,#0000 50%),radial-gradient(circle at 80% 70%,#0ea5e914 0%,#0000 50%),#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.ServicesPageSection-module__cfMUzG__heroOrbs{pointer-events:none;position:absolute;inset:0;overflow:hidden}.ServicesPageSection-module__cfMUzG__orb1,.ServicesPageSection-module__cfMUzG__orb2,.ServicesPageSection-module__cfMUzG__orb3{filter:blur(120px);opacity:.35;border-radius:50%;position:absolute}.ServicesPageSection-module__cfMUzG__orb1{background:#c4b5fd;width:500px;height:500px;animation:12s ease-in-out infinite ServicesPageSection-module__cfMUzG__orbFloat1;top:-10%;left:-5%}.ServicesPageSection-module__cfMUzG__orb2{background:#7dd3fc;width:400px;height:400px;animation:15s ease-in-out infinite ServicesPageSection-module__cfMUzG__orbFloat2;bottom:-5%;right:-5%}.ServicesPageSection-module__cfMUzG__orb3{background:#fca5a5;width:300px;height:300px;animation:10s ease-in-out infinite ServicesPageSection-module__cfMUzG__orbFloat3;top:40%;right:30%}@keyframes ServicesPageSection-module__cfMUzG__orbFloat1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,30px)scale(1.1)}66%{transform:translate(-20px,-15px)scale(.95)}}@keyframes ServicesPageSection-module__cfMUzG__orbFloat2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-30px,-40px)scale(1.15)}}@keyframes ServicesPageSection-module__cfMUzG__orbFloat3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,20px)scale(1.1)}}.ServicesPageSection-module__cfMUzG__heroContent{z-index:2;max-width:900px;position:relative}.ServicesPageSection-module__cfMUzG__heroLabel{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:#888;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff9;border:1px solid #ddd;border-radius:100px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:700;display:inline-block}.ServicesPageSection-module__cfMUzG__heroTitle{font-family:var(--font-display);letter-spacing:-.03em;color:#111;margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,5rem);font-weight:700;line-height:1.1}.ServicesPageSection-module__cfMUzG__heroGradientText{background:linear-gradient(135deg,#7c3aed,#0ea5e9,#10b981,#f43f5e) 0 0/300% 300%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:6s ease-in-out infinite ServicesPageSection-module__cfMUzG__gradientShift}@keyframes ServicesPageSection-module__cfMUzG__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.ServicesPageSection-module__cfMUzG__heroSubtitle{font-family:var(--font-body);color:#666;max-width:700px;margin:0 auto 3rem;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.ServicesPageSection-module__cfMUzG__quickNav{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.ServicesPageSection-module__cfMUzG__quickNavPill{color:#555;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #e0e0e0;border-radius:100px;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px #0000000a}.ServicesPageSection-module__cfMUzG__quickNavPill:hover{border-color:var(--pill-accent);color:#111;background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.ServicesPageSection-module__cfMUzG__quickNavIcon{color:var(--pill-accent);align-items:center;display:flex}.ServicesPageSection-module__cfMUzG__quickNavIcon svg{width:18px;height:18px}.ServicesPageSection-module__cfMUzG__scrollIndicator{color:#bbb;position:absolute;bottom:2rem}.ServicesPageSection-module__cfMUzG__serviceBlock{padding:8rem 2rem;scroll-margin-top:80px;position:relative}.ServicesPageSection-module__cfMUzG__serviceBlock:nth-child(odd){background:#fff}.ServicesPageSection-module__cfMUzG__serviceBlock:nth-child(2n){background:#f8f9fb}.ServicesPageSection-module__cfMUzG__serviceGlow{pointer-events:none;position:absolute;inset:0}.ServicesPageSection-module__cfMUzG__serviceInner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto 5rem;display:grid;position:relative}.ServicesPageSection-module__cfMUzG__serviceInner.ServicesPageSection-module__cfMUzG__reversed{direction:rtl}.ServicesPageSection-module__cfMUzG__serviceInner.ServicesPageSection-module__cfMUzG__reversed>*{direction:ltr}.ServicesPageSection-module__cfMUzG__serviceVisual{position:relative}.ServicesPageSection-module__cfMUzG__visualFrame{aspect-ratio:4/3;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000001a}.ServicesPageSection-module__cfMUzG__visualGradient{z-index:1;opacity:.15;position:absolute;inset:0}.ServicesPageSection-module__cfMUzG__visualImage{object-fit:cover;z-index:2;opacity:.9;width:100%;height:100%;transition:all .6s;position:relative}.ServicesPageSection-module__cfMUzG__visualFrame:hover .ServicesPageSection-module__cfMUzG__visualImage{opacity:1;transform:scale(1.03)}.ServicesPageSection-module__cfMUzG__visualOverlay{z-index:3;background:linear-gradient(#0000 50%,#00000080 100%);align-items:flex-end;padding:2rem;display:flex;position:absolute;inset:0}.ServicesPageSection-module__cfMUzG__bigNumber{font-family:var(--font-display);color:#ffffff40;font-size:6rem;font-weight:800;line-height:1}.ServicesPageSection-module__cfMUzG__serviceContent{flex-direction:column;display:flex}.ServicesPageSection-module__cfMUzG__serviceLabel{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:#aaa;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:flex}.ServicesPageSection-module__cfMUzG__serviceDot{border-radius:50%;width:8px;height:8px}.ServicesPageSection-module__cfMUzG__serviceTitle{font-family:var(--font-display);letter-spacing:-.02em;color:#111;margin-bottom:.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.1}.ServicesPageSection-module__cfMUzG__serviceTagline{font-family:var(--font-body);margin-bottom:1.2rem;font-size:1.1rem;font-weight:600}.ServicesPageSection-module__cfMUzG__serviceDescription{font-family:var(--font-body);color:#666;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.ServicesPageSection-module__cfMUzG__useCases{flex-wrap:wrap;gap:.6rem;display:flex}.ServicesPageSection-module__cfMUzG__useCasePill{letter-spacing:.03em;opacity:.8;background:#fffc;border:1px solid;border-radius:100px;padding:.4rem 1rem;font-size:.78rem;font-weight:600;transition:opacity .2s}.ServicesPageSection-module__cfMUzG__useCasePill:hover{opacity:1}.ServicesPageSection-module__cfMUzG__capabilitiesGrid{z-index:2;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.ServicesPageSection-module__cfMUzG__capabilityCard{background:#fff;border:1px solid #eee;border-radius:16px;padding:2rem;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000008}.ServicesPageSection-module__cfMUzG__capabilityCard:hover{background:#fff;border-color:#ddd;box-shadow:0 20px 40px #00000014}.ServicesPageSection-module__cfMUzG__capabilityIndicator{border-radius:4px;width:4px;height:24px;margin-bottom:1.2rem}.ServicesPageSection-module__cfMUzG__capabilityName{font-family:var(--font-display);color:#222;margin-bottom:.6rem;font-size:1.15rem;font-weight:700}.ServicesPageSection-module__cfMUzG__capabilityDesc{font-family:var(--font-body);color:#888;font-size:.9rem;line-height:1.6}.ServicesPageSection-module__cfMUzG__processSection{background:#f4f5f7;padding:8rem 2rem;position:relative}.ServicesPageSection-module__cfMUzG__processHeader{text-align:center;margin-bottom:5rem}.ServicesPageSection-module__cfMUzG__processSuptitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:#999;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:inline-block}.ServicesPageSection-module__cfMUzG__processTitle{font-family:var(--font-display);letter-spacing:-.02em;color:#111;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700}.ServicesPageSection-module__cfMUzG__processSubtitle{font-family:var(--font-body);color:#888;max-width:500px;margin:0 auto;font-size:1.1rem}.ServicesPageSection-module__cfMUzG__processTimeline{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid;position:relative}.ServicesPageSection-module__cfMUzG__timelineLine{opacity:.25;background:linear-gradient(90deg,#7c3aed,#0ea5e9,#10b981,#f43f5e);border-radius:2px;height:2px;position:absolute;top:40px;left:10%;right:10%}.ServicesPageSection-module__cfMUzG__processStep{text-align:center;z-index:2;padding:0 1rem;transition:transform .3s;position:relative}.ServicesPageSection-module__cfMUzG__processStep:hover{transform:translateY(-8px)}.ServicesPageSection-module__cfMUzG__stepDot{background:#fff;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:1.8rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000000a}.ServicesPageSection-module__cfMUzG__processStep:hover .ServicesPageSection-module__cfMUzG__stepDot{border-color:#ccc;box-shadow:0 8px 30px #7c3aed1a}.ServicesPageSection-module__cfMUzG__stepEmoji{line-height:1;display:block}.ServicesPageSection-module__cfMUzG__stepContent{text-align:center}.ServicesPageSection-module__cfMUzG__stepNum{font-family:var(--font-body);color:#bbb;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.4rem;font-size:.75rem;font-weight:700;display:block}.ServicesPageSection-module__cfMUzG__stepTitle{font-family:var(--font-display);color:#222;margin-bottom:.6rem;font-size:1.4rem;font-weight:700}.ServicesPageSection-module__cfMUzG__stepDesc{font-family:var(--font-body);color:#888;font-size:.88rem;line-height:1.5}.ServicesPageSection-module__cfMUzG__statsBar{justify-content:space-between;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;padding:4rem 2rem 8rem;display:flex}.ServicesPageSection-module__cfMUzG__statItem{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.ServicesPageSection-module__cfMUzG__statNumber{font-family:var(--font-display);background:linear-gradient(135deg,#111,#555);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.2}.ServicesPageSection-module__cfMUzG__statLabel{font-family:var(--font-body);color:#999;text-transform:uppercase;letter-spacing:.08em;margin-top:.4rem;font-size:.85rem;font-weight:600}.ServicesPageSection-module__cfMUzG__statDivider{background:#e0e0e0;width:1px;height:60px}@media (max-width:1024px){.ServicesPageSection-module__cfMUzG__serviceInner{grid-template-columns:1fr;gap:3rem}.ServicesPageSection-module__cfMUzG__serviceInner.ServicesPageSection-module__cfMUzG__reversed{direction:ltr}.ServicesPageSection-module__cfMUzG__capabilitiesGrid{grid-template-columns:repeat(2,1fr)}.ServicesPageSection-module__cfMUzG__processTimeline{grid-template-columns:repeat(2,1fr);gap:3rem}.ServicesPageSection-module__cfMUzG__timelineLine{display:none}}@media (max-width:768px){.ServicesPageSection-module__cfMUzG__hero{min-height:auto;padding:7rem 1.5rem 3rem}.ServicesPageSection-module__cfMUzG__serviceBlock{padding:5rem 1.5rem}.ServicesPageSection-module__cfMUzG__capabilitiesGrid{grid-template-columns:1fr}.ServicesPageSection-module__cfMUzG__processTimeline{grid-template-columns:1fr;max-width:400px}.ServicesPageSection-module__cfMUzG__statsBar{flex-direction:column;gap:2rem}.ServicesPageSection-module__cfMUzG__statDivider{width:60px;height:1px}.ServicesPageSection-module__cfMUzG__quickNav{flex-direction:column;align-items:center}.ServicesPageSection-module__cfMUzG__bigNumber{font-size:4rem}.ServicesPageSection-module__cfMUzG__scrollIndicator{display:none}}
.WorkSection-module__PmqFaW__compilerSection{color:#a0a0a0;background-color:#050505;padding:10rem 2rem 8rem}.WorkSection-module__PmqFaW__container{max-width:1200px;margin:0 auto}.WorkSection-module__PmqFaW__header{text-align:center;margin-bottom:3rem}.WorkSection-module__PmqFaW__sectionSubtitle{font-family:var(--font-body);color:#666;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.WorkSection-module__PmqFaW__sectionTitle{font-family:var(--font-display);color:#fff;margin:0;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700}.WorkSection-module__PmqFaW__ideContainer{background:#0d0d0d;border:1px solid #222;border-radius:12px;height:700px;font-family:Courier New,Courier,monospace;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000c}.WorkSection-module__PmqFaW__sidebar{background:#0a0a0a;border-right:1px solid #1a1a1a;flex-direction:column;width:250px;display:flex}.WorkSection-module__PmqFaW__sidebarHeader{text-transform:uppercase;letter-spacing:.15em;color:#555;border-bottom:1px solid #1a1a1a;padding:1.2rem 1rem;font-size:.75rem;font-weight:700}.WorkSection-module__PmqFaW__fileList{flex-direction:column;flex:1;margin:0;padding:1rem 0;list-style:none;display:flex;overflow-y:auto}.WorkSection-module__PmqFaW__fileItem{cursor:pointer;color:#777;align-items:center;gap:.75rem;padding:.6rem 1.5rem;font-size:.85rem;transition:all .2s;display:flex;position:relative}.WorkSection-module__PmqFaW__fileItem:hover{color:#aaa;background:#ffffff05}.WorkSection-module__PmqFaW__fileItem.WorkSection-module__PmqFaW__active{color:#61dafb;background:#61dafb0d}.WorkSection-module__PmqFaW__fileItem.WorkSection-module__PmqFaW__active:before{content:"";background:#61dafb;width:3px;position:absolute;top:0;bottom:0;left:0}.WorkSection-module__PmqFaW__fileIcon{opacity:.8;width:16px;height:16px}.WorkSection-module__PmqFaW__editorPane{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.WorkSection-module__PmqFaW__tabs{background:#0a0a0a;border-bottom:1px solid #1a1a1a;align-items:flex-end;height:45px;padding:0 1rem;display:flex}.WorkSection-module__PmqFaW__tab{color:#fff;background:#0d0d0d;border:1px solid #1a1a1a;border-bottom:none;border-top-left-radius:8px;border-top-right-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.85rem;display:flex}.WorkSection-module__PmqFaW__codeViewWrapper{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.WorkSection-module__PmqFaW__codeLayer{flex-direction:column;flex:1;transition:filter .5s,opacity .5s;display:flex;overflow:hidden}.WorkSection-module__PmqFaW__codeArea{white-space:pre;color:#d4d4d4;flex:1;padding:2rem;font-size:.95rem;line-height:1.7;overflow-y:auto}.WorkSection-module__PmqFaW__blurredCode{filter:blur(6px);opacity:.2;pointer-events:none}.WorkSection-module__PmqFaW__loaderOverlay{z-index:5;background:#0d0d0d80;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.WorkSection-module__PmqFaW__loaderGraphic{filter:drop-shadow(0 0 20px #61dafb66);margin-bottom:1.5rem}.WorkSection-module__PmqFaW__loaderText{color:#61dafb;letter-spacing:.1em;text-transform:uppercase;font-family:Courier New,Courier,monospace;font-size:.9rem}.WorkSection-module__PmqFaW__key{color:#9cdcfe}.WorkSection-module__PmqFaW__string{color:#ce9178}.WorkSection-module__PmqFaW__punctuation{color:#d4d4d4}.WorkSection-module__PmqFaW__number{color:#b5cea8}.WorkSection-module__PmqFaW__boolean{color:#569cd6}.WorkSection-module__PmqFaW__terminalPane{background:#050505;border-top:1px solid #1a1a1a;flex-direction:column;height:180px;padding:1rem;display:flex}.WorkSection-module__PmqFaW__terminalHeader{color:#555;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.75rem}.WorkSection-module__PmqFaW__terminalOutput{color:#a0a0a0;flex-direction:column;flex:1;gap:.2rem;font-size:.85rem;line-height:1.5;display:flex}.WorkSection-module__PmqFaW__terminalLine{gap:.5rem;display:flex}.WorkSection-module__PmqFaW__prompt{color:#4caf50;font-weight:700}.WorkSection-module__PmqFaW__success{color:#4caf50}.WorkSection-module__PmqFaW__warning{color:#ff9800}.WorkSection-module__PmqFaW__info{color:#61dafb}.WorkSection-module__PmqFaW__compileOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#050505fa;justify-content:center;align-items:center;padding:3rem;display:flex;position:absolute;inset:0}.WorkSection-module__PmqFaW__compiledCard{color:#111;width:100%;max-width:900px;height:100%;font-family:var(--font-body);background:#fff;border-radius:20px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px #000c}.WorkSection-module__PmqFaW__compiledImageContainer{background:#f5f5f5;width:100%;height:60%;position:relative;overflow:hidden}.WorkSection-module__PmqFaW__compiledImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.WorkSection-module__PmqFaW__compiledCard:hover .WorkSection-module__PmqFaW__compiledImage{transform:scale(1.03)}.WorkSection-module__PmqFaW__imageOverlay{background:linear-gradient(#0000 50%,#00000080);position:absolute;inset:0}.WorkSection-module__PmqFaW__compiledBody{flex-direction:column;flex:1;justify-content:space-between;padding:2rem 3rem;display:flex;overflow-y:auto}.WorkSection-module__PmqFaW__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.WorkSection-module__PmqFaW__compiledTitle{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.3rem;font-size:2rem;font-weight:700;line-height:1.1}.WorkSection-module__PmqFaW__compiledClient{text-transform:uppercase;color:#888;letter-spacing:.08em;font-size:.9rem;font-weight:600}.WorkSection-module__PmqFaW__techStack{gap:.5rem;display:flex}.WorkSection-module__PmqFaW__techTag{color:#555;background:#f0f0f0;border-radius:20px;padding:.4rem .8rem;font-size:.75rem;font-weight:600}.WorkSection-module__PmqFaW__compiledDesc{color:#555;max-width:600px;margin-top:.5rem;font-size:1rem;line-height:1.6}.WorkSection-module__PmqFaW__industryBadge{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(135deg,#6a1b9a,#1565c0);border-radius:20px;margin-bottom:.6rem;padding:.3rem .8rem;font-size:.7rem;font-weight:700;display:inline-block}.WorkSection-module__PmqFaW__impactList{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.WorkSection-module__PmqFaW__impactItem{color:#2e7d32;white-space:nowrap;background:#f0faf0;border-radius:20px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.72rem;font-weight:600;display:inline-flex}.WorkSection-module__PmqFaW__visitButton{color:#fff;background:#111;border-radius:8px;align-self:flex-start;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem 2rem;font-weight:500;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.WorkSection-module__PmqFaW__visitButton:hover{background:#333;transform:translateY(-2px)}.WorkSection-module__PmqFaW__closeCompile{color:#fff;cursor:pointer;z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .3s,transform .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.WorkSection-module__PmqFaW__closeCompile:hover{background:#000c;transform:scale(1.1)rotate(90deg)}@media (max-width:900px){.WorkSection-module__PmqFaW__ideContainer{flex-direction:column;height:800px}.WorkSection-module__PmqFaW__sidebar{border-bottom:1px solid #1a1a1a;border-right:none;width:100%;height:200px}.WorkSection-module__PmqFaW__compileOverlay{padding:1rem}.WorkSection-module__PmqFaW__compiledBody{padding:1.5rem}.WorkSection-module__PmqFaW__compiledTitle{font-size:1.8rem}.WorkSection-module__PmqFaW__cardHeader{flex-direction:column;gap:1rem}}
