.Navbar-module___rHu7W__navbar{z-index:1000;-webkit-backdrop-filter:blur(16px)saturate(180%);width:100%;transition:var(--transition-smooth);background:#0a0a0a66;border-bottom:1px solid #ffffff0f;position:fixed;top:0;left:0}.Navbar-module___rHu7W__scrolled{background:#0a0a0acc;border-bottom-color:#ffffff1a;box-shadow:0 8px 32px #000c,inset 0 1px #ffffff0d}.Navbar-module___rHu7W__container{height:80px;max-width:var(--max-width);transition:var(--transition-smooth);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__container{height:64px}.Navbar-module___rHu7W__logo{letter-spacing:-.03em;background:linear-gradient(135deg, var(--text-primary) 50%, var(--color-accent) 100%);-webkit-text-fill-color:transparent;cursor:pointer;-webkit-background-clip:text;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.Navbar-module___rHu7W__logoImg{filter:drop-shadow(0 0 8px #ffffff1a);width:auto;height:32px}.Navbar-module___rHu7W__logoDot{background-color:var(--color-accent);width:8px;height:8px;box-shadow:0 0 10px var(--color-accent);border-radius:50%;display:inline-block}.Navbar-module___rHu7W__navLinks{align-items:center;gap:2rem;list-style:none;display:flex}@media (max-width:768px){.Navbar-module___rHu7W__navLinks{display:none}}.Navbar-module___rHu7W__link{color:var(--text-secondary);transition:var(--transition-fast);cursor:pointer;padding:.5rem 0;font-size:.9rem;font-weight:500;position:relative}.Navbar-module___rHu7W__link:hover{color:var(--text-primary)}.Navbar-module___rHu7W__link:after{content:"";background-color:var(--color-accent);width:0;height:2px;transition:var(--transition-fast);position:absolute;bottom:0;left:0}.Navbar-module___rHu7W__link:hover:after{width:100%}.Navbar-module___rHu7W__ctaWrapper{align-items:center;gap:1rem;display:flex}.Navbar-module___rHu7W__menuButton{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}@media (max-width:768px){.Navbar-module___rHu7W__menuButton{display:block}.Navbar-module___rHu7W__desktopCta{display:none}}
.HeroSection-module__yS5m3G__hero{--bg:#0a0a0a;--surface:#141414;--border:#2a2a2a;--text-primary:#f2f0ec;--text-secondary:#9c9a94;--text-muted:#5c5a55;--accent:#d4a65a;--accent-glow:#d4a65a2e;background-color:var(--bg);box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:100px 0 60px;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.HeroSection-module__yS5m3G__hero{align-items:center;height:auto;min-height:100vh;padding:120px 24px 80px}}.HeroSection-module__yS5m3G__tagCloud{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;flex-wrap:wrap;place-content:flex-start center;gap:8px;width:124%;height:124%;padding:40px;display:flex;position:absolute;top:-12%;left:-12%;transform:rotate(-3deg)}.HeroSection-module__yS5m3G__heroChip{background-color:var(--surface);border:1px solid var(--border);color:var(--text-secondary);opacity:.3;white-space:nowrap;border-radius:999px;padding:6px 12px;font-family:JetBrains Mono,monospace;font-size:13px}.HeroSection-module__yS5m3G__heroChipGold{border:1px solid var(--accent);color:var(--accent);opacity:.5;white-space:nowrap;background-color:#d4a65a1f;border-radius:999px;padding:6px 12px;font-family:JetBrains Mono,monospace;font-size:13px}.HeroSection-module__yS5m3G__wordmarkContainer{z-index:1;pointer-events:none;justify-content:flex-end;align-items:center;width:100%;display:flex;position:absolute;top:50%;right:6%;transform:translateY(-50%)}.HeroSection-module__yS5m3G__dimGradient{background:radial-gradient(ellipse at center, var(--bg) 15%, transparent 70%);z-index:-1;pointer-events:none;width:750px;height:600px;position:absolute;top:50%;left:75%;transform:translate(-50%,-50%)}.HeroSection-module__yS5m3G__ghostWordmark{color:var(--text-primary);opacity:.08;letter-spacing:.02em;text-align:right;text-transform:uppercase;font-size:clamp(60px,12vw,180px);font-weight:800;line-height:1.05}.HeroSection-module__yS5m3G__dotGrid{background-image:radial-gradient(var(--border) 1px, transparent 1px);opacity:.4;z-index:1;pointer-events:none;background-size:24px 24px;width:35%;height:35%;position:absolute;top:0;right:0}.HeroSection-module__yS5m3G__readabilityOverlay{background:linear-gradient(45deg, var(--bg) 0%, var(--bg) 45%, transparent 80%);z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__yS5m3G__playButtonContainer{z-index:2;opacity:0;justify-content:center;align-items:center;transition:opacity .6s ease-out,transform .6s ease-out;display:flex;position:absolute;top:50%;right:25%;transform:translate(50%,-50%)translateY(16px)}.HeroSection-module__yS5m3G__playButtonGlow{background-color:var(--accent);filter:blur(40px);opacity:.12;z-index:-1;border-radius:50%;width:130px;height:130px;position:absolute}.HeroSection-module__yS5m3G__playButton{background:radial-gradient(circle at 32% 28%, #3a3a3a 0%, var(--surface) 55%, #000 100%);cursor:pointer;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:130px;height:130px;transition:transform .2s;display:flex;position:relative;overflow:visible;box-shadow:inset 0 1px 2px #ffffff14,inset 0 -3px 6px #00000080,0 10px 30px #0009}.HeroSection-module__yS5m3G__playButton:hover{transform:scale(1.05)}.HeroSection-module__yS5m3G__specularHighlight{filter:blur(6px);pointer-events:none;z-index:1;opacity:.15;background:radial-gradient(#ffffff26 0%,#0000 70%);border-radius:50%;width:35%;height:35%;transition:opacity .2s;position:absolute;top:8%;left:8%}.HeroSection-module__yS5m3G__playRipple{border:1px solid var(--accent);pointer-events:none;z-index:5;border-radius:50%;animation:.4s ease-out forwards HeroSection-module__yS5m3G__playRippleAnim;position:absolute;inset:-1px}@keyframes HeroSection-module__yS5m3G__playRippleAnim{0%{opacity:.6;transform:scale(.8)}to{opacity:0;transform:scale(1.6)}}.HeroSection-module__yS5m3G__contentBlock{z-index:3;box-sizing:border-box;flex-direction:column;max-width:100%;padding:20px 0;display:flex;position:relative}.HeroSection-module__yS5m3G__eyebrow,.HeroSection-module__yS5m3G__title,.HeroSection-module__yS5m3G__subline,.HeroSection-module__yS5m3G__buttonRow{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(16px)}.HeroSection-module__yS5m3G__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:12px;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:600;display:block}.HeroSection-module__yS5m3G__title{color:var(--text-primary);max-width:680px;margin:0 0 16px;font-size:56px;font-weight:700;line-height:1.15}.HeroSection-module__yS5m3G__word{color:var(--text-primary);animation:5s infinite HeroSection-module__yS5m3G__wordHighlight;display:inline-block}@keyframes HeroSection-module__yS5m3G__wordHighlight{0%,to{color:var(--text-primary)}15%,40%{color:var(--accent);text-shadow:0 0 16px #d4a65a59}}.HeroSection-module__yS5m3G__subline{color:var(--text-secondary);max-width:520px;margin:0;font-size:18px;line-height:1.6}.HeroSection-module__yS5m3G__buttonRow{flex-wrap:wrap;gap:16px;margin-top:32px;display:flex}.HeroSection-module__yS5m3G__btnPrimary{background-color:var(--accent);color:var(--bg);cursor:pointer;border:none;border-radius:8px;outline:none;padding:14px 28px;font-size:15px;font-weight:600;transition:transform .2s,filter .2s}.HeroSection-module__yS5m3G__btnPrimary:hover{filter:brightness(1.1);transform:scale(1.02)}.HeroSection-module__yS5m3G__btnSecondary{border:1px solid var(--border);color:var(--text-primary);cursor:pointer;background-color:#0000;border-radius:8px;outline:none;padding:14px 28px;font-size:15px;font-weight:600;transition:border-color .2s}.HeroSection-module__yS5m3G__btnSecondary:hover{border-color:var(--accent)}.HeroSection-module__yS5m3G__heroLoaded .HeroSection-module__yS5m3G__eyebrow{opacity:1;transition-delay:.2s;transform:translateY(0)}.HeroSection-module__yS5m3G__heroLoaded .HeroSection-module__yS5m3G__title{opacity:1;transition-delay:.3s;transform:translateY(0)}.HeroSection-module__yS5m3G__heroLoaded .HeroSection-module__yS5m3G__subline{opacity:1;transition-delay:.4s;transform:translateY(0)}.HeroSection-module__yS5m3G__heroLoaded .HeroSection-module__yS5m3G__buttonRow{opacity:1;transition-delay:.5s;transform:translateY(0)}.HeroSection-module__yS5m3G__heroLoaded .HeroSection-module__yS5m3G__playButtonContainer{opacity:1;transition-delay:.9s;transform:translate(50%,-50%)translateY(0)}.HeroSection-module__yS5m3G__heroLoaded .HeroSection-module__yS5m3G__playButtonGlow{animation:4s ease-in-out 1.5s infinite HeroSection-module__yS5m3G__pulsePlayGlow}@keyframes HeroSection-module__yS5m3G__pulsePlayGlow{0%{opacity:.12;transform:scale(1)}50%{opacity:.2;transform:scale(1.06)}to{opacity:.12;transform:scale(1)}}.HeroSection-module__yS5m3G__modalOverlay{z-index:100;opacity:0;background-color:#0a0a0ad9;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-out forwards HeroSection-module__yS5m3G__fadeIn;display:flex;position:fixed;top:0;left:0}.HeroSection-module__yS5m3G__modalContainer{aspect-ratio:16/9;background-color:var(--surface);border:1px solid var(--border);border-radius:12px;width:90%;max-width:900px;position:relative;overflow:hidden;box-shadow:0 24px 60px #000c}.HeroSection-module__yS5m3G__closeButton{color:var(--text-primary);cursor:pointer;z-index:10;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:32px;line-height:1;transition:color .2s;display:flex;position:absolute;top:16px;right:16px}.HeroSection-module__yS5m3G__closeButton:hover,.HeroSection-module__yS5m3G__closeButton:focus{color:var(--accent)}.HeroSection-module__yS5m3G__videoPlayer{object-fit:cover;width:100%;height:100%;display:block}@keyframes HeroSection-module__yS5m3G__fadeIn{to{opacity:1}}.HeroSection-module__yS5m3G__mainContainer{z-index:3;width:100%;position:relative}.HeroSection-module__yS5m3G__heroGrid{grid-template-columns:1.2fr .9fr;align-items:center;gap:48px;width:100%;display:grid}.HeroSection-module__yS5m3G__formBlock{z-index:3;opacity:0;transition:opacity .6s ease-out .6s,transform .6s ease-out .6s;position:relative;transform:translateY(20px)}.HeroSection-module__yS5m3G__heroLoaded .HeroSection-module__yS5m3G__formBlock{opacity:1;transform:translateY(0)}.HeroSection-module__yS5m3G__formCard{-webkit-backdrop-filter:blur(20px);background:#141414a6;border:1px solid #ffffff14;border-radius:16px;width:100%;padding:32px;box-shadow:0 20px 40px #0000008c,inset 0 1px #ffffff0d}.HeroSection-module__yS5m3G__playButtonWrapper{z-index:10;align-items:center;gap:10px;display:flex;position:absolute;top:-24px;right:24px}.HeroSection-module__yS5m3G__playButton{background:radial-gradient(circle at 32% 28%, #3a3a3a 0%, var(--surface) 55%, #000 100%);cursor:pointer;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:inset 0 1px 2px #ffffff14,inset 0 -2px 4px #00000080,0 6px 20px #0009}.HeroSection-module__yS5m3G__playButton:hover{transform:scale(1.08);box-shadow:inset 0 1px 2px #ffffff1f,inset 0 -2px 4px #0006,0 8px 24px #000000b3}.HeroSection-module__yS5m3G__playButton:hover .HeroSection-module__yS5m3G__specularHighlight{opacity:.25}.HeroSection-module__yS5m3G__playGlyph{fill:var(--accent);filter:drop-shadow(0 1px #ffffff26)drop-shadow(0 -1px 1px #0006);z-index:2;margin-left:3px;position:relative}.HeroSection-module__yS5m3G__playLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;background-color:var(--surface);border:1px solid var(--border);border-radius:999px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:11px;box-shadow:0 4px 12px #0000004d}.HeroSection-module__yS5m3G__form{flex-direction:column;gap:16px;display:flex}.HeroSection-module__yS5m3G__formTitle{color:var(--text-primary);margin-bottom:2px;font-size:24px;font-weight:700}.HeroSection-module__yS5m3G__formSubtitle{color:var(--text-secondary);margin-bottom:8px;font-size:14px}.HeroSection-module__yS5m3G__formGroup{text-align:left;flex-direction:column;gap:6px;display:flex}.HeroSection-module__yS5m3G__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-family:JetBrains Mono,monospace;font-size:12px}.HeroSection-module__yS5m3G__input,.HeroSection-module__yS5m3G__select,.HeroSection-module__yS5m3G__textarea{border:1px solid var(--border);width:100%;color:var(--text-primary);background-color:#0a0a0a99;border-radius:8px;outline:none;padding:10px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.HeroSection-module__yS5m3G__input::placeholder,.HeroSection-module__yS5m3G__textarea::placeholder{color:var(--text-muted)}.HeroSection-module__yS5m3G__input:focus,.HeroSection-module__yS5m3G__select:focus,.HeroSection-module__yS5m3G__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px #d4a65a26}.HeroSection-module__yS5m3G__select option{color:var(--text-primary);background-color:#141414}.HeroSection-module__yS5m3G__textarea{resize:vertical}.HeroSection-module__yS5m3G__submitBtn{background-color:var(--accent);color:var(--bg);cursor:pointer;border:none;border-radius:8px;outline:none;width:100%;margin-top:8px;padding:12px;font-size:14px;font-weight:600;transition:transform .2s,filter .2s}.HeroSection-module__yS5m3G__submitBtn:hover{filter:brightness(1.15);transform:scale(1.02)}.HeroSection-module__yS5m3G__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.HeroSection-module__yS5m3G__successContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 10px;display:flex}.HeroSection-module__yS5m3G__successIcon{width:56px;height:56px;color:var(--accent);background-color:#d4a65a26;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;animation:.3s cubic-bezier(.16,1,.3,1) forwards HeroSection-module__yS5m3G__scaleIn;display:flex}.HeroSection-module__yS5m3G__successTitle{color:var(--text-primary);margin-bottom:12px;font-size:22px;font-weight:700}.HeroSection-module__yS5m3G__successText{color:var(--text-secondary);max-width:320px;font-size:15px;line-height:1.6}@keyframes HeroSection-module__yS5m3G__scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:992px){.HeroSection-module__yS5m3G__heroGrid{grid-template-columns:1fr;gap:56px}.HeroSection-module__yS5m3G__contentBlock{text-align:center;align-items:center;padding-top:40px;padding-bottom:0}.HeroSection-module__yS5m3G__title{font-size:40px}.HeroSection-module__yS5m3G__subline{font-size:16px}.HeroSection-module__yS5m3G__buttonRow{justify-content:center}}@media (max-width:768px){.HeroSection-module__yS5m3G__hero{padding:100px 24px 60px}.HeroSection-module__yS5m3G__formCard{padding:24px}.HeroSection-module__yS5m3G__playButtonWrapper{right:16px}}@media (prefers-reduced-motion:reduce){.HeroSection-module__yS5m3G__eyebrow,.HeroSection-module__yS5m3G__title,.HeroSection-module__yS5m3G__subline,.HeroSection-module__yS5m3G__buttonRow,.HeroSection-module__yS5m3G__formBlock{opacity:1!important;transition:none!important;transform:none!important}}
.VCLogos-module__9q-eSG__section{border-bottom:1px solid var(--border-color);z-index:10;background-color:#0a0a0a;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem 5rem;display:flex;position:relative}.VCLogos-module__9q-eSG__text{color:var(--text-secondary);text-align:center;letter-spacing:-.01em;max-width:480px;margin-bottom:3.5rem;font-size:1rem;font-weight:400;line-height:1.6}.VCLogos-module__9q-eSG__marqueeContainer{width:100%;max-width:var(--max-width);margin:0 auto;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.VCLogos-module__9q-eSG__marqueeContainer:before,.VCLogos-module__9q-eSG__marqueeContainer:after{content:"";z-index:2;pointer-events:none;width:15%;height:100%;position:absolute;top:0}.VCLogos-module__9q-eSG__marqueeContainer:before{background:linear-gradient(90deg,#0a0a0a,#0000);left:0}.VCLogos-module__9q-eSG__marqueeContainer:after{background:linear-gradient(270deg,#0a0a0a,#0000);right:0}.VCLogos-module__9q-eSG__marqueeTrack{align-items:center;gap:3.5rem;width:max-content;padding:1.5rem 0;animation:35s linear infinite VCLogos-module__9q-eSG__scrollMarquee;display:flex}.VCLogos-module__9q-eSG__marqueeTrack:hover{animation-play-state:paused}.VCLogos-module__9q-eSG__logoWrapper{opacity:.82;color:#fff;flex-shrink:0;justify-content:center;align-items:center;height:40px;transition:opacity .3s,transform .3s,filter .3s;display:flex}.VCLogos-module__9q-eSG__logoWrapper:hover{opacity:1;filter:drop-shadow(0 0 15px #00ff8859);transform:scale(1.05)}.VCLogos-module__9q-eSG__logo{max-width:100%;height:auto;max-height:28px}@keyframes VCLogos-module__9q-eSG__scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.VCLogos-module__9q-eSG__marqueeTrack{gap:2.5rem}.VCLogos-module__9q-eSG__marqueeContainer{-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}}
.JourneySection-module__9NJWHW__section{--bg:#0a0a0a;--surface:#141414;--border:#2a2a2a;--text-primary:#f2f0ec;--text-secondary:#9c9a94;--text-muted:#5c5a55;--accent:#d4a65a;--accent-glow:#d4a65a2e;--accent-foil:#f2d9a8;--gradient-primary:linear-gradient(135deg, var(--text-primary) 0%, var(--accent) 100%);--gradient-accent-foil:linear-gradient(135deg, var(--accent) 0%, var(--accent-foil) 100%);background-color:var(--bg);color:var(--text-primary);width:100%;max-width:1280px;margin-inline:auto;padding:0 0 80px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}.JourneySection-module__9NJWHW__gradientTextPrimary{background:var(--gradient-primary);color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.JourneySection-module__9NJWHW__intro{text-align:center;max-width:800px;margin:0 auto;padding:96px 24px 48px}.JourneySection-module__9NJWHW__eyebrow{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:700;display:block}.JourneySection-module__9NJWHW__title{letter-spacing:-.02em;color:var(--text-primary);background:linear-gradient(90deg, var(--text-primary) 0%, var(--text-primary) 44%, var(--accent) 50%, var(--text-primary) 56%, var(--text-primary) 100%);-webkit-text-fill-color:transparent;background-size:500% 100%;-webkit-background-clip:text;background-clip:text;margin-bottom:1.25rem;font-size:44px;font-weight:800;line-height:1.2;animation:10s linear infinite JourneySection-module__9NJWHW__shimmerSweep}@keyframes JourneySection-module__9NJWHW__shimmerSweep{0%{background-position:200%}to{background-position:-200%}}.JourneySection-module__9NJWHW__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:18px;line-height:1.6}@media (max-width:768px){.JourneySection-module__9NJWHW__title{font-size:32px}.JourneySection-module__9NJWHW__subtitle{font-size:1rem}}.JourneySection-module__9NJWHW__stageContainer{grid-template-columns:1fr 1fr;align-items:start;gap:64px;max-width:100%;margin-inline:auto;padding:16px 24px;display:grid;position:relative}.JourneySection-module__9NJWHW__cardWrapper{width:100%}.JourneySection-module__9NJWHW__stageOdd .JourneySection-module__9NJWHW__cardWrapper{grid-column:1}.JourneySection-module__9NJWHW__stageEven .JourneySection-module__9NJWHW__cardWrapper{grid-column:2}.JourneySection-module__9NJWHW__headerWrapper{flex-direction:column;gap:12px;margin-top:12px;display:flex}.JourneySection-module__9NJWHW__stageOdd .JourneySection-module__9NJWHW__headerWrapper{grid-column:2;align-items:flex-start}.JourneySection-module__9NJWHW__stageEven .JourneySection-module__9NJWHW__headerWrapper{grid-column:1;align-items:flex-start}.JourneySection-module__9NJWHW__card{background-color:var(--bg);border:1px solid var(--border);box-sizing:border-box;opacity:0;border-radius:16px;width:100%;max-width:640px;padding:32px;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),background-color .6s ease-out .2s;transform:translateY(20px);box-shadow:0 4px 30px #0006}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__card{opacity:1;background-color:var(--surface);transform:translateY(0)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__pill{border-color:var(--accent);box-shadow:0 0 12px var(--accent-glow);color:var(--text-primary);transition:border-color .6s ease-out .4s,box-shadow .6s ease-out .4s,color .6s ease-out .4s}.JourneySection-module__9NJWHW__cardTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:24px;font-weight:700}.JourneySection-module__9NJWHW__cardBody{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;line-height:1.6}.JourneySection-module__9NJWHW__pill{background-color:var(--surface);border:1px solid var(--border);color:var(--text-secondary);border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.JourneySection-module__9NJWHW__pill svg{fill:none;stroke:currentColor;stroke-width:2px;width:14px;height:14px}.JourneySection-module__9NJWHW__pillActive{border-color:var(--accent);color:var(--accent);background-color:#d4a65a0f;transition-delay:.4s;box-shadow:0 0 12px #d4a65a26}.JourneySection-module__9NJWHW__pillActive svg{stroke:var(--accent)}.JourneySection-module__9NJWHW__connectorWrapper{box-sizing:border-box;margin-inline:auto;z-index:10;width:100%;max-width:100%;height:100px;margin-top:-10px;margin-bottom:-10px;padding:0 24px;position:relative}.JourneySection-module__9NJWHW__connectorSvg{width:100%;height:100%;overflow:visible}.JourneySection-module__9NJWHW__connectorPath{stroke:var(--border);stroke-width:2px;fill:none}.JourneySection-module__9NJWHW__connectorPathActive{stroke:var(--accent);stroke-width:2px;fill:none;pointer-events:none;filter:drop-shadow(0 0 2px var(--accent-glow));transition:stroke-dashoffset .2s ease-out}.JourneySection-module__9NJWHW__connectorNode{fill:var(--border);stroke:var(--bg);stroke-width:2px;transition:fill .4s ease-out,filter .4s ease-out}.JourneySection-module__9NJWHW__connectorNodeActive{fill:var(--accent)!important;filter:drop-shadow(0 0 8px var(--accent))!important}.JourneySection-module__9NJWHW__mockupBrowser{background-color:var(--bg);border:1px solid var(--border);border-radius:8px;width:100%;max-width:100%;margin-bottom:1.25rem;overflow:hidden}.JourneySection-module__9NJWHW__browserBar{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:8px 12px;display:flex}.JourneySection-module__9NJWHW__browserDots{gap:6px;display:flex}.JourneySection-module__9NJWHW__dot{background-color:var(--border);border-radius:50%;width:8px;height:8px}.JourneySection-module__9NJWHW__browserUrl{background-color:var(--surface);border:1px solid var(--border);color:var(--text-secondary);text-align:center;border-radius:4px;flex-grow:1;max-width:220px;margin:0 auto;padding:2px 16px;font-family:JetBrains Mono,monospace;font-size:11px}.JourneySection-module__9NJWHW__browserUrlText{white-space:nowrap;vertical-align:bottom;border-right:1.5px solid #0000;width:0;display:inline-block;overflow:hidden}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__browserUrlText{animation-name:JourneySection-module__9NJWHW__typing,JourneySection-module__9NJWHW__blink;animation-duration:.8s,.4s;animation-timing-function:steps(18,end),step-end;animation-iteration-count:1,2;animation-direction:normal,alternate;animation-play-state:running,running;animation-delay:.15s;animation-fill-mode:forwards,none;animation-timeline:auto,auto}@keyframes JourneySection-module__9NJWHW__typing{0%{width:0}to{width:18ch}}@keyframes JourneySection-module__9NJWHW__blink{0%,to{border-color:#0000}50%{border-color:var(--accent)}}.JourneySection-module__9NJWHW__mockupChips{gap:10px;width:100%;margin-bottom:1.25rem;display:flex}.JourneySection-module__9NJWHW__chip{background-color:var(--surface);border:1px solid var(--border);color:var(--text-secondary);opacity:0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 8px;font-size:12px;transition:opacity .4s ease-out,transform .4s cubic-bezier(.34,1.56,.64,1);display:flex;transform:translateY(8px)scale(.95)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__chip:first-child{opacity:1;transition-delay:.2s;transform:translateY(0)scale(1)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__chip:nth-child(2){opacity:1;transition-delay:.25s;transform:translateY(0)scale(1)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__chip:nth-child(3){opacity:1;transition-delay:.3s;transform:translateY(0)scale(1)}.JourneySection-module__9NJWHW__chip svg{width:14px;height:14px;stroke:var(--text-muted);fill:none}.JourneySection-module__9NJWHW__dealCard{background-color:var(--surface);border:1px solid var(--border);box-sizing:border-box;opacity:0;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:16px;transition:opacity .4s ease-out,transform .4s ease-out;display:flex;transform:translateY(12px)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__dealCard{opacity:1;transition-delay:.35s;transform:translateY(0)}.JourneySection-module__9NJWHW__dealInfo{flex-direction:column;gap:4px;display:flex}.JourneySection-module__9NJWHW__dealName{color:var(--text-primary);font-size:14px;font-weight:700}.JourneySection-module__9NJWHW__dealTag{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:9px}.JourneySection-module__9NJWHW__badgeNew{background-color:var(--accent);color:var(--bg);opacity:0;transform-origin:50%;border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:800;transform:scale(0);box-shadow:0 2px 8px #d4a65a33}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__badgeNew{animation:.3s cubic-bezier(.34,1.56,.64,1) .45s forwards JourneySection-module__9NJWHW__badgeBounce}@keyframes JourneySection-module__9NJWHW__badgeBounce{0%{opacity:0;transform:scale(0)}70%{opacity:1;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.JourneySection-module__9NJWHW__connectorDraw{stroke-dashoffset:0!important;transition:none!important}.JourneySection-module__9NJWHW__connectorPath,.JourneySection-module__9NJWHW__connectorNode{transition:none!important}}@media (max-width:768px){.JourneySection-module__9NJWHW__stageContainer{grid-template-columns:1fr;gap:24px;padding:32px 16px}.JourneySection-module__9NJWHW__cardWrapper{order:2;grid-column:1!important}.JourneySection-module__9NJWHW__headerWrapper{order:1;grid-column:1!important;align-items:flex-start!important}.JourneySection-module__9NJWHW__connectorWrapper{z-index:10;height:100px;margin-top:-10px;margin-bottom:-10px;padding:0 16px}}.JourneySection-module__9NJWHW__mockupStage2{align-items:center;gap:24px;width:100%;margin-top:1.5rem;display:flex}@media (max-width:576px){.JourneySection-module__9NJWHW__mockupStage2{flex-direction:column;align-items:center;gap:16px}}.JourneySection-module__9NJWHW__progressRing{flex-shrink:0;width:100px;height:100px;position:relative}.JourneySection-module__9NJWHW__ringText{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.JourneySection-module__9NJWHW__ringValue{background:var(--gradient-accent-foil);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:26px;font-weight:800;line-height:1;display:inline-block}.JourneySection-module__9NJWHW__ringLabel{color:var(--text-muted);letter-spacing:.05em;opacity:0;margin-top:2px;font-family:JetBrains Mono,monospace;font-size:8px;font-weight:700;transition:opacity .4s ease-out}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__ringLabel{opacity:1;transition-delay:.45s}.JourneySection-module__9NJWHW__progressRingCircle{transition:stroke-dashoffset 1.2s cubic-bezier(.16,1,.3,1) .2s}.JourneySection-module__9NJWHW__swotGrid{flex-grow:1;grid-template-columns:repeat(2,1fr);gap:8px;width:100%;display:grid}.JourneySection-module__9NJWHW__swotBlock{background-color:var(--bg);border:1px solid var(--border);opacity:0;border-radius:8px;padding:8px 10px;transition:opacity .4s ease-out,transform .4s ease-out;transform:translateY(8px)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__swotBlock:first-child{opacity:1;transition-delay:.25s;transform:translateY(0)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__swotBlock:nth-child(2){opacity:1;transition-delay:.3s;transform:translateY(0)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__swotBlock:nth-child(3){opacity:1;transition-delay:.35s;transform:translateY(0)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__swotBlock:nth-child(4){opacity:1;transition-delay:.4s;transform:translateY(0)}.JourneySection-module__9NJWHW__swotTitle{color:var(--text-muted);text-transform:uppercase;margin-bottom:6px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700}.JourneySection-module__9NJWHW__swotLines{flex-direction:column;gap:4px;display:flex}.JourneySection-module__9NJWHW__swotLine{background-color:var(--border);transform-origin:0;border-radius:2px;height:3px;transition:transform .4s ease-out;transform:scaleX(0)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__swotBlock:first-child .JourneySection-module__9NJWHW__swotLine{transition-delay:.25s;transform:scaleX(1)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__swotBlock:nth-child(2) .JourneySection-module__9NJWHW__swotLine{transition-delay:.3s;transform:scaleX(1)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__swotBlock:nth-child(3) .JourneySection-module__9NJWHW__swotLine{transition-delay:.35s;transform:scaleX(1)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__swotBlock:nth-child(4) .JourneySection-module__9NJWHW__swotLine{transition-delay:.4s;transform:scaleX(1)}.JourneySection-module__9NJWHW__memoBar{background-color:var(--bg);border:1px solid var(--border);box-sizing:border-box;opacity:0;border-radius:8px;justify-content:space-between;align-items:center;width:100%;margin-top:16px;padding:10px 14px;transition:opacity .4s ease-out,transform .4s ease-out;display:flex;transform:translateY(8px)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__memoBar{opacity:1;transition-delay:.5s;transform:translateY(0)}.JourneySection-module__9NJWHW__memoInfo{color:var(--text-secondary);align-items:center;gap:10px;font-size:12px;font-weight:600;display:flex}.JourneySection-module__9NJWHW__memoIcon{color:var(--text-muted);flex-shrink:0}.JourneySection-module__9NJWHW__memoLink{color:var(--accent);cursor:pointer;align-items:center;gap:4px;font-size:11px;font-weight:700;transition:transform .2s;display:inline-flex}.JourneySection-module__9NJWHW__memoLink:hover{transform:translate(3px)}.JourneySection-module__9NJWHW__mockupKanban{box-sizing:border-box;width:100%;margin-top:1.5rem}.JourneySection-module__9NJWHW__kanbanColumn{background-color:var(--bg);border:1px solid var(--border);box-sizing:border-box;border-radius:12px;width:100%;padding:16px}.JourneySection-module__9NJWHW__columnHeader{color:var(--text-muted);letter-spacing:.05em;opacity:0;margin-bottom:12px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;transition:opacity .3s ease-out;display:block}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__columnHeader{opacity:1;transition-delay:.15s}.JourneySection-module__9NJWHW__cardStack{flex-direction:column;gap:10px;display:flex;position:relative}.JourneySection-module__9NJWHW__topCard{background-color:var(--surface);border:1px solid var(--border);z-index:3;box-sizing:border-box;opacity:0;border-radius:8px;padding:12px 14px;transition:opacity .4s ease-out,transform .4s cubic-bezier(.34,1.56,.64,1),border-color .3s;position:relative;transform:translateY(8px)scale(.97)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__topCard{opacity:1;transition-delay:.3s;transform:translateY(0)scale(1)}.JourneySection-module__9NJWHW__breathingCard{animation:3s ease-in-out infinite JourneySection-module__9NJWHW__breath}@keyframes JourneySection-module__9NJWHW__breath{0%,to{box-shadow:0 0 8px var(--border);border-color:var(--border)}50%{box-shadow:0 0 16px var(--accent-glow);border-color:var(--accent)}}.JourneySection-module__9NJWHW__topCardHeader{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.JourneySection-module__9NJWHW__topCardName{color:var(--text-primary);font-size:13px;font-weight:700}.JourneySection-module__9NJWHW__topCardMatch{background-color:var(--bg);border:1px solid var(--border);color:var(--accent);border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:8px;font-weight:800;box-shadow:0 2px 6px #0000004d}.JourneySection-module__9NJWHW__topCardDetails{justify-content:space-between;align-items:center;font-size:11px;display:flex}.JourneySection-module__9NJWHW__topCardTag{color:var(--text-muted);font-weight:600}.JourneySection-module__9NJWHW__topCardAsk{color:var(--text-primary);font-weight:700}.JourneySection-module__9NJWHW__bgCard1{background-color:var(--surface);border:1px solid var(--border);opacity:0;z-index:2;box-sizing:border-box;border-radius:8px;margin-top:-6px;padding:10px 14px;transition:opacity .3s ease-out;position:relative}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__bgCard1{opacity:.4;transition-delay:.2s}.JourneySection-module__9NJWHW__bgCard2{background-color:var(--surface);border:1px solid var(--border);opacity:0;z-index:1;box-sizing:border-box;border-radius:8px;margin-top:-6px;padding:8px 14px;transition:opacity .3s ease-out;position:relative}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__bgCard2{opacity:.25;transition-delay:.25s}.JourneySection-module__9NJWHW__bgCardName{color:var(--text-muted);font-size:11px;font-weight:600}.JourneySection-module__9NJWHW__scanLine{background-color:var(--accent);opacity:0;pointer-events:none;z-index:4;width:100%;height:1.5px;position:absolute;top:0;left:0}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__scanLine{animation:.6s ease-in-out .45s forwards JourneySection-module__9NJWHW__scan}@keyframes JourneySection-module__9NJWHW__scan{0%{opacity:.3;top:0}to{opacity:.3;top:100%}}.JourneySection-module__9NJWHW__mockupActivityFeed{width:100%;margin-top:1.5rem}.JourneySection-module__9NJWHW__activityRow{background-color:var(--bg);border:1px solid var(--border);box-sizing:border-box;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:10px 14px;display:flex}.JourneySection-module__9NJWHW__activityRow:last-child{margin-bottom:0}.JourneySection-module__9NJWHW__activityLeft{align-items:center;gap:10px;display:flex}.JourneySection-module__9NJWHW__activityIconWrapper{color:var(--text-muted);justify-content:center;align-items:center;display:flex}.JourneySection-module__9NJWHW__activityIconWrapper svg{width:14px;height:14px}.JourneySection-module__9NJWHW__activityText{color:var(--text-secondary);font-size:12px;font-weight:500}.JourneySection-module__9NJWHW__activityTime{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:10px}.JourneySection-module__9NJWHW__activityRowHighlight{border-color:var(--accent);background-color:var(--accent-glow)}.JourneySection-module__9NJWHW__activityIconWrapperHighlight{color:var(--accent);justify-content:center;align-items:center;display:flex}.JourneySection-module__9NJWHW__activityIconWrapperHighlight svg{width:14px;height:14px}.JourneySection-module__9NJWHW__activityTextHighlight{color:var(--text-primary);font-size:12px;font-weight:600}.JourneySection-module__9NJWHW__activityTimeHighlight{color:var(--accent);align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;display:inline-flex}.JourneySection-module__9NJWHW__liveDot{background-color:var(--accent);opacity:0;border-radius:50%;width:4px;height:4px;display:inline-block}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__activityRow{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) forwards JourneySection-module__9NJWHW__slideFadeInLeft;transform:translate(-8px)translateY(8px)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__activityRow:first-child{animation-delay:.15s}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__activityRow:nth-child(2){animation-delay:.22s}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__activityRow:nth-child(3){animation-delay:.29s}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__activityRow:nth-child(4){animation:.5s cubic-bezier(.16,1,.3,1) .36s forwards JourneySection-module__9NJWHW__slideFadeInLeft,.6s ease-in-out .6s forwards JourneySection-module__9NJWHW__rowPulse}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__liveDot{animation:1.5s ease-in-out .8s infinite JourneySection-module__9NJWHW__dotPulse}@keyframes JourneySection-module__9NJWHW__slideFadeInLeft{to{opacity:1;transform:translate(0)translateY(0)}}@keyframes JourneySection-module__9NJWHW__rowPulse{0%{background-color:#d4a65a66;box-shadow:0 0 8px #d4a65a66}50%{background-color:#d4a65acc;box-shadow:0 0 16px #d4a65acc}to{box-shadow:none;background-color:#d4a65a2e}}@keyframes JourneySection-module__9NJWHW__dotPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.JourneySection-module__9NJWHW__mockupStage5{grid-template-columns:1fr 1fr;gap:16px;width:100%;margin-top:1.5rem;display:grid}@media (max-width:576px){.JourneySection-module__9NJWHW__mockupStage5{grid-template-columns:1fr}}.JourneySection-module__9NJWHW__subCardLeft,.JourneySection-module__9NJWHW__subCardRight{background-color:var(--bg);border:1px solid var(--border);box-sizing:border-box;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:160px;padding:16px;display:flex}.JourneySection-module__9NJWHW__subCardHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.JourneySection-module__9NJWHW__subCardTitle{color:var(--text-primary);font-size:13px;font-weight:700}.JourneySection-module__9NJWHW__lpTag{background-color:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:4px;padding:1px 4px;font-family:JetBrains Mono,monospace;font-size:8px;font-weight:700}.JourneySection-module__9NJWHW__lpStats{border-top:1px dashed var(--border);border-bottom:1px dashed var(--border);grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px;padding:10px 0;display:grid}.JourneySection-module__9NJWHW__lpStat{text-align:center;flex-direction:column;align-items:center;display:flex}.JourneySection-module__9NJWHW__lpStatLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-family:JetBrains Mono,monospace;font-size:8px}.JourneySection-module__9NJWHW__lpStatVal{color:var(--text-primary);font-size:11px;font-weight:700}.JourneySection-module__9NJWHW__linkedDealWrapper{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.JourneySection-module__9NJWHW__dashedLineContainer{width:100%;height:20px;position:relative;overflow:hidden}.JourneySection-module__9NJWHW__dashedLineSvg{width:100%;height:100%}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__dashedPath{stroke-dasharray:100;stroke-dashoffset:100px;animation:1s ease-out .2s forwards JourneySection-module__9NJWHW__drawDashed}@keyframes JourneySection-module__9NJWHW__drawDashed{to{stroke-dashoffset:0}}.JourneySection-module__9NJWHW__linkedTag{background-color:var(--surface);border:1px solid var(--border);color:var(--accent);border-radius:4px;width:fit-content;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700;box-shadow:0 2px 6px #0003}.JourneySection-module__9NJWHW__resultRow{border-bottom:1px solid var(--border);box-sizing:border-box;justify-content:space-between;align-items:center;padding:8px;display:flex}.JourneySection-module__9NJWHW__resultRow:last-child{border-bottom:none}.JourneySection-module__9NJWHW__resultRowLeft{flex-direction:column;gap:2px;display:flex}.JourneySection-module__9NJWHW__resultRowName{color:var(--text-primary);font-size:12px;font-weight:700}.JourneySection-module__9NJWHW__resultRowSector{color:var(--text-muted);font-size:9px}.JourneySection-module__9NJWHW__statusBadge{letter-spacing:.02em;border-radius:4px;padding:3px 6px;font-family:JetBrains Mono,monospace;font-size:8px;font-weight:800}.JourneySection-module__9NJWHW__statusInvested{color:var(--accent);background-color:var(--accent-glow);border:1px solid var(--accent)}.JourneySection-module__9NJWHW__statusRevisit{color:var(--text-secondary);background-color:var(--surface);border:1px solid var(--border)}.JourneySection-module__9NJWHW__resultRowPassed{opacity:.6}.JourneySection-module__9NJWHW__statusPassed{color:var(--text-muted);background-color:var(--bg);border:1px solid var(--border)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__resultRow{opacity:0;animation:.5s ease-out forwards JourneySection-module__9NJWHW__fadeUpIn;transform:translateY(10px)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__resultRow:first-child{animation-delay:.2s}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__resultRow:nth-child(2){animation-delay:.25s}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__resultRow:nth-child(3){animation:.5s ease-out .3s forwards JourneySection-module__9NJWHW__fadeUpPassedRow}@keyframes JourneySection-module__9NJWHW__fadeUpPassedRow{to{opacity:.6;transform:translateY(0)}}.JourneySection-module__9NJWHW__outro{text-align:center;box-sizing:border-box;scroll-snap-align:start;flex-direction:column;align-items:center;max-width:700px;margin:0 auto;padding:16px 24px 24px;display:flex}.JourneySection-module__9NJWHW__outroDivider{background-color:var(--border);opacity:0;width:0;height:1px;margin-bottom:48px;transition:width 1.5s cubic-bezier(.16,1,.3,1)}.JourneySection-module__9NJWHW__outroVisible .JourneySection-module__9NJWHW__outroDivider{opacity:1;width:100%}.JourneySection-module__9NJWHW__outroStatement{color:var(--text-primary);opacity:0;margin-bottom:2rem;font-size:36px;font-weight:800;line-height:1.25;transition:opacity 1s ease-out .4s,transform 1s cubic-bezier(.16,1,.3,1) .4s;transform:translateY(20px)}.JourneySection-module__9NJWHW__outroVisible .JourneySection-module__9NJWHW__outroStatement{opacity:1;transform:translateY(0)}.JourneySection-module__9NJWHW__outroButton{border:1px solid var(--border);color:var(--text-primary);cursor:pointer;opacity:0;border-radius:9999px;justify-content:center;align-items:center;margin-top:1.5rem;padding:.85rem 1.85rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity 1s ease-out .6s,transform 1s cubic-bezier(.16,1,.3,1) .6s,border-color .3s,color .3s,box-shadow .3s;display:inline-flex;transform:translateY(20px)}.JourneySection-module__9NJWHW__outroVisible .JourneySection-module__9NJWHW__outroButton{opacity:1;transform:translateY(0)}.JourneySection-module__9NJWHW__outroButton:hover{border-color:var(--accent);color:var(--accent);box-shadow:0 0 16px var(--accent-glow);transform:scale(1.03);transition:transform .2s,border-color .2s,box-shadow .2s,color .2s!important}@media (max-width:768px){.JourneySection-module__9NJWHW__outroStatement{font-size:28px}}@media (prefers-reduced-motion:reduce){.JourneySection-module__9NJWHW__breathingCard{animation:none!important}.JourneySection-module__9NJWHW__card{opacity:1!important;background-color:var(--surface)!important;transition:none!important;transform:translateY(0)!important}.JourneySection-module__9NJWHW__pill{border-color:var(--accent)!important;box-shadow:0 0 12px var(--accent-glow)!important;color:var(--text-primary)!important;transition:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__activityRow{opacity:1!important;animation:none!important;transform:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__dashedPath{stroke-dashoffset:0!important;animation:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__resultRow{opacity:1!important;animation:none!important;transform:translateY(0)!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__resultRowPassed{opacity:.6!important;animation:none!important;transform:translateY(0)!important}.JourneySection-module__9NJWHW__outroDivider{opacity:1!important;width:100%!important;transition:none!important}.JourneySection-module__9NJWHW__outroStatement,.JourneySection-module__9NJWHW__outroButton{opacity:1!important;transition:none!important;transform:translateY(0)!important}.JourneySection-module__9NJWHW__headerWrapperLeft,.JourneySection-module__9NJWHW__headerWrapperRight,.JourneySection-module__9NJWHW__textColumn{opacity:1!important;transition:none!important;transform:none!important}.JourneySection-module__9NJWHW__visualColumn{opacity:1!important;background-color:var(--surface)!important;transition:none!important;transform:none!important}.JourneySection-module__9NJWHW__connectorDraw{stroke-dashoffset:0!important;transition:none!important}.JourneySection-module__9NJWHW__connectorPath{stroke:var(--accent)!important;transition:none!important}.JourneySection-module__9NJWHW__connectorNode{fill:var(--accent)!important;filter:drop-shadow(0 0 8px var(--accent))!important;transition:none!important}.JourneySection-module__9NJWHW__browserUrlText{border-right:none!important;width:auto!important;animation:none!important}.JourneySection-module__9NJWHW__chip{opacity:1!important;transition:none!important;transform:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__chip{transition-delay:0s!important}.JourneySection-module__9NJWHW__dealCard{opacity:1!important;transition:none!important;transform:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__dealCard{transition-delay:0s!important}.JourneySection-module__9NJWHW__badgeNew{opacity:1!important;animation:none!important;transform:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__badgeNew{animation:none!important}.JourneySection-module__9NJWHW__progressRingCircle{transition:none!important}.JourneySection-module__9NJWHW__ringLabel{opacity:1!important;transition:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__ringLabel{transition-delay:0s!important}.JourneySection-module__9NJWHW__swotBlock{opacity:1!important;transition:none!important;transform:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__swotBlock{transition-delay:0s!important}.JourneySection-module__9NJWHW__swotLine{transition:none!important;transform:scaleX(1)!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__swotLine{transition-delay:0s!important}.JourneySection-module__9NJWHW__memoBar{opacity:1!important;transition:none!important;transform:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__memoBar{transition-delay:0s!important}.JourneySection-module__9NJWHW__columnHeader{opacity:1!important;transition:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__columnHeader{transition-delay:0s!important}.JourneySection-module__9NJWHW__bgCard1{opacity:.4!important;transition:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__bgCard1{transition-delay:0s!important}.JourneySection-module__9NJWHW__bgCard2{opacity:.25!important;transition:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__bgCard2{transition-delay:0s!important}.JourneySection-module__9NJWHW__topCard{opacity:1!important;transition:none!important;transform:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__topCard{transition-delay:0s!important}.JourneySection-module__9NJWHW__scanLine{animation:none!important;display:none!important}.JourneySection-module__9NJWHW__liveDot{opacity:1!important;animation:none!important;transform:none!important}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__liveDot{animation:none!important}}.JourneySection-module__9NJWHW__stageRowContainer{box-sizing:border-box;scroll-snap-align:start;flex-direction:column;gap:16px;width:100%;max-width:1280px;margin-inline:auto;padding:16px 24px;display:flex;position:relative}.JourneySection-module__9NJWHW__headerInside{flex-direction:column;align-items:flex-start;gap:10px;width:100%;margin-bottom:16px;display:flex}.JourneySection-module__9NJWHW__stepEyebrow{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:800;display:block}.JourneySection-module__9NJWHW__rowGrid{box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:center;gap:48px;width:100%;display:grid}.JourneySection-module__9NJWHW__textColumn{box-sizing:border-box;opacity:0;flex-direction:column;gap:12px;width:100%;transition:opacity .4s ease-out,transform .4s ease-out;display:flex}.JourneySection-module__9NJWHW__stageRowOdd .JourneySection-module__9NJWHW__textColumn{transform:translate(-16px)}.JourneySection-module__9NJWHW__stageRowEven .JourneySection-module__9NJWHW__textColumn{transform:translate(16px)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__textColumn{opacity:1;transition-delay:50ms;transform:translate(0)}.JourneySection-module__9NJWHW__stageTitle{color:var(--text-primary);margin-bottom:0;font-size:24px;font-weight:700}.JourneySection-module__9NJWHW__stageDescription{color:var(--text-secondary);max-width:100%;margin-bottom:0;font-size:1rem;line-height:1.6}.JourneySection-module__9NJWHW__visualColumnWrapper{width:100%;position:relative}.JourneySection-module__9NJWHW__visualColumn{z-index:3;background-color:var(--bg);border:1px solid var(--border);box-sizing:border-box;opacity:0;border-radius:16px;width:100%;padding:24px;transition:opacity .4s ease-out,transform .4s cubic-bezier(.16,1,.3,1),background-color .6s ease-out,border-color .3s ease-out,box-shadow .3s ease-out;position:relative}.JourneySection-module__9NJWHW__stageRowOdd .JourneySection-module__9NJWHW__visualColumn{transform:translate(16px)}.JourneySection-module__9NJWHW__stageRowEven .JourneySection-module__9NJWHW__visualColumn{transform:translate(-16px)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__visualColumn{opacity:1;background-color:var(--surface);transition-delay:.1s,.1s,.15s;transform:translate(0)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__visualColumn:hover{border-color:var(--accent);transform:translateY(-8px)scale(1.01);box-shadow:0 20px 40px #000000b3,0 0 32px #d4a65a38}@media (max-width:768px){.JourneySection-module__9NJWHW__rowGrid{grid-template-columns:1fr;gap:24px}.JourneySection-module__9NJWHW__headerWrapperRight{align-items:flex-start}.JourneySection-module__9NJWHW__stageRowContainer{gap:16px;padding:32px 16px}.JourneySection-module__9NJWHW__textColumn{order:1}.JourneySection-module__9NJWHW__visualColumn{order:2}}.JourneySection-module__9NJWHW__clickRing{border:1px solid var(--accent);pointer-events:none;opacity:0;box-sizing:border-box;z-index:49;border-radius:50%;width:24px;height:24px;margin-top:-12px;margin-left:-12px;position:absolute;top:2px;left:2px;transform:scale(.5)}.JourneySection-module__9NJWHW__clickRingActive{animation:.4s ease-out forwards JourneySection-module__9NJWHW__clickRingExpand}@keyframes JourneySection-module__9NJWHW__clickRingExpand{0%{opacity:.6;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}.JourneySection-module__9NJWHW__chipActive{border-color:var(--accent)!important;background-color:var(--accent-glow)!important;color:var(--text-primary)!important;transition:border-color .3s,background-color .3s!important}.JourneySection-module__9NJWHW__chipDimmed{opacity:.5!important;transition:opacity .3s!important}.JourneySection-module__9NJWHW__cardDragging{box-shadow:0 10px 30px #d4a65a59, 0 0 25px var(--accent-glow)!important;z-index:12!important;transition:transform .5s ease-out,box-shadow .5s ease-out!important;transform:translateY(18px)scale(1.02)!important}.JourneySection-module__9NJWHW__cardReturning{box-shadow:0 0 20px var(--accent-glow)!important;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease-out!important;transform:translateY(0)scale(1)!important}.JourneySection-module__9NJWHW__badgePulse{animation:.3s ease-out forwards JourneySection-module__9NJWHW__badgePulseAnim}@keyframes JourneySection-module__9NJWHW__badgePulseAnim{0%{background-color:var(--accent-glow);transform:scale(1);box-shadow:0 0 #d4a65a00}50%{background-color:#d4a65a73;border-color:#f2d9a8;transform:scale(1.08);box-shadow:0 0 15px #d4a65a99}to{background-color:var(--accent-glow);transform:scale(1);box-shadow:0 0 #d4a65a00}}.JourneySection-module__9NJWHW__nextStepBadge{color:var(--text-secondary);opacity:0;background-color:#9c9a940f;border:1px solid #9c9a941f;border-radius:6px;align-items:center;gap:8px;width:fit-content;margin-top:16px;padding:6px 12px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700;transition:opacity .4s ease-out,transform .4s ease-out;display:inline-flex;transform:translateY(4px)}.JourneySection-module__9NJWHW__cardVisible .JourneySection-module__9NJWHW__nextStepBadge{opacity:1;transition-delay:.6s;transform:translateY(0)}.JourneySection-module__9NJWHW__cardVerticalLineContainer{z-index:2;pointer-events:none;width:2px;position:absolute;top:-10px;bottom:-10px;left:50%;transform:translate(-50%)}.JourneySection-module__9NJWHW__cardVerticalLine{background-color:var(--border);z-index:1;pointer-events:none;width:2px;position:absolute;top:0;bottom:0;left:0}.JourneySection-module__9NJWHW__cardVerticalLineActive{background-color:var(--accent);transform-origin:top;z-index:2;pointer-events:none;width:2px;filter:drop-shadow(0 0 4px var(--accent-glow));transition:transform .2s ease-out,opacity .2s ease-out;position:absolute;top:0;bottom:0;left:0}
.AskAnything-module__xXtPbG__section{--bg:#0a0a0a;--surface:#141414;--border:#2a2a2a;--text-primary:#f2f0ec;--text-secondary:#9c9a94;--text-muted:#5c5a55;--accent:#d4a65a;--accent-glow:#d4a65a2e;background-color:var(--bg);box-sizing:border-box;width:100%;padding:96px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}.AskAnything-module__xXtPbG__intro{text-align:center;max-width:700px;margin:0 auto 36px}.AskAnything-module__xXtPbG__eyebrowPill{background-color:var(--surface);border:1px solid var(--border);color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;align-items:center;margin-bottom:24px;padding:6px 16px;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:600;display:inline-flex}.AskAnything-module__xXtPbG__title{color:var(--text-primary);letter-spacing:-.01em;background:linear-gradient(90deg, var(--text-primary) 0%, var(--text-primary) 44%, var(--accent) 50%, var(--text-primary) 56%, var(--text-primary) 100%);-webkit-text-fill-color:transparent;background-size:500% 100%;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:44px;font-weight:700;line-height:1.2;animation:10s linear infinite AskAnything-module__xXtPbG__shimmerSweepTitle}@keyframes AskAnything-module__xXtPbG__shimmerSweepTitle{0%{background-position:200%}to{background-position:-200%}}.AskAnything-module__xXtPbG__gradientText{background:linear-gradient(90deg, var(--text-primary) 0%, var(--accent) 50%, var(--text-primary) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:6s ease-in-out infinite AskAnything-module__xXtPbG__shimmer;display:inline-block}@keyframes AskAnything-module__xXtPbG__shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.AskAnything-module__xXtPbG__subtitle{color:var(--text-secondary);max-width:580px;margin:0 auto;font-size:18px;line-height:1.6}.AskAnything-module__xXtPbG__marqueeContainer{flex-direction:column;justify-content:center;gap:16px;width:100%;height:380px;padding:10px 0;display:flex;position:relative;overflow:hidden}.AskAnything-module__xXtPbG__rowWrapper{width:100%;display:flex;position:relative;overflow:hidden}.AskAnything-module__xXtPbG__rowTrack{will-change:transform;gap:16px;width:max-content;display:flex}.AskAnything-module__xXtPbG__rowTrack:hover{animation-play-state:paused}.AskAnything-module__xXtPbG__card{background-color:var(--surface);border:1px solid var(--border);opacity:.5;box-sizing:border-box;border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:space-between;gap:12px;width:300px;padding:18px 20px;transition:opacity .3s,border-color .2s;display:flex}.AskAnything-module__xXtPbG__card:hover{opacity:.85;border-color:#d4a65a66}.AskAnything-module__xXtPbG__category{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;display:block}.AskAnything-module__xXtPbG__text{color:var(--text-secondary);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:15px;line-height:1.5;display:-webkit-box;overflow:hidden}.AskAnything-module__xXtPbG__trackLeft{animation:90s linear infinite AskAnything-module__xXtPbG__driftLeft}.AskAnything-module__xXtPbG__trackRight{margin-left:-120px;animation:110s linear infinite AskAnything-module__xXtPbG__driftRight}@keyframes AskAnything-module__xXtPbG__driftLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes AskAnything-module__xXtPbG__driftRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.AskAnything-module__xXtPbG__featuredCard{background-color:var(--surface);border:1px solid var(--border);box-sizing:border-box;z-index:10;width:480px;max-width:calc(100% - 32px);box-shadow:0 20px 40px #0009, 0 0 50px var(--accent-glow);border-radius:24px;padding:24px 28px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AskAnything-module__xXtPbG__cardHeader{justify-content:space-between;align-items:center;display:flex}.AskAnything-module__xXtPbG__cardHeaderTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;transition:opacity .3s ease-in-out}.AskAnything-module__xXtPbG__cardHeaderDot{background-color:var(--accent);width:8px;height:8px;box-shadow:0 0 10px var(--accent);border-radius:50%;animation:2s ease-in-out infinite AskAnything-module__xXtPbG__pulseDot}@keyframes AskAnything-module__xXtPbG__pulseDot{0%{opacity:.5;transform:scale(.8);box-shadow:0 0 #d4a65ab3}50%{opacity:1;transform:scale(1.2);box-shadow:0 0 0 6px #d4a65a00}to{opacity:.5;transform:scale(.8);box-shadow:0 0 #d4a65a00}}.AskAnything-module__xXtPbG__questionContainer{align-items:flex-start;min-height:48px;margin-top:16px;transition:opacity .3s ease-in-out;display:flex}.AskAnything-module__xXtPbG__questionText{color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;font-weight:500;line-height:1.4}.AskAnything-module__xXtPbG__cursor{background-color:var(--accent);vertical-align:middle;width:2px;height:16px;margin-left:4px;animation:.8s step-end infinite AskAnything-module__xXtPbG__blinkCursor;display:inline-block}@keyframes AskAnything-module__xXtPbG__blinkCursor{0%,to{background-color:#0000}50%{background-color:var(--accent)}}.AskAnything-module__xXtPbG__divider{border-top:1px solid var(--border);opacity:0;margin:12px 0;transition:opacity .3s ease-in-out}.AskAnything-module__xXtPbG__dividerVisible{opacity:1}.AskAnything-module__xXtPbG__answerContainer{align-items:flex-start;min-height:64px;transition:opacity .3s ease-in-out;display:flex}.AskAnything-module__xXtPbG__answerText{color:var(--text-secondary);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;line-height:1.5;animation:.4s cubic-bezier(.16,1,.3,1) forwards AskAnything-module__xXtPbG__slideUpFade}.AskAnything-module__xXtPbG__answerHighlight{color:var(--accent);font-weight:600}@keyframes AskAnything-module__xXtPbG__slideUpFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.AskAnything-module__xXtPbG__fadeOutContent{opacity:0!important}.AskAnything-module__xXtPbG__thinkingContainer{align-items:center;gap:8px;height:100%;padding-top:8px;display:flex}.AskAnything-module__xXtPbG__thinkingDot{background-color:var(--text-muted);opacity:.3;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite AskAnything-module__xXtPbG__pulseThinkingDot}.AskAnything-module__xXtPbG__thinkingDot:first-child{animation-delay:0s}.AskAnything-module__xXtPbG__thinkingDot:nth-child(2){animation-delay:.15s}.AskAnything-module__xXtPbG__thinkingDot:nth-child(3){animation-delay:.3s}@keyframes AskAnything-module__xXtPbG__pulseThinkingDot{0%,to{opacity:.3;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.AskAnything-module__xXtPbG__dimMarquee .AskAnything-module__xXtPbG__card{opacity:.3}@media (prefers-reduced-motion:reduce){.AskAnything-module__xXtPbG__gradientText{background-position:50%!important;animation:none!important}.AskAnything-module__xXtPbG__rowTrack{flex-wrap:wrap;justify-content:center;width:100%;margin-left:0!important;animation:none!important;transform:none!important}.AskAnything-module__xXtPbG__duplicatedCard{display:none!important}.AskAnything-module__xXtPbG__card{opacity:.7}.AskAnything-module__xXtPbG__cardHeaderDot{opacity:1!important;animation:none!important}.AskAnything-module__xXtPbG__featuredCard{box-shadow:0 20px 40px #0009, 0 0 50px var(--accent-glow)!important;transition:none!important;animation:none!important;transform:translate(-50%,-50%)!important}.AskAnything-module__xXtPbG__answerText{opacity:1!important;animation:none!important;transform:none!important}.AskAnything-module__xXtPbG__cursor,.AskAnything-module__xXtPbG__thinkingContainer{display:none!important}}@media (max-width:768px){.AskAnything-module__xXtPbG__title{font-size:32px}.AskAnything-module__xXtPbG__subtitle{font-size:16px}.AskAnything-module__xXtPbG__section{padding:64px 16px}.AskAnything-module__xXtPbG__intro{margin-bottom:24px}.AskAnything-module__xXtPbG__featuredCard{width:100%;padding:24px}.AskAnything-module__xXtPbG__questionText{font-size:16px}.AskAnything-module__xXtPbG__answerText{font-size:14px}.AskAnything-module__xXtPbG__marqueeContainer{height:440px}}
.Testimonials-module__5wb8fq__section{--bg:#0a0a0a;--surface:#141414;--border:#2a2a2a;--text-primary:#f2f0ec;--text-secondary:#9c9a94;--text-muted:#5c5a55;--accent:#d4a65a;--accent-glow:#d4a65a2e;--accent-foil:#f2d9a8;--gradient-primary:linear-gradient(135deg, var(--text-primary) 0%, var(--accent) 100%);--gradient-accent-foil:linear-gradient(135deg, var(--accent) 0%, var(--accent-foil) 100%);background-color:var(--bg);box-sizing:border-box;width:100%;padding:96px 24px 48px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}.Testimonials-module__5wb8fq__section:after{content:"";background:linear-gradient(to top, var(--bg) 0%, transparent 100%);pointer-events:none;z-index:2;width:100%;height:48px;position:absolute;bottom:0;left:0}.Testimonials-module__5wb8fq__container{width:100%;max-width:1200px;margin:0 auto}.Testimonials-module__5wb8fq__intro{text-align:center;flex-direction:column;align-items:center;max-width:700px;margin:0 auto 48px;display:flex}.Testimonials-module__5wb8fq__eyebrow{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:12px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:500}.Testimonials-module__5wb8fq__title{color:var(--text-primary);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:40px;font-weight:700;line-height:1.2}.Testimonials-module__5wb8fq__gradientWord{background:var(--gradient-primary);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.Testimonials-module__5wb8fq__subline{color:var(--text-secondary);text-align:center;max-width:560px;margin-top:16px;margin-bottom:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.5}.Testimonials-module__5wb8fq__grid{gap:16px;display:grid}@media (min-width:1025px){.Testimonials-module__5wb8fq__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:600px) and (max-width:1024px){.Testimonials-module__5wb8fq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:599px){.Testimonials-module__5wb8fq__grid{grid-template-columns:1fr}}.Testimonials-module__5wb8fq__cardWrapper{opacity:0;flex-direction:column;height:100%;transition:opacity .4s ease-out,transform .4s ease-out;display:flex;transform:translateY(16px)}.Testimonials-module__5wb8fq__wrapperVisible{opacity:1;transform:translateY(0)}.Testimonials-module__5wb8fq__cardWrapper:hover{transition:transform .2s;transform:translateY(-4px)}.Testimonials-module__5wb8fq__card{background:linear-gradient(180deg, var(--surface) 0%, #141414f2 100%);box-sizing:border-box;flex-direction:column;flex-grow:1;justify-content:space-between;height:100%;min-height:210px;margin:0;padding:20px;transition:background .2s,border-color .2s,box-shadow .2s;display:flex}.Testimonials-module__5wb8fq__defaultCard{border:1px solid var(--border);border-radius:14px}.Testimonials-module__5wb8fq__cardWrapper:hover .Testimonials-module__5wb8fq__card{background:linear-gradient(#d4a65a0a 0%,#d4a65a03 100%),linear-gradient(#1a1a1a 0%,#1a1a1af2 100%)}.Testimonials-module__5wb8fq__cardWrapper:hover .Testimonials-module__5wb8fq__defaultCard{border-color:#d4a65a73;box-shadow:0 10px 25px -5px #d4a65a14}.Testimonials-module__5wb8fq__featuredCard{background:linear-gradient(180deg, var(--surface) 0%, #141414f2 100%) padding-box, var(--gradient-accent-foil) border-box;box-shadow:0 0 24px var(--accent-glow);border:2px solid #0000;border-radius:14px;transition:box-shadow .2s;animation:4s ease-in-out infinite Testimonials-module__5wb8fq__breathing}.Testimonials-module__5wb8fq__cardWrapper:hover .Testimonials-module__5wb8fq__featuredCard{animation:4s ease-in-out infinite Testimonials-module__5wb8fq__breathingIntense}.Testimonials-module__5wb8fq__cardHeader{align-items:center;gap:12px;display:flex}.Testimonials-module__5wb8fq__avatar{width:36px;height:36px;color:var(--accent);background:#d4a65a1f;border:1px solid #d4a65a4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;display:flex}.Testimonials-module__5wb8fq__featuredCard .Testimonials-module__5wb8fq__avatar{background:linear-gradient(#d4a65a1f, #d4a65a1f) padding-box, var(--gradient-accent-foil) border-box;border:1px solid #0000;border-radius:50%}.Testimonials-module__5wb8fq__infoBlock{flex-direction:column;display:flex}.Testimonials-module__5wb8fq__name{color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600;line-height:1.2}.Testimonials-module__5wb8fq__role{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-top:2px;font-family:JetBrains Mono,monospace;font-size:10px;line-height:1.2}.Testimonials-module__5wb8fq__quote{color:var(--text-secondary);flex-grow:1;margin:14px 0 0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5}@keyframes Testimonials-module__5wb8fq__breathing{0%,to{box-shadow:0 0 24px var(--accent-glow);transform:scale(1)}50%{box-shadow:0 0 32px var(--accent-glow);transform:scale(1.02)}}@keyframes Testimonials-module__5wb8fq__breathingIntense{0%,to{box-shadow:0 0 32px var(--accent-glow);transform:scale(1)}50%{transform:scale(1.02);box-shadow:0 0 44px #d4a65a59}}@media (prefers-reduced-motion:reduce){.Testimonials-module__5wb8fq__section:after{display:none}.Testimonials-module__5wb8fq__cardWrapper{opacity:1!important;transition:none!important;transform:none!important}.Testimonials-module__5wb8fq__wrapperVisible{opacity:1!important;transform:none!important}.Testimonials-module__5wb8fq__cardWrapper:hover{transform:none!important}.Testimonials-module__5wb8fq__featuredCard{box-shadow:0 0 24px var(--accent-glow)!important;transition:box-shadow .2s!important;animation:none!important;transform:none!important}.Testimonials-module__5wb8fq__cardWrapper:hover .Testimonials-module__5wb8fq__featuredCard{box-shadow:0 0 36px var(--accent-glow)!important}.Testimonials-module__5wb8fq__cardWrapper:hover .Testimonials-module__5wb8fq__defaultCard{box-shadow:none!important;border-color:#d4a65a73!important}}
.InvestorForm-module__ZVFIWa__formSection{padding:40px 0;position:relative}.InvestorForm-module__ZVFIWa__header{text-align:center;max-width:700px;margin:0 auto 4rem}.InvestorForm-module__ZVFIWa__eyebrow{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:700}.InvestorForm-module__ZVFIWa__title{letter-spacing:-.02em;background:linear-gradient(90deg, var(--text-primary) 0%, var(--text-primary) 44%, var(--color-accent) 50%, var(--text-primary) 56%, var(--text-primary) 100%);-webkit-text-fill-color:transparent;background-size:500% 100%;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:44px;font-weight:800;line-height:1.2;animation:10s linear infinite InvestorForm-module__ZVFIWa__shimmerSweep}@keyframes InvestorForm-module__ZVFIWa__shimmerSweep{0%{background-position:200%}to{background-position:-200%}}.InvestorForm-module__ZVFIWa__description{color:var(--text-secondary);font-size:18px;line-height:1.6}.InvestorForm-module__ZVFIWa__formCard{max-width:650px;margin:0 auto;padding:3rem}@media (max-width:576px){.InvestorForm-module__ZVFIWa__formCard{padding:2rem 1.5rem}}.InvestorForm-module__ZVFIWa__formGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (max-width:576px){.InvestorForm-module__ZVFIWa__formGrid{grid-template-columns:1fr}}.InvestorForm-module__ZVFIWa__formGroup{flex-direction:column;gap:.5rem;display:flex}.InvestorForm-module__ZVFIWa__formGroupFull{flex-direction:column;grid-column:span 2;gap:.5rem;display:flex}@media (max-width:576px){.InvestorForm-module__ZVFIWa__formGroupFull{grid-column:span 1}}.InvestorForm-module__ZVFIWa__label{color:var(--text-primary);letter-spacing:.02em;font-size:.85rem;font-weight:600}.InvestorForm-module__ZVFIWa__input,.InvestorForm-module__ZVFIWa__select,.InvestorForm-module__ZVFIWa__textarea{width:100%;color:var(--text-primary);transition:var(--transition-fast);background:#ffffff05;border:1px solid #ffffff14;border-radius:8px;outline:none;padding:.85rem 1rem;font-size:.95rem}.InvestorForm-module__ZVFIWa__select option{background-color:var(--bg-secondary);color:var(--text-primary)}.InvestorForm-module__ZVFIWa__input:focus,.InvestorForm-module__ZVFIWa__select:focus,.InvestorForm-module__ZVFIWa__textarea:focus{border-color:var(--color-accent);background:#ffffff0a;box-shadow:0 0 10px #d4a65a33}.InvestorForm-module__ZVFIWa__textarea{resize:vertical;min-height:120px}.InvestorForm-module__ZVFIWa__submitBtn{width:100%;margin-top:1rem;padding:1rem;font-size:1rem}.InvestorForm-module__ZVFIWa__successContainer{text-align:center;padding:3rem 1rem}.InvestorForm-module__ZVFIWa__successIcon{border:2px solid var(--color-accent);width:64px;height:64px;color:var(--color-accent);background:#d4a65a1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex;box-shadow:0 0 20px #d4a65a33}.InvestorForm-module__ZVFIWa__successTitle{background:linear-gradient(135deg, var(--text-primary), var(--color-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.InvestorForm-module__ZVFIWa__successText{color:var(--text-secondary);max-width:450px;margin:0 auto;font-size:1rem;line-height:1.6}
.TrustSection-module__fU1gDa__section{--bg:#0a0a0a;--surface:#141414;--border:#2a2a2a;--text-primary:#f2f0ec;--text-secondary:#9c9a94;--text-muted:#5c5a55;--accent:#d4a65a;--accent-glow:#d4a65a2e;background-color:var(--bg);box-sizing:border-box;width:100%;padding:40px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}.TrustSection-module__fU1gDa__intro{text-align:center;opacity:0;max-width:700px;margin:0 auto 48px;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.TrustSection-module__fU1gDa__eyebrowPill{background-color:var(--surface);border:1px solid var(--border);color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 16px;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:600;display:inline-flex}.TrustSection-module__fU1gDa__eyebrowIcon{color:var(--accent)}.TrustSection-module__fU1gDa__title{color:var(--text-primary);letter-spacing:-.02em;background:linear-gradient(90deg, var(--text-primary) 0%, var(--text-primary) 44%, var(--accent) 50%, var(--text-primary) 56%, var(--text-primary) 100%);-webkit-text-fill-color:transparent;background-size:500% 100%;-webkit-background-clip:text;background-clip:text;margin:0 0 16px;font-size:44px;font-weight:800;line-height:1.2;animation:10s linear infinite TrustSection-module__fU1gDa__shimmerSweep}@keyframes TrustSection-module__fU1gDa__shimmerSweep{0%{background-position:200%}to{background-position:-200%}}.TrustSection-module__fU1gDa__subtitle{color:var(--text-secondary);max-width:580px;margin:0 auto;font-size:18px;line-height:1.6}.TrustSection-module__fU1gDa__gridContainer{box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;max-width:1200px;margin:0 auto;display:grid}.TrustSection-module__fU1gDa__card{background-color:var(--surface);border:1px solid var(--border);text-align:center;box-sizing:border-box;opacity:0;border-radius:20px;flex-direction:column;align-items:center;padding:40px 32px;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;transform:translateY(30px)scale(.98)}.TrustSection-module__fU1gDa__card:hover{border-color:#d4a65a66;transform:translateY(-4px)scale(1.01);box-shadow:0 20px 40px #00000080,0 0 30px #d4a65a0f}.TrustSection-module__fU1gDa__badgeContainer{justify-content:center;align-items:center;width:140px;height:140px;margin-bottom:28px;display:flex;position:relative}.TrustSection-module__fU1gDa__sealSvg{display:block;overflow:visible}.TrustSection-module__fU1gDa__scallopBorder{transform-origin:70px 70px;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.TrustSection-module__fU1gDa__card:hover .TrustSection-module__fU1gDa__scallopBorder{transform:rotate(15deg)}.TrustSection-module__fU1gDa__sealText{fill:var(--text-muted);letter-spacing:.02em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:7.5px;font-weight:600}.TrustSection-module__fU1gDa__cardTitle{color:var(--text-primary);letter-spacing:-.015em;margin:0 0 12px;font-size:20px;font-weight:700}.TrustSection-module__fU1gDa__cardDescription{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6}.TrustSection-module__fU1gDa__sectionVisible .TrustSection-module__fU1gDa__intro{opacity:1;transform:translateY(0)}.TrustSection-module__fU1gDa__sectionVisible .TrustSection-module__fU1gDa__card{opacity:1;transform:translateY(0)scale(1)}.TrustSection-module__fU1gDa__sectionVisible .TrustSection-module__fU1gDa__card:first-child{transition-delay:.1s}.TrustSection-module__fU1gDa__sectionVisible .TrustSection-module__fU1gDa__card:nth-child(2){transition-delay:.25s}.TrustSection-module__fU1gDa__sectionVisible .TrustSection-module__fU1gDa__card:nth-child(3){transition-delay:.4s}@media (prefers-reduced-motion:reduce){.TrustSection-module__fU1gDa__intro,.TrustSection-module__fU1gDa__card,.TrustSection-module__fU1gDa__scallopBorder{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}}@media (max-width:992px){.TrustSection-module__fU1gDa__gridContainer{grid-template-columns:1fr;gap:20px;max-width:480px}.TrustSection-module__fU1gDa__title{font-size:36px}.TrustSection-module__fU1gDa__subtitle{font-size:16px}.TrustSection-module__fU1gDa__section{padding:64px 16px}}
.Footer-module__Grjkva__footer{z-index:1;box-sizing:border-box;background:#121212;border-top:1px solid #ffffff0d;width:100%;height:550px;padding:3.5rem 0 2rem;position:fixed;bottom:0;left:0}.Footer-module__Grjkva__container{width:100%;max-width:var(--max-width);flex-direction:column;justify-content:space-between;height:100%;margin:0 auto;padding:0 2rem;display:flex}.Footer-module__Grjkva__topRow{justify-content:space-between;align-items:center;width:100%;display:flex}.Footer-module__Grjkva__tagline{color:var(--text-primary);letter-spacing:-.01em;max-width:450px;margin:0;font-size:1.15rem;font-weight:500;line-height:1.4}.Footer-module__Grjkva__demoButton{color:#0a0a0a;cursor:pointer;white-space:nowrap;background-color:#fff;border:1px solid #fff;border-radius:2px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.Footer-module__Grjkva__demoButton:hover{color:#fff;background-color:#0000;border-color:#ffffff4d}.Footer-module__Grjkva__demoButton:hover .Footer-module__Grjkva__arrow{transform:translate(2px,-2px)}.Footer-module__Grjkva__arrow{font-size:1.1rem;line-height:1;transition:transform .2s;display:inline-block}.Footer-module__Grjkva__bigBrandContainer{flex-grow:1;justify-content:center;align-items:center;margin:1rem 0;padding-bottom:1rem;display:flex}.Footer-module__Grjkva__bigBrandText{letter-spacing:-.05em;text-align:center;font-size:13vw;font-weight:900;line-height:1.05;font-family:var(--font-sans);color:#9c9a9412;margin:0}.Footer-module__Grjkva__bigBrandDot{vertical-align:baseline;background-color:#9c9a9412;border-radius:4px;width:1.8vw;min-width:12px;height:1.8vw;min-height:12px;margin-left:.15rem;display:inline-block;box-shadow:0 0 15px #9c9a941a}.Footer-module__Grjkva__divider{background-color:#ffffff0f;height:1px;margin:1.5rem 0}.Footer-module__Grjkva__bottomSection{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.Footer-module__Grjkva__copyright{font-size:.85rem}.Footer-module__Grjkva__legalLinks{gap:2rem;display:flex}.Footer-module__Grjkva__legalLink{cursor:pointer;transition:color .2s}.Footer-module__Grjkva__legalLink:hover{color:var(--text-primary)}.Footer-module__Grjkva__socials{align-items:center;gap:1.5rem;display:flex}.Footer-module__Grjkva__socialLink{color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:color .2s;display:inline-flex}.Footer-module__Grjkva__socialLink:hover{color:var(--text-primary)}@media (max-width:768px){.Footer-module__Grjkva__footer{height:650px;padding:2.5rem 0 1.5rem}.Footer-module__Grjkva__topRow{flex-direction:column;align-items:flex-start;gap:1.5rem}.Footer-module__Grjkva__tagline{max-width:100%}.Footer-module__Grjkva__bigBrandText{font-size:15vw}.Footer-module__Grjkva__bigBrandDot{width:2.5vw;height:2.5vw}.Footer-module__Grjkva__bottomSection{flex-direction:column;align-items:flex-start;gap:1.25rem}}
.ScrollToTop-module__cM_3UW__scrollToTop{width:44px;height:44px;color:var(--text-primary);cursor:pointer;z-index:999;opacity:0;-webkit-backdrop-filter:blur(8px);pointer-events:none;background-color:#0a0a0acc;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:90px;right:24px;transform:translateY(20px)scale(.9)}.ScrollToTop-module__cM_3UW__visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ScrollToTop-module__cM_3UW__scrollToTop:hover{background-color:var(--color-accent);color:#0a0a0a;border-color:var(--color-accent);transform:translateY(-4px)scale(1.05);box-shadow:0 0 20px #d4a65a66}.ScrollToTop-module__cM_3UW__scrollToTop:active{transform:translateY(0)scale(.95)}
.Chatbot-module__NiJmCW__chatbotContainer{z-index:1000;font-family:var(--font-sans);position:fixed;bottom:24px;right:24px}.Chatbot-module__NiJmCW__chatLauncher{width:56px;height:56px;color:var(--text-primary);cursor:pointer;background-color:#121214;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 20px #00000080}.Chatbot-module__NiJmCW__chatLauncher:hover{border-color:var(--color-accent);background-color:#1a1a1e;transform:scale(1.08);box-shadow:0 6px 24px #d4a65a33}.Chatbot-module__NiJmCW__launcherActive{color:var(--text-primary);border-color:var(--color-accent);background-color:#1a1a1e;box-shadow:0 4px 20px #d4a65a33}.Chatbot-module__NiJmCW__chatWindow{opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(16px);background-color:#0f0f11f2;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;width:375px;height:560px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:72px;right:0;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 10px 40px #0009}.Chatbot-module__NiJmCW__open{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.Chatbot-module__NiJmCW__chatHeader{color:var(--text-primary);background-color:#121214;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.Chatbot-module__NiJmCW__headerInfo{align-items:center;gap:.75rem;display:flex}.Chatbot-module__NiJmCW__avatarContainer{position:relative}.Chatbot-module__NiJmCW__avatar{background-color:#2a2a2e;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Chatbot-module__NiJmCW__onlineStatus{background-color:#4caf50;border:2px solid #121214;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.Chatbot-module__NiJmCW__assistantName{margin:0;font-size:.95rem;font-weight:700;line-height:1.2}.Chatbot-module__NiJmCW__statusText{opacity:.8;margin:0;font-size:.7rem}.Chatbot-module__NiJmCW__closeHeaderBtn{color:var(--text-secondary);cursor:pointer;opacity:.7;background:0 0;border:none;align-items:center;padding:.25rem;transition:opacity .2s;display:flex}.Chatbot-module__NiJmCW__closeHeaderBtn:hover{opacity:1;color:var(--text-primary)}.Chatbot-module__NiJmCW__chatBody{flex-direction:column;flex-grow:1;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.Chatbot-module__NiJmCW__messageRow{align-items:flex-start;gap:.75rem;display:flex}.Chatbot-module__NiJmCW__botAvatar{width:28px;height:28px;color:var(--text-secondary);background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Chatbot-module__NiJmCW__botMessage{color:var(--text-primary);background-color:#ffffff0a;border:1px solid #ffffff0d;border-radius:4px 12px 12px;max-width:85%;padding:.75rem 1rem;font-size:.85rem;line-height:1.4}.Chatbot-module__NiJmCW__salesForm{background-color:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.Chatbot-module__NiJmCW__formRow{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.Chatbot-module__NiJmCW__formGroup{flex-direction:column;gap:.2rem;display:flex}.Chatbot-module__NiJmCW__formLabel{color:var(--text-secondary);font-size:.7rem;font-weight:500}.Chatbot-module__NiJmCW__formInput{color:var(--text-primary);background-color:#0000004d;border:1px solid #ffffff1a;border-radius:4px;padding:.4rem .6rem;font-size:.8rem;transition:border-color .2s}.Chatbot-module__NiJmCW__formInput:focus{border-color:var(--color-accent);outline:none}.Chatbot-module__NiJmCW__submitBtn{color:var(--color-accent);cursor:pointer;text-align:center;border:1px solid var(--color-accent);background-color:#ffffff05;border-radius:4px;margin-top:.25rem;padding:.5rem;font-size:.8rem;font-weight:600;transition:all .2s}.Chatbot-module__NiJmCW__submitBtn:hover:not(:disabled){background-color:var(--color-accent);color:#0a0a0a}.Chatbot-module__NiJmCW__submitBtn:disabled{opacity:.5;cursor:not-allowed}.Chatbot-module__NiJmCW__successState{text-align:center;flex-direction:column;align-items:center;padding:1.5rem 0;animation:.4s forwards Chatbot-module__NiJmCW__fadeIn;display:flex}.Chatbot-module__NiJmCW__successIcon{color:#4caf50;background-color:#4caf5026;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.75rem;display:flex}.Chatbot-module__NiJmCW__successHeading{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.Chatbot-module__NiJmCW__successText{color:var(--text-secondary);margin-bottom:1rem;font-size:.8rem;line-height:1.5}.Chatbot-module__NiJmCW__resetBtn{color:var(--color-accent);cursor:pointer;background:0 0;border:none;font-size:.75rem;text-decoration:underline}.Chatbot-module__NiJmCW__chatFooter{background-color:#0a0a0ccc;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.Chatbot-module__NiJmCW__bottomInput{color:var(--text-secondary);background:0 0;border:none;outline:none;width:70%;font-size:.85rem}.Chatbot-module__NiJmCW__footerIcons{align-items:center;gap:.5rem;display:flex}.Chatbot-module__NiJmCW__footerIconBtn{color:var(--text-muted);cursor:not-allowed;background:0 0;border:none;align-items:center;padding:.25rem;display:flex}@keyframes Chatbot-module__NiJmCW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.Chatbot-module__NiJmCW__chatWindow{width:calc(100vw - 32px);height:calc(100vh - 120px)}}
.InvestorDashboard-module__4jgcKa__terminalSection{padding:80px 0;position:relative;overflow:hidden}.InvestorDashboard-module__4jgcKa__sectionHeader{text-align:center;max-width:800px;margin:0 auto 3.5rem}.InvestorDashboard-module__4jgcKa__eyebrow{font-family:"JetBrains Mono", var(--font-mono), monospace;color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:13px;font-weight:700}.InvestorDashboard-module__4jgcKa__sectionTitle{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem;font-size:40px;font-weight:800;line-height:1.2}.InvestorDashboard-module__4jgcKa__sectionSubtitle{color:var(--text-secondary);font-size:18px;line-height:1.6}.InvestorDashboard-module__4jgcKa__dashboardWrapper{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);width:100%;transition:var(--transition-smooth);background:#0a0a0a66;border-radius:20px;padding:1.5rem;position:relative;box-shadow:0 30px 60px -15px #000c,0 0 50px -10px #d6a65a0d}.InvestorDashboard-module__4jgcKa__dashboardWrapper:hover{border-color:#d6a65a26;box-shadow:0 30px 70px -10px #000000e6,0 0 60px -5px #d6a65a14}.InvestorDashboard-module__4jgcKa__dashboardContainer{background:#08080c;border:1px solid #ffffff08;border-radius:12px;min-height:580px;display:flex;overflow:hidden}.InvestorDashboard-module__4jgcKa__sidebar{background:#050507;border-right:1px solid #ffffff08;flex-direction:column;align-items:center;width:64px;padding:1.5rem 0;display:flex}.InvestorDashboard-module__4jgcKa__sidebarLogo{margin-bottom:2.5rem}.InvestorDashboard-module__4jgcKa__logoOrb{background:linear-gradient(135deg, var(--color-accent), var(--color-secondary));width:18px;height:18px;box-shadow:0 0 12px var(--color-accent);border-radius:50%}.InvestorDashboard-module__4jgcKa__sidebarNav{flex-direction:column;gap:1.5rem;display:flex}.InvestorDashboard-module__4jgcKa__navItem{width:38px;height:38px;color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);border-radius:10px;justify-content:center;align-items:center;display:flex}.InvestorDashboard-module__4jgcKa__navItem:hover{color:var(--text-primary);background:#ffffff08}.InvestorDashboard-module__4jgcKa__navItemActive{color:var(--color-accent);background:#d6a65a0f;border:1px solid #d6a65a26}.InvestorDashboard-module__4jgcKa__mainContent{flex-direction:column;flex:1;padding:1.5rem;display:flex;overflow:hidden}.InvestorDashboard-module__4jgcKa__dbHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.InvestorDashboard-module__4jgcKa__dbTitleGroup{align-items:center;gap:.75rem;display:flex}.InvestorDashboard-module__4jgcKa__dbTitle{color:var(--text-primary);font-size:1.1rem;font-weight:700}.InvestorDashboard-module__4jgcKa__dbPointsTag{color:var(--color-secondary);font-family:"JetBrains Mono", var(--font-mono), monospace;background:#d6a65a14;border:1px solid #d6a65a26;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .5rem;font-size:11px;font-weight:600;display:flex}.InvestorDashboard-module__4jgcKa__dbHeaderActions{align-items:center;gap:.75rem;display:flex}.InvestorDashboard-module__4jgcKa__searchBar{width:180px;color:var(--text-muted);background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:12px;display:flex}@media (max-width:640px){.InvestorDashboard-module__4jgcKa__searchBar{display:none}}.InvestorDashboard-module__4jgcKa__iconButton{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);border:1px solid #ffffff0a;border-radius:8px;justify-content:center;align-items:center;display:flex}.InvestorDashboard-module__4jgcKa__iconButton:hover{color:var(--text-primary);background:#ffffff0a}.InvestorDashboard-module__4jgcKa__avatar{cursor:pointer;position:relative}.InvestorDashboard-module__4jgcKa__avatarImg{width:32px;height:32px;color:var(--text-primary);background:linear-gradient(135deg,#3a3f58,#1a1c29);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.InvestorDashboard-module__4jgcKa__avatarDot{background:#10b981;border:2px solid #08080c;border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;right:0}.InvestorDashboard-module__4jgcKa__tabsBar{scrollbar-width:none;border-bottom:1px solid #ffffff0a;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.InvestorDashboard-module__4jgcKa__tabsBar::-webkit-scrollbar{display:none}.InvestorDashboard-module__4jgcKa__tabButton{color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);white-space:nowrap;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:13px;font-weight:500;display:flex}.InvestorDashboard-module__4jgcKa__tabButton:hover{color:var(--text-primary);background:#ffffff05}.InvestorDashboard-module__4jgcKa__tabButtonActive{color:var(--text-primary);background:#ffffff0d;font-weight:600}.InvestorDashboard-module__4jgcKa__tabBadge{background:var(--color-accent);color:#0a0a0a;border-radius:999px;padding:.05rem .35rem;font-size:10px;font-weight:700}.InvestorDashboard-module__4jgcKa__dbGrid{flex:1;grid-template-columns:1.8fr 1fr;gap:1.5rem;display:grid}@media (max-width:992px){.InvestorDashboard-module__4jgcKa__dbGrid{grid-template-columns:1fr}}.InvestorDashboard-module__4jgcKa__dbGridMain{flex-direction:column;gap:1.5rem;display:flex}.InvestorDashboard-module__4jgcKa__videoCard{background:#ffffff03;border:1px solid #ffffff08;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.InvestorDashboard-module__4jgcKa__videoThumbWrapper{aspect-ratio:16/9;background:#030305;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.InvestorDashboard-module__4jgcKa__videoBackdrop{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.InvestorDashboard-module__4jgcKa__dashboardScreenshot{object-fit:cover;width:100%;height:100%;display:block}.InvestorDashboard-module__4jgcKa__bdOverlay{z-index:2;background:radial-gradient(circle,#0b0c154d 0%,#050507e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.InvestorDashboard-module__4jgcKa__bdGridLines{z-index:1;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:20px 20px;width:100%;height:100%;position:absolute;top:0;left:0}.InvestorDashboard-module__4jgcKa__bdMockUi{z-index:1;opacity:.7;background:#ffffff03;border:1px solid #ffffff08;border-radius:8px;flex-direction:column;justify-content:space-between;padding:1rem;display:flex;position:absolute;inset:10%}.InvestorDashboard-module__4jgcKa__bdPipelineNode{align-items:center;gap:.5rem;display:flex}.InvestorDashboard-module__4jgcKa__bdNodePill{background:#ffffff08;border:1px solid #ffffff0d;border-radius:4px;padding:.15rem .4rem;font-size:10px}.InvestorDashboard-module__4jgcKa__bdNodeLine{background:#ffffff14;flex:1;height:1px}.InvestorDashboard-module__4jgcKa__bdNodePillActive{color:var(--color-accent);background:#d6a65a1a;border:1px solid #d6a65a33;border-radius:4px;padding:.15rem .4rem;font-size:10px}.InvestorDashboard-module__4jgcKa__bdScoreChart{align-items:center;gap:1rem;display:flex}.InvestorDashboard-module__4jgcKa__bdScoreCircle{border:3px solid var(--color-accent);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.InvestorDashboard-module__4jgcKa__bdScoreNum{color:var(--text-primary);font-size:16px;font-weight:800;line-height:1.1}.InvestorDashboard-module__4jgcKa__bdScoreLabel{color:var(--text-muted);text-transform:uppercase;font-size:7px}.InvestorDashboard-module__4jgcKa__bdMetricList{flex-direction:column;gap:.25rem;display:flex}.InvestorDashboard-module__4jgcKa__bdMetricItem{color:var(--text-secondary);font-size:9px}.InvestorDashboard-module__4jgcKa__playOverlayButton{z-index:10;cursor:pointer;background:0 0;border:none;outline:none;transition:transform .3s cubic-bezier(.16,1,.3,1);position:relative}.InvestorDashboard-module__4jgcKa__playOverlayButton:hover{transform:scale(1.08)}.InvestorDashboard-module__4jgcKa__playOverlayButton:hover .InvestorDashboard-module__4jgcKa__playButtonRipple{animation:1.5s infinite InvestorDashboard-module__4jgcKa__pulse-glow}.InvestorDashboard-module__4jgcKa__ytPlayIcon{filter:drop-shadow(0 10px 20px #0009);transition:filter .3s;display:block}.InvestorDashboard-module__4jgcKa__playOverlayButton:hover .InvestorDashboard-module__4jgcKa__ytPlayIcon{filter:drop-shadow(0 12px 25px #f006)}.InvestorDashboard-module__4jgcKa__playButtonRipple{pointer-events:none;background:radial-gradient(circle,#ff000026 0%,#0000 70%);border-radius:12px;position:absolute;inset:-10px}.InvestorDashboard-module__4jgcKa__videoDateBadge{z-index:5;-webkit-backdrop-filter:blur(8px);color:var(--text-secondary);background:#000000b3;border:1px solid #ffffff14;border-radius:6px;padding:.25rem .6rem;font-size:11px;font-weight:500;position:absolute;top:12px;left:12px}.InvestorDashboard-module__4jgcKa__videoCardFooter{background:#0a0a0f4d;border-top:1px solid #ffffff05;padding:1rem}.InvestorDashboard-module__4jgcKa__videoCardTitle{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.4}.InvestorDashboard-module__4jgcKa__subCardsRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:600px){.InvestorDashboard-module__4jgcKa__subCardsRow{grid-template-columns:1fr}}.InvestorDashboard-module__4jgcKa__miniCard{transition:var(--transition-fast);background:#ffffff04;border:1px solid #ffffff08;border-radius:10px;padding:1rem}.InvestorDashboard-module__4jgcKa__miniCard:hover{background:#ffffff08;border-color:#ffffff0f}.InvestorDashboard-module__4jgcKa__miniCardHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.InvestorDashboard-module__4jgcKa__miniCardStatus{text-transform:uppercase;color:var(--text-muted);background:#ffffff08;border-radius:4px;padding:.15rem .4rem;font-size:9px;font-weight:600}.InvestorDashboard-module__4jgcKa__miniCardStatusActive{text-transform:uppercase;color:var(--color-accent);background:#d6a65a14;border:1px solid #d6a65a1f;border-radius:4px;padding:.15rem .4rem;font-size:9px;font-weight:600}.InvestorDashboard-module__4jgcKa__miniCardDots{color:var(--text-muted);font-size:10px}.InvestorDashboard-module__4jgcKa__miniCardTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:13px;font-weight:700}.InvestorDashboard-module__4jgcKa__miniCardDesc{color:var(--text-secondary);font-size:11px;line-height:1.4}.InvestorDashboard-module__4jgcKa__widgetCard{background:#ffffff04;border:1px solid #ffffff08;border-radius:12px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.InvestorDashboard-module__4jgcKa__widgetHeader{justify-content:space-between;align-items:center;display:flex}.InvestorDashboard-module__4jgcKa__widgetTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:700}.InvestorDashboard-module__4jgcKa__widgetMenuBtn{color:var(--text-muted);cursor:pointer}.InvestorDashboard-module__4jgcKa__widgetDealList{flex-direction:column;gap:.85rem;display:flex}.InvestorDashboard-module__4jgcKa__widgetDealItem{transition:var(--transition-fast);background:#ffffff03;border:1px solid #ffffff05;border-radius:8px;align-items:center;gap:.75rem;padding:.6rem;display:flex}.InvestorDashboard-module__4jgcKa__widgetDealItem:hover{background:#ffffff05;border-color:#ffffff0a}.InvestorDashboard-module__4jgcKa__dealLogoBg{width:32px;height:32px;color:var(--text-secondary);background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.InvestorDashboard-module__4jgcKa__dealInfo{flex-direction:column;flex:1;gap:.15rem;display:flex}.InvestorDashboard-module__4jgcKa__dealNameRow{justify-content:space-between;align-items:center;display:flex}.InvestorDashboard-module__4jgcKa__dealName{color:var(--text-primary);font-size:12px;font-weight:600}.InvestorDashboard-module__4jgcKa__scoreBadgeHigh{color:#10b981;background:#10b9811a;border-radius:4px;padding:.1rem .4rem;font-size:10px;font-weight:700}.InvestorDashboard-module__4jgcKa__scoreBadgeMid{color:var(--color-accent);background:#d6a65a1a;border-radius:4px;padding:.1rem .4rem;font-size:10px;font-weight:700}.InvestorDashboard-module__4jgcKa__dealStage{color:var(--text-muted);font-size:10px}.InvestorDashboard-module__4jgcKa__widgetFooter{color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);border-top:1px solid #ffffff08;justify-content:space-between;align-items:center;padding-top:.5rem;font-size:11px;display:flex}.InvestorDashboard-module__4jgcKa__widgetFooter:hover{color:var(--color-accent)}.InvestorDashboard-module__4jgcKa__widgetCardSecondary{background:#ffffff04;border:1px solid #ffffff08;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.InvestorDashboard-module__4jgcKa__metricRow{justify-content:space-between;align-items:center;font-size:11px;display:flex}.InvestorDashboard-module__4jgcKa__metricLabel{color:var(--text-secondary)}.InvestorDashboard-module__4jgcKa__metricVal{color:var(--text-primary);font-weight:600}.InvestorDashboard-module__4jgcKa__progressBarBg{background:#ffffff0a;border-radius:2px;width:100%;height:4px;margin-bottom:.25rem;overflow:hidden}.InvestorDashboard-module__4jgcKa__progressBarFill{background:linear-gradient(90deg, var(--color-accent), var(--color-secondary));border-radius:2px;height:100%}.InvestorDashboard-module__4jgcKa__ytWatermarkContainer{z-index:15;position:absolute;bottom:2.25rem;right:2.25rem}@media (max-width:992px){.InvestorDashboard-module__4jgcKa__ytWatermarkContainer{justify-content:flex-end;margin-top:1rem;display:flex;position:static}}.InvestorDashboard-module__4jgcKa__ytWatermarkBtn{-webkit-backdrop-filter:blur(12px);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:#000000b3;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:11px;font-weight:600;display:flex}.InvestorDashboard-module__4jgcKa__ytWatermarkBtn:hover{color:var(--text-primary);background:#000;border-color:#fff3;transform:translateY(-1px)}.InvestorDashboard-module__4jgcKa__ytWatermarkLogo{color:red}.InvestorDashboard-module__4jgcKa__ytText{color:var(--text-primary);font-weight:700}.InvestorDashboard-module__4jgcKa__trustCallout{z-index:20;border-radius:12px;max-width:250px;padding:1rem;animation:8s ease-in-out infinite alternate InvestorDashboard-module__4jgcKa__float;position:absolute;bottom:-2rem;left:3rem;box-shadow:0 15px 30px #00000080}@media (max-width:992px){.InvestorDashboard-module__4jgcKa__trustCallout{max-width:100%;margin-top:1.5rem;animation:none;position:static}}.InvestorDashboard-module__4jgcKa__calloutClose{color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);font-size:14px;position:absolute;top:.35rem;right:.5rem}.InvestorDashboard-module__4jgcKa__calloutClose:hover{color:var(--text-primary)}.InvestorDashboard-module__4jgcKa__trustLogoContainer{margin-bottom:.5rem}.InvestorDashboard-module__4jgcKa__trustOrb{background:var(--color-accent);width:16px;height:16px;box-shadow:0 0 8px var(--color-accent);border-radius:50%}.InvestorDashboard-module__4jgcKa__trustText{color:var(--text-secondary);font-size:11px;line-height:1.4}.InvestorDashboard-module__4jgcKa__modalOverlay{-webkit-backdrop-filter:blur(10px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;animation:.3s ease-out InvestorDashboard-module__4jgcKa__fadeIn;display:flex;position:fixed;top:0;left:0}.InvestorDashboard-module__4jgcKa__modalContainer{aspect-ratio:16/9;background:#000;border:1px solid #ffffff14;border-radius:12px;width:100%;max-width:900px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3}.InvestorDashboard-module__4jgcKa__closeButton{color:var(--text-primary);cursor:pointer;z-index:1010;width:36px;height:36px;transition:var(--transition-fast);background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex;position:absolute;top:12px;right:16px}.InvestorDashboard-module__4jgcKa__closeButton:hover{background:var(--color-accent);color:#0a0a0a}.InvestorDashboard-module__4jgcKa__iframeWrapper,.InvestorDashboard-module__4jgcKa__videoPlayer{width:100%;height:100%}@keyframes InvestorDashboard-module__4jgcKa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes InvestorDashboard-module__4jgcKa__pulse-glow{0%{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.15)}to{opacity:.5;transform:scale(1)}}
