.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{font-family:var(--font-mono);letter-spacing:.05em;color:var(--text-secondary);transition:color var(--transition-fast);cursor:pointer;padding:var(--space-sm)0;background:0 0;border:none;align-items:center;gap:6px;font-size:.75rem;font-weight:600;display:flex}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__navLink.Header-module__hBw1pG__active{color:var(--yellow-primary);text-shadow:0 0 12px var(--yellow-glow)}.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);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;font-family:var(--font-mono);letter-spacing:.05em;color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:600;display:flex}.Header-module__hBw1pG__mobileNavLink:hover,.Header-module__hBw1pG__mobileNavLink.Header-module__hBw1pG__expanded{color:var(--yellow-primary)}.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__navLink{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__problem{padding:var(--section-spacing)0;background:var(--dark-bg)}.Problem-module__S0GCFq__header{max-width:800px;margin:0 auto var(--space-3xl);flex-direction:column;align-items:center;display:flex}.Problem-module__S0GCFq__header .section-label{color:#ff6b6bd9!important}.Problem-module__S0GCFq__realityStatsBox{gap:var(--space-xl);padding:36px var(--space-lg)36px;background:var(--dark-card);box-shadow:var(--shadow-md),0 8px 32px #0009,0 0 20px #ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;width:100%;max-width:800px;margin:0 auto 38px;display:flex}.Problem-module__S0GCFq__headlineStat{text-align:center;border-bottom:1px solid #ffffff14;padding-bottom:34px}.Problem-module__S0GCFq__headlineValue{font-family:var(--font-mono);color:#fff;margin-bottom:var(--space-sm);font-size:3.5rem;font-weight:700;line-height:1;display:block}.Problem-module__S0GCFq__headlineLabel{color:var(--text-secondary);font-size:.9375rem;font-weight:500;line-height:1.4;display:block}.Problem-module__S0GCFq__supportingStats{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.Problem-module__S0GCFq__supportingStat{text-align:center}.Problem-module__S0GCFq__supportingValue{font-family:var(--font-mono);color:#b4b4b4cc;margin-bottom:var(--space-xs);font-size:2rem;font-weight:700;line-height:1;display:block}.Problem-module__S0GCFq__supportingLabel{color:var(--text-secondary);font-size:.75rem;font-weight:500;line-height:1.3;display:block}.Problem-module__S0GCFq__title{font-family:var(--font-display);font-size:var(--font-size-h2);letter-spacing:.02em;color:var(--text-primary);margin-bottom:var(--space-md);text-align:center;width:100%;font-weight:400;line-height:1.2}.Problem-module__S0GCFq__lead{font-size:var(--font-size-lead);color:var(--text-secondary);margin:0 0 var(--space-lg);text-align:left;width:100%;line-height:1.7}.Problem-module__S0GCFq__lead p{margin:0 0 var(--space-lg)}.Problem-module__S0GCFq__lead p:last-child{margin-bottom:0}.Problem-module__S0GCFq__painPoints{max-width:min(90vw,1000px);margin:0 auto var(--space-3xl);grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.Problem-module__S0GCFq__painPoint{background:var(--dark-surface);border:1px solid var(--dark-border);transition:all var(--transition-expo);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:12px;flex-direction:column;padding:20px;display:flex}.Problem-module__S0GCFq__painPoint:hover{box-shadow:var(--shadow-md),0 0 24px #ff6b6b1f,0 0 12px #ff6b6b14;border-color:#ff6b6b40;transform:translateY(-2px)}.Problem-module__S0GCFq__painPoint:focus{outline-offset:2px;outline:2px solid #ff6b6b66}.Problem-module__S0GCFq__painPoint:focus:not(:focus-visible){outline:none}.Problem-module__S0GCFq__painHeader{align-items:center;gap:var(--space-md);display:flex}.Problem-module__S0GCFq__painIcon{background:#ffffff14;border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Problem-module__S0GCFq__painIcon svg{color:#fff9;width:20px;height:20px}.Problem-module__S0GCFq__warningDot{transition:all var(--transition-fast)}.Problem-module__S0GCFq__painPoint:hover .Problem-module__S0GCFq__warningDot{fill-opacity:.9;filter:drop-shadow(0 0 3px #ff6b6b99)}.Problem-module__S0GCFq__painHeader h3{font-family:var(--font-body);color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.Problem-module__S0GCFq__painDescription{margin-top:var(--space-md)}.Problem-module__S0GCFq__painDescription p{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.6}.Problem-module__S0GCFq__transitionStatement{max-width:1000px;padding:var(--space-xl)var(--space-2xl);text-align:center;margin:0 auto}.Problem-module__S0GCFq__transitionStatement p{color:var(--text-secondary);margin:0;font-size:1.125rem;line-height:1.7}.Problem-module__S0GCFq__highlightText{color:var(--yellow-primary);font-weight:600}@media (min-width:769px){.Problem-module__S0GCFq__painPoint .Problem-module__S0GCFq__painDescription{display:block}}@media (max-width:768px){.Problem-module__S0GCFq__problem{padding:var(--space-2xl)0}.Problem-module__S0GCFq__realityStatsBox{gap:var(--space-lg);padding:var(--space-lg)}.Problem-module__S0GCFq__headlineValue{font-size:2.5rem}.Problem-module__S0GCFq__supportingStats{gap:var(--space-lg);grid-template-columns:1fr}.Problem-module__S0GCFq__supportingValue{font-size:1.75rem}.Problem-module__S0GCFq__painPoints{grid-template-columns:1fr}.Problem-module__S0GCFq__painPoint{padding:var(--space-lg)}.Problem-module__S0GCFq__painPoint .Problem-module__S0GCFq__painDescription{opacity:0;max-height:0;overflow:hidden;display:none!important}.Problem-module__S0GCFq__painPoint.Problem-module__S0GCFq__expanded .Problem-module__S0GCFq__painDescription{opacity:1;max-height:500px;animation:.3s ease-out Problem-module__S0GCFq__expandCard;display:block!important}@keyframes Problem-module__S0GCFq__expandCard{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}}
.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__outcomesSection{padding:var(--section-spacing)0;padding-bottom:var(--space-4xl);background:var(--dark-surface)}.Outcomes-module__y1StRa__outcomesHeader{max-width:800px;margin:0 auto var(--space-3xl);text-align:center;flex-direction:column;align-items:center;display:flex}.Outcomes-module__y1StRa__outcomesTitle{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.3}.Outcomes-module__y1StRa__highlight{color:var(--yellow-primary)}.Outcomes-module__y1StRa__outcomesDesc{font-size:var(--font-size-lead);color:var(--text-secondary);margin-bottom:var(--space-lg);text-align:left;width:100%;line-height:1.7}.Outcomes-module__y1StRa__outcomesDesc:last-child{margin-bottom:0}.Outcomes-module__y1StRa__outcomesDesc strong{color:var(--text-primary);font-weight:600}.Outcomes-module__y1StRa__outcomesGrid{gap:var(--space-xl);max-width:1100px;margin:0 auto var(--space-3xl);grid-template-columns:repeat(2,1fr);display:grid}.Outcomes-module__y1StRa__outcomeCard{background:var(--dark-card);border:1px solid var(--dark-border);padding:var(--space-xl);transition:all var(--transition-expo);border-radius:12px;flex-direction:column;display:flex}.Outcomes-module__y1StRa__outcomeCard:hover{border-color:var(--yellow-border-subtle);box-shadow:var(--shadow-lg),0 0 20px var(--yellow-glow);transform:translateY(-4px)}.Outcomes-module__y1StRa__outcomeCategory{font-family:var(--font-mono);color:var(--yellow-primary);letter-spacing:.1em;text-transform:uppercase;background:var(--yellow-bg-subtle);border:1px solid var(--yellow-border-subtle);margin-bottom:var(--space-md);border-radius:4px;align-self:flex-start;padding:4px 8px;font-size:.6875rem;font-weight:600;display:inline-block}.Outcomes-module__y1StRa__cardHeader{align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.Outcomes-module__y1StRa__cardIcon{background:var(--yellow-bg-subtle);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Outcomes-module__y1StRa__cardIcon svg{color:var(--yellow-primary)}.Outcomes-module__y1StRa__outcomeTitle{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600;line-height:1.4}.Outcomes-module__y1StRa__outcomeDesc{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}@media (max-width:900px){.Outcomes-module__y1StRa__outcomesGrid{grid-template-columns:1fr;max-width:600px}}@media (max-width:768px){.Outcomes-module__y1StRa__outcomesSection{padding:var(--space-2xl)0;padding-bottom:var(--space-3xl)}.Outcomes-module__y1StRa__outcomesTitle{font-size:2rem}.Outcomes-module__y1StRa__outcomeCard{padding:var(--space-lg)}.Outcomes-module__y1StRa__cardIcon{width:40px;height:40px}.Outcomes-module__y1StRa__cardIcon svg{width:20px;height:20px}.Outcomes-module__y1StRa__outcomeTitle{font-size:1rem}.Outcomes-module__y1StRa__outcomeDesc{font-size:.875rem}}
.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}}
.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}}
