:root{--bg-primary:#080d16;--bg-secondary:#0f1724;--bg-card:#151f30;--accent:#00c9a7;--accent-light:#33d9bb;--accent-dark:#00a88c;--accent-gold:#c9a96e;--accent-gold-light:#ddc18a;--text-white:#fff;--text-gray-100:#f1f5f9;--text-gray-200:#e2e8f0;--text-gray-400:#94a3b8;--text-gray-500:#64748b;--text-gray-600:#475569;--border-color:#ffffff0f;--font-sans:"Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ease-out:cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-gray-100);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}::selection{background:var(--accent);color:var(--bg-primary)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.text-display{letter-spacing:-.02em;font-size:clamp(3rem,8vw,5.5rem);font-weight:700;line-height:1.1}.text-h1{letter-spacing:-.01em;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2}.text-h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.3}.text-h3{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:500;line-height:1.4}.text-body-lg{color:var(--text-gray-400);font-size:1.125rem;line-height:1.7}.text-body{color:var(--text-gray-400);font-size:1rem;line-height:1.7}.text-small{color:var(--text-gray-500);font-size:.875rem;line-height:1.6}.text-label{letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:500}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (width>=768px){.container{padding:0 4rem}}@media (width>=1024px){.container{padding:0 6rem}}.section{align-items:center;min-height:100dvh;padding:6rem 2rem;display:flex;position:relative}@media (width>=768px){.section{padding:6rem 4rem}}@media (width>=1024px){.section{padding:6rem}}.section-inner{width:100%;max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}@media (width>=768px){.section-header{margin-bottom:5rem}}.section-label{color:var(--accent);margin-bottom:1rem;display:inline-block}.section-title{margin-bottom:1rem}.section-subtitle{max-width:36rem;margin:0 auto}.btn{transition:all .3s var(--ease-out);cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-primary{background:var(--accent);color:var(--bg-primary)}.btn-primary:hover{background:var(--accent-light);transform:translateY(-2px)}.btn-ghost{color:var(--text-white);border:1px solid var(--text-gray-600);background:0 0}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn-outline{border:1px solid var(--border-color);color:var(--text-gray-300);transition:all .3s var(--ease-out);background:0 0;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.fade-in{opacity:0;transition:opacity .8s var(--ease-out), transform .8s var(--ease-out);transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fade-in{opacity:1;transition:none;transform:none}}.navbar[data-v-3339568c]{z-index:1000;transition:all .4s var(--ease-out);padding:1.5rem 2rem;position:fixed;top:0;left:0;right:0}@media (width>=768px){.navbar[data-v-3339568c]{padding:1.5rem 4rem}}@media (width>=1024px){.navbar[data-v-3339568c]{padding:1.5rem 6rem}}.navbar.scrolled[data-v-3339568c]{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);background:#080d16e6}.nav-container[data-v-3339568c]{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.logo[data-v-3339568c]{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.logo-mark[data-v-3339568c]{background:linear-gradient(135deg, var(--accent), var(--accent-light));width:2.5rem;height:2.5rem;color:var(--bg-primary);border-radius:.5rem;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.logo-text[data-v-3339568c]{color:var(--text-white);letter-spacing:.02em;font-size:1.125rem;font-weight:600}.nav-menu[data-v-3339568c]{gap:2rem;list-style:none;display:none}@media (width>=1024px){.nav-menu[data-v-3339568c]{display:flex}}.nav-menu a[data-v-3339568c]{color:var(--text-gray-400);font-size:.9375rem;font-weight:400;text-decoration:none;transition:color .3s;position:relative}.nav-menu a[data-v-3339568c]:after{content:"";background:var(--accent);width:0;height:1px;transition:width .3s var(--ease-out);position:absolute;bottom:-4px;left:0}.nav-menu a[data-v-3339568c]:hover,.nav-menu a.active[data-v-3339568c]{color:var(--text-white)}.nav-menu a[data-v-3339568c]:hover:after,.nav-menu a.active[data-v-3339568c]:after{width:100%}.nav-actions[data-v-3339568c]{align-items:center;gap:1.5rem;display:flex}.lang-toggle[data-v-3339568c]{color:var(--text-gray-400);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;transition:color .3s;display:flex;position:relative}.lang-toggle[data-v-3339568c]:hover{color:var(--text-white)}.lang-dropdown[data-v-3339568c]{background:var(--bg-card);border:1px solid var(--border-color);opacity:0;visibility:hidden;transition:all .3s var(--ease-out);border-radius:.5rem;margin-top:.5rem;position:absolute;top:100%;right:0;overflow:hidden;transform:translateY(-10px)}.lang-toggle:hover .lang-dropdown[data-v-3339568c]{opacity:1;visibility:visible;transform:translateY(0)}.lang-dropdown a[data-v-3339568c]{color:var(--text-gray-400);white-space:nowrap;padding:.625rem 1rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:block}.lang-dropdown a[data-v-3339568c]:hover{color:var(--text-white);background:#00c9a71a}.lang-dropdown a.active[data-v-3339568c]{color:var(--accent)}.nav-cta[data-v-3339568c]{display:none}@media (width>=1024px){.nav-cta[data-v-3339568c]{display:inline-flex}}.scroll-progress[data-v-3339568c]{background:linear-gradient(90deg, var(--accent), var(--accent-light));z-index:1001;transform-origin:0;height:2px;position:fixed;top:0;left:0}.footer[data-v-f702c4b1]{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:2rem}@media (width>=768px){.footer[data-v-f702c4b1]{padding:2rem 4rem}}@media (width>=1024px){.footer[data-v-f702c4b1]{padding:2rem 6rem}}.footer-inner[data-v-f702c4b1]{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto;display:flex}@media (width>=768px){.footer-inner[data-v-f702c4b1]{text-align:left;flex-direction:row;justify-content:space-between}}.footer-brand[data-v-f702c4b1]{align-items:center;gap:.75rem;display:flex}.footer-logo-mark[data-v-f702c4b1]{background:linear-gradient(135deg, var(--accent), var(--accent-light));width:2rem;height:2rem;color:var(--bg-primary);border-radius:.375rem;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.footer-logo-text[data-v-f702c4b1]{color:var(--text-white);font-size:1rem;font-weight:500}.footer-links[data-v-f702c4b1]{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer-links a[data-v-f702c4b1]{color:var(--text-gray-500);font-size:.875rem;text-decoration:none;transition:color .3s}.footer-links a[data-v-f702c4b1]:hover{color:var(--accent)}.footer-copy[data-v-f702c4b1]{color:var(--text-gray-600);font-size:.8125rem}.hero[data-v-776f586f]{background:var(--bg-primary);position:relative;overflow:hidden}.hero-bg[data-v-776f586f]{z-index:0;background-color:var(--bg-primary);background-image:radial-gradient(at 30% 20%,#00c9a71a 0%,#0000 55%),radial-gradient(at 80% 60%,#00c9a70f 0%,#0000 45%),linear-gradient(90deg,#080d16fa 0%,#080d16bf 45%,#080d1659 100%),linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:100% 100%,100% 100%,100% 100%,64px 64px,64px 64px;position:absolute;inset:0}.hero-bg[data-v-776f586f]:before{content:"";z-index:-1;opacity:.28;pointer-events:none;background-image:url(/images/background.webp);background-position:35% 15%;background-repeat:no-repeat;background-size:140%;position:absolute;inset:0}@media (width<=1023px){.hero-bg[data-v-776f586f]:before{opacity:.16;background-position:40% 10%;background-size:220%}}.hero-grid[data-v-776f586f]{z-index:2;align-items:center;gap:3rem;display:flex;position:relative}.hero-content[data-v-776f586f]{flex:1;min-width:0;max-width:52rem}.hero-eyebrow[data-v-776f586f]{color:var(--accent);letter-spacing:.02em;margin-bottom:1.25rem;padding-left:2rem;font-size:.9375rem;font-weight:500;position:relative}.hero-eyebrow[data-v-776f586f]:before{content:"";background:var(--accent);width:1rem;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.hero-title[data-v-776f586f]{margin-bottom:1.5rem;font-size:clamp(2.25rem,5vw,4rem);line-height:1.15}.hero-title .accent[data-v-776f586f]{color:var(--accent)}.hero-desc[data-v-776f586f]{max-width:36rem;margin-bottom:2.5rem}.hero-actions[data-v-776f586f]{flex-wrap:wrap;gap:1rem;margin-bottom:4rem;display:flex}@media (width>=640px){.hero-actions[data-v-776f586f]{gap:1.5rem}}.hero-grid-badge[data-v-776f586f]{border-top:1px solid var(--border-color);padding-top:2rem}.badge-item[data-v-776f586f]{align-items:baseline;gap:.75rem;display:flex}.badge-num[data-v-776f586f]{color:var(--accent);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;line-height:1}.badge-label[data-v-776f586f]{color:var(--text-gray-500);font-size:.875rem}@media (width<=767px){.hero-content[data-v-776f586f]{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-title[data-v-776f586f]{font-size:clamp(1.875rem,8vw,2.5rem)}.hero-eyebrow[data-v-776f586f]{padding-left:0}.hero-eyebrow[data-v-776f586f]:before{display:none}.hero-actions[data-v-776f586f]{justify-content:center}.hero-grid-badge[data-v-776f586f]{justify-content:center;display:flex}}@media (width>=1920px){.hero .section-inner[data-v-776f586f]{max-width:1600px}.hero-content[data-v-776f586f]{max-width:60rem}.hero-title[data-v-776f586f]{font-size:clamp(2.25rem,4.5vw,5rem)}.hero-bg[data-v-776f586f]:before{background-position:40%;background-size:130%}}@media (width>=2560px){.hero .section-inner[data-v-776f586f]{max-width:2000px}.hero-content[data-v-776f586f]{max-width:72rem}.hero-title[data-v-776f586f]{font-size:clamp(2.5rem,4vw,6rem)}.hero-title br[data-v-776f586f]{display:none}.hero-desc[data-v-776f586f]{max-width:48rem;font-size:1.25rem}.hero-bg[data-v-776f586f]:before{background-position:50%;background-size:120%}}.what[data-v-a1347372]{background:var(--bg-secondary)}.what-grid[data-v-a1347372]{flex-direction:column;align-items:center;gap:2rem;display:flex}@media (width>=768px){.what-grid[data-v-a1347372]{flex-direction:row;justify-content:center;gap:1.5rem}}.what-card[data-v-a1347372]{background:var(--bg-card);border:1px solid var(--border-color);width:100%;max-width:420px;transition:all .4s var(--ease-out);border-radius:.75rem;flex:1;padding:2.5rem 2rem}.what-before[data-v-a1347372]{opacity:.65}.what-before[data-v-a1347372]:hover{opacity:.85;border-color:var(--text-gray-600)}.what-after[data-v-a1347372]{background:linear-gradient(135deg, #00c9a70a 0%, var(--bg-card) 50%);border-color:#00c9a733}.what-after[data-v-a1347372]:hover{border-color:#00c9a766;transform:translateY(-4px)}.what-card-badge[data-v-a1347372]{letter-spacing:.08em;text-transform:uppercase;color:var(--text-gray-400);background:#64748b26;border-radius:.25rem;margin-bottom:1.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.what-card-badge.accent[data-v-a1347372]{color:var(--accent);background:#00c9a71f}.what-card-desc[data-v-a1347372]{color:var(--text-gray-400);font-size:1rem;line-height:1.8}.what-arrow[data-v-a1347372]{color:var(--accent);flex-shrink:0;align-items:center;display:flex}@media (width<=767px){.what-arrow svg[data-v-a1347372]{transform:rotate(90deg)}}.product[data-v-3396a205]{background:var(--bg-primary)}.product-grid[data-v-3396a205]{gap:2rem;display:grid}@media (width>=768px){.product-grid[data-v-3396a205]{grid-template-columns:repeat(3,1fr)}}.product-card[data-v-3396a205]{background:var(--bg-card);border:1px solid var(--border-color);transition:all .4s var(--ease-out);border-radius:.75rem;overflow:hidden}.product-card[data-v-3396a205]:hover{border-color:#00c9a74d;transform:translateY(-6px);box-shadow:0 12px 40px #00c9a70f}.product-image-wrapper[data-v-3396a205]{background:var(--bg-secondary);width:100%;overflow:hidden}.product-image[data-v-3396a205]{object-fit:cover;width:100%;height:auto;transition:transform .4s var(--ease-out)}.product-card:hover .product-image[data-v-3396a205]{transform:scale(1.03)}.product-info[data-v-3396a205]{padding:1.5rem}.product-card-title[data-v-3396a205]{color:var(--text-white);margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.product-card-desc[data-v-3396a205]{color:var(--text-gray-500);font-size:.875rem;line-height:1.6}.business[data-v-893101b8]{background:var(--bg-secondary)}.business-grid[data-v-893101b8]{gap:1.5rem;display:grid}@media (width>=640px){.business-grid[data-v-893101b8]{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.business-grid[data-v-893101b8]{grid-template-columns:repeat(2,1fr);gap:2rem}}.business-card[data-v-893101b8]{background:var(--bg-card);border:1px solid var(--border-color);transition:all .4s var(--ease-out);border-radius:.75rem;padding:2rem;position:relative}.business-card[data-v-893101b8]:before{content:"";background:linear-gradient(90deg, var(--accent), var(--accent-light));transform-origin:0;height:2px;transition:transform .4s var(--ease-out);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.business-card[data-v-893101b8]:hover{border-color:#00c9a74d;transform:translateY(-4px)}.business-card[data-v-893101b8]:hover:before{transform:scaleX(1)}.business-icon[data-v-893101b8]{background:#00c9a714;border-radius:.5rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.business-title[data-v-893101b8]{color:var(--text-white);margin-bottom:.75rem;font-size:1.125rem;font-weight:500}.business-desc[data-v-893101b8]{color:var(--text-gray-500);font-size:.875rem;line-height:1.6}.why[data-v-2454aa89]{background:var(--bg-primary)}.why-grid[data-v-2454aa89]{gap:2rem;display:grid}@media (width>=768px){.why-grid[data-v-2454aa89]{grid-template-columns:repeat(2,1fr);gap:3rem}}.why-card[data-v-2454aa89]{background:var(--bg-card);border:1px solid var(--border-color);transition:all .4s var(--ease-out);border-radius:.75rem;padding:2.5rem;position:relative;overflow:hidden}.why-card[data-v-2454aa89]:before{content:"";background:linear-gradient(90deg, var(--accent), var(--accent-light));transform-origin:0;width:100%;height:2px;transition:transform .4s var(--ease-out);position:absolute;top:0;left:0;transform:scaleX(0)}.why-card[data-v-2454aa89]:hover{border-color:#00c9a740;transform:translateY(-4px)}.why-card[data-v-2454aa89]:hover:before{transform:scaleX(1)}.why-card-header[data-v-2454aa89]{align-items:center;gap:1.25rem;margin-bottom:1.75rem;display:flex}.why-avatar[data-v-2454aa89]{border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;font-size:1.25rem;font-weight:700;display:flex}.why-avatar.caid[data-v-2454aa89]{background:linear-gradient(135deg, var(--accent), var(--accent-light));color:var(--bg-primary)}.why-avatar.zheng[data-v-2454aa89]{background:linear-gradient(135deg, var(--accent-gold), var(--accent-gold-light));color:var(--bg-primary)}.why-name[data-v-2454aa89]{color:var(--text-white);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.why-role[data-v-2454aa89]{color:var(--text-gray-500);font-size:.8125rem}.why-points[data-v-2454aa89]{flex-direction:column;gap:.875rem;list-style:none;display:flex}.why-points li[data-v-2454aa89]{color:var(--text-gray-400);padding-left:1.25rem;font-size:.9375rem;line-height:1.6;position:relative}.why-points li[data-v-2454aa89]:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:.55rem;left:0}.why-card:last-child .why-points li[data-v-2454aa89]:before{background:var(--accent-gold)}.contact[data-v-dfd38e9d]{background:var(--bg-primary);text-align:center}.contact-content[data-v-dfd38e9d]{max-width:40rem;margin:0 auto}.contact .section-label[data-v-dfd38e9d]{margin-bottom:1rem}.contact .text-h1[data-v-dfd38e9d]{margin-bottom:1.5rem}.contact .text-body-lg[data-v-dfd38e9d]{margin-bottom:3rem}.contact-grid[data-v-dfd38e9d]{gap:2rem;margin-bottom:3rem;display:grid}@media (width>=640px){.contact-grid[data-v-dfd38e9d]{grid-template-columns:repeat(3,1fr)}}.contact-item-label[data-v-dfd38e9d]{color:var(--text-gray-600);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.6875rem}.contact-item-value[data-v-dfd38e9d]{color:var(--text-gray-200);font-size:1rem}.contact-actions[data-v-dfd38e9d]{justify-content:center;display:flex}.app{min-height:100vh}
