:root{--color-ink:#12202f;--color-ink-soft:#415266;--color-muted:#6a7888;--color-line:#dce5ee;--color-bg:#f6f9fc;--color-panel:#ffffff;--color-primary:#1769e0;--color-primary-dark:#0e4fa9;--color-accent:#12a982;--color-accent-soft:#dff7ef;--shadow-soft:0 18px 55px rgba(18, 32, 47, 0.10);--radius:8px;--container:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-ink);background:var(--color-panel);font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,microsoft yahei,pingfang sc,noto sans cjk sc,sans-serif;line-height:1.6;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:calc(100% - 40px);max-width:var(--container);margin:0 auto}.skip-link,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{z-index:20;width:auto;height:auto;clip:auto;padding:10px 14px;margin:12px;background:var(--color-ink);color:#fff;border-radius:var(--radius)}.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.86);border-bottom:1px solid rgba(220,229,238,.82);backdrop-filter:blur(18px)}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;flex:none}.brand-mark{width:162px;height:auto}.site-nav{display:flex;align-items:center;gap:8px;color:var(--color-ink-soft);font-size:15px}.site-nav a,.nav-dropdown summary{padding:8px 12px;border-radius:var(--radius)}.site-nav a:hover,.site-nav a:focus,.nav-dropdown summary:hover,.nav-dropdown summary:focus{color:var(--color-primary);background:#eef5ff}.nav-dropdown{position:relative}.nav-dropdown summary{display:inline-flex;align-items:center;gap:6px;list-style:none;cursor:pointer}.nav-dropdown summary::-webkit-details-marker{display:none}.nav-dropdown summary::after{content:"";width:7px;height:7px;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg)translateY(-2px)}.dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;z-index:12;display:grid;width:340px;padding:10px;background:#fff;border:1px solid var(--color-line);border-radius:var(--radius);box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;transform:translateX(-50%)translateY(8px);transition:opacity .16s ease,transform .16s ease}.nav-dropdown[open] .dropdown-menu,.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{opacity:1;pointer-events:auto;transform:translateX(-50%)translateY(0)}.dropdown-menu a{display:grid;gap:4px;padding:13px 14px}.dropdown-menu strong{color:var(--color-ink);font-size:15px}.dropdown-menu span{color:var(--color-muted);font-size:13px;line-height:1.5}.language-link{margin-left:4px;color:var(--color-primary);border:1px solid var(--color-line)}.nav-toggle{display:none;width:42px;height:42px;padding:0;border:1px solid var(--color-line);border-radius:var(--radius);background:#fff}.nav-toggle span:not(.sr-only){display:block;width:18px;height:2px;margin:4px auto;background:var(--color-ink);border-radius:2px}.hero{position:relative;overflow:hidden;min-height:620px;padding:92px 0 72px;background:linear-gradient(90deg,rgba(247,251,255,.98) 0%,rgba(247,251,255,.92) 48%,rgba(247,251,255,.42) 76%,rgba(247,251,255,.12) 100%),url(/images/hero-ai-enterprise.webp)100%/cover no-repeat}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:center}.eyebrow{margin:0 0 14px;color:var(--color-primary);font-size:14px;font-weight:700;letter-spacing:0}h1,h2,h3,p{margin-top:0}h1{max-width:980px;margin-bottom:22px;font-size:clamp(38px,5vw,58px);line-height:1.12;letter-spacing:0}h2{margin-bottom:14px;font-size:clamp(28px,4vw,42px);line-height:1.2;letter-spacing:0}h3{margin-bottom:10px;font-size:20px;line-height:1.3;letter-spacing:0}.hero-summary{max-width:840px;color:var(--color-ink-soft);font-size:19px}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:var(--radius);font-weight:700;white-space:nowrap}.button-primary{color:#fff;background:var(--color-primary);box-shadow:0 12px 28px rgba(23,105,224,.22)}.button-primary:hover,.button-primary:focus{background:var(--color-primary-dark)}.button-secondary{color:var(--color-ink);background:#fff;border:1px solid var(--color-line)}.button-secondary:hover,.button-secondary:focus{border-color:var(--color-primary);color:var(--color-primary)}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:860px;margin:28px 0 0;padding:0}.hero-stats div{padding:12px 14px;background:rgba(255,255,255,.82);border:1px solid rgba(220,229,238,.9);border-radius:var(--radius)}.hero-stats dt{font-size:16px;font-weight:800}.hero-stats dd{margin:2px 0 0;color:var(--color-muted);font-size:13px;line-height:1.45}.hero-visual{display:none}.section{padding:68px 0}.section-muted{background:var(--color-bg)}.section-heading{max-width:690px;margin:0 auto 30px;text-align:center}.section-heading p:last-child{color:var(--color-ink-soft);font-size:18px}.section-heading-left{margin:0;text-align:left}.service-grid,.case-grid,.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card,.case-card,.product-card{min-height:190px;padding:22px;background:var(--color-panel);border:1px solid var(--color-line);border-radius:var(--radius);box-shadow:0 8px 24px rgba(18,32,47,4%)}.product-capability-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-capability-grid .service-card{min-height:236px}.service-card p,.case-card p,.product-card p,.process-list p,.contact-panel p{color:var(--color-ink-soft)}.card-index{display:inline-flex;margin-bottom:18px;color:var(--color-accent);font-weight:800}.split-section{display:grid;grid-template-columns:.76fr 1fr;gap:56px;align-items:center}.scenario-list{display:flex;flex-wrap:wrap;gap:12px}.scenario-list span{display:inline-flex;align-items:center;min-height:44px;padding:0 16px;color:var(--color-ink);background:#fff;border:1px solid var(--color-line);border-radius:var(--radius);font-weight:700}.case-card span{color:var(--color-primary);font-size:14px;font-weight:800}.case-card{display:flex;flex-direction:column;padding:14px 14px 20px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.case-card-image{width:100%;aspect-ratio:16/10;margin-bottom:16px;object-fit:cover;border:1px solid rgba(23,105,224,.1);border-radius:calc(var(--radius) - 2px);background:#eef5ff}.case-card h3,.product-card h3{margin-top:12px}.product-card{position:relative;display:flex;flex-direction:column;min-height:208px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.case-card:hover,.case-card:focus,.product-card:hover,.product-card:focus{border-color:rgba(23,105,224,.45);box-shadow:0 18px 42px rgba(18,32,47,.1);transform:translateY(-3px)}.product-card span{color:var(--color-accent);font-size:14px;font-weight:800}.product-hero{padding:82px 0 58px;background:radial-gradient(circle at 82% 22%,rgba(18,169,130,.16),transparent 28%),linear-gradient(180deg,#f8fbff 0%,#ffffff 78%)}.product-hero+.section,.product-hero+.section+.section,.product-hero+.section+.section+.section,.product-hero+.section+.section+.section+.section,.product-hero+.section+.section+.section+.section+.section{padding:58px 0}.product-hero-grid,.product-content{display:grid;grid-template-columns:minmax(0,.95fr)minmax(320px,.78fr);gap:36px;align-items:center}.product-hero-image{width:100%;max-height:360px;object-fit:cover;border:1px solid var(--color-line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.product-intro{color:var(--color-ink-soft);font-size:17px}.product-intro p{margin:0 0 12px}.product-intro p:last-child{margin-bottom:0}.product-panel{padding:22px;background:#fff;border:1px solid var(--color-line);border-radius:var(--radius);box-shadow:0 8px 24px rgba(18,32,47,4%)}.product-audience{display:grid;gap:10px;margin:0;padding:0;list-style:none}.product-audience li{padding:10px 12px;background:var(--color-bg);border-radius:var(--radius);color:var(--color-ink-soft);font-weight:700}.product-workflow{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.product-workflow li{position:relative;display:grid;grid-template-columns:1fr;gap:14px;align-content:start;min-height:160px;padding:20px 18px;background:#fff;border:1px solid var(--color-line);border-radius:var(--radius);color:var(--color-ink-soft);font-weight:700;box-shadow:0 12px 28px rgba(18,32,47,5%)}.product-workflow li::after{content:"";position:absolute;top:33px;right:-13px;width:13px;height:2px;background:linear-gradient(90deg,rgba(23,105,224,.45),rgba(18,169,130,.45))}.product-workflow li:last-child::after{display:none}.product-workflow span{display:inline-grid;place-items:center;width:34px;height:34px;color:var(--color-primary);background:rgba(23,105,224,.1);border-radius:999px;font-weight:900}.product-flow-panel{padding:34px;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(247,251,255,.98)),radial-gradient(circle at 12% 20%,rgba(23,105,224,.12),transparent 30%),radial-gradient(circle at 88% 20%,rgba(18,169,130,.14),transparent 28%);border:1px solid var(--color-line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.product-flow-copy{max-width:760px;margin-bottom:26px}.product-flow-copy p:last-child{color:var(--color-ink-soft);font-size:17px}.product-showcase{display:grid;grid-template-columns:minmax(280px,.72fr)minmax(0,1fr);gap:36px;align-items:center}.product-showcase-copy{max-width:460px}.product-feature-text{color:var(--color-ink-soft);font-size:17px}.product-feature-figure{margin:0;padding:12px;background:#fff;border:1px solid rgba(119,139,164,.18);border-radius:var(--radius);box-shadow:0 10px 28px rgba(18,32,47,5%)}.product-screen-frame{position:relative;padding:26px 8px 8px;background:#f8fbff;border:1px solid rgba(119,139,164,.16);border-radius:calc(var(--radius) - 2px);box-shadow:inset 0 1px rgba(255,255,255,.78)}.product-screen-frame span{position:absolute;top:10px;width:7px;height:7px;background:rgba(119,139,164,.36);border-radius:999px}.product-screen-frame span:nth-child(1){left:12px}.product-screen-frame span:nth-child(2){left:24px}.product-screen-frame span:nth-child(3){left:36px}.product-feature-figure img{width:100%;max-height:430px;object-fit:contain;border:1px solid rgba(119,139,164,.12);border-radius:5px;background:#fff}.product-feature-figure figcaption{margin-top:10px;color:var(--color-muted);font-size:14px}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-use-section{display:grid;grid-template-columns:minmax(0,1fr)300px;gap:28px;align-items:start}.product-scenario-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-scenario-card,.product-industry-panel{background:#fff;border:1px solid var(--color-line);border-radius:var(--radius);box-shadow:0 8px 24px rgba(18,32,47,4%)}.product-scenario-card{min-height:178px;padding:22px}.product-scenario-card span,.product-example-card span{color:var(--color-accent);font-size:14px;font-weight:800}.product-scenario-card h3,.product-example-card h3{margin-top:14px}.product-scenario-card p,.product-example-card p{color:var(--color-ink-soft)}.product-industry-panel{position:sticky;top:96px;padding:24px}.product-industry-panel h3{margin-top:8px}.product-industry-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.product-industry-tags span{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;color:var(--color-ink);background:var(--color-bg);border:1px solid var(--color-line);border-radius:999px;font-weight:700}.product-example-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-example-card{min-height:210px}.product-gallery figure{margin:0;padding:14px;background:#fff;border:1px solid var(--color-line);border-radius:var(--radius);box-shadow:0 8px 24px rgba(18,32,47,4%)}.product-gallery img{width:100%;max-height:460px;object-fit:contain;border-radius:calc(var(--radius) - 2px);background:var(--color-bg)}.product-gallery figcaption{margin-top:10px;color:var(--color-muted);font-size:14px}.product-gallery-single{grid-template-columns:minmax(0,1fr);justify-items:center;max-width:340px;margin:0 auto}.product-gallery-single figure{width:100%;text-align:center}.product-gallery-single img{display:block;width:auto;max-width:100%;max-height:300px;margin:0 auto}.process-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}.process-list li{position:relative;min-height:232px;padding:24px 20px;background:#fff;border:1px solid var(--color-line);border-radius:var(--radius)}.process-list span{display:inline-flex;margin-bottom:30px;color:var(--color-primary);font-weight:800}.contact-section{background:linear-gradient(135deg,#112033 0%,#143e65 56%,#0d6d64 100%)}.contact-panel{display:grid;grid-template-columns:minmax(0,1fr)260px;gap:38px;align-items:center;padding:44px;color:#fff;background:rgba(255,255,255,8%);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius)}.contact-panel .eyebrow,.contact-panel p{color:rgba(255,255,255,.82)}.contact-panel .button-secondary{color:#fff;background:0 0;border-color:rgba(255,255,255,.38)}.qr-placeholder{padding:18px;text-align:center;background:#fff;border-radius:var(--radius)}.qr-placeholder img{width:188px;margin:0 auto}.qr-placeholder p{margin:14px 0 0;color:var(--color-ink-soft);font-size:14px}.site-footer{padding:34px 0;background:#0d1724;color:rgba(255,255,255,.72)}.footer-inner{display:grid;grid-template-columns:1fr auto auto;gap:28px;align-items:center}.footer-logo{width:138px;filter:brightness(0)invert(1)}.footer-inner p{margin:8px 0 0}.footer-links{display:flex;gap:18px}.footer-links a:hover,.footer-links a:focus{color:#fff}.footer-record{font-size:14px}@media(max-width:980px){.hero-grid,.split-section,.contact-panel{grid-template-columns:1fr}.hero{min-height:0;padding:64px 0 58px;background:linear-gradient(180deg,rgba(247,251,255,.96) 0%,rgba(247,251,255,.84) 48%,rgba(247,251,255,.64) 100%),url(/images/hero-ai-enterprise.webp)100%/cover no-repeat}.hero-visual{display:none}.service-grid,.case-grid,.product-card-grid,.product-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.product-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-use-section{grid-template-columns:1fr}.product-scenario-grid,.product-example-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-industry-panel{position:static}.product-hero-grid,.product-content,.product-showcase{grid-template-columns:1fr}.product-showcase-copy{max-width:680px}.product-workflow{grid-template-columns:1fr}.product-workflow li{min-height:auto;grid-template-columns:42px 1fr;align-items:center}.product-workflow li::after{top:auto;right:auto;bottom:-11px;left:37px;width:2px;height:10px;background:linear-gradient(180deg,rgba(23,105,224,.45),rgba(18,169,130,.45))}.process-list{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:1fr}}@media(max-width:760px){.container{width:calc(100% - 28px)}.header-inner{min-height:66px}.brand-mark{width:138px}.nav-toggle{display:block}.site-nav{position:absolute;top:66px;left:14px;right:14px;display:none;padding:10px;background:#fff;border:1px solid var(--color-line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.site-nav.is-open{display:grid}.site-nav a{padding:12px}.nav-dropdown summary{padding:12px}.dropdown-menu{position:static;width:100%;margin:0 0 8px;padding:6px;box-shadow:none;opacity:1;pointer-events:auto;transform:none;background:#f7fbff}.nav-dropdown:not([open]) .dropdown-menu{display:none}.nav-dropdown[open] .dropdown-menu,.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{transform:none}h1{font-size:36px}.hero-summary,.section-heading p:last-child{font-size:16px}.hero-actions,.contact-actions{display:grid}.hero-stats,.service-grid,.case-grid,.product-card-grid,.product-gallery,.product-scenario-grid,.product-example-grid,.process-list{grid-template-columns:1fr}.hero{padding:44px 0 46px}.hero-stats{grid-template-columns:1fr;gap:8px;margin-top:20px}.hero-stats div{padding:10px 12px}.hero-stats dt{font-size:16px}.hero-stats dd{font-size:13px}.product-hero{padding:58px 0 54px}.product-hero-grid{gap:28px}.product-hero-image{max-height:260px}.product-flow-panel{padding:22px}.product-capability-grid{grid-template-columns:1fr}.product-capability-grid .service-card{min-height:auto}.product-screen-frame{padding:30px 8px 8px}.product-feature-figure{padding:10px}.product-gallery-single{max-width:280px}.product-gallery-single img{max-height:250px}.product-gallery-section-single .section-heading{text-align:center}.section{padding:50px 0}.section-heading{text-align:left}.service-card,.case-card,.process-list li{min-height:auto}.contact-panel{padding:28px 20px}}