@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/assets/space-grotesk-vietnamese-D0rl6rjA.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/assets/space-grotesk-latin-ext-D9tNdqV9.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/assets/space-grotesk-latin-BhU9QXUp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg-primary:#04070b;--bg-secondary:#080e15;--bg-card:#0d1520;--bg-card-hover:#111d2e;--bg-elevated:#0a1628;--text-primary:#f2f7fb;--text-secondary:#9fb0c0;--text-muted:#5c7a8f;--accent-blue:#7dd3fc;--accent-blue-dim:#7dd3fc26;--accent-blue-glow:#7dd3fc0f;--accent-green:#34d399;--accent-purple:#a78bfa;--accent-red:#f87171;--border-subtle:#7dd3fc14;--border-card:#7dd3fc1f;--border-active:#7dd3fc59;--gradient-hero:radial-gradient(ellipse 80% 60% at 50% -20%, #7dd3fc1f 0%, transparent 70%);--gradient-section:radial-gradient(ellipse 60% 40% at 50% 100%, #7dd3fc0d 0%, transparent 70%);--font-heading:"Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--section-padding:120px;--section-padding-mobile:64px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:14.5px}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}#root{width:100%;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.heading-display{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(3rem,7vw,5.5rem);font-weight:700;line-height:1.05}.navbar-container{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#04070bb8;border-bottom:1px solid #7dd3fc14;justify-content:space-between;align-items:center;padding:14px 40px;display:flex;position:sticky;top:0}@media (width<=900px){.navbar-container{padding:12px 18px}.nav-desktop-links,.nav-desktop-cta,.hide-on-mobile{display:none!important}.heading-display{font-size:46px;line-height:1.02}}.heading-1{font-family:var(--font-heading);letter-spacing:-.025em;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1}.heading-2{font-family:var(--font-heading);letter-spacing:-.02em;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.15}.heading-3{font-family:var(--font-heading);letter-spacing:-.015em;font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:600;line-height:1.25}.text-accent{color:var(--accent-blue)}.text-muted{color:var(--text-secondary)}.label-tag{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--accent-blue);font-size:.75rem;font-weight:600}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:var(--section-padding) 0}.btn{font-family:var(--font-body);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;border-radius:13px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--accent-blue);color:#0d1520;border:1.5px solid var(--accent-blue);box-shadow:0 0 20px color-mix(in oklab, var(--accent-blue) 42%, transparent)}.btn-primary:hover{box-shadow:0 0 32px color-mix(in oklab, var(--accent-blue) 35%, transparent);background:#a5e3fd;border-color:#a5e3fd;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-ghost{color:var(--text-primary);border:1.5px solid var(--border-card);background:0 0}.btn-ghost:hover{border-color:var(--accent-blue);color:var(--accent-blue);background:var(--accent-blue-glow)}.btn-lg{padding:16px 32px;font-size:1rem}.card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);transition:all var(--transition-base)}.card:hover{border-color:var(--border-active);background:var(--bg-card-hover)}.section-label{align-items:center;gap:8px;margin-bottom:20px;display:inline-flex}.section-label:before{content:"";background:var(--accent-blue);border-radius:50%;width:4px;height:4px;display:block}.gradient-line{background:linear-gradient(90deg, transparent, var(--border-card), transparent);width:100%;height:1px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 11px))}}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-fade-up{animation:.6s both fadeUp}.animate-fade-up-delay-1{animation:.6s .1s both fadeUp}.animate-fade-up-delay-2{animation:.6s .2s both fadeUp}.animate-fade-up-delay-3{animation:.6s .3s both fadeUp}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-4{gap:16px}.gap-8{gap:32px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.relative{position:relative}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-card);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent-blue-dim)}@media (width<=768px){.section{padding:var(--section-padding-mobile) 0}.container{padding:0 16px}}.hero{padding:96px 40px 80px;position:relative;overflow:hidden}.hero__bg-glow{pointer-events:none;z-index:0;background:radial-gradient(#7dd3fc1a 0%,#0000 70%);width:900px;height:600px;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.hero__circuits{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.hero__circuits svg{width:100%;height:100%}.hero-demo-grid{grid-template-columns:minmax(0,1fr) 380px;display:grid}@media (width<=900px){.hero-demo-grid{grid-template-columns:1fr}}.hero__content{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex;position:relative}.hero__badge{background:var(--accent-blue-dim);border:1px solid var(--border-active);border-radius:var(--radius-full);letter-spacing:.1em;color:var(--accent-blue);text-transform:uppercase;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px;font-size:.75rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:var(--accent-green);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}.hero__headline{margin-bottom:24px;line-height:1.05}.hero__headline-live{display:inline-block;position:relative}.hero__headline-live:after{content:"";background:var(--accent-blue);opacity:.6;border-radius:2px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.hero__subheadline{color:var(--text-secondary);max-width:580px;margin-bottom:20px;font-size:clamp(1rem,2.5vw,1.1875rem);line-height:1.65}@media (width<=900px){.hero{padding:44px 18px 52px}.hero__subheadline{font-size:16px;line-height:1.55}}.hero__badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:36px;display:flex}.hero__trust-badge{color:var(--text-muted);font-size:.8125rem;font-weight:500}.hero__trust-sep{color:var(--text-muted);opacity:.4}.hero__actions{align-items:center;gap:14px;margin-bottom:64px;display:flex}.hero__demo{text-align:left;grid-template-columns:280px 1fr;gap:16px;width:100%;max-width:900px;margin-bottom:48px;display:grid}.demo-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);overflow:hidden}.demo-video-panel{flex-direction:column;display:flex}.demo-video-header{border-bottom:1px solid var(--border-subtle);background:#0003;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.demo-controls{gap:5px;display:flex}.demo-dot{background:var(--border-card);border-radius:50%;width:8px;height:8px}.demo-timer{color:var(--text-secondary);font-size:.75rem;font-weight:600;font-family:var(--font-heading)}.demo-rec{color:var(--accent-red);letter-spacing:.08em;align-items:center;gap:5px;font-size:.65rem;font-weight:700;display:flex}.rec-dot{background:var(--accent-red);border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse-dot}.demo-video-content{background:#0a0e16;flex:1;justify-content:center;align-items:center;min-height:160px;padding:24px;display:flex}.demo-participant-video{justify-content:center;align-items:center;display:flex}.demo-avatar{width:64px;height:64px;font-family:var(--font-heading);color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.demo-participant-label{border-top:1px solid var(--border-subtle);color:var(--text-secondary);justify-content:space-between;align-items:center;padding:10px 14px;font-size:.75rem;display:flex}.demo-media-controls{align-items:center;gap:6px;display:flex}.demo-icon-btn{border-radius:var(--radius-sm);background:var(--bg-elevated);width:26px;height:26px;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.demo-end-call{border-radius:var(--radius-sm);background:#ef4444;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.demo-transcript-label{color:var(--text-muted);border-top:1px solid var(--border-subtle);align-items:center;gap:6px;padding:8px 14px;font-size:.6875rem;display:flex}.demo-transcript-label:before{content:"";background:var(--accent-green);border-radius:50%;flex-shrink:0;width:5px;height:5px}.demo-finn-panel{flex-direction:column;display:flex}.demo-finn-header{border-bottom:1px solid var(--border-subtle);background:#00000026;justify-content:space-between;align-items:center;gap:16px;padding:10px 14px;display:flex}.demo-finn-brand{align-items:center;gap:7px;display:flex}.demo-finn-logo{align-items:center;display:flex}.demo-finn-name{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.1em;font-size:.6875rem;font-weight:700}.demo-live-indicator{background:var(--accent-green);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}.demo-finn-tabs{gap:4px;display:flex}.demo-tab{letter-spacing:.08em;color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;padding:4px 8px;font-size:.625rem;font-weight:600}.demo-tab--active{color:var(--text-primary);background:var(--accent-blue-dim)}.demo-finn-content{flex-direction:column;flex:1;gap:10px;padding:14px;display:flex}.demo-section-label{letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase;font-size:.65rem;font-weight:600}.demo-quote{color:var(--text-secondary);font-size:.8125rem;font-style:italic;line-height:1.5}.demo-alert{border-radius:var(--radius-md);background:#ef444414;border:1px solid #ef444433;padding:8px 10px}.demo-alert__header{align-items:center;gap:6px;margin-bottom:4px;display:flex}.demo-alert__icon{color:var(--accent-red);font-size:.625rem}.demo-alert__title{letter-spacing:.08em;color:var(--accent-red);flex:1;font-size:.625rem;font-weight:700}.demo-alert__tag{border-radius:var(--radius-full);padding:2px 6px;font-size:.625rem;font-weight:700}.demo-alert__tag--red{color:var(--accent-red);background:#ef444433}.demo-alert__desc{color:var(--text-muted);font-size:.75rem}.demo-response{border-radius:var(--radius-md);background:#7dd3fc0d;border:1px solid #7dd3fc1f;padding:10px 12px}.demo-response__header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.demo-response__label{letter-spacing:.08em;color:var(--accent-blue);text-transform:uppercase;font-size:.625rem;font-weight:700}.demo-response__confidence{border-radius:var(--radius-full);padding:2px 6px;font-size:.625rem;font-weight:700}.demo-response__confidence--green{color:var(--accent-green);background:#34d39933}.demo-response__title{color:var(--text-primary);margin-bottom:8px;font-size:.8125rem;font-weight:600}.demo-response__bullets{flex-direction:column;gap:4px;display:flex}.demo-response__bullets li{color:var(--text-secondary);padding-left:12px;font-size:.75rem;line-height:1.5;position:relative}.demo-response__bullets li:before{content:"•";color:var(--accent-blue);opacity:.6;position:absolute;left:0}.demo-intent{flex-direction:column;gap:6px;display:flex}.demo-intent__header{justify-content:space-between;align-items:center;display:flex}.demo-intent__label{letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;font-size:.625rem;font-weight:700}.demo-intent__score{color:var(--accent-blue);font-size:.75rem;font-weight:700}.demo-intent__bar{background:var(--bg-elevated);border-radius:2px;height:4px;overflow:hidden}.demo-intent__bar-fill{background:linear-gradient(90deg, var(--accent-blue), var(--accent-green));border-radius:2px;height:100%;transition:width 1s}.demo-intent__tags{color:var(--text-muted);flex-wrap:wrap;gap:6px;font-size:.6rem;display:flex}.hero__bottom-cta{margin-top:0}@media (width<=900px){.hero__demo{grid-template-columns:1fr;max-width:480px}.demo-video-panel{order:1}.demo-finn-panel{order:2}}@media (width<=640px){.hero{padding-top:120px;padding-bottom:64px}.hero__headline{font-size:2.75rem}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{justify-content:center;width:100%}.hero__demo{max-width:100%}.demo-finn-tabs{display:none}}.video-panel-wrap{background:#05080d;padding:16px;position:relative}.video-panel-inner{background:radial-gradient(80% 90% at 50% 40%,#3b2a63,#241a40 70%,#1a1330);border-radius:14px;justify-content:center;align-items:center;height:100%;min-height:470px;display:flex;position:relative;overflow:hidden}.video-timer{color:#fff9;font-variant-numeric:tabular-nums;font-size:12.5px;position:absolute;top:14px;left:16px}.video-avatar{width:104px;height:104px;font-family:var(--font-heading);color:#efeaff;background:#6d5bb8;border-radius:50%;justify-content:center;align-items:center;font-size:42px;font-weight:500;display:flex}.video-name{color:#ffffffbf;font-size:12.5px;position:absolute;bottom:14px;left:16px}.video-you{background:#10161f;border:1px solid #7dd3fc1f;border-radius:10px;justify-content:center;align-items:center;width:118px;height:70px;display:flex;position:absolute;bottom:14px;right:16px}.video-you-text{color:#64778a;font-size:11.5px}.video-controls{align-items:center;gap:10px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.ai-panel-wrap{background:#080d13;border-left:1px solid #7dd3fc1a;flex-direction:column;display:flex}.ai-panel-header{border-bottom:1px solid #7dd3fc14;align-items:center;gap:10px;padding:13px 16px;display:flex}.ai-avatar{border:1px solid #7dd3fc40;border-radius:50%;width:26px;height:26px}.ai-title{font-family:var(--font-heading);letter-spacing:.06em;color:#f2f7fb;font-size:14px;font-weight:700}.ai-timer{letter-spacing:.06em;color:#64778a;font-variant-numeric:tabular-nums;margin-left:auto;font-size:11px}.ai-label{letter-spacing:.12em;color:#64778a;font-size:10.5px;font-weight:600}.ai-text{font-size:13.5px;line-height:1.5}@media (width<=900px){.video-panel-wrap{padding:12px}.video-panel-inner{border-radius:12px;height:180px;min-height:auto}.video-timer{font-size:11px;top:11px;left:13px}.video-avatar{width:74px;height:74px;font-size:30px}.video-name{font-size:11px;bottom:11px;left:13px}.video-you{border-radius:8px;width:74px;height:46px;bottom:11px;right:13px}.video-you-text{font-size:10px}.video-controls{display:none!important}.ai-panel-wrap{border-top:1px solid #7dd3fc1a;border-left:none}.ai-panel-header{padding:11px 14px}.ai-avatar{width:22px;height:22px}.ai-title{font-size:12.5px}.ai-timer{font-size:10px}.ai-label{font-size:9.5px}.ai-text{font-size:12.5px}}.stats{padding:40px 0}.stats__divider{margin-bottom:64px}.stats__divider--bottom{margin-top:64px;margin-bottom:0}.stats__grid{grid-template-columns:repeat(3,1fr);gap:48px;display:grid}.stat-item{flex-direction:column;display:flex}.stat-item__value{font-family:var(--font-heading);color:var(--accent-blue);letter-spacing:-.04em;margin-bottom:10px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1}.stat-item__label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px;font-size:.7rem;font-weight:700}.stat-item__desc{color:var(--text-secondary);max-width:280px;font-size:.9rem;line-height:1.65}@media (width<=768px){.stats__grid{grid-template-columns:1fr;gap:40px}.stats__divider{margin-bottom:40px}.stats__divider--bottom{margin-top:40px}}.pre-call__grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.pre-call__headline{max-width:460px;margin-bottom:20px}.pre-call__desc{max-width:460px;margin-bottom:32px;font-size:1.0625rem;line-height:1.7}.pre-call__bullets{flex-direction:column;gap:12px;display:flex}.pre-call__bullet{color:var(--text-secondary);align-items:center;gap:12px;font-size:.9375rem;display:flex}.pre-call__bullet-icon{color:var(--accent-blue);font-size:1rem;font-weight:600}.pre-call-demo{overflow:hidden}.pre-call-demo__header{border-bottom:1px solid var(--border-subtle);background:#00000026;padding:12px 16px}.pre-call-demo__title-row{justify-content:space-between;align-items:center;display:flex}.pre-call-demo__title{font-family:var(--font-heading);color:var(--text-primary);font-size:.8125rem;font-weight:600}.pre-call-demo__badge{letter-spacing:.1em;color:var(--accent-green);border-radius:var(--radius-full);background:#34d39926;border:1px solid #34d39940;padding:3px 8px;font-size:.6rem;font-weight:700}.pre-call-demo__body{flex-direction:column;gap:14px;padding:16px;display:flex}.prospect-card{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:12px}.prospect-card__header{align-items:center;gap:12px;display:flex}.prospect-card__avatar{width:40px;height:40px;font-family:var(--font-heading);color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.prospect-card__info{flex:1}.prospect-card__name{color:var(--text-primary);margin-bottom:2px;font-size:.875rem;font-weight:600}.prospect-card__role{color:var(--text-muted);font-size:.75rem}.prospect-card__score{color:var(--accent-green);font-size:1.125rem;font-weight:700;font-family:var(--font-heading)}.dossier-section{flex-direction:column;gap:8px;display:flex}.dossier-label{letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase;font-size:.625rem;font-weight:700}.dossier-items{flex-direction:column;gap:5px;display:flex}.dossier-item{background:var(--bg-elevated);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:6px 10px;display:flex}.dossier-item__key{color:var(--text-muted);font-size:.75rem}.dossier-item__val{color:var(--text-secondary);font-size:.75rem;font-weight:500}.dossier-item__val--accent{color:var(--accent-blue)}.battlecard{border-radius:var(--radius-md);background:#7dd3fc0a;border:1px solid #7dd3fc1a;flex-direction:column;gap:5px;padding:10px 12px;display:flex}.battlecard__obj{color:var(--text-secondary);font-size:.75rem;font-weight:600}.battlecard__response{color:var(--text-muted);font-size:.75rem;line-height:1.5}@media (width<=900px){.pre-call__grid{grid-template-columns:1fr;gap:48px}.pre-call__headline{max-width:100%}}.kb__grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:64px;display:grid}.kb__headline{margin-bottom:20px}.kb__desc{margin-bottom:32px;font-size:1.0625rem;line-height:1.7}.kb__tags{gap:12px;display:flex}.kb__tag{letter-spacing:.05em;color:var(--text-secondary);border:1px solid var(--border-card);border-radius:var(--radius-full);background:var(--bg-card);padding:6px 12px;font-size:.75rem;font-weight:600}.kb-demo{border:1px solid var(--border-active);overflow:hidden;box-shadow:0 0 40px #7dd3fc0d}.kb-demo__header{border-bottom:1px solid var(--border-subtle);background:#00000026;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.kb-demo__nav{align-items:center;gap:12px;display:flex}.kb-demo__back{border-radius:var(--radius-sm);background:var(--bg-elevated);width:28px;height:28px;color:var(--text-secondary);border:1px solid var(--border-card);justify-content:center;align-items:center;display:flex}.kb-demo__title{font-family:var(--font-heading);color:var(--text-primary);font-size:.875rem;font-weight:600}.kb-demo__tabs{gap:16px;display:flex}.kb-demo__tab{letter-spacing:.08em;color:var(--text-muted);cursor:pointer;padding-bottom:4px;font-size:.6875rem;font-weight:600}.kb-demo__tab--active{color:var(--accent-blue);border-bottom:2px solid var(--accent-blue)}.kb-demo__body{background:#0a0e16;flex-direction:column;gap:24px;padding:24px;display:flex}.kb-demo__upload{border:1px dashed var(--border-active);border-radius:var(--radius-lg);text-align:center;background:#7dd3fc05;flex-direction:column;align-items:center;padding:40px 24px;display:flex}.kb-demo__upload-icon{background:var(--accent-blue-dim);width:48px;height:48px;color:var(--accent-blue);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.kb-demo__upload-title{color:var(--text-primary);margin-bottom:8px;font-size:1rem;font-weight:600}.kb-demo__upload-desc{color:var(--text-muted);max-width:320px;margin-bottom:24px;font-size:.8125rem;line-height:1.5}.kb-demo__upload-actions{align-items:center;gap:12px;display:flex}.kb-demo__btn{padding:8px 16px;font-size:.8125rem}.kb-demo__file-types{gap:12px;display:flex}.kb-demo__file-type{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);flex-direction:column;flex:1;gap:10px;padding:12px;font-size:.75rem;font-weight:500;display:flex}.file-icon{color:#fff;border-radius:4px;justify-content:center;align-items:center;width:28px;height:32px;font-size:.5rem;font-weight:800;display:flex}.file-icon--pdf{background:#ef4444}.file-icon--docx{background:#3b82f6}.file-icon--csv{background:#10b981}@media (width<=900px){.kb__grid{grid-template-columns:1fr;gap:48px}.kb__visual{order:2}.kb__content{order:1}}@media (width<=640px){.kb-demo__upload-actions{flex-direction:column;width:100%}.kb-demo__btn{justify-content:center;width:100%}.kb-demo__file-types{flex-direction:column}}.integrations{padding:100px 0;position:relative}.integrations:before{content:"";background:var(--gradient-line);height:1px;position:absolute;top:0;left:0;right:0}.integrations__header{flex-direction:column;align-items:center;margin-bottom:64px;display:flex}.integrations__headline{max-width:600px;margin-bottom:20px}.integrations__desc{max-width:580px;font-size:1.0625rem;line-height:1.7}.integrations__grid{grid-template-columns:repeat(5,1fr);gap:24px;display:grid}.integration-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-base);cursor:default;flex-direction:column;align-items:center;padding:32px 20px;display:flex}.integration-card:hover{border-color:var(--border-active);background:var(--bg-card-hover);transform:translateY(-4px);box-shadow:0 10px 30px #7dd3fc0d}.integration-card__icon{width:56px;height:56px;font-family:var(--font-heading);transition:transform var(--transition-base);border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.25rem;font-weight:700;display:flex}.integration-card:hover .integration-card__icon{transform:scale(1.1)}.integration-card__name{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:4px;font-size:.9375rem;font-weight:600}.integration-card__type{letter-spacing:.1em;color:var(--text-muted);font-size:.6875rem;font-weight:600}@media (width<=1024px){.integrations__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.integrations__grid{grid-template-columns:repeat(2,1fr);gap:16px}}.marquee-container{width:max-content;animation:26s linear infinite marquee;display:flex}.bob-1{animation:3.4s ease-in-out infinite bob}.bob-2{animation:3.9s ease-in-out .5s infinite bob}.bob-3{animation:3.1s ease-in-out .9s infinite bob}.bob-4{animation:3.7s ease-in-out 1.3s infinite bob}.bob-5{animation:3.5s ease-in-out 1.7s infinite bob}
