:root {
  --navy: #073681;
  --blue: #0b59c7;
  --blue-2: #1d7fe6;
  --orange: #ff8500;
  --ink: #071f4a;
  --text: #263b5e;
  --muted: #667999;
  --line: #dfe8f5;
  --soft: #f4f8fe;
  --white: #ffffff;
  --shadow: 0 12px 30px rgba(7, 54, 129, .12);
}

@supports (background-image: url("data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA")) {
  :root {
    --webp-inspection-services-banner: url("images/inspection-services-banner.webp");
    --webp-home-lab-safety: url("images/home-lab-safety.webp");
    --webp-report-template-banner: url("images/report-template-banner.webp");
    --webp-lab-hero: url("images/lab-hero.svg");
    --webp-electronic-electrical-banner: url("images/electronic-electrical-banner.webp");
    --webp-home-living-banner: url("images/home-living-banner.webp");
    --webp-textile-apparel-banner: url("images/textile-apparel-banner.webp");
    --webp-toys-maternal-baby-banner: url("images/toys-maternal-baby-banner.webp");
    --webp-beauty-personal-care-banner: url("images/beauty-personal-care-banner.webp");
    --webp-new-materials-banner: url("images/new-materials-banner.webp");
    --webp-product-testing-banner: url("images/product-testing-banner.webp");
    --webp-testing-hero-electronics: url("images/testing-hero-electronics.webp");
    --webp-certification-services-banner: url("images/certification-services-banner.webp");
    --webp-certification-americas-banner: url("images/certification-americas-banner.webp");
    --webp-certification-europe-banner: url("images/certification-europe-banner.webp");
    --webp-certification-asia-banner: url("images/certification-asia-banner.webp");
    --webp-certification-other-banner: url("images/certification-other-banner.webp");
    --webp-qualification-application-banner: url("images/qualification-application-banner.webp");
    --webp-cnas-cma-consulting-banner: url("images/cnas-cma-consulting-banner.webp");
    --webp-solutions-banner: url("images/solutions-banner.webp");
  }
}

/* Inspection detail pages */
.inspection-nav-dropdown {
  min-width: 500px;
}

.inspection-detail-page {
  background: #f6f9fd;
}

.inspection-detail-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(246, 250, 255, 0.98) 0%, rgba(232, 243, 255, 0.94) 46%, rgba(232, 243, 255, 0.68) 100%),
    url("images/inspection-services-banner.png") center right / cover no-repeat;
  border-bottom: 1px solid #d8e7fb;
}

.inspection-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(300px, 1fr);
  gap: 48px;
  align-items: center;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #567099;
  font-size: 14px;
}

.breadcrumb a {
  color: #0f4ea8;
  text-decoration: none;
}

.inspection-detail-hero h1 {
  margin: 8px 0 18px;
  color: #0f172a;
  font-size: 50px;
  line-height: 1.08;
}

.inspection-detail-hero__copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 0 18px;
  color: #24446d;
  font-size: 18px;
  line-height: 1.9;
}

.inspection-detail-visual {
  min-height: 240px;
  border-radius: 20px;
  border: 1px solid rgba(22, 119, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(6, 59, 128, 0.9), rgba(22, 119, 255, 0.72)),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.32), transparent 34%);
  box-shadow: 0 24px 60px rgba(6, 59, 128, 0.2);
  display: grid;
  place-items: center;
  color: #fff;
}

.inspection-detail-visual div {
  width: min(78%, 340px);
  padding: 32px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(8px);
}

.inspection-detail-visual span,
.inspection-detail-visual small {
  display: block;
  opacity: 0.86;
  font-weight: 800;
  letter-spacing: 0;
}

.inspection-detail-visual strong {
  display: block;
  margin: 8px 0;
  font-size: 34px;
  line-height: 1;
}

.inspection-detail-section {
  padding-top: 52px;
}

.inspection-detail-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.inspection-detail-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
}

.inspection-side-card,
.inspection-consult-card,
.detail-block {
  border: 1px solid #dbe8f8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6, 59, 128, 0.06);
}

.inspection-side-card {
  padding: 20px;
}

.inspection-side-card h2 {
  margin: 0 0 16px;
  color: #0f2f63;
  font-size: 20px;
}

.inspection-side-card nav {
  display: grid;
  gap: 8px;
}

.inspection-side-card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 8px;
  color: #163761;
  background: #f4f8fd;
  text-decoration: none;
  font-weight: 800;
}

.inspection-side-card a:hover {
  background: #eaf4ff;
  color: #0f67d8;
}

.inspection-side-card a.active {
  color: #fff;
  background: linear-gradient(135deg, #063b80, #1677ff);
}

.inspection-consult-card {
  padding: 22px;
  color: #fff;
  background: linear-gradient(145deg, #063b80, #146ee8);
}

.inspection-consult-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.inspection-consult-card p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
}

.inspection-consult-card strong {
  display: block;
  margin-top: 14px;
  font-size: 22px;
}

.inspection-detail-main {
  display: grid;
  gap: 24px;
}

.detail-block {
  padding: 30px;
}

.detail-block h2 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: 28px;
}

.detail-block > p {
  margin: 0 0 14px;
  color: #334155;
  line-height: 1.9;
}

.inspection-detail-mini-grid,
.inspection-detail-card-grid,
.inspection-detail-process,
.inspection-defect-cards,
.audit-scope-grid,
.audit-prep-grid,
.related-inspection-services {
  display: grid;
  gap: 14px;
}

.inspection-detail-mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inspection-detail-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inspection-detail-process {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audit-scope-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.audit-prep-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.inspection-detail-mini-grid article,
.inspection-detail-card-grid article,
.inspection-detail-process article,
.audit-scope-grid article,
.audit-prep-grid article,
.inspection-defect-cards article {
  padding: 18px;
  border: 1px solid #dce9fb;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.inspection-detail-mini-grid span,
.inspection-detail-card-grid span,
.inspection-detail-process span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 12px;
  color: #0f67d8;
  background: #eaf4ff;
  font-weight: 900;
}

.audit-scope-grid > article > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #063b80, #1677ff);
  font-weight: 900;
}

.inspection-detail-mini-grid h3,
.inspection-detail-card-grid h3,
.inspection-detail-process h3,
.audit-scope-grid h3,
.audit-prep-grid h3,
.inspection-defect-cards h3 {
  margin: 0 0 8px;
  color: #082b63;
  font-size: 18px;
}

.inspection-detail-card-grid p,
.inspection-detail-process p,
.audit-scope-grid p,
.inspection-defect-cards p {
  margin: 0;
  color: #496381;
  line-height: 1.8;
}

.detail-subtitle {
  margin: -6px 0 20px;
  color: #5c7190;
  line-height: 1.8;
}

.audit-scope-grid small {
  display: block;
  margin: 14px 0;
  color: #24446d;
  line-height: 1.75;
}

.audit-scope-grid .mini-tags {
  margin-top: 10px;
}

.audit-prep-grid ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.audit-prep-grid li {
  position: relative;
  padding-left: 18px;
  color: #496381;
  line-height: 1.55;
}

.audit-prep-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #1677ff;
}

.audit-table-wrap {
  overflow-x: auto;
}

.audit-type-table {
  min-width: 920px;
}

.audit-type-table td:first-child {
  color: #063b80;
  font-weight: 900;
}

.inspection-defect-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: start;
}

.inspection-defect-layout > div:first-child {
  padding: 22px;
  border-radius: 12px;
  color: #24446d;
  background: #eaf4ff;
  line-height: 1.9;
}

.inspection-defect-layout p {
  margin: 0 0 12px;
}

.report-grid,
.advantage-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.related-inspection-services {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-inspection-services a {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid #dbe8f8;
  border-radius: 12px;
  color: #0f2f63;
  background: #f8fbff;
  text-decoration: none;
}

.related-inspection-services a:hover {
  border-color: #1677ff;
  transform: translateY(-3px);
}

.related-inspection-services span {
  color: #1677ff;
  font-weight: 800;
  font-size: 13px;
}

.related-inspection-services strong {
  font-size: 18px;
}

@media (max-width: 1120px) {
  .inspection-detail-hero__grid,
  .inspection-detail-layout,
  .inspection-defect-layout {
    grid-template-columns: 1fr;
    min-width: 0;
  }
  .inspection-detail-sidebar {
    position: static;
    order: -1;
    min-width: 0;
  }
  .inspection-side-card {
    min-width: 0;
  }
  .inspection-side-card nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }
  .inspection-side-card a {
    min-width: 0;
    width: 100%;
  }
  .inspection-consult-card {
    display: none;
  }
  .inspection-detail-visual {
    display: none;
  }
}

@media (max-width: 760px) {
  .inspection-detail-hero {
    min-height: 0;
    padding: 48px 0;
    background:
      linear-gradient(90deg, rgba(246, 250, 255, 0.98), rgba(232, 243, 255, 0.92)),
      url("images/inspection-services-banner.png") center / cover no-repeat;
  }
  .inspection-detail-hero h1 {
    font-size: 34px;
  }
  .inspection-detail-hero__copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .detail-block {
    padding: 22px;
  }
  .detail-block h2 {
    font-size: 24px;
  }

  .inspection-detail-card-grid,
  .inspection-detail-process,
  .report-grid,
  .advantage-grid,
  .audit-scope-grid,
  .audit-prep-grid,
  .related-inspection-services {
    grid-template-columns: 1fr;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Source Han Sans SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  --mobile-header-height: 66px;
  background: var(--white);
  box-shadow: 0 2px 12px rgba(7, 54, 129, .08);
}
.header-top {
  position: relative;
  z-index: 3;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--white);
}
.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand__mark {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  overflow: visible;
  filter: drop-shadow(0 7px 12px rgba(7, 54, 129, .16));
}
.brand__hex {
  fill: none;
  stroke-linejoin: round;
  stroke: #0b59c7;
}
.brand__hex--outer { stroke-width: 7; }
.brand__hex--inner { stroke-width: 5; }
.brand__h {
  fill: #0b59c7;
  font-size: 28px;
  font-weight: 900;
  font-family: Arial, sans-serif;
}
.brand strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
}
.brand small {
  display: inline-block;
  margin-left: 10px;
  padding-left: 12px;
  border-left: 1px solid #b7c7dc;
  color: var(--ink);
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
}
.brand em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 2px;
}
.header-search {
  flex: 1;
  max-width: 430px;
  min-width: 260px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px;
  align-items: center;
  margin: 0 26px;
  padding: 4px;
  border: 1px solid #d6e5f6;
  border-radius: 999px;
  background: #f6f9fd;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72);
}
.header-search input {
  width: 100%;
  height: 36px;
  padding: 0 14px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 14px;
}
.header-search button {
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #1677ff, #0b59c7);
  font-weight: 800;
  cursor: pointer;
}
.header-contact {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-contact small {
  color: var(--muted);
  white-space: nowrap;
}
.phone-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
}
.phone-link span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid var(--blue);
  color: var(--blue);
  border-radius: 50%;
  font-size: 18px;
}
.btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}
.btn--orange {
  color: var(--white);
  background: linear-gradient(180deg, #ff9b25, var(--orange));
  box-shadow: 0 10px 22px rgba(255, 133, 0, .26);
}
.btn--outline {
  color: var(--navy);
  background: rgba(255, 255, 255, .78);
  border-color: var(--blue);
}
.btn--outline-blue {
  color: var(--blue);
  background: var(--white);
  border-color: var(--blue);
}

@media (max-width: 1240px) {
  .header-top {
    gap: 18px;
  }
  .header-search {
    max-width: 360px;
    min-width: 220px;
    margin: 0 12px;
  }
  .header-contact {
    gap: 10px;
  }
  .header-contact small {
    display: none;
  }
  .phone-link {
    font-size: 19px;
  }
}

@media (max-width: 1040px) {
  .header-search {
    display: none;
  }
  .header-top {
    min-height: 72px;
  }
}

@media (max-width: 940px) {
  .header-contact .btn {
    padding-inline: 18px;
  }
  .phone-link {
    font-size: 18px;
  }
}

.nav-shell {
  background: linear-gradient(180deg, #0b59c7, #073681);
}
.nav-inner {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 30px;
  color: var(--white);
  font-weight: 700;
  font-size: 15px;
}
.main-nav > a,
.nav-item > a {
  display: block;
  padding: 5px;
}
.nav-item { position: relative; }
.dropdown {
  position: absolute;
  left: -16px;
  top: 47px;
  min-width: 0;
  padding: 10px;
  white-space: nowrap;
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .2s ease;
}
.dropdown--wide {
  display: grid;
  grid-template-columns: 210px 220px;
  gap: 10px;
  min-width: 460px;
}
.dropdown--wide p {
  margin: 6px 8px;
  padding: 14px;
  color: var(--muted);
  background: #eef5ff;
  border-radius: 8px;
  line-height: 1.7;
}
.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown a {
  display: block;
  padding: 8px 10px;
  border-radius: 6px;
}
.dropdown a:hover { background: #eef5ff; color: var(--blue); }

/* 主导航悬浮效果：半透明背景 + 蓝色文字 */
.main-nav > a:hover,
.nav-item > a:hover {
  color: var(--blue);
  background: rgba(255,255,255,.25);
  border-radius: 6px;
}

/* 主导航选中高亮：白色背景 + 蓝色文字 */
.main-nav > a.is-active,
.main-nav > a.current-menu-item,
.main-nav > a.current-menu-parent,
.main-nav > a.current-menu-ancestor {
  color: var(--blue);
  background: var(--white);
  border-radius: 6px;
}
.nav-item > a.is-active,
.nav-item > a.current-menu-item,
.nav-item > a.current-menu-parent,
.nav-item > a.current-menu-ancestor {
  color: var(--blue);
  background: var(--white);
  border-radius: 6px;
}

/* 二级菜单选中高亮 */
.dropdown a.is-active,
.dropdown a.current-menu-item,
.dropdown a.current-menu-parent,
.dropdown a.current-menu-ancestor {
  background: #eef5ff;
  color: var(--blue);
  border-radius: 6px;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  color: var(--navy);
  background: transparent;
  cursor: pointer;
}
.menu-toggle i {
  font-size: 25px;
  line-height: 1;
}
.menu-toggle__close {
  display: none;
}
.menu-toggle[aria-expanded="true"] .menu-toggle__open {
  display: none;
}
.menu-toggle[aria-expanded="true"] .menu-toggle__close {
  display: inline-block;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  min-height: 430px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(239, 247, 255, .98) 0%, rgba(239, 247, 255, .78) 44%, rgba(239, 247, 255, .16) 72%),
    radial-gradient(circle at 10% 50%, rgba(11, 89, 199, .16), transparent 34%),
    #e8f4ff;
}
.hero__grid {
  min-height: 430px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 32px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--navy);
  font-weight: 800;
}
.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1.15;
  letter-spacing: 0;
}
.hero__lead {
  margin: 18px 0 20px;
  color: #102b5a;
  font-size: 25px;
  font-weight: 700;
}
.hero-points {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--navy);
  font-weight: 700;
}
.hero-points span::before {
  content: "◎";
  margin-right: 6px;
  color: var(--blue);
}
.hero__actions {
  display: flex;
  gap: 18px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.hero__actions .btn {
  min-width: 154px;
  min-height: 54px;
  font-size: 17px;
}
.hero__visual {
  position: relative;
  align-self: stretch;
  display: grid;
  align-items: end;
}
.hero-slider {
  position: relative;
  width: 100%;
  height: 390px;
  overflow: hidden;
  border-radius: 0 0 0 80px;
  background: #d9ecff;
}
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .92;
  transform: scale(1.02);
  transition: opacity .7s ease, transform 4.2s ease;
}
.hero-slide:not(.is-active) {
  opacity: 0;
  transform: scale(1);
}
.hero-bubbles {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  gap: 18px;
}
.hero-bubbles a {
  width: 98px;
  height: 98px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--ink);
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(11, 89, 199, .2);
  border-radius: 50%;
  box-shadow: var(--shadow);
  font-weight: 800;
}

.quick-services {
  padding: 28px 0 10px;
  background: var(--white);
}
.service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.service-strip article,
.solution-grid article,
.lab-grid article,
.case-grid article,
.news-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(7, 54, 129, .08);
}
.service-strip article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-strip article:hover,
.solution-grid article:hover,
.case-grid article:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--navy));
  border-radius: 10px;
  font-size: 30px;
  font-weight: 900;
}
.service-strip h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 21px;
}
.service-strip p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
}
.service-strip a {
  color: var(--blue);
  font-weight: 800;
  font-size: 14px;
}

.section { padding: 25px 0; }
.section--soft { background: var(--soft); }
.section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}
.section-heading h2,
.section-title-inline h2,
.cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.24;
}
.section-heading p {
  margin: 10px 0 0;
  color: var(--muted);
}
.solution-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.solution-grid article {
  overflow: hidden;
  text-align: center;
}
.solution-grid img {
  width: 100%;
  height: 112px;
  object-fit: cover;
}
.solution-grid h3,
.lab-grid h3,
.case-grid h3,
.news-card h3 {
  margin: 14px 12px 4px;
  color: var(--ink);
  font-size: 18px;
}
.solution-grid p,
.lab-grid p,
.case-grid p,
.news-card p {
  margin: 0 12px 16px;
  color: var(--muted);
  font-size: 14px;
}

.stats-band {
  padding: 24px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--white);
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, .18), transparent 26%),
    linear-gradient(90deg, #0b59c7, #0640a7);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.stats-grid div {
  padding: 22px 16px;
  text-align: center;
  position: relative;
}
.stats-grid div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 24%;
  width: 1px;
  height: 52%;
  background: rgba(255, 255, 255, .42);
}
.stats-grid strong {
  display: block;
  font-size: 42px;
  line-height: 1;
}
.stats-grid strong::after { content: "+"; font-size: 26px; }
.stats-grid div:nth-child(4) strong::after { content: "h"; }
.stats-grid span {
  display: block;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 700;
}

.about-company {
  background: #fff;
}
.home-about-section {
  padding: 6px 0;
  background: #fff;
}
.about-page {
  background: #fff;
}
.about-page-hero {
  min-height: 340px;
  display: flex;
  align-items: center;
  color: #082b63;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.9) 48%, rgba(234,244,255,.3) 100%),
    url("images/home-lab-safety.png") center right / cover no-repeat;
  border-bottom: 1px solid #d8e7f8;
}
.about-page-hero h1 {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--ink);
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.12;
}
.about-page-hero p:not(.eyebrow) {
  max-width: 660px;
  margin: 18px 0 0;
  color: #173b70;
  font-size: 18px;
  line-height: 1.8;
}
.news-page {
  background: #fff;
  color: #334155;
}
.news-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.94) 48%, rgba(234,244,255,.32) 100%),
    radial-gradient(circle at 78% 35%, rgba(22,119,255,.18), transparent 30%);
  border-bottom: 1px solid #d8e7f8;
}
.news-hero h1 {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--ink);
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.12;
}
.news-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: #173b70;
  font-size: 18px;
  line-height: 1.85;
}
.news-search-card {
  max-width: 760px;
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 12px;
  margin-top: 28px;
  padding: 12px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(7,54,129,.1);
}
.news-search-card input {
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  font: inherit;
}
.news-category-section {
  padding: 22px 0;
  background: #f6f9fd;
}
.news-category-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.news-category-row a {
  min-height: 54px;
  display: grid;
  place-items: center;
  color: #063b80;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(7,54,129,.06);
}
.news-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 24px;
  align-items: stretch;
}
.news-feature-card,
.news-side-list a,
.news-grid article,
.news-topic-card,
.news-timeline article {
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}
.news-feature-card {
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(6,59,128,.94), rgba(22,119,255,.82)),
    radial-gradient(circle at 82% 22%, rgba(255,255,255,.28), transparent 24%);
  color: #fff;
}
.news-feature-card span {
  display: inline-block;
  padding: 6px 12px;
  color: #063b80;
  background: #fff;
  border-radius: 999px;
  font-weight: 900;
}
.news-feature-card h2 {
  margin: 18px 0 12px;
  font-size: 34px;
  line-height: 1.25;
}
.news-feature-card p {
  color: rgba(255,255,255,.88);
  line-height: 1.85;
}
.news-feature-card a {
  display: inline-block;
  margin-top: 18px;
  color: #fff;
  font-weight: 900;
}
.news-side-list {
  display: grid;
  gap: 14px;
}
.news-side-list a {
  display: grid;
  gap: 8px;
  padding: 22px;
}
.news-side-list b {
  color: var(--ink);
  font-size: 18px;
}
.news-side-list span {
  color: var(--blue);
  font-weight: 800;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.news-grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.news-grid article {
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.news-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(6,59,128,.13);
}
.news-grid article > span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 10px;
  color: var(--blue);
  background: #eaf4ff;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
}
.news-grid h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
}
.news-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
.news-grid a {
  display: inline-block;
  margin-top: 16px;
  color: var(--blue);
  font-weight: 900;
}
.news-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
}
.news-timeline {
  display: grid;
  gap: 14px;
}
.news-timeline article {
  padding: 22px;
}
.news-timeline time {
  color: var(--blue);
  font-weight: 900;
}
.news-timeline h3 {
  margin: 8px 0;
  color: var(--ink);
}
.news-timeline p {
  margin: 0;
  color: var(--muted);
}
.news-topic-card {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: 24px;
}
.news-topic-card h2 {
  margin: 0 0 14px;
  color: var(--ink);
}
.news-guide-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 32px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}
.news-guide-band h2,
.news-guide-band p {
  margin: 0;
}
.news-guide-band h2 {
  color: var(--ink);
  font-size: 30px;
}
.news-guide-band p {
  max-width: 760px;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.8;
}
.news-faq {
  max-width: 900px;
  margin: 0 auto;
}

.news-directory-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 82px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(6, 59, 128, .94) 0%, rgba(22, 119, 255, .78) 55%, rgba(234, 244, 255, .88) 100%),
    url("images/report-template-banner.png") center/cover no-repeat;
}
.news-directory-hero .container {
  position: relative;
  z-index: 1;
}
.news-directory-hero h1 {
  max-width: 760px;
  margin: 10px 0 18px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
  color: #fff;
}
.news-directory-hero p:not(.eyebrow) {
  max-width: 790px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.9;
}
.news-directory-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 10px;
  max-width: 840px;
  margin-top: 34px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 16px;
  background: rgba(255,255,255,.16);
  box-shadow: 0 18px 44px rgba(6, 59, 128, .18);
  backdrop-filter: blur(14px);
}
.news-directory-search input {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  outline: 0;
  color: #0f172a;
  background: #fff;
  font-size: 16px;
}
.news-directory-search button {
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(180deg, #ff9b25, #ff8a00);
  box-shadow: 0 12px 24px rgba(255, 138, 0, .28);
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}
.news-search-result {
  max-width: 840px !important;
  margin-top: 12px !important;
  color: rgba(255,255,255,.82) !important;
  font-size: 15px !important;
}
.news-list-card.is-hidden {
  display: none;
}
.news-list-section.is-empty {
  display: none;
}
.news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e8f0fe;
}
.news-pagination button {
  min-width: 40px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #cfe0f5;
  border-radius: 8px;
  color: #1677ff;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
}
.news-pagination button:hover:not(:disabled) {
  background: #1677ff;
  color: #fff;
  border-color: #1677ff;
}
.news-pagination button:disabled {
  opacity: .35;
  cursor: default;
}
.news-pagination__num.is-active {
  background: linear-gradient(180deg, #1677ff, #0958d9);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(22, 119, 255, .3);
}
.news-pagination__ellipsis {
  font-size: 16px;
  color: #94a3b8;
  padding: 0 4px;
}
.news-section-tabs {
  position: sticky;
  top: 0;
  z-index: 9;
padding: 70px 0 0 0;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid #dbe8f7;
  backdrop-filter: blur(14px);
}
.news-section-tabs .container {
  display: flex;
  gap: 12px;
  overflow-x: auto;
}
.news-section-tabs a {
  flex: 0 0 auto;
  padding: 10px 18px;
  border: 1px solid #cfe0f5;
  border-radius: 999px;
  color: #063b80;
  font-weight: 800;
  text-decoration: none;
  background: #fff;
}
.news-section-tabs a:hover {
  color: #fff;
  border-color: #1677ff;
  background: #1677ff;
}
.news-list-section:nth-of-type(odd) {
  background: #f6f9fd;
}
.news-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.news-list-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.news-list-heading > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.news-list-heading > a {
  flex: 0 0 auto;
  color: #1677ff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}
.news-list-card {
  display: flex;
  min-height: 238px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #dbe8f7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(10, 46, 92, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  text-decoration: none;
  color: inherit;
}
.news-list-card:hover {
  transform: translateY(-4px);
  border-color: #8cc4ff;
  box-shadow: 0 22px 46px rgba(10, 46, 92, .12);
}
.news-list-card > span {
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #0b63ce;
  background: #eaf4ff;
  font-size: 13px;
  font-weight: 800;
}
.news-list-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.45;
}
.news-list-card p {
  margin: 0 0 18px;
  color: #526885;
  font-size: 15px;
  line-height: 1.75;
}
.news-list-card time {
  margin-top: auto;
  color: #7b8ba2;
  font-size: 14px;
}
.article-hero {
  padding: 72px 0 64px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(6, 59, 128, .97), rgba(22, 119, 255, .78)),
    radial-gradient(circle at 82% 20%, rgba(255,255,255,.22), transparent 28%);
}
.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.74);
  font-size: 14px;
}
.article-breadcrumb a {
  color: rgba(255,255,255,.9);
  text-decoration: none;
}
.article-category {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 13px;
  border-radius: 999px;
  color: #063b80;
  background: #fff;
  font-weight: 900;
}
.article-hero h1 {
  max-width: 980px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(34px, 4.3vw, 54px);
  line-height: 1.16;
}
.article-hero p {
  max-width: 980px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.85;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.article-meta span,
.article-meta time {
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.14);
  font-size: 14px;
}
.news-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 30px;
  align-items: start;
}
.article-main {
  min-width: 0;
  padding: 42px;
  border: 1px solid #dbe8f7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(10, 46, 92, .07);
}
.article-content {
  color: #334155;
  font-size: 17px;
  line-height: 1.95;
}
.article-content h2 {
  margin: 34px 0 18px;
  color: #063b80;
  font-size: 28px;
}
.article-content h2:first-child {
  margin-top: 0;
}
.article-content h3 {
  margin: 28px 0 12px;
  color: #0f172a;
  font-size: 22px;
}
.article-content p {
  margin: 0 0 16px;
}
.article-content blockquote {
  margin: 22px 0;
  padding: 18px 22px;
  border-left: 4px solid #1677ff;
  border-radius: 10px;
  color: #214569;
  background: #eaf4ff;
}
.article-sidebar {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 16px;
}
.article-side-card,
.article-consult-card {
  padding: 22px;
  border: 1px solid #dbe8f7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(10, 46, 92, .06);
}
.article-side-card h2,
.article-consult-card h2 {
  margin: 0 0 16px;
  color: #063b80;
  font-size: 20px;
}
.article-side-card a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #edf3fb;
  color: #334155;
  text-decoration: none;
  line-height: 1.5;
}
.article-side-card a:hover {
  color: #1677ff;
}
.article-consult-card {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #063b80, #1677ff);
}
.article-consult-card h2 {
  color: #fff;
}
.article-consult-card p {
  color: rgba(255,255,255,.82);
  line-height: 1.7;
}
.article-consult-card strong {
  display: block;
  margin-top: 14px;
  font-size: 22px;
}

@media (max-width: 1024px) {
  .news-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .news-article-layout {
    grid-template-columns: 1fr;
  }
  .article-sidebar {
    position: static;
  }
  .news-directory-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .news-directory-hero,
  .article-hero {
    padding: 58px 0 50px;
  }
  .news-directory-search,
  .news-list-grid {
    grid-template-columns: 1fr;
  }
  .news-list-heading {
    display: block;
  }
  .news-list-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
  .article-main {
    padding: 24px;
  }
  .article-content {
    font-size: 16px;
  }
  .article-content h2 {
    font-size: 24px;
  }
}
.contact-page {
  background:
    radial-gradient(circle at 0 0, rgba(22,119,255,.08), transparent 28%),
    linear-gradient(180deg, #f6f9fd 0%, #fff 58%, #f6f9fd 100%);
  color: #334155;
}
.contact-section {
  padding: 60px 0 72px;
}
.contact-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
.contact-heading h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.2;
}
.contact-heading h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 56px;
  height: 3px;
  transform: translateX(-50%);
  background: var(--blue);
  border-radius: 99px;
}
.contact-heading p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.8;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  gap: 30px;
  align-items: stretch;
}
.contact-card {
  position: relative;
  overflow: hidden;
  padding: 34px 36px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(7,54,129,.1);
}
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #063b80, #1677ff);
}
.contact-intro {
  margin: 0 0 22px;
  color: #334155;
  line-height: 1.9;
}
.contact-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.contact-service-tags span {
  padding: 7px 12px;
  color: #0b59c7;
  background: #eaf4ff;
  border: 1px solid #cfe3fb;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}
.contact-info-list {
  display: grid;
  gap: 12px;
}
.contact-info-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 16px;
  background: #f7fbff;
  border: 1px solid #e0ecf8;
  border-radius: 10px;
}
.contact-info-list article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: linear-gradient(180deg, #1677ff, #063b80);
  border-radius: 50%;
  font-weight: 900;
}
.contact-info-list h2,
.contact-info-list p {
  margin: 0;
}
.contact-info-list h2 {
  color: var(--ink);
  font-size: 18px;
}
.contact-info-list p {
  color: #334155;
  line-height: 1.6;
}
.contact-info-list strong {
  color: #0b59c7;
  font-size: 26px;
}
.contact-info-list em {
  display: inline-block;
  margin-left: 10px;
  color: #334155;
  font-style: normal;
  font-size: 14px;
}
.contact-info-list img {
  width: 94px;
  height: 94px;
  object-fit: cover;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 6px;
  grid-column: 2;
}
.contact-form-card h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 28px;
}
.form-note {
  margin: 0 0 16px;
  padding-bottom: 16px;
  color: #334155;
  border-bottom: 1px dashed #cbd5e1;
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: #334155;
  background: #f8fbff;
  border: 1px solid #d7e4f5;
  border-radius: 8px;
  font: inherit;
}
.contact-form input:first-child,
.contact-form textarea,
.contact-form button {
  grid-column: 1 / -1;
}
.contact-form select {
  min-width: 0;
}
.contact-form textarea {
  min-height: 116px;
  padding-top: 12px;
  resize: vertical;
}
.contact-form button {
  min-height: 48px;
  color: #fff;
  background: linear-gradient(90deg, #ff8a00, #ff9f2f);
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(255,138,0,.24);
}
.consult-form-status {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: #516887;
  font-size: 14px;
  line-height: 1.6;
}
.consult-form-status.is-success,
.consult-form-status.is-error {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.consult-form-status.is-success {
  color: #11683a;
  background: #ecfdf3;
  border-color: #b9efd0;
}
.consult-form-status.is-error {
  color: #b42318;
  background: #fff1f0;
  border-color: #ffd0cc;
}
.lead-form .consult-form-status,
.cnas-form .consult-form-status,
.inspection-form .consult-form-status,
.solutions-form .consult-form-status {
  grid-column: 1 / -1;
}
form.is-submitting button[type="submit"] {
  opacity: .72;
  cursor: wait;
}
.consult-modal[hidden],
.consult-modal__hp {
  display: none;
}
.consult-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}
.consult-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 22, 48, .58);
}
.consult-modal__dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: min(720px, calc(100vh - 32px));
  overflow: auto;
  padding: 30px;
  background: #fff;
  border: 1px solid #d9e7f8;
  border-radius: 12px;
  box-shadow: 0 26px 70px rgba(5, 22, 48, .28);
}
.consult-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #23466f;
  background: #eef5ff;
  border: 1px solid #d4e5f9;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.consult-modal__header {
  padding-right: 44px;
  margin-bottom: 18px;
}
.consult-modal__header h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.25;
}
.consult-modal__header p:not(.eyebrow) {
  margin: 0;
  color: #5a6f8e;
  line-height: 1.75;
}
.consult-modal__form {
  margin-top: 0;
}
html.consult-modal-open {
  overflow: hidden;
}
.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 46px;
  align-items: center;
  padding: 56px 0;
}
.about-intro h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.22;
}
.about-intro p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.9;
}
.about-intro ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.about-intro li {
  position: relative;
  padding-left: 28px;
  color: #334155;
  line-height: 1.75;
}
.about-intro li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 28%, #1677ff 30%);
  box-shadow: 0 0 0 4px #eaf4ff;
}
.about-intro img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7,54,129,.14);
}
.about-more {
  display: inline-block;
  margin-top: 20px;
  color: var(--blue);
  font-weight: 900;
}
.about-why {
  padding: 52px 0;
  background: #eaf2fb;
}
.about-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.about-why-grid article {
  min-height: 150px;
  padding: 24px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7,54,129,.07);
}
.about-why-grid article:not(.about-metric) span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  color: #fff;
  background: #1677ff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}
.about-why-grid h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 19px;
}
.about-why-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.about-metric {
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #0b59c7, #063b80) !important;
}
.about-metric strong {
  display: block;
  font-size: 28px;
}
.about-metric em {
  color: rgba(255,255,255,.86);
  font-style: normal;
  font-weight: 700;
}
.about-certificates {
  padding: 54px 0 64px;
  background: #fff;
}
.certificate-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.certificate-strip article {
  min-height: 210px;
  padding: 18px 16px;
  text-align: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #d0a15a, #f1d39a, #b77b2b) border-box;
  border: 4px solid transparent;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(7,54,129,.1);
}
.certificate-strip span {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 8px auto 18px;
  color: #0b59c7;
  background: #eef6ff;
  border: 1px solid #cfe3fb;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 900;
}
.certificate-strip h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 17px;
}
.certificate-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.certificate-gallery article {
  padding: 12px 12px 18px;
  background: #fff;
}
.certificate-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  background:
    linear-gradient(180deg, #f8fbff, #eef6ff);
  border: 1px solid #e1ebf7;
  border-radius: 2px;
}
.certificate-gallery img[src$=".png"] {
  object-fit: cover;
}
.certificate-gallery h3 {
  margin-top: 16px;
}

.lab-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.lab-grid article {
  overflow: hidden;
}
.lab-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.center-action {
  margin-top: 22px;
  text-align: center;
}

.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 28px 28px 26px;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 8px 26px rgba(7, 54, 129, .07);
}
.process article {
  position: relative;
  text-align: center;
}
.process article:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(50% + 28px);
  top: 27px;
  width: calc(100% - 56px);
  height: 1px;
  border-top: 1px dashed #8db7ee;
}
.process span {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  color: var(--white);
  background: var(--blue);
  border: 6px solid #e4f0ff;
  border-radius: 50%;
  font-weight: 900;
}
.process h3 {
  margin: 0 0 4px;
  color: var(--ink);
}
.process p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.cases-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 30px;
}
.section-title-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}
.section-title-inline a {
  color: var(--blue);
  font-weight: 800;
  font-size: 14px;
}
.logo-wall {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.logo-wall span {
  min-height: 56px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 5px 16px rgba(7, 54, 129, .05);
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.case-grid article {
  overflow: hidden;
}
.case-grid img {
  height: 136px;
  width: 100%;
  object-fit: cover;
}
.case-grid a {
  display: inline-block;
  margin: 0 12px 16px;
  color: var(--blue);
  font-weight: 800;
  font-size: 14px;
}
.home-solution-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.home-solution-list a {
  min-height: 132px;
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  align-content: start;
  padding: 18px;
  border: 1px solid #dbe8f7;
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(10, 46, 92, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.home-solution-list a:hover {
  transform: translateY(-3px);
  border-color: #8cc4ff;
  box-shadow: 0 18px 36px rgba(10, 46, 92, .12);
}
.home-solution-list span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #1677ff, #063b80);
  font-weight: 900;
}
.home-solution-list strong {
  font-size: 17px;
  line-height: 1.35;
}
.home-solution-list p {
  grid-column: 2;
  margin: 8px 0 0;
  color: #526885;
  font-size: 14px;
  line-height: 1.65;
}
.news-title {
  margin-bottom: 14px;
}
#news {
  padding: 34px 0;
}
#news .news-grid {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.6fr);
  gap: 14px;
}
.home-news-lead,
.home-news-row {
  border: 1px solid #dbe8f7;
  background: #fff;
  box-shadow: 0 10px 26px rgba(10, 46, 92, .06);
}
.home-news-lead {
  min-height: 178px;
  padding: 20px 22px;
  border-radius: 12px;
  border-left: 4px solid #1677ff;
}
.home-news-lead span,
.home-news-row span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  color: #0b63ce;
  background: #eaf4ff;
  font-size: 12px;
  font-weight: 900;
}
.home-news-lead h3 {
  margin: 10px 0 8px;
  font-size: 22px;
  line-height: 1.35;
}
.home-news-lead h3 a {
  color: var(--ink);
  text-decoration: none;
}
.home-news-lead p {
  margin: 0 0 10px;
  color: #526885;
  font-size: 14px;
  line-height: 1.65;
}
.home-news-lead time {
  color: #0b59c7;
  font-size: 13px;
  font-weight: 900;
}
.home-news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.home-news-row {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  color: var(--ink);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.home-news-row:hover {
  transform: translateY(-2px);
  border-color: #8cc4ff;
  box-shadow: 0 16px 32px rgba(10, 46, 92, .1);
}
.home-news-row strong {
  min-width: 0;
  font-size: 16px;
  line-height: 1.45;
}
.home-news-row time {
  color: #0b59c7;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.cta {
  padding: 42px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 54, 129, .94), rgba(11, 89, 199, .9)),
    url("images/lab-hero.svg") center / cover;
}
.cta h2 {
  color: var(--white);
  font-size: 44px;
  letter-spacing: 8px;
}
.cta p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
}
.cta__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
}
.lead-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 12px;
}
.lead-form input {
  height: 46px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 6px;
  padding: 0 14px;
  font: inherit;
}
.detail-layout .detail-content .cta {
  overflow: hidden;
  padding: 34px;
  border-radius: 10px;
}
.detail-layout .detail-content .cta__grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr);
  gap: 28px;
  align-items: center;
}
.detail-layout .detail-content .cta h2 {
  max-width: 360px;
  color: var(--white);
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.22;
  letter-spacing: 0;
}
.detail-layout .detail-content .cta p {
  max-width: 390px;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.8;
}
.detail-layout .detail-content .lead-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}
.detail-layout .detail-content .lead-form input,
.detail-layout .detail-content .lead-form button {
  width: 100%;
  min-width: 0;
}
.detail-layout .detail-content .lead-form button {
  grid-column: 1 / -1;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  white-space: normal;
  writing-mode: horizontal-tb;
}

.footer {
  color: rgba(255,255,255,.78);
  background: #061b3a;
}
.footer--premium {
  position: relative;
  overflow: hidden;
  padding: 72px 0 0;
  background:
    radial-gradient(circle at 7% 0%, rgba(48, 137, 255, .28), transparent 32%),
    radial-gradient(circle at 94% 34%, rgba(37, 112, 218, .2), transparent 34%),
    linear-gradient(135deg, #061b3a 0%, #082957 48%, #061b3a 100%);
}
.footer__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 54%, rgba(255,255,255,.055) 54.2% 54.6%, transparent 55%),
    radial-gradient(circle at 70% 90%, rgba(30,136,229,.2), transparent 32%);
  opacity: .75;
}
.footer-premium__main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(420px, 1.35fr) minmax(330px, .95fr);
  gap: 46px;
  align-items: start;
}
.footer-premium__brand {
  padding-right: 34px;
  border-right: 1px solid rgba(255,255,255,.14);
}
.footer-brand {
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
}
.footer-brand--premium {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 0 22px rgba(112, 178, 255, .34);
}
.footer-brand--premium .brand__mark {
  width: 70px;
  height: 70px;
  filter: drop-shadow(0 0 16px rgba(87, 163, 255, .42));
}
.footer .brand__hex,
.footer .brand__h {
  stroke: var(--white);
  fill: none;
}
.footer .brand__h {
  fill: var(--white);
  stroke: none;
}
.footer-premium__brand p {
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 17px;
  line-height: 1.95;
}
.footer-brand-line {
  width: 46px;
  height: 4px;
  margin: 26px 0 30px;
  border-radius: 99px;
  background: #55b7ff;
  box-shadow: 0 0 16px rgba(85,183,255,.6);
}
.footer-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.footer-trust-grid span {
  display: grid;
  justify-items: center;
  gap: 7px;
  text-align: center;
}
.footer-trust-grid b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(99, 174, 255, .42);
  border-radius: 50%;
  color: #fff;
  background: rgba(30, 112, 220, .26);
  box-shadow: inset 0 0 16px rgba(85, 183, 255, .14), 0 0 14px rgba(59, 151, 255, .22);
  font-size: 14px;
  font-style: normal;
}
.footer-trust-grid strong {
  color: #fff;
  font-size: 16px;
}
.footer-trust-grid em {
  color: rgba(255,255,255,.58);
  font-style: normal;
  font-size: 13px;
}
.footer-premium__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}
.footer h3 {
  position: relative;
  margin: 0 0 34px;
  color: var(--white);
  font-size: 24px;
  letter-spacing: 0;
}
.footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 36px;
  height: 4px;
  border-radius: 99px;
  background: #55b7ff;
  box-shadow: 0 0 14px rgba(85,183,255,.54);
}
.footer-premium__links a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: 0 0 24px;
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: 18px;
}
.footer-premium__links a::after {
  content: "›";
  color: rgba(255,255,255,.8);
  font-size: 28px;
  line-height: 1;
}
.footer-premium__links a:hover,
.footer-premium__contact p:hover {
  color: #fff;
}
.footer-premium__contact {
  padding-left: 42px;
  border-left: 1px solid rgba(255,255,255,.14);
}
.footer-premium__contact p {
  display: grid;
  grid-template-columns: 42px auto;
  gap: 16px;
  margin: 0 0 22px;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.75;
}
.footer-premium__contact p span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: rgba(35, 105, 210, .56);
  box-shadow: inset 0 0 14px rgba(128, 190, 255, .24), 0 0 14px rgba(59, 151, 255, .2);
}
.footer-premium__contact strong {
  color: #fff;
  font-weight: 800;
}
.footer-premium__bottom {
  position: relative;
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,.22);
  background: rgba(2, 18, 42, .3);
}
.footer-premium__bottom .container {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.58);
}
.footer-premium__bottom a {
  color: rgba(255,255,255,.62);
  text-decoration: none;
}
.footer-premium__bottom a:hover {
  color: #fff;
}
.footer p,
.footer a {
  color: inherit;
}
.footer__grid,
.footer__bottom {
  display: none;
}

.site-footer-v3 {
  padding: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, .78);
  background:
    radial-gradient(circle at 0% 0%, rgba(32, 126, 255, .22), transparent 34%),
    linear-gradient(135deg, #061b3a 0%, #082b5b 54%, #061b3a 100%);
}
.footer-v3__top {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(600px, 1.55fr);
  gap: 56px;
  padding: 56px 0 34px;
  align-items: start;
}
.footer-v3__brand {
  min-width: 0;
}
.footer-v3__logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
}
.footer-v3__logo .brand__mark {
  width: 62px;
  height: 62px;
}
.footer-v3__brand p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.9;
}
.footer-v3__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 34px;
}
.footer-v3__nav h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
}
.footer-v3__nav h3::after {
  width: 30px;
  height: 3px;
  bottom: -9px;
}
.footer-v3__nav a {
  display: block;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.45;
  white-space: nowrap;
}
.footer-v3__nav a:hover,
.footer-v3__contact a:hover {
  color: #fff;
}
.footer-v3__contact {
  display: grid;
  grid-template-columns: minmax(150px, .65fr) minmax(190px, .75fr) minmax(280px, 1.25fr) minmax(300px, 1.35fr) minmax(190px, .8fr);
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.footer-v3__contact p {
  min-width: 0;
  margin: 0;
  padding: 0 16px 0 0;
  border-right: 1px solid rgba(255,255,255,.12);
}
.footer-v3__contact p:last-child {
  border-right: 0;
}
.footer-v3__contact strong {
  display: block;
  margin-bottom: 7px;
  color: #78beff;
  font-size: 14px;
}
.footer-v3__contact span,
.footer-v3__contact a {
  display: block;
  color: rgba(255,255,255,.82);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.footer-v3__bottom {
  background: rgba(0, 0, 0, .16);
}
.footer-v3__bottom .container {
  min-height: 60px;
  display: flex;
  align-items: center;
 
  gap: 28px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.56);
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer-v3__bottom .container {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-v3__bottom .container {
min-height: 115px;
  }
}
.footer-v3__bottom a {
  color: rgba(255,255,255,.62);
  text-decoration: none;
}

.float-bar {
  position: fixed;
  right: 18px;
  top: 45%;
  z-index: 70;
  display: grid;
  gap: 10px;
}
.float-bar__item {
  width: 76px;
  min-height: 68px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  border: 0;
  border-radius: 12px;
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(7, 54, 129, .15);
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}
.float-bar__icon {
  width: 24px;
  height: 24px;
}
.float-bar__item span {
  font-size: 12px;
  color: #557096;
}
.float-bar__item:hover {
  transform: translateY(-2px);
  color: #fff;
  background: linear-gradient(180deg, #1677ff, #0b59c7);
}
.float-bar__item:hover span {
  color: rgba(255,255,255,.82);
}
.float-bar__group {
  position: relative;
}
.float-bar__tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 71;
  padding: 16px 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(7, 54, 129, .2), 0 4px 16px rgba(7, 54, 129, .1);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}
.float-bar__group:hover .float-bar__tooltip {
  opacity: 1;
  visibility: visible;
}
.float-bar__tooltip::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  box-shadow: 4px 0 8px rgba(7, 54, 129, .1);
}
.float-bar__tooltip--phone {
  min-width: 160px;
  white-space: normal;
}
.float-bar__tooltip-header {
  font-size: 14px;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 10px;
}
.float-bar__tooltip-number {
  display: block;
  color: #1677ff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;

  transition: color .2s ease;
}
.float-bar__tooltip-number:hover {
  color: #0958d9;
}
.float-bar__tooltip--wechat {
  width: 170px;
  text-align: center;
}
.float-bar__tooltip--wechat img {
  width: 140px;
  height: 140px;
  margin-bottom: 8px;
  border-radius: 8px;
}
.float-bar__tooltip--wechat p {
  margin: 0;
  font-size: 12px;
  color: #64748b;
}
.float-wechat {
  position: fixed;
  right: 108px;
  top: calc(45% + 68px);
  z-index: 71;
  width: 170px;
  padding: 14px;
  border: 1px solid #dbe8f7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(7, 54, 129, .18);
  text-align: center;
}
.float-wechat::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 36px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  border-top: 1px solid #dbe8f7;
  border-right: 1px solid #dbe8f7;
  background: #fff;
}
.float-wechat[hidden] {
  display: none;
}
.float-wechat img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: 8px;
  background: #eaf4ff;
}
.float-wechat p {
  margin: 8px 0 0;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}
.mobile-consult { display: none; }

@media (max-width: 1120px) {
  .footer-v3__top,
  .footer-v3__contact {
    grid-template-columns: 1fr;
  }
  .footer-v3__contact p {
    border-right: 0;
    padding-right: 0;
  }
  .footer-v3__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-premium__main {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .footer-premium__brand,
  .footer-premium__contact {
    padding: 0;
    border: 0;
  }
  .footer-premium__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .main-nav { gap: 16px; }
  .service-strip,
  .lab-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .solution-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-intro {
    grid-template-columns: 1fr;
  }
  .about-intro img {
    height: 280px;
  }
  .about-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .certificate-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .news-feature-layout,
  .news-two-column,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .news-category-row,
  .news-grid,
  .news-grid--six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .news-topic-card {
    position: static;
  }
  .cases-layout,
  .cta__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
 
  .container { width: min(100% - 28px, 1180px); }
  .header-top { min-height: var(--mobile-header-height); }
  .brand__mark { width: 46px; height: 46px; flex-basis: 46px; }
  .brand strong { font-size: 19px; }
  .brand small { font-size: 17px; }
  .brand em,
  .header-search,
  .header-contact {
    display: none;
  }
  .menu-toggle { display: block; }
  .nav-shell {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    display: none;
    max-height: calc(100vh - var(--mobile-header-height) - 58px);
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .nav-shell.is-open { display: block; }
  .nav-inner { height: auto; display: block; }
  .main-nav {
    display: grid;
    gap: 0;
    justify-content: stretch;
    color: var(--ink);
    padding: 18px 0 28px;
  }
  .main-nav > a,
  .nav-item > a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 11px 14px;
    border-radius: 8px;
  }
  .main-nav > a:hover,
  .nav-item > a:hover,
  .nav-item.is-open > a {
    color: var(--blue);
    background: #eef5ff;
  }
  .nav-item > a {
    position: relative;
    padding-right: 42px;
  }
  .nav-item > a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 14px;
    top: 50%;
    color: var(--blue);
    font-size: 13px;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform .18s ease;
  }
  .nav-item.is-open > a::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .dropdown {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    padding: 4px 0 10px 20px;
    background: transparent;
    transition: none;
  }
  .nav-item.is-open .dropdown {
    display: block;
  }
  .dropdown--wide {
    display: block;
    min-width: 0;
  }
  .nav-item:not(.is-open) .dropdown--wide {
    display: none;
  }
  .dropdown a {
    padding: 10px 12px;
  }
  .dropdown--wide p {
    margin: 8px 12px;
  }
  .hero,
  .hero__grid {
    min-height: auto;
  }
  .hero {
    padding: 42px 0 28px;
  }
  .service-strip{
    grid-template-columns: 1fr;
  }
  .hero__grid,
  .lab-grid,
  .case-grid,
  .news-grid,
  .footer-premium__links,
  .footer-trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer--premium {
    padding-top: 48px;
  }
  .footer-brand--premium {
    font-size: 24px;
  }
  .footer-brand--premium .brand__mark {
    width: 56px;
    height: 56px;
  }
  .footer-premium__bottom .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-block: 18px;
  }
  .footer-premium__contact p {
    grid-template-columns: 34px auto;
    font-size: 15px;
  }
  .footer-premium__contact p span {
    width: 32px;
    height: 32px;
  }
  .footer-v3__top {
    padding: 42px 0 26px;
    gap: 28px;
  }
  .footer-v3__nav {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .footer-v3__logo {
    font-size: 23px;
  }
  .footer-v3__logo .brand__mark {
    width: 52px;
    height: 52px;
  }
  .footer-v3__bottom .container {
  
    flex-direction: column;
    gap: 0px;
    padding-block: 16px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero__lead {
    font-size: 20px;
  }
  .hero-slider {
    height: 250px;
    border-radius: 16px;
  }
  .hero-bubbles {
    position: static;
    margin-top: -30px;
    justify-content: center;
  }
  .hero-bubbles a {
    width: 82px;
    height: 82px;
    font-size: 13px;
  }
  .solution-grid,
  .about-why-grid,
  .certificate-strip,
  .news-category-row,
  .news-grid,
  .news-grid--six,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid div:nth-child(2)::after { display: none; }
  .process {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .process article {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 12px;
    text-align: left;
  }
  .process article:not(:last-child)::after { display: none; }
  .process span {
    grid-row: span 2;
    margin: 0;
  }
  .news-card {
    grid-template-columns: 120px 1fr;
  }
  .home-solution-list {
    grid-template-columns: 1fr;
  }
  #news .news-grid,
  .home-news-list {
    grid-template-columns: 1fr;
  }
  .home-news-row {
    grid-template-columns: 1fr auto;
  }
  .home-news-row span {
    grid-column: 1 / -1;
  }
  .lead-form {
    grid-template-columns: 1fr;
  }
  .lead-form input,
  .lead-form button {
    min-height: 48px;
    width: 100%;
  }
  .cta h2 {
    font-size: 34px;
    letter-spacing: 2px;
  }
  .float-bar { display: none; }
  .float-wechat {
    right: 14px;
    top: auto;
    bottom: 72px;
    width: 164px;
  }
  .float-wechat::after {
    right: 72px;
    top: auto;
    bottom: -8px;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #dbe8f7;
    border-right: 1px solid #dbe8f7;
  }
  .mobile-consult {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 24px rgba(7,54,129,.14);
  }
  .mobile-consult a {
    min-height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border: 0;
    color: var(--ink);
    background: var(--white);
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
  }
  .mobile-consult a:last-child {
    color: var(--white);
    background: var(--orange);
  }
  .mobile-consult__icon {
    width: 22px;
    height: 22px;
  }
}

.page-hero {
  padding: 82px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 54, 129, .95), rgba(11, 89, 199, .82)),
    url("images/lab-hero.svg") center / cover;
}
.page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.12;
}
.page-hero p {
  max-width: 860px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 19px;
}
.page-hero .hero__actions {
  margin-top: 28px;
}
.electronic-banner {
  min-height: 420px;
  padding: 0;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(4, 42, 103, .18) 0%, rgba(4, 42, 103, .04) 46%, rgba(255,255,255,0) 72%),
    url("images/electronic-electrical-banner.png") center / cover no-repeat;
}
.electronic-banner .container {
  padding-top: 54px;
  padding-bottom: 56px;
}
.electronic-banner h1 {
  max-width: 560px;
  color: var(--white);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  text-shadow: 0 4px 18px rgba(0, 29, 84, .28);
}
.electronic-banner p {
  max-width: 600px;
  color: rgba(255,255,255,.9);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.7;
  text-shadow: 0 2px 12px rgba(0, 29, 84, .26);
}
.electronic-banner .tag-row {
  max-width: 590px;
  margin-top: 22px;
}
.electronic-banner .tag-row span {
  min-height: 42px;
  padding: 7px 15px;
  color: var(--white);
  background: rgba(7, 91, 207, .26);
  border: 1px solid rgba(128, 203, 255, .56);
  border-radius: 12px;
  font-size: 15px;
  backdrop-filter: blur(4px);
}
.electronic-banner .hero__actions {
  max-width: 460px;
  margin-top: 32px;
}
.electronic-banner .hero__actions .btn {
  min-width: 166px;
  min-height: 54px;
  border-radius: 10px;
  font-size: 18px;
}
.home-living-banner .container,
.textile-apparel-banner .container,
.toys-maternal-baby-banner .container,
.beauty-personal-care-banner .container,
.new-materials-banner .container {
  max-width: min(1180px, calc(100% - 40px));
}
.home-living-banner h1,
.home-living-banner p,
.textile-apparel-banner h1,
.textile-apparel-banner p,
.toys-maternal-baby-banner h1,
.toys-maternal-baby-banner p,
.beauty-personal-care-banner h1,
.beauty-personal-care-banner p,
.new-materials-banner h1,
.new-materials-banner p {
  max-width: 560px;
}
.home-living-banner .hero__actions,
.textile-apparel-banner .hero__actions,
.toys-maternal-baby-banner .hero__actions,
.beauty-personal-care-banner .hero__actions,
.new-materials-banner .hero__actions {
  max-width: 430px;
}
.electronic-banner .hero__actions .btn--outline {
  color: var(--blue);
  background: rgba(255,255,255,.94);
  border-color: rgba(255,255,255,.9);
  box-shadow: 0 12px 28px rgba(0, 52, 135, .18);
}
.home-living-banner {
  background:
    linear-gradient(90deg, rgba(7, 54, 129, .88), rgba(11, 89, 199, .62), rgba(11, 89, 199, .12)),
    url("images/home-living-banner.png") center / cover no-repeat;
}
.textile-apparel-banner {
  background:
    linear-gradient(90deg, rgba(7, 54, 129, .88), rgba(11, 89, 199, .62), rgba(11, 89, 199, .12)),
    url("images/textile-apparel-banner.png") center / cover no-repeat;
}
.toys-maternal-baby-banner {
  background:
    linear-gradient(90deg, rgba(7, 54, 129, .88), rgba(11, 89, 199, .62), rgba(11, 89, 199, .12)),
    url("images/toys-maternal-baby-banner.png") center / cover no-repeat;
}
.beauty-personal-care-banner {
  background:
    linear-gradient(90deg, rgba(7, 54, 129, .88), rgba(11, 89, 199, .62), rgba(11, 89, 199, .12)),
    url("images/beauty-personal-care-banner.png") center / cover no-repeat;
}
.new-materials-banner {
  background:
    linear-gradient(90deg, rgba(7, 54, 129, .88), rgba(11, 89, 199, .62), rgba(11, 89, 199, .12)),
    url("images/new-materials-banner.png") center / cover no-repeat;
}
.testing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.testing-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(7, 54, 129, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.testing-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.testing-card img {
  width: 100%;
  height: 156px;
  object-fit: cover;
}
.testing-card__body {
  padding: 22px;
}
.testing-card h2,
.testing-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 22px;
}
.testing-card p {
  margin: 0 0 16px;
  color: var(--muted);
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.tag-row span {
  padding: 5px 9px;
  color: var(--navy);
  background: #eef5ff;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}
.capability-grid,
.usage-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.capability-grid span,
.usage-grid span,
.faq-grid article {
  padding: 16px;
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(7,54,129,.05);
}
.report-band {
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.detail-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 34px;
  align-items: start;
}
.detail-layout > *,
.detail-content,
.content-panel {
  min-width: 0;
}
.detail-content {
  max-width: 100%;
  overflow: hidden;
}
.category-sidebar {
  position: sticky;
  top: 138px;
}
.side-card {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(7,54,129,.08);
}
.side-card h2,
.side-card h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 20px;
}
.category-nav {
  display: grid;
  gap: 8px;
}
.category-nav a {
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--text);
  background: #f7faff;
  font-weight: 800;
}
.category-nav a.is-active,
.category-nav a:hover {
  color: var(--white);
  background: var(--blue);
}
.side-consult {
  margin-top: 16px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
}
.side-consult p {
  margin: 0 0 14px;
  color: rgba(255,255,255,.82);
}
.side-consult .phone {
  display: block;
  margin-top: 12px;
  color: #ffd7a3;
  font-weight: 900;
}
.detail-content section {
  margin-bottom: 44px;
}
.content-panel {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(7,54,129,.06);
}
.content-panel h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 28px;
}
.product-tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.product-tags span {
  padding: 12px;
  text-align: center;
  color: var(--navy);
  background: #eef5ff;
  border-radius: 8px;
  font-weight: 800;
}
.standard-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.standard-table th,
.standard-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.standard-table th {
  color: var(--ink);
  background: #eef5ff;
}
.advantage-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.advantage-list li {
  padding: 14px 16px;
  border-radius: 8px;
  background: #f7faff;
  border-left: 4px solid var(--blue);
}
.faq-grid {
  grid-template-columns: 1fr;
}
.faq-grid h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 18px;
}
.faq-grid p {
  margin: 0;
  color: var(--muted);
}

.overview-page {
  background: linear-gradient(180deg, #f5f9ff 0, #fff 18%, #f7fbff 100%);
}
.overview-hero {
  min-height: 360px;
  padding: 70px 0 82px;
  background:
    linear-gradient(90deg, rgba(244,249,255,.98) 0%, rgba(244,249,255,.86) 46%, rgba(244,249,255,.22) 78%),
    url("images/product-testing-banner.png") center right / cover no-repeat;
}
.overview-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.12;
}
.overview-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
}
.overview-points {
  margin-top: 22px;
  gap: 22px;
}
.overview-stats-wrap {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.overview-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.overview-stats article {
  display: grid;
  grid-template-columns: 54px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0 14px;
  padding: 24px 32px;
  border-right: 1px solid var(--line);
}
.overview-stats article:last-child {
  border-right: 0;
}
.overview-stats span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--blue);
  border: 2px solid #cfe2ff;
  border-radius: 10px;
  font-weight: 900;
}
.overview-stats strong {
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
}
.overview-stats strong::after {
  content: "+";
  font-size: 22px;
}
.overview-stats article:nth-child(3) strong::after {
  content: "㎡";
}
.overview-stats p {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 800;
}
.overview-category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.overview-category-grid article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(7,54,129,.08);
  transition: .2s ease;
}
.overview-category-grid article:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.overview-category-grid img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  flex-shrink: 0;
}
.overview-category-grid div {
  padding: 18px;

  flex: 1;
}
.overview-category-grid b {
  color: var(--blue);
  font-size: 16px;
  flex-shrink: 0;
}
.overview-category-grid h3 {
  margin: 6px 0 10px;
  color: var(--ink);
  font-size: clamp(14px, 2.4vw, 19px);
  line-height: 1.3;
  white-space: nowrap;
  flex-shrink: 0;
}
.overview-category-grid p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-shrink: 0;
}
.overview-category-grid .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.overview-category-grid .tag-row span {
  font-size: 12px;
  padding: 4px 7px;
}
.overview-category-grid a {
  color: var(--blue);
  font-weight: 900;
  font-size: 14px;
  margin-top: auto;
}
.overview-capability-grid,
.overview-usage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.overview-capability-grid article,
.overview-capability-grid a,
.overview-usage-grid article,
.overview-usage-grid a {
  min-height: 188px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(7,54,129,.06);
}
.overview-capability-grid a,
.overview-usage-grid a {
  display: block;
  transition: transform .2s ease, box-shadow .2s ease;
}
.overview-capability-grid a:hover,
.overview-usage-grid a:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.overview-capability-grid a::after {
  content: "查看详情 >";
  display: inline-block;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 900;
  font-size: 14px;
}
.overview-capability-grid span,
.overview-usage-grid span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--blue);
  background: #eef5ff;
  border-radius: 10px;
  font-weight: 900;
  font-size: 22px;
}
.overview-capability-grid h3,
.overview-usage-grid h3 {
  margin: 14px 0 8px;
  color: var(--ink);
  font-size: 18px;
}
.overview-capability-grid p,
.overview-usage-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

body[data-testing] {
  background: #f4f8fd;
}
.testing-hero {
  min-height: 420px;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(4, 42, 103, .28) 0%, rgba(4, 42, 103, .1) 45%, rgba(255,255,255,0) 70%),
    url("images/testing-hero-electronics.png") center / cover no-repeat,
    linear-gradient(180deg, #0b59c7, #073681);
}
.testing-hero__grid {
  display: grid;
  grid-template-columns: minmax(420px, .88fr) 1.12fr;
  gap: 26px;
  align-items: center;
  min-height: 420px;
}
.testing-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.15;
  letter-spacing: 0;
}
.testing-hero p {
  max-width: 620px;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.85;
}
.testing-hero img {
  display: none;
}
.breadcrumb {
  margin: 0 0 14px;
  color: rgba(255,255,255,.82);
  font-weight: 800;
  font-size: 13px;
}
.testing-hero .tag-row {
  margin-top: 16px;
}
.testing-hero .tag-row span {
  color: var(--white);
  background: rgba(7, 91, 207, .28);
  border: 1px solid rgba(122, 196, 255, .5);
  backdrop-filter: blur(4px);
}
.testing-hero .hero__actions {
  margin-top: 18px;
}
body[data-testing] .section {
  padding: 18px 0 44px;
}
body[data-testing] .detail-layout {
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 24px;
}
body[data-testing] .category-sidebar {
  top: 124px;
}
body[data-testing] .side-card {
  padding: 14px;
  border-color: #dce8f7;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(7,54,129,.06);
}
body[data-testing] .side-card h2,
body[data-testing] .side-card h3 {
  font-size: 18px;
}
body[data-testing] .category-nav {
  gap: 7px;
}
body[data-testing] .category-nav a {
  position: relative;
  padding: 11px 12px 11px 38px;
  border: 1px solid transparent;
  color: var(--ink);
  background: #f5f8fc;
  font-size: 14px;
}
body[data-testing] .category-nav a::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: .72;
}
body[data-testing] .category-nav a.is-active,
body[data-testing] .category-nav a:hover {
  border-color: #0b59c7;
  background: linear-gradient(180deg, #176be3, #0754c1);
}
body[data-testing] .side-consult {
  padding: 18px;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
  color: var(--ink);
}
body[data-testing] .side-consult p {
  color: var(--muted);
}
body[data-testing] .side-consult .phone {
  color: var(--blue);
  font-size: 18px;
}
body[data-testing] .detail-content section {
  margin-bottom: 20px;
}
body[data-testing] .content-panel {
  padding: 22px;
  border-color: #dce8f7;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7,54,129,.045);
}
body[data-testing] .content-panel h2 {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 10px;
  font-size: 22px;
}
body[data-testing] .content-panel h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 3px;
  background: var(--blue);
  border-radius: 999px;
}
body[data-testing] .content-panel p {
  color: var(--text);
  line-height: 1.9;
}
body[data-testing] .product-tags {
  grid-template-columns: repeat(6, 1fr);
}
body[data-testing] .product-tags span {
  min-height: 78px;
  display: grid;
  place-items: end center;
  padding: 14px 10px 12px;
  border: 1px solid #dce8f7;
  background: linear-gradient(180deg, #f7fbff, #fff);
  font-size: 14px;
}
body[data-testing] .core-test-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
body[data-testing] .core-test-grid article {
  position: relative;
  min-height: 86px;
  padding: 14px 14px 14px 46px;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
  border-color: #dce8f7;
}
body[data-testing] .core-test-grid article::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 20px;
  height: 20px;
  background: #eaf3ff;
  border: 1px solid #cfe2ff;
  border-radius: 7px;
}
body[data-testing] .core-test-grid h3 {
  margin-bottom: 6px;
  font-size: 15px;
}
body[data-testing] .core-test-grid p {
  font-size: 13px;
  line-height: 1.65;
}
body[data-testing] .capability-grid,
body[data-testing] .usage-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
body[data-testing] .usage-grid span {
  min-height: 74px;
  display: grid;
  place-items: center;
  text-align: center;
  border-color: #dce8f7;
  background: linear-gradient(180deg, #f8fbff, #fff);
  font-weight: 800;
}
body[data-testing] .standard-table {
  border-color: #dce8f7;
  border-radius: 8px;
  background: var(--white);
}
body[data-testing] .standard-table th {
  background: #edf5ff;
}
body[data-testing] .standard-table td {
  color: var(--text);
}
body[data-testing] .overview-process {
  gap: 10px;
}
body[data-testing] .overview-process article {
  padding: 18px 12px;
  border-color: #dce8f7;
  border-radius: 12px;
}
body[data-testing] .overview-process article:not(:last-child)::after {
  right: -14px;
  font-size: 20px;
}
body[data-testing] .overview-process span {
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
}
body[data-testing] .overview-process h3 {
  font-size: 15px;
}
body[data-testing] .overview-process p {
  font-size: 13px;
}
body[data-testing] .advantage-list li {
  border-left: 0;
  border: 1px solid #dce8f7;
  background: #f7fbff;
}
body[data-testing] .overview-faq details {
  border-color: #dce8f7;
  box-shadow: 0 6px 18px rgba(7,54,129,.035);
}
.core-test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.core-test-grid article {
  padding: 18px;
  background: #f4f8fe;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.core-test-grid h3 {
  margin: 0 0 8px;
  color: var(--ink);
}
.core-test-grid p {
  margin: 0;
  color: var(--muted);
}
.testing-detail-page .detail-content .cta {
  overflow: hidden;
  padding: 34px;
  border-radius: 10px;
  background:
    linear-gradient(105deg, rgba(6, 59, 128, .98) 0%, rgba(11, 89, 199, .94) 58%, rgba(30, 136, 229, .84) 100%),
    url("images/lab-hero.svg") center right / cover no-repeat;
}
.testing-detail-page .detail-content .cta__grid {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 28px;
}
.testing-detail-page .detail-content .cta h2 {
  max-width: 360px;
  color: var(--white);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.2;
  letter-spacing: 0;
}
.testing-detail-page .detail-content .cta p {
  max-width: 420px;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.8;
}
.testing-detail-page .detail-content .lead-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}
.testing-detail-page .detail-content .lead-form button {
  min-height: 46px;
}
.overview-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  align-items: stretch;
}
.overview-process article {
  position: relative;
  padding: 28px 20px;
  text-align: center;
  background: var(--white);
  border: 1px solid #cfe2ff;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(7,54,129,.06);
}
.overview-process article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -18px;
  top: 50%;
  color: var(--blue);
  font-size: 26px;
  transform: translateY(-50%);
}
.overview-process span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
}
.overview-process h3 {
  margin: 0 0 8px;
  color: var(--ink);
}
.overview-process p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.mini-cta {
  max-width: 520px;
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 18px;
  color: var(--navy);
  background: #eef5ff;
  border-radius: 12px;
}
.mini-cta span {
  color: var(--muted);
}
.overview-lab-band {
  padding: 58px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 35%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(120deg, #0a63d8 0%, #073681 62%, #062144 100%);
}
.overview-lab-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 24px;
}
.overview-lab-head h2 {
  margin: 0;
  color: var(--white);
  font-size: 34px;
}
.overview-lab-head p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.78);
}
.lab-numbers {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 4px 18px;
  align-items: end;
}
.lab-numbers strong {
  color: #fff;
  font-size: 28px;
}
.lab-numbers span {
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
.overview-labs article {
  background: var(--white);
}
.lab-actions {
  justify-content: flex-end;
  margin-top: 22px;
}
.overview-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 22px;
}
.overview-faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(7,54,129,.05);
}
.overview-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}
.overview-faq summary::after {
  content: "+";
  float: right;
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}
.overview-faq details[open] summary::after {
  content: "-";
}

/* 新页面FAQ结构支持 (faq-item / faq-question / faq-answer) */
.overview-faq .faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(7,54,129,.05);
}
.overview-faq .faq-question {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 900;
  position: relative;
}
.overview-faq .faq-question::after {
  content: "+";
  float: right;
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}
.overview-faq .faq-item.active .faq-question::after {
  content: "-";
}
.overview-faq .faq-answer {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--muted);
  display: none;
}
.overview-faq .faq-item.active .faq-answer {
  display: block;
}

.ecommerce-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(45, 137, 255, .13), transparent 30%),
    linear-gradient(180deg, #f6faff 0, #fff 42%, #f6faff 100%);
}
.ecommerce-hero {
  min-height: 350px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(246,250,255,.96) 0%, rgba(233,244,255,.92) 43%, rgba(208,232,255,.7) 100%),
    url("images/product-testing-banner.png") center right / cover no-repeat;
  border-bottom: 1px solid #dce9f8;
}
.report-usage-page .ecommerce-hero {
  background:
    linear-gradient(90deg, rgba(246,250,255,.96) 0%, rgba(233,244,255,.92) 43%, rgba(208,232,255,.7) 100%),
    url("images/report-template-banner.png") center right / cover no-repeat;
}
.report-usage-page .ecommerce-visual {
  display: none;
}
.report-usage-page .ecommerce-hero__grid {
  grid-template-columns: minmax(0, 760px) 1fr;
}
.ecommerce-hero__grid {
  min-height: 350px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1fr);
  align-items: center;
  gap: 40px;
}
.ecommerce-hero__copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: 46px;
  line-height: 1.12;
  letter-spacing: 0;
}
.ecommerce-hero__copy p {
  max-width: 680px;
  margin: 12px 0 0;
  color: #17335f;
  font-size: 18px;
}
.ecommerce-hero .eyebrow {
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}
.ecommerce-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 20px 0 0;
}
.ecommerce-tags span {
  position: relative;
  padding-left: 38px;
  color: #16315b;
  font-weight: 800;
}
.ecommerce-tags span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: linear-gradient(180deg, #2f88ff, #0b59c7);
  box-shadow: 0 8px 16px rgba(11,89,199,.2);
}
.ecommerce-tags span::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.ecommerce-hero .hero__actions {
  margin-top: 24px;
}
.ecommerce-hero .btn {
  min-width: 176px;
  min-height: 52px;
  border-radius: 28px;
}
.ecommerce-visual {
  position: relative;
  min-height: 300px;
}
.visual-flask {
  position: absolute;
  bottom: 56px;
  width: 70px;
  height: 160px;
  border: 10px solid rgba(255,255,255,.68);
  border-top-width: 28px;
  border-radius: 16px 16px 28px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.58), rgba(25,126,225,.18));
  box-shadow: inset 0 -48px 0 rgba(30,136,229,.2);
}
.visual-flask--one { left: 80px; transform: rotate(-4deg); }
.visual-flask--two { left: 165px; width: 58px; height: 132px; opacity: .82; transform: rotate(5deg); }
.visual-cart {
  position: absolute;
  left: 260px;
  bottom: 76px;
  width: 164px;
  height: 112px;
  border: 10px solid rgba(11,89,199,.72);
  border-top: 0;
  border-radius: 0 0 26px 26px;
  transform: skewX(-8deg);
  background: rgba(255,255,255,.34);
}
.visual-cart::before,
.visual-cart::after {
  content: "";
  position: absolute;
  bottom: -42px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: inset 0 0 0 7px #fff;
}
.visual-cart::before { left: 18px; }
.visual-cart::after { right: 18px; }
.visual-cart span {
  position: absolute;
  left: 26px;
  top: -36px;
  width: 90px;
  height: 44px;
  border: 10px solid rgba(11,89,199,.72);
  border-bottom: 0;
  border-radius: 44px 44px 0 0;
}
.visual-shield {
  position: absolute;
  left: 328px;
  bottom: 112px;
  width: 92px;
  height: 108px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  background: linear-gradient(180deg, #2e88ff, #074aa8);
  clip-path: polygon(50% 0, 94% 16%, 84% 76%, 50% 100%, 16% 76%, 6% 16%);
  filter: drop-shadow(0 18px 28px rgba(7,54,129,.24));
}
.visual-microscope {
  position: absolute;
  right: 42px;
  bottom: 40px;
  width: 160px;
  height: 218px;
  border-radius: 34px;
  background:
    linear-gradient(90deg, transparent 0 42%, rgba(7,54,129,.7) 42% 58%, transparent 58%),
    radial-gradient(circle at 58% 24%, rgba(255,255,255,.9) 0 20%, transparent 21%),
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(161,205,246,.52));
}
.visual-microscope::before {
  content: "";
  position: absolute;
  right: -18px;
  top: -18px;
  width: 110px;
  height: 42px;
  border-radius: 22px;
  background: rgba(7,54,129,.7);
  transform: rotate(28deg);
}
.visual-microscope::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -18px;
  width: 150px;
  height: 28px;
  border-radius: 18px;
  background: rgba(7,54,129,.75);
}
.ecommerce-main {
  padding: 22px 0 34px;
}
.ecommerce-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.ecommerce-sidebar {
  position: sticky;
  top: 142px;
  padding: 22px 12px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 38px rgba(7,54,129,.08);
}
.ecommerce-sidebar h2 {
  margin: 0 14px 14px;
  color: var(--ink);
  font-size: 20px;
}
.ecommerce-sidebar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin: 0 0 8px;
  padding: 0 14px 0 42px;
  color: #1d335b;
  border-radius: 7px;
  font-weight: 800;
  background: #f5f9ff;
}
.ecommerce-sidebar a::before {
  content: "";
  position: absolute;
}
.ecommerce-sidebar a::after {
  content: "›";
  color: #5c8bd4;
  font-size: 24px;
  line-height: 1;
}
.ecommerce-sidebar a.is-active {
  color: #fff;
  background: linear-gradient(180deg, #237bf0, #0958ce);
}
.ecommerce-sidebar a.is-active::after {
  color: #fff;
}
.ecommerce-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
  gap: 16px;
}
.ecom-card {
  min-width: 0;
  padding: 22px;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(7,54,129,.07);
}
.ecom-card h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.25;
}
.ecom-card p {
  margin: 0 0 8px;
  color: #375174;
}
.ecom-wide {
  grid-column: 1 / -1;
}
.platform-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.platform-grid span {
  min-height: 74px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  border-radius: 9px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.05;
  box-shadow: 0 12px 22px rgba(7,54,129,.13);
}
.platform-grid small {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 1px;
}
.platform-grid .tmall { background: linear-gradient(135deg, #ff302d, #b80000); }
.platform-grid .jd { background: linear-gradient(135deg, #f43b2f, #cc0c00); }
.platform-grid .pdd { background: linear-gradient(135deg, #ff4444, #c70017); }
.platform-grid .douyin { background: linear-gradient(135deg, #16141c, #040407); }
.platform-grid .amazon {
  color: #172034;
  background: #fff;
  border: 1px solid #dbe5f2;
}
.report-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.report-scenario-grid span {
  min-height: 64px;
  display: grid;
  place-items: center;
  padding: 10px;
  text-align: center;
  color: #174276;
  background: linear-gradient(180deg, #f4f9ff, #eaf4ff);
  border: 1px solid #dce9f8;
  border-radius: 9px;
  font-weight: 900;
}
.report-scenario-grid small {
  display: block;
  margin-top: 2px;
  color: #7fa4d7;
  font-size: 11px;
}
.product-chip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.product-chip-grid span {
  min-height: 48px;
  display: grid;
  place-items: center;
  color: #173968;
  background: #eef6ff;
  border-radius: 8px;
  font-weight: 800;
}
.ecom-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.ecom-process article {
  position: relative;
  text-align: center;
}
.ecom-process article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 38px;
  width: 16px;
  height: 2px;
  background: #9fc4f5;
}
.ecom-process b {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  color: #fff;
  background: linear-gradient(180deg, #3a90ff, #0958ce);
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(11,89,199,.22);
}
.ecom-process h3 {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
}
.ecom-process p {
  margin: 4px 0 0;
  font-size: 13px;
}
.ecom-faq details {
  box-shadow: none;
}
.ecommerce-contact {
  padding: 20px 0 40px;
}
.ecommerce-contact__grid {
  display: grid;
  grid-template-columns: 86px .8fr 1.65fr;
  align-items: center;
  gap: 24px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #edf6ff, #f8fbff);
  border: 1px solid #d8e8fb;
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(7,54,129,.08);
}
.contact-avatar {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(180deg, #3a90ff, #0958ce);
  border-radius: 50%;
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(11,89,199,.25);
}
.ecommerce-contact h2 {
  margin: 0;
  color: var(--navy);
  font-size: 28px;
}
.ecommerce-contact p {
  margin: 6px 0 0;
}
.ecommerce-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 136px;
  gap: 12px;
}
.ecommerce-form input,
.ecommerce-form select {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  color: var(--text);
  background: #fff;
  border: 1px solid #dbe6f4;
  border-radius: 6px;
  font: inherit;
}
.ecommerce-form button {
  height: 44px;
  padding: 0 16px;
  white-space: nowrap;
}
.form-consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #627797;
  font-size: 13px;
}

.cert-page {
  background: linear-gradient(180deg, #f6faff 0, #fff 42%, #f5f9ff 100%);
}
.cert-hero,
.cert-detail-hero {
  color: #fff;
  background:
    radial-gradient(circle at 78% 32%, rgba(70, 163, 255, .46), transparent 24%),
    linear-gradient(110deg, #062c73 0%, #0a58c8 56%, #58aef6 100%);
}
.cert-hero {
  padding: 74px 0;
}
.cert-page > .cert-hero {
  min-height: 430px;
  padding: 86px 0 78px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.96) 34%, rgba(237,247,255,.72) 48%, rgba(237,247,255,.18) 64%, rgba(237,247,255,.02) 78%),
    url("images/certification-services-banner.png") center right / cover no-repeat;
  border-bottom: 1px solid #d9e8f8;
}
.cert-detail-hero {
  padding: 68px 0;
}
.cert-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(380px, .9fr);
  align-items: center;
  gap: 46px;
}
.cert-page > .cert-hero .cert-hero__grid {
  grid-template-columns: minmax(0, 540px) 1fr;
}
.cert-page > .cert-hero .cert-hero__grid > div:first-child {
  max-width: 540px;
}
.cert-hero h1,
.cert-detail-hero h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: 0;
}
.cert-page > .cert-hero h1 {
  color: #082b63;
  font-size: 44px;
  max-width: 520px;
}
.cert-hero p,
.cert-detail-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 18px;
}
.cert-page > .cert-hero p {
  max-width: 520px;
  color: #173b70;
}
.cert-hero .eyebrow {
  margin: 0 0 8px;
  color: #bde1ff;
  font-size: 14px;
  font-weight: 900;
}
.cert-page > .cert-hero .eyebrow {
  color: #0b59c7;
}
.cert-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.cert-tags span {
  padding: 8px 12px;
  color: #eaf6ff;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  font-weight: 800;
}
.cert-page > .cert-hero .cert-tags span {
  color: #0b59c7;
  background: rgba(232, 244, 255, .88);
  border-color: rgba(22, 111, 214, .18);
}
.cert-page > .cert-hero .cert-tags {
  max-width: 520px;
}
.cert-page > .cert-hero .cert-map {
  display: none;
}
.cert-hero .hero__actions,
.cert-detail-hero .hero__actions {
  margin-top: 26px;
}
.cert-map {
  position: relative;
  min-height: 320px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.08) 1px, transparent 1px),
    radial-gradient(circle at 40% 45%, rgba(255,255,255,.22), transparent 36%);
  background-size: 44px 44px, 44px 44px, auto;
  box-shadow: inset 0 0 80px rgba(255,255,255,.08), 0 22px 48px rgba(0,0,0,.16);
}
.cert-map::before {
  content: "";
  position: absolute;
  inset: 58px 40px;
  border-radius: 50%;
  border: 2px dashed rgba(255,255,255,.28);
}
.cert-map span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 68px;
  height: 44px;
  color: #0b59c7;
  background: rgba(255,255,255,.94);
  border-radius: 10px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(0,0,0,.16);
}
.cert-map span:nth-child(1) { left: 16%; top: 24%; }
.cert-map span:nth-child(2) { right: 18%; top: 22%; }
.cert-map span:nth-child(3) { left: 42%; top: 42%; }
.cert-map span:nth-child(4) { right: 22%; bottom: 22%; }
.cert-map span:nth-child(5) { left: 18%; bottom: 20%; }
.cert-map span:nth-child(6) { right: 42%; bottom: 10%; }
.cert-region-grid,
.cert-popular-grid,
.cert-advantage-grid {
  display: grid;
  gap: 18px;
}
.cert-region-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cert-popular-grid,
.cert-advantage-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cert-region-grid a,
.cert-popular-grid a,
.cert-advantage-grid article {
  min-height: 198px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(7,54,129,.07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.cert-region-grid a:hover,
.cert-popular-grid a:hover {
  transform: translateY(-5px);
  border-color: rgba(11,89,199,.28);
  box-shadow: var(--shadow);
}
.cert-region-grid b,
.cert-popular-grid h3,
.cert-advantage-grid h3 {
  color: var(--ink);
  font-size: 20px;
}
.cert-region-grid p,
.cert-popular-grid p,
.cert-advantage-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.cert-region-grid div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}
.cert-region-grid span {
  padding: 4px 8px;
  color: var(--blue);
  background: #eef6ff;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}
.cert-zone-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(11,89,199,.08), transparent 28%),
    radial-gradient(circle at 100% 0, rgba(11,89,199,.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0, #fff 100%);
}
.cert-zone-tabs {
  position: relative;
}
.cert-zone-tabs > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cert-zone-tablist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}
.cert-zone-tablist label {
  position: relative;
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px;
  color: var(--ink);
  background: rgba(255,255,255,.78);
  border: 1px solid #d8e7f8;
  border-radius: 10px 10px 0 0;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}
.cert-zone-tablist label span {
  width: 38px;
  height: 38px;
  border: 3px solid #0b70df;
  border-radius: 50%;
}
#zone-americas:checked ~ .cert-zone-tablist label[for="zone-americas"],
#zone-europe:checked ~ .cert-zone-tablist label[for="zone-europe"],
#zone-asia:checked ~ .cert-zone-tablist label[for="zone-asia"],
#zone-others:checked ~ .cert-zone-tablist label[for="zone-others"] {
  color: var(--blue);
  border-top: 4px solid var(--blue);
  background: #fff;
  box-shadow: 0 -6px 24px rgba(7,54,129,.08);
}
#zone-americas:checked ~ .cert-zone-tablist label[for="zone-americas"]::after,
#zone-europe:checked ~ .cert-zone-tablist label[for="zone-europe"]::after,
#zone-asia:checked ~ .cert-zone-tablist label[for="zone-asia"]::after,
#zone-others:checked ~ .cert-zone-tablist label[for="zone-others"]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 12px solid var(--blue);
  z-index: 2;
}
.cert-zone-panels {
  position: relative;
  padding-top: 15px;
}
.cert-zone-panel {
  display: none;
}
#zone-americas:checked ~ .cert-zone-panels .cert-zone-panel--americas,
#zone-europe:checked ~ .cert-zone-panels .cert-zone-panel--europe,
#zone-asia:checked ~ .cert-zone-panels .cert-zone-panel--asia,
#zone-others:checked ~ .cert-zone-panels .cert-zone-panel--others {
  display: block;
}
.cert-zone-content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
.cert-zone-country {
  min-height: 220px;
  padding: 24px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  border: 1px solid #d8e7f8;
  border-radius: 10px;
}
.cert-zone-country h4 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 22px;
}
.cert-zone-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin-left:-20px;
  margin-right: -20px;
}
.cert-zone-links a {
  position: relative;
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 6px 10px 6px 28px;
  color: #2c4367;
  background: linear-gradient(90deg, #f3f8ff, rgba(243,248,255,0));
  border-radius: 7px;
  font-weight: 400;
  font-size: 12px;
}
.cert-zone-links a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 7px solid var(--blue);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.cert-zone-note {
  margin: 24px 0 0;
  text-align: right;
  color: var(--muted);
}
.cert-zone-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  color: #082b63;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(245,250,255,.96) 38%, rgba(225,241,255,.6) 58%, rgba(225,241,255,.05) 78%),
    var(--zone-banner) center right / cover no-repeat;
  border-bottom: 1px solid #d9e8f8;
}
.cert-zone-page--americas { --zone-banner: url("images/certification-americas-banner.png"); }
.cert-zone-page--europe { --zone-banner: url("images/certification-europe-banner.png"); }
.cert-zone-page--asia { --zone-banner: url("images/certification-asia-banner.png"); }
.cert-zone-page--other { --zone-banner: url("images/certification-other-banner.png"); }
.cert-zone-hero h1 {
  max-width: 560px;
  margin: 10px 0 0;
  font-size: 46px;
  line-height: 1.12;
  letter-spacing: 0;
}
.cert-zone-hero p:not(.breadcrumb) {
  max-width: 580px;
  margin: 14px 0 0;
  color: #173b70;
  font-size: 18px;
  line-height: 1.8;
}
.cert-zone-hero .cert-tags {
  max-width: 560px;
}
.cert-zone-hero .cert-tags span {
  color: #0b59c7;
  background: rgba(232, 244, 255, .9);
  border-color: rgba(22, 111, 214, .2);
}
.cert-zone-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.cert-zone-side {
  position: sticky;
  top: 104px;
  padding: 18px;
  background: #fff;
  border: 1px solid #d9e6f5;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}
.cert-zone-side h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 20px;
}
.cert-zone-side > a {
  display: block;
  margin-top: 10px;
  padding: 13px 14px;
  color: #183765;
  background: #f3f7fc;
  border-radius: 8px;
  font-weight: 900;
}
.cert-zone-side > a.is-active,
.cert-zone-side > a:hover {
  color: #fff;
  background: var(--blue);
}
.cert-zone-main .section-heading--left {
  text-align: left;
  margin-bottom: 22px;
}
.cert-zone-content--page {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 26px;
}
.cert-zone-content--page .cert-zone-country {
  min-height: 0;
}
.cert-sidebar--zones .cert-zone-title {
  margin: 16px 0 8px;
  padding: 10px 12px;
  color: var(--navy);
  background: #eaf6f1;
  border-radius: 7px;
  font-weight: 900;
}
.cert-sidebar--zones .cert-country-group {
  margin-bottom: 12px;
}
.cert-sidebar--zones .cert-country-group strong {
  display: block;
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 14px;
}
.cert-sidebar--zones .cert-country-group a {
  position: relative;
  display: block;
  margin-bottom: 6px;
  padding: 8px 10px 8px 24px;
  color: #2c4367;
  background: #f5f9ff;
  border-radius: 7px;
  font-weight: 700;
}
.cert-sidebar--zones .cert-country-group a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid #9dd25d;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.cert-sidebar--zones .cert-country-group a.is-active {
  color: #fff;
  background: linear-gradient(180deg, #237bf0, #0958ce);
}
.cert-sidebar--zones .cert-country-group a.is-active::before {
  border-left-color: #fff;
}
.cert-popular-grid span,
.cert-advantage-grid span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  color: var(--blue);
  background: #eef6ff;
  border-radius: 12px;
  font-weight: 900;
}
.cert-popular-grid b {
  display: inline-block;
  margin-top: 14px;
  color: var(--blue);
}
.cert-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.cert-process article {
  position: relative;
  padding: 22px 16px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(7,54,129,.06);
}
.cert-process span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  color: #fff;
  background: linear-gradient(180deg, #3490ff, #0b59c7);
  border-radius: 50%;
  font-weight: 900;
}
.cert-process h3 {
  margin: 0 0 6px;
  color: var(--ink);
}
.cert-process p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.cert-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.cert-cta {
  padding: 34px 0;
}
.cert-cta__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 34px;
  color: #fff;
  background: linear-gradient(120deg, #073681, #0b59c7);
  border-radius: 14px;
  overflow: hidden;
}
.cert-cta h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
}
.cert-cta p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.86);
}
.cert-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 168px;
  gap: 12px;
}
.cert-form input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 14px;
  border: 0;
  border-radius: 7px;
  font: inherit;
}
.cert-form button {
  min-height: 46px;
  padding: 0 18px;
  white-space: nowrap;
}
.cert-detail-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}
.cert-sidebar-toggle {
  display: none;
}
.cert-sidebar {
  position: sticky;
  top: 142px;
  max-height: calc(100vh - 162px);
  overflow-y: auto;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(7,54,129,.08);
}
.cert-sidebar::-webkit-scrollbar {
  width: 4px;
}
.cert-sidebar::-webkit-scrollbar-thumb {
  background: #c5d5e8;
  border-radius: 4px;
}
.cert-sidebar h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 20px;
}
.cert-nav-heading {
  margin: 15px 0 8px;
  padding: 0 4px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}
.cert-nav-heading:first-of-type {
  margin-top: 0;
}
.cert-sidebar > a {
  display: block;
  margin-bottom: 8px;
  padding: 11px 12px;
  color: #1d335b;
  background: #f5f9ff;
  border-radius: 7px;
  font-weight: 800;
}
.cert-sidebar > a.is-active {
  color: #fff;
  background: linear-gradient(180deg, #237bf0, #0958ce);
}
.cert-side-card {
  margin-top: 18px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(180deg, #0b59c7, #073681);
  border-radius: 10px;
}
.cert-side-card h3,
.cert-side-card p {
  margin: 0 0 10px;
}
.cert-side-card strong {
  display: block;
  margin-top: 12px;
  font-size: 18px;
}
.cert-detail-content {
  min-width: 0;
}
.cert-detail-content .content-panel {
  margin-bottom: 22px;
}
.cert-item-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.cert-item-list article {
  padding: 18px;
  background: #f5f9ff;
  border: 1px solid #dce9f8;
  border-radius: 10px;
}
.cert-item-list h3 {
  margin: 0 0 8px;
  color: var(--navy);
}
.cert-item-list p {
  margin: 0;
  color: var(--muted);
}
.table-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.qualification-page {
  background: #f6f9fd;
}
.qualification-hero {
  min-height: 420px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.96) 42%, rgba(231,243,255,.62) 62%, rgba(231,243,255,.08) 82%),
    url("images/qualification-application-banner.png") center right / cover no-repeat;
  border-bottom: 1px solid #d9e8f8;
}
.qualification-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  align-items: center;
}
.qualification-hero__copy h1 {
  margin: 8px 0 0;
  color: #082b63;
  font-size: 48px;
  line-height: 1.16;
  letter-spacing: 0;
}
.qualification-hero__copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 16px 0 0;
  color: #173b70;
  font-size: 18px;
  line-height: 1.8;
}
.qualification-values {
  margin-top: -38px;
  position: relative;
  z-index: 2;
}
.qualification-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #fff;
  border: 1px solid #d9e8f8;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(7, 54, 129, .12);
  overflow: hidden;
}
.qualification-value-grid article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  padding: 22px;
  border-right: 1px solid #e1ecf8;
}
.qualification-value-grid article:last-child {
  border-right: 0;
}
.qualification-value-grid span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: linear-gradient(180deg, #0b64dc, #073681);
  border-radius: 50%;
  font-weight: 900;
}
.qualification-value-grid h3,
.qualification-value-grid p {
  margin: 0;
}
.qualification-value-grid h3 {
  color: var(--ink);
  font-size: 19px;
}
.qualification-value-grid p {
  color: var(--muted);
  line-height: 1.65;
}
.qualification-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 22px;
}
.qualification-card,
.qualification-advantage {
  padding: 28px;
  background: #fff;
  border: 1px solid #d9e8f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}
.qualification-card h2,
.qualification-advantage h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 28px;
}
.qualification-card p {
  margin: 0 0 14px;
  color: #315079;
  font-size: 16px;
  line-height: 1.95;
}
.qualification-advantage {
  background: linear-gradient(180deg, #fff, #f5f9ff);
}
.qualification-advantage div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #e2edf8;
}
.qualification-advantage div:last-child {
  border-bottom: 0;
}
.qualification-advantage strong {
  color: #0b59c7;
  font-size: 25px;
  line-height: 1.1;
}
.qualification-advantage span {
  color: #315079;
  line-height: 1.65;
}
.qualification-matrix {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.qualification-matrix article {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e8f8;
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
}
.qualification-matrix img {
  width: 100%;
  aspect-ratio: 1.2 / .78;
  object-fit: cover;
  display: block;
}
.qualification-matrix span {
  position: absolute;
  left: 10px;
  top: 10px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: #0b59c7;
  border-radius: 8px;
  font-weight: 900;
}
.qualification-matrix h3 {
  margin: 16px 14px 8px;
  color: var(--ink);
  font-size: 18px;
}
.qualification-matrix p {
  margin: 0 14px 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.qualification-contact {
  padding: 34px 0;
  color: #fff;
  background: linear-gradient(90deg, #073681, #0b59c7);
}
.qualification-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.2fr) 220px;
  gap: 22px;
  align-items: center;
}
.qualification-contact h2,
.qualification-contact p {
  margin: 0;
}
.qualification-contact p {
  margin-top: 8px;
  color: rgba(255,255,255,.82);
  line-height: 1.7;
}
.qualification-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 10px;
}
.qualification-form input {
  min-height: 46px;
  border: 0;
}
.qualification-form button {
  min-height: 46px;
  white-space: nowrap;
}
.qualification-hotline {
  text-align: right;
}
.qualification-hotline span {
  display: block;
  color: rgba(255,255,255,.8);
}
.qualification-hotline strong {
  display: block;
  margin-top: 4px;
  font-size: 28px;
}

.inspection-page {
  background: #f7faff;
}
.inspection-hero {
  min-height: 390px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.94) 40%, rgba(226,240,255,.52) 62%, rgba(226,240,255,.08) 82%),
    url("images/inspection-services-banner.png") center right / cover no-repeat;
  border-bottom: 1px solid #d9e8f8;
}
.inspection-hero__copy {
  max-width: 680px;
}
.inspection-hero h1 {
  margin: 0;
  color: #082b63;
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: 0;
}
.inspection-hero p {
  max-width: 650px;
  margin: 18px 0 0;
  color: #173b70;
  font-size: 18px;
  line-height: 1.9;
}
.inspection-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.inspection-tags span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  color: #0b59c7;
  background: rgba(255,255,255,.86);
  border: 1px solid #d7e6f7;
  border-radius: 24px;
  box-shadow: 0 12px 24px rgba(7,54,129,.09);
  font-weight: 900;
}
.inspection-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 34px;
  align-items: start;
}
.inspection-grid--bottom {
  grid-template-columns: minmax(0, .95fr) minmax(0, .85fr) minmax(360px, .9fr);
}
.inspection-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.inspection-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.inspection-card-grid article,
.inspection-advantage-grid article {
  min-height: 170px;
  padding: 24px;
  background: #fff;
  border: 1px solid #d9e8f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}
.inspection-card-grid span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  color: #fff;
  background: linear-gradient(180deg, #0b64dc, #073681);
  border-radius: 12px;
  font-weight: 900;
}
.inspection-card-grid h3,
.inspection-card-grid p,
.inspection-advantage-grid h3,
.inspection-advantage-grid p {
  margin: 0;
}
.inspection-card-grid h3,
.inspection-advantage-grid h3 {
  color: var(--ink);
  font-size: 21px;
}
.inspection-card-grid p,
.inspection-advantage-grid p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.75;
}
.inspection-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.inspection-process article {
  position: relative;
  padding: 22px 14px;
  text-align: center;
  background: #fff;
  border: 1px solid #d9e8f8;
  border-radius: 999px 999px 16px 16px;
  box-shadow: var(--shadow-soft);
}
.inspection-process span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  color: #fff;
  background: linear-gradient(180deg, #237bf0, #0958ce);
  border-radius: 50%;
  font-weight: 900;
}
.inspection-process h3 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
}
.inspection-process p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.inspection-advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.inspection-advantage-grid article {
  min-height: 130px;
  background: #fff;
}
.inspection-faq details {
  background: #fff;
}
.inspection-cta {
  padding: 46px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,54,129,.96), rgba(11,89,199,.92)),
    radial-gradient(circle at 72% 45%, rgba(255,255,255,.18), transparent 36%);
}
.inspection-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}
.inspection-cta h2,
.inspection-cta p {
  margin: 0;
}
.inspection-cta h2 {
  font-size: 34px;
  letter-spacing: 0;
}
.inspection-cta p {
  margin-top: 12px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
}
.btn--white {
  color: #0b59c7;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 16px 32px rgba(0,0,0,.18);
}

.inspection-v2 .inspection-hero--landing {
  min-height: auto;
  height: auto;
  display: block;
  padding: 72px 0 48px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(247,251,255,.92) 43%, rgba(234,244,255,.56) 62%, rgba(234,244,255,.14) 100%),
    url("images/inspection-services-banner.png") center right / cover no-repeat;
}
.inspection-v2 .inspection-hero--landing .inspection-hero__grid,
.inspection-v2 .inspection-hero--landing .inspection-stat-grid {
  display: grid;
}
.inspection-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  gap: 0;
  align-items: center;
}
.inspection-v2 .inspection-hero h1 {
  color: #0f172a;
  font-size: 56px;
}
.inspection-v2 .inspection-hero p {
  max-width: 720px;
}
.inspection-visual {
  display: none;
}
.inspection-board {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 250px;
  padding: 28px;
  background: rgba(255,255,255,.92);
  border: 1px solid #cfe3fb;
  border-radius: 18px;
  box-shadow: 0 22px 48px rgba(6,59,128,.16);
}
.inspection-board b {
  display: block;
  color: #063b80;
  margin-bottom: 18px;
}
.inspection-board span {
  display: block;
  margin-top: 12px;
  padding-left: 26px;
  color: #334155;
  font-weight: 900;
}
.inspection-board span::before {
  content: "✓";
  margin-left: -26px;
  margin-right: 9px;
  color: #1677ff;
}
.inspection-boxes {
  position: absolute;
  right: 16px;
  bottom: 34px;
  width: 230px;
  height: 130px;
  background:
    linear-gradient(#d99b46, #bd7b2f) 20px 42px / 92px 70px no-repeat,
    linear-gradient(#e1ad62, #c78335) 98px 8px / 106px 104px no-repeat;
  border-radius: 12px;
  filter: drop-shadow(0 20px 28px rgba(6,59,128,.16));
}
.inspection-lens {
  position: absolute;
  left: 190px;
  bottom: 48px;
  width: 118px;
  height: 118px;
  border: 10px solid rgba(6,59,128,.88);
  border-radius: 50%;
  box-shadow: 0 18px 35px rgba(6,59,128,.2);
}
.inspection-lens::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -36px;
  width: 70px;
  height: 13px;
  background: #063b80;
  border-radius: 99px;
  transform: rotate(42deg);
}
.inspection-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(6,59,128,.12);
  overflow: hidden;
}
.inspection-stat-grid article {
  padding: 24px;
  color: #063b80;
  border-right: 1px solid #e2edf8;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.inspection-stat-grid article:last-child { border-right: 0; }
.inspection-service-grid,
.inspection-product-grid,
.inspection-check-grid,
.inspection-report-grid,
.inspection-scene-grid,
.inspection-why-grid {
  display: grid;
  gap: 18px;
}
.inspection-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.inspection-product-grid,
.inspection-scene-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.inspection-check-grid,
.inspection-report-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.inspection-why-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.inspection-service-grid article,
.inspection-product-grid article,
.inspection-check-grid article,
.inspection-report-grid article,
.inspection-scene-grid article,
.inspection-why-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease;
}
.inspection-service-grid article:hover,
.inspection-product-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(6,59,128,.13);
}
.inspection-service-grid h3,
.inspection-product-grid h3,
.inspection-check-grid h3,
.inspection-report-grid h3,
.inspection-scene-grid h3,
.inspection-why-grid h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 21px;
}
.inspection-service-grid p,
.inspection-product-grid p,
.inspection-check-grid p,
.inspection-report-grid p,
.inspection-scene-grid p,
.inspection-why-grid p {
  margin: 0;
  color: #334155;
  line-height: 1.75;
}
.inspection-service-grid h4 {
  margin: 18px 0 8px;
  color: #063b80;
}
.inspection-service-grid ul {
  margin: 0;
  padding-left: 18px;
  color: #334155;
  line-height: 1.75;
}
.inspection-service-grid a,
.inspection-product-grid a {
  display: inline-block;
  margin-top: 16px;
  color: #1677ff;
  font-weight: 900;
}
.mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.mini-tags span {
  padding: 6px 9px;
  color: #063b80;
  background: #eaf4ff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}
.inspection-product-grid img {
  width: calc(100% + 48px);
  height: 150px;
  margin: -24px -24px 18px;
  object-fit: cover;
  display: block;
}
.inspection-sampling {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  gap: 22px;
}
.inspection-sampling__intro,
.inspection-defects article {
  padding: 26px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}
.inspection-sampling__intro h3,
.inspection-defects h3 {
  margin: 0 0 12px;
  color: #0f172a;
}
.inspection-sampling__intro p,
.inspection-defects p {
  margin: 0;
  line-height: 1.85;
}
.inspection-sampling__intro strong {
  display: block;
  margin-top: 18px;
  padding: 14px;
  color: #063b80;
  background: #eaf4ff;
  border-radius: 10px;
}
.inspection-defects {
  display: grid;
  gap: 14px;
}
.inspection-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.inspection-flow article {
  padding: 24px 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}
.inspection-flow span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  color: #fff;
  background: #1677ff;
  border-radius: 50%;
  font-weight: 900;
}
.inspection-flow h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
}
.inspection-flow p {
  margin: 10px 0 0;
  color: #334155;
  line-height: 1.65;
  font-size: 14px;
}
.inspection-application-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 24px;
  align-items: start;
}
.inspection-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 26px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}
.inspection-form input,
.inspection-form select,
.inspection-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: #334155;
  background: #f8fbff;
  border: 1px solid #d7e4f5;
  border-radius: 8px;
  font: inherit;
}
.inspection-form textarea,
.inspection-upload,
.inspection-form-tip,
.inspection-form button {
  grid-column: 1 / -1;
}
.inspection-form textarea {
  min-height: 118px;
  padding-top: 12px;
}
.inspection-upload {
  padding: 14px;
  color: #64748b;
  background: #f8fbff;
  border: 1px dashed #aac8ef;
  border-radius: 8px;
}
.inspection-form-tip {
  margin: 0;
  padding: 12px 14px;
  color: #063b80;
  background: #eaf4ff;
  border-radius: 8px;
  font-weight: 800;
}
.inspection-trust-card {
  position: sticky;
  top: 104px;
  padding: 28px;
  color: #fff;
  background: linear-gradient(180deg, #063b80, #1677ff);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(6,59,128,.18);
}
.inspection-trust-card h3 {
  margin: 0 0 16px;
  font-size: 24px;
}
.inspection-trust-card ul {
  margin: 0;
  padding-left: 18px;
  line-height: 2;
}
.inspection-trust-card a {
  display: inline-block;
  margin-top: 18px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
.inspection-bottom-cta {
  padding: 48px 0;
  color: #fff;
  background: linear-gradient(90deg, #063b80, #1677ff);
}
.inspection-bottom-cta__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.inspection-bottom-cta h2,
.inspection-bottom-cta p {
  margin: 0;
}
.inspection-bottom-cta h2 {
  font-size: 34px;
}
.inspection-bottom-cta p {
  margin-top: 10px;
  color: rgba(255,255,255,.84);
}
.inspection-bottom-cta strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
}

.cnas-page {
  color: #334155;
  background: #f6f9fd;
}
.cnas-hero {
  padding: 78px 0 0;
  background:
    linear-gradient(90deg, rgba(248,251,255,.98) 0%, rgba(234,244,255,.94) 42%, rgba(234,244,255,.42) 66%, rgba(234,244,255,.06) 84%),
    url("images/cnas-cma-consulting-banner.png") center right / cover no-repeat;
  border-bottom: 1px solid #d8e7f8;
}
.cnas-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 640px) 1fr;
  gap: 48px;
  align-items: center;
}
.cnas-hero h1 {
  margin: 8px 0 0;
  color: #0f172a;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}
.cnas-hero__copy > p:not(.eyebrow) {
  max-width: 540px;
  margin: 18px 0 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.9;
}
.cnas-hero__copy {
  max-width: 640px;
}
.cnas-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.cnas-tags span {
  padding: 9px 13px;
  color: #063b80;
  background: rgba(255,255,255,.82);
  border: 1px solid #cfe3fb;
  border-radius: 999px;
  font-weight: 900;
}
.cnas-hero__visual {
  position: relative;
  min-height: 360px;
}
.cnas-certificate,
.cnas-screen,
.cnas-flow {
  position: absolute;
  background: rgba(255,255,255,.92);
  border: 1px solid #cde1f7;
  box-shadow: 0 22px 48px rgba(6, 59, 128, .16);
}
.cnas-certificate {
  left: 28px;
  top: 30px;
  width: 230px;
  min-height: 280px;
  padding: 26px;
  border-radius: 18px;
}
.cnas-certificate strong,
.cnas-certificate span {
  display: block;
  color: #063b80;
  font-size: 38px;
  font-weight: 900;
}
.cnas-certificate small {
  display: block;
  margin-top: 54px;
  color: #64748b;
  font-weight: 800;
}
.cnas-screen {
  right: 0;
  top: 74px;
  width: 280px;
  height: 190px;
  padding: 26px;
  border-radius: 18px;
  background: linear-gradient(180deg, #063b80, #1677ff);
}
.cnas-screen span {
  display: block;
  height: 14px;
  margin-bottom: 16px;
  background: rgba(255,255,255,.78);
  border-radius: 99px;
}
.cnas-screen span:nth-child(2) { width: 72%; }
.cnas-screen span:nth-child(3) { width: 52%; }
.cnas-screen b {
  color: #fff;
  font-size: 36px;
}
.cnas-flow {
  right: 38px;
  bottom: 28px;
  display: flex;
  gap: 10px;
  padding: 14px;
  border-radius: 16px;
}
.cnas-flow i {
  padding: 10px 14px;
  color: #063b80;
  background: #eaf4ff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 900;
}
.cnas-matrix-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.cnas-matrix-grid article {
  position: relative;
  min-height: 148px;
  padding: 24px 24px 24px 88px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 48%, rgba(234,244,255,.56) 100%),
    radial-gradient(circle at 90% 30%, rgba(22,119,255,.18), transparent 34%);
  border: 1px solid #d8e7f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}
.cnas-matrix-grid article::after {
  content: "›";
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #1677ff;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 900;
}
.cnas-matrix-grid span {
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: linear-gradient(180deg, #1677ff, #063b80);
  border-radius: 14px;
  font-weight: 900;
}
.cnas-matrix-grid h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 21px;
}
.cnas-matrix-grid p {
  margin: 0;
  color: #334155;
  line-height: 1.75;
}
.cnas-stat-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 56px;
  transform: translateY(38px);
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(6, 59, 128, .12);
  overflow: hidden;
}
.cnas-stat-grid article {
  padding: 24px;
  border-right: 1px solid #e2edf8;
}
.cnas-stat-grid article:last-child { border-right: 0; }
.cnas-stat-grid strong {
  display: block;
  color: #1677ff;
  font-size: 30px;
  line-height: 1.15;
}
.cnas-stat-grid span {
  display: block;
  margin-top: 8px;
  color: #334155;
  font-weight: 900;
}
.cnas-path-grid,
.cnas-service-grid,
.cnas-condition-grid,
.cnas-deliver-grid,
.cnas-why-grid,
.cnas-case-grid {
  display: grid;
  gap: 18px;
}
.cnas-path-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cnas-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cnas-condition-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.cnas-deliver-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cnas-why-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.cnas-case-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cnas-path-grid article,
.cnas-service-grid article,
.cnas-condition-grid article,
.cnas-deliver-grid article,
.cnas-why-grid article,

.cnas-list-grid article {
  padding: 26px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cnas-case-grid article{
  padding: 10px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cnas-path-grid article:hover,
.cnas-service-grid article:hover,
.cnas-deliver-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(6, 59, 128, .13);
}
.cnas-path-grid span {
  display: inline-grid;
  place-items: center;
  min-width: 66px;
  height: 42px;
  padding: 0 14px;
  color: #fff;
  background: linear-gradient(180deg, #1677ff, #063b80);
  border-radius: 10px;
  font-weight: 900;
}
.cnas-path-grid h3,
.cnas-service-grid h3,
.cnas-condition-grid h3,
.cnas-deliver-grid h3,
.cnas-why-grid h3,
.cnas-case-grid h3,
.cnas-list-grid h3 {
  margin: 18px 0 10px;
  color: #0f172a;
  font-size: 22px;
}
.cnas-service-grid h3,
.cnas-condition-grid h3,
.cnas-deliver-grid h3,
.cnas-why-grid h3 {
  margin-top: 0;
}
.cnas-path-grid p,
.cnas-service-grid p,
.cnas-condition-grid p,
.cnas-deliver-grid p,
.cnas-why-grid p,
.cnas-case-grid p {
  margin: 0;
  line-height: 1.8;
}
.cnas-path-grid ul,
.cnas-list-grid ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: #334155;
  line-height: 1.85;
}
.cnas-path-grid a,
.cnas-case-grid span {
  display: inline-block;
  margin-top: 18px;
  color: #1677ff;
  font-weight: 900;
}
.table-scroll {
  overflow-x: auto;
}
.cnas-table {
  min-width: 980px;
}
.cnas-inline-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
  padding: 20px 24px;
  background: #eaf4ff;
  border: 1px solid #cfe3fb;
  border-radius: 12px;
}
.cnas-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.cnas-process article {
  position: relative;
  padding: 24px 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}
.cnas-process span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  color: #fff;
  background: #1677ff;
  border-radius: 50%;
  font-weight: 900;
}
.cnas-process h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
}
.cnas-process p {
  margin: 10px 0 0;
  line-height: 1.65;
  font-size: 14px;
}
.cnas-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.cnas-application-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 24px;
  align-items: start;
}
.cnas-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 26px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}
.cnas-form input,
.cnas-form select,
.cnas-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: #334155;
  background: #f8fbff;
  border: 1px solid #d7e4f5;
  border-radius: 8px;
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.cnas-form input:focus,
.cnas-form select:focus,
.cnas-form textarea:focus {
  outline: none;
  background: #fff;
  border-color: #1677ff;
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .12);
}
.cnas-form textarea,
.cnas-checkboxes,
.cnas-upload,
.cnas-form-tip,
.cnas-form button {
  grid-column: 1 / -1;
}
.cnas-form textarea {
  min-height: 118px;
  padding-top: 12px;
  resize: vertical;
}
.cnas-checkboxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
  gap: 10px;
  padding: 14px;
  background: #f8fbff;
  border: 1px solid #d7e4f5;
  border-radius: 8px;
}
.cnas-checkboxes strong {
  grid-column: 1 / -1;
  width: 100%;
  color: #0f172a;
}
.cnas-checkboxes label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 12px;
  color: #173f73;
  background: #fff;
  border: 1px solid #dbe9fb;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}
.cnas-checkboxes input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  min-height: 0;
  padding: 0;
  margin: 0;
  accent-color: #1677ff;
}
.cnas-upload {
 
  align-items: center;
  
  padding: 14px;
  color: #64748b;
  background: #f8fbff;
  border: 1px dashed #aac8ef;
  border-radius: 8px;
}
.cnas-form-tip {
  margin: 0;
  padding: 12px 14px;
  color: #063b80;
  background: #eaf4ff;
  border-radius: 8px;
  font-weight: 800;
}
.cnas-trust-card {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
  padding: 28px;
  color: #fff;
  background: linear-gradient(180deg, #063b80, #1677ff);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(6, 59, 128, .18);
}
.cnas-trust-card h3 {
  margin: 0;
  font-size: 24px;
}
.cnas-trust-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.7;
}
.cnas-trust-card li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, .92);
}
.cnas-trust-card li + li {
  margin-top: 10px;
}
.cnas-trust-card li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffb347;
}
.cnas-trust-card .phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 12px 16px;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  font-size: 22px;
  font-weight: 900;
}
.cnas-bottom-cta {
  padding: 48px 0;
  color: #fff;
  background: linear-gradient(90deg, #063b80, #1677ff);
}
.cnas-bottom-cta__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.cnas-bottom-cta h2,
.cnas-bottom-cta p {
  margin: 0;
}
.cnas-bottom-cta h2 {
  font-size: 34px;
  letter-spacing: 0;
}
.cnas-bottom-cta p {
  margin-top: 10px;
  color: rgba(255,255,255,.84);
}
.cnas-bottom-cta strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
}

.solutions-page {
  color: #334155;
  background: #f6f9fd;
}
.solutions-hero {
  padding: 78px 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.93) 42%, rgba(234,244,255,.54) 62%, rgba(234,244,255,.08) 100%),
    url("images/solutions-banner.png") center right / cover no-repeat;
  border-bottom: 1px solid #d8e7f8;
}
.solutions-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 780px);
  gap: 0;
  align-items: center;
}
.solutions-hero h1 {
  margin: 8px 0 0;
  color: #0f172a;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: 0;
}
.solutions-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.9;
}
.solutions-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.solutions-tags span {
  padding: 9px 13px;
  color: #063b80;
  background: rgba(255,255,255,.84);
  border: 1px solid #cfe3fb;
  border-radius: 999px;
  font-weight: 900;
}
.solutions-visual {
  display: none;
}
.solution-dashboard,
.solution-badges,
.solution-checklist {
  position: absolute;
  background: rgba(255,255,255,.92);
  border: 1px solid #cfe3fb;
  border-radius: 18px;
  box-shadow: 0 22px 48px rgba(6,59,128,.16);
}
.solution-dashboard {
  right: 0;
  top: 24px;
  width: 300px;
  padding: 28px;
  background: linear-gradient(180deg, #063b80, #1677ff);
}
.solution-dashboard b {
  color: #fff;
}
.solution-dashboard span {
  display: block;
  height: 14px;
  margin-top: 18px;
  background: rgba(255,255,255,.72);
  border-radius: 99px;
}
.solution-dashboard span:nth-child(3) { width: 72%; }
.solution-dashboard span:nth-child(4) { width: 52%; }
.solution-badges {
  left: 20px;
  top: 74px;
  display: grid;
  grid-template-columns: repeat(2, 72px);
  gap: 12px;
  padding: 18px;
}
.solution-badges i {
  display: grid;
  place-items: center;
  height: 48px;
  color: #063b80;
  background: #eaf4ff;
  border-radius: 12px;
  font-style: normal;
  font-weight: 900;
}
.solution-checklist {
  left: 92px;
  bottom: 30px;
  display: flex;
  gap: 10px;
  padding: 14px;
}
.solution-checklist em {
  padding: 10px 14px;
  color: #063b80;
  background: #eaf4ff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 900;
}
.solutions-overview-grid,
.solutions-industry-grid,
.solutions-value-grid,
.solutions-case-grid {
  display: grid;
  gap: 18px;
}
.solutions-overview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.solutions-industry-grid,
.solutions-value-grid,
.solutions-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.solutions-value-grid article,
.solutions-case-grid article {
  overflow: hidden;
  padding: 24px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.solutions-overview-grid article,
.solutions-industry-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  display: flex;
  flex-direction: column;
}
.solutions-overview-grid article:hover,
.solutions-industry-grid article:hover {
  transform: translateY(-4px);
  border-color: #1677ff;
  box-shadow: 0 18px 34px rgba(6,59,128,.13);
}
.solution-image {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  background: #eaf4ff;
  flex-shrink: 0;
}
.solutions-industry-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.solutions-overview-grid h3,
.solutions-industry-grid h3,
.solutions-value-grid h3,
.solutions-case-grid h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: clamp(16px, 2.4vw, 21px);
  line-height: 1.3;
  flex-shrink: 0;
}
.solutions-overview-grid p,
.solutions-industry-grid p,
.solutions-value-grid p,
.solutions-case-grid p {
  margin: 0 0 14px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-shrink: 0;
}
.solutions-overview-grid .mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding: 12px 20px 0;
  flex-shrink: 0;
}
.solutions-overview-grid h3 { padding: 18px 20px 0; }
.solutions-overview-grid p { padding: 0 20px; }
.solutions-industry-grid h3 { padding: 18px 20px 0; }
.solutions-industry-grid p { padding: 0 20px; }
.solutions-industry-grid .mini-tags { padding: 12px 20px 0; }
.solutions-overview-grid a,
.solutions-industry-grid a {
  display: block;
  margin-top: auto;
  padding: 12px 20px;
  text-align: right;
  color: #1677ff;
  font-weight: 900;
}
.solutions-tabs {
  position: relative;
}
.solutions-tabs > input {
  position: absolute;
  opacity: 0;
}
.solutions-tab-nav {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin-bottom: 16px;
}
.solutions-tab-nav label {
  flex: 1 0 170px;
  min-height: 56px;
  display: grid;
  place-items: center;
  padding: 0 16px;
  color: #063b80;
  background: #eaf4ff;
  border: 1px solid #cfe3fb;
  border-radius: 10px;
  font-weight: 900;
  cursor: pointer;
}
#customer-export:checked ~ .solutions-tab-nav label[for="customer-export"],
#customer-ecom:checked ~ .solutions-tab-nav label[for="customer-ecom"],
#customer-brand:checked ~ .solutions-tab-nav label[for="customer-brand"],
#customer-lab:checked ~ .solutions-tab-nav label[for="customer-lab"],
#customer-newlab:checked ~ .solutions-tab-nav label[for="customer-newlab"] {
  color: #fff;
  background: #1677ff;
}
.solutions-tab-panels {
  padding: 28px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}
.solutions-tab-panels article {
  display: none;
}
#customer-export:checked ~ .solutions-tab-panels .panel-export,
#customer-ecom:checked ~ .solutions-tab-panels .panel-ecom,
#customer-brand:checked ~ .solutions-tab-panels .panel-brand,
#customer-lab:checked ~ .solutions-tab-panels .panel-lab,
#customer-newlab:checked ~ .solutions-tab-panels .panel-newlab {
  display: block;
}
.solutions-tab-panels h3 {
  margin: 0 0 12px;
  color: #0f172a;
}
.solutions-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.solutions-process article {
  padding: 24px 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}
.solutions-process span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  color: #fff;
  background: #1677ff;
  border-radius: 50%;
  font-weight: 900;
}
.solutions-process h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
}
.solutions-process p {
  margin: 10px 0 0;
  line-height: 1.65;
  font-size: 14px;
}
.solutions-case-grid span {
  display: inline-block;
  margin-top: 16px;
  color: #063b80;
  font-weight: 900;
}
.solutions-application-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 24px;
  align-items: start;
}
.solutions-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 26px;
  background: #fff;
  border: 1px solid #d8e7f8;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}
.solutions-form input,
.solutions-form select,
.solutions-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: #334155;
  background: #f8fbff;
  border: 1px solid #d7e4f5;
  border-radius: 8px;
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.solutions-form input:focus,
.solutions-form select:focus,
.solutions-form textarea:focus {
  outline: none;
  background: #fff;
  border-color: #1677ff;
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .12);
}
.solutions-form textarea,
.solutions-form button {
  grid-column: 1 / -1;
}
.solutions-form textarea {
  min-height: 126px;
  padding-top: 12px;
}
.solutions-trust-card {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
  padding: 28px;
  color: #fff;
  background: linear-gradient(180deg, #063b80, #1677ff);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(6,59,128,.18);
}
.solutions-trust-card h3 {
  margin: 0;
  font-size: 24px;
}
.solutions-trust-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.7;
}
.solutions-trust-card li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, .92);
}
.solutions-trust-card li + li {
  margin-top: 10px;
}
.solutions-trust-card li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffb347;
}
.solutions-trust-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 12px 16px;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  font-size: 22px;
  font-weight: 900;
}
.solutions-bottom-cta {
  padding: 48px 0;
  color: #fff;
  background: linear-gradient(90deg, #063b80, #1677ff);
}
.solutions-bottom-cta__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.solutions-bottom-cta h2,
.solutions-bottom-cta p {
  margin: 0;
}
.solutions-bottom-cta h2 {
  font-size: 34px;
}
.solutions-bottom-cta p {
  margin-top: 10px;
  color: rgba(255,255,255,.84);
}
.solutions-bottom-cta strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
}

@media (max-width: 1120px) {
  .cert-hero__grid,
  .cert-detail-layout,
  .cert-zone-layout,
  .cert-cta__grid {
    grid-template-columns: 1fr;
  }
  .cert-page > .cert-hero {
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.94) 58%, rgba(237,247,255,.7) 100%),
      url("images/certification-services-banner.png") center right / cover no-repeat;
  }
  .cert-page > .cert-hero .cert-hero__grid {
    grid-template-columns: minmax(0, 560px);
  }
  .cert-map {
    min-height: 260px;
  }
  .cert-region-grid,
  .cert-zone-tablist,
  .cert-popular-grid,
  .cert-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cert-zone-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cert-zone-tablist label {
    min-height: 76px;
    font-size: 18px;
  }
  .cert-zone-panels {
    
  }
  .cert-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cert-sidebar {
    position: static;
    display: flex;
    gap: 10px;
    overflow-x: auto;
  }
  .cert-sidebar h2,
  .cert-nav-heading,
  .cert-side-card {
    display: none;
  }
  .cert-sidebar > a {
    flex: 0 0 auto;
    min-width: 150px;
    margin: 0;
    text-align: center;
  }
  .cert-zone-side {
    position: static;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 14px;
  }
  .cert-zone-side h2,
  .cert-zone-side .cert-side-card {
    display: none;
  }
  .cert-zone-side > a {
    flex: 0 0 auto;
    min-width: 150px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
  }
  .cert-sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 18px;
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    background: linear-gradient(135deg, #0b59c7 0%, #073681 100%);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(7,54,129,.25);
    position: relative;
    z-index: 10;
  }
  .cert-sidebar-toggle.is-open {
    background: linear-gradient(135deg, #073681 0%, #0b59c7 100%);
  }
  .cert-sidebar-toggle__icon {
    font-size: 22px;
    line-height: 1;
  }
  .cert-sidebar--zones {
    display: none;
    overflow-x: visible;
  }
  .cert-sidebar--zones.is-open {
    display: block;
  }
  .cert-sidebar--zones .cert-zone-title,
  .cert-sidebar--zones .cert-country-group strong {
    display: block;
  }
  .cert-sidebar--zones .cert-country-group {
    display: block;
    margin: 0 0 10px;
  }
  .cert-sidebar--zones .cert-country-group a {
    display: block;
    text-align: left;
  }
  .cert-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cert-form button {
    grid-column: 1 / -1;
  }
  .ecommerce-hero__grid {
    grid-template-columns: 1fr;
  }
  .ecommerce-visual {
    display: none;
  }
  .ecommerce-layout {
    grid-template-columns: 1fr;
  }
  .ecommerce-sidebar {
    position: static;
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 14px;
  }
  .ecommerce-sidebar h2 {
    flex: 0 0 auto;
    margin: 0 6px 0 0;
    align-self: center;
    white-space: nowrap;
  }
  .ecommerce-sidebar a {
    flex: 0 0 auto;
    min-width: 150px;
    margin: 0;
    padding: 0 14px;
    white-space: nowrap;
  }
  .ecommerce-sidebar a::after {
    display: none;
  }
  .qualification-hero__grid,
  .qualification-two-col,
  .qualification-contact__grid {
    grid-template-columns: 1fr;
  }
  .qualification-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .qualification-value-grid article:nth-child(2) {
    border-right: 0;
  }
  .qualification-matrix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .qualification-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .qualification-form button {
    grid-column: 1 / -1;
  }
  .qualification-hotline {
    text-align: left;
  }
  .inspection-grid,
  .inspection-grid--bottom,
  .inspection-cta__grid,
  .inspection-hero__grid,
  .inspection-sampling,
  .inspection-application-grid {
    grid-template-columns: 1fr;
  }
  .inspection-card-grid--four,
  .inspection-process,
  .inspection-service-grid,
  .inspection-product-grid,
  .inspection-check-grid,
  .inspection-report-grid,
  .inspection-scene-grid,
  .inspection-why-grid,
  .inspection-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .inspection-trust-card {
    position: static;
  }
  .cnas-hero__grid,
  .cnas-application-grid,
  .solutions-hero__grid,
  .solutions-application-grid {
    grid-template-columns: 1fr;
  }
  .cnas-stat-grid,
  .cnas-service-grid,
  .cnas-matrix-grid,
  .cnas-deliver-grid,
  .cnas-why-grid,
  .solutions-overview-grid,
  .solutions-industry-grid,
  .solutions-value-grid,
  .solutions-case-grid,
  .solutions-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
   .cnas-process{
    grid-template-columns: repeat(2, 1fr);
   }
  .cnas-path-grid,
  .cnas-condition-grid,
 
  .cnas-list-grid,
  .cnas-case-grid {
    grid-template-columns: 1fr;
  }
  .cnas-trust-card {
    position: static;
  }
  .solutions-trust-card {
    position: static;
  }
  .cnas-bottom-cta__grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ecommerce-content {
    grid-template-columns: 1fr;
  }
  .ecommerce-contact__grid {
    grid-template-columns: 1fr;
  }
  .ecommerce-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ecommerce-form button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .cert-hero,
  .cert-detail-hero {
    padding: 52px 0;
  }
  .cert-zone-hero {
    min-height: 0;
    padding: 54px 0;
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.96) 100%),
      var(--zone-banner) center right / cover no-repeat;
  }
  .cert-page > .cert-hero {
    min-height: 0;
    padding: 54px 0;
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.96) 100%),
      url("images/certification-services-banner.png") center right / cover no-repeat;
  }
  .cert-hero h1,
  .cert-detail-hero h1,
  .cert-zone-hero h1 {
    font-size: 34px;
  }
  .cert-hero p,
  .cert-detail-hero p,
  .cert-zone-hero p:not(.breadcrumb) {
    font-size: 16px;
  }
  .cert-region-grid,

  .cert-zone-content,
 
  .cert-advantage-grid,

  .cert-item-list {
    grid-template-columns: 1fr;
  }
  .cert-zone-tablist label {
    min-height: 58px;
    border-radius: 9px;
    font-size: 17px;
  }
  .cert-zone-tablist label::after {
    display: none;
  }
  .cert-zone-country {
    min-height: auto;
    padding: 18px;
  }

  .cert-zone-note {
    text-align: left;
  }
  .cert-map {
    display: none;
  }
  .cert-form {
    grid-template-columns: 1fr;
  }
  .cert-cta__grid {
    padding: 24px 18px;
  }
  .cert-cta h2 {
    font-size: 24px;
  }
  .ecommerce-hero {
    min-height: 0;
    padding: 54px 0;
  }
  .ecommerce-hero__grid {
    min-height: 0;
  }
  .ecommerce-hero__copy h1 {
    font-size: 34px;
  }
  .ecommerce-hero__copy p {
    font-size: 16px;
  }
  .qualification-hero {
    min-height: 0;
    padding: 54px 0;
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.96) 100%),
      url("images/qualification-application-banner.png") center right / cover no-repeat;
  }
  .qualification-hero__copy h1 {
    font-size: 34px;
  }
  .qualification-hero__copy p:not(.eyebrow) {
    font-size: 16px;
  }
  .qualification-values {
    margin-top: 0;
    padding: 18px 0 0;
  }
  .qualification-value-grid,
  .qualification-matrix,
  .qualification-form {
    grid-template-columns: 1fr;
  }
  .qualification-value-grid article {
    border-right: 0;
    border-bottom: 1px solid #e1ecf8;
  }
  .qualification-value-grid article:last-child {
    border-bottom: 0;
  }
  .inspection-hero {
    min-height: 0;
    padding: 54px 0;
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.96) 100%),
      url("images/inspection-services-banner.png") center right / cover no-repeat;
  }
  .inspection-hero h1 {
    font-size: 38px;
  }
  .inspection-hero p,
  .inspection-cta p {
    font-size: 16px;
  }
  .inspection-card-grid,
  .inspection-card-grid--four,
  .inspection-process,
  .inspection-advantage-grid,
  .inspection-service-grid,
  .inspection-product-grid,
  .inspection-check-grid,
  .inspection-report-grid,
  .inspection-scene-grid,
  .inspection-why-grid,
  
  .inspection-form {
    grid-template-columns: 1fr;
  }
  .inspection-v2 .inspection-hero--landing {
    min-height: 0;
    height: auto;
    padding: 54px 0;
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.94) 100%),
      url("images/inspection-services-banner.png") center right / cover no-repeat;
  }
  .inspection-v2 .inspection-hero h1 {
    font-size: 36px;
  }
  .inspection-visual {
    display: none;
  }
  .inspection-stat-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .inspection-stat-grid article {
    border-right: 0;
    border-bottom: 1px solid #e2edf8;
  }
  .inspection-stat-grid article:last-child {
    border-bottom: 0;
  }
  .inspection-bottom-cta__grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cnas-hero {
    padding-top: 54px;
  }
  .cnas-hero h1 {
    font-size: 36px;
    white-space: normal;
  }
  .cnas-hero__copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .cnas-hero__visual {
    display: none;
  }
  .cnas-stat-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
    transform: none;
  }
  .cnas-stat-grid article {
    border-right: 0;
    border-bottom: 1px solid #e2edf8;
  }
  .cnas-stat-grid article:last-child {
    border-bottom: 0;
  }
  .cnas-service-grid,
  .cnas-matrix-grid,
  .cnas-deliver-grid,
  .cnas-why-grid,
  .cnas-form,
  .solutions-overview-grid,
  .solutions-industry-grid,
  .solutions-value-grid,
  .solutions-case-grid,

  .solutions-form {
    grid-template-columns: 1fr;
  }
  .cnas-inline-cta {
    display: grid;
  }
  .cnas-bottom-cta h2 {
    font-size: 26px;
  }
  .solutions-hero {
    padding: 54px 0;
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.94) 100%),
      url("images/solutions-banner.png") center right / cover no-repeat;
  }
  .solutions-hero h1 {
    font-size: 36px;
  }
  .solutions-hero p:not(.eyebrow) {
    font-size: 16px;
  }
  .solutions-visual {
    display: none;
  }
  .solutions-bottom-cta__grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .solutions-bottom-cta h2 {
    font-size: 26px;
  }
  .inspection-cta h2 {
    font-size: 28px;
  }
  .ecommerce-tags {
    gap: 12px;
  }
  .ecommerce-tags span {
    width: calc(50% - 6px);
    padding-left: 34px;
    font-size: 14px;
  }
  .platform-grid,
  .report-scenario-grid,
  .product-chip-grid,
  .ecom-process {
    grid-template-columns: 1fr 1fr;
  }
  .platform-grid span {
    font-size: 22px;
  }
  .ecom-process article:not(:last-child)::after {
    display: none;
  }
  .ecommerce-form {
    grid-template-columns: 1fr;
  }
  .form-consent {
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .ecom-card {
    padding: 18px;
  }
  .platform-grid,
  .report-scenario-grid,
  
  .ecom-process {
    grid-template-columns: 1fr;
  }
  .ecommerce-contact__grid {
    padding: 22px 18px;
  }
  .ecommerce-contact h2 {
    font-size: 24px;
  }
}
.overview-faq p {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--muted);
}
.overview-contact {
  padding: 62px 0;
  background:
    linear-gradient(90deg, rgba(245,249,255,.98) 0%, rgba(245,249,255,.88) 58%, rgba(245,249,255,.35)),
    url("images/product-testing-banner.png") center right / cover no-repeat;
}
.overview-contact__grid {
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: 40px;
  align-items: center;
}
.overview-contact h2 {
  margin: 0;
  color: var(--ink);
  font-size: 36px;
}
.overview-contact p {
  color: var(--muted);
  font-weight: 700;
}
.overview-form {
  grid-template-columns: repeat(3, 1fr);
  max-width: 760px;
}
.overview-form input {
  border-color: var(--line);
}
.overview-form button {
  grid-column: span 1;
}
.overview-contact aside {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.overview-contact aside span {
  color: var(--navy);
  font-weight: 900;
}
.overview-contact aside strong {
  color: var(--blue);
  font-size: 24px;
}

@media (max-width: 980px) {
  .testing-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  body[data-testing] .testing-hero__grid {
    display: block;
    min-height: 0;
    padding: 34px 0;
  }
  body[data-testing] .testing-hero img {
    height: 240px;
    margin-top: 22px;
    border-radius: 8px;
  }
  body[data-testing] .detail-layout {
    grid-template-columns: 1fr;
  }
  body[data-testing] .category-sidebar {
    position: static;
  }
  body[data-testing] .product-tags {
    grid-template-columns: repeat(3, 1fr);
  }
  body[data-testing] .core-test-grid,
  body[data-testing] .usage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body[data-testing] .overview-process {
    grid-template-columns: 1fr;
  }
  body[data-testing] .overview-process article {
    border-radius: 12px;
    text-align: left;
  }
  body[data-testing] .overview-process article:not(:last-child)::after {
    display: none;
  }
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .category-sidebar {
    position: static;
  }
  .category-nav {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .category-nav a {
    white-space: nowrap;
  }
  .capability-grid,
  .usage-grid,
  .product-tags {
    grid-template-columns: repeat(2, 1fr);
  }
  .overview-category-grid,
  .overview-capability-grid,
  .overview-usage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .overview-process {
    grid-template-columns: 1fr;
  }
  .overview-process article {
    border-radius: 14px;
    text-align: left;
  }
  .overview-process article:not(:last-child)::after {
    display: none;
  }
  .overview-lab-head,
  .testing-hero__grid,
  .overview-contact__grid {
    display: block;
  }
  .testing-detail-page .detail-content .cta__grid,
  .detail-layout .detail-content .cta__grid,
  .detail-layout .detail-content .lead-form,
  .testing-detail-page .detail-content .lead-form {
    grid-template-columns: 1fr;
  }
  .testing-detail-page .detail-content .cta h2,
  .testing-detail-page .detail-content .cta p,
  .detail-layout .detail-content .cta h2,
  .detail-layout .detail-content .cta p {
    max-width: none;
  }
  .lab-numbers {
    margin-top: 18px;
  }
}

@media (max-width: 620px) {
  .testing-cards,



  .advantage-list {
    grid-template-columns: 1fr;
  }
  body[data-testing] .testing-hero {
    min-height: 0;
    background-position: left center;
  }
  body[data-testing] .testing-hero__grid {
    padding: 30px 0;
  }
  body[data-testing] .testing-hero h1 {
    font-size: 40px;
  }
  body[data-testing] .product-tags,
  body[data-testing] .core-test-grid,
  body[data-testing] .usage-grid,
  body[data-testing] .advantage-list,
  body[data-testing] .capability-grid {
    grid-template-columns: 1fr;
  }
  body[data-testing] .content-panel {
    padding: 20px;
  }
  .page-hero {
    padding: 58px 0;
  }
  .content-panel {
    padding: 22px;
  }
  .standard-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .overview-hero {
    padding: 52px 0 72px;
    background:
      linear-gradient(90deg, rgba(244,249,255,.98), rgba(244,249,255,.84)),
      url("images/product-testing-banner.png") center / cover;
  }
  .overview-stats,
  .overview-category-grid,
  .overview-capability-grid,
  .overview-usage-grid,
  .core-test-grid,
  .overview-faq,
  .overview-form {
    grid-template-columns: 1fr;
  }
  .testing-hero {
    padding: 44px 0;
  }
  .testing-hero img {
    height: 210px;
    margin-top: 22px;
  }
  .overview-stats article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .overview-stats article:last-child {
    border-bottom: 0;
  }
  .overview-category-grid img {
    height: 170px;
  }
  .mini-cta {
    display: grid;
    text-align: center;
  }
  .lab-numbers {
    grid-template-columns: 1fr 1fr;
  }
  .overview-contact h2 {
    font-size: 30px;
  }
}

@media (max-width: 560px) {
  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero__actions .btn {
    width: 100%;
  }
  .solution-grid,
  

  .news-category-row,
  .news-grid,
  .news-grid--six,
  .stats-grid,
  .logo-wall {
    grid-template-columns: 1fr;
  }

  .news-hero {
    min-height: 0;
    padding: 54px 0;
  }
  .home-news-row {
    min-height: 0;
  }
  .news-search-card {
    grid-template-columns: 1fr;
  }
  .news-feature-card h2,
  .news-guide-band h2 {
    font-size: 26px;
  }
  .news-guide-band {
    display: grid;
    padding: 24px;
  }
  .contact-section {
    padding: 42px 0;
  }
  .contact-card {
    padding: 24px 18px;
  }
  .contact-info-list article,
  .contact-form {
    grid-template-columns: 1fr;
  }
  .contact-info-list article {
    gap: 10px;
    text-align: left;
  }
  .contact-info-list img {
    width: 112px;
    height: 112px;
  }
  .consult-modal {
    padding: 12px;
  }
  .consult-modal__dialog {
    max-height: calc(100vh - 24px);
    padding: 22px 16px;
    border-radius: 10px;
  }
  .consult-modal__header {
    padding-right: 38px;
  }
  .consult-modal__header h2 {
    font-size: 24px;
  }
  .about-intro {
    padding: 42px 0;
  }
  .about-intro img {
    height: 220px;
  }
  .about-why,
  .about-certificates {
    padding: 42px 0;
  }
  .stats-grid div::after { display: none; }
  .section-heading,
  .section-title-inline {
    text-align: left;
    display: block;
  }
  .section-title-inline a {
    display: inline-block;
    margin-top: 8px;
  }
}

/* ========== 移动端全局响应式优化 (≤560px) ========== */
@media (max-width: 560px) {

  /* 首页Hero - 左右布局改为上下布局（上文下图）*/
  .hero {
    min-height: auto;
    padding: 32px 0 24px;
  }
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero__visual {
    order: 2;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .hero-slider {
    height: 200px;
    border-radius: 12px;
  }
  .hero-bubbles {
    position: relative;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 12px;
    padding-bottom: 4px;
  }
  .hero-bubbles a {
    width: 72px;
    height: 72px;
    font-size: 12px;
  }
  .hero h1 {
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.2;
  }
  .hero__lead {
    font-size: 16px;
    margin: 14px 0 16px;
  }
  .eyebrow {
    margin-bottom: 14px;
    font-size: 13px;
  }
  .hero-points {
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
  }
  .hero__actions {
    flex-direction: column;
    margin-top: 18px;
    gap: 10px;
  }
  .hero__actions .btn {
    width: 100%;
    min-height: 48px;
    font-size: 15px;
  }
  }

  /* P0: 底部固定栏遮挡内容 - 给body加底部间距 */
 

  /* P0: 全局表单触摸目标优化 - 防止iOS自动缩放 */
  input,
  select,
  textarea {
    font-size: 16px !important;
    min-height: 48px;
  }

  /* P1: 认证服务-地区选择器 2列紧凑布局 */
  .cert-region-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .cert-region-grid a,
  .cert-popular-grid a,
  .cert-advantage-grid article {
    min-height: auto;
    padding: 16px 12px;
  }



  /* P1: 新闻分类标签 - 横向滚动 */
  .news-category-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .news-category-row a {
    min-height: 44px;
    font-size: 13px;
  }
  /* P1: 新闻页面标签栏 - 3列 */
  .news-section-tabs .container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    overflow-x: visible;
  }
  .news-section-tabs a {
    flex: none;
    padding: 8px 10px;
    font-size: 13px;
    text-align: center;
  }
  .news-list-heading > a {
    display: none;
  }
  /* P1: 关于我们-优势卡片 默认4列 */
  .about-why-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
  /* P1: 关于我们-优势卡片 2列（≤720px） */
  @media (max-width: 720px) {
    .about-why-grid{
        grid-template-columns: repeat(2, 1fr);
    }
  }
  .about-why-grid article {
    min-height: auto;
    padding: 18px 14px;
  }
  .about-why-grid h3 {
    font-size: 16px;
  }
  .about-why-grid p {
    font-size: 13px;
  }

  /* P1: 联系页-服务标签 */
  .contact-service-tags {
    gap: 8px;
    justify-content: center;
  }
  .contact-service-tags span {
    padding: 6px 10px;
    font-size: 12px;
  }

  /* P1: 联系表单 单列 + 增大间距 */
  .contact-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    border-radius: 8px;
  }
  .contact-form button {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }

  /* P1: 解决方案表单 */
  .solutions-form,

  .overview-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .solutions-form button,
  .lead-form button,
  .overview-form button {
    width: 100%;
    min-height: 52px;
  }

  /* P1: 首页-解决方案卡片 */
  .solution-grid {
    grid-template-columns: 1fr;
  }

  /* P1: 首页-新闻网格 */
  .news-grid,
  .news-grid--six {
    grid-template-columns: 1fr;
  }

  /* P1: 首页-合作伙伴logo墙 */
  .logo-wall {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  /* P1: 首页-统计数据 */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }



  /* P1: 服务条带 */
  .service-strip {
   
  }

  /* P1: 底部固定栏按钮文字缩小 */
  .mobile-consult a,
  .mobile-consult button {
    font-size: 13px;
    min-height: 50px;
  }

  /* P2: 页面hero区域 */
  .page-hero {
    padding: 48px 0;
  }
  .page-hero h1 {
    font-size: clamp(28px, 7vw, 40px);
  }

  /* P2: 内容面板内边距 */
  .content-panel {
    padding: 18px 14px;
  }

  /* P2: 章节标题 */
  .section-heading h2 {
    font-size: 22px;
  }

  /* P2: Footer导航单列 */
  .footer-v3__nav {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }

  /* P2: 联系信息卡片 */
  .contact-info-list article {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 14px;
    min-height: auto;
  }
  .contact-info-list img {
    width: 100px;
    height: 100px;
  }

  /* P2: 证书区域 */
  .about-certificates {
    padding: 36px 0;
  }
}

/* ========== 小屏手机额外优化 (≤400px) ========== */
@media (max-width: 400px) {

  /* 新闻标签改为2列 */
  .news-category-row {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 关于优势卡片单列 */
  .about-why-grid {
    grid-template-columns: 1fr;
  }

  /* 认证地区选择器单列 */
  .cert-region-grid {
    grid-template-columns: 1fr;
  }

  /* Footer导航单列 */
  .footer-v3__nav {
    grid-template-columns: 1fr;
  }

  /* 统计数据单列 */
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* 标题字号进一步缩小 */
  h2 {
    font-size: 20px;
  }
}

/* ========== 文章内容表格样式 ========== */
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(6, 59, 128, 0.08);
}

.article-content table thead {
  background: linear-gradient(135deg, #063b80 0%, #0a4a9e 100%);
}

.article-content table th {
  padding: 14px 18px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.article-content table td {
  padding: 12px 18px;
  border-bottom: 1px solid #e8ecf2;
  color: #334155;
  vertical-align: top;
}

.article-content table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.article-content table tbody tr:hover {
  background-color: #eaf4ff;
}

.article-content table tbody tr:last-child td {
  border-bottom: none;
}

.article-content table tbody tr td:first-child {
  font-weight: 600;
  color: #063b80;
}

@media (max-width: 640px) {
  .article-content table {
    font-size: 13px;
    margin: 20px -12px;
    border-radius: 0;
  }

  .article-content table th,
  .article-content table td {
    padding: 10px 12px;
  }

  .article-content table th {
    font-size: 13px;
    white-space: normal;
  }
}

/* ========== 侧边栏相关文章（自定义渲染） ========== */
.article-side-card--related h2 {
  margin-bottom: 0;
}

.related-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.related-posts-list li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eef2f7;
}

.related-posts-list li:last-child {
  border-bottom: none;
}

.related-posts-list li a {
  display: block;
  padding: 12px 4px;
  color: #334155;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.2s ease;
}

.related-posts-list li a:hover {
  color: #063b80;
  padding-left: 8px;
}

/* ========== 上一篇/下一篇导航 ========== */
.article-post-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
}

.post-nav-prev,
.post-nav-next {
  flex: 1;
  max-width: 48%;
}

.post-nav-next {
  text-align: right;
}

.post-nav-prev a,
.post-nav-next a {
  display: block;
  padding: 18px 22px;
  text-decoration: none;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  transition: all 0.25s ease;
}

.post-nav-prev a em,
.post-nav-next a em {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
}

.post-nav-prev a:hover,
.post-nav-next a:hover {
  border-color: #063b80;
  box-shadow: 0 4px 16px rgba(6, 59, 128, 0.1);
  transform: translateY(-2px);
}

.post-nav-prev span,
.post-nav-next span {
  display: block;
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 6px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.post-nav-prev a,
.post-nav-next a {
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.post-nav-prev a:hover,
.post-nav-next a:hover {
  color: #063b80;
}

@media (max-width: 640px) {
  .article-related {
    margin-top: 24px;
    padding: 18px 16px;
  }

  .related-posts-list li a {
    font-size: 13px;
    padding: 10px 4px;
  }

  .article-post-nav {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .post-nav-prev,
  .post-nav-next {
    max-width: 100%;
  }

  .post-nav-next {
    text-align: left;
  }
}
