@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";:root{--bg-color:#050b14;--nav-text:#a0aec0;--nav-text-hover:#fff;--btn-radius:8px;--cyan:#00c3ff;--cyan-hover:#00a1d6;--dark-btn-bg:#1a1b1f;--dark-btn-border:#2d3139}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:#fff;min-height:100vh;font-family:Montserrat,sans-serif;overflow-x:hidden}.header{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;background:#050b141a;border-bottom:1px solid #ffffff1a;width:100%;padding:42px 40px;position:fixed;top:0;left:0}.header-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.logo-container{align-items:center;display:flex}.logo{object-fit:contain;width:auto;height:54px}.header-right{align-items:center;gap:40px;display:flex}.nav-links{align-items:center;gap:32px;display:flex}.nav-item{color:var(--nav-text);align-items:center;gap:6px;font-size:11px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.nav-item:hover,.nav-item.active{color:var(--cyan)}.chevron{opacity:.7}.nav-item:hover .chevron{opacity:1}.action-buttons{align-items:center;gap:12px;display:flex}.btn{cursor:pointer;border-radius:4px;padding:8px 18px;font-family:inherit;font-size:11px;font-weight:500;transition:all .2s}.btn-login{color:#fff;background:0 0;border:1px solid #fff3}.btn-login:hover{background:#ffffff0d;border-color:#fff6}.btn-demo{color:#fff;background:#1b1c1e;border:1px solid #1b1c1e}.btn-demo:hover{background:#23252a}.btn-signup{background:var(--cyan);color:#000;border:none;font-weight:600}.btn-signup:hover{background:var(--cyan-hover);transform:translateY(-1px)}.background-video{object-fit:cover;z-index:-1;filter:brightness(.6);width:100vw;height:100vh;position:fixed;top:0;left:0}.app-content{z-index:1;position:relative}.main-content{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding-top:80px;display:flex}.hero-section{flex-direction:column;align-items:center;width:100%;max-width:840px;margin-top:300px;padding:0 20px;display:flex}.hero-title{text-align:center;letter-spacing:-.5px;margin-bottom:32px;font-size:32px;font-weight:500}.prompt-container{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff17;border:1px solid #ffffff26;border-radius:20px;flex-direction:column;gap:24px;width:100%;padding:20px 24px;display:flex}.prompt-input{color:#fff;resize:none;background:0 0;border:none;outline:none;width:100%;height:80px;font-family:inherit;font-size:13px;line-height:1.5}.prompt-input::placeholder{color:#9ca3af}.prompt-actions{justify-content:space-between;align-items:center;display:flex}.action-left,.action-right{align-items:center;gap:12px;display:flex}.icon-btn{color:#a0aec0;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.icon-btn:hover{color:#fff;background:#ffffff1a}.dropdown-btn{color:#a0aec0;cursor:pointer;letter-spacing:.5px;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:12px;transition:all .2s;display:flex}.dropdown-btn:hover{color:#fff;background:#ffffff1a}.submit-btn{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:16px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.submit-btn:hover{background:#ffffff26}.trusted-section{background:#000;flex-direction:column;align-items:center;width:100%;margin-top:100px;padding:40px 0;display:flex;overflow:hidden}.trusted-title{color:#a0aec0;text-align:center;margin-bottom:32px;font-size:13px}.marquee-container{width:100%;display:flex;position:relative;overflow:hidden}.marquee-content{white-space:nowrap;align-items:center;width:max-content;animation:40s linear infinite scroll;display:flex}.marquee-item{color:#a0aec0;opacity:.8;padding:0 40px;font-size:20px;font-weight:700;transition:opacity .3s}.marquee-item:hover{opacity:1}.marquee-separator{background-color:#ffffff26;width:1px;height:24px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.solid-bg-extension{background:#000;flex-grow:1;width:100%;min-height:10vh}.features-section{z-index:10;background:#000;flex-direction:column;align-items:center;width:100%;padding:80px 20px;display:flex;position:relative}.features-header{text-align:center;margin-bottom:80px}.features-header h2{margin-bottom:16px;font-size:28px;font-weight:600}.features-header p{color:#6b7280;font-size:15px}.features-content{justify-content:space-between;align-items:center;gap:60px;width:100%;max-width:1200px;display:flex}.features-cards{flex:1;min-width:820px;height:600px;position:relative}.feature-card{cursor:pointer;background:linear-gradient(145deg,#22252d 0%,#17191e 100%);border:1px solid #ffffff0d;border-radius:24px;width:420px;padding:40px 32px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute}.background-card{z-index:1;opacity:.5;top:5px;left:340px;transform:scale(.95)}.active-card{z-index:2;background:linear-gradient(145deg,#2d323d 0%,#1a1d24 100%);border:1px solid #ffffff14;top:0;left:0;box-shadow:0 30px 60px #0009}.feature-card.hovered-active{z-index:3;opacity:1;background:linear-gradient(145deg,#323845 0%,#1e222a 100%);border:1px solid #ffffff1f;transform:scale(1.02);box-shadow:0 40px 80px #000c}.feature-card.hovered-dim{z-index:1;opacity:.25;box-shadow:none;background:linear-gradient(145deg,#1c1e24 0%,#111317 100%);border:1px solid #ffffff08;transform:scale(.92)}.hovered-active .card-tab,.hovered-active .card-btn{color:#fff;background:#00c3ff}.hovered-dim .card-tab{color:#a0aec0;background:#2a2e37}.hovered-dim .card-btn{color:#6b7280;background:#2a2e37}.card-tab{color:#a0aec0;background:#2a2e37;border-radius:20px;padding:8px 24px;font-size:13px;font-weight:600;display:inline-block;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.active-tab{color:#fff;background:#00c3ff}.card-tab,.card-btn{transition:all .3s}.card-desc{color:#9ca3af;margin-top:10px;margin-bottom:30px;font-size:14px;line-height:1.6}.card-desc strong{color:#fff;font-weight:600}.card-diagram{flex-direction:column;gap:36px;margin-bottom:30px;display:flex;position:relative}.diagram-row{width:100%;display:flex}.diagram-row.start{justify-content:flex-start}.diagram-row.end{justify-content:flex-end}.diagram-node{color:#fff;z-index:2;background:#22252c;border:1px solid #ffffff0d;border-radius:20px;align-items:center;gap:10px;width:max-content;padding:10px 16px;font-size:13px;font-weight:500;display:flex;position:relative}.diagram-node.dark{background:#1a1d22}.diagram-node.tool-node{border-radius:12px;flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.tool-node-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:10px;width:100%;padding-bottom:12px;display:flex}.tool-node-body{width:100%}.badge{color:#9ca3af;background:#ffffff1a;border-radius:12px;margin-left:8px;padding:4px 8px;font-size:10px}.badge.blue-bg{color:#00c3ff;background:#00c3ff1a}.icon{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:14px;display:flex}.icon-green{color:#0f8;background:#00ff881a}.icon-blue{color:#00c3ff;background:#00c3ff1a}.icon-yellow{color:#fc0;background:#ffcc001a}.diagram-line-svg{z-index:1;width:100%;height:0;position:absolute}.card-subtext{color:#6b7280;margin-bottom:30px;font-size:11px;font-style:italic;line-height:1.6}.card-actions{justify-content:center;display:flex}.card-btn{color:#6b7280;cursor:pointer;background:#2a2e37;border:none;border-radius:20px;margin:0 auto;padding:10px 40px;font-size:13px;font-weight:500;transition:all .2s;display:block}.active-btn{color:#fff;background:#00c3ff}.active-btn:hover{background:#00a1d6}.features-image{flex:1.2;justify-content:center;align-items:center;display:flex;position:relative}.features-image img{object-fit:contain;filter:drop-shadow(0 0 80px #00c3ff26);width:155%;max-width:none;height:auto}@media (width<=900px){.features-content{flex-direction:column}.features-cards{width:100%;min-width:unset}}.capabilities-section{z-index:10;background:#000;width:100%;padding:80px 20px;position:relative}.capabilities-container{max-width:1200px;margin:0 auto;display:flex}.capability-col{border-right:1px solid #ffffff26;flex-direction:column;flex:1;padding:0 40px;display:flex}.capability-col:last-child{border-right:none}.capability-mockup{flex-direction:column;flex:1;min-height:400px;margin-bottom:30px;display:flex;position:relative}.capability-footer{color:#fff;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.lang-header{background:#1a1c23;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 20px;display:flex}.lang-title{color:#fff;font-size:13px;font-weight:600}.audio-player{color:#a0aec0;align-items:center;gap:10px;display:flex}.audio-player .time{font-size:11px}.progress-bar{background:#ffffff1a;border-radius:2px;width:60px;height:2px}.lang-list{height:350px;padding:0 15px;position:relative;overflow:hidden}.lang-scroll-track{flex-direction:column;gap:20px;animation:8s linear infinite scrollUp;display:flex}.lang-item{color:#fff;font-size:15px;font-weight:600}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(calc(-50% - 8px))}}.fade-overlay{background:linear-gradient(#0000 0%,#000 100%);width:100%;height:150px;position:absolute;bottom:0;left:0}.action-stack{height:100%;padding-top:20px;position:relative}.action-card{color:#fff;transform-origin:top;cursor:pointer;background:#1a1c23;border:1px solid #ffffff0d;border-radius:16px;align-items:center;gap:14px;width:100%;padding:18px 24px;font-size:14px;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;overflow:hidden}.action-card.active-action{background:#22252c;flex-direction:column;align-items:flex-start;padding:24px;box-shadow:0 20px 40px #00000080}.card-front-header{align-items:center;gap:14px;margin-bottom:24px;display:flex}.msg-title{color:#6b7280;margin-bottom:8px;font-size:12px}.msg-content{color:#6b7280;font-size:13px;line-height:1.6}.cursor-blink{color:#a0aec0;margin-left:2px;font-weight:400;animation:1s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.var-badge{color:#9ca3af;background:#ffffff0d;border-radius:4px;padding:2px 6px}.msg-fade{opacity:.3}.mockup-integrations{flex-direction:column;justify-content:center;align-items:center;display:flex}.integration-bg-card{background:#15171c;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;align-items:center;width:90%;margin-bottom:-50px;padding:30px 20px;display:flex}.qb-logo{color:#fff;background:#2ca01c;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;font-size:18px;font-weight:700;display:flex}.qb-text{color:#6b7280;margin-bottom:24px;font-size:12px}.qb-footer{color:#6b7280;border-top:1px solid #ffffff0d;justify-content:space-between;width:100%;padding-top:12px;font-size:11px;display:flex}.prompt-card{z-index:2;background:#1a1c23;border:1px solid #ffffff14;border-radius:16px;width:100%;padding:20px;box-shadow:0 20px 40px #0009}.prompt-header{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.prompt-icon{background:linear-gradient(135deg,#ff9a9e 0%,#fecfef 99% 100%);border-radius:50%;flex-shrink:0;width:16px;height:16px}.prompt-text{color:#fff;font-size:13px;line-height:1.4}.prompt-typing{color:#6b7280;align-items:center;gap:12px;margin-bottom:40px;display:flex}.prompt-input-box{background:#15171c;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.input-placeholder{color:#6b7280;font-size:12px}.input-actions{align-items:center;gap:12px;display:flex}.action-icon.fade{color:#4b5563}.send-btn{color:#fff;background:#ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.flexible-section{z-index:10;background:#000;width:100%;padding:100px 20px 140px;position:relative;overflow:hidden}.flexible-header{text-align:center;margin-bottom:80px}.flexible-header h2{color:#fff;margin-bottom:16px;font-size:32px;font-weight:600}.flexible-header p{color:#6b7280;font-size:14px}.flexible-content{align-items:center;max-width:1200px;min-height:700px;margin:0 auto;display:flex;position:relative}.flexible-image{z-index:1;background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);border-radius:20px;width:65%;height:100%;position:absolute;top:0;right:-50px}.flexible-image img{object-fit:cover;opacity:.8;border-radius:20px;width:100%;height:100%}.image-fade-left{background:linear-gradient(90deg,#000 0%,#000c 30%,#0000 100%);width:300px;height:100%;position:absolute;top:0;left:0}.features-list-card{z-index:2;-webkit-backdrop-filter:blur(12px);background:#11141ad9;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;gap:45px;width:65%;padding:60px 50px;display:flex;position:relative;box-shadow:0 40px 80px #00000080}.feature-row{align-items:flex-start;gap:24px;display:flex}.feature-icon{justify-content:center;width:24px;margin-top:2px;display:flex}.feature-icon svg{width:20px;height:20px}.feature-text{flex:1;align-items:flex-start;gap:40px;display:flex}.feature-text h3{color:#e5e7eb;flex-shrink:0;width:200px;margin:0;font-size:16px;font-weight:500}.feature-text p{color:#9ca3af;flex:1;margin:0;font-size:14px;line-height:1.6}.analytics-section{z-index:10;background:#000;width:100%;padding:100px 20px;position:relative}.analytics-header{text-align:center;margin-bottom:60px}.analytics-header h2{color:#fff;margin-bottom:16px;font-size:32px;font-weight:600}.analytics-header p{color:#6b7280;font-size:14px}.analytics-container{background:#0a0a0a;border:1px solid #ffffff0d;border-radius:20px;max-width:1200px;margin:0 auto;overflow:hidden}.analytics-grid{display:flex}.analytics-col{flex-direction:column;flex:1;padding:60px 50px;display:flex}.analytics-col:first-child{border-right:1px solid #ffffff0d}.sentiment-mockup{flex-direction:column;flex:1;gap:50px;margin-bottom:50px;display:flex}.chat-bubble{background:#222;border:1px solid #ffffff0d;border-radius:16px;width:fit-content;max-width:80%;margin:0 auto;padding:24px 32px}.bubble-user{color:#6b7280;margin-bottom:8px;font-size:13px}.bubble-text{color:#fff;font-size:17px;line-height:1.5}.sentiment-bars{justify-content:center;gap:80px;height:350px;display:flex}.bar-group{flex-direction:column;align-items:center;gap:16px;display:flex}.bar-label{color:#9ca3af;font-size:14px}.bar-track{background:#1a1a1a;border:1px solid #ffffff0d;border-radius:16px;width:32px;height:100%;position:relative}.bar-fill{background:linear-gradient(#3b82f6 0%,#8b5a2b 100%);border-radius:16px;width:100%;position:absolute;bottom:0;left:0}@keyframes pulse-bar-1{0%,to{height:35%}50%{height:60%}}@keyframes pulse-percent-1{0%,to{bottom:35%}50%{bottom:60%}}.bar-fill-1{animation:4s ease-in-out infinite pulse-bar-1}.bar-percent-1{animation:4s ease-in-out infinite pulse-percent-1}@keyframes pulse-bar-2{0%,to{height:15%}50%{height:40%}}.bar-fill-2{animation:5s ease-in-out infinite pulse-bar-2}@keyframes pulse-bar-3{0%,to{height:85%}50%{height:65%}}.bar-fill-3{animation:6s ease-in-out infinite pulse-bar-3}.fill-high{background:linear-gradient(#00c3ff 0%,#3b82f6 50%,#8b5a2b 100%);box-shadow:0 0 20px #00c3ff4d}.bar-percent{color:#6b7280;font-size:10px;position:absolute;left:-30px;transform:translateY(50%)}.analytics-footer{flex-direction:column;gap:12px;display:flex}.footer-title{color:#e5e7eb;align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex}.footer-title svg{color:#9ca3af;width:18px;height:18px}.analytics-footer p{color:#6b7280;margin:0;font-size:14px;line-height:1.5}.chart-mockup{flex:1;justify-content:center;align-items:center;margin-bottom:40px;display:flex}.line-chart{width:100%;height:260px}@keyframes flow-line{to{stroke-dashoffset:-100px}}.dotted-wave{stroke-dasharray:5 5;animation:2s linear infinite flow-line}.enterprise-section{z-index:10;background:#000;width:100%;padding:120px 20px;position:relative;overflow:hidden}.enterprise-bg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.enterprise-bg img{object-fit:cover;opacity:.9;width:100%;height:100%}.enterprise-overlay{background:radial-gradient(circle,#0000001a 0%,#000000b3 70%,#000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.enterprise-content{z-index:2;max-width:1000px;margin:0 auto;position:relative}.enterprise-header{text-align:center;margin-bottom:80px}.enterprise-header h2{color:#fff;margin-bottom:16px;font-size:28px;font-weight:500}.enterprise-header p{color:#9ca3af;letter-spacing:.5px;font-size:13px}.enterprise-list{flex-direction:column;gap:50px;display:flex}.enterprise-row{align-items:center;gap:40px;display:flex}.ent-left{flex:0 0 42%;align-items:center;gap:40px;display:flex}.ent-icon{background-image:linear-gradient(#00000014 1px,#0000 1px),linear-gradient(90deg,#00000014 1px,#0000 1px);background-position:50%;background-size:12px 12px;border-radius:22px;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:44px;display:flex}.ent-icon svg{width:24px;height:24px}.ent-title{color:#f3f4f6;font-size:15px;font-weight:500}.ent-right{flex:1}.ent-right p{color:#e5e7eb;margin:0;font-size:13.5px;line-height:1.6}.community-section{z-index:10;background:#000;width:100%;padding:100px 20px;position:relative}.community-header{text-align:center;margin-bottom:60px}.community-header h2{color:#fff;margin-bottom:16px;font-size:32px;font-weight:600}.community-header p{color:#6b7280;font-size:14px}.community-grid{grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto;display:grid}.community-card{cursor:pointer;flex-direction:column;gap:16px;display:flex}.card-image-wrapper{aspect-ratio:16/10;border:1px solid #ffffff1a;border-radius:20px;width:100%;position:relative;overflow:hidden}.card-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.community-card:hover .card-image-wrapper img{transform:scale(1.05)}.community-badge{letter-spacing:.5px;text-transform:uppercase;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:600;display:flex;position:absolute}.community-badge svg{width:12px;height:12px}.badge-incoming{color:#fff;background:#3acbff;top:16px;left:16px}.badge-outgoing{color:#fff;background:#ff6a00;bottom:16px;right:16px}.card-footer{justify-content:space-between;align-items:center;padding:0 4px;display:flex}.card-footer h3{color:#e5e7eb;margin:0;font-size:15px;font-weight:500}.card-actions{gap:16px;display:flex}.card-actions button{color:#6b7280;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.card-actions button:hover{color:#fff}.card-actions svg{width:18px;height:18px}.omni-section{z-index:10;background:#06111f;width:100%;padding:100px 20px 40px;position:relative;overflow:hidden}.omni-header{text-align:center;max-width:800px;margin:0 auto 20px}.omni-header h2{color:#fff;margin-bottom:20px;font-size:32px;font-weight:600}.omni-header p{color:#9ca3af;font-size:15px;line-height:1.6}.omni-visual{justify-content:center;align-items:center;width:100%;height:560px;display:flex;position:relative}.omni-ring{border:1px solid #ffffff26;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ring-inner-1{border-color:#00c3ff66;width:144px;height:144px}.ring-inner-2{border-color:#00c3ff4d;width:152px;height:152px}.ring-inner-3{border-color:#00c3ff33;width:160px;height:160px}.ring-inner-4{border-color:#00c3ff1a;width:172px;height:172px}.ring-inner-5{border-color:#ffffff1a;width:184px;height:184px}.ring-inner-6{border-color:#ffffff0d;width:196px;height:196px}.ring-1{width:220px;height:220px}.ring-2{width:320px;height:320px}.ring-3{width:420px;height:420px}.ring-4{width:520px;height:520px}.omni-center{z-index:5;color:#fff;background:#00c3ff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;font-weight:600;animation:2s ease-in-out infinite alternate center-pulse;display:flex;position:absolute;top:50%;left:50%}@keyframes center-pulse{0%{opacity:.85;transform:translate(-50%,-50%)scale(.95);box-shadow:0 0 20px #00c3ff33,inset 0 0 10px #ffffff1a}to{opacity:1;transform:translate(-50%,-50%)scale(1.05);box-shadow:0 0 80px #00c3ffcc,inset 0 0 40px #fff9}}.omni-center svg{width:48px;height:48px;margin-bottom:8px}@keyframes voice-bar{0%{opacity:.5;transform:scaleY(.4)}to{opacity:1;transform:scaleY(1.1)}}.omni-center svg path{transform-origin:50%}.omni-center svg path:first-child{animation:.6s ease-in-out infinite alternate voice-bar}.omni-center svg path:nth-child(2){animation:.8s ease-in-out .2s infinite alternate voice-bar}.omni-center svg path:nth-child(3){animation:.5s ease-in-out .4s infinite alternate voice-bar}.omni-center svg path:nth-child(4){animation:.7s ease-in-out .1s infinite alternate voice-bar}.omni-center svg path:nth-child(5){animation:.6s ease-in-out .3s infinite alternate voice-bar}.omni-center span{color:#fff;font-size:16px;font-weight:600}.omni-orbit{border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-1{width:220px;height:220px;animation:20s linear infinite orbit-spin}.orbit-2{width:320px;height:320px;animation:28s linear infinite reverse orbit-spin}.orbit-3{width:420px;height:420px;animation:36s linear infinite orbit-spin}.orbit-4{width:520px;height:520px;animation:44s linear infinite reverse orbit-spin}@keyframes orbit-spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes orbit-counter{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes orbit-counter-rev{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.omni-node{color:#9ca3af;background:#11151c;border:1px solid #ffffff1a;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:52px;height:52px;margin-top:-26px;margin-left:-26px;display:flex;position:absolute;top:0;left:50%;box-shadow:0 4px 10px #00000080}.counter-1{animation:20s linear infinite orbit-counter}.counter-2{animation:28s linear infinite orbit-counter-rev}.counter-3{animation:36s linear infinite orbit-counter}.counter-4{animation:44s linear infinite orbit-counter-rev}.omni-node svg{color:#fff;width:18px;height:18px;margin-bottom:2px}.omni-node span{font-size:10px}.footer-wrapper{background:#06111f;width:100%}.footer-section{color:#fff;z-index:10;background:linear-gradient(#02050a 0%,#06111f 100%);border-top:1px solid #ffffff0d;border-top-left-radius:40px;border-top-right-radius:40px;width:100%;padding:80px 40px;position:relative}.footer-container{justify-content:space-between;gap:80px;max-width:1400px;margin:0 auto;display:flex}.footer-left{flex:0 0 35%;max-width:400px}.footer-logo{align-items:center;margin-bottom:40px;font-size:24px;font-weight:700;display:flex}.footer-newsletter h4{letter-spacing:1px;color:#fff;margin-bottom:15px;font-size:11px;font-weight:600}.footer-about p{color:#9ca3af;margin:0;font-size:13px;line-height:1.6}.footer-backed{color:#4b5563;margin-top:60px;font-size:14px;font-weight:600}.footer-right{flex:1}.footer-links-grid{grid-template-columns:repeat(4,1fr);gap:60px 40px;display:grid}.footer-column h4{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;font-size:12px;font-weight:600}.footer-column ul{margin:0;padding:0;list-style:none}.footer-column ul li{margin-bottom:12px}.footer-column ul li a{color:#9ca3af;font-size:13px;text-decoration:none;transition:color .2s}.footer-column ul li a:hover{color:#fff}@media (width<=1024px){.header{padding:24px 20px}.hero-section{margin-top:200px}.hero-title{font-size:28px}.footer-links-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.header-container{flex-direction:column;gap:20px}.header-right{flex-wrap:wrap;justify-content:center;gap:20px}.nav-links{flex-wrap:wrap;justify-content:center;gap:16px}.hero-section{margin-top:150px}.hero-title{font-size:24px}.prompt-container{flex-direction:column;padding:10px}.prompt-container input{width:100%;margin-bottom:10px}.prompt-container .btn-signup{justify-content:center;width:100%}.features-grid,.features-grid-3,.features-grid-2,.grid{grid-template-columns:1fr}.footer-container{flex-direction:column;gap:40px}}@media (width<=480px){.header{padding:16px 10px}.nav-links{display:none}.hero-title{font-size:20px;line-height:1.4}.hero-section{margin-top:120px}.action-buttons{flex-wrap:wrap;justify-content:center}.footer-links-grid{grid-template-columns:1fr}}@media (width<=1024px){.features-content{flex-direction:column;gap:40px}.features-cards{flex-direction:column;align-items:center;gap:30px;min-width:100%;height:auto;display:flex}.feature-card{width:100%;max-width:500px;position:relative}.background-card,.active-card{top:0;left:0;transform:none!important}.feature-card.hovered-active,.feature-card.hovered-dim{transform:none!important}}@media (width<=768px){.features-section,.capabilities-section,.flexible-section,.enterprise-section,.analytics-section{padding:40px 15px}.features-header h2{font-size:24px;line-height:1.3}.feature-card{padding:24px 16px}.diagram-line-svg{display:none}}@media (width<=480px){.hero-title{font-size:22px}}.hamburger{cursor:pointer;z-index:100;display:none}.hamburger .bar{background-color:#fff;border-radius:3px;width:25px;height:3px;margin:5px auto;transition:all .3s ease-in-out;display:block}body,html{max-width:100vw;overflow-x:hidden}@media (width<=768px){.marquee-container,.features-content,.capabilities-container,.analytics-container,.enterprise-content{box-sizing:border-box;width:100%;max-width:100vw;overflow:hidden}}@media (width<=1024px){.hamburger{display:block}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.header-right{text-align:center;z-index:90;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:#050b14fa;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;height:calc(100vh - 70px);padding:30px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:70px;left:-100%}.header-right.mobile-active{left:0}.nav-links{flex-direction:column;width:100%;margin-bottom:30px;display:flex!important}.nav-item{margin:15px 0;font-size:18px}.action-buttons{flex-direction:column;width:100%;max-width:300px}.action-buttons .btn{width:100%;margin-bottom:15px;padding:15px;font-size:16px}.header-container{flex-direction:row!important;justify-content:space-between!important}.capabilities-mockup,.mockup-multilingual,.mockup-actions,.mockup-integrations,.feature-card{box-sizing:border-box;width:100%!important;min-width:0!important;max-width:100vw!important}.features-cards{width:100%!important;min-width:0!important;max-width:100vw!important}.card-diagram{gap:15px!important}.flexible-content{flex-direction:column;align-items:center}.flexible-image{width:100%;max-width:600px;margin-bottom:30px}.enterprise-list{flex-direction:column;gap:20px;display:flex}.analytics-grid{flex-direction:column;gap:40px;display:flex}.analytics-col{width:100%!important}.community-grid{gap:20px;display:grid;grid-template-columns:repeat(2,1fr)!important}.omni-visual{transform-origin:50%;margin:-50px 0;transform:scale(.8)}}@media (width<=768px){.features-list-card{flex-direction:column;gap:20px;display:flex}.enterprise-row{flex-direction:column;align-items:flex-start;gap:10px}.ent-left{min-width:100%;margin-bottom:5px}.community-grid{grid-template-columns:1fr!important}.omni-visual{margin:-150px 0;transform:scale(.5)}.omni-section{padding-bottom:0;overflow:hidden}.flexible-section,.enterprise-section,.analytics-section,.community-section,.omni-section{box-sizing:border-box;width:100vw;padding-left:20px;padding-right:20px;overflow-x:hidden}}@media (width<=480px){.omni-visual{margin:-200px 0;transform:scale(.4)}}@media (width<=1024px){.flexible-content{flex-direction:column!important;min-height:auto!important;padding:20px 0!important;display:flex!important}.flexible-image{width:100%!important;height:auto!important;min-height:200px!important;margin-bottom:30px!important;position:relative!important;top:0!important;right:0!important}.flexible-image img{object-fit:cover!important;width:100%!important;height:auto!important;position:relative!important}.features-list-card{gap:30px!important;width:100%!important;padding:30px 20px!important;position:relative!important}.feature-row{flex-direction:row!important;justify-content:flex-start!important;align-items:flex-start!important;width:100%!important;display:flex!important}}@media (width<=768px){.feature-row{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:15px!important}.enterprise-row{text-align:center!important;flex-direction:column!important;align-items:center!important}.ent-left{flex-direction:column!important;justify-content:center!important;align-items:center!important;display:flex!important}.ent-icon{margin-bottom:15px!important}.feature-text{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:10px!important}.feature-text h3{width:100%;margin-bottom:5px}.feature-text p{width:100%;margin:0}.capabilities-container{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:15px;margin-left:-20px;flex-direction:row!important;width:100vw!important;padding-bottom:25px!important;padding-left:20px!important;padding-right:20px!important;display:flex!important;overflow-x:auto!important}.capabilities-container::-webkit-scrollbar{display:none}.capability-col{scroll-snap-align:center;flex-direction:column;display:flex;border-right:none!important;flex:none!important;min-width:85vw!important;max-width:85vw!important;padding:0 10px!important}}@media (width<=1024px) and (width>=769px){.feature-text{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}}@media (width<=768px){.community-grid{grid-template-columns:repeat(2,1fr)!important;gap:15px!important}.card-footer h3{font-size:14px!important}.community-badge{padding:3px 6px!important;font-size:8px!important}}@media (width<=480px){.community-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.card-footer h3{font-size:12px!important}}@media (width<=768px){.footer-links-grid{grid-template-columns:repeat(2,1fr)!important;gap:40px 30px!important;width:100%!important;display:grid!important}}@media (width<=480px){.footer-links-grid{grid-template-columns:repeat(2,1fr)!important;gap:30px 20px!important}}@media (width<=768px){.diagram-line-svg{display:block!important;position:relative!important}.features-cards{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin-left:-20px;flex-direction:row!important;gap:20px!important;width:100vw!important;height:auto!important;min-height:auto!important;padding-bottom:20px!important;padding-left:20px!important;padding-right:40px!important;display:flex!important;overflow-x:auto!important}.features-cards::-webkit-scrollbar{display:none}.feature-card{scroll-snap-align:center;opacity:1!important;flex:none!important;min-width:85vw!important;max-width:85vw!important;margin-bottom:0!important;position:relative!important;top:0!important;left:0!important;transform:none!important}.feature-card.background-card,.feature-card.active-card,.hovered-dim{opacity:1!important;transform:none!important;box-shadow:0 10px 30px #0006!important}.card-tab{margin-top:-10px!important;margin-bottom:20px!important;display:inline-block!important;position:relative!important;top:0!important;left:50%!important;transform:translate(-50%)!important}.features-cards{padding-top:10px!important}.diagram-line-svg{justify-content:center!important;align-items:center!important;height:40px!important;margin:10px 0!important;display:flex!important;position:relative!important}.diagram-line-svg svg{margin-left:-20px!important;position:relative!important;top:auto!important;left:auto!important}.diagram-row{justify-content:center!important}.diagram-line-svg svg{display:none!important}.diagram-line-svg{height:30px!important;margin:5px 0!important;display:block!important;position:relative!important}.diagram-line-svg:before{content:"";border-left:1.5px dashed #ffffff4d;position:absolute;top:0;bottom:5px;left:50%;transform:translate(-50%)}.diagram-line-svg:after{content:"▼";color:#ffffff4d;font-size:10px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.feature-card{height:auto!important;padding:20px!important}.card-desc{margin-bottom:20px!important;font-size:13px!important}.card-subtext{margin-top:20px!important;margin-bottom:20px!important;font-size:12px!important;line-height:1.4!important}.diagram-node{padding:10px 15px!important;font-size:14px!important}.tool-node-body{padding:10px!important}.badge{padding:2px 6px!important;font-size:10px!important}.analytics-col:last-child,.analytics-col:nth-child(2){opacity:0!important;visibility:hidden!important;width:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}}.newsletter-form{background:#fff;border-radius:8px;margin-bottom:40px;padding:4px;display:flex;overflow:hidden}.newsletter-form input{color:#333;border:none;outline:none;flex:1;padding:12px 16px;font-size:14px}.newsletter-form button{color:#fff;cursor:pointer;background:#00c3ff;border:none;border-radius:6px;padding:0 20px;font-size:13px;font-weight:600;transition:all .2s}.newsletter-form button:hover{background:#00a1d6}@media (width<=768px){.newsletter-form{flex-direction:row!important;align-items:stretch!important;gap:0!important;width:100%!important;padding:4px!important;display:flex!important}.newsletter-form input{flex:1!important;width:100%!important}.newsletter-form button{width:auto!important;height:auto!important;padding:0 20px!important}}
