.Header-module__hBw1pG__header{width:100%;z-index:var(--z-sticky);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--dark-border);transition:var(--transition-base);background:#0a0a0ae6;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{background:#0a0a0afa;box-shadow:0 4px 24px #00000080}.Header-module__hBw1pG__headerInner{height:80px;max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{z-index:2;align-items:center;margin-top:4px;display:flex}.Header-module__hBw1pG__nav{align-items:center;gap:var(--space-xl);display:flex}.Header-module__hBw1pG__navItem{position:relative}.Header-module__hBw1pG__navLink{padding:var(--space-sm)0;align-items:center;gap:6px;display:flex}.Header-module__hBw1pG__navLink:hover .Header-module__hBw1pG__navLinkLabel,.Header-module__hBw1pG__navLink.Header-module__hBw1pG__active .Header-module__hBw1pG__navLinkLabel{color:var(--yellow-primary);text-shadow:0 0 12px var(--yellow-glow)}.Header-module__hBw1pG__navLink:hover .Header-module__hBw1pG__navChevron,.Header-module__hBw1pG__navLink.Header-module__hBw1pG__active .Header-module__hBw1pG__navChevron{opacity:1;color:var(--yellow-primary)}.Header-module__hBw1pG__navLinkLabel{font-family:var(--font-mono);letter-spacing:.05em;color:var(--text-secondary);transition:color var(--transition-fast);font-size:.75rem;font-weight:600}.Header-module__hBw1pG__navChevronBtn{cursor:pointer;color:inherit;background:0 0;border:none;align-items:center;padding:0;display:flex}.Header-module__hBw1pG__navChevron{transition:transform var(--transition-fast);opacity:.4}.Header-module__hBw1pG__navChevron.Header-module__hBw1pG__open{opacity:1;transform:rotate(180deg)}.Header-module__hBw1pG__dropdown{-webkit-backdrop-filter:blur(12px);min-width:280px;padding:var(--space-md);opacity:0;visibility:hidden;transition:all var(--transition-smooth);pointer-events:none;background:#161616f2;border:1px solid #ffe61833;border-radius:8px;position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%)translateY(-10px)scale(.98);box-shadow:0 8px 32px #0009,0 0 20px #ffe6181a}.Header-module__hBw1pG__dropdownOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)scale(1)}.Header-module__hBw1pG__dropdownProcess{background:linear-gradient(135deg,#161616fa 0%,#101010fa 100%);border:1px solid #ffe6184d;min-width:320px;box-shadow:0 12px 40px #000000b3,0 0 30px #ffe61826}.Header-module__hBw1pG__dropdownItem{align-items:center;gap:var(--space-md);padding:var(--space-md);transition:all var(--transition-fast);color:var(--text-secondary);border-bottom:1px solid #ffffff08;border-radius:6px;display:flex;position:relative}.Header-module__hBw1pG__dropdownItem:last-child{border-bottom:none}.Header-module__hBw1pG__dropdownItem:hover{color:var(--text-primary);background:#ffffff14;transform:translate(2px)}.Header-module__hBw1pG__dropdownItem:hover .Header-module__hBw1pG__dropdownArrow{color:var(--yellow-primary);transform:translate(4px)scale(1.1)}.Header-module__hBw1pG__dropdownItemNumbered{padding:var(--space-md)var(--space-sm);position:relative}.Header-module__hBw1pG__dropdownProcess .Header-module__hBw1pG__dropdownItemNumbered:not(:last-child):after{content:"";background:linear-gradient(to bottom,var(--yellow-primary)0%,#ffe61833 100%);opacity:.5;width:2px;height:16px;position:absolute;top:100%;left:18px}.Header-module__hBw1pG__dropdownNumber{font-family:var(--font-mono);color:var(--yellow-primary);opacity:.8;min-width:32px;text-shadow:0 0 8px var(--yellow-glow);font-size:1rem;font-weight:700}.Header-module__hBw1pG__dropdownItemNumbered:hover .Header-module__hBw1pG__dropdownNumber{opacity:1;text-shadow:0 0 16px var(--yellow-glow);display:inline-block;transform:scale(1.05)}.Header-module__hBw1pG__dropdownItemContent{flex-direction:column;flex:1;gap:2px;display:flex}.Header-module__hBw1pG__dropdownItemLabel{color:var(--text-primary);font-size:.9375rem;font-weight:600}.Header-module__hBw1pG__dropdownItemSubtitle{color:var(--text-muted);font-size:.75rem}.Header-module__hBw1pG__dropdownArrow{transition:all var(--transition-fast);opacity:.3;color:var(--text-muted)}.Header-module__hBw1pG__dropdownItem:hover .Header-module__hBw1pG__dropdownArrow{opacity:1}.Header-module__hBw1pG__headerActions{align-items:center;gap:var(--space-md);display:flex}.Header-module__hBw1pG__mobileToggle{cursor:pointer;z-index:3;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:none}.Header-module__hBw1pG__mobileToggle span{background:var(--text-primary);width:100%;height:2px;transition:var(--transition-fast);transform-origin:50%;display:block}.Header-module__hBw1pG__mobileToggleOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__mobileToggleOpen span:nth-child(2){opacity:0}.Header-module__hBw1pG__mobileToggleOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__hBw1pG__mobileMenu{background:var(--dark-surface);border-bottom:1px solid var(--dark-border);opacity:0;visibility:hidden;max-height:calc(100vh - 64px);transition:var(--transition-smooth);padding-bottom:env(safe-area-inset-bottom);display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;transform:translateY(-10px)}.Header-module__hBw1pG__mobileMenuOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__hBw1pG__mobileNav{padding:var(--space-lg)var(--container-padding);flex-direction:column;display:flex}.Header-module__hBw1pG__mobileNavItem{border-bottom:1px solid var(--dark-border)}.Header-module__hBw1pG__mobileNavLink{width:100%;padding:var(--space-md)0;justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__mobileNavLink:hover .Header-module__hBw1pG__mobileNavLinkLabel,.Header-module__hBw1pG__mobileNavLink.Header-module__hBw1pG__expanded .Header-module__hBw1pG__mobileNavLinkLabel{color:var(--yellow-primary)}.Header-module__hBw1pG__mobileNavLinkLabel{font-family:var(--font-mono);letter-spacing:.05em;color:var(--text-secondary);transition:color var(--transition-fast);text-align:left;flex:1;font-size:.875rem;font-weight:600}.Header-module__hBw1pG__mobileChevronBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;padding:4px;display:flex}.Header-module__hBw1pG__mobileNavItem:has(.Header-module__hBw1pG__mobileNavLink.Header-module__hBw1pG__expanded){border-left:3px solid var(--yellow-primary);background:#ffe61808}.Header-module__hBw1pG__mobileChevron{transition:transform var(--transition-fast)}.Header-module__hBw1pG__mobileChevron.Header-module__hBw1pG__open{transform:rotate(180deg)}.Header-module__hBw1pG__mobileSubmenu{transition:grid-template-rows var(--transition-smooth);grid-template-rows:0fr;display:grid}.Header-module__hBw1pG__mobileSubmenuOpen{grid-template-rows:1fr}.Header-module__hBw1pG__mobileSubmenu>div{overflow:hidden}.Header-module__hBw1pG__mobileSubmenuLink{align-items:center;gap:var(--space-md);padding:var(--space-lg)var(--space-xl);color:var(--text-secondary);transition:all var(--transition-fast);border-left:2px solid #0000;min-height:56px;font-size:.9375rem;display:flex}.Header-module__hBw1pG__mobileSubmenuLink:hover{color:var(--text-primary);border-left-color:var(--yellow-primary);background:#ffffff0d}.Header-module__hBw1pG__mobileNumber{font-family:var(--font-mono);color:var(--yellow-primary);opacity:.8;min-width:28px;text-shadow:0 0 8px var(--yellow-glow);font-size:.875rem;font-weight:700}.Header-module__hBw1pG__mobileSubtitle{color:var(--text-muted);margin-top:2px;font-size:.75rem}.Header-module__hBw1pG__mobileCTA{margin-top:var(--space-lg);text-align:center;width:100%}@media (max-width:1024px){.Header-module__hBw1pG__nav{gap:var(--space-lg)}.Header-module__hBw1pG__navLinkLabel{font-size:.6875rem}}@media (max-width:768px){.Header-module__hBw1pG__headerInner{height:64px}.Header-module__hBw1pG__nav,.Header-module__hBw1pG__headerActions{display:none}.Header-module__hBw1pG__mobileToggle,.Header-module__hBw1pG__mobileMenu{display:flex}.Header-module__hBw1pG__mobileMenu{display:block}}
.Hero-module__ZARIfG__hero{width:100%;min-height:100vh;padding:120px var(--container-padding)80px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroBg{z-index:0;width:100%;height:100%;position:absolute;inset:0}.Hero-module__ZARIfG__heroGrid{background-image:linear-gradient(#ffe6180d 1px,#0000 1px),linear-gradient(90deg,#ffe6180d 1px,#0000 1px);background-size:60px 60px;animation:20s linear infinite Hero-module__ZARIfG__gridShift;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60%,#000 20%,#0000 70%);mask-image:radial-gradient(80% 60%,#000 20%,#0000 70%)}.Hero-module__ZARIfG__heroSignals{width:100%;height:100%;position:absolute;inset:0}.Hero-module__ZARIfG__signalPath{stroke-dasharray:20 10;animation:4s linear infinite Hero-module__ZARIfG__signalFlow}.Hero-module__ZARIfG__signal1{animation-delay:0s}.Hero-module__ZARIfG__signal2{opacity:.6;animation-delay:-1.3s}.Hero-module__ZARIfG__signal3{opacity:.4;animation-delay:-2.6s}.Hero-module__ZARIfG__heroNodes{position:absolute;inset:0}.Hero-module__ZARIfG__node{background:var(--yellow-primary);border-radius:50%;width:6px;height:6px;animation:3s ease-in-out infinite Hero-module__ZARIfG__nodePulse;position:absolute}.Hero-module__ZARIfG__node:after{content:"";border:1px solid var(--yellow-primary);opacity:.3;border-radius:50%;position:absolute;inset:-4px}.Hero-module__ZARIfG__node1{animation-delay:0s;top:20%;left:15%}.Hero-module__ZARIfG__node2{animation-delay:.4s;top:35%;right:20%}.Hero-module__ZARIfG__node3{animation-delay:.8s;bottom:30%;left:25%}.Hero-module__ZARIfG__node4{animation-delay:1.2s;bottom:25%;right:15%}.Hero-module__ZARIfG__node5{animation-delay:1.6s;top:50%;left:8%}.Hero-module__ZARIfG__heroContent{z-index:1;text-align:center;max-width:min(90vw,1000px);position:relative}.Hero-module__ZARIfG__heroBadge{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);background:var(--yellow-subtle);font-family:var(--font-mono);color:var(--yellow-primary);letter-spacing:.05em;margin-bottom:var(--space-xl);border:1px solid #ffe61833;border-radius:100px;font-size:.75rem;font-weight:500;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background:var(--yellow-primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__ZARIfG__badgePulse}.Hero-module__ZARIfG__heroTitle{font-family:var(--font-display);font-size:var(--font-size-h1);letter-spacing:.02em;margin-bottom:var(--space-lg);font-weight:400;line-height:1}.Hero-module__ZARIfG__heroTitleLine{display:block}.Hero-module__ZARIfG__heroTitle .Hero-module__ZARIfG__highlight{color:var(--yellow-primary);text-shadow:0 0 60px var(--yellow-glow)}.Hero-module__ZARIfG__heroSubtitle{font-size:var(--font-size-lead);color:var(--text-secondary);max-width:600px;margin:0 auto var(--space-2xl);line-height:1.7}.Hero-module__ZARIfG__heroSubtitle strong{color:var(--text-primary)}.Hero-module__ZARIfG__heroActions{justify-content:center;align-items:center;gap:var(--space-md);margin-bottom:var(--space-3xl);display:flex}.Hero-module__ZARIfG__heroTransition{padding-top:var(--space-2xl);border-top:1px solid var(--dark-border);max-width:700px;margin:0 auto}.Hero-module__ZARIfG__heroTransition p{color:var(--text-secondary);text-align:center;margin:0;font-size:1.125rem;line-height:1.7}.Hero-module__ZARIfG__heroScroll{align-items:center;gap:var(--space-sm);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;font-size:.6875rem;font-weight:500;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__heroScroll svg{animation:2s ease-in-out infinite Hero-module__ZARIfG__scrollBounce}@media (prefers-reduced-motion:reduce){.Hero-module__ZARIfG__heroGrid{animation:none}.Hero-module__ZARIfG__signalPath{stroke-dasharray:none;animation:none}.Hero-module__ZARIfG__node,.Hero-module__ZARIfG__badgeDot,.Hero-module__ZARIfG__heroScroll svg{animation:none}}@media (max-width:640px){.Hero-module__ZARIfG__heroActions{flex-direction:column;width:100%}.Hero-module__ZARIfG__heroActions .btn{width:100%}}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:100px var(--container-padding)60px;min-height:auto}.Hero-module__ZARIfG__heroTransition p{font-size:1rem}.Hero-module__ZARIfG__heroScroll{display:none}}@media (max-width:480px){.Hero-module__ZARIfG__heroTitle{font-size:2.5rem}}
.TrustBar-module__yxryaq__trustBar{padding:var(--space-3xl)0;border-bottom:1px solid var(--dark-border)}.TrustBar-module__yxryaq__trustLabel{text-align:center;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-xl);font-size:.75rem;font-weight:500}.TrustBar-module__yxryaq__trustLogos{justify-content:center;align-items:center;gap:var(--space-3xl);flex-wrap:wrap;display:flex}.TrustBar-module__yxryaq__trustLogo{color:var(--text-muted);opacity:.6;transition:opacity var(--transition-fast);font-size:.9375rem;font-weight:500}.TrustBar-module__yxryaq__trustLogo:hover{opacity:1}
.TrustProof-module__c8Ga0q__section{padding:var(--section-spacing)0;padding-bottom:var(--space-4xl);background:var(--dark-surface)}.TrustProof-module__c8Ga0q__wrapper{gap:var(--space-md);text-align:center;flex-direction:column;max-width:1200px;margin:0 auto;display:flex}.TrustProof-module__c8Ga0q__ambitionLabel{font-family:var(--font-mono);color:#ffe61899;letter-spacing:.15em;text-transform:uppercase;margin:0 0 var(--space-xl)0;font-size:.6875rem;font-weight:600}.TrustProof-module__c8Ga0q__statsGroup{gap:var(--space-md);flex-direction:column;display:flex}.TrustProof-module__c8Ga0q__statsLabel{font-family:var(--font-mono);color:#ffe61899;letter-spacing:.15em;text-transform:uppercase;margin:0;font-size:.6875rem;font-weight:600}.TrustProof-module__c8Ga0q__stats{gap:var(--space-lg);padding:var(--space-lg);background:var(--dark-card);border:1px solid var(--dark-border);box-shadow:var(--shadow-sm);width:100%;max-width:var(--content-narrow);border-radius:12px;grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid}.TrustProof-module__c8Ga0q__stat{text-align:center;transition:transform var(--transition-expo)}.TrustProof-module__c8Ga0q__stat:hover{transform:translateY(-4px)}.TrustProof-module__c8Ga0q__statValue{font-family:var(--font-mono);color:var(--yellow-primary);margin-bottom:var(--space-xs);text-shadow:0 0 20px var(--yellow-glow);font-size:2.75rem;font-weight:700;line-height:1;display:block}.TrustProof-module__c8Ga0q__statLabel{color:var(--text-secondary);font-size:.8125rem;font-weight:500;line-height:1.4}.TrustProof-module__c8Ga0q__citation{color:var(--text-muted);margin-top:var(--space-sm);font-size:.75rem;font-style:italic}.TrustProof-module__c8Ga0q__logos{text-align:center}.TrustProof-module__c8Ga0q__logosLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-lg);font-size:.8125rem}.TrustProof-module__c8Ga0q__logoGrid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);max-width:800px;margin:0 auto;display:grid}.TrustProof-module__c8Ga0q__logoPlaceholder{background:var(--dark-card);border:1px solid var(--dark-border);height:80px;color:var(--text-muted);transition:all var(--transition-smooth);border-radius:8px;justify-content:center;align-items:center;font-size:.75rem;display:flex}.TrustProof-module__c8Ga0q__logoPlaceholder:hover{background:var(--dark-hover);border-color:#ffe61833}.TrustProof-module__c8Ga0q__testimonial{background:linear-gradient(135deg,var(--dark-card)0%,var(--dark-surface)100%);border:1px solid var(--dark-border);padding:var(--space-2xl);box-shadow:var(--shadow-md);border-radius:16px;position:relative}.TrustProof-module__c8Ga0q__quoteIcon{width:48px;height:48px;color:var(--yellow-primary);opacity:.3;margin-bottom:var(--space-md)}.TrustProof-module__c8Ga0q__quote{color:var(--text-primary);margin-bottom:var(--space-xl);font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.6}.TrustProof-module__c8Ga0q__author{align-items:center;gap:var(--space-md);display:flex}.TrustProof-module__c8Ga0q__authorInfo{flex:1}.TrustProof-module__c8Ga0q__authorName{color:var(--text-primary);margin-bottom:var(--space-xs);font-weight:600}.TrustProof-module__c8Ga0q__authorRole{color:var(--text-secondary);font-size:.875rem}@media (max-width:768px){.TrustProof-module__c8Ga0q__section{padding:var(--space-2xl)0;padding-bottom:var(--space-3xl)}.TrustProof-module__c8Ga0q__stats{gap:var(--space-md);padding:var(--space-lg);grid-template-columns:1fr}.TrustProof-module__c8Ga0q__statValue{font-size:2.25rem}.TrustProof-module__c8Ga0q__logoGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.TrustProof-module__c8Ga0q__testimonial{padding:var(--space-xl)}.TrustProof-module__c8Ga0q__quote{font-size:1.125rem}}@media (max-width:480px){.TrustProof-module__c8Ga0q__logoGrid{grid-template-columns:1fr}}
.Problem-module__S0GCFq__section{background:var(--dark-bg);padding:136px 0 144px;position:relative;overflow:hidden}.Problem-module__S0GCFq__grid{pointer-events:none;z-index:0;grid-template-columns:repeat(6,1fr);display:grid;position:absolute;inset:0}.Problem-module__S0GCFq__gridCol{border-right:1px solid #ffffff08}.Problem-module__S0GCFq__gridCol:first-child{border-left:1px solid #ffffff08}.Problem-module__S0GCFq__inner{z-index:1;width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto;position:relative}.Problem-module__S0GCFq__header{max-width:720px;margin-bottom:80px}.Problem-module__S0GCFq__label{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#ffffff59;margin-bottom:24px;font-size:.6875rem;font-weight:500}.Problem-module__S0GCFq__title{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:28px;font-size:clamp(2.75rem,6vw,5rem);font-weight:400;line-height:1.02}.Problem-module__S0GCFq__lead{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);margin-bottom:20px;font-size:clamp(.9375rem,1.3vw,1.0625rem);font-weight:400;line-height:1.75}.Problem-module__S0GCFq__leadSecond{font-family:var(--font-dm-sans),sans-serif;color:#ffffff61;font-size:clamp(.9375rem,1.3vw,1.0625rem);font-weight:400;line-height:1.75}.Problem-module__S0GCFq__cards{background:#ffffff12;border:1px solid #ffffff12;grid-template-columns:repeat(3,1fr);column-gap:1px;display:grid}.Problem-module__S0GCFq__card{grid-template-rows:subgrid;background:#0c0c0c;grid-row:span 4;padding:56px 44px 60px;transition:background .2s;display:grid}.Problem-module__S0GCFq__card:hover{background:#101010}.Problem-module__S0GCFq__cardNumber{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:#ffffff1a;align-self:start;padding-bottom:28px;font-size:clamp(3.5rem,5.5vw,4.75rem);font-weight:400;line-height:1}.Problem-module__S0GCFq__cardHeadGroup{flex-direction:column;padding-top:28px;padding-bottom:28px;display:flex}.Problem-module__S0GCFq__cardLayerTag{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#ffffff38;margin-bottom:12px;font-size:.625rem;font-weight:500}.Problem-module__S0GCFq__cardTitle{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.01em;color:var(--text-primary);margin-bottom:16px;font-size:clamp(1.25rem,2vw,1.625rem);font-weight:400;line-height:1.1}.Problem-module__S0GCFq__cardInsight{font-family:var(--font-dm-sans),sans-serif;color:#ffffffc7;font-size:clamp(.9375rem,1.2vw,1.0625rem);font-weight:500;line-height:1.55}.Problem-module__S0GCFq__cardDivider{background:#ffffff0f;align-self:start;height:1px}.Problem-module__S0GCFq__cardBodyWrap{padding-top:20px}.Problem-module__S0GCFq__cardBody{font-family:var(--font-dm-sans),sans-serif;color:#ffffff47;font-size:.875rem;font-weight:400;line-height:1.7}@media (max-width:768px){.Problem-module__S0GCFq__section{padding:60px 0 64px}.Problem-module__S0GCFq__header{margin-bottom:40px}.Problem-module__S0GCFq__cards{grid-template-columns:1fr;gap:1px 0}.Problem-module__S0GCFq__card{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;grid-row:auto;padding:40px 28px 44px;transition:background .2s,box-shadow .3s,transform .3s;display:flex}.Problem-module__S0GCFq__card:hover{background:#131313;transform:translateY(-2px);box-shadow:0 0 0 1px #ffffff14,0 8px 32px #00000080,0 0 40px #ffffff08}.Problem-module__S0GCFq__card:active{transition:background .1s,box-shadow .1s,transform .1s;transform:translateY(0);box-shadow:0 0 0 1px #ffffff0f,0 2px 12px #0006}.Problem-module__S0GCFq__cardNumber{padding-bottom:24px}.Problem-module__S0GCFq__cardHeadGroup{padding-top:24px;padding-bottom:0}.Problem-module__S0GCFq__cardDivider{margin-top:24px;display:none}.Problem-module__S0GCFq__card:has(.Problem-module__S0GCFq__cardBodyWrapOpen) .Problem-module__S0GCFq__cardDivider{display:block}.Problem-module__S0GCFq__cardBodyWrap{opacity:0;grid-template-rows:0fr;padding-top:0;transition:grid-template-rows .26s,opacity .22s,padding-top .26s;display:grid}.Problem-module__S0GCFq__cardBodyWrap>.Problem-module__S0GCFq__cardBody{overflow:hidden}.Problem-module__S0GCFq__cardBodyWrapOpen{opacity:1;grid-template-rows:1fr;padding-top:20px}}.Problem-module__S0GCFq__closingLine{font-family:var(--font-dm-sans),sans-serif;color:#ffffff52;margin-top:48px;font-size:clamp(.875rem,1.1vw,1rem);font-style:italic;font-weight:400;line-height:1.6}@media (max-width:768px){.Problem-module__S0GCFq__closingLine{margin-top:32px}}@keyframes Problem-module__S0GCFq__rvFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.Problem-module__S0GCFq__rvReady{opacity:0;transform:translateY(14px)}.Problem-module__S0GCFq__rvVisible{animation:.46s cubic-bezier(.25,.46,.45,.94) both Problem-module__S0GCFq__rvFadeUp}
.Solution-module__90gf_G__solutionSection{padding:var(--section-spacing)0;padding-bottom:var(--space-4xl);background:var(--dark-bg)}.Solution-module__90gf_G__solutionHeader{width:100%;max-width:800px;margin:0 auto var(--space-3xl);flex-direction:column;align-items:center;padding:0;display:flex}.Solution-module__90gf_G__solutionTitle{font-family:var(--font-display);font-size:var(--font-size-h2);color:var(--text-primary);margin-bottom:var(--space-lg);text-align:center;width:100%;line-height:1.2}.Solution-module__90gf_G__solutionSubtitle{font-size:var(--font-size-lead);color:var(--text-secondary);margin:0 0 var(--space-lg);text-align:left;align-self:flex-start;width:100%;line-height:1.7}.Solution-module__90gf_G__solutionSubtitle:last-child{margin-bottom:0}.Solution-module__90gf_G__osLabel{text-align:center;font-family:var(--font-mono);color:var(--yellow-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-md);font-size:.875rem;font-weight:600}.Solution-module__90gf_G__solutionContainer{max-width:1000px;padding:var(--space-3xl)var(--space-2xl);box-shadow:var(--shadow-lg),0 0 40px var(--yellow-glow);background:linear-gradient(135deg,#ffe6181a,#ffe61808);border:2px solid #ffe61866;border-radius:16px;margin:0 auto;position:relative}.Solution-module__90gf_G__solutionContainer:before{content:"";background:linear-gradient(135deg,var(--yellow-primary),var(--yellow-light));-webkit-mask-composite:xor;pointer-events:none;border-radius:16px;padding:2px;animation:3s ease-in-out infinite Solution-module__90gf_G__flowPulse;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;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}.Solution-module__90gf_G__pillarsWrapper{flex-direction:column;display:flex}.Solution-module__90gf_G__pillarSection{gap:var(--space-lg);padding:var(--space-xl);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-bottom:var(--space-xl);transition:all .4s var(--ease-out-expo);cursor:pointer;background:#0000003b;border-radius:8px;grid-template-columns:80px 1fr;display:grid;position:relative}.Solution-module__90gf_G__pillarSection:last-child{margin-bottom:0}.Solution-module__90gf_G__pillarSection:focus{outline:2px solid var(--yellow-primary);outline-offset:2px}.Solution-module__90gf_G__pillarSection:focus:not(:focus-visible){outline:none}@media (hover:hover){.Solution-module__90gf_G__pillarSection:hover{box-shadow:inset 3px 0 0 0 var(--yellow-primary),0 8px 24px #0000004d,0 0 30px #ffd70033;z-index:10;background:#00000059;transform:translateY(-8px)scale(1.02)}.Solution-module__90gf_G__pillarsWrapper:has(.Solution-module__90gf_G__pillarSection:hover) .Solution-module__90gf_G__pillarSection:not(:hover){opacity:.75}}@media (hover:none){.Solution-module__90gf_G__pillarSection.Solution-module__90gf_G__active{box-shadow:inset 3px 0 0 0 var(--yellow-primary),0 8px 24px #0000004d,0 0 30px #ffd70033;z-index:10;background:#00000059;transform:translateY(-8px)scale(1.02)}.Solution-module__90gf_G__pillarSection.Solution-module__90gf_G__dimmed{opacity:.75;transition:opacity .3s}}.Solution-module__90gf_G__pillarLeft{padding-top:var(--space-xs);justify-content:center;display:flex}.Solution-module__90gf_G__pillarNumber{border:2px solid var(--yellow-primary);width:48px;height:48px;font-family:var(--font-mono);color:var(--yellow-primary);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.Solution-module__90gf_G__pillarRight{padding-bottom:0}.Solution-module__90gf_G__pillarCategory{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-md);padding-bottom:var(--space-xs);border-bottom:1px solid #ffd7004d;font-size:.6875rem;font-weight:600;display:inline-block}.Solution-module__90gf_G__pillarTitle{font-family:var(--font-display);font-size:var(--font-size-h4);color:var(--text-primary);margin-bottom:var(--space-md);font-weight:600;line-height:1.3}.Solution-module__90gf_G__pillarDesc{color:var(--text-secondary);font-size:.9375rem;line-height:1.7}.Solution-module__90gf_G__pillarDesc strong{color:var(--text-primary);font-weight:600}.Solution-module__90gf_G__pillarDivider{display:none}.Solution-module__90gf_G__complianceFooter{text-align:center;font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;margin-top:var(--space-lg);margin-bottom:0;font-size:.75rem;font-weight:500}.Solution-module__90gf_G__transitionStatement{max-width:1000px;margin:var(--space-3xl)auto 0;padding:var(--space-xl)var(--space-2xl);text-align:center}.Solution-module__90gf_G__transitionStatement p{color:var(--text-secondary);margin:0;font-size:1.125rem;line-height:1.7}.Solution-module__90gf_G__highlightText{color:var(--yellow-primary);font-weight:600}@media (max-width:768px){.Solution-module__90gf_G__solutionSection{padding:var(--space-2xl)0;padding-bottom:var(--space-3xl)}.Solution-module__90gf_G__solutionContainer{padding:var(--space-2xl)0}.Solution-module__90gf_G__solutionTitle{font-size:2rem}.Solution-module__90gf_G__solutionSubtitle{font-size:1rem}.Solution-module__90gf_G__pillarSection{gap:var(--space-md);padding:var(--space-md);margin-bottom:var(--space-md);grid-template-columns:60px 1fr}.Solution-module__90gf_G__pillarNumber{width:40px;height:40px;font-size:1rem}}
.Outcomes-module__y1StRa__section{background:var(--dark-bg);padding:136px 0 144px;position:relative;overflow:hidden}.Outcomes-module__y1StRa__bgGrid{pointer-events:none;z-index:0;grid-template-columns:repeat(6,1fr);display:grid;position:absolute;inset:0}.Outcomes-module__y1StRa__bgGridCol{border-right:1px solid #ffffff08}.Outcomes-module__y1StRa__bgGridCol:first-child{border-left:1px solid #ffffff08}.Outcomes-module__y1StRa__inner{z-index:1;width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto;position:relative}.Outcomes-module__y1StRa__header{max-width:720px;margin-bottom:56px}.Outcomes-module__y1StRa__label{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--yellow-primary);margin-bottom:24px;font-size:.6875rem;font-weight:500}.Outcomes-module__y1StRa__title{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:0;font-size:clamp(2.75rem,6vw,5rem);font-weight:400;line-height:1.02}.Outcomes-module__y1StRa__titleRule{background:linear-gradient(90deg,#ffda008c 0%,#ffda0033 60%,#0000 100%);max-width:480px;height:1px;margin-top:14px;margin-bottom:28px}.Outcomes-module__y1StRa__intro{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);margin:0 0 16px;font-size:clamp(.9375rem,1.2vw,1rem);font-weight:400;line-height:1.75}.Outcomes-module__y1StRa__intro:last-child{margin-bottom:0}.Outcomes-module__y1StRa__frameworkLabel{margin-bottom:28px}.Outcomes-module__y1StRa__frameworkName{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#ffda008c;margin:0;font-size:.625rem;font-weight:500}.Outcomes-module__y1StRa__pillars{grid-template-columns:repeat(2,1fr);gap:28px;margin-bottom:0;display:grid}.Outcomes-module__y1StRa__pillar{background:linear-gradient(#151515 0%,#0c0c0c 100%);flex-direction:column;padding:52px 48px 56px;transition:transform .24s,box-shadow .28s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 32px #0000008f,inset 0 1px #ffffff0f}.Outcomes-module__y1StRa__pillar:before{content:"";opacity:.45;pointer-events:none;z-index:0;background:radial-gradient(120% 55% at 50% -10%,#ffda001f 0%,#0000 65%);transition:opacity .4s;position:absolute;inset:0}.Outcomes-module__y1StRa__pillar>*{z-index:1;position:relative}.Outcomes-module__y1StRa__pillar:hover{transform:translateY(-4px);box-shadow:0 16px 48px #000000a3,0 0 32px #ffda0016,inset 0 1px #ffffff12}.Outcomes-module__y1StRa__pillar:hover:before{opacity:1;background:radial-gradient(120% 55% at 50% -10%,#ffda002a 0%,#0000 65%)}.Outcomes-module__y1StRa__pillarTitle{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.01em;color:var(--text-primary);margin-bottom:0;font-size:clamp(1.5rem,2.4vw,1.875rem);font-weight:400;line-height:1.02}.Outcomes-module__y1StRa__pillarAccent{background:var(--yellow-primary);opacity:.7;flex-shrink:0;width:32px;height:2px;margin:16px 0 20px;transition:width .32s cubic-bezier(.25,.46,.45,.94),opacity .28s}.Outcomes-module__y1StRa__pillar:hover .Outcomes-module__y1StRa__pillarAccent{opacity:1;width:42px}.Outcomes-module__y1StRa__pillarDesc{font-family:var(--font-dm-sans),sans-serif;color:#ffffff7a;margin:0;font-size:.9375rem;font-weight:400;line-height:1.72}@keyframes Outcomes-module__y1StRa__fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.Outcomes-module__y1StRa__animReady{opacity:0;transform:translateY(16px)}.Outcomes-module__y1StRa__animVisible{animation:.4s cubic-bezier(.25,.46,.45,.94) both Outcomes-module__y1StRa__fadeUp}@media (max-width:768px){.Outcomes-module__y1StRa__section{padding:96px 0 104px}.Outcomes-module__y1StRa__pillars{grid-template-columns:1fr;gap:16px}.Outcomes-module__y1StRa__pillar{padding:36px 32px 40px}}
.Journey-module__GoTIAa__journeySection{padding:var(--section-spacing)0;background:var(--dark-surface)}.Journey-module__GoTIAa__sectionHeader{max-width:800px;margin:0 auto var(--space-3xl);text-align:center;flex-direction:column;align-items:center;display:flex}.Journey-module__GoTIAa__journeyTimeline{flex-direction:column;gap:0;max-width:min(85vw,900px);margin:0 auto;display:flex}.Journey-module__GoTIAa__journeyStage{gap:var(--space-xl);grid-template-columns:80px 1fr;display:grid}.Journey-module__GoTIAa__stageMarker{flex-direction:column;align-items:center;display:flex}.Journey-module__GoTIAa__stageNumber{background:linear-gradient(135deg,var(--yellow-primary),#e5a800);width:72px;height:72px;font-family:var(--font-mono);color:var(--dark-bg);box-shadow:0 8px 32px var(--yellow-glow-strong);transition:all var(--transition-expo);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex;position:relative}.Journey-module__GoTIAa__stageNumber:before{content:"";border:2px solid var(--yellow-primary);opacity:.3;border-radius:50%;animation:3s ease-out infinite Journey-module__GoTIAa__pulseRing;position:absolute;inset:-8px}.Journey-module__GoTIAa__journeyStage:hover .Journey-module__GoTIAa__stageNumber{box-shadow:0 12px 48px var(--yellow-glow-strong);transform:scale(1.1)}.Journey-module__GoTIAa__stageConnector{background:linear-gradient(to bottom,var(--yellow-primary)0%,#ffe6184d 100%);width:3px;margin:var(--space-md)0;flex:1;min-height:60px;position:relative;overflow:hidden}.Journey-module__GoTIAa__stageConnector:after{content:"";background:var(--yellow-light);height:20px;animation:2s ease-in-out infinite Journey-module__GoTIAa__flowPulse;position:absolute;top:0;left:0;right:0}.Journey-module__GoTIAa__stageContent{padding-bottom:var(--space-3xl)}.Journey-module__GoTIAa__stageHeader{align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.Journey-module__GoTIAa__stageTitle{font-family:var(--font-display);font-size:var(--font-size-h3);color:var(--text-primary)}.Journey-module__GoTIAa__stageBadge{padding:var(--space-xs)var(--space-md);background:var(--yellow-bg-subtle);border:1px solid var(--yellow-border-subtle);color:var(--yellow-primary);letter-spacing:.05em;text-transform:uppercase;border-radius:100px;font-size:.75rem;font-weight:600}.Journey-module__GoTIAa__aiScope{padding:var(--space-xs)var(--space-sm);border:1px solid var(--dark-border);font-family:var(--font-mono);color:var(--text-muted);margin-bottom:var(--space-xs);background:#ffffff0d;border-radius:4px;font-size:.8125rem;font-weight:500;display:inline-block}.Journey-module__GoTIAa__subtitle{color:var(--text-muted);margin-bottom:var(--space-sm);font-size:.875rem;font-style:italic}.Journey-module__GoTIAa__oneLiner{color:#ffffffe6;margin-bottom:var(--space-lg);font-size:1rem;font-weight:600;line-height:1.5}.Journey-module__GoTIAa__expandableContent{display:block}.Journey-module__GoTIAa__stageDesc{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:1rem;line-height:1.7}.Journey-module__GoTIAa__mobileOnly{display:none}.Journey-module__GoTIAa__desktopOnly{display:inline}.Journey-module__GoTIAa__complexity{align-items:center;gap:var(--space-xs);padding:var(--space-xs)var(--space-sm);background:var(--yellow-bg-subtle);border:1px solid var(--yellow-border-subtle);color:var(--yellow-primary);margin-bottom:var(--space-lg);border-radius:4px;font-size:.75rem;font-weight:500;display:inline-flex}.Journey-module__GoTIAa__complexity svg{color:var(--yellow-primary);opacity:.8}.Journey-module__GoTIAa__outcomesSection{margin-bottom:var(--space-lg)}.Journey-module__GoTIAa__outcomesLabel{font-family:var(--font-mono);color:var(--yellow-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-sm);font-size:.6875rem;font-weight:600}.Journey-module__GoTIAa__outcomes{gap:var(--space-sm);flex-direction:column;display:flex}.Journey-module__GoTIAa__outcomes li{align-items:flex-start;gap:var(--space-sm);color:var(--text-secondary);font-size:.9375rem;line-height:1.6;display:flex}.Journey-module__GoTIAa__outcomes li svg{color:var(--yellow-primary);flex-shrink:0;margin-top:2px}.Journey-module__GoTIAa__stageLink{align-items:center;gap:var(--space-sm);color:var(--yellow-primary);cursor:pointer;transition:gap var(--transition-fast);margin-bottom:var(--space-md);background:0 0;border:none;padding:0;font-size:.9375rem;font-weight:600;display:inline-flex}.Journey-module__GoTIAa__stageLink:hover{gap:var(--space-md)}.Journey-module__GoTIAa__arrowRight{transition:transform var(--transition-fast);display:inline-block}.Journey-module__GoTIAa__arrowUp{transition:transform var(--transition-fast);display:inline-block;transform:rotate(-90deg)}.Journey-module__GoTIAa__expandedActivities{margin-top:var(--space-lg);padding:var(--space-lg);border:1px solid var(--dark-border);background:#ffffff05;border-radius:8px;animation:.4s ease-out Journey-module__GoTIAa__expandIn}.Journey-module__GoTIAa__activityGroup{margin-bottom:var(--space-lg)}.Journey-module__GoTIAa__activityGroup:last-child{margin-bottom:0}.Journey-module__GoTIAa__activityCategory{color:var(--text-primary);margin-bottom:var(--space-sm);font-size:1rem;font-weight:600}.Journey-module__GoTIAa__activityList{gap:var(--space-xs);flex-direction:column;display:flex}.Journey-module__GoTIAa__activityList li{padding-left:var(--space-lg);color:var(--text-secondary);font-size:.875rem;line-height:1.6;position:relative}.Journey-module__GoTIAa__activityList li:before{content:"•";left:var(--space-sm);color:var(--yellow-primary);font-weight:700;position:absolute}@keyframes Journey-module__GoTIAa__expandIn{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:1000px;transform:translateY(0)}}@media (max-width:768px){.Journey-module__GoTIAa__journeySection{padding:var(--space-2xl)0}.Journey-module__GoTIAa__journeyStage{gap:var(--space-md);grid-template-columns:48px 1fr}.Journey-module__GoTIAa__stageNumber{width:48px;height:48px;font-size:1rem}.Journey-module__GoTIAa__expandableContent{opacity:0;max-height:0;transition:all .4s ease-out;display:none;overflow:hidden}.Journey-module__GoTIAa__expandableContent.Journey-module__GoTIAa__expanded{opacity:1;max-height:1000px;margin-bottom:var(--space-md);display:block}.Journey-module__GoTIAa__mobileOnly{display:inline}.Journey-module__GoTIAa__desktopOnly{display:none}}@media (max-width:640px){.Journey-module__GoTIAa__stageHeader{align-items:flex-start;gap:var(--space-sm);flex-direction:column}}
.ServicesDetail-module__YRUFQq__section{padding:var(--space-4xl)0;background:var(--dark-bg)}.ServicesDetail-module__YRUFQq__header{text-align:center;margin-bottom:var(--space-3xl)}.ServicesDetail-module__YRUFQq__header .ServicesDetail-module__YRUFQq__section-desc{margin:0 auto}.ServicesDetail-module__YRUFQq__phaseTabs{justify-content:center;gap:var(--space-md);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.ServicesDetail-module__YRUFQq__phaseTab{align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-lg);background:var(--dark-surface);border:1px solid var(--dark-border);cursor:pointer;transition:var(--transition-smooth);border-radius:8px;display:flex}.ServicesDetail-module__YRUFQq__phaseTab:hover{background:var(--dark-card);border-color:#ffe61833}.ServicesDetail-module__YRUFQq__phaseTab.ServicesDetail-module__YRUFQq__active{background:var(--yellow-subtle);border-color:#ffe61866}.ServicesDetail-module__YRUFQq__phaseNum{font-family:var(--font-mono);color:var(--text-muted);background:var(--dark-bg);padding:var(--space-xs)var(--space-sm);border-radius:4px;font-size:.75rem;font-weight:600}.ServicesDetail-module__YRUFQq__phaseTab.ServicesDetail-module__YRUFQq__active .ServicesDetail-module__YRUFQq__phaseNum{background:var(--yellow-primary);color:var(--dark-bg)}.ServicesDetail-module__YRUFQq__phaseTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.25rem}.ServicesDetail-module__YRUFQq__phaseBadge{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:var(--space-xs)var(--space-sm);background:var(--dark-bg);border-radius:100px;font-size:.6875rem;font-weight:500}.ServicesDetail-module__YRUFQq__phaseTab.ServicesDetail-module__YRUFQq__active .ServicesDetail-module__YRUFQq__phaseBadge{color:var(--yellow-primary);background:#ffe6181a}.ServicesDetail-module__YRUFQq__phaseContent{max-width:min(95vw,1200px);margin:0 auto}.ServicesDetail-module__YRUFQq__phaseOverview{gap:var(--space-2xl);margin-bottom:var(--space-2xl);padding:var(--space-xl);background:var(--dark-surface);border:1px solid var(--dark-border);border-radius:12px;grid-template-columns:1.5fr 1fr;display:grid}.ServicesDetail-module__YRUFQq__phasePurpose{font-family:var(--font-display);color:var(--text-primary);font-size:clamp(1.5rem,3vw,2rem);line-height:1.3}.ServicesDetail-module__YRUFQq__outcomes h4{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--yellow-primary);margin-bottom:var(--space-md);font-size:.6875rem;font-weight:600}.ServicesDetail-module__YRUFQq__outcomes ul{gap:var(--space-sm);flex-direction:column;display:flex}.ServicesDetail-module__YRUFQq__outcomes li{align-items:flex-start;gap:var(--space-sm);color:var(--text-secondary);font-size:.875rem;line-height:1.5;display:flex}.ServicesDetail-module__YRUFQq__outcomes li svg{width:16px;height:16px;color:var(--yellow-primary);flex-shrink:0;margin-top:2px}.ServicesDetail-module__YRUFQq__activities h4{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:var(--space-lg);font-size:.6875rem;font-weight:600}.ServicesDetail-module__YRUFQq__activityGrid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.ServicesDetail-module__YRUFQq__activityCard{padding:var(--space-lg);background:var(--dark-surface);border:1px solid var(--dark-border);transition:var(--transition-smooth);border-radius:8px}.ServicesDetail-module__YRUFQq__activityCard:hover{border-color:#ffe61833}.ServicesDetail-module__YRUFQq__activityCard h5{font-family:var(--font-body);color:var(--text-primary);margin-bottom:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--dark-border);font-size:1rem;font-weight:600}.ServicesDetail-module__YRUFQq__activityCard ul{gap:var(--space-sm);flex-direction:column;display:flex}.ServicesDetail-module__YRUFQq__activityCard li{padding-left:var(--space-md);color:var(--text-secondary);font-size:.8125rem;line-height:1.5;position:relative}.ServicesDetail-module__YRUFQq__activityCard li:before{content:"";background:var(--yellow-primary);border-radius:50%;width:4px;height:4px;position:absolute;top:7px;left:0}@media (max-width:1024px){.ServicesDetail-module__YRUFQq__phaseOverview{gap:var(--space-xl);grid-template-columns:1fr}.ServicesDetail-module__YRUFQq__activityGrid{grid-template-columns:1fr}}@media (max-width:768px){.ServicesDetail-module__YRUFQq__phaseTabs{flex-direction:column;align-items:stretch}.ServicesDetail-module__YRUFQq__phaseTab{justify-content:flex-start}.ServicesDetail-module__YRUFQq__phaseOverview{padding:var(--space-lg)}.ServicesDetail-module__YRUFQq__activityCard{padding:var(--space-md)}}@media (max-width:480px){.ServicesDetail-module__YRUFQq__phaseTab{flex-wrap:wrap}.ServicesDetail-module__YRUFQq__phaseBadge{width:100%;margin-top:var(--space-xs);text-align:center}}
.Audience-module__Q-UHEW__section{padding:var(--section-spacing)0;background:var(--dark-surface)}.Audience-module__Q-UHEW__header{max-width:800px;margin:0 auto var(--space-3xl);flex-direction:column;align-items:center;display:flex}.Audience-module__Q-UHEW__header .Audience-module__Q-UHEW__section-desc{text-align:center;width:100%}.Audience-module__Q-UHEW__cards{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);max-width:min(95vw,1100px);margin:0 auto;display:grid}.Audience-module__Q-UHEW__card{background:var(--dark-card);border:1px solid var(--dark-border);padding:var(--space-xl);transition:var(--transition-smooth);border-radius:12px;flex-direction:column;display:flex}.Audience-module__Q-UHEW__card:hover{border-color:var(--yellow-border-subtle);box-shadow:var(--shadow-md),0 0 20px var(--yellow-glow);transform:translateY(-4px)}.Audience-module__Q-UHEW__cardHeader{align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-lg);display:flex}.Audience-module__Q-UHEW__cardIcon{background:var(--yellow-subtle);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Audience-module__Q-UHEW__cardIcon svg{width:24px;height:24px;color:var(--yellow-primary)}.Audience-module__Q-UHEW__cardTitles{flex:1}.Audience-module__Q-UHEW__cardRole{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--yellow-primary);margin-bottom:var(--space-xs);font-size:.6875rem;font-weight:500;display:block}.Audience-module__Q-UHEW__cardTitle{font-family:var(--font-display);font-size:var(--font-size-h4);color:var(--text-primary)}.Audience-module__Q-UHEW__cardContext{color:var(--text-secondary);margin-bottom:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--dark-border);font-size:.9375rem;line-height:1.7}.Audience-module__Q-UHEW__cardNeeds{margin-bottom:var(--space-lg)}.Audience-module__Q-UHEW__cardNeeds h4,.Audience-module__Q-UHEW__cardDeliver h4{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:var(--space-md);font-size:.6875rem;font-weight:600}.Audience-module__Q-UHEW__cardNeeds ul{gap:var(--space-sm);flex-direction:column;display:flex}.Audience-module__Q-UHEW__cardNeeds li{align-items:center;gap:var(--space-sm);color:var(--text-secondary);font-size:.875rem;display:flex}.Audience-module__Q-UHEW__cardNeeds li svg{width:16px;height:16px;color:var(--yellow-primary);flex-shrink:0}.Audience-module__Q-UHEW__cardDeliver{padding:var(--space-lg);background:var(--yellow-bg-subtle);border:1px solid var(--yellow-border-subtle);border-radius:8px;margin-top:auto}.Audience-module__Q-UHEW__cardDeliver h4{color:var(--yellow-primary)}.Audience-module__Q-UHEW__cardDeliver p{color:var(--text-primary);font-size:.9375rem;line-height:1.6}@media (max-width:900px){.Audience-module__Q-UHEW__cards{grid-template-columns:1fr;max-width:600px}}@media (max-width:768px){.Audience-module__Q-UHEW__section{padding:var(--space-2xl)0}}@media (max-width:480px){.Audience-module__Q-UHEW__card{padding:var(--space-lg)}.Audience-module__Q-UHEW__cardHeader{flex-direction:column}.Audience-module__Q-UHEW__cardDeliver{padding:var(--space-md)}}
.Differentiation-module__7bfSWW__section{padding:var(--section-spacing)0;background:var(--dark-bg)}.Differentiation-module__7bfSWW__header{text-align:center;margin-bottom:var(--space-3xl)}.Differentiation-module__7bfSWW__grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);max-width:min(95vw,1000px);margin:0 auto;display:grid}.Differentiation-module__7bfSWW__item{gap:var(--space-lg);padding:var(--space-xl);background:var(--dark-surface);border:1px solid var(--dark-border);transition:var(--transition-smooth);border-radius:12px;display:flex}.Differentiation-module__7bfSWW__item:hover{border-color:#ffe61833;transform:translateY(-2px)}.Differentiation-module__7bfSWW__itemIcon{background:linear-gradient(135deg,var(--yellow-subtle),#ffe6180d);border:1px solid #ffe61833;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.Differentiation-module__7bfSWW__itemIcon svg{width:28px;height:28px;color:var(--yellow-primary)}.Differentiation-module__7bfSWW__itemContent{flex:1}.Differentiation-module__7bfSWW__itemHeader{align-items:flex-start;gap:var(--space-sm);margin-bottom:var(--space-sm);flex-direction:column;display:flex}.Differentiation-module__7bfSWW__itemTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.5rem}.Differentiation-module__7bfSWW__itemSubtitle{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--yellow-primary);padding:var(--space-xs)var(--space-sm);background:var(--yellow-subtle);border-radius:4px;font-size:.6875rem;font-weight:500}.Differentiation-module__7bfSWW__itemDesc{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}@media (max-width:768px){.Differentiation-module__7bfSWW__section{padding:var(--space-2xl)0}}@media (max-width:900px){.Differentiation-module__7bfSWW__grid{grid-template-columns:1fr;max-width:600px}}@media (max-width:480px){.Differentiation-module__7bfSWW__item{gap:var(--space-md);padding:var(--space-lg);flex-direction:column}.Differentiation-module__7bfSWW__itemIcon{width:48px;height:48px}.Differentiation-module__7bfSWW__itemIcon svg{width:24px;height:24px}}
.HeroNew-module__cQPNmq__hero{background:var(--dark-bg);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroNew-module__cQPNmq__grid{pointer-events:none;z-index:1;grid-template-columns:repeat(6,1fr);display:grid;position:absolute;inset:0}.HeroNew-module__cQPNmq__gridCol{border-right:1px solid #ffffff0f}.HeroNew-module__cQPNmq__gridCol:first-child{border-left:1px solid #ffffff0f}.HeroNew-module__cQPNmq__archDiagram{pointer-events:none;z-index:1;width:90%;max-width:1100px;position:absolute;top:50%;right:-22%;transform:translateY(-50%)}.HeroNew-module__cQPNmq__archNode{animation:5s ease-in-out infinite HeroNew-module__cQPNmq__archNodePulse}.HeroNew-module__cQPNmq__archNodeDelay1{animation:5s ease-in-out 1.6s infinite HeroNew-module__cQPNmq__archNodePulse}.HeroNew-module__cQPNmq__archNodeDelay2{animation:5s ease-in-out 3.2s infinite HeroNew-module__cQPNmq__archNodePulse}.HeroNew-module__cQPNmq__archNodeYellow{animation:7s ease-in-out infinite HeroNew-module__cQPNmq__archYellowPulse}.HeroNew-module__cQPNmq__archNodeCenter{animation:4s ease-in-out infinite HeroNew-module__cQPNmq__archCenterPulse}.HeroNew-module__cQPNmq__archNodeCenterRing{animation:4s ease-in-out infinite HeroNew-module__cQPNmq__archCenterRing}@keyframes HeroNew-module__cQPNmq__archNodePulse{0%,to{opacity:.9}50%{opacity:.45}}@keyframes HeroNew-module__cQPNmq__archYellowPulse{0%,to{opacity:1}50%{opacity:.72}}@keyframes HeroNew-module__cQPNmq__archCenterPulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes HeroNew-module__cQPNmq__archCenterRing{0%,to{opacity:1;r:14}50%{opacity:.3;r:18}}.HeroNew-module__cQPNmq__telemetry{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.HeroNew-module__cQPNmq__heroInner{z-index:2;width:100%;max-width:var(--container-max);padding:100px var(--container-padding);margin:0 auto;position:relative}.HeroNew-module__cQPNmq__heroContent{max-width:820px}.HeroNew-module__cQPNmq__heroMicroLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#ffe100;margin-bottom:54px;font-size:.8125rem;font-weight:500}.HeroNew-module__cQPNmq__heroTitle{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.01em;flex-direction:column;max-width:820px;margin-bottom:62px;font-size:clamp(3.75rem,6.875vw,5.9375rem);font-weight:400;line-height:1.05;display:flex}.HeroNew-module__cQPNmq__heroTitleMuted{color:var(--text-secondary)}.HeroNew-module__cQPNmq__heroTitlePrimary{color:var(--text-primary)}.HeroNew-module__cQPNmq__heroSubhead{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);max-width:480px;margin-bottom:52px;font-size:clamp(1rem,1.4vw,1.0625rem);font-weight:400;line-height:1.7}.HeroNew-module__cQPNmq__heroActions{align-items:center;display:flex}.HeroNew-module__cQPNmq__heroCta{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.1em;text-transform:uppercase;color:var(--text-primary);background:0 0;border:1px solid #ffe60059;border-radius:4px;align-items:center;gap:10px;padding:14px 26px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:border-color .18s,background .18s,gap .18s;display:inline-flex}.HeroNew-module__cQPNmq__heroCta:hover{background:#ffe60014;border-color:#ffe60099;gap:16px}.HeroNew-module__cQPNmq__ctaArrow{flex-shrink:0;align-items:center;transition:transform .2s;display:flex}.HeroNew-module__cQPNmq__heroCta:hover .HeroNew-module__cQPNmq__ctaArrow{transform:translate(2px)}@media (max-width:768px){.HeroNew-module__cQPNmq__heroContent{text-align:center}.HeroNew-module__cQPNmq__heroLabel,.HeroNew-module__cQPNmq__heroMicroLabel{text-align:left}.HeroNew-module__cQPNmq__heroSubhead{max-width:100%;margin-left:auto;margin-right:auto}.HeroNew-module__cQPNmq__heroActions{justify-content:center}}
.VideoCTA-module__t9QsXW__card{background:var(--dark-card);border:1px solid var(--dark-border);cursor:pointer;border-radius:8px;outline:none;padding:28px 32px;transition:border-color .22s,background .22s,box-shadow .22s;position:relative;overflow:hidden}.VideoCTA-module__t9QsXW__card:before{content:"";background:linear-gradient(90deg,var(--yellow-primary),transparent 70%);height:2px;transition:opacity .22s;position:absolute;top:0;left:0;right:0}.VideoCTA-module__t9QsXW__card:hover,.VideoCTA-module__t9QsXW__card:focus-visible{background:var(--dark-hover);border-color:#ffe61838;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffe61814}.VideoCTA-module__t9QsXW__card:focus-visible{box-shadow:0 0 0 3px #ffe61840}.VideoCTA-module__t9QsXW__top{align-items:center;gap:12px;margin-bottom:18px;display:flex}.VideoCTA-module__t9QsXW__playRing{width:36px;height:36px;color:var(--yellow-primary);background:#ffe61814;border:1px solid #ffe61859;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .22s,border-color .22s;display:flex}.VideoCTA-module__t9QsXW__card:hover .VideoCTA-module__t9QsXW__playRing,.VideoCTA-module__t9QsXW__card:focus-visible .VideoCTA-module__t9QsXW__playRing{background:#ffe61826;border-color:#ffe61899}.VideoCTA-module__t9QsXW__badge{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--yellow-primary);font-size:.625rem;font-weight:500}.VideoCTA-module__t9QsXW__title{font-family:var(--font-display);letter-spacing:.02em;color:var(--text-primary);margin:0 0 10px;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:400;line-height:1.2}.VideoCTA-module__t9QsXW__meta{font-family:var(--font-body);color:var(--text-muted);letter-spacing:.01em;margin:0 0 24px;font-size:.8125rem}.VideoCTA-module__t9QsXW__footer{align-items:center;gap:20px;display:flex}.VideoCTA-module__t9QsXW__cta{background:linear-gradient(135deg,var(--yellow-primary)0%,gold 100%);color:var(--dark-bg);font-family:var(--font-body);cursor:pointer;letter-spacing:.01em;pointer-events:none;border:none;border-radius:5px;align-items:center;gap:8px;padding:10px 22px;font-size:.875rem;font-weight:700;transition:box-shadow .22s,transform .22s;display:inline-flex;box-shadow:0 4px 14px #ffe61859}.VideoCTA-module__t9QsXW__card:hover .VideoCTA-module__t9QsXW__cta,.VideoCTA-module__t9QsXW__card:focus-visible .VideoCTA-module__t9QsXW__cta{transform:translateY(-1px);box-shadow:0 6px 20px #ffe61880}.VideoCTA-module__t9QsXW__freeLabel{font-family:var(--font-body);color:var(--text-muted);white-space:nowrap;font-size:.75rem}@media (max-width:640px){.VideoCTA-module__t9QsXW__card{padding:22px 20px}.VideoCTA-module__t9QsXW__footer{flex-direction:column;align-items:flex-start;gap:10px}}
.VideoLeadForm-module__LamR_q__container{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;padding:20px 24px;position:relative;overflow:hidden}.VideoLeadForm-module__LamR_q__container:before{content:"";background:linear-gradient(135deg,var(--yellow-primary),transparent 50%);-webkit-mask-composite:xor;pointer-events:none;border-radius:12px;padding:1px;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}.VideoLeadForm-module__LamR_q__header{text-align:center;margin-bottom:16px}.VideoLeadForm-module__LamR_q__label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--yellow-primary);margin-bottom:var(--space-sm);font-size:.6875rem;font-weight:500;display:inline-block}.VideoLeadForm-module__LamR_q__title{font-family:var(--font-display);letter-spacing:.02em;color:var(--text-primary);margin-bottom:var(--space-sm);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:400;line-height:1.2}.VideoLeadForm-module__LamR_q__desc{color:var(--text-secondary);margin:0;font-size:.9375rem}.VideoLeadForm-module__LamR_q__form{gap:var(--space-md);flex-direction:column;display:flex}.VideoLeadForm-module__LamR_q__row{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.VideoLeadForm-module__LamR_q__field{gap:var(--space-xs);flex-direction:column;display:flex}.VideoLeadForm-module__LamR_q__required{color:var(--yellow-primary)}.VideoLeadForm-module__LamR_q__privacyNote{color:var(--text-muted);margin:4px 0 0;font-size:.75rem;line-height:1.4}.VideoLeadForm-module__LamR_q__checkboxField{align-items:center;display:flex}.VideoLeadForm-module__LamR_q__checkboxLabel{align-items:center;gap:var(--space-sm);color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem;display:flex}.VideoLeadForm-module__LamR_q__checkbox{appearance:none;border:2px solid var(--dark-border);background:var(--dark-surface);cursor:pointer;width:18px;height:18px;transition:all var(--transition-fast);border-radius:4px;flex-shrink:0;position:relative}.VideoLeadForm-module__LamR_q__checkbox:checked{background:var(--yellow-primary);border-color:var(--yellow-primary)}.VideoLeadForm-module__LamR_q__checkbox:checked:after{content:"";border:solid var(--dark-bg);border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.VideoLeadForm-module__LamR_q__checkbox:focus{outline:none;box-shadow:0 0 0 3px #ffe61826}.VideoLeadForm-module__LamR_q__fieldLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.VideoLeadForm-module__LamR_q__input{background:var(--dark-surface);border:1px solid var(--dark-border);font-family:var(--font-body);color:var(--text-primary);transition:all var(--transition-fast);border-radius:6px;outline:none;padding:9px 12px;font-size:.875rem}.VideoLeadForm-module__LamR_q__input::placeholder{color:var(--text-muted)}.VideoLeadForm-module__LamR_q__input:focus{border-color:var(--yellow-primary);box-shadow:0 0 0 3px #ffe61826}.VideoLeadForm-module__LamR_q__error{color:#ff6b6b;padding:var(--space-sm);text-align:center;background:#ff6b6b1a;border-radius:4px;margin:0;font-size:.875rem}.VideoLeadForm-module__LamR_q__submit{justify-content:center;align-items:center;gap:var(--space-sm);background:linear-gradient(135deg,var(--yellow-primary)0%,gold 100%);width:100%;color:var(--dark-bg);font-family:var(--font-body);cursor:pointer;transition:all var(--transition-expo);box-shadow:0 4px 16px var(--yellow-glow);border:none;border-radius:6px;padding:11px 24px;font-size:.9375rem;font-weight:600;display:flex}.VideoLeadForm-module__LamR_q__submit:hover:not(:disabled){box-shadow:0 8px 24px var(--yellow-glow-strong);transform:translateY(-2px)}.VideoLeadForm-module__LamR_q__submit:disabled{opacity:.7;cursor:not-allowed}.VideoLeadForm-module__LamR_q__spinner{border:2px solid var(--dark-bg);border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite VideoLeadForm-module__LamR_q__spin}@keyframes VideoLeadForm-module__LamR_q__spin{to{transform:rotate(360deg)}}.VideoLeadForm-module__LamR_q__disclaimer{color:var(--text-muted);text-align:center;margin:0;font-size:.75rem;line-height:1.5}.VideoLeadForm-module__LamR_q__successState{text-align:center;padding:var(--space-xl)0}.VideoLeadForm-module__LamR_q__successIcon{margin-bottom:var(--space-lg)}.VideoLeadForm-module__LamR_q__successTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:var(--space-md);font-size:1.75rem;font-weight:400}.VideoLeadForm-module__LamR_q__successText{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.6}.VideoLeadForm-module__LamR_q__successText strong{color:var(--yellow-primary)}@media (max-width:640px){.VideoLeadForm-module__LamR_q__container{padding:var(--space-lg)}.VideoLeadForm-module__LamR_q__row{grid-template-columns:1fr}}
.VideoModal-module__YJZvbq__overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);background:#000000c7;justify-content:center;align-items:center;padding:24px 16px;animation:.2s VideoModal-module__YJZvbq__fadeIn;display:flex;position:fixed;inset:0}@keyframes VideoModal-module__YJZvbq__fadeIn{0%{opacity:0}to{opacity:1}}.VideoModal-module__YJZvbq__panel{background:var(--dark-surface);border:1px solid #ffffff12;border-radius:12px;width:100%;max-width:960px;max-height:calc(100vh - 48px);animation:.24s cubic-bezier(.22,1,.36,1) VideoModal-module__YJZvbq__slideUp;position:relative;overflow-y:auto}.VideoModal-module__YJZvbq__panel:before{content:"";background:linear-gradient(90deg,var(--yellow-primary),transparent 60%);border-radius:12px 12px 0 0;height:2px;position:absolute;top:0;left:0;right:0}@keyframes VideoModal-module__YJZvbq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.VideoModal-module__YJZvbq__closeBtn{z-index:2;width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;justify-content:center;align-items:center;transition:background .18s,color .18s,border-color .18s;display:flex;position:absolute;top:18px;right:18px}.VideoModal-module__YJZvbq__closeBtn:hover{color:var(--text-primary);background:#ffffff1a;border-color:#ffffff26}.VideoModal-module__YJZvbq__layout{grid-template-columns:1fr 1fr;min-height:480px;display:grid}.VideoModal-module__YJZvbq__teaser{background:#ffffff04;border-right:1px solid #ffffff0d;flex-direction:column;padding:52px 40px 48px;display:flex}.VideoModal-module__YJZvbq__teaserInner{flex-direction:column;height:100%;display:flex}.VideoModal-module__YJZvbq__playVisual{width:60px;height:60px;margin-bottom:28px;position:relative}.VideoModal-module__YJZvbq__playCircle{z-index:1;width:56px;height:56px;color:var(--yellow-primary);background:#ffe6181a;border:1px solid #ffe6184d;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.VideoModal-module__YJZvbq__playRipple{border:1px solid #ffe6181a;border-radius:50%;position:absolute;inset:-8px}.VideoModal-module__YJZvbq__teaserEyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--yellow-primary);margin:0 0 12px;font-size:.625rem;font-weight:500}.VideoModal-module__YJZvbq__teaserTitle{font-family:var(--font-display);letter-spacing:.02em;color:var(--text-primary);margin:0 0 24px;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:400;line-height:1.15}.VideoModal-module__YJZvbq__teaserBody{flex-direction:column;gap:14px;margin-bottom:24px;display:flex}.VideoModal-module__YJZvbq__teaserBody p{font-family:var(--font-body);color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.7}.VideoModal-module__YJZvbq__bullets{flex-direction:column;gap:10px;margin:0 0 28px;padding:0;list-style:none;display:flex}.VideoModal-module__YJZvbq__bullets li{font-family:var(--font-body);color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.5;display:flex}.VideoModal-module__YJZvbq__bulletDot{background:var(--yellow-primary);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:6px;display:inline-block}.VideoModal-module__YJZvbq__teaserMeta{font-family:var(--font-body);color:var(--text-muted);letter-spacing:.01em;margin:auto 0 0;font-size:.75rem}.VideoModal-module__YJZvbq__formCol{flex-direction:column;justify-content:flex-start;padding:52px 40px 48px;display:flex}.VideoModal-module__YJZvbq__formCol>div{background:0 0;border:none;border-radius:0;padding:0}.VideoModal-module__YJZvbq__formCol>div:before{display:none}@media (max-width:768px){.VideoModal-module__YJZvbq__overlay{align-items:flex-end;padding:0}.VideoModal-module__YJZvbq__panel{border-radius:12px 12px 0 0;max-height:92vh;animation:.28s cubic-bezier(.22,1,.36,1) VideoModal-module__YJZvbq__slideUpMobile}@keyframes VideoModal-module__YJZvbq__slideUpMobile{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.VideoModal-module__YJZvbq__layout{grid-template-columns:1fr}.VideoModal-module__YJZvbq__teaser{border-bottom:1px solid #ffffff0d;border-right:none;padding:40px 24px 32px}.VideoModal-module__YJZvbq__playVisual,.VideoModal-module__YJZvbq__teaserBody{display:none}.VideoModal-module__YJZvbq__teaserMeta{margin:0}.VideoModal-module__YJZvbq__formCol{padding:32px 24px 40px}.VideoModal-module__YJZvbq__closeBtn{top:14px;right:14px}}
.ArchitecturalInsight-module__CUwe5a__section{background:var(--dark-surface);padding:136px 0 144px;position:relative;overflow:hidden}.ArchitecturalInsight-module__CUwe5a__grid{pointer-events:none;z-index:0;grid-template-columns:repeat(6,1fr);display:grid;position:absolute;inset:0}.ArchitecturalInsight-module__CUwe5a__gridCol{border-right:1px solid #ffffff08}.ArchitecturalInsight-module__CUwe5a__gridCol:first-child{border-left:1px solid #ffffff08}.ArchitecturalInsight-module__CUwe5a__inner{z-index:1;width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto;position:relative}.ArchitecturalInsight-module__CUwe5a__layout{grid-template-columns:1fr 1fr;align-items:start;gap:96px;display:grid}.ArchitecturalInsight-module__CUwe5a__leftCol{flex-direction:column;gap:56px;display:flex}.ArchitecturalInsight-module__CUwe5a__textBlock{flex-direction:column;display:flex}.ArchitecturalInsight-module__CUwe5a__label{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#ffffff59;margin-bottom:16px;font-size:.6875rem;font-weight:500}.ArchitecturalInsight-module__CUwe5a__title{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:20px;font-size:clamp(2.75rem,6vw,5rem);font-weight:400;line-height:1.05}.ArchitecturalInsight-module__CUwe5a__subheadline{font-family:var(--font-dm-sans),sans-serif;color:#ffffff80;letter-spacing:.01em;margin-bottom:32px;font-size:clamp(.9375rem,1.2vw,1.0625rem);font-style:italic;font-weight:500;line-height:1.5}.ArchitecturalInsight-module__CUwe5a__body{flex-direction:column;gap:18px;display:flex}.ArchitecturalInsight-module__CUwe5a__body p{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);font-size:clamp(.9375rem,1.2vw,1rem);font-weight:400;line-height:1.75}.ArchitecturalInsight-module__CUwe5a__staccato{border-left:2px solid #ffe6184d;flex-direction:column;gap:4px;padding-left:16px;display:flex}.ArchitecturalInsight-module__CUwe5a__staccato p{font-family:var(--font-dm-sans),sans-serif;color:#ffffff85;margin:0;font-size:clamp(.875rem,1.1vw,.9375rem);font-weight:400;line-height:1.6}.ArchitecturalInsight-module__CUwe5a__closing{font-weight:500;color:var(--text-primary)!important}.ArchitecturalInsight-module__CUwe5a__stack{border-top:1px solid #ffffff0f;flex-direction:column;align-items:flex-start;padding-top:40px;display:flex}.ArchitecturalInsight-module__CUwe5a__stackStep{flex-direction:column;align-items:flex-start;display:flex}.ArchitecturalInsight-module__CUwe5a__stackLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--text-primary);font-size:.75rem;font-weight:500;line-height:1}.ArchitecturalInsight-module__CUwe5a__stackArrow{color:#ffffff1f;margin:10px 0;font-size:.8125rem;line-height:1}.ArchitecturalInsight-module__CUwe5a__rightCol{padding-top:60px}.ArchitecturalInsight-module__CUwe5a__diagram{background:#ffffff03;border:1px solid #ffffff0f;flex-direction:column;align-items:stretch;padding:40px 36px;display:flex}.ArchitecturalInsight-module__CUwe5a__diagramStep{flex-direction:column;align-items:center;display:flex}.ArchitecturalInsight-module__CUwe5a__diagramNode{text-align:center;background:#ffffff06;border:1px solid #ffffff17;width:100%;padding:16px 20px;transition:border-color .2s,background .2s}.ArchitecturalInsight-module__CUwe5a__diagramNodeKey{background:#ffffff0f;border-color:#ffffff47;box-shadow:inset 0 0 0 1px #ffffff0f}.ArchitecturalInsight-module__CUwe5a__diagramNodeKey .ArchitecturalInsight-module__CUwe5a__diagramLabel{color:#ffffffd1;letter-spacing:.03em;font-weight:500}.ArchitecturalInsight-module__CUwe5a__diagramNodeFinal{background:#ffffff0d;border-color:#ffffff2e}.ArchitecturalInsight-module__CUwe5a__diagramLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.02em;color:#ffffff85;font-size:.8125rem;font-weight:400;display:block}.ArchitecturalInsight-module__CUwe5a__diagramNodeFinal .ArchitecturalInsight-module__CUwe5a__diagramLabel{color:#ffffffc7;font-weight:500}.ArchitecturalInsight-module__CUwe5a__diagramConnector{background:#ffffff17;flex-shrink:0;width:1px;height:28px;position:relative}.ArchitecturalInsight-module__CUwe5a__diagramConnector:after{content:"";border-top:4px solid #ffffff17;border-left:3px solid #0000;border-right:3px solid #0000;width:0;height:0;position:absolute;bottom:-4px;left:-3px}.ArchitecturalInsight-module__CUwe5a__videoFormWrapper{margin-top:64px}@keyframes ArchitecturalInsight-module__CUwe5a__rvFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes ArchitecturalInsight-module__CUwe5a__rvFadeUpCard{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ArchitecturalInsight-module__CUwe5a__rvReady{opacity:0;transform:translateY(14px)}.ArchitecturalInsight-module__CUwe5a__rvVisible{animation:.46s cubic-bezier(.25,.46,.45,.94) both ArchitecturalInsight-module__CUwe5a__rvFadeUp}.ArchitecturalInsight-module__CUwe5a__rvCardReady{opacity:0;transform:translateY(8px)}.ArchitecturalInsight-module__CUwe5a__rvCardVisible{animation:.4s cubic-bezier(.25,.46,.45,.94) both ArchitecturalInsight-module__CUwe5a__rvFadeUpCard}@media (max-width:1024px){.ArchitecturalInsight-module__CUwe5a__layout{grid-template-columns:1fr;gap:64px}.ArchitecturalInsight-module__CUwe5a__rightCol{padding-top:0}.ArchitecturalInsight-module__CUwe5a__videoFormWrapper{margin-top:var(--space-lg)}}@media (max-width:768px){.ArchitecturalInsight-module__CUwe5a__section{padding:60px 0 64px}.ArchitecturalInsight-module__CUwe5a__leftCol{gap:44px}.ArchitecturalInsight-module__CUwe5a__stack{display:none}.ArchitecturalInsight-module__CUwe5a__diagram{padding:28px 24px}}
.OperatingModel-module___bJ64q__section{background:var(--dark-surface);padding:80px 0 116px;position:relative;overflow:hidden}.OperatingModel-module___bJ64q__grid{pointer-events:none;z-index:0;grid-template-columns:repeat(6,1fr);display:grid;position:absolute;inset:0}.OperatingModel-module___bJ64q__gridCol{border-right:1px solid #ffffff08}.OperatingModel-module___bJ64q__gridCol:first-child{border-left:1px solid #ffffff08}.OperatingModel-module___bJ64q__inner{z-index:1;width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto;position:relative}.OperatingModel-module___bJ64q__prelude{align-items:center;gap:20px;margin-bottom:56px;display:flex}.OperatingModel-module___bJ64q__preludeLine{background:linear-gradient(90deg,#0000 0%,#ffffff14 40% 60%,#0000 100%);flex:1;height:1px}.OperatingModel-module___bJ64q__prelude .OperatingModel-module___bJ64q__preludeLine:first-child{background:linear-gradient(270deg,#ffffff14 40%,#0000 100%)}.OperatingModel-module___bJ64q__preludeLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.26em;text-transform:uppercase;color:#ffffff38;white-space:nowrap;flex-shrink:0;font-size:.5625rem;font-weight:500}.OperatingModel-module___bJ64q__header{max-width:760px;margin-bottom:36px}.OperatingModel-module___bJ64q__label{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--yellow-primary);margin-bottom:24px;font-size:.6875rem;font-weight:500}.OperatingModel-module___bJ64q__title{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:10px;font-size:clamp(2.75rem,6vw,5rem);font-weight:400;line-height:1.02}.OperatingModel-module___bJ64q__titleRule{background:linear-gradient(90deg,#ffda008c 0%,#ffda0033 60%,#0000 100%);max-width:520px;height:1px;margin-bottom:32px}.OperatingModel-module___bJ64q__body{flex-direction:column;gap:18px;display:flex}.OperatingModel-module___bJ64q__body p{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);font-size:clamp(.9375rem,1.2vw,1rem);font-weight:400;line-height:1.75}.OperatingModel-module___bJ64q__sectionRule{background:linear-gradient(90deg,#ffffff1a 0% 70%,#0000 100%);height:1px;margin-bottom:18px}.OperatingModel-module___bJ64q__systemLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#ffda008c;text-align:center;margin-bottom:14px;font-size:.625rem;font-weight:500}.OperatingModel-module___bJ64q__modelWrapper{background:#ffda0004;border:1px solid #ffda0052;border-radius:8px;padding:8px;position:relative;box-shadow:0 0 0 1px #ffda000f,0 0 40px #ffda000d,inset 0 0 24px #ffda0003}.OperatingModel-module___bJ64q__flowBar{border-bottom:1px solid #ffffff0d;justify-content:center;align-items:center;gap:16px;padding:10px 16px 12px;display:flex;position:relative;overflow:hidden}.OperatingModel-module___bJ64q__flowBar>*{z-index:1;position:relative}.OperatingModel-module___bJ64q__flowBar:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(90deg,#0000 0%,#ffda0021 40% 60%,#0000 100%);width:40%;animation:8s ease-in-out infinite OperatingModel-module___bJ64q__flowSweep;position:absolute;top:0;bottom:0;left:-40%}@keyframes OperatingModel-module___bJ64q__flowSweep{0%{opacity:0;transform:translate(0)}3%{opacity:.9;transform:translate(0)}21.75%{opacity:.9;transform:translate(350%)}24%{opacity:0;transform:translate(350%)}24.01%{opacity:0;transform:translate(0)}to{opacity:0;transform:translate(0)}}.OperatingModel-module___bJ64q__flowStep{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.24em;text-transform:uppercase;color:#ffffff70;font-size:.625rem;font-weight:500;transition:color .22s,text-shadow .22s}.OperatingModel-module___bJ64q__flowStepActive{color:#ffda00cc;text-shadow:0 0 14px #ffda0038}.OperatingModel-module___bJ64q__flowArrow{color:#ffda004d;padding:0 2px;font-size:.625rem;line-height:1}.OperatingModel-module___bJ64q__columns{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:4px;transition:grid-template-columns .26s cubic-bezier(.25,.46,.45,.94);display:grid}.OperatingModel-module___bJ64q__columnsExpanded{grid-template-columns:.94fr 1.12fr .94fr}.OperatingModel-module___bJ64q__column{background:#0d0d0d;flex-direction:column;padding:64px 40px 72px;transition:transform .24s,box-shadow .28s;display:flex;position:relative;overflow:hidden}.OperatingModel-module___bJ64q__column:before{content:"";opacity:0;pointer-events:none;z-index:0;background:radial-gradient(100% 50% at 50% -5%,#ffda0012 0%,#0000 70%);transition:opacity .4s;position:absolute;inset:0}.OperatingModel-module___bJ64q__column>*{z-index:1;position:relative}.OperatingModel-module___bJ64q__column:hover{transform:translateY(-3px);box-shadow:0 8px 28px #00000052,0 0 30px #ffda0012}@keyframes OperatingModel-module___bJ64q__backlightPulse{0%,to{opacity:.65}50%{opacity:1}}.OperatingModel-module___bJ64q__colLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#ffffff61;margin-bottom:28px;font-size:.625rem;font-weight:500}.OperatingModel-module___bJ64q__colTitle{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.01em;color:var(--text-primary);min-height:2lh;margin-bottom:0;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:400;line-height:1.1}.OperatingModel-module___bJ64q__colAccent{background:var(--yellow-primary);opacity:.7;flex-shrink:0;width:32px;height:2px;margin:16px 0 20px;transition:width .32s cubic-bezier(.25,.46,.45,.94),opacity .28s}.OperatingModel-module___bJ64q__column:hover .OperatingModel-module___bJ64q__colAccent{opacity:1;width:42px}.OperatingModel-module___bJ64q__columnCenter{background:#131313}.OperatingModel-module___bJ64q__colDesc{font-family:var(--font-dm-sans),sans-serif;color:#ffffff7a;font-size:.9375rem;font-weight:400;line-height:1.7}.OperatingModel-module___bJ64q__poweredBy{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.06em;color:#ffda0061;margin-top:20px;font-size:.6875rem;font-weight:400}.OperatingModel-module___bJ64q__learnMoreBtn{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.06em;color:#ffffff52;cursor:pointer;text-align:left;background:0 0;border:none;margin-top:16px;padding:0;font-size:.75rem;font-weight:500;transition:color .18s}.OperatingModel-module___bJ64q__learnMoreBtn:hover{color:#ffffffa6}.OperatingModel-module___bJ64q__expandWrap{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .28s,opacity .24s;display:grid}.OperatingModel-module___bJ64q__expandWrap>.OperatingModel-module___bJ64q__expandInner{overflow:hidden}.OperatingModel-module___bJ64q__expandWrapOpen{opacity:1;grid-template-rows:1fr}.OperatingModel-module___bJ64q__expandList{border-left:1px solid #ffda001f;flex-direction:column;gap:12px;margin:20px 0 0;padding:0 0 0 16px;list-style:none;display:flex}.OperatingModel-module___bJ64q__expandItem{font-family:var(--font-dm-sans),sans-serif;color:#fff6;opacity:0;align-items:flex-start;gap:10px;font-size:.8125rem;font-weight:400;line-height:1.55;transition:opacity .2s,transform .2s;display:flex;transform:translateY(7px)}.OperatingModel-module___bJ64q__expandWrapOpen .OperatingModel-module___bJ64q__expandItem{opacity:1;transform:translateY(0)}.OperatingModel-module___bJ64q__expandWrapOpen .OperatingModel-module___bJ64q__expandItem:first-child{transition-delay:.28s}.OperatingModel-module___bJ64q__expandWrapOpen .OperatingModel-module___bJ64q__expandItem:nth-child(2){transition-delay:.4s}.OperatingModel-module___bJ64q__expandWrapOpen .OperatingModel-module___bJ64q__expandItem:nth-child(3){transition-delay:.52s}.OperatingModel-module___bJ64q__expandWrapOpen .OperatingModel-module___bJ64q__expandItem:nth-child(4){transition-delay:.64s}.OperatingModel-module___bJ64q__expandDash{color:#ffda0040;flex-shrink:0;margin-top:.08em;font-size:.75rem}.OperatingModel-module___bJ64q__complianceBlock{flex-direction:column;align-items:center;gap:10px;margin-top:24px;display:flex}.OperatingModel-module___bJ64q__complianceLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.04em;color:#ffffff38;text-align:center;font-size:.6875rem;font-weight:400}.OperatingModel-module___bJ64q__complianceTag{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#ffffff4d;text-align:center;font-size:.625rem;font-weight:500}@keyframes OperatingModel-module___bJ64q__assembleIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes OperatingModel-module___bJ64q__assembleFrame{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.OperatingModel-module___bJ64q__assembleReady{opacity:0;transform:translateY(10px)}.OperatingModel-module___bJ64q__assembleFrameReady{opacity:0;transform:translateY(14px)}.OperatingModel-module___bJ64q__assembleVisible{animation:.32s cubic-bezier(.25,.46,.45,.94) both OperatingModel-module___bJ64q__assembleIn}.OperatingModel-module___bJ64q__assembleFrameVisible{animation:.38s cubic-bezier(.25,.46,.45,.94) both OperatingModel-module___bJ64q__assembleFrame}@media (max-width:1024px){.OperatingModel-module___bJ64q__columns,.OperatingModel-module___bJ64q__columnsExpanded{grid-template-columns:1fr;gap:4px}}@media (max-width:768px){.OperatingModel-module___bJ64q__section{padding:96px 0 104px}.OperatingModel-module___bJ64q__header{margin-bottom:52px}.OperatingModel-module___bJ64q__sectionRule{margin-bottom:56px}.OperatingModel-module___bJ64q__column{padding:36px 28px 40px}}
.EngagementModel-module__kOI1uG__section{background:var(--dark-bg);isolation:isolate;padding:136px 0 144px;position:relative;overflow:clip}.EngagementModel-module__kOI1uG__bgGrid{pointer-events:none;z-index:0;grid-template-columns:repeat(6,1fr);display:grid;position:absolute;inset:0}.EngagementModel-module__kOI1uG__bgGridCol{border-right:1px solid #ffffff05}.EngagementModel-module__kOI1uG__bgGridCol:first-child{border-left:1px solid #ffffff05}.EngagementModel-module__kOI1uG__inner{z-index:1;width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto;position:relative}.EngagementModel-module__kOI1uG__header{max-width:720px;margin-bottom:96px}.EngagementModel-module__kOI1uG__label{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--yellow-primary);margin-bottom:24px;font-size:.6875rem;font-weight:500}.EngagementModel-module__kOI1uG__title{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:10px;font-size:clamp(2.75rem,6vw,5rem);font-weight:400;line-height:1.02}.EngagementModel-module__kOI1uG__titleRule{background:linear-gradient(90deg,#ffda008c 0%,#ffda0033 60%,#0000 100%);max-width:480px;height:1px;margin-bottom:28px}.EngagementModel-module__kOI1uG__intro{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);max-width:640px;font-size:clamp(.9375rem,1.2vw,1rem);font-weight:400;line-height:1.75}.EngagementModel-module__kOI1uG__twoCol{grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid}.EngagementModel-module__kOI1uG__stepsCol{flex-direction:column;display:flex}.EngagementModel-module__kOI1uG__sentinel{pointer-events:none;height:0}.EngagementModel-module__kOI1uG__stepCard{cursor:default;background:#ffffff06;border-radius:2px;align-items:flex-start;gap:40px;margin-bottom:12px;padding:40px;transition:background .26s,box-shadow .28s;display:flex;box-shadow:inset 0 0 0 1px #ffffff0e}.EngagementModel-module__kOI1uG__stepCard:last-of-type{margin-bottom:0}.EngagementModel-module__kOI1uG__stepCardPhaseEnd{margin-bottom:72px}.EngagementModel-module__kOI1uG__stepCard:hover{background:#ffffff09;box-shadow:inset 0 0 0 1px #ffffff14,0 8px 32px #00000042,0 16px 48px #ffda000a}.EngagementModel-module__kOI1uG__stepMeta{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:10px;min-width:88px;padding-top:4px;display:flex}.EngagementModel-module__kOI1uG__stepNum{font-family:var(--font-bebas-neue),sans-serif;color:#ffda002e;letter-spacing:.04em;font-size:2.75rem;font-weight:400;line-height:1;transition:color .22s;display:block}.EngagementModel-module__kOI1uG__stepCard:hover .EngagementModel-module__kOI1uG__stepNum{color:#ffda0057}.EngagementModel-module__kOI1uG__stepVerb{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#ffda0080;font-size:.625rem;font-weight:700;transition:color .2s}.EngagementModel-module__kOI1uG__stepCard:hover .EngagementModel-module__kOI1uG__stepVerb{color:#ffda00d9}.EngagementModel-module__kOI1uG__stepContent{flex:1;min-width:0}.EngagementModel-module__kOI1uG__stepTitle{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.01em;color:#ffffffe0;margin:0;font-size:clamp(1.375rem,1.8vw,1.75rem);font-weight:400;line-height:1.08}.EngagementModel-module__kOI1uG__stepAccent{background:var(--yellow-primary);opacity:.35;flex-shrink:0;width:20px;height:1px;margin:18px 0;transition:width .24s cubic-bezier(.25,.46,.45,.94),opacity .2s}.EngagementModel-module__kOI1uG__stepCard:hover .EngagementModel-module__kOI1uG__stepAccent{opacity:.8;width:38px}.EngagementModel-module__kOI1uG__stepBody{font-family:var(--font-dm-sans),sans-serif;color:#fff6;margin:0;font-size:.875rem;font-weight:400;line-height:1.75}.EngagementModel-module__kOI1uG__panelCol{align-self:start;position:sticky;top:100px}.EngagementModel-module__kOI1uG__panel{background:#ffffff07;border-radius:4px;padding:36px 36px 40px;overflow:hidden;box-shadow:inset 0 0 0 1px #fff1,0 0 48px #ffda000a}.EngagementModel-module__kOI1uG__panel:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffda0059 30% 70%,#0000);height:1px;position:absolute;top:0;left:10%;right:10%}.EngagementModel-module__kOI1uG__phaseProgress{align-items:center;gap:0;margin-bottom:32px;display:flex}.EngagementModel-module__kOI1uG__phaseProgressItem{flex-shrink:0;align-items:center;gap:8px;display:flex}.EngagementModel-module__kOI1uG__phaseProgressDot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.EngagementModel-module__kOI1uG__phaseProgressLabel{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:.28em;color:#ffffff38;font-size:.75rem;font-weight:400;line-height:1;transition:color .3s}.EngagementModel-module__kOI1uG__phaseProgressLabelActive{color:#ffda00cc}.EngagementModel-module__kOI1uG__phaseProgressLine{flex:1;min-width:20px;height:1px;margin:0 10px}.EngagementModel-module__kOI1uG__panelContent{flex-direction:column;gap:0;display:flex}.EngagementModel-module__kOI1uG__timeframeBadge{align-items:center;gap:8px;margin-bottom:10px;display:inline-flex}.EngagementModel-module__kOI1uG__timeframeIcon{color:#ffda00b3;font-size:.6875rem;line-height:1}.EngagementModel-module__kOI1uG__timeframeText{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:.04em;color:var(--text-primary);font-size:1.5rem;font-weight:400;line-height:1}.EngagementModel-module__kOI1uG__panelSubtitle{font-family:var(--font-dm-sans),sans-serif;color:#ffffff6b;margin:0 0 20px;font-size:.8125rem;font-weight:400;line-height:1.6}.EngagementModel-module__kOI1uG__chart{width:100%;height:auto;margin-bottom:24px;display:block}.EngagementModel-module__kOI1uG__metrics{border-top:1px solid #ffffff0b;flex-direction:column;gap:14px;margin-bottom:28px;padding-top:20px;display:flex}.EngagementModel-module__kOI1uG__metricRow{align-items:center;gap:12px;display:flex}.EngagementModel-module__kOI1uG__metricLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#ffffff52;flex-shrink:0;min-width:88px;font-size:.625rem;font-weight:700}.EngagementModel-module__kOI1uG__metricSegments{flex-shrink:0;gap:4px;display:flex}.EngagementModel-module__kOI1uG__metricSegment{border-radius:2px;width:28px;height:4px}.EngagementModel-module__kOI1uG__metricValue{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.04em;color:#ffffff80;text-align:right;flex:1;font-size:.6875rem;font-weight:500}.EngagementModel-module__kOI1uG__panelCta{border-top:1px solid #ffffff0b;flex-direction:column;gap:10px;padding-top:20px;display:flex}.EngagementModel-module__kOI1uG__panelCtaBtn{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.02em;color:#ffda00e6;align-items:center;gap:8px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:color .2s,gap .2s;display:inline-flex}.EngagementModel-module__kOI1uG__panelCtaBtn:hover{color:#ffda00;gap:12px}.EngagementModel-module__kOI1uG__panelCtaNote{font-family:var(--font-dm-sans),sans-serif;color:#ffffff3d;margin:0;font-size:.6875rem;font-weight:400;line-height:1.5}@keyframes EngagementModel-module__kOI1uG__fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.EngagementModel-module__kOI1uG__animReady{opacity:0;transform:translateY(14px)}.EngagementModel-module__kOI1uG__animVisible{animation:.42s cubic-bezier(.25,.46,.45,.94) both EngagementModel-module__kOI1uG__fadeUp}@media (max-width:900px){.EngagementModel-module__kOI1uG__twoCol{grid-template-columns:1fr;gap:48px}.EngagementModel-module__kOI1uG__panelCol{order:-1;position:static}}@media (max-width:768px){.EngagementModel-module__kOI1uG__section{padding:60px 0 64px}.EngagementModel-module__kOI1uG__header{margin-bottom:48px}.EngagementModel-module__kOI1uG__stepCard{flex-direction:column;gap:16px;padding:28px 24px}.EngagementModel-module__kOI1uG__stepMeta{min-width:unset;flex-direction:row;align-items:baseline;gap:12px}.EngagementModel-module__kOI1uG__stepNum{font-size:2rem}.EngagementModel-module__kOI1uG__stepCardPhaseEnd{margin-bottom:40px}.EngagementModel-module__kOI1uG__panel{padding:28px 24px 32px}}
.EngagementModelV2-module__q9CwVa__section{background:var(--dark-bg);isolation:isolate;padding:96px 0 144px;position:relative;overflow:clip}.EngagementModelV2-module__q9CwVa__bgGrid{pointer-events:none;z-index:0;grid-template-columns:repeat(6,1fr);display:grid;position:absolute;inset:0}.EngagementModelV2-module__q9CwVa__bgGridCol{border-right:1px solid #ffffff05}.EngagementModelV2-module__q9CwVa__bgGridCol:first-child{border-left:1px solid #ffffff05}.EngagementModelV2-module__q9CwVa__inner{z-index:1;width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto;position:relative}.EngagementModelV2-module__q9CwVa__header{max-width:720px;margin-bottom:80px}.EngagementModelV2-module__q9CwVa__label{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--yellow-primary);margin-bottom:20px;font-size:.6875rem;font-weight:500}.EngagementModelV2-module__q9CwVa__title{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:10px;font-size:clamp(2.75rem,6vw,5rem);font-weight:400;line-height:1.02}.EngagementModelV2-module__q9CwVa__titleRule{background:linear-gradient(90deg,#ffda008c 0%,#ffda0033 60%,#0000 100%);max-width:480px;height:1px;margin-bottom:24px}.EngagementModelV2-module__q9CwVa__intro{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);max-width:640px;font-size:clamp(.9375rem,1.2vw,1rem);font-weight:400;line-height:1.75}.EngagementModelV2-module__q9CwVa__topZone{grid-template-columns:3fr 2fr;align-items:stretch;gap:48px;margin-bottom:64px;display:grid}.EngagementModelV2-module__q9CwVa__chartCol{flex-direction:column;gap:0;display:flex}.EngagementModelV2-module__q9CwVa__phaseTabs{border-bottom:1px solid #ffffff0b;flex-direction:row;gap:4px;margin-bottom:0;padding-bottom:16px;display:flex}.EngagementModelV2-module__q9CwVa__phaseTab{cursor:pointer;text-align:left;background:#ffffff04;border:none;border-radius:2px;flex-direction:column;flex:1;align-items:flex-start;gap:6px;padding:20px;transition:background .2s,box-shadow .2s;display:flex;box-shadow:inset 0 0 0 1px #ffffff0b}.EngagementModelV2-module__q9CwVa__phaseTab:hover{background:#ffffff07}.EngagementModelV2-module__q9CwVa__phaseTabActive{background:#ffda000b!important;box-shadow:inset 0 0 0 1px #ffda0033!important}.EngagementModelV2-module__q9CwVa__phaseTabName{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:.2em;color:#ffffff47;font-size:1.125rem;font-weight:400;line-height:1;transition:color .2s}.EngagementModelV2-module__q9CwVa__phaseTabActive .EngagementModelV2-module__q9CwVa__phaseTabName{color:#ffda00e0}.EngagementModelV2-module__q9CwVa__phaseTabTime{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.04em;color:#ffffff38;font-size:.625rem;font-weight:400;transition:color .2s}.EngagementModelV2-module__q9CwVa__phaseTabActive .EngagementModelV2-module__q9CwVa__phaseTabTime{color:#ffda007a}.EngagementModelV2-module__q9CwVa__journeyChart{flex:1;width:100%;height:0;margin-top:16px;display:block}.EngagementModelV2-module__q9CwVa__dashPanel{background:#ffffff05;border-radius:2px;flex-direction:column;gap:0;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0e}.EngagementModelV2-module__q9CwVa__dashStatLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#ffffff38;margin-bottom:8px;font-size:.5625rem;font-weight:700;display:block}.EngagementModelV2-module__q9CwVa__dashGoal{background:#ffda0006;border-bottom:1px solid #ffffff0b;flex-direction:column;gap:6px;padding:20px 24px 18px;display:flex}.EngagementModelV2-module__q9CwVa__dashGoalValue{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:.04em;color:#ffda00eb;font-size:1.75rem;font-weight:400;line-height:1;display:block}.EngagementModelV2-module__q9CwVa__dashStats{border-bottom:1px solid #ffffff0b;display:flex}.EngagementModelV2-module__q9CwVa__dashStat{flex-direction:column;flex:1;padding:20px 24px;display:flex}.EngagementModelV2-module__q9CwVa__dashDivider{background:#ffffff0b;flex-shrink:0;width:1px}.EngagementModelV2-module__q9CwVa__dashStatValue{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:.02em;color:#ffffffd9;font-size:1.25rem;font-weight:400;line-height:1.1}.EngagementModelV2-module__q9CwVa__dashOutcome{border-bottom:1px solid #ffffff0b;padding:20px 24px}.EngagementModelV2-module__q9CwVa__dashOutcomeValue{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:.02em;color:#ffda00e0;margin:0 0 6px;font-size:1.125rem;font-weight:400;line-height:1.2}.EngagementModelV2-module__q9CwVa__dashOutcomeNote{font-family:var(--font-dm-sans),sans-serif;color:#ffffff47;margin:0;font-size:.6875rem;font-weight:400;line-height:1.4}.EngagementModelV2-module__q9CwVa__dashFriction{border-bottom:1px solid #ffffff0b;padding:20px 24px}.EngagementModelV2-module__q9CwVa__frictionList{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.EngagementModelV2-module__q9CwVa__frictionItem{font-family:var(--font-dm-sans),sans-serif;color:#ffffff6b;align-items:flex-start;gap:10px;font-size:.75rem;font-weight:400;line-height:1.4;display:flex}.EngagementModelV2-module__q9CwVa__frictionDot{background:#f449;border-radius:50%;flex-shrink:0;width:4px;height:4px;margin-top:5px}.EngagementModelV2-module__q9CwVa__dashMaturity{padding:20px 24px}.EngagementModelV2-module__q9CwVa__metricRows{flex-direction:column;gap:12px;display:flex}.EngagementModelV2-module__q9CwVa__metricRow{grid-template-columns:88px 1fr auto;align-items:center;gap:12px;display:grid}.EngagementModelV2-module__q9CwVa__metricLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#ffffff4d;font-size:.5625rem;font-weight:700}.EngagementModelV2-module__q9CwVa__metricSegments{gap:4px;display:flex}.EngagementModelV2-module__q9CwVa__metricSegment{border-radius:2px;flex:1;height:4px}.EngagementModelV2-module__q9CwVa__metricValue{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.02em;color:#ffffff73;text-align:right;white-space:nowrap;font-size:.6875rem;font-weight:400}.EngagementModelV2-module__q9CwVa__exploreZone{flex-direction:column;gap:40px;display:flex}.EngagementModelV2-module__q9CwVa__assessmentToggleWrap{flex-direction:column;display:flex}.EngagementModelV2-module__q9CwVa__assessmentToggleBtn{cursor:pointer;width:100%;font-family:var(--font-dm-sans),sans-serif;letter-spacing:.04em;color:#ffffffa6;text-align:left;background:#ffda000a;border:1px solid #ffda002e;border-radius:4px;justify-content:space-between;align-items:center;padding:14px 20px;font-size:.8125rem;font-weight:500;transition:background .2s,border-color .2s,color .2s;display:flex}.EngagementModelV2-module__q9CwVa__assessmentToggleBtn:hover{color:#ffffffe0;background:#ffda0012;border-color:#ffda0052}.EngagementModelV2-module__q9CwVa__assessmentToggleIcon{color:#ffda0099;flex-shrink:0;font-size:1.125rem;font-weight:300;line-height:1}.EngagementModelV2-module__q9CwVa__exploreSection{flex-direction:column;gap:20px;display:flex}.EngagementModelV2-module__q9CwVa__exploreSectionTitle{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#ffffff52;margin:0;font-size:.6875rem;font-weight:600}.EngagementModelV2-module__q9CwVa__capabilityGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.EngagementModelV2-module__q9CwVa__capabilityCard{background:#ffffff0e;border-left:2px solid #ffda0059;border-radius:4px;flex-direction:column;gap:12px;padding:24px 20px 28px;transition:background .22s,box-shadow .22s,border-color .22s;display:flex;box-shadow:inset 0 0 0 1px #ffffff14,0 4px 24px #00000047,0 1px 4px #0003}.EngagementModelV2-module__q9CwVa__capabilityCard:hover{background:#ffffff13;border-color:#ffda0099;box-shadow:inset 0 0 0 1px #ffffff1c,0 6px 32px #00000052,0 1px 4px #0003}.EngagementModelV2-module__q9CwVa__capabilityNum{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:.06em;color:#ffda0033;font-size:1.5rem;font-weight:400;line-height:1}.EngagementModelV2-module__q9CwVa__capabilityLabel{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:.01em;color:#ffffffd9;margin:0;font-size:1.0625rem;font-weight:400;line-height:1.15}.EngagementModelV2-module__q9CwVa__capabilityDesc{font-family:var(--font-dm-sans),sans-serif;color:#ffffff57;margin:0;font-size:.8125rem;font-weight:400;line-height:1.65}.EngagementModelV2-module__q9CwVa__assessmentGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.EngagementModelV2-module__q9CwVa__assessmentCard{box-shadow:inset 0 0 0 1px #ffffff0f,0 0 40px var(--glow,transparent);background:#ffffff05;border-radius:2px;flex-direction:column;gap:20px;padding:28px 28px 32px;transition:background .22s,box-shadow .22s;display:flex}.EngagementModelV2-module__q9CwVa__assessmentCard:hover{box-shadow:inset 0 0 0 1px #ffffff17,0 0 56px var(--glow,transparent);background:#ffffff08}.EngagementModelV2-module__q9CwVa__assessmentHeader{align-items:center;gap:12px;display:flex}.EngagementModelV2-module__q9CwVa__assessmentDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.EngagementModelV2-module__q9CwVa__assessmentName{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:.02em;color:#ffffffe0;margin:0;font-size:1.25rem;font-weight:400;line-height:1.1}.EngagementModelV2-module__q9CwVa__assessmentSubLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#ffffff38;margin:0 0 8px;font-size:.5625rem;font-weight:700}.EngagementModelV2-module__q9CwVa__symptomList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.EngagementModelV2-module__q9CwVa__symptomItem{font-family:var(--font-dm-sans),sans-serif;color:#fff6;align-items:flex-start;gap:8px;font-size:.8125rem;font-weight:400;line-height:1.4;display:flex}.EngagementModelV2-module__q9CwVa__symptomTick{color:#fff3;flex-shrink:0;font-size:.875rem;line-height:1.4}.EngagementModelV2-module__q9CwVa__outputPills{flex-wrap:wrap;gap:6px;display:flex}.EngagementModelV2-module__q9CwVa__outputPill{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#ffda00a6;background:#ffda0012;border:1px solid #ffda0029;border-radius:2px;padding:4px 8px;font-size:.625rem;font-weight:600}.EngagementModelV2-module__q9CwVa__assessmentCta{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.04em;color:#ffda00cc;align-items:center;gap:8px;margin-top:auto;font-size:.75rem;font-weight:600;text-decoration:none;transition:color .18s,gap .18s;display:inline-flex}.EngagementModelV2-module__q9CwVa__assessmentCta:hover{color:#ffda00;gap:12px}@media (max-width:1100px){.EngagementModelV2-module__q9CwVa__topZone{grid-template-columns:3fr 2fr;gap:32px}.EngagementModelV2-module__q9CwVa__capabilityGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.EngagementModelV2-module__q9CwVa__topZone,.EngagementModelV2-module__q9CwVa__assessmentGrid{grid-template-columns:1fr}}@media (max-width:640px){.EngagementModelV2-module__q9CwVa__section{padding:60px 0 80px}.EngagementModelV2-module__q9CwVa__capabilityGrid{grid-template-columns:1fr}.EngagementModelV2-module__q9CwVa__phaseTabs{flex-wrap:wrap}}
.AssessmentBridge-module__vj2AXG__section{background:var(--dark-bg);isolation:isolate;padding:136px 0 144px;position:relative;overflow:hidden}.AssessmentBridge-module__vj2AXG__grid{pointer-events:none;z-index:0;grid-template-columns:repeat(6,1fr);display:grid;position:absolute;inset:0}.AssessmentBridge-module__vj2AXG__gridCol{border-right:1px solid #ffffff06}.AssessmentBridge-module__vj2AXG__gridCol:first-child{border-left:1px solid #ffffff06}.AssessmentBridge-module__vj2AXG__glow{pointer-events:none;z-index:0;background:radial-gradient(at 70% 30%,#ffda000e 0%,#ffda0005 35%,#0000 70%);width:70%;height:120%;position:absolute;top:-20%;right:-10%}.AssessmentBridge-module__vj2AXG__watermark{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.03em;color:#ffffff06;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;white-space:nowrap;font-size:clamp(10rem,20vw,22rem);font-weight:400;line-height:1;position:absolute;bottom:-8%;right:-2%}.AssessmentBridge-module__vj2AXG__inner{z-index:1;width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto;position:relative}.AssessmentBridge-module__vj2AXG__topLine{background:linear-gradient(90deg,#0000 0%,#ffda002e 20%,#ffda0052 50%,#ffda002e 80%,#0000 100%);width:100%;height:1px;margin-bottom:72px}.AssessmentBridge-module__vj2AXG__layout{grid-template-columns:1fr 1px 1fr;align-items:start;gap:0 64px;display:grid}.AssessmentBridge-module__vj2AXG__left{padding-right:16px}.AssessmentBridge-module__vj2AXG__label{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--yellow-primary);margin-bottom:28px;font-size:.6875rem;font-weight:500}.AssessmentBridge-module__vj2AXG__title{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:36px;font-size:clamp(3rem,6vw,5rem);font-weight:400;line-height:.96}.AssessmentBridge-module__vj2AXG__body{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);max-width:480px;font-size:clamp(.9375rem,1.2vw,1rem);font-weight:400;line-height:1.82}.AssessmentBridge-module__vj2AXG__divider{background:linear-gradient(#0000 0%,#ffda002e 15%,#ffda0038 50%,#ffda002e 85%,#0000 100%);align-self:stretch;width:1px}.AssessmentBridge-module__vj2AXG__right{flex-direction:column;padding-left:16px;display:flex}.AssessmentBridge-module__vj2AXG__deliversLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#ffffff4d;margin-bottom:32px;font-size:.6875rem;font-weight:500}.AssessmentBridge-module__vj2AXG__deliverables{flex-direction:column;gap:0;margin:0 0 52px;padding:0;list-style:none;display:flex}.AssessmentBridge-module__vj2AXG__deliverable{font-family:var(--font-dm-sans),sans-serif;color:#ffffffb3;border-bottom:1px solid #ffffff0e;align-items:flex-start;gap:18px;padding:22px 0;font-size:.9375rem;font-weight:400;line-height:1.5;transition:color .2s;display:flex}.AssessmentBridge-module__vj2AXG__deliverable:first-child{border-top:1px solid #ffffff0e}.AssessmentBridge-module__vj2AXG__deliverable:hover{color:#ffffffeb}.AssessmentBridge-module__vj2AXG__deliverableMark{background:#ffda008c;flex-shrink:0;width:18px;height:1px;margin-top:.65em;transition:width .22s,background .22s}.AssessmentBridge-module__vj2AXG__deliverable:hover .AssessmentBridge-module__vj2AXG__deliverableMark{background:#ffda00e6;width:28px}.AssessmentBridge-module__vj2AXG__ctaWrap{flex-direction:column;gap:16px;display:flex}.AssessmentBridge-module__vj2AXG__ctaNote{font-family:var(--font-dm-sans),sans-serif;color:#ffffff47;letter-spacing:.02em;margin:0;font-size:.8125rem;font-weight:400}@keyframes AssessmentBridge-module__vj2AXG__fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes AssessmentBridge-module__vj2AXG__fadeIn{0%{opacity:0}to{opacity:1}}.AssessmentBridge-module__vj2AXG__animReady{opacity:0;transform:translateY(18px)}.AssessmentBridge-module__vj2AXG__animVisible{animation:.4s cubic-bezier(.25,.46,.45,.94) both AssessmentBridge-module__vj2AXG__fadeUp}.AssessmentBridge-module__vj2AXG__topLine.AssessmentBridge-module__vj2AXG__animReady{opacity:0;transform:none}.AssessmentBridge-module__vj2AXG__topLine.AssessmentBridge-module__vj2AXG__animVisible{animation:.5s both AssessmentBridge-module__vj2AXG__fadeIn}@media (max-width:900px){.AssessmentBridge-module__vj2AXG__layout{grid-template-columns:1fr;gap:0}.AssessmentBridge-module__vj2AXG__divider{display:none}.AssessmentBridge-module__vj2AXG__left{margin-bottom:56px;padding-right:0}.AssessmentBridge-module__vj2AXG__right{padding-left:0}.AssessmentBridge-module__vj2AXG__title{font-size:clamp(2.75rem,10vw,4rem)}}@media (max-width:640px){.AssessmentBridge-module__vj2AXG__section{padding:60px 0 64px}.AssessmentBridge-module__vj2AXG__topLine{margin-bottom:36px}.AssessmentBridge-module__vj2AXG__watermark{font-size:clamp(3rem,18vw,5rem);bottom:-4%;right:-4%}}
.ArchitecturalTension-module__qwvDta__section{background:var(--dark-surface);padding:136px 0 144px;position:relative;overflow:hidden}.ArchitecturalTension-module__qwvDta__depthWash{pointer-events:none;background:radial-gradient(70% 60%,#1c1c1c8c 0%,#0000 100%);position:absolute;inset:0}.ArchitecturalTension-module__qwvDta__inner{z-index:1;width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto;position:relative}.ArchitecturalTension-module__qwvDta__title{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:var(--text-primary);max-width:820px;margin-bottom:72px;font-size:clamp(2.25rem,5vw,4.25rem);font-weight:400;line-height:1.05}.ArchitecturalTension-module__qwvDta__columns{grid-template-columns:1fr auto 1fr;align-items:start;gap:0;margin-bottom:72px;display:grid}.ArchitecturalTension-module__qwvDta__column{padding:0 48px}.ArchitecturalTension-module__qwvDta__column:first-child{padding-left:0}.ArchitecturalTension-module__qwvDta__column:last-child{padding-right:0}.ArchitecturalTension-module__qwvDta__verticalDivider{align-self:stretch;align-items:stretch;width:1px;min-height:100%;display:flex}.ArchitecturalTension-module__qwvDta__verticalDividerLine{background:linear-gradient(#0000 0%,#ffe61814 20%,#ffffff24 50%,#ffe61814 80%,#0000 100%);flex:1;width:1px}.ArchitecturalTension-module__qwvDta__colLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#fff6;margin-bottom:20px;font-size:.6875rem;font-weight:500}.ArchitecturalTension-module__qwvDta__colDivider{background:#ffffff1a;height:1px;margin-bottom:32px}.ArchitecturalTension-module__qwvDta__list{flex-direction:column;gap:26px;margin:0;padding:0;list-style:none;display:flex}.ArchitecturalTension-module__qwvDta__listItem{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);align-items:flex-start;gap:16px;font-size:1rem;font-weight:400;line-height:1.5;display:flex}.ArchitecturalTension-module__qwvDta__dash{color:var(--text-muted);flex-shrink:0;line-height:1.5}.ArchitecturalTension-module__qwvDta__footerRule{background:linear-gradient(90deg,#0000 0%,#ffffff1f 25% 75%,#0000 100%);height:1px;margin-bottom:80px}.ArchitecturalTension-module__qwvDta__footer{text-align:center;padding-top:0}.ArchitecturalTension-module__qwvDta__statement{font-family:var(--font-dm-sans),sans-serif;color:#ffffffa6;font-size:clamp(1.125rem,1.8vw,1.375rem);font-weight:400;line-height:1.6}@media (max-width:768px){.ArchitecturalTension-module__qwvDta__section{padding:88px 0 96px}.ArchitecturalTension-module__qwvDta__columns{grid-template-columns:1fr;gap:0}.ArchitecturalTension-module__qwvDta__column{padding:0}.ArchitecturalTension-module__qwvDta__column:first-child{padding-bottom:48px}.ArchitecturalTension-module__qwvDta__column:last-child{border-top:1px solid #ffffff14;padding-top:48px}.ArchitecturalTension-module__qwvDta__verticalDivider{display:none}}
.WhatWeDo-module__iIibca__section{background:var(--dark-bg);padding:120px 0 116px}.WhatWeDo-module__iIibca__inner{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.WhatWeDo-module__iIibca__header{margin-bottom:64px}.WhatWeDo-module__iIibca__label{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--yellow-primary);margin-bottom:20px;font-size:.6875rem;font-weight:400}.WhatWeDo-module__iIibca__title{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:var(--text-primary);max-width:760px;font-size:clamp(2.25rem,5vw,4rem);font-weight:400;line-height:1.05}.WhatWeDo-module__iIibca__blocks{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.WhatWeDo-module__iIibca__block{background:#0f0f0f;border-top:1px solid #1f1f1f;flex-direction:column;padding:58px 44px 64px;transition:transform .18s;display:flex}.WhatWeDo-module__iIibca__block:hover{transform:translateY(-2px)}.WhatWeDo-module__iIibca__blockNumber{font-family:var(--font-bebas-neue),sans-serif;color:var(--yellow-primary);margin-bottom:24px;font-size:2.75rem;font-weight:400;line-height:1;display:block}.WhatWeDo-module__iIibca__blockTitle{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:.01em;color:var(--text-primary);margin-bottom:16px;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:400;line-height:1.15}.WhatWeDo-module__iIibca__blockAccent{background:var(--yellow-primary);flex-shrink:0;width:28px;height:2px;margin-bottom:20px}.WhatWeDo-module__iIibca__blockDesc{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);flex:1;font-size:.9375rem;font-weight:400;line-height:1.65}@media (max-width:1000px){.WhatWeDo-module__iIibca__blocks{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:600px){.WhatWeDo-module__iIibca__blocks{grid-template-columns:1fr;gap:20px}.WhatWeDo-module__iIibca__block{padding:44px 32px 48px}}
.HowWeDoIt-module__G1um3W__section{background:var(--dark-bg);padding:120px 0 124px;position:relative;overflow:hidden}.HowWeDoIt-module__G1um3W__targetWrap{pointer-events:none;z-index:0;width:55%;max-width:700px;position:absolute;top:50%;right:-8%;transform:translateY(-50%)}.HowWeDoIt-module__G1um3W__targetSvg{opacity:.42;width:100%;height:auto}.HowWeDoIt-module__G1um3W__inner{z-index:1;width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto;position:relative}.HowWeDoIt-module__G1um3W__header{margin-bottom:72px}.HowWeDoIt-module__G1um3W__label{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#ffe618d9;margin-bottom:20px;font-size:.6875rem;font-weight:500}.HowWeDoIt-module__G1um3W__title{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:var(--text-primary);max-width:560px;font-size:clamp(1.875rem,4.2vw,3.25rem);font-weight:400;line-height:1.05}.HowWeDoIt-module__G1um3W__pillars{flex-direction:column;max-width:760px;display:flex}.HowWeDoIt-module__G1um3W__pillar{border-top:1px solid #1a1a1a;padding:52px 0;transition:background .2s}.HowWeDoIt-module__G1um3W__pillar:last-child{border-bottom:1px solid #1a1a1a}.HowWeDoIt-module__G1um3W__pillarOpen{background:#ffe61804}.HowWeDoIt-module__G1um3W__pillarContent{flex-direction:column;display:flex}.HowWeDoIt-module__G1um3W__pillarTopRow{justify-content:space-between;align-items:flex-start;gap:var(--space-xl);margin-bottom:20px;display:flex}.HowWeDoIt-module__G1um3W__pillarHeading{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.01em;color:var(--yellow-primary);flex:1;font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:400;line-height:1.05}.HowWeDoIt-module__G1um3W__pillarBody{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);max-width:560px;font-size:1rem;font-weight:400;line-height:1.7}.HowWeDoIt-module__G1um3W__learnMoreBtn{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.04em;color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:8px;margin-top:4px;padding:0;font-size:.8125rem;font-weight:400;transition:color .2s,gap .2s;display:inline-flex}.HowWeDoIt-module__G1um3W__learnMoreBtn:hover{color:var(--yellow-primary);gap:12px}.HowWeDoIt-module__G1um3W__learnMoreIcon{align-items:center;transition:transform .25s;display:flex}.HowWeDoIt-module__G1um3W__expandable{opacity:0;max-height:0;margin-top:0;transition:max-height .35s,opacity .25s,margin-top .25s;overflow:hidden}.HowWeDoIt-module__G1um3W__expandableOpen{opacity:1;max-height:400px;margin-top:28px}.HowWeDoIt-module__G1um3W__expandList{border-left:1px solid #ffe6181f;flex-direction:column;gap:14px;margin:0;padding:0 0 0 20px;list-style:none;display:flex}.HowWeDoIt-module__G1um3W__expandItem{font-family:var(--font-dm-sans),sans-serif;color:#6a6a6a;align-items:flex-start;gap:14px;font-size:.9375rem;font-weight:400;line-height:1.55;display:flex}.HowWeDoIt-module__G1um3W__expandDash{color:var(--yellow-primary);opacity:.4;flex-shrink:0;margin-top:.05em;font-size:.875rem}@media (max-width:640px){.HowWeDoIt-module__G1um3W__pillarTopRow{gap:var(--space-md);flex-direction:column}}
.CrawlWalkRun-module__b5ATUa__section{background:var(--dark-surface);padding:120px 0 128px}.CrawlWalkRun-module__b5ATUa__inner{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.CrawlWalkRun-module__b5ATUa__header{margin-bottom:52px}.CrawlWalkRun-module__b5ATUa__label{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#ffe618d9;margin-bottom:20px;font-size:.6875rem;font-weight:500}.CrawlWalkRun-module__b5ATUa__title{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:var(--text-primary);max-width:580px;margin-bottom:34px;font-size:clamp(1.875rem,4.2vw,3.25rem);font-weight:400;line-height:1.05}.CrawlWalkRun-module__b5ATUa__progression{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.08em;color:#6b6b6b;margin-top:0;font-size:.875rem;font-weight:400}.CrawlWalkRun-module__b5ATUa__phases{flex-direction:column;display:flex}.CrawlWalkRun-module__b5ATUa__phaseRow{border-top:1px solid #1a1a1a;grid-template-columns:128px 1fr;gap:0 56px;padding-top:66px;padding-bottom:66px;transition:background .2s;display:grid}.CrawlWalkRun-module__b5ATUa__phaseRow:last-child{border-bottom:1px solid #1a1a1a}.CrawlWalkRun-module__b5ATUa__phaseRowActive{background:#ffffff03}.CrawlWalkRun-module__b5ATUa__phaseLeft{flex-direction:column;align-items:flex-start;display:flex}.CrawlWalkRun-module__b5ATUa__phaseNumber{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:var(--yellow-primary);font-size:clamp(4rem,7.5vw,5.75rem);font-weight:400;line-height:1;display:block}.CrawlWalkRun-module__b5ATUa__phaseContent{flex-direction:column;padding-top:10px;display:flex}.CrawlWalkRun-module__b5ATUa__phaseTop{justify-content:space-between;align-items:flex-start;gap:var(--space-xl);margin-bottom:24px;display:flex}.CrawlWalkRun-module__b5ATUa__phaseHeadGroup{flex-direction:column;flex:1;gap:10px;display:flex}.CrawlWalkRun-module__b5ATUa__phaseName{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.01em;color:var(--text-primary);font-size:clamp(1.375rem,2.2vw,1.875rem);font-weight:400;line-height:1.1}.CrawlWalkRun-module__b5ATUa__phaseDesc{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);font-size:1rem;font-weight:400;line-height:1.6}.CrawlWalkRun-module__b5ATUa__deliverable{align-items:baseline;gap:10px;display:flex}.CrawlWalkRun-module__b5ATUa__deliverableLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#3a3a3a;flex-shrink:0;font-size:.6875rem;font-weight:500}.CrawlWalkRun-module__b5ATUa__deliverableText{font-family:var(--font-dm-sans),sans-serif;color:#555;font-size:.9375rem;font-weight:400;line-height:1.5}.CrawlWalkRun-module__b5ATUa__learnMoreBtn{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.04em;color:#9a9a9a;cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;margin-top:4px;padding:0;font-size:.8125rem;font-weight:400;transition:color .18s}.CrawlWalkRun-module__b5ATUa__learnMoreBtn:hover{color:var(--yellow-primary)}.CrawlWalkRun-module__b5ATUa__backdrop{z-index:200;pointer-events:none;background:0 0;transition:background .25s;position:fixed;inset:0}.CrawlWalkRun-module__b5ATUa__backdropVisible{pointer-events:auto;background:#0009}.CrawlWalkRun-module__b5ATUa__slidePanel{z-index:300;will-change:transform;background:#0d0d0d;border-left:1px solid #1a1a1a;width:min(40vw,560px);height:100vh;transition:transform .35s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.CrawlWalkRun-module__b5ATUa__slidePanelOpen{transform:translate(0)}.CrawlWalkRun-module__b5ATUa__panelInner{flex-direction:column;min-height:100%;padding:64px 48px 80px;display:flex}.CrawlWalkRun-module__b5ATUa__closeBtn{width:36px;height:36px;color:var(--yellow-primary);cursor:pointer;background:0 0;border:1px solid #ffe61833;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;margin-bottom:56px;transition:border-color .2s,background .2s;display:flex}.CrawlWalkRun-module__b5ATUa__closeBtn:hover{border-color:var(--yellow-primary);background:#ffe6180f}.CrawlWalkRun-module__b5ATUa__panelPhaseNumber{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.02em;color:var(--yellow-primary);margin-bottom:16px;font-size:4rem;font-weight:400;line-height:1;display:block}.CrawlWalkRun-module__b5ATUa__panelPhaseName{font-family:var(--font-bebas-neue),sans-serif;letter-spacing:-.01em;color:var(--text-primary);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:400;line-height:1.1}.CrawlWalkRun-module__b5ATUa__panelRule{background:#2a2a2a;width:28px;height:1px;margin:28px 0 32px}.CrawlWalkRun-module__b5ATUa__panelList{border-left:1px solid #ffe6181a;flex-direction:column;gap:18px;margin:0 0 40px;padding:0 0 0 20px;list-style:none;display:flex}.CrawlWalkRun-module__b5ATUa__panelItem{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);align-items:flex-start;gap:14px;font-size:.9375rem;font-weight:400;line-height:1.6;display:flex}.CrawlWalkRun-module__b5ATUa__panelDash{color:var(--yellow-primary);opacity:.4;flex-shrink:0;margin-top:.05em;font-size:.875rem}.CrawlWalkRun-module__b5ATUa__panelDeliverable{border-top:1px solid #1a1a1a;margin-top:auto;padding-top:32px}.CrawlWalkRun-module__b5ATUa__panelDeliverableLabel{font-family:var(--font-dm-sans),sans-serif;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px;font-size:.625rem;font-weight:500;display:block}.CrawlWalkRun-module__b5ATUa__panelDeliverableText{font-family:var(--font-dm-sans),sans-serif;color:var(--text-secondary);font-size:1rem;font-weight:400;line-height:1.6}@media (max-width:900px){.CrawlWalkRun-module__b5ATUa__slidePanel{width:min(80vw,480px)}}@media (max-width:768px){.CrawlWalkRun-module__b5ATUa__phaseRow{grid-template-columns:80px 1fr;gap:0 28px}.CrawlWalkRun-module__b5ATUa__phaseNumber{font-size:clamp(3rem,10vw,4rem)}.CrawlWalkRun-module__b5ATUa__slidePanel{width:100vw}}@media (max-width:640px){.CrawlWalkRun-module__b5ATUa__deliverable{flex-direction:column;align-items:flex-start;gap:4px}}@media (max-width:480px){.CrawlWalkRun-module__b5ATUa__phaseRow{grid-template-columns:1fr;gap:16px 0}.CrawlWalkRun-module__b5ATUa__phaseLeft{flex-direction:row;align-items:center;gap:16px}.CrawlWalkRun-module__b5ATUa__phaseTop{gap:var(--space-md);flex-direction:column}.CrawlWalkRun-module__b5ATUa__panelInner{padding:48px 28px 64px}}
