@import"https://unpkg.com/remixicon/fonts/remixicon.css";:root{--bg-main: #050816;--bg-section: #0b1020;--accent: #6366f1;--accent-soft: rgba(99, 102, 241, .18);--accent-strong: #4f46e5;--text-main: #f9fafb;--text-sub: #9ca3af;--border-soft: rgba(148, 163, 184, .35);--card-bg: rgba(15, 23, 42, .85);--radius-lg: 18px;--radius-xl: 28px;--shadow-soft: 0 22px 60px rgba(15, 23, 42, .75);--shadow-glow: 0 0 45px rgba(129, 140, 248, .4)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif;background:radial-gradient(circle at top,#111827 0,#020617 45%,#000);color:var(--text-main);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;color:var(--text-main)}.container{max-width:1120px;padding:0 20px;margin:0 auto}.navbar{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(to bottom,rgba(15,23,42,.92),rgba(15,23,42,.7),transparent);border-bottom:1px solid rgba(148,163,184,.35)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 20px}.navbar-left{display:flex;align-items:center;gap:10px}.logo-image{width:32px;height:32px;object-fit:contain}.logo-mark{width:32px;height:32px;border-radius:999px;background:conic-gradient(from 120deg,#6366f1,#22c55e,#06b6d4,#6366f1);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-glow);position:relative;overflow:hidden}.logo-mark:after{content:"";position:absolute;inset:2px;border-radius:inherit;background:radial-gradient(circle at 20% 0,#1f2937 0,#020617 55%)}.logo-char{position:relative;font-size:18px;font-weight:700;background:linear-gradient(to bottom right,#e5e7eb,#bfdbfe);-webkit-background-clip:text;color:transparent}.logo-text-main{font-size:17px;font-weight:600;letter-spacing:.04em}.logo-text-sub{font-size:11px;color:var(--text-sub)}.nav-links{display:flex;align-items:center;gap:22px;font-size:14px}.nav-link{position:relative;color:var(--text-sub);cursor:pointer;transition:color .2s ease}.nav-link:hover{color:#e5e7eb}.nav-link:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;border-radius:999px;background:linear-gradient(to right,#6366f1,#22c55e);transition:width .2s ease}.nav-link.active{color:#e5e7eb}.nav-link.active:after{width:18px}.nav-cta{padding:7px 15px;border-radius:999px;border:1px solid rgba(129,140,248,.8);background:radial-gradient(circle at top left,rgba(129,140,248,.35),transparent);font-size:13px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease;box-shadow:0 10px 25px #1e40af73}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 18px 40px #1e40afb3;background:radial-gradient(circle at top left,rgba(129,140,248,.6),transparent)}.nav-cta i{font-size:14px}.nav-mobile-toggle{display:none;font-size:22px;cursor:pointer}.hero{padding:40px 0 60px}.hero-inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:36px;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;background:#0f172acc;border:1px solid rgba(148,163,184,.45);font-size:11px;color:var(--text-sub);margin-bottom:14px}.eyebrow-dot{width:6px;height:6px;border-radius:999px;background:#22c55e;box-shadow:0 0 12px #22c55ee6}.hero-title{font-size:34px;line-height:1.1;margin-bottom:14px;letter-spacing:.02em}.hero-title span.highlight{background:linear-gradient(to right,#6366f1,#22c55e);-webkit-background-clip:text;color:transparent}.hero-subtitle{font-size:14px;color:var(--text-sub);max-width:480px;line-height:1.7;margin-bottom:26px}.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.badge-chip{padding:6px 11px;border-radius:999px;border:1px solid rgba(148,163,184,.6);font-size:11px;color:var(--text-sub);background:#0f172ab3;display:inline-flex;align-items:center;gap:6px}.badge-chip i{font-size:13px;color:#a5b4fc}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-bottom:26px}.btn-primary,.btn-ghost{border-radius:999px;padding:10px 16px;font-size:13px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .2s ease,border-color .2s ease,color .2s ease}.btn-primary{background:linear-gradient(to right,#6366f1,#22c55e);box-shadow:var(--shadow-soft);color:#f9fafb}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 20px 55px #1e40afe6}.btn-ghost{background:#0f172ab3;border-color:#94a3b899;color:var(--text-sub)}.btn-ghost:hover{border-color:#818cf8e6;color:#e5e7eb;background:#0f172af2}.hero-meta{font-size:11px;color:#94a3b8d9;display:flex;flex-wrap:wrap;gap:14px;align-items:center}.hero-meta span{display:inline-flex;align-items:center;gap:6px}.hero-meta span i{font-size:14px;color:#22c55e}.hero-visual-wrap{display:flex;justify-content:flex-end}.hero-visual{position:relative;width:100%;max-width:420px;perspective:1100px}.hero-3d-card{position:relative;border-radius:var(--radius-xl);background:radial-gradient(circle at top left,rgba(129,140,248,.5),transparent),radial-gradient(circle at bottom right,rgba(45,212,191,.5),transparent),linear-gradient(to bottom right,#020617,#020617);border:1px solid rgba(148,163,184,.4);box-shadow:var(--shadow-soft);padding:18px;transform-style:preserve-3d;transform-origin:center;transition:transform .12s ease-out,box-shadow .15s ease-out}.hero-3d-card.glow{box-shadow:var(--shadow-glow)}.hero-3d-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.hero-3d-pill{font-size:11px;padding:4px 9px;border-radius:999px;background:#0f172ae6;border:1px solid rgba(148,163,184,.7);color:var(--text-sub);display:inline-flex;align-items:center;gap:5px}.hero-3d-pill-dot{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 12px #22c55ecc}.hero-3d-main{display:grid;grid-template-columns:1.1fr .9fr;gap:14px}.hero-3d-screen{border-radius:18px;background:radial-gradient(circle at top,rgba(248,250,252,.15),transparent),linear-gradient(135deg,#020617,#020617);border:1px solid rgba(148,163,184,.45);padding:12px;transform:translateZ(26px);overflow:hidden}.hero-3d-screen-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px;font-size:10px;color:var(--text-sub)}.hero-3d-dots{display:inline-flex;gap:4px}.hero-3d-dot{width:6px;height:6px;border-radius:999px;background:#94a3b866}.hero-3d-url{border-radius:999px;padding:2px 8px;border:1px solid rgba(148,163,184,.4)}.hero-3d-tabs{display:flex;gap:6px;margin-bottom:10px}.hero-3d-tab{padding:4px 8px;border-radius:999px;font-size:10px;color:var(--text-sub);background:#0f172ad9}.hero-3d-tab.active{background:linear-gradient(to right,#6366f1,#22c55e);color:#f9fafb}.hero-3d-layout{display:grid;grid-template-columns:1.2fr .95fr;gap:8px}.hero-3d-block-lg{height:92px;border-radius:14px;border:1px solid rgba(148,163,184,.55);background:linear-gradient(135deg,#818cf81a,#0f172af2)}.hero-3d-block-column{display:grid;grid-template-rows:1.1fr .9fr;gap:6px}.hero-3d-block-sm{border-radius:12px;border:1px dashed rgba(148,163,184,.45);background:#0f172af5}.hero-3d-stack{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.hero-3d-pill-card{border-radius:999px;padding:4px 6px;border:1px solid rgba(148,163,184,.4);background:#0f172af5;font-size:10px;text-align:center;color:var(--text-sub)}.hero-3d-side{display:grid;grid-template-rows:1.3fr .9fr;gap:10px}.hero-3d-panel{border-radius:16px;border:1px solid rgba(148,163,184,.4);background:#0f172afa;padding:10px;transform:translateZ(20px)}.hero-3d-panel-title{font-size:11px;margin-bottom:6px}.hero-3d-metric-row{display:flex;justify-content:space-between;align-items:center;font-size:11px;margin-bottom:4px;color:var(--text-sub)}.hero-3d-metric-row strong{color:#e5e7eb}.hero-3d-progress{margin-top:6px;height:4px;border-radius:999px;background:#1e40af99;overflow:hidden}.hero-3d-progress-inner{height:100%;width:78%;background:linear-gradient(to right,#22c55e,#a855f7);border-radius:inherit}.hero-3d-mini-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.hero-3d-mini-tag{font-size:9px;color:var(--text-sub);padding:2px 6px;border-radius:999px;border:1px solid rgba(148,163,184,.4)}.hero-3d-floating{position:absolute;inset:-12px;pointer-events:none}.hero-3d-floating-badge{position:absolute;padding:7px 11px;border-radius:999px;background:#0f172af2;border:1px solid rgba(129,140,248,.8);font-size:11px;display:inline-flex;align-items:center;gap:6px;box-shadow:var(--shadow-soft)}.hero-3d-floating-badge i{font-size:14px;color:#a5b4fc}.hero-3d-floating-badge.badge-1{top:16px;right:-10px;transform:translateZ(40px)}.hero-3d-floating-badge.badge-2{bottom:6px;left:-6px;transform:translateZ(36px)}.hero-3d-orbit{position:absolute;inset:0;border-radius:inherit;border:1px dashed rgba(148,163,184,.3);transform:translateZ(10px);pointer-events:none}.hero-3d-orbit:before{content:"";position:absolute;width:7px;height:7px;border-radius:999px;background:#eab308;box-shadow:0 0 16px #eab308e6;top:18%;left:14%}.section{padding:32px 0 16px}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px;gap:12px}.section-title{font-size:18px;letter-spacing:.03em}.section-tagline{font-size:12px;color:var(--text-sub);max-width:420px;line-height:1.6}.section-link{font-size:12px;color:var(--text-sub);display:inline-flex;align-items:center;gap:6px;cursor:pointer}.section-link i{font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{border-radius:var(--radius-lg);background:var(--card-bg);border:1px solid var(--border-soft);padding:12px;box-shadow:0 16px 35px #0f172acc;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:10px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.product-card:hover{transform:translateY(-4px) translateZ(0);box-shadow:0 26px 60px #0f172af2;border-color:#818cf8e6;background:radial-gradient(circle at top,rgba(79,70,229,.28),transparent),#0f172af5}.product-icon{width:32px;height:32px;border-radius:999px;background:radial-gradient(circle at top,#818cf859,#020617);display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 0 26px #818cf899}.product-title{font-size:14px;font-weight:600}.product-desc{font-size:12px;color:var(--text-sub);line-height:1.6}.product-meta{font-size:11px;color:var(--text-sub);display:flex;justify-content:space-between;align-items:center;margin-top:4px}.product-chip{padding:2px 8px;border-radius:999px;background:#0f172ae6;border:1px solid rgba(148,163,184,.6);font-size:11px}.product-arrow{font-size:16px}.product-card-glow{position:absolute;inset:-30%;background:radial-gradient(circle at top,rgba(129,140,248,.3),transparent 60%);opacity:0;transition:opacity .2s ease;pointer-events:none}.product-card:hover .product-card-glow{opacity:1}.solution-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:14px}.solution-card,.stats-card{border-radius:var(--radius-lg);background:var(--card-bg);border:1px solid var(--border-soft);padding:16px;box-shadow:var(--shadow-soft)}.solution-list{display:grid;gap:10px;margin-top:8px}.solution-item{display:flex;gap:10px}.solution-icon{width:26px;height:26px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#374151b3;font-size:16px}.solution-content-title{font-size:13px;margin-bottom:2px}.solution-content-desc{font-size:12px;color:var(--text-sub);line-height:1.5}.stats-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.stat-item{padding:8px 10px;border-radius:14px;background:#0f172ae6;border:1px solid rgba(148,163,184,.5);flex:1 1 40%}.stat-value{font-size:16px;font-weight:600}.stat-label{font-size:11px;color:var(--text-sub)}.case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.case-card{border-radius:var(--radius-lg);background:var(--card-bg);border:1px solid var(--border-soft);padding:12px;box-shadow:var(--shadow-soft);font-size:12px;color:var(--text-sub);display:flex;flex-direction:column;gap:8px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.case-card:hover{transform:translateY(-3px);box-shadow:0 22px 45px #0f172ae6;border-color:#818cf8e6}.case-tag{font-size:11px;padding:2px 7px;border-radius:999px;background:#0f172ae6;border:1px solid rgba(148,163,184,.65);align-self:flex-start}.case-title{font-size:13px;color:#e5e7eb;font-weight:500}.case-footer{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--text-sub)}.contact-section{display:grid;grid-template-columns:1.2fr 1fr;gap:20px;padding:32px 0}.contact-card{border-radius:var(--radius-xl);background:radial-gradient(circle at top left,rgba(129,140,248,.35),transparent),#0f172afa;border:1px solid rgba(148,163,184,.6);padding:20px;box-shadow:var(--shadow-soft)}.contact-title{font-size:18px;margin-bottom:6px}.contact-sub{font-size:12px;color:var(--text-sub);margin-bottom:14px}.contact-form{display:grid;gap:10px;margin-top:10px}.field-label{font-size:11px;color:var(--text-sub);margin-bottom:4px}.field-input,.field-textarea{width:100%;border-radius:999px;border:1px solid rgba(148,163,184,.5);background:#0f172af2;color:#e5e7eb;padding:9px 11px;font-size:12px;outline:none}.field-textarea{border-radius:14px;min-height:88px;resize:vertical;line-height:1.6}.field-input:focus,.field-textarea:focus{border-color:#818cf8e6;box-shadow:0 0 0 1px #818cf899}.contact-side{padding-top:10px;font-size:12px;color:var(--text-sub)}.contact-info-list{display:grid;gap:10px;margin-top:10px}.contact-info-item{display:flex;gap:8px;align-items:flex-start}.contact-info-icon{width:24px;height:24px;border-radius:999px;background:#1f2937e6;display:flex;align-items:center;justify-content:center;font-size:14px}.contact-info-text strong{color:#e5e7eb}.footer{border-top:1px solid rgba(31,41,55,.9);padding:14px 0 18px;font-size:11px;color:var(--text-sub)}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.footer-links{display:flex;gap:12px;flex-wrap:wrap}.footer-links a{cursor:pointer}@media(max-width:960px){.hero-inner{grid-template-columns:minmax(0,1fr)}.hero-visual-wrap{justify-content:center}.solution-grid,.contact-section{grid-template-columns:minmax(0,1fr)}.product-grid,.case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.navbar-inner{padding-inline:16px}.nav-links{display:none}.nav-mobile-toggle{display:block}.hero{padding-top:26px}.hero-title{font-size:26px}.product-grid,.case-grid{grid-template-columns:minmax(0,1fr)}.section-header{flex-direction:column;align-items:flex-start}}.hero-visual{position:relative;width:100%;max-width:460px;perspective:1200px}.hero-3d-card{padding:20px;border-radius:24px;background:radial-gradient(circle at 0% 0%,rgba(129,140,248,.4),transparent 55%),radial-gradient(circle at 100% 100%,rgba(45,212,191,.25),transparent 55%),linear-gradient(135deg,#020617,#020617);border:1px solid rgba(148,163,184,.55);box-shadow:0 26px 70px #0f172ae6}.hero-3d-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.hero-3d-title-group{display:flex;flex-direction:column;gap:3px}.hero-3d-title{font-size:13px;color:#e5e7eb}.hero-3d-subtitle{font-size:11px;color:#94a3b8e6}.hero-3d-pill{font-size:11px;padding:4px 9px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(148,163,184,.8);background:#0f172af5;color:var(--text-sub);margin-right:120px}.hero-3d-pill--accent{border-color:#818cf8f2;box-shadow:0 0 25px #818cf899}.hero-3d-kpi-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:10px}.hero-3d-kpi{border-radius:999px;padding:4px 7px;background:#0f172ae6;border:1px solid rgba(148,163,184,.45);display:flex;justify-content:space-between;align-items:center}.hero-3d-kpi-label{font-size:10px;color:var(--text-sub)}.hero-3d-kpi-value{font-size:11px;color:#e5e7eb;font-variant-numeric:tabular-nums}.hero-3d-kpi-value--good{color:#4ade80}.hero-3d-block-lg{position:relative;height:96px;border-radius:16px;border:1px solid rgba(148,163,184,.55);background:radial-gradient(circle at top,rgba(129,140,248,.18),transparent 55%),linear-gradient(135deg,#020617,#020617);overflow:hidden}.hero-3d-chart-line{position:absolute;inset:18px 10px 24px;border-radius:999px;border:1px dashed rgba(148,163,184,.35)}.hero-3d-chart-bar{position:absolute;bottom:12px;width:6px;border-radius:999px;background:linear-gradient(to top,#22c55e,#a855f7)}.hero-3d-chart-bar--1{left:20%;height:30px}.hero-3d-chart-bar--2{left:40%;height:46px}.hero-3d-chart-bar--3{left:62%;height:38px}.hero-3d-block-sm{border-radius:13px;border:1px solid rgba(148,163,184,.45);background:#0f172afa;padding:7px 8px}.hero-3d-block-sm--tag{display:flex;flex-direction:column;gap:2px}.hero-3d-block-sm-label{font-size:10px;color:var(--text-sub)}.hero-3d-block-sm-value{font-size:11px;color:#e5e7eb}.hero-3d-panel--primary{background:radial-gradient(circle at top left,rgba(129,140,248,.2),transparent 60%),#0f172afa}.hero-3d-panel--ghost{background:#0f172af2}.hero-3d-progress--primary{margin-top:6px}.hero-3d-mini-tags--wrap{flex-wrap:wrap}@media(max-width:960px){.hero-visual{max-width:380px}}
