:root{--seed-bg:#08090a;--seed-fg:#f7f8f8;--seed-primary:#5e6ad2;--seed-accent:#7170ff;--seed-surface:#111214;--seed-radius:8;--bg:var(--seed-bg);--bg-panel:var(--seed-surface);--bg-elevated:#191a1b;--bg-hover:#28282c;--fg:var(--seed-fg);--fg-secondary:#d0d6e0;--fg-muted:#8a8f98;--fg-subtle:#62666d;--accent:var(--seed-primary);--accent-hover:var(--seed-accent);--accent-dim:color-mix(in srgb,var(--seed-primary) 15%,transparent);--border:color-mix(in srgb,var(--seed-fg) 8%,transparent);--border-subtle:color-mix(in srgb,var(--seed-fg) 5%,transparent);--radius-sm:calc(var(--seed-radius)*.5*1px);--radius-md:calc(var(--seed-radius)*1px);--radius-lg:calc(var(--seed-radius)*1.5*1px);--radius-xl:calc(var(--seed-radius)*2.75*1px);--radius-full:9999px;--font-sans:"Inter","SF Pro Display",-apple-system,system-ui,"Segoe UI",Roboto,sans-serif;--section-pad:100px;--container:1200px;--fg-on-accent:#fff;--shadow-color:#000;--success:#27a644;--star:#f5a623;--dot-close:#ff5f57;--dot-min:#febc2e;--dot-max:#28c840;--svg-body:#141516;--svg-detail:#1c1d1f}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-feature-settings:"cv01","ss03";font-size:16px;font-weight:400;line-height:1.5;color:var(--fg-secondary);background:var(--bg);overflow-x:hidden}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 0;transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease;border-bottom:1px solid transparent}.nav.scrolled{background:color-mix(in srgb,var(--seed-bg) 80%,transparent);backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-bottom-color:var(--border-subtle)}.nav-inner{justify-content:space-between;max-width:var(--container);margin:0 auto;padding:0 24px}.nav-brand,.nav-inner{display:flex;align-items:center}.nav-brand{gap:10px;font-size:17px;font-weight:590;color:var(--fg);letter-spacing:-.02em}.nav-brand svg{width:28px;height:28px}.nav-brand-badge{font-size:10px;font-weight:510;color:var(--fg-muted);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-full);padding:1px 7px;letter-spacing:.02em}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{font-size:14px;font-weight:510;color:var(--fg-muted);letter-spacing:-.01em;transition:color .2s ease}.nav-links a:hover{color:var(--fg)}.nav-cta{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:510;color:var(--fg-on-accent);background:var(--accent);padding:7px 16px;border-radius:var(--radius-md);letter-spacing:.01em;line-height:1.2;transition:background .2s ease,box-shadow .2s ease}.nav-cta:hover{background:var(--accent-hover);box-shadow:0 0 20px color-mix(in srgb,var(--seed-primary) 30%,transparent)}.nav-mobile-toggle{display:none;width:36px;height:36px;align-items:center;justify-content:center;border-radius:var(--radius-md);border:1px solid var(--border);background:color-mix(in srgb,var(--seed-fg) 2%,transparent)}.nav-mobile-toggle svg{width:18px;height:18px;color:var(--fg-secondary)}.hero{--glow-x:50%;--glow-y:50%;position:relative;padding:160px 0 100px;text-align:center;overflow:hidden;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero:before{background:radial-gradient(700px circle at var(--glow-x) var(--glow-y),color-mix(in srgb,var(--seed-primary) 6%,transparent) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0}.hero:after{background-image:radial-gradient(color-mix(in srgb,var(--seed-fg) 2.5%,transparent) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,#000 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,#000 20%,transparent 70%)}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:510;color:var(--fg-muted);border:1px solid var(--border);border-radius:var(--radius-full);padding:6px 16px;margin-bottom:32px;letter-spacing:-.01em}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px color-mix(in srgb,var(--seed-accent) 60%,transparent)}.hero h1{font-size:68px;font-weight:590;color:var(--fg);line-height:1.05;letter-spacing:-1.5px;margin-bottom:24px;max-width:720px;margin-left:auto;margin-right:auto}.hero-sub{font-size:18px;font-weight:400;color:var(--fg-muted);line-height:1.65;letter-spacing:-.01em;max-width:560px;margin:0 auto 40px}.hero-ctas{gap:16px;flex-wrap:wrap}.hero-ctas,.hero-hint{display:flex;align-items:center;justify-content:center}.hero-hint{margin-top:24px;font-size:13px;color:var(--fg-subtle);gap:6px}.hero-hint kbd{display:inline-flex;align-items:center;gap:2px;font-family:var(--font-sans);font-size:11px;font-weight:510;color:var(--fg-muted);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px 6px}.hero-visual{position:relative;z-index:1;margin-top:64px;width:100%;max-width:900px;margin-left:auto;margin-right:auto}.btn-primary{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:510;color:var(--fg-on-accent);background:var(--accent);padding:9px 24px;border-radius:var(--radius-md);letter-spacing:.01em;line-height:1.2;transition:background .2s ease,box-shadow .3s ease,transform .2s ease}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 0 28px color-mix(in srgb,var(--seed-primary) 35%,transparent);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:510;color:var(--fg-secondary);background:color-mix(in srgb,var(--seed-fg) 3%,transparent);border:1px solid var(--border);padding:9px 22px;border-radius:var(--radius-md);letter-spacing:.01em;line-height:1.2;transition:background .2s ease,color .2s ease,border-color .2s ease}.btn-secondary:hover{background:color-mix(in srgb,var(--seed-fg) 6%,transparent);color:var(--fg);border-color:color-mix(in srgb,var(--seed-fg) 12%,transparent)}.btn-secondary svg{width:16px;height:16px}.trust-bar{padding:48px 0;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.trust-bar-inner{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.trust-bar-item{display:flex;flex-direction:column;align-items:center;gap:4px}.trust-bar-item-value{font-size:28px;font-weight:590;color:var(--fg);letter-spacing:-.02em}.trust-bar-item-label{font-size:13px;font-weight:400;color:var(--fg-muted);letter-spacing:-.01em}.section-label{font-size:13px;font-weight:510;color:var(--fg-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.section-heading{font-size:40px;font-weight:590;color:var(--fg);line-height:1.1;letter-spacing:-.8px;margin-bottom:16px}.section-desc{font-size:17px;font-weight:400;color:var(--fg-muted);line-height:1.6;letter-spacing:-.01em;max-width:520px}.features{padding:var(--section-pad) 0}.features-header{text-align:center;margin-bottom:64px}.features-header .section-desc{margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden}.feature-card{background:var(--bg);padding:40px 32px;transition:background .3s ease;position:relative}.feature-card:hover{background:var(--bg-panel)}.feature-card h3{font-size:17px;font-weight:590;color:var(--fg);letter-spacing:-.02em;margin-bottom:10px}.feature-card p{font-size:15px;font-weight:400;color:var(--fg-muted);line-height:1.6;letter-spacing:-.01em}.feature-icon{width:40px;height:40px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:color-mix(in srgb,var(--seed-fg) 4%,transparent);border:1px solid var(--border-subtle);color:var(--fg-secondary)}.feature-icon svg{width:20px;height:20px}.product-preview{padding:var(--section-pad) 0;overflow:hidden}.product-preview-header{text-align:center;margin-bottom:64px}.product-preview-header .section-desc{margin:0 auto}.preview-container{position:relative;max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:60px}.preview-mouse{flex-shrink:0;position:relative}.preview-mouse svg{width:220px;height:auto}.preview-panel{flex:1;max-width:480px;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 8px 40px color-mix(in srgb,var(--seed-bg) 60%,transparent)}.panel-titlebar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid var(--border-subtle)}.panel-dot{width:10px;height:10px;border-radius:50%}.panel-dot--close{background:var(--dot-close)}.panel-dot--min{background:var(--dot-min)}.panel-dot--max{background:var(--dot-max)}.panel-title{flex:1;text-align:center;font-size:12px;font-weight:510;color:var(--fg-muted);letter-spacing:-.01em}.panel-tabs{display:flex;border-bottom:1px solid var(--border-subtle)}.panel-tab{flex:1;padding:10px 0;text-align:center;font-size:13px;font-weight:510;color:var(--fg-subtle);letter-spacing:-.01em;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.panel-tab.active{color:var(--fg);border-bottom-color:var(--accent)}.panel-body{padding:20px;min-height:240px}.chat-msg{display:flex;gap:12px;margin-bottom:16px}.chat-msg--user{flex-direction:row-reverse}.chat-avatar{width:28px;height:28px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:510}.chat-avatar--ai{background:var(--accent-dim);color:var(--accent);border:1px solid color-mix(in srgb,var(--seed-primary) 20%,transparent)}.chat-avatar--user{background:color-mix(in srgb,var(--seed-fg) 8%,transparent);color:var(--fg-muted);border:1px solid var(--border)}.chat-bubble{font-size:14px;line-height:1.55;color:var(--fg-secondary);max-width:340px;letter-spacing:-.01em}.chat-bubble--user{background:color-mix(in srgb,var(--seed-fg) 5%,transparent);border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 14px}.chat-bubble--ai{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:10px 14px}.chat-result{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:12px 14px;margin-top:8px}.chat-result-label{font-size:11px;font-weight:510;color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.chat-result-text{font-size:13px;line-height:1.55;color:var(--fg-secondary);letter-spacing:-.01em}.panel-input{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid var(--border-subtle)}.panel-input-field{flex:1;font-size:13px;color:var(--fg-subtle);font-family:var(--font-sans)}.panel-send{width:30px;height:30px;border-radius:var(--radius-sm);background:var(--accent);display:flex;align-items:center;justify-content:center;transition:background .2s}.panel-send svg{width:14px;height:14px;color:var(--fg-on-accent)}.panel-send:hover{background:var(--accent-hover)}.preview-callouts{position:absolute;inset:0;pointer-events:none}.preview-callout{position:absolute;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:510;color:var(--fg-muted);letter-spacing:-.01em;white-space:nowrap}.preview-callout-dot{width:8px;height:8px;border-radius:50%;border:1.5px solid var(--accent);background:color-mix(in srgb,var(--seed-primary) 30%,transparent)}.preview-callout:first-child{top:15%;left:-80px;flex-direction:row-reverse}.preview-callout:nth-child(2){top:55%;left:-100px;flex-direction:row-reverse}.preview-callout:nth-child(3){top:30%;right:-60px}.value-props{padding:var(--section-pad) 0}.value-prop{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:64px 0;border-top:1px solid var(--border-subtle)}.value-prop:first-child{border-top:none;padding-top:0}.value-prop:nth-child(2n) .value-prop-visual{order:-1}.value-prop-label{font-size:12px;font-weight:510;color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.value-prop h3{font-size:32px;font-weight:590;color:var(--fg);line-height:1.15;letter-spacing:-.6px;margin-bottom:16px}.value-prop p{font-size:16px;font-weight:400;color:var(--fg-muted);line-height:1.65;letter-spacing:-.01em;max-width:480px}.value-prop-visual{display:flex;align-items:center;justify-content:center}.value-visual-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;width:100%;max-width:440px}.value-visual-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border-subtle)}.value-visual-row:last-child{border-bottom:none}.value-visual-icon{width:32px;height:32px;border-radius:var(--radius-sm);flex-shrink:0;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--seed-fg) 4%,transparent);border:1px solid var(--border-subtle);color:var(--fg-muted)}.value-visual-icon svg{width:16px;height:16px}.value-visual-text{flex:1}.value-visual-text span{display:block;font-size:14px;font-weight:510;color:var(--fg-secondary);letter-spacing:-.01em}.value-visual-text small{font-size:12px;color:var(--fg-subtle)}.value-visual-check{color:var(--success);flex-shrink:0}.value-visual-check svg{width:18px;height:18px}.translate-demo{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;width:100%;max-width:440px}.translate-demo-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.translate-demo-lang{font-size:13px;font-weight:510;color:var(--fg-muted);display:flex;align-items:center;gap:8px}.translate-demo-arrow{color:var(--fg-subtle)}.translate-demo-arrow svg{width:16px;height:16px}.translate-demo-block{padding:14px;border-radius:var(--radius-sm);margin-bottom:8px}.translate-demo-block--src{background:color-mix(in srgb,var(--seed-fg) 3%,transparent);border:1px solid var(--border-subtle)}.translate-demo-block--tgt{background:var(--bg-elevated);border:1px solid var(--border-subtle)}.translate-demo-block p{font-size:14px;line-height:1.55;color:var(--fg-secondary);letter-spacing:-.01em}.translate-demo-block small{display:block;font-size:11px;color:var(--fg-subtle);margin-bottom:6px;letter-spacing:.04em;text-transform:uppercase}.unified-demo{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;width:100%;max-width:440px}.unified-demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.unified-demo-tile{display:flex;align-items:center;gap:10px;padding:14px;border-radius:var(--radius-sm);background:color-mix(in srgb,var(--seed-fg) 3%,transparent);border:1px solid var(--border-subtle)}.unified-demo-tile svg{width:18px;height:18px;color:var(--fg-muted);flex-shrink:0}.unified-demo-tile span{font-size:13px;font-weight:510;color:var(--fg-secondary);letter-spacing:-.01em}.testimonials{padding:var(--section-pad) 0;border-top:1px solid var(--border-subtle)}.testimonials-header{text-align:center;margin-bottom:64px}.testimonials-header .section-desc{margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column;gap:24px;transition:border-color .3s ease}.testimonial-card:hover{border-color:color-mix(in srgb,var(--seed-fg) 12%,transparent)}.testimonial-quote{font-size:15px;font-weight:400;color:var(--fg-secondary);line-height:1.65;letter-spacing:-.01em;flex:1}.testimonial-author{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:1px solid var(--border-subtle)}.testimonial-avatar{width:36px;height:36px;border-radius:50%;background:color-mix(in srgb,var(--seed-fg) 6%,transparent);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:590;color:var(--fg-muted)}.testimonial-info span{display:block;font-size:14px;font-weight:510;color:var(--fg);letter-spacing:-.01em}.testimonial-info small{font-size:12px;color:var(--fg-subtle)}.testimonial-stars{display:flex;gap:2px;margin-bottom:-4px}.testimonial-stars svg{width:14px;height:14px;color:var(--star)}.final-cta{padding:120px 0;text-align:center;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(600px circle at 50% 50%,color-mix(in srgb,var(--seed-primary) 8%,transparent) 0,transparent 70%);pointer-events:none}.final-cta-content{position:relative;z-index:1}.final-cta h2{font-size:48px;font-weight:590;color:var(--fg);line-height:1.1;letter-spacing:-1px;margin-bottom:16px}.final-cta p{font-size:17px;font-weight:400;color:var(--fg-muted);line-height:1.6;letter-spacing:-.01em;margin-bottom:40px;max-width:460px;margin-left:auto;margin-right:auto}.footer{padding:64px 0 40px;border-top:1px solid var(--border-subtle)}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:48px;margin-bottom:48px}.footer-brand p{font-size:14px;color:var(--fg-muted);line-height:1.6;margin-top:12px;max-width:260px;letter-spacing:-.01em}.footer-col h4{font-size:13px;font-weight:510;color:var(--fg-secondary);letter-spacing:.02em;margin-bottom:16px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col a{font-size:14px;font-weight:400;color:var(--fg-muted);letter-spacing:-.01em;transition:color .2s}.footer-col a:hover{color:var(--fg)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:32px;border-top:1px solid var(--border-subtle)}.footer-copy{font-size:13px;color:var(--fg-subtle)}.footer-socials{display:flex;gap:16px}.footer-socials a{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--fg-subtle);transition:color .2s,background .2s}.footer-socials a:hover{color:var(--fg-secondary);background:color-mix(in srgb,var(--seed-fg) 5%,transparent)}.footer-socials svg{width:16px;height:16px}.fade-up{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up-d1{transition-delay:.1s}.fade-up-d2{transition-delay:.2s}.fade-up-d3{transition-delay:.3s}@media(max-width:1024px){.hero h1{font-size:52px;letter-spacing:-1.2px}.section-heading{font-size:34px;letter-spacing:-.6px}.features-grid{grid-template-columns:repeat(2,1fr)}.preview-container{flex-direction:column;gap:40px}.preview-mouse svg{width:180px}.preview-panel{max-width:100%}.preview-callouts{display:none}.value-prop{gap:40px}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid .testimonial-card:last-child{grid-column:span 2;max-width:50%;justify-self:center}.footer-grid{grid-template-columns:1fr repeat(3,1fr)}}@media(max-width:768px){:root{--section-pad:72px}.nav-links{display:none}.nav-mobile-toggle{display:flex}.hero{padding:120px 0 64px;min-height:auto}.hero h1{font-size:36px;letter-spacing:-.8px}.hero-sub{font-size:16px}.section-heading{font-size:28px;letter-spacing:-.5px}.features-grid{grid-template-columns:1fr}.feature-card{padding:28px 24px}.value-prop{grid-template-columns:1fr;gap:32px}.value-prop:nth-child(2n) .value-prop-visual{order:0}.testimonials-grid{grid-template-columns:1fr}.testimonials-grid .testimonial-card:last-child{grid-column:auto;max-width:100%}.final-cta{padding:80px 0}.final-cta h2{font-size:32px;letter-spacing:-.6px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:span 2}.trust-bar-inner{gap:24px}.trust-bar-item-value{font-size:22px}}@media(max-width:480px){.hero-ctas{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%;justify-content:center}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.trust-bar-inner{gap:16px}.trust-bar-item-value{font-size:20px}.trust-bar-item-label{font-size:11px}}
