.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{align-items:center;display:flex}.Header-module__hBw1pG__nav{align-items:center;gap:var(--space-xl);display:flex}.Header-module__hBw1pG__navLink{color:var(--text-secondary);transition:color var(--transition-fast);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:.9375rem;font-weight:500;display:flex}.Header-module__hBw1pG__navLink:hover{color:var(--text-primary)}.Header-module__hBw1pG__navChevron{transition:transform var(--transition-fast)}.Header-module__hBw1pG__navChevron.Header-module__hBw1pG__open{transform:rotate(180deg)}.Header-module__hBw1pG__headerActions{align-items:center;gap:var(--space-md);display:flex}.Header-module__hBw1pG__mobileToggle{cursor:pointer;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);padding:var(--space-lg)var(--container-padding);opacity:0;visibility:hidden;transition:var(--transition-smooth);display:none;position:absolute;top:100%;left:0;right:0;transform:translateY(-10px)}.Header-module__hBw1pG__mobileMenuOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__hBw1pG__mobileNav{gap:var(--space-sm);flex-direction:column;display:flex}.Header-module__hBw1pG__mobileNavLink{padding:var(--space-md)0;color:var(--text-secondary);border-bottom:1px solid var(--dark-border);transition:color var(--transition-fast);font-size:1.125rem;font-weight:500;display:block}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--yellow-primary)}.Header-module__hBw1pG__mobileCTA{margin-top:var(--space-md);text-align:center;width:100%}.Header-module__hBw1pG__megaMenu{background:var(--dark-surface);border-bottom:1px solid var(--dark-border);opacity:0;visibility:hidden;transition:var(--transition-smooth);position:absolute;top:100%;left:0;right:0;transform:translateY(-10px)}.Header-module__hBw1pG__megaMenu.Header-module__hBw1pG__open{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__hBw1pG__megaMenuInner{gap:var(--space-2xl);max-width:var(--container-max);padding:var(--space-2xl)var(--container-padding);grid-template-columns:280px 1fr;margin:0 auto;display:grid}.Header-module__hBw1pG__megaTabs{gap:var(--space-sm);flex-direction:column;display:flex}.Header-module__hBw1pG__megaTab{align-items:center;gap:var(--space-md);padding:var(--space-md)var(--space-lg);text-align:left;transition:var(--transition-fast);cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-radius:8px;display:flex}.Header-module__hBw1pG__megaTab:hover{background:var(--dark-hover)}.Header-module__hBw1pG__megaTab.Header-module__hBw1pG__active{background:var(--yellow-subtle);border-left:3px solid var(--yellow-primary)}.Header-module__hBw1pG__megaTabNumber{font-family:var(--font-mono);color:var(--yellow-primary);opacity:.6;font-size:.75rem;font-weight:600}.Header-module__hBw1pG__megaTab.Header-module__hBw1pG__active .Header-module__hBw1pG__megaTabNumber{opacity:1}.Header-module__hBw1pG__megaTabContent{flex-direction:column;gap:2px;display:flex}.Header-module__hBw1pG__megaTabTitle{color:var(--text-primary);font-weight:600}.Header-module__hBw1pG__megaTabSubtitle{color:var(--text-muted);font-size:.8125rem}.Header-module__hBw1pG__megaPanels{flex-direction:column;display:flex}.Header-module__hBw1pG__megaServices{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.Header-module__hBw1pG__megaService{align-items:flex-start;gap:var(--space-md);padding:var(--space-lg);transition:var(--transition-fast);border:1px solid #0000;border-radius:8px;display:flex}.Header-module__hBw1pG__megaService:hover{background:var(--dark-hover);border-color:var(--dark-border)}.Header-module__hBw1pG__megaServiceIcon{background:var(--yellow-subtle);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Header-module__hBw1pG__megaServiceIcon svg{width:22px;height:22px;color:var(--yellow-primary)}.Header-module__hBw1pG__megaServiceText h4{color:var(--text-primary);margin-bottom:4px;font-size:.9375rem;font-weight:600}.Header-module__hBw1pG__megaServiceText p{color:var(--text-muted);font-size:.8125rem;line-height:1.5}@media (max-width:1024px){.Header-module__hBw1pG__megaMenuInner{grid-template-columns:220px 1fr}.Header-module__hBw1pG__megaServices{grid-template-columns:1fr}}@media (max-width:768px){.Header-module__hBw1pG__headerInner{height:64px}.Header-module__hBw1pG__nav,.Header-module__hBw1pG__headerActions{display:none}.Header-module__hBw1pG__mobileToggle{display:flex}.Header-module__hBw1pG__mobileMenu{display:block}.Header-module__hBw1pG__megaMenu{display:none}.Header-module__hBw1pG__megaMenuInner{padding:var(--space-lg);grid-template-columns:1fr}.Header-module__hBw1pG__megaTabs{padding-bottom:var(--space-md);margin-bottom:var(--space-lg);border-bottom:1px solid var(--dark-border);flex-direction:row;overflow-x:auto}.Header-module__hBw1pG__megaTab{padding:var(--space-sm)var(--space-md);flex-shrink:0}.Header-module__hBw1pG__megaTab.Header-module__hBw1pG__active{border-left:none;border-bottom:3px solid var(--yellow-primary)}}
.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__travelingPulse{fill:var(--yellow-primary);filter:drop-shadow(0 0 8px var(--yellow-primary))drop-shadow(0 0 16px var(--yellow-glow));opacity:.9}.Hero-module__ZARIfG__travelingPulse.Hero-module__ZARIfG__pulse2{fill:var(--yellow-light);opacity:.7}.Hero-module__ZARIfG__travelingPulse.Hero-module__ZARIfG__pulse3{fill:var(--yellow-primary);opacity:.5}.Hero-module__ZARIfG__connectionLine{stroke:var(--yellow-primary);stroke-width:1px;stroke-dasharray:8 12;opacity:.15;animation:3s ease-in-out infinite Hero-module__ZARIfG__connectionPulse}.Hero-module__ZARIfG__connectionLine.Hero-module__ZARIfG__conn2{opacity:.1;animation-delay:-1.5s}.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:6s ease-in-out infinite Hero-module__ZARIfG__nodeFloat,3s ease-in-out infinite Hero-module__ZARIfG__nodePulse;top:20%;left:15%}.Hero-module__ZARIfG__node2{animation-name:Hero-module__ZARIfG__nodeFloat,Hero-module__ZARIfG__nodePulse;animation-duration:7s,3s;animation-timing-function:ease-in-out,ease-in-out;animation-iteration-count:infinite,infinite;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:-.5s;animation-fill-mode:none,none;animation-timeline:auto,auto;top:35%;right:20%}.Hero-module__ZARIfG__node3{animation-name:Hero-module__ZARIfG__nodeFloat,Hero-module__ZARIfG__nodePulse;animation-duration:8s,3s;animation-timing-function:ease-in-out,ease-in-out;animation-iteration-count:infinite,infinite;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:-1s;animation-fill-mode:none,none;animation-timeline:auto,auto;bottom:30%;left:25%}.Hero-module__ZARIfG__node4{animation-name:Hero-module__ZARIfG__nodeFloat,Hero-module__ZARIfG__nodePulse;animation-duration:6.5s,3s;animation-timing-function:ease-in-out,ease-in-out;animation-iteration-count:infinite,infinite;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:-1.5s;animation-fill-mode:none,none;animation-timeline:auto,auto;bottom:25%;right:15%}.Hero-module__ZARIfG__node5{animation-name:Hero-module__ZARIfG__nodeFloat,Hero-module__ZARIfG__nodePulse;animation-duration:7.5s,3s;animation-timing-function:ease-in-out,ease-in-out;animation-iteration-count:infinite,infinite;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:-2s;animation-fill-mode:none,none;animation-timeline:auto,auto;top:50%;left:8%}.Hero-module__ZARIfG__node6{animation-name:Hero-module__ZARIfG__nodeFloat,Hero-module__ZARIfG__nodePulse;animation-duration:9s,3s;animation-timing-function:ease-in-out,ease-in-out;animation-iteration-count:infinite,infinite;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:-2.5s;animation-fill-mode:none,none;animation-timeline:auto,auto;top:15%;right:10%}.Hero-module__ZARIfG__node7{animation-name:Hero-module__ZARIfG__nodeFloat,Hero-module__ZARIfG__nodePulse;animation-duration:8.5s,3s;animation-timing-function:ease-in-out,ease-in-out;animation-iteration-count:infinite,infinite;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:-3s;animation-fill-mode:none,none;animation-timeline:auto,auto;bottom:40%;right:8%}.Hero-module__ZARIfG__particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__ZARIfG__particle{background:var(--yellow-primary);opacity:.4;border-radius:50%;width:3px;height:3px;position:absolute}.Hero-module__ZARIfG__p1{animation:15s ease-in-out infinite Hero-module__ZARIfG__particleFloat1;top:25%;left:30%}.Hero-module__ZARIfG__p2{animation:18s ease-in-out -3s infinite Hero-module__ZARIfG__particleFloat2;top:60%;left:70%}.Hero-module__ZARIfG__p3{animation:20s ease-in-out -5s infinite Hero-module__ZARIfG__particleFloat3;top:40%;left:50%}.Hero-module__ZARIfG__p4{animation:17s ease-in-out -7s infinite Hero-module__ZARIfG__particleFloat1;top:75%;left:20%}.Hero-module__ZARIfG__p5{animation:16s ease-in-out -9s infinite Hero-module__ZARIfG__particleFloat2;top:15%;left:80%}.Hero-module__ZARIfG__p6{animation:19s ease-in-out -11s infinite Hero-module__ZARIfG__particleFloat3;top:55%;left:10%}.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);letter-spacing:.02em;margin-bottom:var(--space-lg);font-size:clamp(3rem,8vw,6rem);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{color:var(--text-secondary);max-width:600px;margin:0 auto var(--space-2xl);font-size:clamp(1rem,2vw,1.25rem);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__heroStats{justify-content:center;gap:var(--space-3xl);padding-top:var(--space-2xl);border-top:1px solid var(--dark-border);display:flex}.Hero-module__ZARIfG__heroStat{text-align:center;transition:transform var(--transition-expo)}.Hero-module__ZARIfG__heroStat:hover{transform:translateY(-4px)}.Hero-module__ZARIfG__statValue{font-family:var(--font-mono);color:var(--yellow-primary);margin-bottom:var(--space-sm);text-shadow:0 0 20px var(--yellow-glow),0 4px 8px #00000080;font-size:2.5rem;font-weight:700;line-height:1;display:block}.Hero-module__ZARIfG__statLabel{color:var(--text-muted);font-size:.8125rem}.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 (max-width:768px){.Hero-module__ZARIfG__hero{padding:100px var(--container-padding)60px;min-height:auto}.Hero-module__ZARIfG__heroActions{flex-direction:column;width:100%}.Hero-module__ZARIfG__heroActions .btn{width:100%}.Hero-module__ZARIfG__heroStats{gap:var(--space-xl);flex-direction:column}.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(--space-4xl)0;background:var(--dark-surface)}.TrustProof-module__c8Ga0q__wrapper{gap:var(--space-3xl);flex-direction:column;max-width:min(95vw,1200px);margin:0 auto;display:flex}.TrustProof-module__c8Ga0q__stats{gap:var(--space-2xl);padding:var(--space-2xl);background:var(--dark-card);border:1px solid var(--dark-border);box-shadow:var(--shadow-md);border-radius:16px;grid-template-columns:repeat(3,1fr);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-sm);text-shadow:0 0 24px var(--yellow-glow),0 4px 8px #00000080;font-size:3rem;font-weight:700;line-height:1;display:block}.TrustProof-module__c8Ga0q__statLabel{color:var(--text-secondary);font-size:.875rem;font-weight:500}.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__stats{gap:var(--space-xl);grid-template-columns:1fr}.TrustProof-module__c8Ga0q__logoGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.TrustProof-module__c8Ga0q__statValue{font-size:2.5rem}.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__problem{padding:var(--space-4xl)0;background:var(--dark-bg)}.Problem-module__S0GCFq__content{max-width:min(90vw,1000px);margin:0 auto}.Problem-module__S0GCFq__title{font-family:var(--font-display);letter-spacing:.02em;color:var(--text-primary);margin-bottom:var(--space-xl);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;line-height:1.1}.Problem-module__S0GCFq__body{margin-bottom:var(--space-2xl)}.Problem-module__S0GCFq__lead{color:var(--text-secondary);margin-bottom:var(--space-2xl);font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.7}.Problem-module__S0GCFq__painPoints{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.Problem-module__S0GCFq__painPoint{gap:var(--space-md);padding:var(--space-lg);background:var(--dark-surface);border:1px solid var(--dark-border);transition:all var(--transition-expo);box-shadow:var(--shadow-sm);border-radius:12px;display:flex;position:relative}.Problem-module__S0GCFq__painPoint:before{content:"";background:linear-gradient(135deg,var(--yellow-primary),transparent);-webkit-mask-composite:xor;opacity:0;transition:opacity var(--transition-expo);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}.Problem-module__S0GCFq__painPoint:hover{background:var(--dark-card);box-shadow:var(--shadow-md);border-color:#ffe6184d;transform:translateY(-2px)}.Problem-module__S0GCFq__painPoint:hover:before{opacity:.6}.Problem-module__S0GCFq__painIcon{background:var(--yellow-subtle);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Problem-module__S0GCFq__painIcon svg{width:20px;height:20px;color:var(--yellow-primary)}.Problem-module__S0GCFq__painText h3{font-family:var(--font-body);color:var(--text-primary);margin-bottom:var(--space-xs);font-size:1rem;font-weight:600}.Problem-module__S0GCFq__painText p{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.Problem-module__S0GCFq__statement{color:var(--text-secondary);padding-top:var(--space-2xl);border-top:1px solid var(--dark-border);font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.7}.Problem-module__S0GCFq__statement strong{color:var(--yellow-primary)}@media (max-width:768px){.Problem-module__S0GCFq__painPoints{grid-template-columns:1fr}.Problem-module__S0GCFq__painPoint{padding:var(--space-md)}}@media (max-width:480px){.Problem-module__S0GCFq__painPoint{flex-direction:column}.Problem-module__S0GCFq__painIcon{width:36px;height:36px}}
.WhyGovernance-module__L6BWYG__section{padding:var(--space-4xl)0;background:var(--dark-surface)}.WhyGovernance-module__L6BWYG__header{text-align:center;margin-bottom:var(--space-3xl)}.WhyGovernance-module__L6BWYG__header .WhyGovernance-module__L6BWYG__section-desc{margin:0 auto}.WhyGovernance-module__L6BWYG__approaches{gap:var(--space-lg);max-width:min(95vw,1200px);margin:0 auto var(--space-3xl);grid-template-columns:repeat(3,1fr);display:grid}.WhyGovernance-module__L6BWYG__approach{background:var(--dark-card);border:1px solid var(--dark-border);padding:var(--space-xl);transition:all var(--transition-expo);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;display:flex;position:relative}.WhyGovernance-module__L6BWYG__approach:hover{box-shadow:var(--shadow-md);border-color:#ffffff26;transform:translateY(-4px)}.WhyGovernance-module__L6BWYG__approach.WhyGovernance-module__L6BWYG__highlighted{box-shadow:var(--shadow-lg),0 0 40px var(--yellow-glow);background:linear-gradient(135deg,#ffe6181a,#ffe61808);border-color:#ffe61866}.WhyGovernance-module__L6BWYG__approach.WhyGovernance-module__L6BWYG__highlighted:before{content:"";background:linear-gradient(135deg,var(--yellow-primary),var(--yellow-light));-webkit-mask-composite:xor;pointer-events:none;border-radius:12px;padding:2px;animation:3s ease-in-out infinite WhyGovernance-module__L6BWYG__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}.WhyGovernance-module__L6BWYG__approach.WhyGovernance-module__L6BWYG__highlighted:hover{box-shadow:var(--shadow-xl),0 0 48px var(--yellow-glow-strong);transform:translateY(-6px)}.WhyGovernance-module__L6BWYG__approachHeader{margin-bottom:var(--space-md)}.WhyGovernance-module__L6BWYG__approachSubtitle{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.6875rem;font-weight:500}.WhyGovernance-module__L6BWYG__highlighted .WhyGovernance-module__L6BWYG__approachSubtitle{color:var(--yellow-primary)}.WhyGovernance-module__L6BWYG__approachTitle{font-family:var(--font-display);color:var(--text-primary);margin-top:var(--space-xs);font-size:clamp(1.75rem,3vw,2.25rem)}.WhyGovernance-module__L6BWYG__approachDesc{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.6}.WhyGovernance-module__L6BWYG__results{gap:var(--space-sm);margin-bottom:var(--space-lg);flex-direction:column;flex:1;display:flex}.WhyGovernance-module__L6BWYG__results li{align-items:flex-start;gap:var(--space-sm);color:var(--text-secondary);font-size:.875rem;line-height:1.5;display:flex}.WhyGovernance-module__L6BWYG__checkIcon{width:18px;height:18px;color:var(--green-success);filter:drop-shadow(0 0 4px var(--green-glow));flex-shrink:0;margin-top:1px}.WhyGovernance-module__L6BWYG__xIcon{width:18px;height:18px;color:var(--text-muted);flex-shrink:0;margin-top:1px}.WhyGovernance-module__L6BWYG__verdict{padding-top:var(--space-md);border-top:1px solid var(--dark-border)}.WhyGovernance-module__L6BWYG__verdictSuccess{font-family:var(--font-mono);color:var(--yellow-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:600}.WhyGovernance-module__L6BWYG__verdictFail{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:500}.WhyGovernance-module__L6BWYG__belief{text-align:center;max-width:min(90vw,800px);padding:var(--space-xl);background:var(--dark-card);border:1px solid var(--dark-border);border-radius:8px;margin:0 auto}.WhyGovernance-module__L6BWYG__belief p{color:var(--text-secondary);font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.WhyGovernance-module__L6BWYG__belief strong{color:var(--yellow-primary)}@media (max-width:1024px){.WhyGovernance-module__L6BWYG__approaches{grid-template-columns:1fr;max-width:600px}.WhyGovernance-module__L6BWYG__approach.WhyGovernance-module__L6BWYG__highlighted{order:-1}}@media (max-width:480px){.WhyGovernance-module__L6BWYG__approach{padding:var(--space-lg)}}
.Journey-module__GoTIAa__journeySection{padding:var(--space-4xl)0;background:var(--dark-surface)}.Journey-module__GoTIAa__sectionHeader{text-align:center;margin-bottom:var(--space-3xl)}.Journey-module__GoTIAa__scopeProgression{justify-content:center;align-items:center;gap:var(--space-sm);margin-top:var(--space-lg);display:flex}.Journey-module__GoTIAa__scopeStep{align-items:center;gap:var(--space-sm);display:flex}.Journey-module__GoTIAa__scopeLabel{padding:var(--space-xs)var(--space-md);background:var(--yellow-subtle);font-family:var(--font-mono);color:var(--yellow-primary);text-transform:uppercase;letter-spacing:.05em;border:1px solid #ffe61833;border-radius:100px;font-size:.75rem;font-weight:600}.Journey-module__GoTIAa__scopeArrow{color:var(--text-muted);font-size:1.25rem}.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__stageNumber:after{content:"";background:conic-gradient(from 0deg,transparent,var(--yellow-primary),transparent);opacity:.2;z-index:-1;border-radius:50%;animation:4s linear infinite Journey-module__GoTIAa__rotateGlow;position:absolute;inset:-4px}.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:linear-gradient(to bottom,transparent,var(--yellow-light),var(--yellow-primary),var(--yellow-light),transparent);filter:blur(1px);height:30px;animation:2.5s ease-in-out infinite Journey-module__GoTIAa__connectorFlow;position:absolute;top:-30px;left:0;right:0}.Journey-module__GoTIAa__stageConnector:before{content:"";background:linear-gradient(to bottom,var(--yellow-glow)0%,transparent 50%,var(--yellow-glow)100%);opacity:0;animation:4s ease-in-out infinite Journey-module__GoTIAa__connectorGlow;position:absolute;inset: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);color:var(--text-primary);font-size:2.5rem}.Journey-module__GoTIAa__stageBadge{padding:var(--space-xs)var(--space-md);background:var(--yellow-subtle);color:var(--yellow-primary);letter-spacing:.05em;text-transform:uppercase;border:1px solid #ffe61833;border-radius:100px;font-size:.75rem;font-weight:600}.Journey-module__GoTIAa__aiScopeBlock{gap:var(--space-xs);margin-bottom:var(--space-md);flex-direction:column;display:flex}.Journey-module__GoTIAa__aiScope{padding:var(--space-xs)var(--space-sm);font-family:var(--font-mono);color:var(--yellow-primary);background:#ffe6181a;border:1px solid #ffe6184d;border-radius:4px;width:fit-content;font-size:.875rem;font-weight:600;display:inline-block}.Journey-module__GoTIAa__scopeDefinition{color:var(--text-muted);font-size:.8125rem;font-style:italic}.Journey-module__GoTIAa__governanceNote{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);border-left:2px solid var(--yellow-primary);margin-bottom:var(--space-lg);color:var(--text-secondary);background:#ffffff08;border-radius:0 4px 4px 0;font-size:.8125rem;display:flex}.Journey-module__GoTIAa__shieldIcon{width:16px;height:16px;color:var(--yellow-primary);flex-shrink:0}.Journey-module__GoTIAa__stageDesc{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:1rem;line-height:1.7}.Journey-module__GoTIAa__stageServices{gap:var(--space-sm);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.Journey-module__GoTIAa__stageServices li{padding-left:var(--space-lg);color:var(--text-secondary);font-size:.9375rem;position:relative}.Journey-module__GoTIAa__stageServices li:before{content:"";background:var(--yellow-primary);width:8px;height:2px;position:absolute;top:8px;left:0}.Journey-module__GoTIAa__stageLink{align-items:center;gap:var(--space-sm);color:var(--yellow-primary);transition:gap var(--transition-fast);font-size:.9375rem;font-weight:600;display:inline-flex}.Journey-module__GoTIAa__stageLink:hover{gap:var(--space-md)}@media (max-width:768px){.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__stageTitle{font-size:2rem}}
.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__scopeBadge{gap:var(--space-xs);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.ServicesDetail-module__YRUFQq__scopeLabel{padding:var(--space-xs)var(--space-sm);font-family:var(--font-mono);color:var(--yellow-primary);background:#ffe6181a;border:1px solid #ffe6184d;border-radius:4px;width:fit-content;font-size:.875rem;font-weight:600;display:inline-block}.ServicesDetail-module__YRUFQq__scopeDesc{color:var(--text-muted);font-size:.8125rem;font-style:italic}.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(--space-4xl)0;background:var(--dark-surface)}.Audience-module__Q-UHEW__header{text-align:center;margin-bottom:var(--space-3xl)}.Audience-module__Q-UHEW__header .section-desc{text-align:center;margin:0 auto}.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:#ffe61833}.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);color:var(--text-primary);font-size:clamp(1.5rem,3vw,2rem)}.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-subtle);border:1px solid #ffe61833;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}.Audience-module__Q-UHEW__downloadCta{margin-top:var(--space-3xl);max-width:min(95vw,1100px);margin-left:auto;margin-right:auto}.Audience-module__Q-UHEW__downloadContent{align-items:center;gap:var(--space-xl);padding:var(--space-xl);background:linear-gradient(135deg,var(--dark-card)0%,var(--dark-surface)100%);border:1px solid var(--dark-border);border-left:4px solid var(--yellow-primary);transition:var(--transition-smooth);border-radius:12px;display:flex}.Audience-module__Q-UHEW__downloadContent:hover{box-shadow:var(--shadow-md);border-color:#ffe6184d}.Audience-module__Q-UHEW__downloadIcon{background:var(--yellow-subtle);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.Audience-module__Q-UHEW__downloadIcon svg{width:28px;height:28px;color:var(--yellow-primary)}.Audience-module__Q-UHEW__downloadText{flex:1}.Audience-module__Q-UHEW__downloadText h4{font-family:var(--font-display);color:var(--text-primary);margin-bottom:var(--space-xs);font-size:1.25rem}.Audience-module__Q-UHEW__downloadText p{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.Audience-module__Q-UHEW__downloadBtn{align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-lg);background:var(--yellow-primary);color:var(--dark-bg);transition:all var(--transition-expo);box-shadow:var(--shadow-sm),0 0 12px var(--yellow-glow);border-radius:6px;flex-shrink:0;font-size:.9375rem;font-weight:600;display:inline-flex}.Audience-module__Q-UHEW__downloadBtn:hover{background:var(--yellow-light);box-shadow:var(--shadow-md),var(--shadow-glow-strong);transform:translateY(-2px)}.Audience-module__Q-UHEW__downloadBtn svg{width:18px;height:18px}@media (max-width:900px){.Audience-module__Q-UHEW__cards{grid-template-columns:1fr;max-width:600px}}@media (max-width:768px){.Audience-module__Q-UHEW__downloadContent{text-align:center;gap:var(--space-lg);flex-direction:column}.Audience-module__Q-UHEW__downloadBtn{justify-content:center;width:100%}}@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)}.Audience-module__Q-UHEW__downloadContent{padding:var(--space-lg)}}
.Differentiation-module__7bfSWW__section{padding:var(--space-4xl)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:baseline;gap:var(--space-sm);margin-bottom:var(--space-sm);flex-wrap:wrap;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: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}}
.CTA-module__CdZh3q__section{padding:var(--space-4xl)0;background:linear-gradient(180deg,var(--dark-surface)0%,var(--dark-bg)100%)}.CTA-module__CdZh3q__wrapper{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:start;max-width:min(95vw,1200px);margin:0 auto;display:grid}.CTA-module__CdZh3q__content{padding-right:var(--space-xl)}.CTA-module__CdZh3q__title{font-family:var(--font-display);letter-spacing:.02em;color:var(--text-primary);margin-bottom:var(--space-lg);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.1}.CTA-module__CdZh3q__desc{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:1.0625rem;line-height:1.7}.CTA-module__CdZh3q__points{gap:var(--space-sm);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.CTA-module__CdZh3q__points li{align-items:flex-start;gap:var(--space-sm);color:var(--text-secondary);font-size:.9375rem;line-height:1.5;display:flex}.CTA-module__CdZh3q__points li svg{width:18px;height:18px;color:var(--yellow-primary);flex-shrink:0;margin-top:2px}.CTA-module__CdZh3q__closing{color:var(--text-secondary);padding-top:var(--space-lg);border-top:1px solid var(--dark-border);font-size:1.0625rem;line-height:1.7}.CTA-module__CdZh3q__closing strong{color:var(--yellow-primary)}.CTA-module__CdZh3q__leadMagnet{align-items:center;gap:var(--space-md);padding:var(--space-lg);background:var(--dark-surface);border:1px solid var(--dark-border);margin-top:var(--space-xl);transition:all var(--transition-smooth);border-radius:12px;display:flex}.CTA-module__CdZh3q__leadMagnet:hover{box-shadow:var(--shadow-md);border-color:#ffe6184d}.CTA-module__CdZh3q__leadMagnetIcon{width:48px;height:48px;color:var(--yellow-primary);flex-shrink:0}.CTA-module__CdZh3q__leadMagnet h4{color:var(--yellow-primary);margin-bottom:var(--space-xs);font-size:.875rem;font-weight:600}.CTA-module__CdZh3q__leadMagnet p{color:var(--text-secondary);font-size:.875rem}.CTA-module__CdZh3q__leadMagnetBtn{background:var(--yellow-primary);color:var(--dark-bg);transition:all var(--transition-smooth);border-radius:4px;margin-left:auto;padding:10px 20px;font-size:.875rem;font-weight:600}.CTA-module__CdZh3q__leadMagnetBtn:hover{background:var(--yellow-light);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.CTA-module__CdZh3q__form{background:var(--dark-card);border:1px solid var(--dark-border);padding:var(--space-xl);box-shadow:var(--shadow-lg);border-radius:16px}.CTA-module__CdZh3q__formHeader{margin-bottom:var(--space-xl)}.CTA-module__CdZh3q__formTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:var(--space-md);text-align:center;font-size:1.75rem}.CTA-module__CdZh3q__formSteps{justify-content:center;gap:var(--space-md);display:flex}.CTA-module__CdZh3q__formSteps span{background:var(--dark-surface);border:2px solid var(--dark-border);width:36px;height:36px;color:var(--text-muted);transition:all var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.CTA-module__CdZh3q__stepActive{box-shadow:0 0 16px var(--yellow-glow);background:var(--yellow-primary)!important;border-color:var(--yellow-primary)!important;color:var(--dark-bg)!important}.CTA-module__CdZh3q__formGroup{margin-bottom:var(--space-md)}.CTA-module__CdZh3q__formGroup label{color:var(--text-secondary);margin-bottom:var(--space-xs);font-size:.8125rem;font-weight:500;display:block}.CTA-module__CdZh3q__formGroup input,.CTA-module__CdZh3q__formGroup select,.CTA-module__CdZh3q__formGroup textarea{background:var(--dark-surface);border:1px solid var(--dark-border);width:100%;font-family:var(--font-body);color:var(--text-primary);transition:var(--transition-fast);border-radius:8px;padding:12px 16px;font-size:.9375rem}.CTA-module__CdZh3q__formGroup input::placeholder,.CTA-module__CdZh3q__formGroup textarea::placeholder{color:var(--text-muted)}.CTA-module__CdZh3q__formGroup input:focus,.CTA-module__CdZh3q__formGroup select:focus,.CTA-module__CdZh3q__formGroup textarea:focus{border-color:var(--yellow-primary);background:var(--dark-bg);outline:none}.CTA-module__CdZh3q__formGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.CTA-module__CdZh3q__formGroup select option{background:var(--dark-surface);color:var(--text-primary)}.CTA-module__CdZh3q__formGroup textarea{resize:vertical;min-height:80px}.CTA-module__CdZh3q__formActions{gap:var(--space-md);margin-top:var(--space-lg);display:flex}.CTA-module__CdZh3q__formActions button{flex:1}.CTA-module__CdZh3q__formActions .CTA-module__CdZh3q__btn-secondary{flex:none;min-width:100px}.CTA-module__CdZh3q__trustSignals{justify-content:center;gap:var(--space-xl);margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--dark-border);display:flex}.CTA-module__CdZh3q__trustSignal{align-items:center;gap:var(--space-xs);color:var(--text-muted);font-size:.8125rem;display:flex}.CTA-module__CdZh3q__trustSignal svg{width:16px;height:16px;color:var(--green-success);flex-shrink:0}@media (max-width:1024px){.CTA-module__CdZh3q__wrapper{gap:var(--space-2xl);grid-template-columns:1fr}.CTA-module__CdZh3q__content{text-align:center;padding-right:0}.CTA-module__CdZh3q__points{text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.CTA-module__CdZh3q__closing{text-align:left}.CTA-module__CdZh3q__leadMagnet{max-width:500px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.CTA-module__CdZh3q__trustSignals{gap:var(--space-md);flex-direction:column;align-items:center}}@media (max-width:480px){.CTA-module__CdZh3q__form{padding:var(--space-lg)}.CTA-module__CdZh3q__formGroup input,.CTA-module__CdZh3q__formGroup select,.CTA-module__CdZh3q__formGroup textarea{padding:10px 14px}.CTA-module__CdZh3q__formActions{flex-direction:column}.CTA-module__CdZh3q__formActions .CTA-module__CdZh3q__btn-secondary{width:100%}.CTA-module__CdZh3q__leadMagnet{text-align:center;flex-direction:column}.CTA-module__CdZh3q__leadMagnetBtn{width:100%;margin-left:0}}
.Footer-module__S6Hkya__footer{padding:var(--space-4xl)0 var(--space-xl);background:var(--dark-bg)}.Footer-module__S6Hkya__footerGrid{gap:var(--space-3xl);padding-bottom:var(--space-3xl);border-bottom:1px solid var(--dark-border);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.Footer-module__S6Hkya__footerBrand .Footer-module__S6Hkya__logo{margin-bottom:var(--space-md);display:inline-block}.Footer-module__S6Hkya__footerTagline{color:var(--text-muted);max-width:280px;margin-bottom:var(--space-xl);font-size:.9375rem;line-height:1.6}.Footer-module__S6Hkya__footerSocial{gap:var(--space-md);display:flex}.Footer-module__S6Hkya__socialLink{border:1px solid var(--dark-border);width:40px;height:40px;color:var(--text-muted);transition:var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialLink:hover{border-color:var(--yellow-primary);color:var(--yellow-primary);transform:translateY(-3px)}.Footer-module__S6Hkya__socialLink svg{width:18px;height:18px}.Footer-module__S6Hkya__footerLinks h4{letter-spacing:.1em;text-transform:uppercase;color:var(--text-primary);margin-bottom:var(--space-lg);font-size:.75rem;font-weight:600}.Footer-module__S6Hkya__footerLinks ul{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__S6Hkya__footerLinks a{color:var(--text-muted);transition:color var(--transition-fast);font-size:.9375rem}.Footer-module__S6Hkya__footerLinks a:hover{color:var(--yellow-primary)}.Footer-module__S6Hkya__footerBottom{padding-top:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__footerCopyright{color:var(--text-muted);font-size:.875rem}.Footer-module__S6Hkya__footerLegal{gap:var(--space-xl);display:flex}.Footer-module__S6Hkya__footerLegal a{color:var(--text-muted);transition:color var(--transition-fast);font-size:.875rem}.Footer-module__S6Hkya__footerLegal a:hover{color:var(--text-primary)}@media (max-width:1024px){.Footer-module__S6Hkya__footerGrid{gap:var(--space-2xl);grid-template-columns:1fr 1fr}}@media (max-width:768px){.Footer-module__S6Hkya__footerGrid{gap:var(--space-2xl);text-align:center;grid-template-columns:1fr}.Footer-module__S6Hkya__footerTagline{max-width:none}.Footer-module__S6Hkya__footerSocial{justify-content:center}.Footer-module__S6Hkya__footerBottom{gap:var(--space-md);flex-direction:column}.Footer-module__S6Hkya__footerLegal{justify-content:center;gap:var(--space-md);flex-wrap:wrap}}
