.language-switch {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-right: 14px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .04em;
}
.language-switch a { color: var(--ink, #141c2e); text-decoration: none; }
.language-switch a[aria-current="page"] { color: var(--blue, #197ccc); font-weight: 600; }

/* Chinese parity snapshot: application first, with the existing VISPEK visual identity. */
:root { --blue: #176dae; --blue-d: #145b92; --green: #187b4b; --violet: #6847c5; --faint: #596b7c; --surface-soft: #f3f7fa; --section-space: 64px; --radius-panel: 16px; }
html { scroll-padding-top: 104px; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #172437; }
h1, h2, h3, h4 { font-family: var(--font-en); text-wrap: balance; letter-spacing: -.025em; }
p { text-wrap: pretty; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }
summary { cursor: pointer; }
:focus-visible { outline: 3px solid #176fb4; outline-offset: 5px; }
.skip-link { position: fixed; left: 20px; top: -90px; z-index: 100; padding: 12px 20px; background: #172437; color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; color: #fff; }
.header-inner { display: flex; justify-content: space-between; gap: 28px; height: 72px; }
.spectral-rule { height: 3px; }
.site-header { background: #fff; backdrop-filter: none; }
.site-nav { gap: clamp(14px, 1.65vw, 27px); font-size: 14px; }
.header-actions { display: flex; align-items: center; flex-shrink: 0; gap: 12px; }
.language-switch { margin: 0; }
.site-nav a { padding: 10px 0; }
.site-nav a[aria-current="page"] { padding-bottom: 8px; }
.pill-button { font-size: 14px; padding-left: 20px; min-height: 44px; white-space: nowrap; }
.pill-button--lg { min-height: 48px; padding-left: 22px; }
.text-link, .arrow-link { font-size: 15px; line-height: 1.5; }
.text-link { padding-block: 8px; }
.arrow-link { color: #1667a7; }
.pill-button:disabled { opacity: .6; cursor: wait; transform: none; }
.section { padding-block: var(--section-space); }
.section-head { gap: 24px; align-items: end; }
.section-head h2, .applications-gallery-head h2 { font-size: clamp(28px, 2.5vw, 34px); font-weight: 400; line-height: 1.3; }
.section-sub, .section-note { font-size: 16px; line-height: 1.65; color: #546171; max-width: 68ch; letter-spacing: 0; font-family: Arial, Helvetica, sans-serif; }
.kicker, .hero-copy .hero-badge { letter-spacing: .02em !important; font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.hero-copy .hero-badge { color: #1667a7; border: 0; border-radius: 0; background: none; padding: 0; margin-bottom: 18px; }
.blink-dot { animation: none; background: #197ccc; }
.page-hero { padding-top: 44px; }
.hero-grid { gap: 48px; padding-bottom: 48px; }
.hero-copy h1 { font-size: clamp(36px, 3.2vw, 46px) !important; line-height: 1.18; font-weight: 400; letter-spacing: -.03em; }
.hero-copy h1 b { color: #176dae; font-weight: inherit; }
.hero-sub { max-width: 49ch !important; font-size: 17px !important; line-height: 1.75 !important; color: #4e5d6c; margin-top: 22px; }
.hero-actions { flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.hero-points { margin-top: 24px; }
.hero-points > div { align-items: baseline; margin-top: 10px; }
.hero-points p { font-size: 15px; line-height: 1.65; }
.hero-points b { color: #233448; font-weight: 600; }
.hero-points i { background: #197ccc !important; flex-shrink: 0; }
.hero-copy > [style*="#12a15c"], .kicker[style*="#12a15c"] { color: #187b4b !important; }
.breadcrumb .en { color: #596b7c; }
.workbench-frame { background: #f4f7f9; border: 0; }
.workbench-img { animation: none; transform: translate(-50%, -50%) rotate(12deg); }
.workbench-img--flat { transform: translate(-50%, -50%); }
/* Restore the live-site chip presentation without changing other workbenches. */
.technology-workbench .workbench-frame { border: 1px solid #e2e8f0; background: linear-gradient(180deg, #f8fafc, #eef2f7); }
.technology-workbench .workbench-img--flat { animation: om-float-flat 7s ease-in-out infinite; }
.technology-workbench .scan-line { display: block; }
.technology-workbench .wave-ticks { display: flex; }
.technology-workbench .callout { max-width: calc(100% - 72px); }
@media (prefers-reduced-motion: reduce) {
  .technology-workbench .workbench-img--flat, .technology-workbench .scan-line { animation: none; }
  .technology-workbench .scan-line { left: 46%; }
}
.workbench-meta { font-size: 12px; color: #526374; letter-spacing: .02em; }
.scan-line, .waveform, .wave-ticks { display: none; }
/* Restore the approved live-site instrument presentation on Chinese products only. */
.products-workbench .workbench-frame { border: 1px solid #e2e8f0; background: linear-gradient(180deg, #f8fafc, #eef2f7); }
.products-workbench .workbench-img { animation: om-float 7s ease-in-out infinite; }
.products-workbench .scan-line, .products-workbench .waveform { display: block; }
.products-workbench .wave-ticks { display: flex; }
@media (prefers-reduced-motion: reduce) {
  .products-workbench .workbench-img, .products-workbench .scan-line, .products-workbench .wave-draw { animation: none; }
  .products-workbench .scan-line { left: 46%; }
  .products-workbench .wave-draw { stroke-dashoffset: 0; }
}
.stats-band .stat-num { font-size: 30px; }
.stats-band .stat-label { color: #556271; font-size: 13px; line-height: 1.6; }
.path-card h2 { font-size: 23px; font-weight: 500; line-height: 1.35; }
.path-card p:not(.kicker) { font-size: 15px; line-height: 1.6; }
.path-card:hover, .device-card:hover, .case-card:hover, .solution-case:hover { transform: translateY(-2px); box-shadow: none; border-color: #197ccc; }
.cta-inner { gap: 40px; }
.cta-inner h2 { font-size: 28px; line-height: 1.35; max-width: 36ch; font-weight: 400; }
.cta-band { padding-block: 36px; }
.cta-band--image {
  background-color: #101e31;
  background-image: linear-gradient(90deg, #101e31 35%, rgba(16, 30, 49, 0) 72%), var(--cta-image);
  background-position: center, right center;
  background-size: cover, auto 100%;
  background-repeat: no-repeat;
}
.cta-band--products-image { --cta-image: url('https://vispek-components.oss-cn-shenzhen.aliyuncs.com/vispek-web/generated/vispek-products-cta-v1.webp'); }
.cta-band--applications-image { --cta-image: url('https://vispek-components.oss-cn-shenzhen.aliyuncs.com/vispek-web/generated/vispek-applications-cta-v1.webp'); }
.cta-band--technology-image { --cta-image: url('https://vispek-components.oss-cn-shenzhen.aliyuncs.com/vispek-web/generated/vispek-technology-cta-v1.webp'); }
.cta-band--company-image { --cta-image: url('https://vispek-components.oss-cn-shenzhen.aliyuncs.com/vispek-web/generated/vispek-company-cta-v1.webp'); }
.cta-band--image .cta-inner { flex-direction: column; align-items: flex-start; gap: 24px; padding-block: 32px; }
.cta-band--image .cta-inner > div { width: 52%; }
.cta-band--image .cta-inner p { color: #d3deeb; }
/* Beyond the content width, keep artwork with the copy rather than the viewport edge. */
@media (min-width: 1393px) {
  .cta-band--image { background-image: none; }
  .cta-band--image::after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 50%;
    width: 1392px;
    transform: translateX(-50%);
    pointer-events: none;
    background-image: linear-gradient(90deg, #101e31 35%, rgba(16, 30, 49, 0) 72%, rgba(16, 30, 49, 0) 88%, #101e31 100%), var(--cta-image);
    background-position: center, right center;
    background-size: cover, auto 100%;
    background-repeat: no-repeat;
  }
  .cta-band--image .cta-inner { position: relative; z-index: 1; }
}
.cta-inner p { font-size: 16px; line-height: 1.65; max-width: 66ch; }
.footer-col a { font-size: 14px; line-height: 1.6; }
.footer-brand p { font-size: 14px; line-height: 1.65; }
.footer-bottom { font-size: 12px; }

/* The first viewport pairs the application with the actual instrument. */
[data-site-page="index"] .hero-grid { grid-template-columns: 1fr 1.12fr; gap: 52px; }
[data-site-page="index"] .hero-copy { padding-block: 24px; }
[data-site-page="index"] .hero-sub { max-width: 42ch !important; }
.hero-product-switcher { grid-template-columns: minmax(0, 1fr); gap: 12px; min-height: 0; }
.hero-product-switcher__stage { height: 410px; min-height: 0; display: block; overflow: hidden; border-radius: var(--radius-panel); background: var(--surface-soft); }
.hero-product-switcher__stage::after { display: none; }
.hero-field-image { position: absolute; z-index: 4; bottom: 18px; left: 18px; width: 96px; height: 80px; border-radius: 8px; object-fit: cover; object-position: center; }
.hero-field-caption { position: absolute; z-index: 3; inset: auto 0 0; min-height: 116px; padding: 17px 18px 17px 134px; color: #172437; background: #fff; border: 1px solid #e2eaf0; border-radius: 0 0 16px 16px; }
.hero-field-caption > span { display: block; font-size: 11px; color: #536777; margin-bottom: 5px; }
.hero-field-caption h2 { font-size: 19px; line-height: 1.3; font-weight: 500; max-width: none; }
.hero-field-caption a { display: inline-block; font-size: 13px; margin-top: 9px; text-decoration: underline; text-underline-offset: 4px; color: var(--blue-d); }
.hero-product-switcher__image, .hero-product-switcher__video { position: absolute; z-index: 2; top: 20px; left: 50%; right: auto; transform: translateX(-50%); width: 80%; max-width: 410px; height: 264px; border-radius: 0; padding: 0; object-fit: contain; background: transparent; mask-image: none; -webkit-mask-image: none; mix-blend-mode: multiply; }
/* Feather the video backdrop into the stage, as on the Chinese homepage. */
.hero-product-switcher__video {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent), linear-gradient(0deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent), linear-gradient(0deg, transparent, #000 18%, #000 82%, transparent);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.hero-product-switcher__options { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: none; gap: 8px; padding: 0; }
.hero-product-switcher__option { border: 1px solid transparent; border-radius: 12px; background: #f5f7f9; opacity: .7; filter: none; }
.hero-product-switcher__option.is-active, .hero-product-switcher__option[aria-pressed="true"] { border-color: #176dae; opacity: 1; transform: none; background: #eef6fc; }
.hero-product-switcher__option:hover { opacity: 1; transform: none; }
.hero-product-switcher__option { display: flex; justify-content: center; gap: 6px; min-height: 70px; padding: 6px; }
.hero-product-switcher__option img { width: 42px; height: 52px; }
.hero-product-switcher__option span { font-size: 12px; color: #30465a; }
.hero-motion { position: absolute; right: 16px; top: 16px; z-index: 4; border: 1px solid #d4e0e9; border-radius: 6px; padding: 7px 9px; background: #fff; color: #273e52; font-size: 11px; }
.hero-product-selection { padding-top: 24px; padding-bottom: 32px; }
.hero-product-selection__head .kicker { display: none; }
.hero-product-selection__head h2 { font-size: 23px; font-weight: 500; }
.hero-product-card { display: grid; grid-template-columns: 72px 1fr 16px; grid-template-rows: auto; align-items: center; gap: 10px; padding: 16px 14px; min-width: 0; min-height: 124px; background: #f7f9fb; border-color: transparent; }
.hero-product-card img { width: 72px; height: 92px; grid-column: 1; grid-row: 1; }
.hero-product-card > span { grid-column: 2; grid-row: 1; font-size: 15px; font-weight: 600; line-height: 1.4; padding-right: 0; align-self: center; }
.hero-product-card small { display: block; margin-top: 7px; color: #596775; font-size: 12px; line-height: 1.5; font-weight: 400; }
.hero-product-card > b { position: static; grid-column: 3; grid-row: 1; width: auto; height: auto; background: none; color: #176dae; align-self: end; }
.scene-tabs button { padding: 20px; }
.scene-tabs button b { font-size: 16px; }
.scene-tabs button span { font-size: 13px; line-height: 1.5; }
.scene-example { font-size: 12px; }
.scene h3 { font-weight: 500; }
.scene .chip { font-size: 13px; }
.loop-band > div p { font-size: 13px; line-height: 1.6; }
.loop-band > div p + p { color: #586574; }

/* Products: filter by the job, then keep specifications one click away. */
.product-devices { padding-top: 16px; padding-bottom: 64px; }
.product-finder { display: flex; gap: 10px; flex-wrap: wrap; margin: 28px 0 14px; }
.product-finder button { border: 1px solid #cbd5df; border-radius: 999px; padding: 12px 20px; background: #fff; color: #394a5c; font-size: 15px; }
.product-finder button[aria-pressed="true"] { background: #172437; border-color: #172437; color: #fff; }
.product-finder button:hover { border-color: #176dae; }
.product-results { margin-bottom: 20px; color: #536374; font-size: 14px; }
.device-card { display: flex; flex-direction: column; padding: 24px; }
.device-card { background: #f7f9fb; border-color: transparent; }
.product-devices .ghost-card { grid-column: 1 / -1; min-height: 96px; padding: 24px 32px; text-align: left; background: #edf4f9; border: 0; border-radius: 12px; }
.product-devices .ghost-card > span { display: block; width: 100%; padding-right: 48px; position: relative; }
.product-devices .ghost-card b { position: absolute; right: 0; top: 50%; transform: translateY(-50%); margin: 0; }
.device-card h3 { font-size: 21px; line-height: 1.35; font-weight: 500; }
.device-model { font-size: 12px; color: #596a7a; }
.device-use { font-size: 16px; line-height: 1.6; margin-top: 15px; min-height: 52px; color: #465a6b; }
.device-fig { margin-top: auto; height: 220px; }
.device-fig img { object-fit: contain; }
.device-foot { align-items: start; gap: 12px; line-height: 1.5; padding-top: 18px; }
.device-foot span { max-width: 60%; color: #596a7a; font-size: 12px; }
.device-foot b { font-size: 13px; color: #176dae; }
[data-site-page^="product-detail"] .hero-copy h1 { font-size: 34px !important; }
[data-site-page^="product-detail"] .workbench { min-height: 450px !important; }
[data-site-page^="product-detail"] .workbench-img { max-height: 340px !important; max-width: 85% !important; }
[data-site-page="product-detail-module"] .workbench-img { max-height: min(520px, 34vw) !important; transform: translate(-50%, -50%) rotate(-90deg); }
[data-site-page^="product-detail"] .hero-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; padding-block: 8px; border-block: 1px solid #dce5ed; margin-top: 22px; }
[data-site-page^="product-detail"] .hero-points > div { display: block; margin: 0; padding: 9px 0; }
[data-site-page^="product-detail"] .hero-points i { display: none; }
[data-site-page^="product-detail"] .hero-points p { font-size: 13px; line-height: 1.5; color: #536777; }
[data-site-page^="product-detail"] .hero-points b { display: block; font-size: 15px; font-weight: 500; color: #17384f; }
[data-site-page="product-detail-zhituo-ex"] .hero-points > div:first-child { grid-column: 1 / -1; }
[data-site-page^="product-detail"] .hero-sub { font-size: 17px !important; }
[data-site-page^="product-detail"] .hero-actions { gap: 12px 20px; }
[data-site-page^="product-detail"] .hero-actions .text-link { font-size: 14px; }
.product-fit { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; padding-block: 48px; border-top: 1px solid var(--line); }
.product-fit__intro h2 { font-size: 30px; line-height: 1.3; margin: 12px 0 16px; font-weight: 500; }
.product-fit__intro > p:not(.kicker) { color: #536374; line-height: 1.7; max-width: 48ch; }
.product-fit__intro .arrow-link { display: flex; width: fit-content; margin-top: 16px; }
.product-fit__list article { padding: 18px 0; border-bottom: 1px solid #dce4eb; }
.product-fit__list article:first-child { padding-top: 0; }
.product-fit__list h3 { font-size: 20px; font-weight: 500; }
.product-fit__list p { margin-top: 8px; font-size: 16px; color: #536374; line-height: 1.6; }
.spec-table-title { font-family: Arial, Helvetica, sans-serif; font-size: 13px; letter-spacing: .02em; }
.spec-cells small { color: #526274; font-size: 13px; }
.spec-cells p { font-size: 15px; overflow-wrap: anywhere; }
.spec-cells .en-val { font-family: Arial, Helvetica, sans-serif; font-size: 15px; }
.spec-table { background: #fff; border: 0; border-radius: 14px; overflow: hidden; }
.spec-table-title { padding-block: 18px; color: #31516b; background: #eaf1f6; }
.app-card h3 { font-size: 18px; line-height: 1.4; }
.app-card p { font-size: 14px; line-height: 1.65; }
.page-jumps { display: flex; gap: 26px; flex-wrap: wrap; padding-block: 14px; margin-bottom: 10px; border-bottom: 1px solid #e0e7ed; }
.page-jumps a { font-size: 14px; color: #31516b; padding: 5px 0; }

/* Applications and solutions favour a short overview and optional detail. */
.application-scene-card { min-height: 440px; border-radius: 14px; }
.application-scene-card:hover, .application-scene-card:focus-visible { color: #fff; }
.application-scene-card__content { padding: 30px; }
.application-scene-card__content h2 { font-size: 29px; line-height: 1.25; max-width: 22ch; font-weight: 500; }
.application-scene-card__eyebrow { font-size: 13px; letter-spacing: .03em; }
.application-scene-card__content .chip { font-size: 13px; line-height: 1.5; background: rgba(10, 24, 32, .56); border-color: rgba(255, 255, 255, .3); }
.application-scene-card__path { font-size: 15px; line-height: 1.5; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.application-scene-card__veil { background: linear-gradient(180deg, rgba(9, 24, 31, .55), rgba(9, 24, 31, .12) 40%, rgba(9, 24, 31, .92)); }
.solution-route { min-height: 100px; }
.solution-route b { font-size: 19px; line-height: 1.35; }
.solution-route p { font-size: 14px; line-height: 1.55; }
.solution-browser__intro > div > p:last-child { font-size: 17px; line-height: 1.65; max-width: 75ch; }
.solution-browser__head h2 { font-size: 32px; font-weight: 500; line-height: 1.3; }
.pipe-head, .pipe-note, .solution-browser__head > p { color: #536374; font-size: 12px; letter-spacing: .02em; }
.solution-browser__tab { font-size: 16px; line-height: 1.4; }
.solution-case img { aspect-ratio: 2.35 / 1; height: auto; object-fit: cover; }
.solution-case h4 { font-size: 23px; line-height: 1.3; font-weight: 500; }
.solution-case .solution-case__summary { color: #4c6071; font-family: Arial, Helvetica, sans-serif; font-size: 16px; letter-spacing: 0; line-height: 1.7; }
.application-detail { margin-top: 18px; padding-top: 16px; border-top: 1px solid #e1e8ef; }
.application-detail summary { font-size: 14px; font-weight: 600; color: #315675; }
.application-detail p { margin-top: 12px; color: #536374; font: 15px/1.75 Arial, Helvetica, sans-serif; letter-spacing: 0; }
.solution-case .arrow-link { margin-top: 20px; }
.solution-case .arrow-link span { color: inherit; font-size: inherit; }
.solution-case__proof { margin-top: 12px; font: 13px/1.65 Arial, Helvetica, sans-serif !important; letter-spacing: 0 !important; color: #31516b !important; }
.service-showcase__platform-copy p { font-size: 16px; line-height: 1.7; }
.step4 .t { font-size: 18px; }
.step4 .d { font-size: 15px; line-height: 1.65; }

/* Evidence stays available; overview and navigation make long cases readable. */
.filter-bar { align-items: start; gap: 20px; }
.filter-group { flex-wrap: wrap; }
.filter-btn { font-size: 14px; min-height: 42px; padding: 10px 18px; }
.filter-label { font-size: 14px; }
.case-card h3 { font-size: 23px; line-height: 1.35; font-weight: 500; }
.case-card p:not(.case-line), .case-content > p:not(.case-line) { font-size: 16px; line-height: 1.7; }
.case-line { font-size: 12px; line-height: 1.6; letter-spacing: 0; }
.case-metric { font-size: 13px; line-height: 1.5; }
.nda-note { font-size: 12px; line-height: 1.65; color: #586879; margin-top: 22px; }
.case-detail-hero { grid-template-columns: 1fr 1fr; gap: 56px; padding-top: 32px; padding-bottom: 48px; }
.case-detail-hero h1 { font-size: clamp(36px, 3.2vw, 48px); line-height: 1.18; letter-spacing: -.035em; }
.case-detail-hero__copy .kicker { font-family: Arial, Helvetica, sans-serif; font-size: 12px; letter-spacing: 0; line-height: 1.6; }
.case-detail-hero__copy > p:not(.kicker):not(.case-detail-hero__industry) { font-size: 18px; line-height: 1.7; }
.case-detail-hero__actions { flex-wrap: wrap; gap: 16px; margin-top: 26px; }
.case-detail-hero__media { min-height: 360px; padding: 0; border: 0; border-radius: 14px; }
.case-detail-hero__media img { min-height: 360px; object-fit: cover; }
.case-detail-specs { padding-block: 32px; }
.case-detail-specs dd { font-size: 17px; line-height: 1.55; }
.case-detail-specs dt { font-size: 12px; letter-spacing: .02em; color: #526374; }
.case-detail-official { padding-block: 48px; }
.case-detail-official__layout { grid-template-columns: 270px minmax(0, 1fr); gap: 64px; }
.case-detail-official__index > span, .case-detail-official__number { display: none; }
.case-detail-official__index > p { font-size: 14px; letter-spacing: 0; }
.case-detail-official__body h2 { font-size: 32px; font-weight: 500; }
.case-detail-official__index h2 { margin: 0; font-size: 30px; line-height: 1.3; font-weight: 400; }
.case-detail-official__entry h3 { margin: 0 0 12px; font: 500 19px/1.45 var(--font-en); color: #24465e; letter-spacing: -.015em; }
.case-detail-official__entry:first-child { padding-top: 0; }
.case-detail-official--solution { background: #f5f8fa; }
.case-detail-official--value .case-detail-official__entry { padding: 24px 0; }
.case-detail-specs dl { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.case-card .case-foot, .case-card .case-card__footer { gap: 16px; flex-wrap: wrap; }
.case-card .arrow-link { flex-shrink: 0; white-space: nowrap; }
.case-foot > span:last-child { white-space: nowrap; flex-shrink: 0; }
[data-case-filter] .case-top { flex-direction: column-reverse; align-items: flex-start; gap: 10px; min-height: 88px; justify-content: flex-end; }
[data-case-filter] .case-top .case-line { white-space: normal; overflow: visible; font: 12px/1.5 Arial, Helvetica, sans-serif; letter-spacing: 0; color: #466378 !important; }
.case-detail-official__entry { display: block; padding: 22px 0; }
.case-detail-official__entry > p { font-size: 16px; line-height: 1.8; max-width: 75ch; }
.case-detail-official__entry strong { display: block; margin-bottom: 8px; font-size: 18px; line-height: 1.5; font-weight: 600; }
.case-detail-links { display: flex; flex-wrap: wrap; gap: 24px; padding-block: 28px; }
.case-reading-note { padding-bottom: 26px; color: #5b6774; font-size: 13px; }

.technology-use { padding-block: 32px; }
.technology-use h2 { font-size: 30px; font-weight: 500; }
.technology-use__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 20px; }
.technology-use__links a { background: #f3f7fa; border-radius: 12px; padding: 20px; border: 0 !important; }
.technology-use__links a:hover { background: #eaf2f8; }
.technology-use__links a { padding-top: 22px; border-top: 1px solid #cbd8e2; }
.technology-use__links b { display: block; font-size: 20px; margin-bottom: 10px; font-weight: 500; }
.technology-use__links span { font-size: 16px; line-height: 1.7; color: #536374; }
.technology-chip-dossier__head h2 { font-size: 34px; line-height: 1.3; }
.technology-chip-dossier__head p { font-size: 16px; line-height: 1.7; }
.technology-chip-dossier__copy > p:last-child { font-size: 16px; line-height: 1.7; }
.callout span, .hero-copy > p[style*="font-size:11"] { color: #5b6c7d !important; font-size: 12px !important; }
.pipe-step p { font-size: 14px; line-height: 1.6; }
.chronology-copy p { font-size: 16px; line-height: 1.7; }
.chronology-copy h3 { font-size: 22px; }
.site-card p { font-size: 15px; line-height: 1.7; }
.honor-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.honor-certificate { min-height: 0; margin: 0; padding: 0; overflow: hidden; display: flex; flex-direction: column; background: #f5f8fa; border: 0; }
.honor-certificate img { height: 260px; flex: 0 0 auto; object-fit: contain; padding: 20px; }
.honor-certificate figcaption { width: 100%; flex: 1; padding: 18px 20px; background: #f0f4f7; font-size: 14px; line-height: 1.5; color: #263f53; }
.honor-certificate figcaption small { display: block; font-size: 12px; color: #526777; margin-top: 6px; }
.legal-page { max-width: 1280px; padding-top: 48px; }
.legal-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 64px; align-items: start; margin-top: 32px; }
.legal-body { min-width: 0; }
.legal-page h3.privacy-subtitle { font-size: 18px; border-top: 0; padding-top: 0; margin-top: 28px; }
.legal-page p.privacy-subtitle { font: 600 15px/1.6 Arial, sans-serif; border-top: 0; padding-top: 0; margin-top: 20px; margin-bottom: 8px; }
.legal-page .privacy-content, .legal-page .privacy-list { max-width: 76ch; font-size: 16px; line-height: 1.85; text-align: left; }
.legal-contents { max-width: 76ch; display: grid; gap: 14px; position: sticky; top: 100px; margin: 0; padding: 24px; background: #f4f7fa; border-radius: 12px; }
.legal-contents p { flex-basis: 100%; font-size: 14px; font-weight: 600; }
.legal-contents a { font-size: 14px; }

/* One inquiry experience across all 26 English pages. */
.contact-wrap { width: min(1280px, calc(100% - 112px)); grid-template-columns: .85fr 1.15fr; margin: 56px auto; border: 1px solid #dde5eb; border-radius: 16px; box-shadow: none; overflow: visible; }
.contact-panel { padding: 36px; border-radius: 16px 0 0 16px; background: #eaf2f8; color: #233d50; display: flex; flex-direction: column; }
.contact-panel h2 { color: #233d50; font-size: 34px; font-weight: 500; line-height: 1.25; margin: 14px 0 20px; }
.contact-panel > p { font-size: 16px; line-height: 1.7; color: #425d70; }
.contact-panel .contact-eyebrow { font-size: 13px; }
.contact-prompts { padding-left: 20px; margin: 20px 0 26px; color: #425d70; font-size: 15px; line-height: 1.8; }
.contact-prompts li + li { margin-top: 7px; }
.contact-direct { border-top: 1px solid #cbdbe6; padding-top: 22px; margin-top: auto; }
.contact-direct > p { font-size: 14px; margin-bottom: 12px; color: #425d70; }
.contact-direct > .contact-value { display: block; font-size: 20px; line-height: 1.6; color: #155c92; margin-top: 8px; }
.contact-phones { margin: 14px 0 0; }
.contact-phones > div { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 16px; row-gap: 2px; margin-top: 8px; }
.contact-phones dt { flex: 0 0 132px; font-size: 13px; line-height: 1.6; font-weight: 400; color: #425d70; }
.contact-phones dd { margin: 0; font-size: 18px; line-height: 1.6; color: #155c92; white-space: nowrap; }
.contact-office { margin-top: 24px; font-size: 13px; line-height: 1.7; color: #425d70; }
.contact-office p { margin-top: 12px; }
.contact-form { padding: 32px 36px; background: #fff; border-radius: 0 16px 16px 0; }
.contact-form h3 { font-size: 24px; font-weight: 500; }
.form-intro { margin: 8px 0 24px; color: #576675; font-size: 13px; line-height: 1.6; }
.form-grid { gap: 14px 18px; }
.field label { display: block; margin-bottom: 8px; color: #304356; font-size: 14px; }
.field label span { font-size: 12px; color: #5c6a79; }
.field input, .field textarea, .field select { width: 100%; padding: 12px 14px; min-height: 46px; color: #172437; font-size: 15px; border: 1px solid #bac8d4; border-radius: 7px; background: #fff; }
.field textarea { min-height: 88px; line-height: 1.6; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #687786; opacity: 1; }
.field input:disabled { background: #f1f4f6; color: #677786; }
.field input[aria-invalid="true"] { border-color: #b33729; }
.field-error { margin-top: 6px; color: #a52c22; font-size: 13px; line-height: 1.5; }
.privacy-consent { display: flex; align-items: start; gap: 10px; margin: 18px 0; font-size: 13px; line-height: 1.6; color: #445b6d; }
.privacy-consent input { flex: 0 0 17px; width: 17px; height: 17px; margin: 2px 0 0; accent-color: #176dae; }
.privacy-consent a { text-decoration: underline; color: #1667a7; }
.form-submit { margin-top: 0; }
.form-status { margin-top: 14px; font-size: 14px; line-height: 1.6; color: #284b65; }
.form-status[data-state="error"] { color: #a32e26; }
.form-status[data-state="success"] { color: #196a48; }
.noscript-contact { padding: 28px; font-size: 16px; line-height: 1.7; }

@media (min-width: 768px) and (max-width: 1199px) {
  .shell, .contact-wrap { width: calc(100% - 64px); }
  .header-inner { gap: 14px; }
  .brand img { width: 104px; }
  .site-nav { gap: 14px; font-size: 12px; }
  .header-actions .pill-button { font-size: 12px; padding-left: 12px; }
  .language-switch { font-size: 10px; }
  .hero-grid { gap: 30px; }
  .hero-copy h1 { font-size: 40px !important; }
  .hero-product-grid { grid-template-columns: repeat(2, 1fr); }
  .case-detail-hero { gap: 32px; }
  .contact-panel, .contact-form { padding: 28px; }
}
@media (max-width: 900px) {
  .legal-layout { grid-template-columns: 1fr; gap: 28px; }
  .legal-contents { position: static; grid-template-columns: 1fr 1fr; }
  .legal-contents > p { grid-column: 1 / -1; }
  .header-inner { flex-wrap: wrap; height: auto; min-height: 72px; padding-block: 12px; }
  .site-nav { order: 3; width: 100%; justify-content: space-between; }
  .product-fit { gap: 32px; }
  .contact-wrap { grid-template-columns: 1fr; }
  .contact-panel { border-radius: 16px 16px 0 0; }
  .contact-form { border-radius: 0 0 16px 16px; }
  .case-detail-official__layout { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 767px) {
  .shell, .contact-wrap { width: calc(100% - 36px); }
  .site-nav { display: none; }
  .header-inner { padding: 0; }
  .header-actions .pill-button { display: none; }
  .hero-grid, [data-site-page="index"] .hero-grid, .product-fit, .technology-use__links, .case-detail-hero { grid-template-columns: 1fr !important; }
  .hero-copy h1 { font-size: 36px !important; }
  [data-site-page^="product-detail"] .hero-copy h1 { font-size: 32px !important; }
  .hero-product-switcher { grid-template-columns: minmax(0, 1fr); min-height: 340px; }
  .hero-product-switcher__stage { height: 360px; }
  .hero-product-switcher__options { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hero-product-switcher__option { flex-direction: column; }
  .hero-product-switcher__option img { width: 40px; }
  .hero-product-grid { grid-template-columns: 1fr 1fr; }
  .hero-product-card { grid-template-columns: 1fr; }
  .hero-product-card img { grid-row: 1; justify-self: center; }
  .hero-product-card > span { grid-column: 1; grid-row: 2; }
  .hero-product-card > b { display: none; }
  .hero-product-switcher__image, .hero-product-switcher__video { width: 80%; height: 218px; }
  .hero-motion { top: 12px; font-size: 10px; }
  .hero-field-caption { padding-left: 112px; }
  .hero-field-image { width: 78px; }
  .hero-field-caption h2 { font-size: 17px; }
  .legal-contents { grid-template-columns: 1fr; }
  .contact-form, .contact-panel { padding: 28px 22px; }
  .application-scene-card { min-height: 420px; }
  .page-jumps { gap: 14px; }
  .section { padding-block: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Chinese typography: preserve the approved composition without English tracking. */
body, h1, h2, h3, h4, .kicker, .hero-copy .hero-badge, .section-sub, .section-note { font-family: var(--font-zh), Arial, sans-serif; }
h1, h2, h3, h4 { letter-spacing: 0; }
.hero-sub { line-height: 1.85; }
.contact-panel h2 { line-height: 1.4; }
.product-fit__intro p, .product-fit__list p { line-height: 1.8; }

/* Keep the platform illustration from setting an oversized desktop card height. */
@media (min-width: 901px) {
  [data-site-page="solutions"] .service-showcase__platform {
    grid-template-rows: minmax(280px, auto) auto;
  }
  [data-site-page="solutions"] .service-showcase__platform-copy { padding: 26px 30px; }
  [data-site-page="solutions"] .service-showcase__platform-visual {
    position: relative;
    min-height: 0;
  }
  [data-site-page="solutions"] .service-showcase__platform-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
