.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);width:100%;box-shadow:0 40px 80px rgba(var(--overlay-inverse), .2);text-align:left;border-radius:24px;grid-template-columns:1fr 1fr;gap:2rem;padding:2.5rem;display:grid}.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{background:rgba(var(--overlay-color), .02);border:1px solid var(--glass-border);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(--surface);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:4rem 0;position:relative;overflow:hidden}.Marquee-module__RM7Gkq__marqueeLabel{text-align:center;color:var(--on-surface-secondary);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:var(--on-surface);opacity:.15;text-transform:uppercase;white-space:nowrap;font-family:serif;font-size:2.5rem;font-weight:700;transition:all .3s}.Marquee-module__RM7Gkq__brandItem:hover{opacity:1;text-shadow:0 0 20px rgba(var(--overlay-color), .5)}@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}}
.DiscoveryQuestionnaire-module__0vIeua__discoveryContainer{flex-direction:column;gap:2rem;display:flex}.DiscoveryQuestionnaire-module__0vIeua__tagline{color:var(--on-surface-secondary);text-align:center;margin-bottom:1rem;font-size:.9rem}.DiscoveryQuestionnaire-module__0vIeua__progressHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex;position:relative}.DiscoveryQuestionnaire-module__0vIeua__progressLine{background:var(--glass-border);z-index:1;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.DiscoveryQuestionnaire-module__0vIeua__progressLineFill{background:var(--primary-accent);height:100%;transition:width .4s;position:absolute;top:0;left:0}.DiscoveryQuestionnaire-module__0vIeua__stepIndicator{background:var(--surface);border:2px solid var(--glass-border);width:32px;height:32px;color:var(--on-surface-secondary);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;transition:all .3s;display:flex}.DiscoveryQuestionnaire-module__0vIeua__stepIndicator.DiscoveryQuestionnaire-module__0vIeua__active{border-color:var(--primary-accent);color:var(--primary-accent);box-shadow:0 0 10px rgba(var(--primary-accent-rgb,255, 202, 24), .3)}.DiscoveryQuestionnaire-module__0vIeua__stepIndicator.DiscoveryQuestionnaire-module__0vIeua__completed{background:var(--primary-accent);border-color:var(--primary-accent);color:var(--on-primary-accent,var(--neutral-black))}.DiscoveryQuestionnaire-module__0vIeua__stepContent{flex-direction:column;gap:1.5rem;display:flex}.DiscoveryQuestionnaire-module__0vIeua__stepTitle{color:var(--on-surface);margin-bottom:.5rem;font-size:1.5rem}.DiscoveryQuestionnaire-module__0vIeua__sectionLabel{letter-spacing:.12em;color:var(--primary-accent);border-bottom:1px solid var(--glass-border);margin-top:.5rem;padding-bottom:.5rem;font-size:.7rem;font-weight:800}.DiscoveryQuestionnaire-module__0vIeua__serviceSection{border:1px solid var(--glass-border);background:rgba(var(--overlay-inverse,255, 255, 255), .02);border-radius:8px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.DiscoveryQuestionnaire-module__0vIeua__serviceSection+.DiscoveryQuestionnaire-module__0vIeua__serviceSection{margin-top:.5rem}.DiscoveryQuestionnaire-module__0vIeua__serviceSectionHeader{align-items:center;margin-bottom:.25rem;display:flex}.DiscoveryQuestionnaire-module__0vIeua__serviceBadge{letter-spacing:.1em;color:var(--on-primary-accent,#000);background:var(--primary-accent);border-radius:4px;padding:.25rem .75rem;font-size:.7rem;font-weight:800;display:inline-block}.DiscoveryQuestionnaire-module__0vIeua__inputGroup{flex-direction:column;gap:.6rem;display:flex}.DiscoveryQuestionnaire-module__0vIeua__inputGroup label{color:var(--on-surface-secondary);letter-spacing:.05em;font-size:.75rem;font-weight:700}.DiscoveryQuestionnaire-module__0vIeua__requiredAsterisk{color:#ff4d4f;margin-left:3px}.DiscoveryQuestionnaire-module__0vIeua__optionalTag{color:var(--on-surface-secondary);opacity:.6;letter-spacing:.02em;text-transform:none;font-size:.65rem;font-weight:500}.DiscoveryQuestionnaire-module__0vIeua__fieldHint{color:var(--on-surface-secondary);opacity:.7;margin:0;font-size:.78rem;font-style:italic}.DiscoveryQuestionnaire-module__0vIeua__inputGroup input,.DiscoveryQuestionnaire-module__0vIeua__inputGroup textarea,.DiscoveryQuestionnaire-module__0vIeua__inputGroup select{background:var(--surface);border:1px solid var(--glass-border);color:var(--on-surface);border-radius:6px;padding:.85rem 1rem;font-family:inherit;font-size:.9rem;transition:all .3s}.DiscoveryQuestionnaire-module__0vIeua__inputGroup input:focus,.DiscoveryQuestionnaire-module__0vIeua__inputGroup textarea:focus,.DiscoveryQuestionnaire-module__0vIeua__inputGroup select:focus{border-color:var(--primary-accent);outline:none}.DiscoveryQuestionnaire-module__0vIeua__radioGroup{flex-direction:column;gap:.6rem;display:flex}.DiscoveryQuestionnaire-module__0vIeua__radioLabel{color:var(--on-surface);cursor:pointer;border:1px solid var(--glass-border);border-radius:6px;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.9rem;transition:all .2s;display:flex}.DiscoveryQuestionnaire-module__0vIeua__radioLabel:hover{border-color:var(--on-surface-secondary);background:rgba(var(--overlay-inverse,255, 255, 255), .03)}.DiscoveryQuestionnaire-module__0vIeua__radioLabel input[type=radio]{appearance:none;border:2px solid var(--glass-border);background:var(--surface);cursor:pointer;border-radius:50%;width:18px;min-width:18px;height:18px;transition:all .2s;position:relative}.DiscoveryQuestionnaire-module__0vIeua__radioLabel input[type=radio]:checked{border-color:var(--primary-accent)}.DiscoveryQuestionnaire-module__0vIeua__radioLabel input[type=radio]:checked:after{content:"";background:var(--primary-accent);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.DiscoveryQuestionnaire-module__0vIeua__checkboxGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.DiscoveryQuestionnaire-module__0vIeua__checkboxLabel{color:var(--on-surface);cursor:pointer;border:1px solid var(--glass-border);-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.88rem;transition:all .2s;display:flex}.DiscoveryQuestionnaire-module__0vIeua__checkboxLabel:hover{border-color:var(--on-surface-secondary)}.DiscoveryQuestionnaire-module__0vIeua__checkboxLabel.DiscoveryQuestionnaire-module__0vIeua__selected{border-color:var(--primary-accent);background:rgba(var(--primary-accent-rgb,255, 202, 24), .06);color:var(--on-surface)}.DiscoveryQuestionnaire-module__0vIeua__customCheckbox{border:2px solid var(--glass-border);background:var(--surface);width:18px;min-width:18px;height:18px;color:var(--on-primary-accent,#000);border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex}.DiscoveryQuestionnaire-module__0vIeua__checkboxLabel.DiscoveryQuestionnaire-module__0vIeua__selected .DiscoveryQuestionnaire-module__0vIeua__customCheckbox{background:var(--primary-accent);border-color:var(--primary-accent)}.DiscoveryQuestionnaire-module__0vIeua__emptyServiceDetails{text-align:center;border:1px dashed var(--glass-border);border-radius:8px;padding:2rem}.DiscoveryQuestionnaire-module__0vIeua__emptyServiceDetails p{color:var(--on-surface-secondary);font-size:.9rem}.DiscoveryQuestionnaire-module__0vIeua__actionButtons{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.DiscoveryQuestionnaire-module__0vIeua__prevBtn{border:1px solid var(--glass-border);color:var(--on-surface);cursor:pointer;background:0 0;border-radius:4px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.DiscoveryQuestionnaire-module__0vIeua__prevBtn:hover{background:rgba(var(--overlay-inverse,255, 255, 255), .05)}.DiscoveryQuestionnaire-module__0vIeua__nextBtn{background:var(--primary-accent);color:var(--on-accent,var(--neutral-black));cursor:pointer;letter-spacing:.02em;border:none;border-radius:4px;padding:.8rem 2rem;font-size:.9rem;font-weight:700;transition:all .3s}.DiscoveryQuestionnaire-module__0vIeua__nextBtn:hover{opacity:.9;transform:translateY(-2px)}.DiscoveryQuestionnaire-module__0vIeua__submitBtn{width:auto}.DiscoveryQuestionnaire-module__0vIeua__errorText{color:#ff4d4f;margin-top:.4rem;font-size:.8rem}.DiscoveryQuestionnaire-module__0vIeua__inputError{border-color:#ff4d4f!important}
.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__cardLink{color:inherit;height:100%;text-decoration:none;display:block}.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__mottoSection{border-bottom:1px solid var(--glass-border);background:var(--glass-bg);padding:5rem 0;overflow:hidden}.AboutPage-module__4n0YWq__mottoTrack{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.AboutPage-module__4n0YWq__mottoWord{letter-spacing:-.02em;color:var(--on-surface);text-transform:uppercase;background:linear-gradient(135deg, var(--on-surface) 40%, var(--primary-accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,5vw,3.8rem);font-weight:800;line-height:1;position:relative}.AboutPage-module__4n0YWq__mottoDot{color:var(--primary-accent);opacity:.6;-webkit-text-fill-color:initial;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1}.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);box-shadow:0 40px 80px rgba(var(--overlay-inverse), .2);border-radius:8px;position:relative;overflow:hidden}.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)}.AboutPage-module__4n0YWq__overviewSection{border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);background:linear-gradient(180deg, var(--surface) 0%, var(--glass-bg) 100%);padding:7rem 0;position:relative;overflow:hidden}.AboutPage-module__4n0YWq__overviewSection:before{content:"";pointer-events:none;background:radial-gradient(70% 60% at 50% 100%,#ffca180f 0%,#0000 70%);position:absolute;inset:0}.AboutPage-module__4n0YWq__overviewInner{text-align:center;max-width:860px;margin:0 auto}.AboutPage-module__4n0YWq__overviewBadge{color:var(--primary-accent);letter-spacing:.12em;text-transform:uppercase;background:#ffca181a;border:1px solid #ffca1840;border-radius:100px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.AboutPage-module__4n0YWq__overviewHeading{color:var(--on-surface);letter-spacing:-.025em;margin-bottom:1.8rem;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;line-height:1.1}.AboutPage-module__4n0YWq__overviewText{color:var(--on-surface-secondary);text-align:justify;font-size:1.15rem;font-weight:400;line-height:1.85}.AboutPage-module__4n0YWq__missionVisionSection{border-bottom:1px solid var(--glass-border);padding:7rem 0;position:relative}.AboutPage-module__4n0YWq__purposeHeader{text-align:center;margin-bottom:4rem}.AboutPage-module__4n0YWq__sectionBadge{color:var(--primary-accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-block}.AboutPage-module__4n0YWq__purposeHeading{color:var(--on-surface);letter-spacing:-.025em;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;line-height:1.1}.AboutPage-module__4n0YWq__mvGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.AboutPage-module__4n0YWq__mvCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;padding:3rem;transition:box-shadow .3s;position:relative;overflow:hidden}.AboutPage-module__4n0YWq__mvCard:before{content:"";background:linear-gradient(90deg, transparent, var(--glass-border), transparent);height:3px;transition:background .3s;position:absolute;top:0;left:0;right:0}.AboutPage-module__4n0YWq__mvCard:hover{box-shadow:0 20px 60px #00000026}.AboutPage-module__4n0YWq__mvCardAccent{border-color:#ffca1859}.AboutPage-module__4n0YWq__mvCardAccent:before{background:linear-gradient(90deg, transparent, var(--primary-accent), transparent);opacity:.6}.AboutPage-module__4n0YWq__mvCardAccent:after{content:"";pointer-events:none;background:radial-gradient(at bottom,#ffca180f 0%,#0000 70%);width:80%;height:60%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.AboutPage-module__4n0YWq__mvTitle{color:var(--on-surface);letter-spacing:-.02em;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.AboutPage-module__4n0YWq__mvDivider{background:var(--primary-accent);opacity:.7;border-radius:2px;width:3rem;height:2px;margin-bottom:1.5rem}.AboutPage-module__4n0YWq__mvText{color:var(--on-surface-secondary);font-size:1.1rem;line-height:1.8}.AboutPage-module__4n0YWq__coreValuesSection{border-bottom:1px solid var(--glass-border);background:linear-gradient(180deg, var(--glass-bg) 0%, var(--surface) 100%);padding:7rem 0;position:relative}.AboutPage-module__4n0YWq__valuesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.AboutPage-module__4n0YWq__valueCard{background:var(--surface);border:1px solid var(--glass-border);cursor:default;border-radius:4px;flex-direction:column;padding:2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.AboutPage-module__4n0YWq__valueCard: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}.AboutPage-module__4n0YWq__valueCard:hover{background:var(--glass-bg);transform:translateY(-8px)}.AboutPage-module__4n0YWq__valueCard:hover:before{opacity:1}.AboutPage-module__4n0YWq__valueTitle{color:var(--on-surface);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.AboutPage-module__4n0YWq__valueDivider{background:var(--primary-accent);opacity:.6;border-radius:2px;width:2rem;height:2px;margin-bottom:1rem}.AboutPage-module__4n0YWq__valueText{color:var(--on-surface-secondary);flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.75}.AboutPage-module__4n0YWq__valueCardFooter{border-top:1px solid var(--glass-border);z-index:2;justify-content:flex-end;align-items:center;padding-top:1.2rem;display:flex;position:relative}.AboutPage-module__4n0YWq__valueNumber{color:var(--on-surface-secondary);opacity:.2;font-family:monospace;font-size:1.2rem;font-weight:700;transition:color .3s,opacity .3s}.AboutPage-module__4n0YWq__valueCard:hover .AboutPage-module__4n0YWq__valueNumber{color:var(--primary-accent);opacity:1}.AboutPage-module__4n0YWq__ctaSection{border-bottom:none;padding:6rem 0}.AboutPage-module__4n0YWq__ctaHeading{color:var(--on-surface);margin-bottom:1.5rem;font-size:2.5rem}.AboutPage-module__4n0YWq__ctaText{color:var(--on-surface-secondary);margin-bottom:2.5rem;font-size:1.1rem}@media (max-width:1024px){.AboutPage-module__4n0YWq__founderContainer{grid-template-columns:1fr;gap:3rem}.AboutPage-module__4n0YWq__valuesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.AboutPage-module__4n0YWq__aboutPage{padding-top:120px}.AboutPage-module__4n0YWq__heroSection{padding:3rem 0}.AboutPage-module__4n0YWq__heading{margin-bottom:1.5rem;font-size:2.2rem}.AboutPage-module__4n0YWq__heroText{font-size:1.05rem}.AboutPage-module__4n0YWq__mottoSection{padding:3rem 0}.AboutPage-module__4n0YWq__mottoTrack{gap:1rem}.AboutPage-module__4n0YWq__mottoWord{font-size:1.8rem}.AboutPage-module__4n0YWq__mottoDot{font-size:1.5rem}.AboutPage-module__4n0YWq__founderSection{padding:4rem 0}.AboutPage-module__4n0YWq__founderInfo{padding:2rem}.AboutPage-module__4n0YWq__founderName{margin-bottom:1.5rem;font-size:2.2rem}.AboutPage-module__4n0YWq__founderBio p{font-size:1.05rem}.AboutPage-module__4n0YWq__overviewSection{padding:4rem 0}.AboutPage-module__4n0YWq__overviewHeading{font-size:2rem}.AboutPage-module__4n0YWq__overviewText{font-size:1.05rem}.AboutPage-module__4n0YWq__missionVisionSection{padding:4rem 0}.AboutPage-module__4n0YWq__purposeHeader{margin-bottom:2.5rem}.AboutPage-module__4n0YWq__purposeHeading{font-size:2rem}.AboutPage-module__4n0YWq__mvGrid{grid-template-columns:1fr;gap:1.5rem}.AboutPage-module__4n0YWq__mvCard{padding:2rem}.AboutPage-module__4n0YWq__mvTitle{font-size:1.4rem}.AboutPage-module__4n0YWq__mvText{font-size:1rem}.AboutPage-module__4n0YWq__coreValuesSection{padding:4rem 0}.AboutPage-module__4n0YWq__valuesGrid{grid-template-columns:1fr;gap:1.2rem}.AboutPage-module__4n0YWq__valueCard{padding:1.8rem}.AboutPage-module__4n0YWq__valueTitle{font-size:1.1rem}.AboutPage-module__4n0YWq__valueText{margin-bottom:1.5rem;font-size:.9rem}.AboutPage-module__4n0YWq__ctaSection{padding:4rem 0}.AboutPage-module__4n0YWq__ctaHeading{margin-bottom:1rem;font-size:1.8rem}.AboutPage-module__4n0YWq__ctaText{margin-bottom:2rem;font-size:1rem}}
.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;align-items:flex-start;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;box-shadow:0 20px 40px #00000014}.ContactPage-module__keHonW__tabSwitcher{background:rgba(var(--overlay-inverse), .05);border-bottom:1px solid var(--glass-border);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:2.5rem 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:6px;padding:1rem;font-family:inherit;transition:all .3s;box-shadow:inset 0 2px 4px #00000005}.ContactPage-module__keHonW__inputGroup input::placeholder,.ContactPage-module__keHonW__inputGroup textarea::placeholder{color:var(--on-surface-secondary)}.ContactPage-module__keHonW__inputGroup input:focus,.ContactPage-module__keHonW__inputGroup textarea:focus{border-color:var(--primary-accent);outline:none}.ContactPage-module__keHonW__inputError{border-color:#ef4444!important}.ContactPage-module__keHonW__errorMessage{color:#ef4444;margin-top:-.5rem;font-size:.75rem}.ContactPage-module__keHonW__charCount{color:var(--on-surface-secondary);text-align:right;margin-top:-.5rem;font-size:.7rem}.ContactPage-module__keHonW__submitBtn{justify-content:center;gap:1rem;width:100%;padding:1.2rem;font-weight:700}.ContactPage-module__keHonW__infoSection{flex-direction:column;display:flex}.ContactPage-module__keHonW__officeCards{flex-direction:column;gap:1.5rem;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}}.ContactPage-module__keHonW__indiaTabSwitcher{border-bottom:1px solid var(--glass-border);margin-bottom:1.5rem;display:flex}.ContactPage-module__keHonW__indiaTabBtn{color:var(--on-surface-secondary);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;border:none;flex:1;padding:.8rem;font-size:.85rem;font-weight:600;transition:all .3s}.ContactPage-module__keHonW__activeIndiaTab{color:var(--primary-accent);box-shadow:inset 0 -2px 0 var(--primary-accent)}.ContactPage-module__keHonW__companyName{color:var(--color-yellow-400);letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.ContactPage-module__keHonW__indiaOfficeContent{flex-direction:column;gap:1.5rem;display:flex}
.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{background:rgba(var(--overlay-color), .02);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(var(--overlay-color), .05);text-align:left;min-height:180px;transition:all .4s var(--spade-ease);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:rgba(var(--overlay-color), .04);border-color:rgba(var(--overlay-color), .1)}.ServicesPage-module__nu5BrG__statCard:hover:before{transform:scaleX(1)}.ServicesPage-module__nu5BrG__statCard h3{color:var(--text-primary);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(--surface);border-top:1px solid var(--glass-border);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{background:rgba(var(--overlay-color), .02);border:1px solid rgba(var(--overlay-color), .05);color:rgba(var(--overlay-color), .5);text-align:left;cursor:pointer;transition:all .3s var(--spade-ease);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{background:rgba(var(--overlay-color), .05);color:var(--on-surface)}.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:rgba(var(--bg-overlay), .5);border:1px solid rgba(var(--overlay-color), .05);border-radius:8px;height:100%;padding:5rem;position:relative;overflow:hidden}.ServicesPage-module__nu5BrG__tabPane:before{content:"";background-image:radial-gradient(rgba(var(--overlay-color), .03) 1px, transparent 1px);pointer-events:none;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(--on-surface);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:rgba(var(--overlay-color), .4);text-transform:uppercase;letter-spacing:.15em;font-family:monospace;font-size:.7rem;font-weight:700}.ServicesPage-module__nu5BrG__paneDesc{color:rgba(var(--overlay-color), .7);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(--on-surface);background:rgba(var(--overlay-color), .03);border:1px solid var(--glass-border);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{border-top:1px solid var(--glass-border);background:var(--surface);padding:8rem 0}.ServicesPage-module__nu5BrG__ctaContainer{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.ServicesPage-module__nu5BrG__ctaCard{background:rgba(var(--overlay-color), .02);border:1px solid rgba(var(--overlay-color), .05);text-align:left;transition:all .5s var(--spade-ease);border-radius:8px;padding:4rem 3rem;position:relative;overflow:hidden}.ServicesPage-module__nu5BrG__ctaCard:hover{background:rgba(var(--overlay-color), .04);border-color:var(--color-yellow-400);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(--on-surface);letter-spacing:-.01em;font-size:1.6rem}.ServicesPage-module__nu5BrG__ctaCard p{color:rgba(var(--overlay-color), .6);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%}}@media (max-width:768px){.ServicesPage-module__nu5BrG__servicesPage{padding-top:120px}.ServicesPage-module__nu5BrG__heroSection{padding:2rem 0}.ServicesPage-module__nu5BrG__heading{margin-bottom:1.5rem;font-size:2rem}.ServicesPage-module__nu5BrG__heroContent{margin-bottom:3rem}.ServicesPage-module__nu5BrG__statCard{min-height:130px;padding:1.5rem 1rem}.ServicesPage-module__nu5BrG__statCard h3{font-size:2rem}.ServicesPage-module__nu5BrG__statCard p{font-size:.65rem}.ServicesPage-module__nu5BrG__tabsSection{padding:4rem 0}.ServicesPage-module__nu5BrG__tabsContainer{gap:3rem}.ServicesPage-module__nu5BrG__tabBtn{gap:1rem;padding:1rem 1.2rem;font-size:.95rem}.ServicesPage-module__nu5BrG__tabPane{padding:2rem 1.5rem}.ServicesPage-module__nu5BrG__paneHeader{margin-bottom:2rem}.ServicesPage-module__nu5BrG__paneHeader h2{font-size:1.8rem}.ServicesPage-module__nu5BrG__paneStat{text-align:left}.ServicesPage-module__nu5BrG__paneStat strong{font-size:2.2rem}.ServicesPage-module__nu5BrG__paneDesc{margin-bottom:2.5rem;font-size:1.05rem}.ServicesPage-module__nu5BrG__capabilitiesGrid{grid-template-columns:1fr;gap:1rem}.ServicesPage-module__nu5BrG__capItem{padding:1rem;font-size:.9rem}.ServicesPage-module__nu5BrG__ctaGridSection{padding:4rem 0}.ServicesPage-module__nu5BrG__ctaContainer{gap:2rem}.ServicesPage-module__nu5BrG__ctaCard{padding:2.5rem 2rem}.ServicesPage-module__nu5BrG__cardHeader{margin-bottom:1.5rem}.ServicesPage-module__nu5BrG__cardHeader h3{font-size:1.4rem}}
.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{background:rgba(var(--overlay-color), .05);border:1px solid var(--glass-border);color:var(--on-surface-secondary);cursor:pointer;border-radius:6px;padding:.75rem;font-size:.85rem;transition:all .3s}.DiagnosticWizard-module__XhKBoq__optionBtn:hover{background:rgba(var(--overlay-color), .1);border-color:var(--primary-accent)}.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;white-space:nowrap;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:rgba(var(--overlay-inverse), .2);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:rgba(var(--overlay-inverse), .05)}.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)}.AboutSnippet-module__qcYWSW__mobileBtn{display:none}@media (max-width:1024px){.AboutSnippet-module__qcYWSW__desktopBtn{display:none}.AboutSnippet-module__qcYWSW__mobileBtn{margin-top:1.5rem;display:block}.AboutSnippet-module__qcYWSW__aboutContainer{grid-template-columns:1fr;gap:4rem}.AboutSnippet-module__qcYWSW__imageGrid{grid-template-columns:1fr 1fr;height:450px}}@media (max-width:768px){.AboutSnippet-module__qcYWSW__aboutSection{padding:4rem 0}.AboutSnippet-module__qcYWSW__aboutContainer{gap:2.5rem}.AboutSnippet-module__qcYWSW__title{margin-bottom:1.5rem;font-size:2.2rem}.AboutSnippet-module__qcYWSW__description{margin-bottom:2rem;font-size:1.05rem}.AboutSnippet-module__qcYWSW__stats{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:2rem;padding-bottom:2rem}.AboutSnippet-module__qcYWSW__statItem h3{font-size:1.8rem}.AboutSnippet-module__qcYWSW__statItem p{font-size:.65rem}.AboutSnippet-module__qcYWSW__imageGrid{gap:1rem;height:300px}.AboutSnippet-module__qcYWSW__overlayText{letter-spacing:.1em;font-size:.8rem}}
