/* Always fill the viewport. Legacy main.css sets --content-width: 90vw below 1280px
   and body { width:100vw }, which leaves a light strip beside header/hero. */
html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
}

/* Home: paint the canvas navy so any edge gap matches the hero (not white). */
html:has(body.home-page),
body.home-page,
body.home-page.full-screen-mode,
html.full-screen-mode:has(body.home-page) {
  background-color: #071a36 !important;
  background-image: none !important;
}
#header,
#header .header,
.home-page,
.screen-lists,
.screen-wrapper,
.scene-slot,
.home-page .home-banner,
.home-page .home-banner .h_100vh {
  width: 100% !important;
  max-width: 100% !important;
}
#header .cover,
.header .cover {
  width: 100% !important;
  max-width: 100% !important;
}
@media (max-width: 1100px) {
  :root {
    --content-width: 100% !important;
    --body-width: 100% !important;
  }
}

@media (min-width: 1101px) {
  :root {
    --site-gutter: clamp(32px, 4.5vw, 72px);
    --site-max: min(1440px, calc(100% - 2 * clamp(32px, 4.5vw, 72px)));
    --padding-lr: clamp(32px, 4.5vw, 72px);
    --page-pad-x: clamp(32px, 4.5vw, 72px);
    --content-width: min(1440px, calc(100% - 2 * clamp(32px, 4.5vw, 72px)));
    --body-width: 100%;
  }

  #header.header-home,
  #header.header-home.active,
  #header.header-home.open,
  #header:not(.header-home) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #header.header-home .header-cot,
  #header:not(.header-home) .header-cot,
  #footer .footer-top,
  #footer .center,
  #footer .bottom-cont,
  .page-wrap,
  .about-container,
  .home-page .about .capability-shell,
  .home-page .product .fw-box .center,
  .home-page .product .center,
  .home-page .join .join-layout,
  .storage-page-lead,
  .Product_service .bottom2,
  .Product_service #cont1 .content .cp1 {
    width: var(--site-max) !important;
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /* Parent sections already get --padding-lr / --site-gutter. Do not add a second inset. */
  .home-page .join .jrwm-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-page .about,
  .home-page .product .fw-box,
  .home-page .join .jrwm-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-page .home-banner .swiper-slide .text {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: max(var(--site-gutter), calc((100% - 1440px) / 2)) !important;
    padding-right: max(var(--site-gutter), calc((100% - 1440px) / 2)) !important;
    box-sizing: border-box !important;
  }

  .home-page .home-banner .swiper-slide .text > .title,
  .home-page .home-banner .swiper-slide .text > .hero-lead {
    width: min(760px, 100%) !important;
    max-width: 100% !important;
  }

  .home-page .home-banner .hero-scroll-rail {
    left: max(18px, var(--site-gutter)) !important;
  }

  .page-banner.banner-sub h1,
  .page-banner.banner-sub .breadcrumb {
    left: max(var(--site-gutter), calc((100% - 1440px) / 2)) !important;
    max-width: min(1440px, calc(100% - 2 * var(--site-gutter))) !important;
  }

  .page-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-overview__grid,
  .about-intro__grid {
    grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr) !important;
    gap: clamp(32px, 5vw, 72px) !important;
  }

  .about-offices__grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) !important;
    gap: clamp(32px, 5vw, 72px) !important;
  }

  .home-page .about .capability-panel {
    width: min(670px, 100%) !important;
    max-width: 100% !important;
  }

  .home-page .join .join-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr) !important;
  }

  .home-page .join .join-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .home-page .join .join-metrics span {
    white-space: normal !important;
  }

  .home-page .product .fw-box .center .content .box .da .left {
    max-width: min(58%, 100%) !important;
    min-width: 0 !important;
  }
}

@media (max-width: 800px) {
  html,
  body {
    overflow-x: clip;
  }

  :root {
    --text-display: clamp(28px, 8vw, 36px);
    --text-h1: clamp(26px, 7.2vw, 32px);
    --text-h2: clamp(24px, 6.4vw, 30px);
    --text-h3: clamp(17px, 4.6vw, 20px);
    --text-lead: 16px;
    --text-body: 15px;
    --text-meta: 13px;
    --leading-display: 1.2;
    --leading-heading: 1.28;
    --leading-body: 1.8;
    --page-pad-x: 20px;
    --content-width: 100%;
    --body-width: 100%;
    --padding-lr: 20px;
  }

  html,
  body,
  #header,
  #header .header,
  #header .header-cot,
  .home-page,
  .screen-lists,
  .screen-wrapper,
  .scene-slot,
  .home-page .home-banner,
  .home-page .home-banner .h_100vh,
  .home-page .home-banner .swiper,
  .home-page .home-banner .swiper-wrapper,
  .home-page .home-banner .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  #header.header-home .header-cot,
  #header:not(.header-home) .header-cot {
    width: 100% !important;
  }

  .home-page .home-banner,
  .home-page .home-banner .h_100vh {
    padding: 0 !important;
    overflow: hidden !important;
    background: #071a36 !important;
  }

  .home-page .home-banner .swiper-slide {
    position: relative !important;
    overflow: hidden !important;
    background: #071a36 !important;
  }

  .home-page .home-banner .swiper-slide > img,
  .home-page .home-banner .swiper-slide > video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: none !important;
  }

  .home-page .home-banner .hero-scrim {
    display: none !important;
  }

  .home-page .home-banner .swiper-slide::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background: linear-gradient(
      180deg,
      rgba(7, 22, 47, 0.22) 0%,
      rgba(7, 22, 47, 0.12) 40%,
      rgba(7, 22, 47, 0.48) 100%
    ) !important;
  }

  .home-page .home-banner .swiper-slide .text {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 96px 20px 72px !important;
    background: none !important;
    filter: none !important;
  }

  .page-banner.banner-sub {
    height: auto !important;
    min-height: 180px !important;
    max-height: none !important;
    padding: 76px 20px 22px !important;
  }
  .page-banner.banner-sub h1 {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    max-width: 100% !important;
    width: auto !important;
    font-size: var(--text-display) !important;
    line-height: 1.22 !important;
    letter-spacing: -0.03em !important;
    text-wrap: wrap;
  }
  .page-banner.banner-sub .breadcrumb {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    margin-top: 10px !important;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .page-wrap {
    width: calc(100% - 32px) !important;
    padding: 40px 0 56px !important;
  }
  .page-wrap .page-h2,
  .page-wrap h2,
  .page-wrap > .page-block h2 {
    font-size: var(--text-h2) !important;
    line-height: var(--leading-heading) !important;
    letter-spacing: -0.03em !important;
    max-width: 18em;
  }
  .page-wrap .page-h3,
  .page-wrap h3,
  .page-wrap > .page-block h3 {
    font-size: var(--text-h3) !important;
    line-height: 1.35 !important;
  }
  .page-wrap > .page-block h3::before {
    display: none !important;
  }
  .page-lead,
  .page-body,
  .page-wrap :is(p.page-body, li),
  .job-item-main small {
    max-width: none !important;
    font-size: var(--text-body) !important;
    line-height: 1.85 !important;
    letter-spacing: 0.02em !important;
    font-weight: 400 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    text-align: justify !important;
    text-align-last: left !important;
    text-justify: inter-ideograph !important;
  }
  .page-wrap > .page-block,
  .page-wrap .page-block,
  .product-item {
    min-height: 0 !important;
    margin-top: 20px !important;
    padding: 22px 18px 24px !important;
  }
  .page-wrap > .page-block::before,
  .page-wrap .page-block::before {
    top: 10px !important;
    right: 12px !important;
    font-size: 42px !important;
  }
  .page-wrap > .page-block::after {
    display: none;
  }
  .page-block--media .page-block-photo {
    border-radius: 8px;
  }
  .growth-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-top: 18px !important;
  }
  .job-item-main b {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  .about-container {
    width: calc(100% - 32px) !important;
  }
  .about-section {
    padding: 48px 0 !important;
  }
  .about-copy h2,
  .about-heading h2,
  .about-contact h2 {
    font-size: var(--text-h2) !important;
    line-height: 1.28 !important;
  }
  .about-en,
  .about-lead,
  .about-body {
    max-width: none !important;
  }
  .about-lead,
  .about-body,
  .about-talent__card p {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }
  .about-capabilities,
  .about-talent__grid,
  .about-milestones {
    grid-template-columns: 1fr !important;
  }
  .about-capability {
    min-height: 0 !important;
    padding: 18px 16px !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
  }
  .about-capability span {
    font-size: 13px !important;
    line-height: 1.7 !important;
    max-width: none !important;
  }
  .about-talent__card {
    min-height: 0 !important;
    padding: 20px !important;
  }
  .about-map__stops {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .about-map__pin {
    white-space: nowrap;
    max-width: 100%;
  }

  .storage-page-lead {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin: 28px auto 0 !important;
    padding: 0 0 24px !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
  }
  body.Product_service #cont1 .content,
  body.Product_service #cont1 .content2-2,
  body.Product_service #cont1 .content3 {
    padding: 40px 20px !important;
  }
  body.Product_service #cont1 .content .cp1 .test .name {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  body.Product_service #cont1 .content .cp1 .test .english,
  body.Product_service #cont1 .content .cp1 .test .english p {
    font-size: 24px !important;
    line-height: 1.28 !important;
    margin: 12px 0 16px !important;
  }
  body.Product_service #cont1 .content .cp1 .test .tests {
    font-size: 15px !important;
    line-height: 1.8 !important;
    max-width: none !important;
    margin-top: 0 !important;
  }
  body.Product_service #cont1 .content:not(.product-line) .cp1 .test .icon {
    column-count: 1 !important;
    margin: 8px 0 20px !important;
  }
  body.Product_service #cont1 .content:not(.product-line) .cp1 .test .icon div {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 10px 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }
  body.Product_service #cont1 .content .but .kp {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  body.Product_service #cont1 .content .but .kp div {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  body.Product_service #cont1 .content .but .kp div p {
    font-size: 15px !important;
    font-weight: 400 !important;
  }
  body.Product_service .bottom2 {
    width: calc(100% - 32px) !important;
    padding: 36px 0 48px !important;
  }
  body.Product_service .bottom2 .wz {
    width: 100% !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
  }
  .product-line-cta {
    width: 100%;
    justify-content: center;
  }

  body.home-page .home-banner .swiper-slide .text .hero-lead .content,
  body.home-page .home-banner .swiper-slide .text .content,
  body.home-page .product .product-lead,
  body.home-page .about .capability-copy,
  body.home-page .join .join-copy {
    font-size: 15px !important;
    line-height: 1.75 !important;
    max-width: none !important;
  }
  body.home-page .product .product-intro .title,
  body.home-page .about .capability-panel h2,
  body.home-page .join .join-main h2 {
    font-size: clamp(26px, 7vw, 32px) !important;
    line-height: 1.25 !important;
  }

  .cookie-box .cookie .width {
    width: calc(100% - 24px) !important;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  body:has(.cookie-box) {
    padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px));
  }
}

@media (min-width: 481px) and (max-width: 800px) {
  body.Product_service #cont1 .content .but .kp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .about-talent__grid,
  .about-milestones {
    grid-template-columns: 1fr 1fr !important;
  }
}

/*
 * Header / homepage glass ownership moved to home-glass.css (loaded last).
 * Keep only non-glass layout hooks here to avoid competing blur recipes.
 */
#header .header,
#header.header-home .header,
#header.header-home.active .header,
#header.header-home.open .header,
#header:not(.header-home) .header {
  background: transparent;
}

/* Soft translucent surfaces for inner pages — no competing blur stack. */
:root {
  --glass-light: rgba(248, 252, 255, 0.78);
  --glass-light-strong: rgba(248, 252, 255, 0.84);
  --glass-dark: rgba(6, 18, 38, 0.64);
  --glass-dark-strong: rgba(6, 18, 38, 0.72);
  --glass-stroke-light: rgba(255, 255, 255, 0.45);
  --glass-stroke-dark: rgba(255, 255, 255, 0.16);
  --glass-filter: blur(20px) saturate(148%);
  --glass-blue: var(--glass-dark);
  --glass-blue-strong: var(--glass-dark-strong);
  --glass-white: var(--glass-light);
  --glass-white-strong: var(--glass-light-strong);
  --glass-blue-soft: var(--glass-light);
  --glass-line: var(--glass-stroke-light);
  --glass-line-cool: rgba(186, 208, 232, 0.45);
  --glass-blur: var(--glass-filter);
}

body.about,
.about-page {
  background-color: #e8f1fa !important;
  background-image:
    radial-gradient(900px 420px at 8% -8%, rgba(72, 140, 220, 0.22), transparent 58%),
    radial-gradient(700px 380px at 100% 12%, rgba(30, 82, 168, 0.1), transparent 52%);
}

/* Inner-page panels: soft translucent fill, no blur (homepage glass is in home-glass.css). */
.page-wrap > .page-block,
.page-wrap .page-block,
.page-panel,
.contact-form,
.growth-card,
.about-capability,
.about-talent__card,
.about-map {
  background: rgba(248, 252, 255, 0.92) !important;
  border: 1px solid rgba(186, 208, 232, 0.45) !important;
  box-shadow: 0 14px 36px rgba(15, 40, 80, 0.07) !important;
  border-radius: 18px !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.page-wrap > .page-block,
.page-wrap .page-block,
.page-wrap > .page-block:nth-of-type(3n+2),
.page-wrap > .page-block:nth-of-type(3n+3) {
  border-top: 1px solid rgba(186, 208, 232, 0.45) !important;
}

.home-page .about .capability-kicker {
  color: #135fc5 !important;
}
.home-page .about .capability-rule {
  background: #3a7ff2 !important;
}

.home-page .product .product-tags span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(190, 220, 255, 0.35) !important;
  border-radius: 999px !important;
  color: #e8f2ff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.page-tag,
.about-office-list span,
.about-map__pin {
  background: rgba(248, 252, 255, 0.94) !important;
  border: 1px solid rgba(186, 208, 232, 0.55) !important;
  color: #163e72 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.contact-form input,
.contact-form textarea {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(186, 208, 232, 0.55) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.job-filter button {
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  color: #657286 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.job-filter button.active,
.job-filter button:hover {
  background: transparent !important;
  color: #102d52 !important;
  border-bottom-color: #163e72 !important;
}

.Product_service #cont1 .content .cp1 .image,
.Product_service #cont1 .content .but .kp div {
  background: #e8eef6 !important;
  border: 0;
}

.Product_service .bottom2 {
  background: transparent;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

@media (prefers-reduced-transparency: reduce) {
  .page-wrap > .page-block,
  .contact-form,
  .growth-card,
  .about-capability,
  .about-talent__card,
  .home-page .about .capability-panel,
  .home-page .join .join-layout {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

/* Hero: stop title/lead/rail from colliding; loosen squeezed tracking. */
.home-page .home-banner .swiper-slide .text {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
}
.home-page .home-banner .hero-kicker {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 18px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}
.home-page .home-banner .hero-kicker i {
  flex: 0 0 28px !important;
}
.home-page .home-banner .swiper-slide .text > .title {
  position: relative !important;
  display: block !important;
  width: auto !important;
  max-width: min(18ch, 100%) !important;
  margin: 0 0 22px !important;
  padding-bottom: 18px !important;
  font-size: clamp(48px, 5.4vw, 88px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.14 !important;
  white-space: nowrap !important;
}
.home-page .home-banner .title-accent {
  bottom: 0 !important;
}
.home-page .home-banner .swiper-slide .text > .hero-lead {
  position: relative !important;
  display: block !important;
  width: min(42em, 100%) !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.home-page .home-banner .swiper-slide .text .hero-en {
  margin: 0 0 10px !important;
  letter-spacing: 0.02em !important;
  line-height: 1.7 !important;
}
.home-page .home-banner .swiper-slide .text .content {
  max-width: 36em !important;
  margin: 0 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.85 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
.home-page .home-banner .hero-ctas {
  position: relative !important;
  margin-top: 28px !important;
}
.home-page .home-banner .hero-scroll-rail {
  left: 18px !important;
  z-index: 4 !important;
}
.home-page .home-banner .hero-scroll-rail p {
  letter-spacing: 0.32em !important;
  line-height: 1.45 !important;
}
@media (min-width: 1101px) {
  .home-page .home-banner .swiper-slide .text {
    padding-left: calc(max(var(--site-gutter), calc((100% - 1440px) / 2)) + 52px) !important;
  }
}

/* —— 核心能力：全幅垫图 + 左文右图 —— */
.home-page .about,
.home-page .about.h_100vh,
.home-page .about .capability-shell {
  height: auto !important;
  min-height: 0 !important;
  background-color: transparent !important;
}
.home-page .about,
.home-page .about.h_100vh {
  position: relative !important;
  overflow: hidden !important;
  padding: 88px max(32px, var(--padding-lr)) !important;
  /* Soft amber fallback; photo lives on ::before so panels stay sharp */
  background-color: #2a2214 !important;
  background-image: none !important;
}
/* Blurred yellow fab backdrop — do not blur .capability-panel / .capability-visual */
.home-page .about::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(100deg, rgba(6, 18, 38, 0.72) 0%, rgba(6, 18, 38, 0.38) 52%, rgba(6, 18, 38, 0.24) 100%),
    url("/assets/xinluda/home/capability-bg.jpg") center / cover no-repeat !important;
  filter: blur(16px) !important;
  transform: scale(1.1) !important;
  transform-origin: center center !important;
}
.home-page .about .capability-shell {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr) !important;
  gap: 24px !important;
  align-items: stretch !important;
  width: min(1440px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: none !important;
  background-image: none !important;
}
.home-page .about .capability-panel,
.home-page .about .capability-visual {
  position: relative !important;
  z-index: 1 !important;
  filter: none !important;
}
.home-page .about .capability-panel {
  width: auto !important;
  max-width: none !important;
  padding: 40px 36px 32px !important;
  /* glass fill owned by home-glass.css */
}
.home-page .about .capability-panel::before {
  display: none !important;
}
.home-page .about .capability-copy {
  max-width: none !important;
  width: 100% !important;
  overflow: visible;
}
.home-page .about .capability-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(3, 20, 48, 0.22);
}
.home-page .about .capability-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .about .capability-metrics {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 18px 8px 16px !important;
  /* glass fill owned by home-glass.css */
}
.home-page .about .capability-metrics div {
  padding: 0 12px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.home-page .about .capability-metrics div:last-child {
  border-right: 0;
}
.home-page .about .capability-metrics b {
  color: #fff !important;
}
.home-page .about .capability-metrics small {
  color: rgba(210, 226, 248, 0.82) !important;
}

/* —— 以芯载智：全幅垫图 + 双栏导语 + 三卡产品台 —— */
.home-page .product,
.home-page .product .fw-box {
  height: auto !important;
  min-height: 0 !important;
}
.home-page .product {
  position: relative !important;
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(6, 16, 36, 0.82) 0%, rgba(6, 16, 36, 0.7) 42%, rgba(6, 16, 36, 0.88) 100%),
    url("/assets/xinluda/home/physical-ai-bg.jpg?v=37") center / cover no-repeat !important;
}
.home-page .product::before {
  display: none !important;
}
.home-page .product .fw-box {
  position: relative !important;
  padding: 96px max(32px, var(--padding-lr)) 88px !important;
  background: none !important;
}
.home-page .product .center {
  width: min(1440px, 100%) !important;
}
.home-page .product .product-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.72fr) !important;
  gap: 36px 48px !important;
  align-items: end !important;
  max-width: none !important;
}
.home-page .product .product-kicker {
  margin: 0 0 10px !important;
  color: #8eb8f0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
}
.home-page .product .product-intro .title {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(34px, 3.4vw, 56px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0.01em !important;
}
.home-page .product .product-lead,
.home-page .product .product-intro .product-lead {
  max-width: 46em !important;
  margin: 16px 0 0 !important;
  color: rgba(223, 236, 255, 0.82) !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.home-page .product .product-intro-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 4px;
}
.home-page .product .product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.home-page .product .product-meta {
  margin-top: 0 !important;
}
.home-page .product-stage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}
.home-page .product-stage-card {
  position: relative;
  display: flex;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(150, 196, 255, 0.28);
  border-radius: 14px;
  background-color: #0a1d3a;
  background-position: center;
  background-size: cover;
  box-shadow: 0 16px 40px rgba(2, 12, 28, 0.28);
}
/* Product card tray/scrim owned by home-glass.css — keep only structural shell here */
.home-page .product-stage-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  padding: 24px 22px 22px;
  color: #fff;
}
.home-page .product-stage-card h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.home-page .product-stage-card h3 a {
  color: inherit;
}
.home-page .product-stage-card p {
  margin: 0;
  color: rgba(223, 236, 255, 0.78);
  font-size: 14px;
  line-height: 1.65;
}
.home-page .product-stage-card__feats {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  margin-top: 6px;
  min-height: 30px;
  min-width: 0;
}
.home-page .product-stage-card__feats span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 1 auto;
  min-width: 0;
  min-height: 28px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: clamp(11px, 2.8vw, 12px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: center;
}

/* Tablet side-by-side tray (768–1199): stack pills; ≤767 owned by home-glass row */
@media (max-width: 1199px) and (min-width: 768px) {
  .home-page .product-stage-card__feats {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 6px;
    min-height: 0;
  }
  .home-page .product-stage-card__feats span {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .home-page .product,
  .home-page .product.h_100vh,
  .home-page .product .fw-box,
  .home-page .product .fw-box .center {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  .home-page .product .fw-box .center {
    overflow: visible !important;
  }

  .home-page .product .fw-box {
    padding: 64px 16px 56px !important;
  }

  .home-page .product-stage {
    gap: 12px;
    margin-top: 28px;
  }

  .home-page .product-stage-card {
    min-height: 280px;
  }

  .home-page .product-stage-card__body {
    max-height: none;
    overflow: visible;
  }

  .home-page .product-stage-card__feats {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    min-height: 0;
  }

  .home-page .product-stage-card__feats span {
    flex: 0 1 auto;
    min-height: 24px;
    padding: 3px 8px;
    font-size: 10px;
  }

  .home-page .about.h_100vh,
  .home-page .join.h_100vh {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
}
.home-page .product-stage-card__feats img {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.home-page .product-stage-card .product-card-link {
  align-self: flex-start;
  margin-top: 8px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
}
.home-page .product .fw-box .center .content {
  display: none !important;
}

@media (max-width: 1100px) {
  .home-page .about .capability-shell,
  .home-page .product .product-intro,
  .home-page .product-stage,
  .home-page .join .join-layout,
  .home-page .join .join-actions,
  .home-page .join .join-metrics {
    grid-template-columns: 1fr !important;
  }
  .home-page .about .capability-visual,
  .home-page .join .join-visual {
    min-height: 280px;
  }
  .home-page .product-stage-card {
    min-height: 320px;
  }
  .home-page .join .join-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* —— 关于芯路达：全幅垫图 + 左文右图 + 底部入口 —— */
.home-page .join,
.home-page .join.h_100vh,
.home-page .join .jrwm-box {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}
.home-page .join {
  position: relative !important;
  padding: 0 !important;
  background:
    linear-gradient(100deg, rgba(8, 22, 44, 0.72) 0%, rgba(8, 22, 44, 0.38) 55%, rgba(8, 22, 44, 0.22) 100%),
    url("/assets/xinluda/home/about-section-bg.jpg") center / cover no-repeat !important;
}
.home-page .join .join-shell,
.home-page .join .jrwm-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100% !important;
  padding: 88px max(32px, var(--padding-lr)) 80px !important;
  background: none !important;
  background-image: none !important;
}
.home-page .join .join-layout,
.home-page .join .join-actions {
  flex: 0 0 auto !important;
  align-self: center !important;
  width: min(1440px, 100%) !important;
  max-width: 1440px !important;
}
.home-page .join .join-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr) !important;
  gap: 24px !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}
.home-page .join .join-main {
  padding: 40px 36px 32px !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 14px !important;
  background: rgba(248, 252, 255, 0.9) !important;
  box-shadow: 0 18px 48px rgba(3, 20, 48, 0.16) !important;
  backdrop-filter: blur(16px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
}
.home-page .join .join-kicker {
  margin: 0 0 8px !important;
  color: #146dc6 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
}
.home-page .join .join-main h2 {
  margin: 0 !important;
  color: #132033 !important;
  font-size: clamp(34px, 3.2vw, 52px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0.01em !important;
}
.home-page .join .join-en {
  margin: 8px 0 0 !important;
  color: #7a8696 !important;
  letter-spacing: 0.18em !important;
}
.home-page .join .join-copy {
  max-width: none !important;
}
.home-page .join .join-copy p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.home-page .join .join-copy p + p {
  -webkit-line-clamp: 3;
}
.home-page .join .join-offices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.home-page .join .join-offices span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #e8f1fb;
  color: #146dc6;
  font-size: 12px;
  font-weight: 600;
}
.home-page .join .join-feature {
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(15, 40, 80, 0.08) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.home-page .join .join-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(3, 20, 48, 0.22);
}
.home-page .join .join-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .join .join-metrics {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 16px 6px 14px !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(8, 22, 44, 0.72) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.home-page .join .join-metrics div {
  padding: 0 8px !important;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
}
.home-page .join .join-metrics div:last-child {
  border-right: 0 !important;
}
.home-page .join .join-metrics b {
  color: #fff !important;
  font-size: 20px !important;
}
.home-page .join .join-metrics span {
  color: rgba(210, 226, 248, 0.82) !important;
  white-space: normal !important;
  font-size: 11px !important;
}
.home-page .join .join-actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 16px auto 0 !important;
}
.home-page .join .join-action {
  display: flex !important;
  align-items: center !important;
  min-height: 72px !important;
  padding: 14px 18px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(12px);
}

@media (max-width: 1100px) {
  .home-page .about .capability-shell,
  .home-page .product .product-intro,
  .home-page .product-stage,
  .home-page .join .join-layout,
  .home-page .join .join-actions {
    grid-template-columns: 1fr !important;
  }
  .home-page .join .join-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .home-page .join .join-visual,
  .home-page .about .capability-visual {
    min-height: 280px !important;
    height: 320px !important;
  }
}

/* —— 产品线页：浅 / 深蓝穿插，双栏留白，规格胶囊，应用四卡 —— */
.Product_service #cont1 .content.product-line {
  padding: 72px 0 80px !important;
  background: #f6f8fb !important;
  background-image: none !important;
}
.Product_service #cont1 .content.product-line:nth-child(even) {
  background: #0c2248 !important;
  background-image: none !important;
}
.Product_service #cont1 .content.product-line + .content.product-line {
  border-top: 0;
}
.Product_service #cont1 .content.product-line .cp1,
.Product_service #cont1 .content.product-line .but {
  display: grid !important;
  width: min(1440px, calc(100% - 2 * max(24px, var(--padding-lr, 32px)))) !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.Product_service #cont1 .content.product-line .cp1 {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr) !important;
  gap: 48px 56px !important;
  align-items: stretch !important;
  justify-content: unset !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.Product_service #cont1 .content.product-line .cp1 .test {
  width: auto !important;
  max-width: 38em !important;
  height: auto !important;
  align-self: start !important;
  padding: 4px 0 0 !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.Product_service #cont1 .content.product-line .name {
  color: #146dc6 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.Product_service #cont1 .content.product-line .english,
.Product_service #cont1 .content.product-line .english p {
  margin-top: 12px !important;
  color: #132033 !important;
  font-size: clamp(28px, 2.6vw, 40px) !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
}
.Product_service #cont1 .content.product-line .tests {
  margin-top: 18px !important;
  color: #3a4d63 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  max-width: 38em !important;
}
.Product_service #cont1 .content.product-line .icon {
  display: flex !important;
  flex-wrap: wrap !important;
  column-count: unset !important;
  gap: 8px !important;
  width: auto !important;
  margin-top: 24px !important;
}
.Product_service #cont1 .content.product-line .icon div {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-height: 36px;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 999px;
  background: #e8f1fb;
  color: #146dc6 !important;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}
.Product_service #cont1 .content.product-line .icon div img {
  width: 16px !important;
  height: 16px !important;
  margin: 0 8px 0 0 !important;
  filter: none !important;
  opacity: 1 !important;
}
.Product_service #cont1 .content.product-line .cp1 .image {
  position: relative;
  align-self: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  overflow: hidden;
  border-radius: 14px !important;
  background: #e8eef6 !important;
  box-shadow: none;
}
.Product_service #cont1 .content.product-line .cp1 .image img {
  position: absolute !important;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover;
}
.Product_service #cont1 .content.product-line .but {
  margin-top: 40px !important;
  margin-bottom: 0 !important;
}
.Product_service #cont1 .content.product-line .but-title {
  margin: 0 0 16px !important;
  color: #132033 !important;
  font-size: 15px !important;
  font-weight: 650 !important;
}
.Product_service #cont1 .content.product-line:nth-child(even) .name {
  color: #8eb8f0 !important;
}
.Product_service #cont1 .content.product-line:nth-child(even) .english,
.Product_service #cont1 .content.product-line:nth-child(even) .english p,
.Product_service #cont1 .content.product-line:nth-child(even) .but-title {
  color: #fff !important;
}
.Product_service #cont1 .content.product-line:nth-child(even) .tests {
  color: rgba(232, 241, 255, 0.82) !important;
}
.Product_service #cont1 .content.product-line:nth-child(even) .icon div {
  background: rgba(255, 255, 255, 0.1);
  color: #d6e8ff !important;
}
.Product_service #cont1 .content.product-line:nth-child(even) .icon div img {
  filter: brightness(0) invert(1) !important;
  opacity: 0.92 !important;
}
.Product_service #cont1 .content.product-line:nth-child(even) .cp1 .image {
  background: rgba(255, 255, 255, 0.06) !important;
}
.Product_service #cont1 .content.product-line .kp {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
.Product_service #cont1 .content.product-line .kp div {
  position: relative;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 16 / 10;
}
.Product_service #cont1 .content.product-line .kp div p {
  left: 50% !important;
  text-align: center;
  transform: translate(-50%, -50%);
}

@media (max-width: 1100px) {
  .Product_service #cont1 .content.product-line {
    padding: 56px 0 64px !important;
  }
  .Product_service #cont1 .content.product-line .cp1 {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .Product_service #cont1 .content.product-line .cp1 .image {
    min-height: 240px !important;
    aspect-ratio: 16 / 10;
  }
  .Product_service #cont1 .content.product-line .kp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

body.Product_service,
body.Product_service #main {
  background: #f6f8fb !important;
}
.Product_service .storage-page-lead {
  width: min(1440px, calc(100% - 2 * max(24px, var(--padding-lr, 32px)))) !important;
  max-width: 1440px !important;
  margin: 40px auto 0 !important;
  padding: 0 0 8px !important;
  background: transparent !important;
  text-align: justify !important;
  text-align-last: left !important;
  text-justify: inter-ideograph !important;
}
.Product_service .product-consult {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 64px max(24px, var(--padding-lr, 32px)) 88px !important;
  background: #f6f8fb !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.Product_service .product-consult__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px 40px;
  width: min(1440px, 100%);
  max-width: 1440px;
  margin: 0 auto;
}
.Product_service .product-consult p,
.Product_service .product-consult .wz {
  margin: 0;
  width: auto !important;
  max-width: 46em;
  color: #3a4d63 !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
}
.Product_service .product-consult .product-line-cta,
.Product_service .product-line-cta {
  flex: 0 0 auto;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #146dc6 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.Product_service .product-consult .product-line-cta:hover,
.Product_service .product-line-cta:hover {
  background: #0f5aa8 !important;
  border: 0 !important;
}

@media (max-width: 800px) {
  .Product_service .product-consult {
    padding: 40px 20px 56px !important;
  }
  .Product_service .product-consult__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .Product_service .product-consult .product-line-cta {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
 * Site-wide CTAs: solid #146dc6 / white outline. No navy glass.
 * Loaded last so it wins over globals + earlier glass rules.
 * ============================================================ */
:root {
  --btn-h: 46px;
  --btn-h-sm: 40px;
  --btn-radius: 999px;
  --btn-px: 22px;
  --btn-primary: #146dc6;
  --btn-primary-hover: #0f5aa3;
}

.ui-button,
.ui-button--primary,
.ui-button--ghost,
.ui-button--outline,
.ui-button--sm,
.page-card-action,
.home-page .home-banner .hero-ctas a,
.home-page .product .product-cta a,
.home-page .product .product-card-link,
.home-page .about .capability-cta,
.contact-form-submit,
.product-line-cta,
.about-contact__button,
#header .header-contact,
#header.header-home .header-contact,
#header:not(.header-home) .header-contact,
.cookie-box .cookie .width .bbtn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: var(--btn-h) !important;
  padding: 0 var(--btn-px) !important;
  border-radius: var(--btn-radius) !important;
  border-width: 1px !important;
  border-style: solid !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  overflow: hidden;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ui-button,
.ui-button--primary,
.page-card-action,
.home-page .home-banner .hero-ctas .cta-primary,
.home-page .product .product-cta a,
.home-page .about .capability-cta,
.contact-form-submit,
.product-line-cta,
.about-contact__button,
.cookie-box .cookie .width .bbtn:not(.close) {
  background: var(--btn-primary) !important;
  border-color: var(--btn-primary) !important;
  color: #fff !important;
}

.ui-button:hover,
.ui-button--primary:hover,
.page-card-action:hover,
.home-page .home-banner .hero-ctas .cta-primary:hover,
.home-page .product .product-cta a:hover,
.home-page .about .capability-cta:hover,
.contact-form-submit:hover,
.product-line-cta:hover,
.about-contact__button:hover,
.cookie-box .cookie .width .bbtn:not(.close):hover {
  background: var(--btn-primary-hover) !important;
  border-color: var(--btn-primary-hover) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.ui-button--ghost,
.home-page .home-banner .hero-ctas .cta-secondary,
.home-page .product .product-card-link,
#header .header-contact,
#header.header-home .header-contact,
#header:not(.header-home) .header-contact,
.cookie-box .cookie .width .bbtn.close {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  color: #fff !important;
}

.ui-button--ghost:hover,
.home-page .home-banner .hero-ctas .cta-secondary:hover,
.home-page .product .product-card-link:hover,
#header .header-contact:hover,
#header.header-home .header-contact:hover,
#header:not(.header-home) .header-contact:hover,
.cookie-box .cookie .width .bbtn.close:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #fff !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.ui-button--outline {
  background: #fff !important;
  border-color: rgba(20, 109, 198, 0.45) !important;
  color: var(--btn-primary) !important;
}

.ui-button--outline:hover {
  background: var(--btn-primary) !important;
  border-color: var(--btn-primary) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Homepage capability entry links: owned by home-glass.css */

#header .header-contact,
#header.header-home .header-contact,
#header:not(.header-home) .header-contact {
  min-height: var(--btn-h) !important;
  padding: 0 var(--btn-px) !important;
}

.ui-button--sm,
.cookie-box .cookie .width .bbtn {
  min-height: var(--btn-h-sm) !important;
  padding: 0 16px !important;
  font-size: 13px !important;
}

.cookie-box .cookie .width .bbtn {
  min-width: 88px !important;
}

.job-filter button,
.job-filter button:hover,
.job-filter button.active {
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 0 !important;
  border-width: 0 0 2px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: transparent !important;
  transform: none !important;
}

.ui-button:focus-visible,
.ui-button--primary:focus-visible,
.ui-button--ghost:focus-visible,
.ui-button--outline:focus-visible,
.ui-button--sm:focus-visible,
.home-page .home-banner .hero-ctas a:focus-visible,
.home-page .product .product-cta a:focus-visible,
.home-page .product .product-card-link:focus-visible,
.home-page .about .capability-cta:focus-visible,
.contact-form-submit:focus-visible,
.product-line-cta:focus-visible,
#header .header-contact:focus-visible,
.cookie-box .cookie .width .bbtn:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 3px;
}

.home-page .about .capability-cta:focus-visible,
.product-line-cta:focus-visible,
.contact-form-submit:focus-visible,
.page-card-action:focus-visible {
  outline-color: var(--btn-primary) !important;
}

/* Compact footer: last-wins over main.css .footer-bottom padding: 30px 0 */
#footer,
#footer .footer,
#footer .footer-bottom,
#footer .footer .footer-bottom {
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#footer .bottom-cont,
#footer .footer .footer-bottom .bottom-cont {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

#footer .footer-logo {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

@media (max-width: 768px) {
  #footer .bottom-cont,
  #footer .footer .footer-bottom .bottom-cont {
    padding-top: 16px !important;
    padding-bottom: 18px !important;
  }

  #footer .footer-logo {
    margin-bottom: 10px !important;
  }
}

/* 内页导语与后文：同栏宽、同字号，避免首行单独收窄导致换行错位 */
.page-wrap > .page-lead:first-child,
.page-wrap > .page-lead + .page-body {
  max-width: 62em !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.85 !important;
  letter-spacing: 0.02em !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
  text-align: justify !important;
  text-align-last: left !important;
  text-justify: inter-ideograph !important;
}
.page-wrap > .page-lead:first-child {
  color: #607087 !important;
}


/* product body justify; titles stay left */
@media (max-width: 800px) {
  body.Product_service .storage-page-lead,
  .Product_service .storage-page-lead,
  body.Product_service #cont1 .content.product-line .tests,
  body.Product_service #cont1 .content.product-line .cp1 .test {
    text-align: justify !important;
    text-align-last: left !important;
    text-justify: inter-ideograph !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
  body.Product_service #cont1 .content.product-line .name,
  body.Product_service #cont1 .content.product-line .english,
  body.Product_service #cont1 .content.product-line .english p {
    text-align: left !important;
    text-align-last: left !important;
    text-justify: auto !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
  body.Product_service .storage-page-lead {
    margin-top: 28px !important;
    padding-bottom: 24px !important;
  }
  body.Product_service #cont1 .content.product-line .icon {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
}


/* product-pill-wrap-fix */
@media (max-width: 800px) {
  body.Product_service #cont1 .content.product-line .icon div.product-pill,
  body.Product_service #cont1 .content.product-line .icon .product-pill,
  body.Product_service #cont1 .content.product-line .icon > div {
    flex: 0 1 auto !important;
    max-width: calc(100% - 4px) !important;
    white-space: normal !important;
    text-align: left !important;
  }
}
