@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700;800&family=DM+Mono:ital,wght@0,300;0,400;1,300&display=swap";:root{--bg: #050508;--bg-surface: #09090f;--border: rgba(255, 255, 255, .07);--border-2: rgba(255, 255, 255, .12);--text: #ffffff;--muted: rgba(255, 255, 255, .5);--muted-2: rgba(255, 255, 255, .7);--blue: #4f8ef7;--purple: #7c5cfc;--violet: #a78bfa;--transition-smooth: .3s cubic-bezier(.4, 0, .2, 1);--transition-fast: .2s ease;--shadow-glow-blue: 0 8px 32px rgba(79, 142, 247, .15);--shadow-glow-purple: 0 8px 32px rgba(124, 92, 252, .15);--section-padding: 6rem 2.5rem;--card-padding: 2rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden;margin:0!important;padding:0!important;border:none!important;outline:none!important}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}body{font-family:Inter,sans-serif;background:var(--bg)!important;color:var(--text);overflow-x:hidden;line-height:1.6;margin:0!important;padding:0!important;border:none!important;outline:none!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}a{text-decoration:none;color:inherit;transition:color .2s ease}button{font-family:inherit;cursor:pointer;border:none;background:none;transition:all .2s ease}*{-webkit-tap-highlight-color:rgba(79,142,247,.1)}*:focus-visible{outline:2px solid var(--blue);outline-offset:2px}::selection{background:#4f8ef74d;color:#fff}::-moz-selection{background:#4f8ef74d;color:#fff}svg{display:block}ul{list-style:none}.hero-grid{position:fixed;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px);background-size:32px 32px;will-change:transform}.floating-particles{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.particle{position:absolute;width:4px;height:4px;border-radius:50%;background:radial-gradient(circle,#4f8ef799,#7c5cfc4d);box-shadow:0 0 10px #4f8ef766;animation:particleFloat 20s infinite ease-in-out;opacity:0}.particle:nth-child(1){left:10%;top:20%;animation-delay:0s;animation-duration:18s}.particle:nth-child(2){left:25%;top:60%;animation-delay:2s;animation-duration:22s}.particle:nth-child(3){left:45%;top:30%;animation-delay:4s;animation-duration:20s}.particle:nth-child(4){left:65%;top:70%;animation-delay:1s;animation-duration:24s}.particle:nth-child(5){left:80%;top:40%;animation-delay:3s;animation-duration:19s}.particle:nth-child(6){left:15%;top:80%;animation-delay:5s;animation-duration:21s}.particle:nth-child(7){left:35%;top:15%;animation-delay:2.5s;animation-duration:23s}.particle:nth-child(8){left:55%;top:85%;animation-delay:4.5s;animation-duration:18s}.particle:nth-child(9){left:75%;top:25%;animation-delay:1.5s;animation-duration:22s}.particle:nth-child(10){left:90%;top:65%;animation-delay:3.5s;animation-duration:20s}@keyframes particleFloat{0%,to{transform:translate(0);opacity:0}10%{opacity:.6}50%{transform:translate(20px,-100px);opacity:.8}90%{opacity:.4}}.reveal,.reveal-up,.reveal-feature,.reveal-left,.reveal-right{will-change:opacity,transform}.gradient-text{background:linear-gradient(135deg,#4f8ef7,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar{position:fixed;top:0;left:0;right:0;z-index:10000;padding:.875rem 0;background:#050508;border-bottom:1px solid #050508;transition:background .25s ease,border-color .25s ease}.navbar:before,.navbar:after{display:none!important;content:none!important}.navbar.scrolled{background:#050508f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo{display:flex;align-items:center;gap:.6rem;font-family:Space Grotesk,sans-serif;font-size:1.15rem;font-weight:700;color:#fff;flex-shrink:0}.nav-logo svg{width:28px;height:28px;flex-shrink:0}.nav-logo img{flex-shrink:0;object-fit:contain}.nav-logo-icon{width:60px;height:60px}.nav-logo-text{height:30px}@media(max-width:768px){.nav-logo-text{height:25px}}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:.875rem;font-weight:500;color:#ffffffd9;transition:color .2s}.nav-links a:hover{color:#fff}.nav-auth{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.nav-login{font-size:.875rem;font-weight:500;color:#fffc;transition:color .2s}.nav-login:hover{color:#fff}.nav-cta{font-size:.875rem;font-weight:600;padding:.5rem 1.15rem;background:linear-gradient(135deg,#7c5cfc,#4f8ef7);color:#fff;border-radius:8px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,opacity .2s;position:relative;overflow:hidden;will-change:transform}.nav-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.nav-cta:hover{transform:scale(1.05);box-shadow:0 4px 20px #4f8ef766}.nav-cta:hover:before{opacity:1}.mobile-menu-btn{display:none;background:transparent;border:none;cursor:pointer;color:#fff;padding:.5rem;z-index:10001;position:relative;width:44px;height:44px;align-items:center;justify-content:center}.mobile-menu-btn svg{pointer-events:none;color:#fff}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:10000;background:#050508;display:none;flex-direction:column;padding:1.25rem 1.25rem 2rem;opacity:1;pointer-events:auto;box-shadow:0 10px 40px #000c;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu.open{display:flex!important}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .25rem 1rem}.mobile-menu-brand{display:flex;align-items:center;gap:.85rem}.mobile-menu-logo{width:38px;height:38px;object-fit:contain;flex-shrink:0}.mobile-menu-logo-name{height:28px;width:auto;object-fit:contain;display:block}.mobile-menu-divider{height:1px;background:#ffffff14;margin:.5rem .25rem}.mobile-menu-nav{display:flex;flex-direction:column;gap:.35rem;padding:.75rem 0}.mobile-nav-item{display:flex;align-items:center;gap:1rem;padding:.95rem 1rem;border-radius:12px;color:#ffffffeb;text-decoration:none;font-size:1rem;font-weight:500;transition:background .2s ease,color .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:transparent}.mobile-nav-item:hover,.mobile-nav-item:focus,.mobile-nav-item:active{background:#4f8ef71a;color:#4f8ef7}.mobile-nav-icon{width:38px;height:38px;border-radius:10px;background:#4f8ef71a;color:#4f8ef7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-nav-label{flex:1;font-size:1rem}.mobile-nav-chevron{color:#ffffff59;display:flex;align-items:center}.mobile-nav-item:hover .mobile-nav-chevron,.mobile-nav-item:focus .mobile-nav-chevron{color:#4f8ef7}.mobile-cta-card{display:flex;align-items:center;gap:1rem;width:100%;margin-top:.5rem;padding:1rem 1.1rem;background:linear-gradient(135deg,#4f8ef7,#6366f1);color:#fff;border-radius:14px;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:transform .2s ease,box-shadow .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-shadow:0 8px 24px #4f8ef740}.mobile-cta-card:hover,.mobile-cta-card:focus{transform:translateY(-1px);box-shadow:0 10px 28px #4f8ef759}.mobile-cta-icon{width:42px;height:42px;border-radius:12px;background:#ffffff2e;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-cta-text{display:flex;flex-direction:column;flex:1;line-height:1.25}.mobile-cta-title{font-size:1rem;font-weight:700;color:#fff}.mobile-cta-subtitle{font-size:.8rem;color:#ffffffd9;font-weight:400;margin-top:2px}.mobile-cta-chevron{color:#ffffffd9;display:flex;align-items:center}@media(max-width:768px){.nav-links,.nav-auth{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.nav-container{padding:0 1rem}.navbar{padding:.75rem 0}.mobile-menu{padding:1.25rem 1rem 2rem}.hero-section{padding:18rem 2.5rem 10rem;min-height:auto}.badge{margin-bottom:4.5rem;padding:1rem 2rem}.hero-title{margin-bottom:5rem}.hero-subtitle{margin-bottom:6rem;line-height:2;padding:0 1.5rem}.hero-cta-group{margin-bottom:6rem;gap:2rem;flex-direction:column;align-items:center}.btn-hero-primary,.btn-hero-outline{padding:1.5rem 3rem;font-size:1.2rem;width:100%;max-width:300px}.trust-badges{gap:2.5rem;flex-direction:column;align-items:center}.trust-badge{padding:1.5rem 2rem;width:100%;max-width:320px;justify-content:center}.stats-section{margin:6rem 0}section{margin-bottom:4rem}}@media(min-width:769px){.mobile-menu,.mobile-menu-btn{display:none!important}}body.menu-open{overflow:hidden;position:fixed;width:100%}.mobile-menu-btn{display:none;background:transparent;border:none;cursor:pointer;color:#fff;padding:.5rem;z-index:10001;position:relative;width:44px;height:44px;align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.mobile-menu-btn:focus{outline:2px solid #4f8ef7;outline-offset:2px}.mobile-menu-btn svg{pointer-events:none;color:#fff;transition:opacity .2s ease}.hero-section{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 4rem;overflow:hidden}.hero-section:before{content:"";position:absolute;top:58%;left:50%;transform:translate(-50%,-50%);width:760px;height:760px;pointer-events:none;z-index:0;background:radial-gradient(ellipse at center,rgba(79,142,247,.18) 0%,rgba(124,92,252,.06) 45%,transparent 72%)}.hero-content{position:relative;z-index:1;text-align:center;max-width:1000px;margin:0 auto}.badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.4rem 1rem;border-radius:100px;margin-bottom:2rem}@media(max-width:768px){.badge{margin-bottom:.75rem}}.badge-spark{color:var(--blue);font-size:.9rem}.badge-text{font-family:Space Grotesk,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.hero-title{font-family:Space Grotesk,sans-serif;font-size:clamp(2.75rem,6.5vw,5.25rem);font-weight:800;letter-spacing:-.04em;line-height:1.08;margin-bottom:1.25rem;max-width:950px;margin-left:auto;margin-right:auto;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-title span{display:block}.hero-title-line1,.hero-title .gradient-text{white-space:nowrap}.hero-subtitle{font-size:clamp(1.05rem,2vw,1.2rem);color:var(--muted);max-width:620px;margin:0 auto 2.75rem;line-height:1.7}.hero-cta-group{display:flex;gap:.85rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem;position:relative;z-index:5}.btn-hero-primary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#4f8ef7,#7c5cfc);color:#fff;padding:.75rem 1.75rem;border-radius:8px;font-size:.95rem;font-weight:600;box-shadow:0 4px 20px #4f8ef759;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;will-change:transform;cursor:pointer;border:none;font-family:inherit}.btn-hero-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease;pointer-events:none}.btn-hero-primary:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 32px #4f8ef780}.btn-hero-primary:hover:before{opacity:1}.btn-hero-outline{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0a;color:var(--text);border:1px solid rgba(255,255,255,.16);padding:.75rem 1.75rem;border-radius:8px;font-size:.95rem;font-weight:500;transition:background .2s,border-color .2s;cursor:pointer;text-decoration:none}.btn-hero-outline:hover{background:#ffffff14;border-color:#ffffff52}.demo-video-section{position:relative;z-index:2;padding:6rem 2.5rem;display:flex;justify-content:center}.hero-video-wrapper{width:100%;max-width:1040px;position:relative}.hero-video-glass{position:relative;border-radius:20px;overflow:hidden;background:#ffffff05;border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 60px #00000080,0 0 50px #7c5cfc26;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.hero-video-inner{border-radius:0;overflow:hidden;width:100%;aspect-ratio:16 / 9;background:#000;position:relative;display:block}.hero-video-inner iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media(max-width:768px){.demo-video-section{padding:3rem 1.25rem}.hero-video-wrapper{margin-top:2rem}.hero-video-glass{padding:0;border-radius:14px}.hero-video-inner{border-radius:14px}.yt-clean iframe{transform:scale(1.5)!important}}.trust-badges{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;padding-top:2rem;border-top:1px solid var(--border)}.trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:500;color:var(--muted);background:#ffffff08;border:1px solid var(--border);padding:.4rem 1rem;border-radius:100px}.trust-icon{color:var(--blue);font-size:.82rem}.stats-section{position:relative;z-index:1;padding:3rem 2.5rem;background:#050508;overflow:hidden}.stats-container{max-width:1200px;margin:0 auto;padding:0 2.5rem;display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch}.stat-item{position:relative;text-align:center;padding:1.5rem;will-change:transform,opacity}.stat-item+.stat-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:60px;background:var(--border);pointer-events:none}.stat-number{font-family:Space Grotesk,sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;color:#fff;margin-bottom:.5rem;transition:color .3s ease;will-change:contents}.stat-label{font-size:.95rem;font-weight:600;color:#ffffffe6;margin-bottom:.25rem}.stat-sublabel{font-size:.8rem;color:var(--muted)}@media(max-width:768px){.stats-container{grid-template-columns:1fr;gap:0;padding:0 1.5rem}.stat-item+.stat-item:before{display:none}.stat-item{padding:2.5rem 1rem}}.stat-item:hover .stat-number{color:var(--blue)!important}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1.1rem;border-radius:100px;border:1px solid;font-family:Space Grotesk,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.platform-section{position:relative;z-index:1;padding:3rem 2.5rem 5rem}.platform-container{max-width:1200px;margin:0 auto}.platform-header{text-align:center;margin-bottom:3.5rem}.platform-title{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:#fff;margin:1.25rem 0 1rem}.platform-sub{font-size:1rem;color:var(--muted);max-width:620px;margin:0 auto;line-height:1.7}.features-list{display:flex;flex-direction:column}.feature-item{padding:120px 0}.feature-item:first-child{padding-top:80px}.feature-item:last-child{border-bottom:none;padding-bottom:80px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.feature-reverse .feature-grid{direction:rtl}.feature-reverse .feature-grid>*{direction:ltr}.feature-content-col{display:flex;flex-direction:column;gap:24px}.feature-label-badge{display:inline-flex;align-items:center;width:fit-content;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:6px 14px;border-radius:6px;border:1px solid}.feature-title{font-family:Space Grotesk,sans-serif;font-size:36px;font-weight:700;letter-spacing:-.02em;color:#fff;line-height:1.2;margin:0}.feature-desc{font-size:17px;color:#ffffffa6;line-height:1.7;margin:0}.feature-info-card{display:flex;gap:14px;padding:20px;background:#4f8ef70d;border:1px solid rgba(79,142,247,.15);border-radius:12px;margin-top:8px}.feature-info-icon{flex-shrink:0;width:20px;height:20px;color:#4f8ef7cc;margin-top:2px}.feature-info-text{font-size:14px;color:#ffffffb3;line-height:1.6;margin:0}.feature-visual-col{display:flex;align-items:center;justify-content:center}.feature-visual-container{position:relative;width:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:40px;min-height:360px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.feature-visual-container:hover{transform:translateY(-4px);border-color:#4f8ef733;box-shadow:0 12px 40px #4f8ef71a}.routing-diagram{position:relative;width:100%;max-width:300px;aspect-ratio:300 / 280;margin:0 auto}.route-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:14px;z-index:3;background:#4f8ef740;border:2px solid rgba(79,142,247,.6);display:flex;align-items:center;justify-content:center;animation:centerPulseEnhanced 2.5s ease-in-out infinite;box-shadow:0 0 30px #4f8ef780,0 0 60px #4f8ef74d}.route-center svg{filter:drop-shadow(0 0 4px rgba(79,142,247,.8))}@keyframes centerPulseEnhanced{0%,to{box-shadow:0 0 30px #4f8ef780,0 0 60px #4f8ef74d,0 0 #4f8ef766}50%{box-shadow:0 0 40px #4f8ef7b3,0 0 80px #4f8ef766,0 0 0 20px #4f8ef700}}.route-node{position:absolute;z-index:2;padding:.5rem 1.1rem;border-radius:20px;background:#4f8ef71f;border:1px solid rgba(79,142,247,.35);color:#a3c4fb;font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:600;white-space:nowrap;transition:all .3s ease;animation:nodePulseGlow 3s ease-in-out infinite;box-shadow:0 2px 8px #4f8ef726}.route-node:nth-child(3){animation-delay:.3s}.route-node:nth-child(4){animation-delay:.6s}.route-node:nth-child(5){animation-delay:.9s}.route-node:nth-child(6){animation-delay:1.2s}@keyframes nodePulseGlow{0%,to{box-shadow:0 2px 8px #4f8ef726;border-color:#4f8ef759}50%{box-shadow:0 4px 16px #4f8ef74d;border-color:#4f8ef780}}.route-node:hover{background:#4f8ef72e;border-color:#4f8ef7b3;box-shadow:0 4px 20px #4f8ef766;transform:translateY(-2px)}.route-endpoint{background:#4f8ef726;border:1.5px solid rgba(79,142,247,.45);box-shadow:0 2px 12px #4f8ef733}.route-lines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1}.route-line-anim{animation:dashFlowEnhanced 2s linear infinite;filter:drop-shadow(0 0 3px rgba(79,142,247,.4))}@keyframes dashFlowEnhanced{to{stroke-dashoffset:-20}}.orchestration-diagram{position:relative;width:100%;max-width:300px;aspect-ratio:300 / 280;margin:0 auto}.orch-flow-container{position:relative;width:100%;height:100%}.orch-center-hub{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;z-index:2;background:#7c5cfc26;border:2px solid rgba(124,92,252,.5);display:flex;align-items:center;justify-content:center;animation:orchPulse 2.5s ease-in-out infinite;box-shadow:0 0 20px #7c5cfc4d}@keyframes orchPulse{0%,to{box-shadow:0 0 20px #7c5cfc4d}50%{box-shadow:0 0 30px #7c5cfc80}}.orch-flow-node{position:absolute;z-index:2;width:42px;height:42px;border-radius:50%;background:#4f8ef71f;border:1.5px solid rgba(79,142,247,.4);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.orch-flow-node:hover{background:#4f8ef733;border-color:#4f8ef799;transform:scale(1.1)}.orch-lines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1}.orch-line-anim{animation:orchDashFlow 2s linear infinite;filter:drop-shadow(0 0 3px rgba(124,92,252,.4))}@keyframes orchDashFlow{to{stroke-dashoffset:-20}}.safety-visual-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem;padding:2.5rem;width:100%}.safety-shield{width:68px;height:68px;border-radius:16px;background:#7c5cfc1f;border:1px solid rgba(124,92,252,.3);display:flex;align-items:center;justify-content:center;animation:orchPulse 3s ease-in-out infinite}.safety-pills{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:center}.safety-pill{font-family:DM Mono,monospace;font-size:.73rem;padding:.38rem .85rem;border-radius:6px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--muted);transition:all .35s ease}.safety-pill.lit{background:#7c5cfc24;border-color:#7c5cfc73;color:#c4b5fd;box-shadow:0 0 10px #7c5cfc47}.safety-pill.sp-approve.lit{background:#22c55e1f;border-color:#22c55e66;color:#86efac;box-shadow:0 0 10px #22c55e40}.wf-steps-visual{display:flex;flex-direction:column;padding:2rem 2.5rem;gap:0;width:80%}.wf-step{display:flex;align-items:center;gap:.85rem;font-family:DM Mono,monospace;font-size:.84rem;color:var(--muted);padding:.72rem 1.1rem;border-radius:8px;border:1px solid rgba(255,255,255,.07);background:#ffffff05;width:100%;transition:all .4s ease}.wf-step.active{background:#4f8ef71a;border-color:#4f8ef759;color:#a3c4fb;box-shadow:0 0 12px #4f8ef724}.wf-step.done{background:#4f8ef70a;border-color:#4f8ef71f;color:#ffffff52}.wf-dot{width:8px;height:8px;border-radius:50%;background:#ffffff2e;flex-shrink:0;transition:all .4s}.wf-step.active .wf-dot{background:var(--blue);box-shadow:0 0 8px var(--blue)}.wf-connector{width:1px;height:18px;background:#ffffff12;margin-left:calc(1.1rem + 4px);transition:background .4s}.obs-chart{display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem 2rem 1rem;width:100%;min-height:220px}.obs-bars{display:flex;align-items:flex-end;gap:8px;height:160px;border-bottom:2px solid rgba(255,255,255,.1);padding-bottom:0}.obs-bar{flex:1;border-radius:6px 6px 0 0;background:linear-gradient(to top,#4f8ef766,#4f8ef799);height:var(--h, 50%);min-width:20px;transition:height .9s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,transform .3s ease;box-shadow:0 -4px 12px #4f8ef733;position:relative}.obs-bar:hover{transform:translateY(-4px);box-shadow:0 -8px 20px #4f8ef766}.obs-bar-active{background:linear-gradient(to top,#4f8ef7,#7c5cfc)!important;box-shadow:0 -8px 24px #4f8ef780!important;animation:barPulse 2s ease-in-out infinite}@keyframes barPulse{0%,to{box-shadow:0 -8px 24px #4f8ef780}50%{box-shadow:0 -12px 32px #4f8ef7b3}}.obs-labels{display:flex;justify-content:space-between;font-family:DM Mono,monospace;font-size:.65rem;color:#ffffff59;padding-top:.75rem;font-weight:500}.security-diagram{position:relative;width:100%;height:280px}.sec-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:50%;z-index:2;background:#7c5cfc26;border:1px solid rgba(124,92,252,.4);display:flex;align-items:center;justify-content:center;animation:orchPulse 2.5s ease-in-out infinite}.sec-node{position:absolute;z-index:2;padding:.38rem .85rem;border-radius:8px;background:#7c5cfc1a;border:1px solid rgba(124,92,252,.25);color:#c4b5fd;font-family:Space Grotesk,sans-serif;font-size:.78rem;font-weight:600;transition:box-shadow .3s,border-color .3s}.sec-lines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.sec-lines line{animation:dashFlow 1.8s linear infinite}.sec-lines line:nth-child(2){animation-direction:reverse}.security-layers-diagram{position:relative;width:100%;height:280px;display:flex;align-items:center;justify-content:center}.sec-layer{position:absolute;border-radius:16px;border:1px solid;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.sec-layer-outer{width:200px;height:200px;background:#7c5cfc0d;border-color:#7c5cfc40;box-shadow:0 0 20px #7c5cfc1a}.sec-layer-middle{width:140px;height:140px;background:#7c5cfc14;border-color:#7c5cfc59;box-shadow:0 0 16px #7c5cfc26}.sec-layer-inner{width:80px;height:80px;background:#7c5cfc26;border-color:#7c5cfc80;box-shadow:0 0 24px #7c5cfc4d;animation:orchPulse 2.5s ease-in-out infinite}.sec-layer-label{position:absolute;top:.75rem;left:50%;transform:translate(-50%);font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.1em;color:#c4b5fd;text-transform:uppercase}.sec-e2e-badge{position:absolute;top:50%;right:10%;transform:translateY(-50%);font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.1em;color:#7c5cfc;background:#7c5cfc1a;border:1px solid rgba(124,92,252,.3);padding:.35rem .75rem;border-radius:6px;box-shadow:0 0 12px #7c5cfc33}.orchestration-section{position:relative;z-index:1;background:#ffffff03;padding:6rem 2.5rem}.orchestration-title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:#fff;text-align:center;margin-bottom:4.5rem}.orchestration-diagram-box{position:relative;background:linear-gradient(135deg,#4f8ef708,#7c5cfc08);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:4rem 3rem;box-shadow:0 4px 24px #0003;min-width:900px;min-height:650px;margin:0 auto;display:flex;align-items:center;justify-content:center}.orch-connectors{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;max-width:1000px;max-height:600px;pointer-events:none;z-index:0}.orch-line{fill:none;stroke:url(#lineGradient);stroke-width:2.5;stroke-dasharray:10 5;stroke-dashoffset:15;animation:dashFlowLeftToRight 3s linear infinite;filter:drop-shadow(0 0 6px rgba(79,142,247,.6));opacity:.8}@keyframes dashFlowLeftToRight{0%{stroke-dashoffset:15}to{stroke-dashoffset:0}}.orch-grid{position:relative;z-index:1;display:grid;grid-template-columns:280px 260px 280px;justify-content:center;gap:50px;align-items:start;width:100%;max-width:1000px;margin:0 auto}.orch-column{display:flex;flex-direction:column;gap:1.25rem}.orch-left,.orch-right{align-items:stretch;justify-content:flex-start}.orch-column-title{font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-bottom:1.25rem;text-align:center;width:100%;min-height:2.5rem;display:flex;align-items:center;justify-content:center}.orch-items{display:flex;flex-direction:column;gap:.75rem;width:100%}.orch-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;font-size:.9rem;color:#ffffffd9;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.orch-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(79,142,247,.08),transparent);transition:left .5s ease}.orch-item:hover:before{left:100%}.orch-item:hover{background:#ffffff0d;border-color:#4f8ef74d;transform:translate(4px);box-shadow:0 2px 8px #4f8ef726}.orch-icon{font-size:1.15rem;flex-shrink:0;opacity:.9}.orch-center{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;background:linear-gradient(180deg,#4f8ef71f,#7c5cfc1f);border:2px solid rgba(124,92,252,.5);border-radius:20px;padding:2rem 1.5rem;box-shadow:0 0 60px #4f8ef740,0 0 120px #7c5cfc33,inset 0 0 60px #4f8ef70d;position:relative;overflow:visible;min-height:550px;animation:platformPulse 4s ease-in-out infinite;z-index:10;align-self:center}@keyframes platformPulse{0%,to{box-shadow:0 0 60px #4f8ef740,0 0 120px #7c5cfc33,inset 0 0 60px #4f8ef70d}50%{box-shadow:0 0 80px #4f8ef759,0 0 140px #7c5cfc4d,inset 0 0 80px #4f8ef714}}@keyframes rotateBg{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orch-particle{filter:drop-shadow(0 0 4px currentColor)}.orch-center:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent 0deg,rgba(79,142,247,.06) 90deg,transparent 180deg,rgba(124,92,252,.06) 270deg,transparent 360deg);animation:rotateBg 15s linear infinite;pointer-events:none}.orch-platform-header{font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#fff;text-align:center;padding:.9rem 1.2rem;background:linear-gradient(135deg,#4f8ef766,#7c5cfc66);border:1px solid rgba(124,92,252,.6);border-radius:12px;box-shadow:0 0 25px #4f8ef766;position:relative;z-index:1;margin-bottom:1.5rem}.orch-platform-layers{display:flex;flex-direction:column;gap:.75rem;position:relative;z-index:1;flex:1;justify-content:space-evenly}.orch-layer{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#4f8ef726,#7c5cfc26);border:1px solid rgba(124,92,252,.4);border-radius:12px;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.orch-layer:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(180deg,#4f8ef7,#7c5cfc);opacity:0;transition:opacity .3s ease}.orch-layer:hover{background:linear-gradient(135deg,#4f8ef740,#7c5cfc40);border-color:#7c5cfc99;transform:translate(4px);box-shadow:0 4px 20px #4f8ef74d}.orch-layer:hover:before{opacity:1}.orch-layer-icon{font-size:1.25rem;flex-shrink:0;filter:drop-shadow(0 0 8px rgba(79,142,247,.5))}.orch-layer-name{font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:600;color:#fff;line-height:1.3}.orch-subsection{margin-bottom:1.5rem}.orch-subsection:last-child{margin-bottom:0}.orch-subsection-divider{height:2px;background:linear-gradient(90deg,transparent,rgba(124,92,252,.5),transparent);margin:2rem 0;box-shadow:0 0 8px #7c5cfc4d}.orch-subsection-title{font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.05em;color:#ffffffbf;margin-bottom:.85rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.12);text-align:center}@media(max-width:1024px){.orchestration-diagram-box{min-width:auto;padding:3rem 2rem}.orch-grid{grid-template-columns:1fr;gap:3rem;max-width:100%}.orch-center{order:-1;height:auto;min-height:450px}.orch-connectors{display:none}.orch-left,.orch-right{align-items:stretch}}@media(max-width:768px){.orchestration-section{padding:4rem 1.5rem}.orchestration-title{margin-bottom:3rem;font-size:1.75rem}.orchestration-diagram-box{padding:2rem 1.5rem}.orch-grid{gap:2.5rem}.orch-platform-card{padding:1.1rem 1.2rem}.orch-card-icon{font-size:1.3rem}.orch-center{padding:1.5rem 1rem;height:auto;min-height:400px}}.solutions-section{position:relative;z-index:1;padding:6rem 2.5rem;overflow:hidden}.solutions-glow{position:absolute;top:0;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(124,92,252,.12) 0%,transparent 65%);pointer-events:none}.solutions-container{max-width:1200px;margin:0 auto}.solutions-header{margin-bottom:3rem;text-align:center}.solutions-title{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:#fff;margin:0;text-align:center}.solutions-card{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease;position:relative;display:grid;grid-template-columns:auto 1fr;gap:0;align-items:start}.solutions-card:hover{border-color:#4f8ef726;box-shadow:0 8px 32px #4f8ef714}.solutions-tabs-column{display:flex;flex-direction:column;align-items:flex-start}.solutions-tabs{width:320px;display:flex;flex-direction:column;background:#0000004d;border-right:1px solid rgba(255,255,255,.08);border-radius:12px 0 0 12px}@media(max-width:768px){.solutions-card{grid-template-columns:1fr}.solutions-tabs{width:100%;flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid rgba(255,255,255,.08);border-radius:12px 12px 0 0;scrollbar-width:none}.solutions-tabs::-webkit-scrollbar{display:none}.sol-tab{flex:0 0 auto;padding:1.25rem 1.5rem;border-left:none;border-bottom:3px solid transparent}.sol-tab.active{border-left-color:transparent;border-bottom-color:#4f8ef7}.sol-tab.active:before{inset:auto 0 0;width:100%;height:3px}.solutions-content{padding:2rem 1.5rem}}.sol-tab{position:relative;display:flex;align-items:center;gap:.875rem;padding:1.5rem;border:none;background:transparent;transition:background .2s ease,color .2s ease;text-align:left;cursor:pointer;width:100%;font-family:inherit;border-left:3px solid transparent}.sol-tab:hover{background:#ffffff0a}.sol-tab.active{background:#4f8ef714;border-left-color:#4f8ef7}.sol-tab.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#4f8ef7,#7c5cfc);box-shadow:0 0 12px #4f8ef799}.sol-tab-indicator{display:none}.sol-tab-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#fff6;transition:color .2s ease}.sol-tab.active .sol-tab-icon{color:#4f8ef7}.sol-tab-icon svg{width:20px;height:20px}.sol-tab-label{font-size:.9rem;font-weight:600;color:#fff9;transition:color .2s ease}.sol-tab.active .sol-tab-label{color:#fff}.sol-tab+.sol-tab{border-top:1px solid rgba(255,255,255,.06)}.solutions-content{flex:1;padding:3rem;display:flex;flex-direction:column;gap:1.5rem}.sol-fade-in{animation:solFadeIn .4s ease}@keyframes solFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sol-industry-label{display:inline-flex;align-items:center;gap:.5rem;font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.sol-industry-label svg{width:16px;height:16px}.sol-headline{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:#fff;margin:0 0 1rem}.sol-description{font-size:1rem;color:var(--muted);line-height:1.7;margin:0 0 1.5rem}.sol-metric-card{display:inline-flex;flex-direction:column;padding:1.5rem 2rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-bottom:1.5rem;max-width:fit-content}.sol-metric-value{font-family:Space Grotesk,sans-serif;font-size:2.25rem;font-weight:800;letter-spacing:-.03em;line-height:1;margin-bottom:.5rem}.sol-metric-label{font-size:.85rem;color:var(--muted);line-height:1.4}.sol-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.sol-tag{font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:500;padding:.4rem .85rem;border-radius:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.12);color:#fffc;transition:border-color .2s ease,background .2s ease}.sol-tag:hover{border-color:#4f8ef766;background:#4f8ef70d}.sol-cta{display:inline-flex;align-items:center;gap:.5rem;font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:600;color:#4f8ef7;text-decoration:none;transition:gap .2s ease,color .2s ease;margin-top:auto}.sol-cta:hover{gap:.75rem;color:#7c5cfc}.sol-cta svg{width:14px;height:14px;transition:transform .2s ease}.sol-cta:hover svg{transform:translate(2px)}.use-cases-section{position:relative;z-index:1;padding:6rem 2.5rem;overflow:hidden}.use-cases-container{max-width:1200px;margin:0 auto}.use-cases-header{text-align:center;margin-bottom:3.5rem}.use-cases-title{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:#fff;margin:1.25rem 0 1rem}.use-cases-subtitle{font-size:1.05rem;color:var(--muted);line-height:1.7;max-width:700px;margin:0 auto}.uc-tabs-nav{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.uc-tab{padding:.9rem 1.75rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;transition:all .3s ease;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:600;color:#fff9;white-space:nowrap}.uc-tab:hover{background:#ffffff0a;border-color:#ffffff1f;color:#ffffffe6}.uc-tab.active{background:#4f8ef72e;border-color:#4f8ef78c;color:#fff}.uc-content-container{position:relative}.uc-case{display:none;opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}.uc-case.active{display:block;opacity:1;transform:translateY(0);animation:ucFadeIn .5s ease}@keyframes ucFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.uc-two-column{display:grid;grid-template-columns:1fr 1fr;gap:4rem;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:3rem;align-items:start}@media(max-width:992px){.uc-two-column{grid-template-columns:1fr;gap:3rem;padding:2rem 1.5rem}}.uc-text-content{display:flex;flex-direction:column;gap:1.25rem}.uc-label{font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#4f8ef7}.uc-heading{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;letter-spacing:-.02em;line-height:1.25;color:#fff;margin:0}.uc-description{font-size:1rem;color:var(--muted);line-height:1.7;margin:0}.uc-features{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.75rem}.uc-features li{font-size:.95rem;color:#ffffffb3;padding-left:1.5rem;position:relative;line-height:1.6}.uc-features li:before{content:"•";position:absolute;left:0;color:#4f8ef7;font-size:1.2rem;line-height:1.4}.uc-conversation{background:#0a0f19cc;border:1px solid rgba(255,255,255,.12);border-radius:12px;overflow:hidden;backdrop-filter:blur(10px)}.uc-conv-header{background:#0006;border-bottom:1px solid rgba(255,255,255,.08);padding:1rem 1.25rem;font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:600;color:#ffffffb3}.uc-conv-messages{padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1rem;min-height:320px}.uc-msg{display:flex;flex-direction:column}.uc-msg-bubble{padding:.85rem 1.1rem;border-radius:10px;font-size:.9rem;line-height:1.6;max-width:85%}.uc-msg-customer .uc-msg-bubble{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#ffffffe6;align-self:flex-start;border-left:3px solid rgba(255,255,255,.4)}.uc-msg-system .uc-msg-bubble{background:#4f8ef71a;border:1px solid rgba(79,142,247,.25);color:#ffffffe6;align-self:flex-end;border-left:3px solid #4f8ef7}.uc-msg-agent .uc-msg-bubble{background:#7c5cfc1a;border:1px solid rgba(124,92,252,.25);color:#ffffffe6;align-self:flex-end;border-left:3px solid #7c5cfc}.uc-msg-event{display:flex;justify-content:center;margin:.25rem 0}.uc-event-badge{background:#7c5cfc14;border:1px solid rgba(124,92,252,.2);color:#c4b5fd;font-size:.75rem;font-weight:600;padding:.5rem 1rem;border-radius:6px;text-align:center}.uc-conv-footer{background:#0000004d;border-top:1px solid rgba(255,255,255,.08);padding:.85rem 1.25rem;font-size:.8rem;color:#ffffff80;text-align:center}.how-section{position:relative;z-index:1;padding:6rem 2.5rem;overflow:hidden}.how-bg-glow{position:absolute;top:10%;left:50%;transform:translate(-50%);width:800px;height:800px;pointer-events:none;background:radial-gradient(ellipse,rgba(124,92,252,.08) 0%,transparent 60%)}.how-container{max-width:1100px;margin:0 auto}.how-header{text-align:center;margin-bottom:4rem}.how-badge{display:inline-block;font-family:Space Grotesk,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);background:#4f8ef714;border:1px solid rgba(79,142,247,.2);padding:.4rem 1.1rem;border-radius:100px;margin-bottom:1.5rem}.how-title{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.2}.how-steps-wrap{position:relative;display:flex;flex-direction:column;gap:0;max-width:1200px;margin:0 auto;padding:0}.how-center-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#4f8ef74d,#7c5cfc4d);transform:translate(-50%);z-index:1}.how-center-line-fill{position:absolute;left:50%;top:0;width:2px;height:0%;background:linear-gradient(to bottom,var(--blue),var(--purple));transform:translate(-50%);z-index:2;transition:height .1s linear;box-shadow:0 0 8px #4f8ef766}.how-timeline-dot{position:absolute;left:50%;top:0;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--purple));transform:translate(-50%,-50%);z-index:6;box-shadow:0 0 0 4px #4f8ef740,0 0 20px #4f8ef780,0 0 30px #7c5cfc4d;pointer-events:none;will-change:top}.how-step-row{display:grid;grid-template-columns:1fr 80px 1fr;gap:3rem;align-items:center;padding:3rem 0;position:relative;z-index:3;min-height:200px}.how-step-row:first-child{padding-top:2rem}.how-step-row:last-child{padding-bottom:2rem}.how-step-left,.how-step-right{position:relative;display:flex;align-items:center;justify-content:center;min-height:200px}.how-step-left,.how-step-right{justify-content:center}.how-step-center{display:flex;align-items:center;justify-content:center;position:relative;z-index:4;align-self:center}.how-timeline-node{width:20px;height:20px;border-radius:50%;background:#050508;border:2px solid rgba(79,142,247,.4);position:relative;z-index:5;display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s ease,border-color .4s ease;box-shadow:0 0 0 4px #4f8ef71a,0 0 12px #4f8ef733}.how-timeline-node-inner{width:6px;height:6px;border-radius:50%;background:transparent;transition:background .4s ease,transform .4s ease}.how-timeline-node.active{transform:scale(1.2);border-color:var(--blue);box-shadow:0 0 0 6px #4f8ef733,0 0 20px #4f8ef780,0 0 30px #4f8ef74d}.how-timeline-node.active .how-timeline-node-inner{background:var(--blue);transform:scale(1.3)}@keyframes nodePulse{0%,to{box-shadow:0 0 0 4px #4f8ef733,0 0 16px #4f8ef766}50%{box-shadow:0 0 0 6px #4f8ef74d,0 0 20px #4f8ef780}}.how-step-row:nth-child(3) .how-timeline-node{border-color:#5b7ced66;box-shadow:0 0 0 4px #5b7ced1a,0 0 12px #5b7ced33}.how-step-row:nth-child(3) .how-timeline-node.active{border-color:#5b7ced;box-shadow:0 0 0 6px #5b7ced33,0 0 20px #5b7ced80,0 0 30px #5b7ced4d}.how-step-row:nth-child(3) .how-timeline-node.active .how-timeline-node-inner{background:#5b7ced}@keyframes nodePulse2{0%,to{box-shadow:0 0 0 4px #5b7ced33,0 0 16px #5b7ced66}50%{box-shadow:0 0 0 6px #5b7ced4d,0 0 20px #5b7ced80}}.how-step-row:nth-child(4) .how-timeline-node{border-color:#6c69e566;box-shadow:0 0 0 4px #6c69e51a,0 0 12px #6c69e533}.how-step-row:nth-child(4) .how-timeline-node.active{border-color:#6c69e5;box-shadow:0 0 0 6px #6c69e533,0 0 20px #6c69e580,0 0 30px #6c69e54d}.how-step-row:nth-child(4) .how-timeline-node.active .how-timeline-node-inner{background:#6c69e5}@keyframes nodePulse3{0%,to{box-shadow:0 0 0 4px #6c69e533,0 0 16px #6c69e566}50%{box-shadow:0 0 0 6px #6c69e54d,0 0 20px #6c69e580}}.how-step-row:nth-child(5) .how-timeline-node{border-color:#7c5cfc66;box-shadow:0 0 0 4px #7c5cfc1a,0 0 12px #7c5cfc33}.how-step-row:nth-child(5) .how-timeline-node.active{border-color:var(--purple);box-shadow:0 0 0 6px #7c5cfc33,0 0 20px #7c5cfc80,0 0 30px #7c5cfc4d}.how-step-row:nth-child(5) .how-timeline-node.active .how-timeline-node-inner{background:var(--purple)}@keyframes nodePulse4{0%,to{box-shadow:0 0 0 4px #7c5cfc33,0 0 16px #7c5cfc66}50%{box-shadow:0 0 0 6px #7c5cfc4d,0 0 20px #7c5cfc80}}.how-step-wrapper{position:relative;width:100%;max-width:500px;display:flex;flex-direction:column;align-items:flex-start}.how-step-right .how-step-wrapper,.how-step-left .how-step-wrapper{align-items:flex-start}.how-step-number-standalone{font-family:Space Grotesk,sans-serif;font-size:220px;font-weight:800;letter-spacing:-.05em;line-height:1;color:transparent;-webkit-text-stroke:2px rgba(79,142,247,.35);user-select:none;pointer-events:none;opacity:1;display:flex;align-items:center;justify-content:center;width:100%;max-width:500px}.how-step-number-bg{position:absolute;top:50%;left:-1rem;transform:translateY(-50%);font-family:Space Grotesk,sans-serif;font-size:220px;font-weight:800;letter-spacing:-.05em;line-height:1;color:transparent;-webkit-text-stroke:2px rgba(79,142,247,.35);user-select:none;pointer-events:none;z-index:0;opacity:1}.how-step-left .how-step-number-bg{left:auto;right:-1rem}.how-step-badge-overlay{position:relative;z-index:3;display:inline-flex;align-items:center;gap:.5rem;font-family:Space Grotesk,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.4rem .9rem;border-radius:6px;border:1px solid;margin-bottom:1.5rem;margin-top:1rem}.how-step-left .how-step-badge-overlay{margin-left:0}.how-step-row:nth-child(2) .how-step-number-bg,.how-step-row:nth-child(2) .how-step-number-standalone{-webkit-text-stroke:2px rgba(91,124,237,.35)}.how-step-row:nth-child(3) .how-step-number-bg,.how-step-row:nth-child(3) .how-step-number-standalone{-webkit-text-stroke:2px rgba(108,105,229,.35)}.how-step-row:nth-child(4) .how-step-number-bg,.how-step-row:nth-child(4) .how-step-number-standalone{-webkit-text-stroke:2px rgba(124,92,252,.35)}.how-step-row:nth-child(5) .how-step-number-bg,.how-step-row:nth-child(5) .how-step-number-standalone{-webkit-text-stroke:2px rgba(124,92,252,.35)}.how-step-content{position:relative;z-index:2;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem;transition:transform .3s cubic-bezier(.4,0,.2,1),border-color .3s ease,box-shadow .3s ease;width:100%}.how-step-content:hover{transform:translateY(-4px);border-color:#4f8ef733;box-shadow:0 8px 32px #4f8ef71a}.how-step-row{display:grid;grid-template-columns:1fr 64px 1fr;gap:1.5rem;align-items:center;padding:2.75rem 0;position:relative;z-index:2}.how-step-row .how-conn-wrap{grid-column:2}.how-step-row .how-visual-col{grid-column:1}.how-step-row .how-text-col{grid-column:3}.how-step-row-rev .how-conn-wrap{grid-column:2}.how-step-row-rev .how-visual-col{grid-column:3}.how-step-row-rev .how-text-col{grid-column:1}.how-conn-wrap{display:flex;justify-content:center}.how-conn-circle{width:40px;height:40px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}.how-conn-inner{width:12px;height:12px;border-radius:50%}.how-text-col{display:flex;flex-direction:column;gap:.85rem}.how-accent-line{width:2.5rem;height:2px;border-radius:1px;margin-bottom:1rem}.how-step-title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;margin-bottom:1rem}.how-step-desc{font-size:.93rem;color:var(--muted);line-height:1.7;margin-bottom:1.25rem}.how-step-bullets{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}.how-step-bullets li{font-size:.88rem;color:#ffffffb3;line-height:1.6;padding-left:1.25rem;position:relative}.how-step-bullets li:before{content:"•";position:absolute;left:0;color:var(--blue);font-weight:700}.how-step-footer{font-size:.85rem;color:#fff9;font-style:italic;line-height:1.6;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.how-prog-dots{display:flex;gap:.4rem;margin-top:.5rem}.how-pdot{width:6px;height:6px;border-radius:50%;background:#ffffff26;transition:all .3s}.how-timeline-nodes{grid-column:2;display:flex;flex-direction:column;align-items:center;gap:6rem;padding:2rem 0;position:relative;z-index:3}.how-timeline-node{width:20px;height:20px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px #4f8ef733,0 0 20px #4f8ef766;position:relative;z-index:4}.how-timeline-node:nth-child(2){background:#5b7ced;box-shadow:0 0 0 4px #5b7ced33,0 0 20px #5b7ced66}.how-timeline-node:nth-child(3){background:#6c69e5;box-shadow:0 0 0 4px #6c69e533,0 0 20px #6c69e566}.how-timeline-node:nth-child(4){background:var(--purple);box-shadow:0 0 0 4px #7c5cfc33,0 0 20px #7c5cfc66}.how-steps-left{grid-column:1;display:flex;flex-direction:column;gap:12rem;padding:2rem 0}.how-steps-right{grid-column:3;display:flex;flex-direction:column;gap:12rem;padding:8rem 0 2rem}.how-step-content{position:relative;padding:2rem;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:16px;backdrop-filter:blur(10px);width:100%}.how-step-content:before{content:attr(data-number);position:absolute;top:-1rem;right:-1rem;font-family:Space Grotesk,sans-serif;font-size:8rem;font-weight:800;letter-spacing:-.05em;line-height:1;color:transparent;-webkit-text-stroke:1px rgba(79,142,247,.1);user-select:none;pointer-events:none;z-index:-1}.how-step-content[data-number="02"]:before{-webkit-text-stroke-color:rgba(91,124,237,.1)}.how-step-content[data-number="03"]:before{-webkit-text-stroke-color:rgba(108,105,229,.1)}.how-step-content[data-number="04"]:before{-webkit-text-stroke-color:rgba(124,92,252,.1)}.how-step-tag{display:inline-flex;align-items:center;gap:.5rem;font-family:Space Grotesk,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .7rem;border-radius:5px;border:1px solid;margin-bottom:1rem}.how-accent-line{width:2.5rem;height:2px;border-radius:1px;margin-top:1rem}.how-step-title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;margin-bottom:1rem;color:#fff}.how-step-desc{font-size:.93rem;color:var(--muted);line-height:1.7;margin-bottom:1rem}.how-visual-col{position:relative;display:flex;justify-content:center}.how-step-row .how-visual-col{justify-content:flex-start}.how-step-row .how-num-relative{margin-left:0;margin-right:auto}.how-step-row .how-ghost-num{left:0;transform:translateY(-50%)}.how-step-row-rev .how-visual-col{justify-content:flex-end}.how-step-row-rev .how-num-relative{margin-left:auto;margin-right:0}.how-step-row-rev .how-ghost-num{left:auto;right:0;transform:translateY(-50%)}.how-num-relative{position:relative;width:220px;height:130px;margin:0 auto}.how-ghost-num{font-family:Space Grotesk,sans-serif;font-size:7rem;font-weight:800;letter-spacing:-.05em;line-height:1;color:transparent;-webkit-text-stroke:1px var(--stroke-color, rgba(255, 255, 255, .06));position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);user-select:none;pointer-events:none}.how-float-tag{position:absolute;font-family:Space Grotesk,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .7rem;border-radius:5px;border:1px solid;white-space:nowrap}.how-float-tr{top:.5rem;right:.75rem}.how-float-tl{top:.5rem;left:.75rem}.how-orb{position:absolute;width:8px;height:8px;border-radius:50%;animation:orbFloat 3s ease-in-out infinite}@keyframes orbFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.how-sep{height:1px;background:var(--border);margin:0 auto;width:80%}.how-step-row-rev .how-text-col{order:3}.how-step-row-rev .how-conn-wrap{order:2}.how-step-row-rev .how-visual-col{order:1}.pricing-section{position:relative;z-index:1;padding:6rem 2.5rem;background:#ffffff03}.pricing-container{max-width:1000px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-title{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:#fff;margin:1.25rem 0 1rem}.pricing-subtitle{font-size:1.05rem;color:var(--muted);max-width:700px;margin:0 auto;line-height:1.7}.pricing-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2.5rem}.pricing-card{position:relative;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:3rem 2.5rem;text-align:center;transition:transform .3s cubic-bezier(.4,0,.2,1),border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center}.pricing-card:hover{transform:translateY(-6px);border-color:#4f8ef74d;box-shadow:0 12px 40px #4f8ef726}.pricing-badge-ongoing{position:absolute;top:1.25rem;right:1.25rem;font-family:Space Grotesk,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#4f8ef7;background:#4f8ef71a;border:1px solid rgba(79,142,247,.3);padding:.35rem .75rem;border-radius:6px}.pricing-icon{width:64px;height:64px;margin:0 auto 1.75rem;border-radius:14px;background:#4f8ef71a;border:1px solid rgba(79,142,247,.3);display:flex;align-items:center;justify-content:center;color:#4f8ef7;flex-shrink:0}.pricing-card-title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:#fff;margin:0 0 1.25rem}.pricing-card-desc{font-size:1rem;color:var(--muted);line-height:1.7;margin:0}.pricing-note{text-align:center;font-size:.9rem;color:#ffffff80;margin:0 0 4rem}.pricing-note p{margin:0}.pricing-cta-block{position:relative;text-align:center;padding:4rem 3rem;background:linear-gradient(135deg,#4f8ef70f,#7c5cfc0f);border:1px solid rgba(255,255,255,.12);border-radius:20px;margin-top:3rem;overflow:hidden}.pricing-cta-block:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(79,142,247,.1) 0%,transparent 50%);pointer-events:none;animation:ctaGlow 8s ease-in-out infinite}.pricing-cta-label{position:relative;display:inline-block;font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#4f8ef7;background:#4f8ef71a;border:1px solid rgba(79,142,247,.3);padding:.45rem 1.1rem;border-radius:20px;margin-bottom:1.5rem}.pricing-cta-title{position:relative;font-family:Space Grotesk,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:#fff;margin:0 0 1.25rem}.pricing-cta-desc{position:relative;font-size:1.05rem;color:var(--muted);max-width:650px;margin:0 auto 2.5rem;line-height:1.7}.btn-pricing-primary{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#4f8ef7,#7c5cfc);color:#fff;padding:1.1rem 2.75rem;border-radius:10px;font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:600;text-decoration:none;box-shadow:0 6px 24px #4f8ef759;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.btn-pricing-primary:hover{transform:translateY(-2px);box-shadow:0 10px 35px #4f8ef773}.pricing-cta-note{position:relative;font-size:.88rem;color:#ffffff80;margin:1.5rem 0 0}.testimonials-section{position:relative;z-index:1;padding:6rem 2.5rem;background:#ffffff03}.testimonials-container{max-width:900px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:3.5rem}.testimonials-title{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:#fff;margin:1.25rem 0 0}.testimonial-spotlight-card{position:relative;background:#0f141e99;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:3rem;margin:0 auto 2.5rem;max-width:900px;overflow:visible;box-shadow:0 4px 24px #0000004d;backdrop-filter:blur(10px)}.testimonial-spotlight-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(79,142,247,.06) 0%,transparent 50%);pointer-events:none;animation:testimonialGlow 8s ease-in-out infinite;z-index:0}@keyframes testimonialGlow{0%,to{transform:translate(0);opacity:.5}50%{transform:translate(-10%,-10%);opacity:.8}}.testimonial-content{position:relative;z-index:1;transition:opacity .3s ease;padding-right:8rem}.testimonial-quote-large{font-size:clamp(1.1rem,1.8vw,1.3rem);line-height:1.7;color:#fffffff2;margin-bottom:2.5rem;font-weight:400}.testimonial-author-info{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 4px 16px #4f8ef740}.testimonial-author-details{display:flex;flex-direction:column;gap:.25rem}.testimonial-author-name{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;color:#fff}.testimonial-author-title{font-size:.88rem;color:#ffffff8c}.testimonial-company-tag{position:absolute;top:2.5rem;right:2.5rem;padding:.45rem 1.1rem;border-radius:100px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);font-family:Space Grotesk,sans-serif;font-size:.8rem;font-weight:600;color:#ffffffb3;z-index:2;transition:opacity .3s ease;white-space:nowrap}.testimonial-navigation{display:flex;justify-content:center;margin-top:2.5rem}.testimonial-nav-inner{display:flex;align-items:center;gap:1.5rem}.testimonial-dots{display:flex;gap:.6rem}.testimonial-dot{width:10px;height:10px;border-radius:50%;background:#fff3;border:none;cursor:pointer;transition:all .3s ease;padding:0}.testimonial-dot:hover{background:#fff6}.testimonial-dot.active{background:#4f8ef7;width:28px;border-radius:5px;box-shadow:0 0 12px #4f8ef766}.testimonial-arrows{display:flex;gap:.75rem}.testimonial-arrow-btn{width:44px;height:44px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#fff9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.testimonial-arrow-btn:hover{background:#4f8ef71a;border-color:#4f8ef74d;color:#4f8ef7;transform:scale(1.05)}.testimonial-arrow-btn:active{transform:scale(.95)}.cta-section{position:relative;z-index:1;padding:6rem 2.5rem}.cta-container{max-width:900px;margin:0 auto;text-align:center}.cta-badge{display:inline-block;font-family:Space Grotesk,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:1.5rem}.footer-cta-section{position:relative;padding:6rem 2.5rem;overflow:hidden;background:#000}.footer-cta-container{max-width:750px;margin:0 auto}.footer-cta-card{position:relative;background:#0f1423cc;border:1px solid rgba(79,142,247,.15);border-radius:16px;padding:4.5rem 3.5rem;text-align:center;overflow:hidden;backdrop-filter:blur(10px)}.footer-cta-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(79,142,247,.08) 0%,transparent 60%);pointer-events:none;animation:ctaGlow 8s ease-in-out infinite}@keyframes ctaGlow{0%,to{transform:translate(0);opacity:.6}50%{transform:translate(5%,5%);opacity:1}}.footer-cta-badge{position:relative;display:inline-block;font-family:Space Grotesk,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#4f8ef7;background:transparent;border:none;padding:0;margin-bottom:1.75rem}.footer-cta-heading{position:relative;font-family:Space Grotesk,sans-serif;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:600;letter-spacing:-.01em;line-height:1.3;color:#fff;margin:0 0 1.5rem}.footer-cta-description{position:relative;font-size:.95rem;line-height:1.65;color:#fff9;margin:0 0 2.25rem;max-width:550px;margin-left:auto;margin-right:auto}.footer-cta-button{position:relative;display:inline-flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:600;color:#000;background:#fff;border:none;border-radius:6px;padding:.9rem 2.25rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;text-decoration:none;box-shadow:0 2px 12px #ffffff1a}.footer-cta-button:hover{transform:translateY(-1px);background:#fffffff2;box-shadow:0 4px 20px #ffffff26}.footer-cta-note{position:relative;font-size:.8rem;color:#fff6;margin:1.5rem 0 0}.footer{background:#0000004d;padding:4rem 2.5rem 2rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1.2fr 2fr;gap:4rem;margin-bottom:3rem;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo-icon{width:32px;height:32px;object-fit:contain}.footer-logo-text{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.02em}.footer-brand-description{font-size:.9rem;line-height:1.6;color:var(--muted);margin:0;max-width:280px}.footer-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.footer-col{display:flex;flex-direction:column;gap:.75rem}.footer-col-title{font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff;margin:0 0 .5rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.footer-links li{margin:0}.footer-links a{font-size:.9rem;color:var(--muted);text-decoration:none;transition:color .2s ease;display:inline-block}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.85rem;color:#fff6;margin:0}.footer-legal{display:flex;gap:2rem;align-items:center}.footer-legal a{font-size:.85rem;color:#fff6;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:#fff}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media(max-width:1024px){.orchestration-diagram-box{min-width:auto}.solutions-card{grid-template-columns:1fr}.solutions-card-left{border-bottom:1px solid rgba(255,255,255,.07)}.solutions-card-right{padding:2rem 1.5rem}.sol-tab{flex:1;min-width:140px}.uc-content-card{padding:2rem 1.5rem}.uc-panel-grid{grid-template-columns:1fr;gap:2.5rem}.stats-container{grid-template-columns:repeat(2,1fr);gap:0}.footer-main{grid-template-columns:1fr;gap:3rem}.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.hero-section{padding:8rem 2rem 6rem}.hero-title{font-size:clamp(2.5rem,5vw,3.5rem)}.features-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:900px){.how-step-number-standalone{font-size:140px}.feature-item{padding:80px 0}.feature-item:first-child{padding-top:60px}.feature-item:last-child{padding-bottom:60px}.feature-grid{grid-template-columns:1fr;gap:48px}.feature-reverse .feature-grid{direction:ltr}.feature-visual-container{padding:32px;min-height:320px}.how-step-row{grid-template-columns:1fr 60px 1fr;gap:2rem;padding:5rem 0}.how-step-number{font-size:10rem;opacity:.4}.how-step-left .how-step-number{right:-2rem}.how-step-right .how-step-number{left:-2rem}.navbar{padding:1rem 1.5rem}.hero-section{padding:7rem 1.5rem 5rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;width:100%;max-width:400px}.btn-hero-primary,.btn-hero-outline{width:100%}}@media(max-width:768px){body{overflow-x:hidden}button,a.btn-hero-primary,a.btn-hero-outline,a.nav-cta,.mobile-nav-item,.mobile-cta-card,.testimonial-arrow-btn{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}section{padding-left:1.25rem;padding-right:1.25rem}img{max-width:100%;height:auto}.stats-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1rem;padding:2rem 1rem;margin:0;height:auto;overflow:visible}.stat-item{flex:none;min-height:120px;max-height:120px;width:100%;padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:8px}.stat-item .stat-number{font-size:clamp(1.8rem,6vw,2.2rem);margin-bottom:.5rem}.stat-item .stat-label{font-size:.85rem;margin-bottom:.25rem;font-weight:600}.stat-item .stat-sublabel{font-size:.75rem}.stat-item+.stat-item:before{display:none}.nav-links,.nav-auth{display:none}.mobile-menu-btn{display:flex}.hero-section{padding:6rem 1.25rem 3rem;min-height:auto}.hero-title{font-size:clamp(2rem,8vw,2.5rem);line-height:1.15}.hero-title-line1,.hero-title .gradient-text{white-space:normal}.hero-subtitle{font-size:.95rem;max-width:100%}.hero-cta-group{flex-direction:column;width:100%;max-width:400px;margin:0 auto 3rem}.btn-hero-primary,.btn-hero-outline{width:100%}.trust-badges{flex-direction:column;gap:.75rem}.platform-section{padding:3rem 1.25rem 4rem}.platform-title{font-size:clamp(1.75rem,6vw,2.25rem)}.solutions-section{padding:4rem 1.25rem}.solutions-card{overflow:visible;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.solutions-tabs-column{width:100%;position:relative}.solutions-tabs-column:after{content:"";position:absolute;right:0;top:0;bottom:0;width:40px;background:linear-gradient(to right,transparent,rgba(0,0,0,.7));pointer-events:none}.solutions-tabs{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.08);border-radius:12px 12px 0 0;flex-direction:row;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.solutions-tabs::-webkit-scrollbar{display:none}.sol-tab{flex-direction:column;gap:.5rem;padding:1rem 1.25rem;min-width:120px;text-align:center;border-left:none;border-bottom:3px solid transparent}.sol-tab.active{border-left:none;border-bottom-color:#4f8ef7}.sol-tab.active:before{display:none}.sol-tab+.sol-tab{border-top:none;border-left:1px solid rgba(255,255,255,.06)}.sol-tab-label{font-size:.8rem}.solutions-content{padding:2rem 1.5rem;width:100%;box-sizing:border-box}.sol-headline{font-size:1.5rem}.sol-metric-card{width:100%;max-width:100%}.sol-tags{gap:.4rem;flex-wrap:wrap}.sol-tag{font-size:.7rem;padding:.35rem .7rem}.uc-section{padding:4rem 1.25rem}.uc-two-column{grid-template-columns:1fr;gap:2.5rem;padding:2rem 1.5rem}.uc-conv-messages{min-height:280px}.uc-panel.active{grid-template-columns:1fr}.uc-visual-wrap{min-height:260px}.features-section{padding:4rem 1.25rem}.feature-visual{min-height:200px}.feature-visual-container{padding:24px;min-height:280px}.routing-diagram,.orchestration-diagram{overflow:visible;width:100%;max-width:300px;aspect-ratio:300 / 280;height:auto;margin:0 auto;position:relative}.how-section{padding:4rem 1.25rem}.how-step-row{grid-template-columns:40px 1fr;gap:1.5rem;padding:3rem 0;text-align:left}.how-step-left,.how-step-right{grid-column:2;grid-row:1;min-height:auto;justify-content:flex-start}.how-step-center{grid-column:1;grid-row:1;order:-1;margin-bottom:0}.how-step-number-standalone{display:none}.how-center-line{display:block;left:20px;top:5rem;height:calc(100% - 9rem)}.how-center-line-fill{display:block;left:20px;top:5rem}.how-timeline-dot{left:20px}.pricing-cards{grid-template-columns:1fr;gap:1.5rem}.pricing-section{padding:4rem 1.5rem}.pricing-cta-block{padding:3rem 1.5rem}.pricing-card{padding:2rem 1.5rem}.pricing-cta-btn{width:100%}.testimonials-section{padding:4rem 1.25rem}.testimonial-spotlight-card{padding:2.5rem 1.75rem;max-width:100%}.testimonial-content{padding-right:0}.testimonial-company-tag{position:static;display:inline-block;margin-bottom:1.5rem}.testimonial-quote-large{font-size:1.05rem;margin-bottom:2rem}.testimonial-nav-inner{flex-direction:column;gap:1.5rem}.footer-cta-section{padding:4rem 1.5rem 3rem}.footer-cta-card{padding:3rem 2rem}.footer-cta-heading{font-size:1.75rem}.footer-cta-description{font-size:.95rem}.footer-cta-btn{width:100%}.footer{padding:3rem 1.5rem 2rem}.footer-main{grid-template-columns:1fr;gap:3rem}.footer-brand-description{max-width:100%}.footer-links-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-legal{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:480px){.hero-title .hero-title-line1,.hero-title .gradient-text{white-space:normal}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.9rem}.section-badge{font-size:.65rem;padding:.4rem .9rem}.platform-title,.solutions-title,.features-title,.how-title,.testimonials-title{font-size:1.75rem}.sol-tab{min-width:100px;padding:.85rem 1rem}.sol-tab-label{font-size:.75rem}.pricing-card-title{font-size:1.25rem}.testimonial-quote-large{font-size:.95rem}.footer-cta-heading{font-size:1.5rem}*{word-wrap:break-word;overflow-wrap:break-word}}@media print{.navbar,.mobile-menu,.floating-particles,.hero-grid,.cta-section,button{display:none!important}body{background:#fff!important;color:#000!important}section{page-break-inside:avoid;padding:1rem!important}h1,h2,h3{page-break-after:avoid;color:#000!important}a{text-decoration:underline;color:#000!important}a[href]:after{content:" (" attr(href) ")";font-size:.8em}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#050508d9;backdrop-filter:blur(12px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.modal-open{opacity:1!important;pointer-events:all!important}.modal-container{position:relative;background:#0e0f17f2;border:1px solid var(--border-2);border-radius:20px;width:100%;max-width:480px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d inset;transform:translateY(20px);transition:transform .4s cubic-bezier(.16,1,.3,1)}.modal-open .modal-container{transform:translateY(0)}.modal-close{position:absolute;top:1.5rem;right:1.5rem;width:32px;height:32px;border-radius:50%;background:#ffffff0d;color:var(--muted-2);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast);cursor:pointer}.modal-close:hover{background:#ffffff1a;color:#fff}.modal-header{margin-bottom:2rem;text-align:center}.modal-title{font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem}.modal-subtitle{color:var(--muted);font-size:.95rem;line-height:1.5}.modal-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:var(--muted-2);font-size:.85rem;font-weight:500;margin-left:.25rem}.form-group input{background:#ffffff08;border:1px solid var(--border);border-radius:12px;padding:.875rem 1rem;color:#fff;font-size:.95rem;font-family:Inter,sans-serif;transition:all var(--transition-fast)}.form-group input::placeholder{color:#fff3}.form-group input:focus{outline:none;border-color:#4f8ef780;background:#ffffff0d;box-shadow:0 0 0 4px #4f8ef71a}.modal-submit-btn{margin-top:.5rem;background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;border:none;padding:1rem 1.5rem;border-radius:12px;font-family:Inter,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all var(--transition-fast);box-shadow:0 4px 15px #4f8ef74d}.modal-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f8ef766}.modal-submit-btn svg{width:18px;height:18px;transition:transform var(--transition-fast)}.modal-submit-btn:hover svg{transform:translate(4px)}.modal-disclaimer{text-align:center;font-size:.75rem;color:var(--muted);margin-top:1rem}.modal-link{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.form-checkbox-group{display:flex;align-items:flex-start;gap:.75rem;margin-top:.5rem;padding:.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:8px}.form-checkbox-group input[type=checkbox]{appearance:auto;-webkit-appearance:checkbox;margin-top:.2rem;width:1rem;height:1rem;flex-shrink:0;accent-color:var(--blue);cursor:pointer}.checkbox-label{font-size:.75rem;color:var(--muted);line-height:1.5;cursor:pointer;user-select:none}.checkbox-label .modal-link{font-weight:500}@media(max-width:480px){.modal-container{padding:2rem 1.5rem}.modal-title{font-size:1.5rem}}.orchestration-container{max-width:1200px;margin:0 auto;padding:0 2rem}.orch-header{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:48px;animation:fadeUp .7s ease both}.orch-badge{display:inline-flex;align-items:center;gap:6px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:100px;padding:5px 14px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff9}.orch-badge-dot{width:6px;height:6px;border-radius:50%;background:#4f8ef7;box-shadow:0 0 6px #4f8ef7;animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.orch-title{font-family:Space Grotesk,sans-serif;font-size:clamp(22px,3.5vw,40px);font-weight:700;letter-spacing:-.03em;text-align:center;line-height:1.15;color:#fff}.orch-title-gradient{background:linear-gradient(90deg,#4f8ef7,#7b6ef6,#4f8ef7);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer-text 4s linear infinite}@keyframes shimmer-text{0%{background-position:0% center}to{background-position:200% center}}@keyframes shimmerLine{0%,to{opacity:.5}50%{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.orch-diagram-wrapper{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:32px 28px 28px;width:100%;max-width:1060px;position:relative;overflow:hidden;margin:0 auto;animation:fadeUp .8s .15s ease both;box-shadow:0 0 0 1px #ffffff0a inset}.orch-diagram-wrapper:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(100,140,255,.4),transparent);pointer-events:none}.orch-svg-overlay{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden;border-radius:24px}.orch-flow-line{fill:none;stroke-width:1.2;stroke-dasharray:5 5;animation:dash-flow 2.2s linear infinite}@keyframes dash-flow{0%{stroke-dashoffset:20}to{stroke-dashoffset:0}}.orch-top-row{display:grid;grid-template-columns:210px 1fr 230px;gap:16px;position:relative;z-index:1;align-items:center}.orch-panel{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:20px 18px;transition:border-color .3s,box-shadow .3s;animation:fadeUp .7s ease both;display:flex;flex-direction:column}.orch-panel:hover{border-color:#4f8ef740;box-shadow:0 0 24px #4f8ef70f}.orch-panel-title{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:16px}.orch-channel-list{display:flex;flex-direction:column;gap:10px}.orch-channel-item{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500;color:#fffc;padding:7px 8px;border-radius:10px;transition:background .2s;cursor:default}.orch-channel-item:hover{background:#ffffff0a}.orch-ch-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.orch-center-col{display:flex;flex-direction:column;align-items:center}.orch-platform-box{background:#09090f;border:1px solid rgba(79,142,247,.5);border-radius:20px;padding:28px 24px;width:100%;max-width:380px;position:relative;animation:fadeUp .7s .1s ease both,platformGlowStrong 3s ease-in-out infinite;box-shadow:0 0 60px #4f8ef766,0 0 100px #7c5cfc40,0 0 140px #4f8ef71f,0 4px 30px #4f8ef74d,inset 0 0 40px #4f8ef714}.orch-platform-box:before{content:"";position:absolute;inset:0;border-radius:inherit;background:#ffffff0a;pointer-events:none;z-index:-1}@keyframes platformGlowStrong{0%,to{box-shadow:0 0 60px #4f8ef766,0 0 100px #7c5cfc40,0 0 140px #4f8ef71f,0 4px 30px #4f8ef74d,inset 0 0 40px #4f8ef714;border-color:#4f8ef780}50%{box-shadow:0 0 80px #4f8ef799,0 0 120px #7c5cfc59,0 0 160px #4f8ef726,0 8px 40px #4f8ef766,inset 0 0 60px #4f8ef71f;border-color:#4f8ef7b3}}.orch-platform-box:before{content:"";position:absolute;top:0;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,rgba(100,140,255,.9),transparent);animation:shimmerLine 2s ease-in-out infinite;box-shadow:0 0 10px #4f8ef799}.orch-platform-header{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:16px;padding:12px 16px;background:#4f8ef714;border-radius:12px;border:1px solid rgba(79,142,247,.3);box-shadow:0 0 30px #4f8ef766,0 0 50px #7c5cfc40,inset 0 0 30px #4f8ef71a;animation:headerGlow 3s ease-in-out infinite}@keyframes headerGlow{0%,to{box-shadow:0 0 30px #4f8ef766,0 0 50px #7c5cfc40,inset 0 0 30px #4f8ef71a;border-color:#4f8ef74d}50%{box-shadow:0 0 50px #4f8ef799,0 0 80px #7c5cfc66,inset 0 0 50px #4f8ef726;border-color:#4f8ef780}}.orch-platform-logo{width:28px;height:28px;animation:spin-slow 10s linear infinite}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orch-platform-label{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;text-shadow:0 0 10px rgba(79,142,247,.5)}.orch-module{background:linear-gradient(135deg,#1a1540,#221a60 45%,#2a1550);border-radius:12px;padding:13px 15px;margin-bottom:8px;display:flex;align-items:center;gap:12px;text-align:left;position:relative;overflow:hidden;cursor:default;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 6px #4f46e514,inset 0 0 10px #4f8ef705}.orch-module:last-child{margin-bottom:0}.orch-module:hover{transform:translateY(-1px);box-shadow:0 4px 10px #4f46e526,inset 0 0 15px #4f8ef708}.orch-module:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.04) 0%,transparent 50%);border-radius:12px}.orch-module:after{content:"";position:absolute;top:0;left:-80%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.03),transparent);animation:sweep 3.5s ease-in-out infinite}@keyframes sweep{0%{left:-80%}60%{left:130%}to{left:130%}}.orch-mod-icon{width:34px;height:34px;background:#ffffff14;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.orch-mod-text{position:relative;z-index:1}.orch-mod-name{font-size:13px;font-weight:600;color:#ffffffd9;line-height:1.3}.orch-mod-sub{font-size:10px;color:#fff6;margin-top:1px}.orch-section-sub{display:flex;align-items:center;justify-content:center;width:100%;gap:8px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff59;margin-bottom:14px}.orch-sys-list{display:flex;flex-direction:column;gap:8px;justify-content:center;flex:1}.orch-sys-item{display:flex;align-items:center;gap:11px;font-size:13px;font-weight:500;color:#ffffffc7;padding:7px 8px;border-radius:10px;transition:background .2s;cursor:default}.orch-sys-item:hover{background:#ffffff0a}.orch-sys-icon{width:32px;height:32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.orch-bottom-row{display:flex;justify-content:center;margin-top:56px;position:relative;z-index:1}.orch-knowledge-panel{background:#09090f;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:22px 26px;width:100%;max-width:640px;position:relative;animation:fadeUp .7s .2s ease both;transition:border-color .3s}.orch-knowledge-panel:before{content:"";position:absolute;inset:0;border-radius:inherit;background:#ffffff08;pointer-events:none;z-index:-1}.orch-knowledge-panel:hover{border-color:#4f8ef733}.orch-knowledge-inner{display:flex;gap:28px;align-items:center;justify-content:center}.orch-know-left{flex:0 0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.orch-know-left .orch-panel-title{text-align:center}.orch-know-list{display:flex;flex-direction:column;gap:10px;flex:1;justify-content:center;align-items:flex-start}.orch-bottom-divider{width:1px;height:120px;background:#ffffff12;flex-shrink:0}.orch-know-right{display:flex;align-items:center;justify-content:center;flex:0 0 auto}.orch-avatar-group{display:flex;gap:18px;flex-wrap:wrap;justify-content:center}.orch-avatar-item{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:default}.orch-avatar-ring{width:62px;height:62px;border-radius:50%;padding:2px;background:linear-gradient(135deg,#4f8ef7,#7b6ef6,#4f8ef7);background-size:200% auto;animation:ring-shimmer 3s linear infinite;transition:transform .25s}.orch-avatar-item:nth-child(2) .orch-avatar-ring{animation-delay:.6s}.orch-avatar-item:nth-child(3) .orch-avatar-ring{animation-delay:1.2s}.orch-avatar-item:nth-child(4) .orch-avatar-ring{animation-delay:1.8s}@keyframes ring-shimmer{0%{background-position:0% center;box-shadow:0 0 10px #4f8ef74d}50%{background-position:100% center;box-shadow:0 0 18px #7b6ef680}to{background-position:200% center;box-shadow:0 0 10px #4f8ef74d}}.orch-avatar-ring:hover{transform:scale(1.08)}.orch-avatar-inner{width:100%;height:100%;border-radius:50%;overflow:hidden;background:#0a0a14}.orch-avatar-inner svg{width:100%;height:100%;display:block}.orch-avatar-label{font-size:11px;color:#fff6;text-align:center;line-height:1.35;font-weight:500}@media(max-width:1024px){.orch-top-row{grid-template-columns:180px 1fr 200px;gap:14px}}@media(max-width:820px){.orchestration-section{padding:4rem 1.5rem}.orch-diagram-wrapper{padding:24px 20px}.orch-top-row{grid-template-columns:1fr;gap:20px}.orch-svg-overlay{display:none}.orch-platform-box{max-width:100%}.orch-knowledge-inner{flex-direction:column;gap:20px}.orch-bottom-divider{width:100%;height:1px}}@media(max-width:600px){.orchestration-section{padding:3rem 1rem}.orch-title{font-size:20px}.orch-diagram-wrapper{padding:16px 12px;border-radius:18px}.orch-panel{padding:14px 12px;border-radius:14px}.orch-platform-box{padding:16px 14px}.orch-knowledge-panel{padding:16px 14px;max-width:100%}.orch-module{padding:11px 12px}.orch-mod-name{font-size:12px}.orch-channel-item,.orch-sys-item{font-size:13px}.orch-avatar-ring{width:54px;height:54px}.orch-avatar-group{gap:14px}.orch-avatar-label{font-size:10px}}@media(max-width:400px){.orch-title{font-size:17px}.orch-avatar-ring{width:46px;height:46px}.orch-avatar-group{gap:10px}}
