:root{color:#0f172a;background:#fff;font-family:PingFang SC,Microsoft YaHei,Inter,system-ui,sans-serif;--primary: #2563eb;--primary-deep: #1d4ed8;--secondary: #7c3aed;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--surface: #ffffff;--surface-muted: #f8fafc;--shadow: 0 18px 50px rgba(15, 23, 42, .08);--radius-card: 12px;--radius-control: 8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);background:var(--surface)}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%}.site{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid rgba(226,232,240,.9)}.header-inner{min-height:72px;display:flex;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;min-width:220px}.brand span{display:grid;gap:2px}.brand strong{font-size:18px;line-height:1.1}.brand small{color:var(--muted);font-size:12px}.brand-mark{display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#0ea5e9,#2563eb 58%,#7c3aed);color:#fff;box-shadow:0 10px 24px #2563eb3d;flex:0 0 auto}.brand-mark-letter{font-weight:800;font-size:18px;letter-spacing:-1px}.nav{display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.nav a{padding:8px 12px;border-radius:999px;color:var(--muted);font-size:14px;font-weight:600}.nav a:hover,.nav a.active{color:var(--primary);background:#2563eb0f}.header-actions{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 16px;border-radius:var(--radius-control);border:1px solid transparent;font-size:14px;font-weight:700;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.btn:hover{transform:translateY(-1px)}.btn-lg{min-height:48px;padding:0 22px;font-size:15px}.btn-primary{background:linear-gradient(135deg,var(--primary),#3b82f6 55%,var(--secondary));color:#fff;box-shadow:0 10px 24px #2563eb3d}.btn-secondary{background:#fff;border-color:var(--border);color:var(--text)}.btn-ghost{background:transparent;color:var(--muted)}.btn-light{background:#fff;color:var(--primary-deep)}.btn-outline-light{background:transparent;border-color:#ffffff73;color:#fff}.hero{padding:56px 0 28px;background:radial-gradient(circle at 18% 12%,rgba(124,58,237,.12),transparent 28%),radial-gradient(circle at 82% 0%,rgba(37,99,235,.16),transparent 32%),linear-gradient(180deg,#f8fbff,#fff 72%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#2563eb14;color:var(--primary);font-size:13px;font-weight:700}.hero-copy h1,.page-hero h1{margin:16px 0 0;font-size:clamp(36px,5vw,54px);line-height:1.18;letter-spacing:-.03em}.hero-copy h1 span{display:block;background:linear-gradient(120deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;color:transparent}.lead{margin:18px 0 0;color:var(--muted);font-size:17px;line-height:1.7;max-width:560px}.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.trust-row{display:flex;flex-wrap:wrap;gap:10px 16px;margin:24px 0 0;padding:0;list-style:none}.trust-row li{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:13px;font-weight:600}.trust-row svg,.icon-badge svg,.hero-demo-panel svg,.bullet-list svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hero-demo{position:relative;min-height:420px}.hero-demo-window{border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.hero-demo-chrome{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#0f172a;color:#cbd5e1}.hero-demo-chrome span{width:10px;height:10px;border-radius:50%;background:#475569}.hero-demo-chrome span:nth-child(1){background:#f87171}.hero-demo-chrome span:nth-child(2){background:#fbbf24}.hero-demo-chrome span:nth-child(3){background:#34d399}.hero-demo-chrome em{margin-left:8px;font-style:normal;font-size:12px}.hero-demo-body{display:grid;grid-template-columns:1.2fr .8fr;min-height:320px}.hero-demo-form{padding:20px;background:linear-gradient(180deg,#f8fafc,#fff)}.demo-form-title{font-weight:800;margin-bottom:14px}.hero-demo-form label{display:grid;gap:6px;margin-bottom:12px;font-size:12px;color:var(--muted)}.hero-demo-form input{border:1px solid var(--border);border-radius:8px;padding:10px 12px;background:#fff;color:var(--text)}.demo-table{margin-top:16px;border:1px solid var(--border);border-radius:10px;overflow:hidden;font-size:12px}.demo-table>div{display:grid;grid-template-columns:1.2fr .6fr .8fr;padding:10px 12px;border-top:1px solid var(--border)}.demo-table>div:first-child{border-top:0;background:#f1f5f9;font-weight:700;color:var(--muted)}.hero-demo-panel{padding:18px 16px;background:linear-gradient(180deg,#eff6ff,#f5f3ff);border-left:1px solid var(--border)}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.panel-head span,.pill{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#2563eb1a;color:var(--primary);font-size:12px;font-weight:700}.pill.accent{background:#7c3aed1f;color:var(--secondary)}.panel-task{font-weight:800;margin-bottom:12px}.hero-demo-panel ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.hero-demo-panel li{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.hero-demo-panel li:has(svg){color:var(--success)}.hero-demo-panel li.active{color:var(--primary);font-weight:700}.dot{width:8px;height:8px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 4px #2563eb26}.panel-progress{margin-top:18px;height:8px;border-radius:999px;background:#2563eb1f;overflow:hidden}.panel-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--primary),var(--secondary))}.robot{position:absolute;right:-8px;bottom:-18px;width:120px;height:120px;filter:drop-shadow(0 16px 24px rgba(37,99,235,.2))}.robot-body{position:relative;width:100%;height:100%;border-radius:34px;background:linear-gradient(160deg,#f8fafc,#dbeafe 55%,#c7d2fe);border:3px solid #fff}.robot-ear{position:absolute;top:28px;width:14px;height:28px;border-radius:10px;background:#93c5fd}.robot-ear.left{left:-8px}.robot-ear.right{right:-8px}.robot-face{position:absolute;inset:28px 22px 38px}.robot-eye{position:absolute;top:18px;width:14px;height:14px;border-radius:50%;background:#0f172a}.robot-eye.left{left:12px}.robot-eye.right{right:12px}.robot-smile{position:absolute;left:50%;bottom:10px;width:28px;height:14px;border:3px solid #0f172a;border-top:0;border-radius:0 0 20px 20px;transform:translate(-50%)}.robot-badge{position:absolute;left:50%;bottom:10px;transform:translate(-50%);width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(145deg,#2563eb,#7c3aed);color:#fff;font-weight:800;font-size:12px}.section{padding:72px 0}.section-muted{background:var(--surface-muted)}.section-head{text-align:center;max-width:720px;margin:0 auto 36px}.section-head h2,.page-hero h1,.page h2{letter-spacing:-.02em}.section-head h2{margin:0;font-size:clamp(28px,3vw,36px)}.section-head p,.muted{color:var(--muted)}.section-cta{margin-top:28px;display:grid;justify-items:center;gap:10px}.logos p{text-align:center;color:var(--muted);margin:0 0 18px}.logo-row{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.logo-row span{display:grid;place-items:center;min-height:56px;border:1px solid var(--border);border-radius:12px;background:#fff;color:#94a3b8;font-size:13px;font-weight:700}.card-grid{display:grid;gap:18px}.cards-2{grid-template-columns:repeat(2,1fr)}.cards-3{grid-template-columns:repeat(3,1fr)}.cards-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-card);padding:22px;box-shadow:0 10px 30px #0f172a08}.card h3,.card h2{margin:0 0 10px;font-size:18px}.card p{margin:0;color:var(--muted);line-height:1.65;font-size:14px}.icon-badge{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;margin-bottom:14px;color:var(--primary);background:linear-gradient(180deg,#2563eb1f,#7c3aed14)}.icon-badge svg{width:22px;height:22px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step-card,.inline-card{position:relative}.step-index{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-weight:800;margin-bottom:12px}.bullet-list{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:8px}.bullet-list li{position:relative;padding-left:18px;color:var(--text);font-size:14px}.bullet-list li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:var(--primary)}.case-card .metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.metric-row strong{display:block;font-size:22px;color:var(--primary)}.metric-row span{color:var(--muted);font-size:12px}.pricing-grid{grid-template-columns:repeat(4,1fr);align-items:stretch}.pricing-card{display:flex;flex-direction:column;gap:8px}.pricing-card .btn{margin-top:auto}.pricing-card.highlight{border-color:#2563eb59;box-shadow:0 18px 40px #2563eb1f;transform:translateY(-4px)}.price{display:flex;align-items:baseline;gap:6px;margin:8px 0 4px}.price strong{font-size:32px;letter-spacing:-.03em}.price span{color:var(--muted)}.cta-band{padding:56px 0;background:linear-gradient(135deg,#0f172a,#1d4ed8 55%,#7c3aed);color:#fff}.cta-band-inner{display:flex;justify-content:space-between;align-items:center;gap:24px}.cta-band h2{margin:0 0 8px;font-size:30px}.cta-band p{margin:0;color:#ffffffc7}.site-footer{background:#0b1220;color:#cbd5e1;padding:48px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px}.footer-brand small,.site-footer p{color:#94a3b8}.footer-contact{margin-top:16px;line-height:1.8}.site-footer h4{margin:0 0 14px;color:#fff;font-size:14px}.site-footer a{display:block;margin-bottom:10px;color:#94a3b8;font-size:14px}.site-footer a:hover{color:#fff}.footer-bottom{margin-top:28px;padding-top:18px;border-top:1px solid rgba(148,163,184,.2);display:flex;justify-content:space-between;gap:12px;color:#64748b;font-size:12px}.page-hero{padding:56px 0 20px;background:radial-gradient(circle at 80% 0%,rgba(37,99,235,.12),transparent 30%),var(--surface-muted)}.page-hero .container{max-width:860px}.flow-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.flow-list li{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:12px;background:#fff;border:1px solid var(--border);font-weight:600}.flow-list span{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:#2563eb1a;color:var(--primary);font-size:13px}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:start}.stack{display:grid;gap:12px;margin-top:18px}.inline-card{display:flex;gap:14px;align-items:flex-start}.inline-card .step-index{margin:0;flex:0 0 auto}.chip-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 22px}.chip{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--border);font-size:13px;font-weight:700;color:var(--muted)}.solution-card .btn{margin-top:18px}.footer-btn{display:block;margin-bottom:10px;padding:0;border:0;background:transparent;color:#94a3b8;font:inherit;font-size:14px;text-align:left;cursor:pointer}.footer-btn:hover{color:#fff}.lead-overlay{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:24px;background:#0f172a85;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lead-modal{position:relative;width:min(640px,100%);max-height:min(900px,calc(100vh - 48px));overflow:auto;padding:28px;border-radius:16px;background:#fff;box-shadow:0 30px 80px #0f172a47}.lead-close{position:absolute;top:12px;right:14px;width:36px;height:36px;border:0;border-radius:999px;background:var(--surface-muted);color:var(--muted);font-size:22px;line-height:1;cursor:pointer}.lead-form h2,.lead-success h2{margin:10px 0 0;font-size:28px;letter-spacing:-.02em}.lead-form .lead,.lead-success .lead{margin-top:10px;max-width:none}.lead-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.lead-grid label{display:grid;gap:6px;font-size:13px;font-weight:700;color:var(--text)}.lead-grid label span{color:var(--danger)}.lead-grid label.full{grid-column:1 / -1}.lead-grid input,.lead-grid textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius-control);padding:11px 12px;background:var(--surface-muted);color:var(--text);font:inherit;font-weight:500;resize:vertical}.lead-grid input:focus,.lead-grid textarea:focus{outline:2px solid rgba(37,99,235,.25);border-color:var(--primary);background:#fff}.lead-grid em{font-style:normal;color:var(--danger);font-size:12px;font-weight:600}.lead-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.lead-note{margin:14px 0 0;color:var(--muted);font-size:12px}.lead-error{margin:12px 0 0;color:var(--danger);font-size:14px;font-weight:600}.lead-actions .btn:disabled,.lead-close:disabled,.lead-grid input:disabled,.lead-grid textarea:disabled{opacity:.65;cursor:wait}.lead-summary{display:grid;gap:10px;margin:22px 0 0;padding:16px;border-radius:12px;background:var(--surface-muted);border:1px solid var(--border)}.lead-summary div{display:grid;grid-template-columns:72px 1fr;gap:10px;font-size:14px}.lead-summary dt{margin:0;color:var(--muted)}.lead-summary dd{margin:0;font-weight:700}@media(max-width:1024px){.hero-grid,.split,.cta-band-inner,.footer-grid{grid-template-columns:1fr}.cards-4,.pricing-grid,.steps,.logo-row{grid-template-columns:repeat(2,1fr)}.nav{display:none}.brand{min-width:0}}@media(max-width:720px){.cards-2,.cards-3,.cards-4,.pricing-grid,.steps,.logo-row,.hero-demo-body,.case-card .metric-row,.lead-grid{grid-template-columns:1fr}.header-actions .btn-ghost{display:none}.hero{padding-top:28px}.robot{display:none}.footer-bottom{flex-direction:column}}
