:root{--bg: #F7F8FA;--surface: #FFFFFF;--surface-muted: #F1F3F7;--surface-dark: #0B1220;--surface-dark-elevated: #111B2E;--text: #0F172A;--text-secondary: #475569;--text-muted: #64748B;--text-on-dark: #F8FAFC;--text-on-dark-muted: #94A3B8;--accent: #2D5AF0;--accent-hover: #1E48D6;--accent-indigo: #4F46E5;--accent-violet: #6D4AE6;--accent-glow: rgba(45, 90, 240, .22);--border: #E2E6EF;--border-strong: #CFD5E3;--border-dark: rgba(148, 163, 184, .16);--success: #10B981;--error: #EF4444;--radius-sm: 12px;--radius-md: 14px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 999px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 4px 18px rgba(15, 23, 42, .06);--shadow-lg: 0 24px 60px rgba(15, 23, 42, .1);--nav-height: 64px;--container: min(1200px, 92vw)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-height) + 1rem)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}html,body,#root,#site{min-height:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:var(--container);margin:0 auto}.section{padding:5.5rem 0}.section-sm{padding:2.5rem 0}.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.capabilities-grid .reveal:nth-child(1){transition-delay:0ms}.capabilities-grid .reveal:nth-child(2){transition-delay:60ms}.capabilities-grid .reveal:nth-child(3){transition-delay:.12s}.capabilities-grid .reveal:nth-child(4){transition-delay:.18s}.capabilities-grid .reveal:nth-child(5){transition-delay:.24s}.capabilities-grid .reveal:nth-child(6){transition-delay:.3s}.integrations-grid .reveal:nth-child(1){transition-delay:0ms}.integrations-grid .reveal:nth-child(2){transition-delay:40ms}.integrations-grid .reveal:nth-child(3){transition-delay:80ms}.integrations-grid .reveal:nth-child(4){transition-delay:.12s}.integrations-grid .reveal:nth-child(5){transition-delay:.16s}.integrations-grid .reveal:nth-child(6){transition-delay:.2s}.integrations-grid .reveal:nth-child(7){transition-delay:.24s}.integrations-grid .reveal:nth-child(8){transition-delay:.28s}.integrations-grid .reveal:nth-child(9){transition-delay:.32s}.integrations-grid .reveal:nth-child(10){transition-delay:.36s}.integrations-grid .reveal:nth-child(11){transition-delay:.4s}.integrations-grid .reveal:nth-child(12){transition-delay:.44s}.nav{position:fixed;inset:0 0 auto;z-index:100;height:var(--nav-height);background:#f7f8fae0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.logo{font-weight:800;font-size:1.25rem;letter-spacing:-.03em;color:var(--text)}.logo span{color:var(--accent)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:.92rem;font-weight:500;color:var(--text-secondary);transition:color .2s ease}.nav-links a:hover{color:var(--text)}.nav-links a.btn-primary,.nav-links a.btn-primary:link,.nav-links a.btn-primary:visited,.nav-links a.btn-primary:hover,.nav-links a.btn-primary:focus-visible,.nav-links a.btn-primary:active{color:#fff}.nav-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.72rem 1.3rem;border-radius:var(--radius-md);font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:transform .15s ease,background .2s ease,box-shadow .2s ease}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 14px #2d5af047}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 6px 18px #2d5af057}.btn-secondary{background:var(--surface);color:var(--text);box-shadow:inset 0 0 0 1px var(--border-strong)}.btn-secondary:hover{background:var(--surface-muted);box-shadow:inset 0 0 0 1px var(--border-strong),var(--shadow-md)}.btn-sm{padding:.55rem 1rem;font-size:.88rem}.btn-block{width:100%}.hero{position:relative;padding-top:calc(var(--nav-height) + 4rem);padding-bottom:4.5rem;min-height:calc(100vh - var(--nav-height));display:flex;align-items:center;overflow:hidden}.hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-copy{max-width:560px}.hero-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .85rem;border-radius:var(--radius-full);background:#2d5af014;color:var(--accent);border:1px solid rgba(45,90,240,.18);font-size:.8rem;font-weight:700;margin-bottom:1.25rem}.hero h1{font-size:clamp(2.1rem,4.2vw,3.25rem);line-height:1.12;letter-spacing:-.03em;margin:0 0 1.1rem;max-width:16ch;text-wrap:balance}.hero-lead{font-size:clamp(1rem,1.6vw,1.15rem);color:var(--text-secondary);line-height:1.7;margin:0 0 1.8rem;max-width:480px}.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap}.hero-visual{position:relative;min-height:460px;width:100%;overflow:hidden}.visual-glow{position:absolute;top:50%;left:50%;width:120%;height:120%;transform:translate(-50%,-50%);background:radial-gradient(circle at 30% 30%,rgba(45,90,240,.22),transparent 45%),radial-gradient(circle at 70% 70%,rgba(109,74,230,.18),transparent 45%);filter:blur(30px);pointer-events:none}.visual-card{position:absolute;background:#fffffff5;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg),0 10px 30px #2d5af014;padding:1.1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.visual-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}.visual-card-title{font-weight:700;font-size:.85rem;color:var(--text)}.visual-card-value{font-size:.8rem;font-weight:700;color:var(--accent)}.pipeline-visual{top:8%;left:0;width:58%;z-index:2;transform:rotate(-2deg)}.pipeline-mini{display:flex;gap:.5rem;overflow:hidden}.pipe-col{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:.35rem}.pipe-stage{font-size:.62rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.1rem}.pipe-mini-card{padding:.5rem .55rem;border-radius:8px;background:var(--surface-muted);border-left:3px solid var(--accent);font-size:.72rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brief-visual{top:0;right:0;width:56%;z-index:3;transform:rotate(1.5deg)}.ai-badge{padding:.2rem .55rem;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--accent),var(--accent-violet));color:#fff;font-size:.65rem;font-weight:700}.brief-body{display:flex;align-items:center;gap:.85rem}.risk-ring{position:relative;width:78px;height:78px;flex-shrink:0}.risk-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.risk-track{fill:none;stroke:var(--border);stroke-width:7}.risk-progress{fill:none;stroke:var(--accent);stroke-width:7;stroke-linecap:round}.risk-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.risk-score{font-size:1.3rem;font-weight:800;color:var(--text);line-height:1}.risk-label{font-size:.55rem;color:var(--text-muted);margin-top:.1rem}.brief-list{list-style:none;margin:0;padding:0;display:grid;gap:.35rem;font-size:.72rem;color:var(--text-secondary)}.brief-list li{display:flex;align-items:center;gap:.35rem}.brief-dot{width:6px;height:6px;border-radius:50%;background:var(--success)}.brief-dot-warn{background:#f59e0b}.brief-action{margin-top:.85rem;padding:.55rem .75rem;border-radius:var(--radius-md);background:linear-gradient(135deg,#2d5af014,#6d4ae614);border:1px solid rgba(45,90,240,.12);color:var(--accent);font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.35rem}.activity-visual{bottom:0;left:8%;width:54%;z-index:4;transform:rotate(-1deg)}.activity-live{display:flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:600;color:var(--success)}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px #10b9812e}.activity-list{display:grid;gap:.55rem}.activity-row{display:flex;align-items:flex-start;gap:.55rem}.activity-icon{width:24px;height:24px;display:grid;place-items:center;border-radius:6px;background:var(--surface-muted);font-size:.78rem;flex-shrink:0}.activity-row p{margin:0;font-size:.78rem;font-weight:600;color:var(--text)}.activity-row span{font-size:.65rem;color:var(--text-muted)}.logo-bar{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.logo-bar-label{text-align:center;color:var(--text-muted);font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin:0 0 1.25rem}.logos{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.logo-cloud-item{padding:.55rem 1rem;border-radius:var(--radius-md);background:var(--surface-muted);color:var(--text-secondary);font-weight:700;font-size:.92rem;letter-spacing:-.01em}.section-head{max-width:680px;margin-bottom:2.75rem}.section-head small{display:inline-block;color:var(--accent);font-weight:700;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.65rem}.section-head h2{font-size:clamp(1.8rem,3.2vw,2.6rem);line-height:1.18;letter-spacing:-.02em;margin:0 0 .85rem;text-wrap:balance}.section-head p{color:var(--text-secondary);margin:0;font-size:1.05rem;line-height:1.65}.section-head-light small{color:#93c5fd}.section-head-light h2{color:var(--text-on-dark)}.section-head-light p{color:var(--text-on-dark-muted)}.values{background:var(--bg)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.value-stat{padding:1.75rem;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);text-align:center}.value-number{font-size:clamp(2.2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,var(--accent),var(--accent-violet));-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1;margin-bottom:.55rem}.value-label{font-size:.95rem;color:var(--text-secondary);line-height:1.5}.capabilities{background:var(--surface-muted)}.capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.capability-card{padding:1.5rem;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.capability-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--border-strong)}.capability-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:var(--radius-md);background:linear-gradient(135deg,#2d5af01a,#6d4ae61a);color:var(--accent);margin-bottom:1rem}.capability-card h3{font-size:1.08rem;margin:0 0 .45rem}.capability-card p{font-size:.92rem;color:var(--text-secondary);margin:0;line-height:1.6}.workflow{background:var(--surface-dark);color:var(--text-on-dark)}.workflow-board{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.workflow-step-card{position:relative;padding:1.5rem;border-radius:var(--radius-lg);background:var(--surface-dark-elevated);border:1px solid var(--border-dark);overflow:hidden;transition:transform .2s ease,border-color .2s ease}.workflow-step-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-violet))}.workflow-step-card:hover{transform:translateY(-4px);border-color:#94a3b847}.workflow-step-num{font-size:.75rem;font-weight:800;color:var(--accent);margin-bottom:.75rem}.workflow-step-card h4{font-size:1.05rem;margin:0 0 .45rem}.workflow-step-card p{font-size:.88rem;color:var(--text-on-dark-muted);margin:0;line-height:1.6}.workflow-note{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.55rem .9rem;border-radius:var(--radius-full);background:#ffffff0d;border:1px solid var(--border-dark);color:var(--text-on-dark-muted);font-size:.85rem}.workflow-note svg{color:var(--accent)}.integrations{background:var(--surface)}.integrations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.integration-chip{display:grid;place-items:center;padding:1rem;border-radius:var(--radius-md);background:var(--surface-muted);border:1px solid var(--border);color:var(--text-secondary);font-weight:700;font-size:.92rem;transition:transform .15s ease,border-color .15s ease,color .15s ease}.integration-chip:hover{transform:translateY(-2px);border-color:var(--accent);color:var(--text)}.security{background:var(--surface-muted)}.quote-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.quote-card{padding:1.65rem;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.quote-card blockquote{margin:0 0 1rem;font-size:1.05rem;line-height:1.6;color:var(--text)}.quote-card cite{font-style:normal;color:var(--text-secondary);font-size:.88rem}.quote-card cite strong{display:inline;color:var(--text);font-weight:700;margin-right:.35rem}.security-badges{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}.security-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border-radius:var(--radius-full);background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);font-size:.8rem;font-weight:600}.demo{background:var(--bg)}.demo-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:3.5rem;align-items:start}.demo-copy{padding-top:.5rem}.demo-copy small{display:inline-block;color:var(--accent);font-weight:700;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.65rem}.demo-copy h2{font-size:clamp(1.8rem,3.2vw,2.5rem);line-height:1.18;letter-spacing:-.02em;margin:0 0 .85rem;text-wrap:balance}.demo-copy p{color:var(--text-secondary);margin:0 0 1.25rem;line-height:1.65}.demo-checklist{list-style:none;padding:0;margin:0;display:grid;gap:.65rem}.demo-checklist li{display:flex;align-items:center;gap:.55rem;color:var(--text-secondary);font-size:.95rem}.demo-checklist svg{color:var(--accent);flex-shrink:0}.form-card{padding:1.75rem;border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.15rem;margin-bottom:1.1rem}.field{display:flex;flex-direction:column;gap:.35rem}.field.full{grid-column:1 / -1}.field label{font-size:.82rem;font-weight:600;color:var(--text)}.req{color:var(--accent);margin-left:.15rem}.field input,.field select,.field textarea{width:100%;padding:.7rem .9rem;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--surface);color:var(--text);font-size:.95rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.field input::placeholder,.field textarea::placeholder{color:var(--text-muted)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2d5af01f}.field textarea{min-height:92px;resize:vertical}.form-status{margin-top:.85rem;padding:.75rem .95rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:600;display:none}.form-status.visible{display:block}.form-status.sending{background:#2d5af014;color:var(--accent)}.form-status.success{background:#10b98114;color:#047857}.form-status.error{background:#ef444414;color:#b91c1c}.footer{padding:2.25rem 0;background:var(--surface);border-top:1px solid var(--border)}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;color:var(--text-secondary);font-size:.85rem}@media(max-width:1024px){.hero-layout{grid-template-columns:1fr;gap:2.5rem}.hero-copy{max-width:640px}.hero-visual{min-height:420px;max-width:620px;margin:0 auto}.capabilities-grid,.workflow-board{grid-template-columns:repeat(2,1fr)}.integrations-grid{grid-template-columns:repeat(3,1fr)}.demo-grid{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:720px){.nav-links{position:fixed;inset:var(--nav-height) 0 auto 0;flex-direction:column;align-items:stretch;gap:0;padding:.75rem;background:#f7f8faf5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);transform:translateY(-110%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease}.nav-links.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links a{padding:.85rem 1rem;border-radius:var(--radius-md)}.nav-links a:hover{background:var(--surface-muted)}.nav-links .btn{margin-top:.5rem;width:100%}.nav-toggle{display:inline-flex}.section{padding:4rem 0}.values-grid,.capabilities-grid,.workflow-board{grid-template-columns:1fr}.integrations-grid{grid-template-columns:repeat(2,1fr)}.quote-grid{grid-template-columns:1fr}.hero{padding-top:calc(var(--nav-height) + 2.5rem);padding-bottom:3rem;min-height:auto}.hero-visual{min-height:360px}.visual-card{padding:.85rem}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.form-grid{grid-template-columns:1fr}}@media(max-width:390px){:root{--container: min(100% - 1.5rem, 1200px)}.hero h1{font-size:1.85rem}.hero-visual{min-height:320px}.pipeline-mini{gap:.35rem}.pipe-mini-card{font-size:.65rem}.section-head h2,.demo-copy h2{font-size:1.55rem}}@media(prefers-reduced-motion:reduce){.nav-links{transition:none}}
