/* The homepage header and footer are the single visual contract for every page. */
html body[class] .site-header.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: auto;
  color: #3e495a;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid #edf0f3;
}

html body[class] .site-header.site-header .header-inner,
html body[class] .site-header.site-header .shell {
  width: min(100% - 32px, 1776px);
  max-width: 1776px;
  min-height: 62px;
  margin-inline: auto;
}

html body[class] .site-header.site-header .brand {
  width: 132px;
}

html body[class] .site-header.site-header .brand img {
  width: 100%;
  height: auto;
  filter: none;
}

html body[class] .site-header.site-header .menu .current-menu-item > a,
html body[class] .site-header.site-header .menu .current-menu-ancestor > a {
  color: var(--c-brand);
}
html body.single-solution .site-header.site-header .menu .current-menu-item > a,
html body.single-solution .site-header.site-header .menu .current-menu-ancestor > a { position: relative; }
html body.single-solution .site-header.site-header .menu .current-menu-item > a::after,
html body.single-solution .site-header.site-header .menu .current-menu-ancestor > a::after {
  position: absolute; right: 0; bottom: 0; left: 0; height: 2px; content: ""; background: var(--c-brand);
}

html body[class] .site-footer.site-footer {
  height: auto;
  margin: 0;
  padding: 48px 0 0;
  color: #56657a;
  background: #fff;
  border-top: 1px solid #edf0f3;
}

html body[class] .site-footer.site-footer .shell {
  width: min(100% - 32px, 1776px);
  max-width: 1776px;
  margin-inline: auto;
}

html body[class] .site-footer.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding-bottom: 36px;
}

html body[class] .site-footer.site-footer .footer-brand img {
  width: 170px;
  height: auto;
  padding: 0;
  object-fit: contain;
  filter: none;
  background: transparent;
}

html body[class] .site-footer.site-footer .footer-brand p {
  max-width: 280px;
  margin: 16px 0 0;
  color: #56657a;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-copy);
}
html body[class] .site-footer.site-footer .footer-qr {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
html body[class] .site-footer.site-footer .footer-qr figure {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin: 0;
}
html body[class] .site-footer.site-footer .footer-qr img {
  width: 64px;
  height: 64px;
  display: block;
  padding: 3px;
  object-fit: contain;
  border: 1px solid #e2e6eb;
  background: #fff;
}
html body[class] .site-footer.site-footer .footer-qr figcaption {
  color: #293446;
  font-size: 12px;
  font-weight: 750;
}
html body[class] .site-footer.site-footer .footer-qr small { display: block; margin-top: 3px; color: #6d7989; font-weight: 500; }

html body[class] .site-footer.site-footer .footer-grid h2 {
  margin: 0 0 13px;
  color: #293446;
  font-size: var(--font-size-caption);
}

html body[class] .site-footer.site-footer .footer-column > a,
html body[class] .site-footer.site-footer .footer-menu a {
  min-height: 28px;
  display: flex;
  align-items: center;
  margin: 0;
  color: #56657a;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-copy);
}

html body[class] .site-footer.site-footer .footer-grid a:hover {
  color: var(--c-brand);
}

html body[class] .site-footer.site-footer .footer-socials a,
html body[class] .site-footer.site-footer .footer-socials span {
  color: #4f5e72;
  background: #f2f4f6;
}

html body[class] .site-footer.site-footer .footer-contact {
  min-height: 0;
  padding: 22px 20px;
  color: #56657a;
  background: #fff;
  border: 1px solid #e2e6eb;
  transform: none;
}

/* Product details intentionally inherit the identical global header/footer chrome. */
html body.single-product .site-header.site-header,
html body.single-product .site-footer.site-footer {
  height: auto;
  margin: 0;
}

html body.single-product .site-header.site-header {
  position: sticky;
  top: 0;
}

html body.single-product .site-footer.site-footer {
  position: static;
}

html body.single-product .site-header.site-header .header-inner,
html body.single-product .site-header.site-header .shell,
html body.single-product .site-footer.site-footer .shell {
  width: min(92.5%, 1776px);
  max-width: 1776px;
  margin-inline: auto;
}

html body.single-product .site-header.site-header .header-inner,
html body.single-product .site-header.site-header .shell {
  min-height: 72px;
}

@media (max-width: 900px) {
  html body.single-product .site-header.site-header .header-inner,
  html body.single-product .site-header.site-header .shell,
  html body.single-product .site-footer.site-footer .shell {
    width: min(100% - 32px, 1776px);
  }
}

html body[class] .site-footer.site-footer .footer-contact > a,
html body[class] .site-footer.site-footer .footer-contact > span {
  margin: 12px 0 0;
  color: #56657a;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-copy);
}

html body[class] .site-footer.site-footer .footer-contact svg {
  color: var(--c-brand);
}

html body[class] .site-footer.site-footer .footer-bottom {
  margin-top: 0;
  padding-block: 18px;
  color: #5f6c7d;
  border-top: 1px solid #edf0f3;
  font-size: var(--font-size-micro);
}

html body[class] .site-footer.site-footer .footer-legal-menu a {
  color: #5f6c7d;
}

@media (min-width: 600px) {
  html body[class] .site-footer.site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1025px) {
  html body[class] .site-header.site-header .header-inner,
  html body[class] .site-header.site-header .shell {
    width: min(92.5%, 1776px);
    min-height: 72px;
  }

  html body[class] .site-header.site-header .brand {
    width: 151px;
  }

  html body[class] .site-header.site-header .header-navigation {
    gap: clamp(28px, 3.5vw, 67px);
  }

  html body[class] .site-header.site-header .menu {
    gap: clamp(24px, 2.15vw, 41px);
  }

  html body[class] .site-header.site-header .menu a {
    min-height: 72px;
    font-size: var(--font-size-caption);
  }

  html body[class] .site-header.site-header .nav-quote {
    min-width: 0;
    min-height: 36px;
    padding: 8px 19px;
    font-size: var(--font-size-caption);
  }

  html body[class] .site-footer.site-footer .shell {
    width: min(92.5%, 1776px);
  }

  html body[class] .site-footer.site-footer .footer-grid {
    grid-template-columns: 1.1fr 1fr 1fr .8fr 1.25fr;
    gap: clamp(28px, 3.4vw, 64px);
  }
}

html body.admin-bar .site-header.site-header {
  top: 32px;
}

@media (max-width: 782px) {
  html body.admin-bar .site-header.site-header {
    top: 46px;
  }
}


@media (max-width: 599px) {
  html body[class] .site-footer.site-footer .footer-column > a,
  html body[class] .site-footer.site-footer .footer-menu a,
  html body[class] .site-footer.site-footer .footer-contact > a {
    min-height: 44px;
    display: flex;
    align-items: center;
    margin: 0;
  }
}

/* =====================================================================
   GLOBAL SITE-CHROME CONTRACT
   header.php and footer.php are the only frontend chrome implementations.
   Page templates may style their content, but may not create a visual
   header/footer variant.
   ===================================================================== */
html body[class] .site-header.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: auto;
  min-height: 0;
  color: #3e495a;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #edf0f3;
  box-shadow: none;
}
html body[class] .site-header.site-header .header-inner,
html body[class] .site-header.site-header .shell {
  width: min(92.5%, 1776px);
  max-width: 1776px;
  min-height: 72px;
  margin-inline: auto;
}
html body[class] .site-header.site-header .brand { width: 151px; }
html body[class] .site-header.site-header .brand img {
  width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  filter: none;
}
html body[class] .site-header.site-header .header-navigation { gap: clamp(28px, 3.5vw, 67px); }
html body[class] .site-header.site-header .menu { gap: clamp(24px, 2.15vw, 41px); }
html body[class] .site-header.site-header .menu a {
  min-height: 72px;
  color: #263244;
  font-size: var(--font-size-caption);
}
html body[class] .site-header.site-header .menu .current-menu-item > a,
html body[class] .site-header.site-header .menu .current-menu-ancestor > a,
html body[class] .site-header.site-header .menu a:hover { color: var(--c-brand); }
html body[class] .site-header.site-header .nav-quote {
  min-width: 138px;
  min-height: 36px;
  padding: 8px 19px;
  color: #fff;
  background: var(--c-brand);
  font-size: var(--font-size-caption);
}

html body[class] .site-footer.site-footer {
  height: auto;
  margin: 0;
  padding: 48px 0 0;
  color: #56657a;
  background: #fff;
  border-top: 1px solid #edf0f3;
}
html body[class] .site-footer.site-footer .shell {
  width: min(92.5%, 1776px);
  max-width: 1776px;
  margin-inline: auto;
}
html body[class] .site-footer.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr .8fr 1.25fr;
  gap: clamp(28px, 3.4vw, 64px);
  padding-bottom: 42px;
}
html body[class] .site-footer.site-footer .footer-brand img {
  width: 170px;
  height: auto;
  max-height: 52px;
  padding: 0;
  object-fit: contain;
  filter: none;
  background: transparent;
}
html body[class] .site-footer.site-footer .footer-brand p {
  max-width: 280px;
  margin: 16px 0 12px;
  color: #56657a;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-copy);
}
html body[class] .site-footer.site-footer .footer-grid h2 {
  margin: 0 0 13px;
  color: #293446;
  font-size: var(--font-size-caption);
}
html body[class] .site-footer.site-footer .footer-column > a,
html body[class] .site-footer.site-footer .footer-menu a,
html body[class] .site-footer.site-footer .footer-contact > a,
html body[class] .site-footer.site-footer .footer-contact > span {
  min-height: 28px;
  display: flex;
  align-items: center;
  margin: 0;
  color: #56657a;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-copy);
}
html body[class] .site-footer.site-footer .footer-contact {
  min-height: 0;
  padding: 22px 20px;
  color: #56657a;
  background: #fff;
  border: 1px solid #e2e6eb;
  transform: none;
}
html body[class] .site-footer.site-footer .footer-contact svg { color: var(--c-brand); }
html body[class] .site-footer.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 0;
  padding-block: 18px;
  color: #5f6c7d;
  background: #fff;
  border-top: 1px solid #edf0f3;
  font-size: var(--font-size-micro);
}
html body[class] .site-footer.site-footer .footer-legal-menu a { color: #5f6c7d; }

@media (max-width: 1024px) {
  html body[class] .site-header.site-header .header-inner,
  html body[class] .site-header.site-header .shell { min-height: 64px; }
  html body[class] .site-header.site-header .menu a { min-height: 64px; }
}
@media (max-width: 599px) {
  html body[class] .site-header.site-header .header-inner,
  html body[class] .site-header.site-header .shell { width: calc(100% - 32px); min-height: 60px; }
  html body[class] .site-header.site-header .brand { width: 132px; }
  html body[class] .site-header.site-header .menu a { min-height: 44px; }
  html body[class] .site-footer.site-footer .shell { width: calc(100% - 32px); }
  html body[class] .site-footer.site-footer .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  html body[class] .site-footer.site-footer .footer-column > a,
  html body[class] .site-footer.site-footer .footer-menu a,
  html body[class] .site-footer.site-footer .footer-contact > a { min-height: 44px; }
  html body[class] .site-footer.site-footer .footer-bottom { align-items: flex-start; flex-direction: column; }
}


/* Canonical desktop header: homepage must use the same chrome as every inner page. */
@media (min-width:1025px){
  html body.home[class] .site-header.site-header .header-inner,
  html body.home[class] .site-header.site-header .shell{
    width:min(92.5%,1776px);
    max-width:1776px;
    min-height:72px;
    margin-inline:auto;
  }
  html body.home[class] .site-header.site-header .brand{width:151px}
  html body.home[class] .site-header.site-header .header-navigation{
    position:static;inset:auto;display:flex;flex:1;
    align-items:center;justify-content:flex-end;gap:clamp(28px,3.5vw,67px);
    max-height:none;padding:0;overflow:visible;background:transparent;
    border:0;box-shadow:none;transform:none;visibility:visible;
  }
  html body.home[class] .site-header.site-header .menu{display:flex;align-items:center;gap:clamp(24px,2.15vw,41px);margin:0}
  html body.home[class] .site-header.site-header .menu a{min-height:72px;padding:0;color:#263244;font-size:var(--font-size-caption);font-weight:var(--font-weight-bold)}
  html body.home[class] .site-header.site-header .menu .current-menu-item>a,
  html body.home[class] .site-header.site-header .menu .current_page_item>a,
  html body.home[class] .site-header.site-header .menu a:hover{color:var(--c-brand)}
  html body.home[class] .site-header.site-header .header-tools{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:0}
  html body.home[class] .site-header.site-header .header-search{display:grid;width:32px;height:42px;place-items:center;color:#536071}
  html body.home[class] .site-header.site-header .language-switcher summary{min-width:0;min-height:42px;padding:0;gap:5px;border:0;border-radius:0;color:#536071;font-size:var(--font-size-caption)}
  html body.home[class] .site-header.site-header .language-switcher summary>svg:first-child{display:block;width:13px;height:13px}
  html body.home[class] .site-header.site-header .nav-quote{min-width:138px;min-height:36px;padding:8px 19px;border-radius:4px;color:#fff;background:var(--c-brand);font-size:var(--font-size-caption)}
}

/* Public breadcrumb: one visual and structural contract for every inner page. */
.site-breadcrumbs {
  position: relative;
  z-index: 4;
  width: 100%;
  min-width: 0;
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #e6eaee;
  background: #fff;
}
.site-breadcrumbs__inner {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 52px;
}
.site-breadcrumbs ol {
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}
.site-breadcrumbs li {
  flex: 0 0 auto;
  min-width: 0;
  margin: 0;
  color: #66758a;
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-copy);
  white-space: nowrap;
}
.site-breadcrumbs a {
  color: #172033;
  text-decoration: none;
  transition: color .18s ease;
}
.site-breadcrumbs a:hover,
.site-breadcrumbs a:focus-visible { color: var(--c-brand); }
.site-breadcrumbs__separator {
  padding-inline: 10px;
  color: #9aa6b5;
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-regular);
}
.site-breadcrumbs__current {
  flex: 0 1 auto;
  max-width: min(52vw, 620px);
  overflow: hidden;
  color: #66758a;
  text-overflow: ellipsis;
}
@media (max-width: 760px) {
  .site-breadcrumbs__inner { min-height: 48px; }
  .site-breadcrumbs li { font-size: var(--font-size-caption); }
  .site-breadcrumbs__separator { padding-inline: 7px; font-size: var(--font-size-caption); }
  .site-breadcrumbs__current { max-width: 48vw; }
}
@media (max-width: 420px) {
  .site-breadcrumbs__current { max-width: 42vw; }
}

/* On narrow screens intermediate paths can consume the entire breadcrumb.
 * Preserve orientation and the current page, with a decorative CSS chevron
 * that does not become part of either accessible name. */
@media (max-width: 600px) {
  html body[class] .site-breadcrumbs ol {
    width: 100%;
  }

  html body[class] .site-breadcrumbs ol > li:not(:first-child):not(:last-child) {
    display: none;
  }

  html body[class] .site-breadcrumbs ol > li:first-child {
    flex: 0 0 auto;
  }

  html body[class] .site-breadcrumbs ol > .site-breadcrumbs__current:last-child {
    position: relative;
    min-width: 0;
    max-width: none;
    flex: 1 1 auto;
    padding-left: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  html body[class] .site-breadcrumbs ol > .site-breadcrumbs__current:last-child::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #9aa6b5;
    border-right: 1.5px solid #9aa6b5;
    transform: translateY(-50%) rotate(45deg);
  }
}

/* This contract loads before a few page-specific consistency layers. Keep
 * mobile hit areas authoritative without changing their compact typography. */
@media (max-width: 760px) {
  html body[class] .site-header.site-header a.custom-logo-link,
  html body[class] .site-header.site-header .header-search,
  html body[class] .site-header.site-header .language-menu a,
  html body[class] .site-breadcrumbs a,
  html body[class] .site-footer.site-footer a.footer-brand__logo,
  html body[class] .site-footer.site-footer ul.footer-menu a,
  html body[class] .site-footer.site-footer .footer-legal-menu a,
  html body[class] .tongyi-consent__copy a,
  html body[class] main a.home-text-link,
  html body[class] main .product-center-featured-heading > a,
  html body[class] main .content-card-body > a,
  html body[class] main .content-card-body h2 a,
  html body[class] main .content-card-body h3 a,
  html body[class] main .tongyi-related-block__more a,
  html body[class] main .contact-reference__direct-list a,
  html body[class] main .contact-reference__privacy a {
    min-height: 44px !important;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
  }

  html body[class] .site-header.site-header .header-search,
  html body[class] .site-breadcrumbs a {
    min-width: 44px !important;
    justify-content: center;
  }

  html body[class] main .pc-sort select {
    min-height: 44px;
  }
}

/* Public footer must align to the same wide content rail as the page modules. */
html body[class] .site-footer.site-footer .shell {
  width: min(1840px, calc(100% - 140px)) !important;
  max-width: 1840px !important;
  margin-inline: auto !important;
}

@media (max-width: 1024px) {
  html body[class] .site-footer.site-footer .shell {
    width: calc(100% - 48px) !important;
  }
}

@media (max-width: 599px) {
  html body[class] .site-footer.site-footer .shell {
    width: calc(100% - 32px) !important;
  }
}

/* Dark five-column footer calibrated to the supplied homepage reference. */
html body[class] .site-footer.site-footer {
  padding: 34px 0 0;
  color: #aeb8c7;
  background: #071321;
  border-top: 0;
}
html body[class] .site-footer.site-footer .footer-grid {
  grid-template-columns: minmax(230px,1.45fr) repeat(4,minmax(130px,1fr));
  gap: clamp(34px,4.2vw,78px);
  padding-bottom: 28px;
}
html body[class] .site-footer.site-footer .footer-brand img {
  width: 154px;
  max-height: 42px;
  filter: none;
}
html body[class] .site-footer.site-footer .footer-brand > p {
  max-width: 250px;
  margin: 7px 0 0;
  color: #aeb8c7;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-copy);
}
html body[class] .site-footer.site-footer .footer-brand > p:first-of-type { margin-top: 9px; }
html body[class] .site-footer.site-footer .footer-contact-line,
html body[class] .site-footer.site-footer .footer-contact-line a {
  color: #aeb8c7;
}
html body[class] .site-footer.site-footer .footer-contact-line svg {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  vertical-align: -2px;
}
html body[class] .site-footer.site-footer .footer-socials { margin-top: 12px; }
html body[class] .site-footer.site-footer .footer-socials a,
html body[class] .site-footer.site-footer .footer-socials span {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  color: #071321;
  background: #f5f7fa;
  border-radius: 50%;
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-heading);
}
html body[class] .site-footer.site-footer .footer-grid h2 {
  margin: 5px 0 10px;
  color: #fff;
  font-size: var(--font-size-caption);
  font-weight: var(--font-weight-bold);
}
html body[class] .site-footer.site-footer .footer-column > a {
  min-height: 29px;
  color: #b3bdcb;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-copy);
}
html body[class] .site-footer.site-footer .footer-column > a:hover { color: #fff; }
html body[class] .site-footer.site-footer .footer-bottom {
  min-height: 38px;
  padding-block: 10px;
  color: #9da9b9;
  background: #071321;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: var(--font-size-caption);
}
html body[class] .site-footer.site-footer .footer-legal-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
html body[class] .site-footer.site-footer .footer-legal-menu a {
  color: #aeb8c7;
}
html body[class] .site-footer.site-footer .footer-legal-menu a + a::before {
  content: '\00b7';
  margin: 0 10px;
  color: #677487;
}
@media (max-width:1024px) {
  html body[class] .site-footer.site-footer .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width:599px) {
  html body[class] .site-footer.site-footer { padding-top: 32px; }
  html body[class] .site-footer.site-footer .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  html body[class] .site-footer.site-footer .footer-bottom { flex-direction: column; align-items: flex-start; }
}



/* Footer readability calibration. */
html body[class] .site-footer.site-footer .footer-brand > p {
  font-size: var(--font-size-caption);
  line-height: var(--line-height-base);
}
html body[class] .site-footer.site-footer .footer-grid h2 {
  font-size: var(--font-size-body);
  line-height: var(--line-height-tight);
}
html body[class] .site-footer.site-footer .footer-column > a {
  min-height: 29px;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-copy);
}
html body[class] .site-footer.site-footer .footer-bottom {
  font-size: var(--font-size-caption);
  line-height: var(--line-height-copy);
}

/* Keep assigned WordPress footer menus visually identical to fallback links. */
html body[class] .site-footer.site-footer .footer-menu,
html body[class] .site-footer.site-footer .footer-menu li,
html body[class] .site-footer.site-footer .footer-legal-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body[class] .site-footer.site-footer .footer-menu a {
  min-height: 29px;
  display: flex;
  align-items: center;
  margin: 0;
  color: #b3bdcb;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-copy);
}
html body[class] .site-footer.site-footer .footer-menu a:hover {
  color: #fff;
}
html body[class] .site-footer.site-footer .footer-legal-menu a + a::before,
html body[class] .site-footer.site-footer .footer-legal-menu li + li a::before {
  content: none;
  margin: 0;
}

html body[class] .site-footer.site-footer .footer-legal-menu > li + li,
html body[class] .site-footer.site-footer .footer-legal-menu > a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #677487;
}

/* Footer readability override: keep the dark footer consistent and legible. */
html body[class] .site-footer.site-footer,
html body[class] .site-footer.site-footer .footer-grid h2,
html body[class] .site-footer.site-footer .footer-brand > p,
html body[class] .site-footer.site-footer .footer-column > a,
html body[class] .site-footer.site-footer .footer-menu a,
html body[class] .site-footer.site-footer .footer-contact > a,
html body[class] .site-footer.site-footer .footer-contact > span,
html body[class] .site-footer.site-footer .footer-bottom,
html body[class] .site-footer.site-footer .footer-legal-menu a,
html body[class] .site-footer.site-footer .footer-contact-line,
html body[class] .site-footer.site-footer .footer-contact-line a {
  color: #aeb8c7;
}

html body[class] .site-footer.site-footer .footer-grid h2,
html body[class] .site-footer.site-footer .footer-grid a:hover {
  color: #fff;
}

html body[class] .site-footer.site-footer .footer-contact svg {
  color: #fff;
}

html body[class] .site-footer.site-footer .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.16);
}

html body[class] .site-footer.site-footer .footer-legal-menu a:hover,
html body[class] .site-footer.site-footer .footer-column > a:hover,
html body[class] .site-footer.site-footer .footer-menu a:hover {
  color: #fff;
}

html body[class] .site-footer.site-footer .footer-cookie-settings {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  padding: 0 0 0 10px;
  color: #aeb8c7;
  background: transparent;
  border: 0;
  border-left: 1px solid #677487;
  font: inherit;
  cursor: pointer;
}

/* The footer already exposes consent preferences on every public page. Hide
 * the duplicate fixed trigger, which otherwise obscures page controls. */
html body[class] .tongyi-cookie-settings {
  display: none !important;
}

html body[class] .site-footer.site-footer .footer-bottom nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

html body[class] .site-footer.site-footer .footer-cookie-settings::before {
  content: none;
}

html body[class] .site-footer.site-footer .footer-cookie-settings:hover,
html body[class] .site-footer.site-footer .footer-cookie-settings:focus-visible {
  color: #fff;
}

html body[class] .site-footer.site-footer .footer-cookie-settings:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .35);
  outline-offset: 3px;
}

/* Mobile interaction targets: preserve compact typography while giving
 * frequently repeated navigation and card actions a reliable 44px hit area. */
@media (max-width: 760px) {
  html body[class] .site-header.site-header .brand,
  html body[class] .site-breadcrumbs a,
  html body[class] .site-footer.site-footer .footer-column > a,
  html body[class] .site-footer.site-footer .footer-menu a,
  html body[class] .site-footer.site-footer .footer-contact > a,
  html body[class] .site-footer.site-footer .footer-contact-line a,
  html body[class] .site-footer.site-footer .footer-legal-menu a,
  html body[class] main .solution-text-link,
  html body[class] main .solution-category-card h3 a,
  html body[class] main .solution-industry-card h3 a,
  html body[class] main .solution-case-card h3 a,
  html body[class] main .solution-equipment-copy h3 a,
  html body[class] main .industry-card__count,
  html body[class] main .industry-card__action,
  html body[class] main .case-text-link,
  html body[class] main .case-introduction__links a,
  html body[class] main .case-study-card__footer a,
  html body[class] main .case-industry-grid article > a:last-child,
  html body[class] main .case-section-header > a,
  html body[class] main .content-card-body h3 a {
    min-height: 44px !important;
    display: inline-flex;
    align-items: center;
  }
}
