.Button-module__3dJGfa__btn{font-family:var(--font-body);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;min-width:140px;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.Button-module__3dJGfa__primary{background-color:var(--primary-accent);color:#111}.Button-module__3dJGfa__primary:hover{background-color:var(--primary-accent);filter:brightness(1.1);box-shadow:0 4px 15px #ffca1833}.Button-module__3dJGfa__secondary{color:var(--on-surface);border:1px solid var(--glass-border);background-color:#0000}.Button-module__3dJGfa__secondary:hover{border-color:var(--primary-accent);color:var(--primary-accent)}.Button-module__3dJGfa__glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);color:var(--on-surface);border:1px solid var(--glass-border)}.Button-module__3dJGfa__glass:hover{background:var(--glass-bg);border-color:var(--primary-accent);color:var(--primary-accent)}
.Hero-module__ejOdHG__hero{justify-content:center;align-items:center;min-height:100vh;padding-top:120px;padding-bottom:80px;display:flex;position:relative;overflow:hidden}.Hero-module__ejOdHG__heroGlow{background:radial-gradient(circle, var(--grid-line) 0%, transparent 60%);z-index:0;pointer-events:none;width:80vw;height:80vw;position:absolute;top:10%;left:50%;transform:translate(-50%)}.Hero-module__ejOdHG__heroContainer{text-align:center;z-index:1;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.Hero-module__ejOdHG__content{flex-direction:column;align-items:center;max-width:900px;display:flex}.Hero-module__ejOdHG__badge{background:var(--glass-bg);color:var(--primary-accent);border:1px solid var(--glass-border);text-transform:uppercase;letter-spacing:.1em;border-radius:100px;margin-bottom:2rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-block}.Hero-module__ejOdHG__title{letter-spacing:-.03em;color:var(--on-surface);margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5.5rem);line-height:1.05}.Hero-module__ejOdHG__highlight{color:var(--primary-accent);white-space:nowrap;position:relative}.Hero-module__ejOdHG__subtitle{max-width:650px;color:var(--on-surface-secondary);margin-bottom:3rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.Hero-module__ejOdHG__ctaGroup{justify-content:center;gap:1.5rem;margin-bottom:5rem;display:flex}.Hero-module__ejOdHG__visual{justify-content:center;width:100%;max-width:1000px;display:flex;position:relative}.Hero-module__ejOdHG__glassCard{background:var(--glass-bg);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);text-align:left;border-radius:24px;grid-template-columns:1fr 1fr;gap:2rem;width:100%;padding:2.5rem;display:grid;box-shadow:0 40px 80px #0003}.Hero-module__ejOdHG__cardHeader{border-bottom:1px solid var(--glass-border);grid-column:1/-1;gap:8px;margin-bottom:1rem;padding-bottom:1rem;display:flex}.Hero-module__ejOdHG__cardHeader .Hero-module__ejOdHG__dot{opacity:.5;border-radius:50%;width:12px;height:12px}.Hero-module__ejOdHG__cardHeader .Hero-module__ejOdHG__dot:first-child{background:#ff5f56}.Hero-module__ejOdHG__cardHeader .Hero-module__ejOdHG__dot:nth-child(2){background:#ffbd2e}.Hero-module__ejOdHG__cardHeader .Hero-module__ejOdHG__dot:nth-child(3){background:#27c93f}.Hero-module__ejOdHG__statBox{border:1px solid var(--glass-border);background:#ffffff05;border-radius:16px;padding:1.5rem;transition:all .3s}.Hero-module__ejOdHG__statBox:hover{background:var(--glass-bg);border-color:var(--primary-accent);transform:translateY(-5px)}.Hero-module__ejOdHG__statBox p{color:var(--on-surface-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.Hero-module__ejOdHG__statBox h2{color:var(--primary-accent);letter-spacing:-.02em;margin:0;font-size:3rem}@keyframes Hero-module__ejOdHG__float{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}@media (max-width:768px){.Hero-module__ejOdHG__title{font-size:2.5rem}.Hero-module__ejOdHG__glassCard{grid-template-columns:1fr;padding:1.5rem}}
.Marquee-module__RM7Gkq__marqueeContainer{background-color:var(--color-black);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:4rem 0;position:relative;overflow:hidden}.Marquee-module__RM7Gkq__marqueeLabel{text-align:center;color:var(--color-accent-200);text-transform:uppercase;letter-spacing:.1em;margin-bottom:3rem;font-size:.85rem}.Marquee-module__RM7Gkq__marqueeContent{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.Marquee-module__RM7Gkq__marqueeTrack{gap:6rem;width:fit-content;padding-left:6rem;animation:30s linear infinite Marquee-module__RM7Gkq__scroll;display:flex}.Marquee-module__RM7Gkq__brandItem{color:#0000;-webkit-text-stroke:1px #ffffff4d;text-transform:uppercase;white-space:nowrap;font-family:serif;font-size:2.5rem;font-weight:700;transition:all .3s}.Marquee-module__RM7Gkq__brandItem:hover{color:var(--color-white);-webkit-text-stroke:1px var(--color-white);text-shadow:0 0 20px #ffffff80}@keyframes Marquee-module__RM7Gkq__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.Marquee-module__RM7Gkq__brandItem{font-size:1.8rem}}
.Campaign-module__44CniW__campaignPage{background-color:var(--surface);min-height:100vh;color:var(--on-surface)}.Campaign-module__44CniW__hero{border-bottom:1px solid var(--glass-border);padding:12rem 0;position:relative;overflow:hidden}.Campaign-module__44CniW__heroContent{max-width:900px}.Campaign-module__44CniW__badge{background:var(--primary-accent);color:var(--color-black);letter-spacing:.1em;border-radius:4px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:800;display:inline-block}.Campaign-module__44CniW__title{letter-spacing:-.04em;margin-bottom:2.5rem;font-size:clamp(3.5rem,8vw,5.5rem);font-weight:800;line-height:1}.Campaign-module__44CniW__highlight{color:var(--primary-accent)}.Campaign-module__44CniW__lead{color:var(--on-surface-secondary);max-width:700px;margin-bottom:4rem;font-size:1.4rem;line-height:1.6}.Campaign-module__44CniW__problemSection{background:var(--grid-line);padding:8rem 0}.Campaign-module__44CniW__problemGrid{grid-template-columns:1fr 1fr;align-items:center;gap:8rem;display:grid}.Campaign-module__44CniW__problemText h2{letter-spacing:-.02em;margin-bottom:2rem;font-size:3rem}.Campaign-module__44CniW__problemText p{color:var(--on-surface-secondary);font-size:1.2rem;line-height:1.7}.Campaign-module__44CniW__metricsGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Campaign-module__44CniW__metricCard{background:var(--surface);border:1px solid var(--glass-border);text-align:center;border-radius:12px;padding:2.5rem}.Campaign-module__44CniW__metricValue{color:var(--primary-accent);margin-bottom:.5rem;font-size:3rem;font-weight:800;display:block}.Campaign-module__44CniW__metricLabel{color:var(--on-surface-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.Campaign-module__44CniW__ctaSection{text-align:center;padding:10rem 0}.Campaign-module__44CniW__ctaBox{max-width:800px;margin:0 auto}.Campaign-module__44CniW__ctaBox h2{margin-bottom:2rem;font-size:3.5rem}@media (max-width:1024px){.Campaign-module__44CniW__problemGrid{grid-template-columns:1fr;gap:4rem}}
.Services-module__mtNLoG__servicesSection{background-color:var(--surface);z-index:10;position:relative}.Services-module__mtNLoG__servicesSection:before{content:"";background:linear-gradient(90deg, transparent 10%, var(--glass-border), transparent 90%);width:100%;height:1px;position:absolute;top:0;left:0}.Services-module__mtNLoG__header{max-width:650px;margin-bottom:5rem}.Services-module__mtNLoG__title{letter-spacing:-.02em;color:var(--on-surface);margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem)}.Services-module__mtNLoG__highlight{color:var(--primary-accent)}.Services-module__mtNLoG__subtitle{color:var(--on-surface-secondary);font-size:1.15rem}.Services-module__mtNLoG__grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;display:grid}.Services-module__mtNLoG__card{background:var(--surface);border:1px solid var(--glass-border);cursor:pointer;border-radius:4px;flex-direction:column;height:100%;padding:3rem 2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Services-module__mtNLoG__card:before{content:"";background:linear-gradient(45deg, transparent, var(--primary-accent), transparent);-webkit-mask-composite:xor;opacity:0;z-index:1;border-radius:4px;padding:2px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Services-module__mtNLoG__card:hover{background:var(--glass-bg);transform:translateY(-8px)}.Services-module__mtNLoG__card:hover:before{opacity:1}.Services-module__mtNLoG__iconWrapper{width:50px;height:50px;color:var(--primary-accent);background:0 0;justify-content:flex-start;align-items:center;margin-bottom:2rem;transition:all .3s;display:flex}.Services-module__mtNLoG__cardTitle{color:var(--on-surface);margin-bottom:1rem;font-size:1.6rem;line-height:1.2}.Services-module__mtNLoG__cardDesc{color:var(--on-surface-secondary);flex-grow:1;margin-bottom:3rem;font-size:1.05rem}.Services-module__mtNLoG__cardFooter{border-top:1px solid var(--glass-border);z-index:2;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex;position:relative}.Services-module__mtNLoG__learnMore{color:var(--on-surface);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.Services-module__mtNLoG__arrow{color:var(--primary-accent);transition:transform .3s}.Services-module__mtNLoG__card:hover .Services-module__mtNLoG__learnMore{color:var(--primary-accent)}.Services-module__mtNLoG__card:hover .Services-module__mtNLoG__arrow{transform:translate(8px)}.Services-module__mtNLoG__number{color:var(--on-surface-secondary);opacity:.2;font-family:monospace;font-size:1.2rem;font-weight:700}.Services-module__mtNLoG__card:hover .Services-module__mtNLoG__number{color:var(--primary-accent);opacity:1}@media (min-width:768px) and (max-width:1024px){.Services-module__mtNLoG__grid{grid-template-columns:repeat(2,1fr)}}
.AboutPage-module__4n0YWq__aboutPage{background-color:var(--surface);min-height:100vh;padding-top:150px}.AboutPage-module__4n0YWq__heroSection{border-bottom:1px solid var(--glass-border);padding:6rem 0;position:relative}.AboutPage-module__4n0YWq__heroContent{max-width:900px;margin-bottom:4rem}.AboutPage-module__4n0YWq__subheading{color:var(--primary-accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-weight:700}.AboutPage-module__4n0YWq__heading{color:var(--on-surface);letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(3rem,6vw,4.5rem);font-weight:700;line-height:1.05}.AboutPage-module__4n0YWq__heroText{color:var(--on-surface-secondary);max-width:700px;font-size:1.25rem;line-height:1.6}.AboutPage-module__4n0YWq__founderSection{padding:8rem 0;position:relative}.AboutPage-module__4n0YWq__founderSection:before{content:"";background:radial-gradient(circle at right, var(--grid-line) 0%, transparent 60%);pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.AboutPage-module__4n0YWq__founderContainer{grid-template-columns:1fr 1.5fr;align-items:center;gap:5rem;display:grid}.AboutPage-module__4n0YWq__founderImageWrapper{border:1px solid var(--glass-border);border-radius:8px;position:relative;overflow:hidden;box-shadow:0 40px 80px #0003}.AboutPage-module__4n0YWq__founderImage{aspect-ratio:4/5;background:var(--surface);width:100%;position:relative;overflow:hidden}.AboutPage-module__4n0YWq__mainImage{object-fit:cover;object-position:top}.AboutPage-module__4n0YWq__founderInfo{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:4rem}.AboutPage-module__4n0YWq__founderRole{color:var(--primary-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-weight:600;display:block}.AboutPage-module__4n0YWq__founderName{color:var(--on-surface);letter-spacing:-.02em;margin-bottom:2rem;font-size:3rem}.AboutPage-module__4n0YWq__founderBio{color:var(--on-surface-secondary);flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6;display:flex}.AboutPage-module__4n0YWq__socialLinks{gap:1rem;display:flex}.AboutPage-module__4n0YWq__socialLink{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--on-surface);text-transform:uppercase;letter-spacing:.05em;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.AboutPage-module__4n0YWq__socialLink:hover{background:var(--glass-border);color:var(--primary-accent);border-color:var(--primary-accent)}@media (max-width:1024px){.AboutPage-module__4n0YWq__founderContainer{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.AboutPage-module__4n0YWq__heading{font-size:2.5rem}.AboutPage-module__4n0YWq__founderInfo{padding:2rem}}
.ContactPage-module__keHonW__contactPage{background-color:var(--surface);min-height:100vh;padding-top:150px}.ContactPage-module__keHonW__heroSection{text-align:center;padding:4rem 0}.ContactPage-module__keHonW__heroSubtitle{color:var(--primary-accent);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:block}.ContactPage-module__keHonW__heroTitle{color:var(--on-surface);letter-spacing:-.02em;max-width:900px;margin:0 auto;font-size:clamp(3rem,7vw,5rem);line-height:1.1}.ContactPage-module__keHonW__contactGrid{grid-template-columns:1.2fr 1fr;gap:6rem;padding-bottom:8rem;display:grid}.ContactPage-module__keHonW__formContainer{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;overflow:hidden}.ContactPage-module__keHonW__tabSwitcher{border-bottom:1px solid var(--glass-border);background:#0000000d;display:flex}.ContactPage-module__keHonW__tabBtn{color:var(--on-surface-secondary);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.8rem;padding:1.5rem;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.ContactPage-module__keHonW__activeTab{color:var(--primary-accent);background:var(--glass-bg);box-shadow:inset 0 -2px 0 var(--primary-accent)}.ContactPage-module__keHonW__formContent{padding:3rem}.ContactPage-module__keHonW__contactForm{flex-direction:column;gap:2rem;display:flex}.ContactPage-module__keHonW__inputGroup{flex-direction:column;gap:.8rem;display:flex}.ContactPage-module__keHonW__inputGroup label{color:var(--on-surface-secondary);letter-spacing:.1em;font-size:.75rem;font-weight:700}.ContactPage-module__keHonW__inputGroup input,.ContactPage-module__keHonW__inputGroup textarea{background:var(--surface);border:1px solid var(--glass-border);color:var(--on-surface);border-radius:4px;padding:1rem;font-family:inherit;transition:all .3s}.ContactPage-module__keHonW__inputGroup input:focus,.ContactPage-module__keHonW__inputGroup textarea:focus{border-color:var(--primary-accent);outline:none}.ContactPage-module__keHonW__submitBtn{justify-content:center;gap:1rem;width:100%;padding:1.2rem;font-weight:700}.ContactPage-module__keHonW__infoSection{flex-direction:column;gap:3rem;display:flex}.ContactPage-module__keHonW__officeCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:8px;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.ContactPage-module__keHonW__officeCard h3{color:var(--on-surface);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.4rem}.ContactPage-module__keHonW__infoItem{color:var(--on-surface-secondary);align-items:center;gap:1.2rem;font-size:.95rem;display:flex}.ContactPage-module__keHonW__infoItem svg{color:var(--primary-accent);flex-shrink:0}.ContactPage-module__keHonW__infoItem a{color:inherit;transition:color .3s}.ContactPage-module__keHonW__infoItem a:hover{color:var(--primary-accent)}@media (max-width:1024px){.ContactPage-module__keHonW__contactGrid{grid-template-columns:1fr;gap:4rem}}
.JoinPage-module__KF41GG__container{background-color:var(--surface);min-height:100vh;padding-top:150px}.JoinPage-module__KF41GG__heroSection{border-bottom:1px solid var(--glass-border);padding:8rem 0}.JoinPage-module__KF41GG__heroContent{max-width:900px}.JoinPage-module__KF41GG__badge{color:var(--primary-accent);letter-spacing:.3em;margin-bottom:2rem;font-family:monospace;font-size:.8rem;font-weight:800;display:block}.JoinPage-module__KF41GG__heroTitle{color:var(--on-surface);letter-spacing:-.03em;margin-bottom:3rem;font-size:clamp(3.5rem,8vw,6rem);font-weight:800;line-height:1}.JoinPage-module__KF41GG__highlight{color:var(--primary-accent)}.JoinPage-module__KF41GG__heroLead{color:var(--on-surface-secondary);max-width:700px;margin-bottom:4rem;font-size:1.4rem;line-height:1.6}.JoinPage-module__KF41GG__philosophyGrid{flex-direction:column;gap:6rem;padding:6rem 0;display:flex}.JoinPage-module__KF41GG__sectionHeader{max-width:700px}.JoinPage-module__KF41GG__label{color:var(--on-surface-secondary);opacity:.5;letter-spacing:.1em;margin-bottom:1.5rem;font-family:monospace;font-size:.75rem;display:block}.JoinPage-module__KF41GG__sectionHeader h2{color:var(--on-surface);letter-spacing:-.02em;margin-bottom:2rem;font-size:3.5rem}.JoinPage-module__KF41GG__sectionHeader p{color:var(--on-surface-secondary);font-size:1.2rem;line-height:1.6}.JoinPage-module__KF41GG__cultureGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.JoinPage-module__KF41GG__cultureCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:8px;padding:4rem;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.JoinPage-module__KF41GG__cultureCard:hover{background:var(--glass-bg);border-color:var(--primary-accent)}.JoinPage-module__KF41GG__cardId{color:var(--primary-accent);opacity:.3;font-family:monospace;font-size:.8rem;position:absolute;top:2rem;right:2rem}.JoinPage-module__KF41GG__cardIcon{color:var(--primary-accent);margin-bottom:2rem}.JoinPage-module__KF41GG__cultureCard h3{color:var(--on-surface);margin-bottom:1.5rem;font-size:1.8rem}.JoinPage-module__KF41GG__cultureCard p{color:var(--on-surface-secondary);font-size:1.1rem;line-height:1.7}.JoinPage-module__KF41GG__careersLayout{grid-template-columns:1fr 1.5fr;gap:4rem;padding:6rem 0;display:grid}.JoinPage-module__KF41GG__careersText h2{color:var(--on-surface);margin-bottom:1.5rem;font-size:3rem}.JoinPage-module__KF41GG__careersText p{color:var(--on-surface-secondary);font-size:1.1rem}.JoinPage-module__KF41GG__jobList{flex-direction:column;gap:1rem;display:flex}.JoinPage-module__KF41GG__jobCard{border:1px solid var(--glass-border);cursor:pointer;background:var(--glass-bg);border-radius:8px;justify-content:space-between;align-items:center;padding:2rem;display:flex}.JoinPage-module__KF41GG__jobInfo h3{color:var(--on-surface);margin-bottom:.5rem;font-size:1.4rem}.JoinPage-module__KF41GG__jobInfo span{color:var(--on-surface-secondary);font-size:.9rem;font-weight:500}.JoinPage-module__KF41GG__jobArrow{color:var(--primary-accent);opacity:0;transition:all .3s}.JoinPage-module__KF41GG__jobCard:hover .JoinPage-module__KF41GG__jobArrow{opacity:1;transform:translate(10px)}.JoinPage-module__KF41GG__footerCTA{text-align:center;border-top:1px solid var(--glass-border);padding:10rem 0}.JoinPage-module__KF41GG__ctaBox h2{color:var(--on-surface);margin-bottom:1.5rem;font-size:3.5rem}.JoinPage-module__KF41GG__ctaBox p{color:var(--on-surface-secondary);max-width:600px;margin:0 auto 3rem;font-size:1.2rem}@media (max-width:1024px){.JoinPage-module__KF41GG__cultureGrid,.JoinPage-module__KF41GG__careersLayout{grid-template-columns:1fr}}
.ServicesPage-module__nu5BrG__servicesPage{min-height:100vh;padding-top:150px}.ServicesPage-module__nu5BrG__heroSection{border-bottom:1px solid var(--glass-border);padding:4rem 0}.ServicesPage-module__nu5BrG__heroContent{max-width:800px;margin-bottom:4rem}.ServicesPage-module__nu5BrG__subheading{color:var(--color-yellow-400);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-weight:700}.ServicesPage-module__nu5BrG__heading{color:var(--text-primary);margin-bottom:2rem;font-size:3.5rem;font-weight:700;line-height:1.1}.ServicesPage-module__nu5BrG__statsGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.ServicesPage-module__nu5BrG__statCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;min-height:180px;transition:all .4s var(--spade-ease);background:#ffffff05;border:1px solid #ffffff0d;border-radius:4px;flex-direction:column;justify-content:flex-end;padding:2.5rem 1.5rem;display:flex;position:relative;overflow:hidden}.ServicesPage-module__nu5BrG__statCard:before{content:"";background:var(--color-yellow-400);transform-origin:0;width:100%;height:2px;transition:transform .4s var(--spade-ease);position:absolute;top:0;left:0;transform:scaleX(0)}.ServicesPage-module__nu5BrG__statCard:hover{background:#ffffff0a;border-color:#ffffff1a}.ServicesPage-module__nu5BrG__statCard:hover:before{transform:scaleX(1)}.ServicesPage-module__nu5BrG__statCard h3{color:var(--color-white);letter-spacing:-.05em;margin-bottom:.5rem;font-family:inherit;font-size:2.8rem}.ServicesPage-module__nu5BrG__statCard p{color:var(--color-yellow-400);text-transform:uppercase;letter-spacing:.15em;font-family:monospace;font-size:.75rem;font-weight:700}.ServicesPage-module__nu5BrG__tabsSection{background-color:var(--color-black);border-top:1px solid #ffffff0d;padding:8rem 0}.ServicesPage-module__nu5BrG__tabsContainer{grid-template-columns:380px 1fr;gap:6rem;display:grid}.ServicesPage-module__nu5BrG__tabsHeader{color:var(--color-yellow-400);text-transform:uppercase;letter-spacing:.2em;margin-bottom:3rem;font-size:.9rem;font-weight:800}.ServicesPage-module__nu5BrG__tabsList{flex-direction:column;gap:.75rem;display:flex}.ServicesPage-module__nu5BrG__tabBtn{color:#ffffff80;text-align:left;cursor:pointer;transition:all .3s var(--spade-ease);background:#ffffff05;border:1px solid #ffffff0d;border-radius:4px;align-items:center;gap:1.5rem;padding:1.5rem;font-size:1rem;font-weight:600;display:flex;position:relative}.ServicesPage-module__nu5BrG__tabBtn:hover{color:var(--color-white);background:#ffffff0d}.ServicesPage-module__nu5BrG__activeTab{color:var(--color-yellow-400);background:#ffca180d;border-color:#ffca184d}.ServicesPage-module__nu5BrG__tabIcon{font-size:1.2rem}.ServicesPage-module__nu5BrG__tabPane{background:#0f0f0f80;border:1px solid #ffffff0d;border-radius:8px;height:100%;padding:5rem;position:relative;overflow:hidden}.ServicesPage-module__nu5BrG__tabPane:before{content:"";pointer-events:none;background-image:radial-gradient(#ffffff08 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.ServicesPage-module__nu5BrG__tabPane:after{content:"┌";color:var(--color-yellow-400);opacity:.3;font-size:2rem;position:absolute;top:20px;left:20px}.ServicesPage-module__nu5BrG__paneHeader{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;display:flex;position:relative}.ServicesPage-module__nu5BrG__paneHeader h2{color:var(--color-white);letter-spacing:-.02em;max-width:70%;font-size:2.8rem;line-height:1.1}.ServicesPage-module__nu5BrG__paneStat{text-align:right}.ServicesPage-module__nu5BrG__paneStat strong{color:var(--color-yellow-400);margin-bottom:.5rem;font-size:3rem;line-height:1;display:block}.ServicesPage-module__nu5BrG__paneStat span{color:#fff6;text-transform:uppercase;letter-spacing:.15em;font-family:monospace;font-size:.7rem;font-weight:700}.ServicesPage-module__nu5BrG__paneDesc{color:#ffffffb3;z-index:1;margin-bottom:4rem;font-size:1.25rem;line-height:1.8;position:relative}.ServicesPage-module__nu5BrG__capabilitiesGrid{z-index:1;grid-template-columns:repeat(2,1fr);gap:2rem;display:grid;position:relative}.ServicesPage-module__nu5BrG__capItem{color:var(--color-white);background:#ffffff08;border:1px solid #ffffff0d;border-radius:4px;align-items:center;gap:1rem;padding:1.5rem;font-weight:600;display:flex}.ServicesPage-module__nu5BrG__capArrow{color:var(--color-yellow-400);font-weight:700}.ServicesPage-module__nu5BrG__ctaGridSection{background:var(--color-black);border-top:1px solid #ffffff0d;padding:8rem 0}.ServicesPage-module__nu5BrG__ctaContainer{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.ServicesPage-module__nu5BrG__ctaCard{text-align:left;transition:all .5s var(--spade-ease);background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;padding:4rem 3rem;position:relative;overflow:hidden}.ServicesPage-module__nu5BrG__ctaCard:hover{border-color:var(--color-yellow-400);background:#ffffff0a;transform:translateY(-10px)}.ServicesPage-module__nu5BrG__cardHeader{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.ServicesPage-module__nu5BrG__cardAvatar{color:var(--color-yellow-400);margin-bottom:0}.ServicesPage-module__nu5BrG__cardHeader h3{color:var(--color-white);letter-spacing:-.01em;font-size:1.6rem}.ServicesPage-module__nu5BrG__ctaCard p{color:#fff9;margin-bottom:3rem;font-size:1rem;line-height:1.8}@media (max-width:1024px){.ServicesPage-module__nu5BrG__tabsContainer{grid-template-columns:1fr}.ServicesPage-module__nu5BrG__heading{font-size:2.5rem}.ServicesPage-module__nu5BrG__statsGrid{grid-template-columns:repeat(2,1fr)}.ServicesPage-module__nu5BrG__ctaContainer{grid-template-columns:1fr}.ServicesPage-module__nu5BrG__paneHeader{flex-direction:column;gap:1.5rem}.ServicesPage-module__nu5BrG__paneHeader h2{max-width:100%}}
.PlatformEngineering-module__ZFGm-a__container{background-color:var(--surface);min-height:100vh;padding-top:150px}.PlatformEngineering-module__ZFGm-a__heroSection{border-bottom:1px solid var(--glass-border);padding:8rem 0}.PlatformEngineering-module__ZFGm-a__heroContent{max-width:900px}.PlatformEngineering-module__ZFGm-a__badge{color:var(--primary-accent);letter-spacing:.3em;margin-bottom:2rem;font-family:monospace;font-size:.8rem;font-weight:800;display:block}.PlatformEngineering-module__ZFGm-a__heroTitle{color:var(--on-surface);letter-spacing:-.03em;margin-bottom:3rem;font-size:clamp(3.5rem,8vw,6rem);font-weight:800;line-height:1}.PlatformEngineering-module__ZFGm-a__highlight{color:var(--primary-accent)}.PlatformEngineering-module__ZFGm-a__heroLead{color:var(--on-surface-secondary);max-width:700px;margin-bottom:4rem;font-size:1.4rem;line-height:1.6}.PlatformEngineering-module__ZFGm-a__heroActions{align-items:center;gap:3rem;display:flex}.PlatformEngineering-module__ZFGm-a__clientMetrics{flex-direction:column;gap:.5rem;display:flex}.PlatformEngineering-module__ZFGm-a__clientMetrics strong{color:var(--on-surface);align-items:center;gap:.5rem;font-size:1.5rem;display:flex}.PlatformEngineering-module__ZFGm-a__clientMetrics span{color:var(--on-surface-secondary);text-transform:uppercase;letter-spacing:.1em;opacity:.8;font-size:.7rem;font-weight:700}.PlatformEngineering-module__ZFGm-a__comparisonGrid{grid-template-columns:1fr 100px 1fr;align-items:center;gap:4rem;padding:4rem 0;display:grid}.PlatformEngineering-module__ZFGm-a__label{color:var(--on-surface-secondary);opacity:.5;letter-spacing:.1em;margin-bottom:1.5rem;font-family:monospace;font-size:.75rem;display:block}.PlatformEngineering-module__ZFGm-a__legacyDevOps h3,.PlatformEngineering-module__ZFGm-a__platformEngineering h3{color:var(--on-surface);margin-bottom:2rem;font-size:2rem}.PlatformEngineering-module__ZFGm-a__comparisonList{flex-direction:column;gap:1.2rem;padding:0;list-style:none;display:flex}.PlatformEngineering-module__ZFGm-a__comparisonList li{color:var(--on-surface-secondary);padding-left:1.5rem;font-size:1.1rem;position:relative}.PlatformEngineering-module__ZFGm-a__comparisonList li:before{content:"";background:var(--primary-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:12px;left:0}.PlatformEngineering-module__ZFGm-a__separator{color:var(--primary-accent);opacity:.5;justify-content:center;display:flex}.PlatformEngineering-module__ZFGm-a__pillarsGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.PlatformEngineering-module__ZFGm-a__pillarCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:8px;padding:4rem;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.PlatformEngineering-module__ZFGm-a__pillarCard:hover{background:var(--glass-bg);border-color:var(--primary-accent)}.PlatformEngineering-module__ZFGm-a__cardId{color:var(--primary-accent);opacity:.3;font-family:monospace;font-size:.8rem;position:absolute;top:2rem;right:2rem}.PlatformEngineering-module__ZFGm-a__cardIcon{color:var(--primary-accent);margin-bottom:2rem}.PlatformEngineering-module__ZFGm-a__pillarCard h3{color:var(--on-surface);margin-bottom:1.5rem;font-size:1.8rem}.PlatformEngineering-module__ZFGm-a__pillarCard p{color:var(--on-surface-secondary);font-size:1.1rem;line-height:1.7}.PlatformEngineering-module__ZFGm-a__architectureLayout{grid-template-columns:1fr 1fr;align-items:center;gap:8rem;display:grid}.PlatformEngineering-module__ZFGm-a__architectureLayout h2{color:var(--on-surface);letter-spacing:-.02em;margin-bottom:2rem;font-size:3rem}.PlatformEngineering-module__ZFGm-a__architectureLayout p{color:var(--on-surface-secondary);margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.PlatformEngineering-module__ZFGm-a__specsList{flex-direction:column;gap:1.5rem;display:flex}.PlatformEngineering-module__ZFGm-a__specItem{color:var(--on-surface);align-items:center;gap:1rem;font-weight:500;display:flex}.PlatformEngineering-module__ZFGm-a__archVisual{justify-content:center;display:flex;position:relative}.PlatformEngineering-module__ZFGm-a__orchestratorBraintrust{border:1px solid var(--glass-border);border-radius:50%;justify-content:center;align-items:center;width:400px;height:400px;display:flex;position:relative}.PlatformEngineering-module__ZFGm-a__rotatingDisc{color:var(--primary-accent);position:absolute}.PlatformEngineering-module__ZFGm-a__brainCenter{background:var(--surface);border:4px solid var(--primary-accent);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;box-shadow:0 0 30px #ffca181a}.PlatformEngineering-module__ZFGm-a__brainBadge{color:var(--primary-accent);font-family:monospace;font-size:.7rem;font-weight:800}.PlatformEngineering-module__ZFGm-a__ctaBanner{text-align:center;border-top:1px solid var(--glass-border);padding:10rem 0}.PlatformEngineering-module__ZFGm-a__ctaBox{max-width:800px;margin:0 auto}.PlatformEngineering-module__ZFGm-a__ctaTitle{color:var(--on-surface);margin-bottom:1.5rem;font-size:3rem}.PlatformEngineering-module__ZFGm-a__ctaLead{color:var(--on-surface-secondary);max-width:600px;margin:0 auto 3rem;font-size:1.2rem}.PlatformEngineering-module__ZFGm-a__shiftSection{border-top:1px solid var(--glass-border);background:var(--grid-line)!important}@media (max-width:1024px){.PlatformEngineering-module__ZFGm-a__architectureLayout,.PlatformEngineering-module__ZFGm-a__comparisonGrid,.PlatformEngineering-module__ZFGm-a__pillarsGrid{grid-template-columns:1fr;gap:4rem}}
.DiagnosticWizard-module__XhKBoq__wizardContainer{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;flex-direction:column;max-width:800px;min-height:500px;margin:0 auto;padding:4rem 2rem;display:flex}.DiagnosticWizard-module__XhKBoq__stepHeader{margin-bottom:3rem}.DiagnosticWizard-module__XhKBoq__categoryBadge{background:var(--primary-accent);color:var(--color-black);text-transform:uppercase;letter-spacing:.1em;border-radius:4px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.7rem;font-weight:800;display:inline-block}.DiagnosticWizard-module__XhKBoq__stepTitle{color:var(--on-surface);font-size:1.8rem;line-height:1.3}.DiagnosticWizard-module__XhKBoq__questionList{flex-direction:column;flex-grow:1;gap:2.5rem;display:flex}.DiagnosticWizard-module__XhKBoq__questionItem{flex-direction:column;gap:1.25rem;display:flex}.DiagnosticWizard-module__XhKBoq__questionLabel{color:var(--on-surface);font-size:1.1rem;font-weight:500}.DiagnosticWizard-module__XhKBoq__optionsGrid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.DiagnosticWizard-module__XhKBoq__optionBtn{border:1px solid var(--glass-border);color:var(--on-surface-secondary);cursor:pointer;background:#ffffff0d;border-radius:6px;padding:.75rem;font-size:.85rem;transition:all .3s}.DiagnosticWizard-module__XhKBoq__optionBtn:hover{border-color:var(--primary-accent);background:#ffffff1a}.DiagnosticWizard-module__XhKBoq__optionActive{font-weight:700;background:var(--primary-accent)!important;color:var(--color-black)!important;border-color:var(--primary-accent)!important}.DiagnosticWizard-module__XhKBoq__navActions{border-top:1px solid var(--glass-border);justify-content:space-between;margin-top:4rem;padding-top:2rem;display:flex}.DiagnosticWizard-module__XhKBoq__backBtn{color:var(--on-surface-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-weight:600;display:flex}.DiagnosticWizard-module__XhKBoq__backBtn:hover{color:var(--on-surface)}.DiagnosticWizard-module__XhKBoq__resultsView{text-align:center;padding:4rem 0}.DiagnosticWizard-module__XhKBoq__gaugeContainer{justify-content:center;align-items:center;width:240px;height:240px;margin:0 auto 3rem;display:flex;position:relative}.DiagnosticWizard-module__XhKBoq__scoreValue{color:var(--on-surface);font-size:4rem;font-weight:800}.DiagnosticWizard-module__XhKBoq__statusLabel{text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.DiagnosticWizard-module__XhKBoq__statusDescription{color:var(--on-surface-secondary);max-width:500px;margin:0 auto 3rem;line-height:1.6}.DiagnosticWizard-module__XhKBoq__formControl{text-align:left;margin-bottom:1.5rem}.DiagnosticWizard-module__XhKBoq__formControl label{color:var(--on-surface-secondary);margin-bottom:.5rem;font-size:.85rem;display:block}.DiagnosticWizard-module__XhKBoq__inputField{background:var(--surface-secondary);border:1px solid var(--glass-border);width:100%;color:var(--on-surface);border-radius:8px;padding:1rem;font-size:1rem}.DiagnosticWizard-module__XhKBoq__inputField:focus{border-color:var(--primary-accent);outline:none}@media (max-width:600px){.DiagnosticWizard-module__XhKBoq__optionsGrid{grid-template-columns:1fr;gap:.5rem}}
.AboutSnippet-module__qcYWSW__aboutSection{background-color:var(--surface);border-top:1px solid var(--grid-line);padding:8rem 0;position:relative;overflow:hidden}.AboutSnippet-module__qcYWSW__aboutContainer{grid-template-columns:1fr 1fr;align-items:center;gap:8rem;display:grid}.AboutSnippet-module__qcYWSW__textContent{max-width:650px}.AboutSnippet-module__qcYWSW__badge{background:var(--glass-bg);color:var(--on-surface);text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--glass-border);border-radius:100px;margin-bottom:2rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-block}.AboutSnippet-module__qcYWSW__title{letter-spacing:-.02em;color:var(--on-surface);margin-bottom:2rem;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.AboutSnippet-module__qcYWSW__highlight{color:var(--primary-accent)}.AboutSnippet-module__qcYWSW__description{color:var(--on-surface-secondary);margin-bottom:3.5rem;font-size:1.2rem;line-height:1.6}.AboutSnippet-module__qcYWSW__stats{border-bottom:1px solid var(--glass-border);grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.AboutSnippet-module__qcYWSW__statItem h3{color:var(--primary-accent);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.02em;margin-bottom:.5rem;font-size:3rem}.AboutSnippet-module__qcYWSW__statItem p{color:var(--on-surface-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;line-height:1.4}.AboutSnippet-module__qcYWSW__visualContent{align-items:center;height:100%;display:flex;position:relative}.AboutSnippet-module__qcYWSW__imageGrid{grid-template-columns:1fr .8fr;gap:1.5rem;width:100%;height:600px;display:grid}.AboutSnippet-module__qcYWSW__imgBox{background-color:var(--surface);border:1px solid var(--glass-border);border-radius:4px;position:relative;overflow:hidden}.AboutSnippet-module__qcYWSW__img1{background:linear-gradient(180deg, var(--grid-line), var(--surface));grid-column:1/2;align-self:flex-end;height:90%}.AboutSnippet-module__qcYWSW__img2{background:linear-gradient(0deg, var(--grid-line), var(--surface));grid-column:2/3;align-self:flex-start;height:90%}.AboutSnippet-module__qcYWSW__overlay{background:#0003;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.AboutSnippet-module__qcYWSW__img2:hover .AboutSnippet-module__qcYWSW__overlay{background:#0000000d}.AboutSnippet-module__qcYWSW__overlayText{color:var(--primary-accent);letter-spacing:.2em;text-transform:uppercase;white-space:nowrap;font-size:1.2rem;font-weight:700;transform:rotate(-90deg)}@media (max-width:1024px){.AboutSnippet-module__qcYWSW__aboutContainer{grid-template-columns:1fr;gap:4rem}.AboutSnippet-module__qcYWSW__imageGrid{grid-template-columns:1fr 1fr;height:450px}}
