:root {
  --red: #d71920;
  --red-dark: #a80f16;
  --brand-blue: #1d78ff;
  --ink: #1e242b;
  --muted: #5d6670;
  --line: #d8dde3;
  --soft: #f3f5f7;
  --panel: #ffffff;
  --shadow: 0 10px 30px rgba(24, 31, 38, 0.12);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 200;
  transform: translateY(-160%);
  background: #fff;
  color: var(--ink);
  padding: 8px 12px;
  border: 2px solid var(--red);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 10px rgba(13, 18, 23, 0.1);
}

.utility-bar {
  background: #202429;
  color: #d9dde2;
  font-size: 12px;
}

.utility-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.utility-inner nav,
.primary-nav,
.header-actions {
  display: flex;
  align-items: center;
}

.utility-inner nav {
  gap: 18px;
}

.utility-inner a {
  color: #edf0f2;
  white-space: nowrap;
}

.utility-phone {
  color: #fff;
  font-weight: 700;
}

.brand-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.brand-inner {
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  width: 44px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.brand-word {
  font-size: 24px;
  color: #111418;
}

.primary-nav {
  align-self: stretch;
  justify-content: center;
  gap: 2px;
}

.primary-nav a {
  height: 68px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #1f252d;
  font-weight: 700;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.primary-nav a:hover,
.primary-nav a.is-hover {
  color: var(--red);
  background: #f6f7f8;
  border-color: var(--line);
}

.primary-nav a.is-current {
  color: var(--red);
  background: #f6f7f8;
  border-color: var(--line);
}

.header-actions {
  justify-content: flex-end;
  gap: 10px;
}

.icon-button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 3px;
}

.icon-button svg,
.hero-arrow svg,
.hero-thumb-arrow svg,
.hero-pause svg,
.floating-cta svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-thumb-arrow svg,
.hero-pause svg,
.floating-cta svg {
  width: 18px;
  height: 18px;
}

.hero-thumb-arrow svg {
  width: 36px;
  height: 36px;
  stroke-width: 1.4;
}

@media (max-width: 720px) {
  .floating-cta svg {
    width: 15px;
    height: 15px;
  }
}

.menu-toggle {
  display: none;
}

.mobile-search,
.mobile-phone {
  display: none;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: currentColor;
}

.quote-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  border-radius: 3px;
  white-space: nowrap;
}

.keyence-header {
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: none;
  border-bottom: 1px solid #ededed;
}

.keyence-header .container {
  width: calc(100% - 40px);
  max-width: none;
}

.keyence-header .brand-bar {
  border-bottom: 0;
}

.keyence-header .brand-inner {
  min-height: 110px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 49px 61px;
  align-items: center;
  column-gap: 34px;
  row-gap: 0;
}

.keyence-logo {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  gap: 0;
  min-width: 219px;
}

.keyence-logo img {
  width: 219px;
  height: auto;
}

.keyence-symbol {
  width: 20px;
  height: 30px;
  margin-right: 7px;
  background: #e60033;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.keyence-word {
  color: #05070a;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  transform: scaleX(1.06);
  transform-origin: left center;
}

.keyence-cn {
  margin-left: 22px;
  color: #e60033;
  font-size: 37px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.keyence-header .utility-inner {
  grid-column: 2;
  grid-row: 1;
  min-height: auto;
  justify-self: end;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  color: #242a31;
  font-size: 15px;
  line-height: 1.2;
}

.keyence-header .utility-inner a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #242a31;
  white-space: nowrap;
}

.keyence-header .utility-inner svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #565b60;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.keyence-header .header-divider {
  width: 1px;
  height: 21px;
  background: #d9d9d9;
}

.keyence-header .language-link {
  align-items: center;
}

.keyence-header .phone-link svg {
  width: 18px;
  height: 18px;
  stroke: #0b7890;
  stroke-width: 2.9;
}

.keyence-header .phone-link strong {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0;
}

.keyence-header .primary-nav {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2.4vw, 42px);
  height: 100%;
}

.keyence-header .primary-nav a {
  height: auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111820;
  font-size: clamp(16px, 1.25vw, 23px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.keyence-header .primary-nav a:hover,
.keyence-header .primary-nav a:focus-visible,
.keyence-header .primary-nav a:active,
.keyence-header .primary-nav a.is-hover {
  color: var(--brand-blue);
  background: transparent;
}

.keyence-header .primary-nav a.is-current {
  color: var(--brand-blue);
  background: transparent;
}

.nav-caret {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg);
}

.keyence-header .primary-nav a.is-hover .nav-caret {
  margin-top: 4px;
  transform: rotate(225deg);
}

@media (max-width: 1320px) {
  .keyence-header .brand-inner {
    column-gap: 24px;
  }

  .keyence-logo {
    min-width: 192px;
  }

  .keyence-logo img {
    width: 192px;
  }

  .keyence-word {
    font-size: 34px;
  }

  .keyence-cn {
    margin-left: 16px;
    font-size: 33px;
  }

  .keyence-header .utility-inner {
    gap: 10px;
    font-size: 14px;
  }

  .keyence-header .phone-link strong {
    font-size: 17px;
  }

  .keyence-header .primary-nav {
    gap: clamp(13px, 2vw, 30px);
  }

  .keyence-header .primary-nav a {
    font-size: clamp(15px, 1.15vw, 19px);
  }
}

.mega-menu {
  position: absolute;
  inset-inline: 0;
  top: 110px;
  background: #f4f4f4;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 24px rgba(18, 24, 32, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.mega-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu .mega-panel {
  display: none;
}

.mega-menu .mega-panel.is-active {
  display: grid;
}

.mega-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 176px), 176px));
  justify-content: start;
  gap: 34px;
  padding: 44px 0 48px;
}

.mega-inner a {
  display: block;
  padding: 0;
  border-bottom: 0;
  color: #343b44;
}

.download-mega-inner {
  align-items: start;
}

.mega-inner .download-tile {
  display: grid;
  grid-template-columns: minmax(0, auto) auto;
  align-items: center;
  justify-content: start;
  gap: 14px 10px;
  font-weight: 900;
}

.download-tile img {
  grid-column: 1 / -1;
  width: 100%;
  height: 70px;
  object-fit: cover;
  background: #d8e1e6;
}

.download-tile strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #242a31;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}

.download-tile span {
  grid-column: 2;
  display: inline-block;
  color: var(--red);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.download-tile:hover strong,
.download-tile:focus-visible strong {
  color: var(--brand-blue);
}

.product-mega-inner {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 188px), 188px));
  gap: 1px 0.1px;
  padding: 5px 0 42px;
}

.keyence-header #megaMenu .product-mega-inner {
  width: 1186.5px;
  max-width: calc(100% - 40px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (min-width: 1280px) {
  .keyence-header #megaMenu .product-mega-inner {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mega-inner .product-mega-tile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 0px 16px;
  min-width: 0;
  color: #242a31;
  font-weight: 900;
}

.product-mega-tile img {
  flex: 0 0 100%;
  width: 100%;
  height: 100px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: left center;
  transform: scale(0.9);
  transform-origin: left center;
  background: transparent;
}

.product-mega-tile strong {
  display: inline-block;
  flex: 0 1 auto;
  overflow: hidden;
  max-width: calc(100% - 21px);
  color: inherit;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-mega-tile span {
  flex: 0 0 auto;
  color: var(--red);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.product-mega-tile:hover strong,
.product-mega-tile:focus-visible strong {
  color: var(--brand-blue);
}

.company-mega-inner {
  align-items: start;
}

.solutions-mega-inner {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 220px));
  gap: 24px;
  align-items: start;
}

.solutions-mega-inner .company-tile-media {
  aspect-ratio: 3 / 1;
}

.mega-inner.solutions-mega-inner .company-tile {
  width: 100%;
  grid-template-columns: max-content 1fr;
}

.solutions-mega-inner .company-tile strong {
  white-space: nowrap;
}

.solutions-mega-inner .company-arrow {
  justify-self: start;
  margin-left: 10px;
}

.mega-inner .company-tile {
  display: grid;
  grid-template-columns: minmax(0, auto) auto;
  align-items: center;
  justify-content: start;
  gap: 14px 10px;
  font-weight: 900;
}

.company-tile-media {
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  aspect-ratio: 2.5 / 1;
  overflow: hidden;
  border: 1px solid #d8e1e6;
  background: #d8e1e6;
}

.company-tile-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-tile strong {
  display: inline-flex;
  align-items: center;
  color: #242a31;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}

.company-arrow {
  grid-column: 2;
  color: var(--red);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.company-tile:hover strong,
.company-tile:focus-visible strong {
  color: var(--brand-blue);
}

.industry-mega-inner {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 188px), 188px));
  gap: 24px 26px;
  padding: 38px 0 42px;
}

.mega-inner .industry-tile {
  display: grid;
  grid-template-columns: minmax(0, auto) auto;
  align-items: center;
  justify-content: start;
  gap: 12px 8px;
  min-width: 0;
  color: #242a31;
  font-weight: 900;
}

.industry-tile img {
  grid-column: 1 / -1;
  width: 100%;
  height: 66px;
  object-fit: cover;
  background: #d8e1e6;
}

.industry-tile strong {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  color: inherit;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.industry-tile span {
  grid-column: 2;
  color: var(--red);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.industry-tile:hover strong,
.industry-tile:focus-visible strong {
  color: var(--brand-blue);
}

.mobile-menu {
  display: none;
}

.search-panel {
  position: fixed;
  inset: 0;
  z-index: 160;
  background: rgba(11, 15, 20, 0.48);
  padding: 96px 16px 32px;
}

.search-card {
  position: relative;
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.search-close {
  position: absolute;
  right: 14px;
  top: 14px;
}

.search-form label {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 800;
}

.search-form div {
  display: grid;
  grid-template-columns: 1fr 118px;
  gap: 10px;
}

.search-form input,
.product-filter input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #bfc7cf;
  border-radius: 3px;
}

.search-form button {
  border: 0;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  border-radius: 3px;
}

.search-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.search-suggestions a {
  padding: 7px 11px;
  border: 1px solid var(--line);
  background: #f7f8fa;
  color: #39414b;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-top: 18px;
}

.quick-card {
  min-height: 56px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 12px;
  padding: 10px 14px;
  color: #fff;
  background: linear-gradient(90deg, #242a31, #3a424c);
  border-left: 5px solid var(--red);
}

.quick-card:nth-child(2) {
  background: linear-gradient(90deg, #5c1014, #d71920);
}

.quick-icon {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  font-weight: 800;
}

.quick-card strong,
.quick-card small {
  display: block;
}

.quick-card small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.hero {
  padding-top: 0;
}

.hero-carousel {
  width: 100%;
}

.hero-stage {
  position: relative;
  min-height: 378px;
  overflow: hidden;
  background: #111820;
}

.hero-slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.58s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.58s;
  z-index: 0;
}

.hero-slide.is-active {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.58s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.hero-slide.is-leaving {
  visibility: visible;
  transition: transform 0.58s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.hero-stage[data-direction="next"] .hero-slide {
  transform: translateX(100%);
}

.hero-stage[data-direction="next"] .hero-slide.is-leaving {
  transform: translateX(-100%);
}

.hero-stage[data-direction="prev"] .hero-slide {
  transform: translateX(-100%);
}

.hero-stage[data-direction="prev"] .hero-slide.is-leaving {
  transform: translateX(100%);
}

.hero-stage[data-direction] .hero-slide.is-active {
  transform: translateX(0);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 378px;
  object-fit: cover;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 42%, rgba(0, 0, 0, 0.08));
}

.hero-product {
  position: absolute;
  left: clamp(180px, 28vw, 560px);
  top: 5%;
  bottom: auto;
  z-index: 2;
  width: min(38.5vw, 572px);
  height: 90%;
  object-fit: contain;
  transform: translateX(-54.55%);
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  left: min(50vw, 920px);
  top: 46%;
  z-index: 2;
  width: min(42%, 560px);
  transform: translateY(-50%);
  color: #fff;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.06;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow) {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

.hero-slide--keyence::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 42%, rgba(255, 255, 255, 0.62));
}

.hero-slide--keyence .hero-copy {
  left: clamp(560px, 50vw, 980px);
  top: 45%;
  width: min(42vw, 560px);
  color: #30343a;
}

.hero-slide--keyence .hero-copy h1 {
  margin-bottom: 18px;
  color: #2f3338;
  font-size: clamp(30px, 3.1vw, 54px);
  font-weight: 900;
  line-height: 1.16;
}

.hero-slide--keyence .hero-copy h1 span {
  color: #1767ff;
}

.hero-slide--keyence .hero-copy p:not(.hero-tag) {
  margin: 0;
  color: #30343a;
  font-size: clamp(18px, 1.7vw, 30px);
  line-height: 1.35;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 30px;
  margin: 0 0 12px;
  padding: 0 16px;
  background: #e60033;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.hero-copy a,
.support-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  border-radius: 3px;
}

.hero-slide--warehouse::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 46%);
}

.hero-slide--warehouse .hero-copy {
  left: clamp(42px, 5vw, 96px);
  right: auto;
  top: 40%;
  width: min(42vw, 620px);
  color: #1f2636;
  text-align: left;
}

.hero-slide--warehouse .hero-copy h1 {
  font-size: clamp(23px, 1.56vw, 30px);
  line-height: 1.12;
  font-weight: 900;
  word-spacing: 0.55em;
  white-space: nowrap;
}

.hero-slide--warehouse .hero-copy h1 span {
  color: #1767ff;
  word-spacing: 0;
}

.hero-slide--warehouse .hero-copy p {
  margin: 0 0 18px;
  color: #2c3446;
  font-size: clamp(13px, 0.88vw, 16px);
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: clamp(18px, 2vw, 34px);
  row-gap: 0;
  width: max-content;
  max-width: 100%;
  align-items: start;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.hero-benefits li {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #2c3446;
  font-size: 11px;
  white-space: nowrap;
}

.hero-benefits svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #1767ff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-copy .hero-coupon {
  min-height: 32px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid #4b82ff;
  color: #1767ff;
  font-size: clamp(13px, 0.86vw, 16px);
  font-weight: 800;
}

.hero-slide--materials::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.34), transparent 46%);
}

.hero-slide--materials .hero-copy {
  left: clamp(72px, 8vw, 180px);
  top: 42%;
  width: min(36vw, 560px);
  color: #1f2636;
}

.hero-slide--materials .hero-copy h1 {
  position: relative;
  margin: 0 0 24px;
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.25;
  font-weight: 900;
}

.hero-slide--materials .hero-copy h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 28px;
  height: 2px;
  background: #2d7dff;
}

.hero-slide--materials .hero-copy h1 span {
  display: block;
  color: #1767ff;
}

.hero-slide--materials .hero-copy p {
  margin: 0 0 28px;
  color: #3d4658;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 800;
  letter-spacing: 0;
}

.material-features {
  display: grid;
  grid-template-columns: repeat(6, auto);
  column-gap: clamp(16px, 1.8vw, 36px);
  align-items: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.material-features li {
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #566274;
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
}

.material-features svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #2b7cff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-arrow {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 68px;
  transform: translateY(-50%);
  border: 0;
  background: rgba(0, 0, 0, 0.44);
  color: #fff;
}

.hero-prev {
  left: 0;
}

.hero-next {
  right: 0;
}

.hero-thumb-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: min(713px, 52.9vw);
  display: grid;
  grid-template-columns: 42px 1fr 42px 38px;
  align-items: center;
  gap: 4px;
  padding: 10px 12px;
  background: transparent;
}

.hero-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 4px;
}

.hero-thumb {
  position: relative;
  min-width: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  padding: 0;
  justify-self: stretch;
  overflow: hidden;
  border: 2px solid #d9d9d9;
  background: #e7eaee;
  color: #fff;
  opacity: 0.45;
  transition: border-color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.hero-thumb.is-window-hidden {
  display: none;
}

.hero-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-thumb .hero-thumb-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
}

.hero-thumb .hero-thumb-product {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 4px;
  object-fit: contain;
}

.hero-thumb span {
  display: none;
}

.hero-thumb:hover,
.hero-thumb.is-active {
  opacity: 1;
  transform: translateY(-2px);
}

.hero-thumb.is-active {
  border-color: #202833;
}

.hero-thumb-arrow,
.hero-pause {
  display: grid;
  place-items: center;
  width: 42px;
  min-height: 60px;
  border: 0;
  background: #fff;
  color: #5b646f;
}

.hero-thumb-arrow {
  background: transparent;
}

.hero-pause {
  align-self: center;
  justify-self: center;
  width: 38px;
  min-height: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  line-height: 0;
  opacity: 0.5;
}

.hero-thumb-arrow:hover,
.hero-pause:hover {
  color: #202833;
  box-shadow: none;
}

.hero-pause .play-icon {
  display: none;
}

.hero-pause.is-paused .pause-icon {
  display: none;
}

.hero-pause.is-paused .play-icon {
  display: block;
}

.hero-pause svg {
  display: block;
  margin: auto;
}

.section {
  padding: 44px 0;
}

.product-section {
  margin-top: 34px;
  background: #fff;
  border-block: 0;
}

.product-section .section-head {
  justify-content: flex-start;
  margin-bottom: 30px;
}

.product-section .section-head > div {
  display: grid;
  gap: 12px;
}

.product-section .section-head .eyebrow {
  width: 70px;
  height: 5px;
  margin: 0;
  overflow: hidden;
  color: transparent;
  background: #e60033;
}

.section-head,
.panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.section-head h2,
.panel-head h2,
.support-inner h2,
.social-section h2,
.site-footer h2 {
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0;
}

.section-head h2 {
  font-size: 30px;
}

.panel-head a {
  color: var(--red);
  font-weight: 800;
}

.product-filter {
  display: grid;
  grid-template-columns: 112px minmax(0, 420px);
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.product-filter label {
  font-weight: 800;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px 12px;
}

.product-card {
  min-height: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  background: #fff;
  border: 1px solid #cfd3d8;
  border-radius: 0;
  overflow: hidden;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: var(--red);
  box-shadow: 0 12px 24px rgba(20, 28, 36, 0.12);
}

.product-card span {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 7px 6px 8px;
  text-align: center;
}

.product-card strong,
.feature-item strong,
.resource-link span {
  display: block;
  font-size: 17px;
  line-height: 1.3;
}

.product-card small,
.feature-item small,
.resource-link small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
}

.product-card small {
  display: none;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: contain;
  padding: 10px;
  background: #fff;
}

.product-card strong {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.18;
  color: #33383f;
}

.product-card.is-hidden {
  display: none;
}

@media (max-width: 960px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.info-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 42px 0 22px;
}

.info-panel {
  padding: 20px;
  border: 1px solid var(--line);
  background: #fff;
}

.panel-head {
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 2px solid #2c333c;
}

.panel-head h2 {
  font-size: 22px;
}

.feature-item {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #edf0f2;
}

.feature-item img {
  width: 112px;
  height: 74px;
  object-fit: cover;
}

.list-link,
.list-event,
.resource-link {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #edf0f2;
  color: #303840;
}

.list-link::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg) translateY(-1px);
}

.list-event {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
}

.list-event time {
  color: var(--red);
  font-weight: 900;
}

.resource-link {
  position: relative;
  padding-right: 22px;
}

.resource-link::after {
  content: ">";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--red);
  font-weight: 900;
}

.resource-center-section {
  padding: 38px 0 54px;
  background: #fff;
}

.resource-center-heading {
  display: grid;
  justify-items: start;
  gap: 14px;
  margin-bottom: 28px;
}

.product-section .section-head .eyebrow,
.resource-center-heading span,
.news-heading span {
  display: block;
  width: 70px;
  height: 5px;
  background: #e60033;
}

.resource-center-heading h2 {
  margin: 0;
  color: #33383f;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

.resource-center-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.resource-center-card {
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #cfd3d8;
  background: #fff;
  color: #242a31;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.resource-center-card:hover,
.resource-center-card:focus-visible {
  transform: translateY(-2px);
  border-color: #aeb6bf;
  box-shadow: 0 10px 22px rgba(24, 31, 38, 0.1);
}

.resource-center-card img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  background: #f4f6f8;
}

.resource-center-card strong {
  display: block;
  padding: 9px 14px 10px;
  background: #303030;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
}

.resource-center-card p {
  margin: 0;
  padding: 14px 16px 34px;
  color: #303840;
  font-size: 15px;
  line-height: 1.55;
}

.resource-center-card i {
  position: absolute;
  right: 14px;
  bottom: 10px;
  color: #e60033;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
}

@media (max-width: 960px) {
  .resource-center-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .resource-center-grid {
    grid-template-columns: 1fr;
  }
}

.news-section {
  padding: 38px 0 54px;
  background: #fff;
}

.news-heading {
  display: grid;
  justify-items: start;
  gap: 14px;
  margin-bottom: 28px;
}

.news-heading span {
  display: block;
}

.news-heading h2 {
  margin: 0;
  color: #33383f;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.news-card {
  position: relative;
  min-height: 112px;
  padding: 20px 22px 24px;
  border: 1px solid #cfd3d8;
  background: #fff;
  color: #242a31;
}

.news-card:hover,
.news-card:focus-visible {
  border-color: #aeb6bf;
  box-shadow: 0 8px 18px rgba(24, 31, 38, 0.08);
}

.news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.news-meta time {
  color: #242a31;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.news-meta span {
  min-width: 58px;
  padding: 3px 10px;
  background: #dde0e3;
  color: #242a31;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}

.news-card strong {
  display: block;
  padding-right: 18px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

.news-card i {
  position: absolute;
  right: 12px;
  bottom: 8px;
  color: #e60033;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
}

.social-section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 28px 0 30px;
  background: transparent;
}

.social-section::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: 0;
  border-top: 1px solid var(--line);
  background: #fff;
  pointer-events: none;
}

.social-section article {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  align-items: center;
  gap: 22px;
  min-height: 104px;
  padding: 6px 36px;
  background: #fff;
  border-left: 1px solid var(--line);
}

.social-section article:first-child {
  border-left: 0;
}

.social-section img {
  justify-self: end;
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.social-section h2 {
  color: #30363d;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.35;
}

.social-section p {
  max-width: 240px;
  margin: 10px 0 0;
  color: #30363d;
  font-size: 15px;
  line-height: 1.45;
}

.support-band {
  background: #232a32;
  color: #fff;
}

.support-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 34px 0;
}

.support-inner h2 {
  font-size: 28px;
}

.support-inner p:last-child {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.support-actions {
  display: flex;
  gap: 12px;
}

.support-actions a:nth-child(2),
.support-actions a:nth-child(3) {
  background: #fff;
  color: #222a32;
}

.cases-main {
  background: #f3f5f7;
}

.cases-hero {
  background:
    linear-gradient(90deg, rgba(15, 24, 34, 0.9), rgba(23, 103, 255, 0.2)),
    url("assets/Cases/photos/cssc.png") center / cover no-repeat;
  color: #fff;
}

.cases-hero-inner {
  min-height: 165px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  padding: 26px 0 24px;
}

.cases-hero-copy {
  max-width: 760px;
}

.cases-hero .eyebrow,
.cases-support .eyebrow {
  color: #fff;
}

.cases-hero h1 {
  margin: 0;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}

.cases-hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.55;
}

.cases-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
  max-width: 360px;
}

.cases-hero-highlights span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.cases-layout {
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
  align-items: start;
  gap: 34px;
  width: min(100% - 96px, var(--container));
  margin-inline: auto;
  padding: 36px 0 8px;
}

.case-content {
  min-width: 0;
}

.case-anchor-bar {
  align-self: start;
  position: sticky;
  top: var(--smart-sidebar-top, 118px);
  z-index: 8;
  --smart-sidebar-bottom-gap: 0px;
}

.case-anchor-list {
  display: flex;
  flex-direction: column;
  gap: 8.5px;
  padding: 0;
  max-height: calc(100vh - var(--smart-sidebar-top, 118px) - var(--smart-sidebar-bottom-gap, 24px));
  overflow-y: auto;
  scrollbar-width: none;
}

.case-anchor-list::-webkit-scrollbar {
  display: none;
}

.case-anchor-list::-webkit-scrollbar-thumb {
  background: transparent;
}

.case-anchor-bar a {
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #d8dde3;
  border-radius: 7px;
  background: #fff;
  color: #59636f;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.16s ease, color 0.16s ease, background 0.16s ease;
}

.case-anchor-bar a:hover,
.case-anchor-bar a:focus-visible,
.case-anchor-bar a.is-active {
  border-color: var(--brand-blue);
  color: var(--brand-blue);
  background: #fbfdff;
}

.case-section {
  scroll-margin-top: 128px;
  padding: 28px 0 8px;
}

.case-section:first-child {
  padding-top: 0;
}

.case-section-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.case-section-head span {
  width: 56px;
  height: 44px;
  display: grid;
  place-items: center;
  border-left: 5px solid #e60033;
  background: #fff;
  color: #1767ff;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(22, 32, 43, 0.08);
}

.case-section-head h2 {
  margin: 0;
  color: #252b33;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.18;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9dee4;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(19, 28, 38, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.case-card:hover,
.case-card:focus-within {
  transform: translateY(-3px);
  border-color: #b9c7d8;
  box-shadow: 0 22px 38px rgba(19, 28, 38, 0.13);
}

.case-media {
  background: #dfe4ea;
}

.case-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.case-body {
  flex: 1;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  grid-template-areas:
    "brand name"
    "tags tags"
    "facts facts";
  align-content: start;
  column-gap: 10px;
  row-gap: 8px;
  padding: 18px 18px 20px;
}

.case-title-row {
  display: contents;
}

.case-title-row img {
  grid-area: brand;
  align-self: center;
  justify-self: start;
  width: 82px;
  max-height: 34px;
  object-fit: contain;
  object-position: left center;
}

.case-title-row h3 {
  grid-area: name;
  align-self: center;
  justify-self: end;
  min-width: 0;
  margin: 0;
  color: #2a3038;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.12;
  text-align: right;
  white-space: nowrap;
}

.case-tags {
  grid-area: tags;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
  gap: 4px;
  min-height: 20px;
  min-width: 0;
  overflow: hidden;
}

.case-tags span {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  min-height: 18px;
  padding: 0 7px;
  border-radius: 999px;
  background: #eef4ff;
  color: #1767ff;
  font-size: clamp(8px, 0.68vw, 10px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.case-tags span:nth-child(2n) {
  background: #fff4db;
  color: #9d6b00;
}

.case-tags span:nth-child(3n) {
  background: #eaf6e6;
  color: #477d2e;
}

.case-facts {
  grid-area: facts;
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
}

.case-facts div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 56px;
  padding-top: 12px;
  border-top: 1px solid #edf0f2;
}

.case-facts dt {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #68727f;
  font-size: 14px;
  font-weight: 900;
}

.case-facts svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.case-facts dd {
  margin: 0;
  color: #333b45;
  font-size: 16px;
  line-height: 1.55;
}

.cases-support {
  margin-top: 54px;
}

.site-footer {
  background: #11151a;
  color: #d8dde4;
}

.footer-grid {
  display: grid;
  grid-template-columns: 550px 120px 300px;
  align-items: start;
  justify-content: start;
  gap: 42px;
  padding: 38px 0 26px;
}

.footer-grid > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo .brand-word {
  color: #fff;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.site-footer p {
  margin: 7px 0;
  color: #aeb6bf;
}

.site-footer a:not(.brand-logo) {
  display: block;
  margin: 8px 0;
  color: #cfd5dc;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #98a2ad;
  font-size: 13px;
}

.floating-cta {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 90;
  width: 46px;
  overflow: hidden;
  transform: translateY(-50%);
  border: 1px solid #d6d6d6;
  border-right: 0;
  background: #fff;
  box-shadow: 0 13px 24px rgba(26, 32, 38, 0.18);
  transition: width 0.22s ease;
}

.floating-cta:hover,
.floating-cta:focus-within,
.floating-cta.is-intro-open {
  width: 185px;
  overflow: visible;
}

.floating-cta a {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  width: 185px;
  min-height: 52px;
  padding: 0;
  background: #fff;
  color: #0d7f96;
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  transition: background 0.16s ease;
}

.floating-cta a:hover,
.floating-cta a:focus-visible {
  background: #f1f1f1;
}

.floating-cta a:last-child {
  border-bottom: 0;
}

.floating-cta .rail-support-toggle,
.floating-cta .rail-question {
  display: none;
}

.floating-cta .rail-miniapp span {
  color: #3f454b;
}

.floating-cta .rail-phone span {
  font-size: 15px;
}

.floating-cta .download-popover {
  position: absolute;
  top: -1px;
  right: 185px;
  z-index: 101;
  display: grid;
  width: 185px;
  border: 2px solid #d6d6d6;
  background: #fff;
  box-shadow: 0 16px 34px rgba(26, 32, 38, 0.18);
  color: #0d7f96;
  pointer-events: none;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.floating-cta .rail-download:hover .download-popover,
.floating-cta .rail-download:focus .download-popover,
.floating-cta .rail-download:focus-within .download-popover {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0);
}

.floating-cta .download-option {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  min-height: 52px;
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
  color: #0d7f96;
  opacity: 1;
  transform: none;
  transition: background 0.16s ease;
}

.floating-cta .download-option:hover {
  background: #f1f1f1;
}

.floating-cta .download-option:last-child {
  border-bottom: 0;
}

.floating-cta .download-option svg {
  justify-self: center;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-cta .download-option strong {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}

.floating-cta svg {
  justify-self: center;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.floating-cta span {
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.floating-cta:hover > a > span:not(.wechat-popover):not(.download-popover),
.floating-cta:focus-within > a > span:not(.wechat-popover):not(.download-popover),
.floating-cta.is-intro-open > a > span:not(.wechat-popover):not(.download-popover) {
  opacity: 1;
  transform: translateX(0);
}

.floating-cta a > img {
  justify-self: center;
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.floating-cta .wechat-popover {
  position: absolute;
  right: 185px;
  bottom: -1px;
  z-index: 100;
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: start;
  gap: 12px;
  width: 272px;
  min-height: 117px;
  padding: 10px 14px 10px 10px;
  border: 2px solid #d6d6d6;
  background: #fff;
  box-shadow: 0 16px 34px rgba(26, 32, 38, 0.18);
  color: #242a31;
  white-space: normal;
  pointer-events: none;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.floating-cta .rail-miniapp:hover .wechat-popover,
.floating-cta .rail-miniapp:focus-visible .wechat-popover {
  opacity: 1;
  transform: translateX(0);
}

.floating-cta .wechat-popover img {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: cover;
}

.floating-cta .wechat-popover span {
  display: block;
  min-width: 0;
  opacity: 1;
  transform: none;
}

.floating-cta .wechat-popover strong {
  display: block;
  margin-bottom: 6px;
  color: #242a31;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}

.floating-cta .wechat-popover small {
  display: block;
  width: 100%;
  color: #3f454b;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
}

.floating-cta .wechat-popover small span {
  display: block;
  width: 100%;
  text-align: justify;
  text-align-last: justify;
  white-space: nowrap;
}

.floating-cta .wechat-popover small span + span {
  word-spacing: 0.18em;
}

.floating-consult {
  position: fixed;
  right: 8px;
  bottom: 22px;
  z-index: 88;
  display: block;
  width: clamp(192px, 15.2vw, 272px);
  line-height: 0;
  filter: drop-shadow(0 12px 24px rgba(24, 31, 38, 0.18));
}

.floating-consult img {
  display: block;
  width: 100%;
  height: auto;
}

.floating-consult .consult-mobile {
  display: none;
}

.service-launcher {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 900px) {
  .keyence-header .container {
    width: 100%;
    max-width: none;
  }

  .keyence-header .brand-inner {
    min-height: 58px;
    grid-template-columns: 40px 1fr 40px;
    grid-template-rows: 58px;
    column-gap: 0;
    gap: 0;
    padding: 0 18px;
  }

  .keyence-logo {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    justify-self: center;
  }

  .keyence-logo img {
    width: clamp(107px, 18vw, 154px);
  }

  .keyence-symbol {
    width: 22px;
    height: 32px;
    margin-right: 7px;
  }

  .keyence-word {
    font-size: 34px;
  }

  .keyence-cn {
    margin-left: 16px;
    font-size: 32px;
  }

  .keyence-header .utility-inner {
    display: none;
  }

  .keyence-header .primary-nav {
    display: none;
  }

  .keyence-header .mega-menu {
    top: 58px;
  }

  .brand-inner {
    grid-template-columns: auto auto 1fr;
    gap: 12px;
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    width: 30px;
    height: 30px;
    border: 0;
    color: #2e343a;
  }

  .menu-toggle span {
    width: 24px;
    height: 3px;
  }

  .mobile-search {
    display: none;
  }

  .mobile-search svg {
    width: 30px;
    height: 30px;
    stroke-width: 2.4;
  }

  .mobile-phone {
    display: inline-grid;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #0b7890;
  }

  .mobile-phone svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .primary-nav {
    display: none;
  }

  .brand-logo {
    justify-self: center;
  }

  .mobile-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid var(--line);
    transition: max-height 0.24s ease;
  }

  .mobile-menu.is-open {
    max-height: 360px;
  }

  .mobile-menu nav {
    display: grid;
    width: min(100% - 32px, var(--container));
    margin: 0 auto;
    padding: 10px 0 14px;
  }

  .mobile-menu a {
    padding: 13px 2px;
    border-bottom: 1px solid #edf0f2;
    font-weight: 800;
  }

  .mega-menu {
    display: none;
  }

  .hero-stage {
    --mobile-hero-height: calc(100vw * 430 / 1024);
    min-height: 0;
    background: #fff;
    overflow: visible;
  }

  .hero-slide {
    position: relative;
    display: none;
    visibility: visible;
    transform: none;
    transition: none;
  }

  .hero-slide.is-active {
    display: block;
    transform: none;
  }

  .hero-slide.is-leaving {
    display: none;
  }

  .hero-bg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1024 / 430;
    object-fit: cover;
    object-position: center center;
    background: #111820;
    margin-inline: auto;
  }

  .hero-product {
    left: 50%;
    top: calc(var(--mobile-hero-height) * 0.05);
    bottom: auto;
    width: min(52vw, 320px);
    height: calc(var(--mobile-hero-height) * 0.9);
    max-height: calc(var(--mobile-hero-height) * 0.9);
    transform: translateX(-50%);
  }

  .hero-slide::after {
    display: none;
  }

  .hero-copy {
    position: relative;
    left: 22px;
    right: 22px;
    top: auto;
    width: min(70%, 530px);
    transform: none;
    color: #2a2f35;
    padding: 28px 0 20px;
  }

  .hero-slide--keyence .hero-copy,
  .hero-slide--warehouse .hero-copy,
  .hero-slide--materials .hero-copy {
    left: 22px;
    right: 22px;
    top: auto;
    width: auto;
    transform: none;
  }

  .hero-slide--keyence .hero-copy {
    color: #2a2f35;
  }

  .hero-slide--keyence .hero-copy h1 {
    font-size: clamp(26px, 5.4vw, 34px);
    line-height: 1.16;
  }

  .hero-slide--keyence .hero-copy p:not(.hero-tag) {
    color: #2f363e;
    font-size: clamp(16px, 3.4vw, 22px);
  }

  .hero-slide--warehouse .hero-copy {
    color: #1f2636;
  }

  .hero-slide--warehouse .hero-copy h1 {
    font-size: clamp(21px, 4.6vw, 28px);
    white-space: normal;
  }

  .hero-slide--warehouse .hero-copy p {
    font-size: clamp(12px, 2.8vw, 15px);
    margin-bottom: 14px;
  }

  .hero-slide--materials .hero-copy {
    color: #1f2636;
  }

  .hero-slide--materials .hero-copy h1 {
    margin-bottom: 18px;
    font-size: clamp(21px, 4.8vw, 30px);
  }

  .hero-slide--materials .hero-copy h1::after {
    bottom: -9px;
    width: 24px;
  }

  .hero-slide--materials .hero-copy p {
    margin-bottom: 16px;
    font-size: clamp(12px, 2.9vw, 15px);
  }

  .hero-arrow {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    background: transparent;
    color: #73787e;
    transform: translateY(-50%);
  }

  .hero-arrow svg {
    width: 42px;
    height: 42px;
    stroke-width: 1.2;
  }

  .hero-prev {
    left: 0;
    top: calc(var(--mobile-hero-height) * 0.5);
  }

  .hero-next {
    right: 0;
    top: calc(var(--mobile-hero-height) * 0.5);
  }

  .hero-thumb-panel {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(560px, calc(100% - 24px));
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) 31px;
    gap: 6px;
    padding: 8px 0;
  }

  .hero-thumb-panel .hero-thumb-arrow {
    display: none;
  }

  .hero-thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
  }

  .hero-thumb {
    width: 100%;
    height: auto;
    justify-self: stretch;
    aspect-ratio: 4 / 3;
  }

  .hero-pause {
    width: 31px;
    height: 31px;
    min-height: 31px;
    padding: 0;
    align-self: center;
    justify-self: center;
  }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-panels,
  .social-section {
    grid-template-columns: 1fr;
  }

  .social-section {
    padding: 20px 0 23px;
  }

  .social-section article {
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 15px;
    min-height: 96px;
    padding: 13px 20px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .social-section article:first-child {
    border-top: 0;
  }

  .social-section img {
    width: 92px;
    height: 92px;
  }

  .support-inner,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .floating-cta {
    right: 12px;
    top: 56%;
    display: grid;
    width: 47px;
    gap: 8px;
    overflow: visible;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    box-shadow: none;
    transition: none;
  }

  .floating-cta:hover,
  .floating-cta:focus-within,
  .floating-cta.is-intro-open {
    width: 47px;
    overflow: visible;
  }

  .floating-cta.is-mobile-open {
    top: clamp(170px, 38vh, 420px);
    transform: none;
  }

  .floating-cta .rail-support-toggle,
  .floating-cta .rail-miniapp {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    gap: 5px;
    box-sizing: border-box;
    width: 47px;
    height: 55px;
    min-height: 55px;
    padding: 5px 2px;
    border: 2px solid #d6d6d6;
    border-radius: 10px;
    background: #fff;
    color: #0d7f96;
    box-shadow: none;
    font-size: 12px;
    line-height: 1.12;
    text-align: center;
    white-space: normal;
  }

  .floating-cta .rail-download,
  .floating-cta .rail-phone,
  .floating-cta .rail-price,
  .floating-cta .rail-demo,
  .floating-cta .rail-question {
    display: none;
  }

  .floating-cta .rail-support-toggle > span,
  .floating-cta .rail-miniapp > span:not(.wechat-popover) {
    opacity: 1;
    transform: none;
  }

  .floating-cta .rail-miniapp > span:not(.wechat-popover) {
    font-size: 10px;
    line-height: 1.05;
    white-space: nowrap;
  }

  .floating-cta .rail-miniapp > span:not(.wechat-popover) {
    font-size: 0;
  }

  .floating-cta .rail-miniapp > span:not(.wechat-popover)::after {
    content: "\5FAE\4FE1";
    font-size: 12px;
  }

  .floating-cta .rail-support-toggle svg {
    width: 26px;
    height: 26px;
    stroke-width: 2.2;
  }

  .floating-cta.is-mobile-open .rail-support-toggle .toggle-plus-vertical {
    display: none;
  }

  .floating-cta.is-mobile-open .rail-support-toggle {
    position: absolute;
    right: 0;
    top: 213px;
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    min-height: 29px;
    padding: 0;
    border-radius: 8px;
    line-height: 0;
  }

  .floating-cta.is-mobile-open .rail-support-toggle > span {
    display: none;
  }

  .floating-cta.is-mobile-open .rail-support-toggle svg {
    display: block;
    width: 26px;
    height: 26px;
    margin: auto;
  }

  .floating-cta .rail-miniapp > img {
    width: 22px;
    height: 22px;
  }

  .floating-cta .rail-miniapp {
    overflow: visible;
    border-bottom: 2px solid #d6d6d6;
    box-shadow: none;
  }

  .floating-cta .rail-miniapp:last-child {
    border-bottom: 2px solid #d6d6d6;
  }

  .floating-cta .wechat-popover {
    display: none;
  }

  .floating-cta.is-mobile-open .rail-price,
  .floating-cta.is-mobile-open .rail-demo,
  .floating-cta.is-mobile-open .rail-phone,
  .floating-cta.is-mobile-open .rail-miniapp {
    position: absolute;
    right: 0;
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    justify-items: start;
    box-sizing: border-box;
    width: 126px;
    min-height: 46px;
    padding: 0;
    border: 2px solid #d6d6d6;
    border-bottom-width: 0;
    border-radius: 0;
    background: #fff;
    color: #0d7f96;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    text-align: left;
    white-space: nowrap;
  }

  .floating-cta.is-mobile-open .rail-price {
    top: 0;
  }

  .floating-cta.is-mobile-open .rail-demo {
    top: 46px;
  }

  .floating-cta.is-mobile-open .rail-question {
    display: none;
  }

  .floating-cta.is-mobile-open .rail-phone {
    top: 92px;
    border-bottom: 2px solid #d6d6d6;
  }

  .floating-cta.is-mobile-open .rail-miniapp {
    top: 150px;
    height: 50px;
    min-height: 50px;
    border-bottom: 2px solid #d6d6d6;
    box-shadow: none;
    color: #3f454b;
  }

  .floating-cta.is-mobile-open .rail-price > span,
  .floating-cta.is-mobile-open .rail-demo > span,
  .floating-cta.is-mobile-open .rail-phone > span,
  .floating-cta.is-mobile-open .rail-miniapp > span:not(.wechat-popover) {
    color: inherit;
    font-size: inherit;
    opacity: 1;
    transform: none;
  }

  .floating-cta.is-mobile-open .rail-phone > span {
    font-size: 0;
  }

  .floating-cta.is-mobile-open .rail-phone > span::after {
    content: "\5B9A\5236/\6280\672F\6C9F\901A";
    font-size: 13px;
  }

  .floating-cta.is-mobile-open .rail-phone > img {
    content: url("assets/logo/CustomMade.png?v=2026051482");
  }

  .floating-cta.is-mobile-open .rail-miniapp > span:not(.wechat-popover) {
    font-size: 0;
  }

  .floating-cta.is-mobile-open .rail-miniapp > span:not(.wechat-popover)::after {
    content: "\6DFB\52A0\5FAE\4FE1";
    font-size: 13px;
  }

  .floating-cta.is-mobile-open a > img,
  .floating-cta.is-mobile-open .rail-question svg {
    justify-self: center;
    width: 17px;
    height: 17px;
  }

  .floating-cta .rail-miniapp.is-mobile-wechat-open .wechat-popover {
    right: calc(100% + 8px);
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    width: 143px;
    min-height: 0;
    padding: 8px;
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
  }

  .floating-cta .rail-miniapp.is-mobile-wechat-open .wechat-popover img {
    width: 127px;
    height: 127px;
  }

  .floating-cta .rail-miniapp.is-mobile-wechat-open .wechat-popover > span {
    display: none;
  }

  .floating-cta .rail-miniapp.is-mobile-wechat-open .wechat-popover::after {
    content: "\626B\7801\6DFB\52A0\5FAE\4FE1";
    color: #242a31;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
  }

  .floating-consult {
    right: 14px;
    bottom: 14px;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: transparent;
    filter: drop-shadow(0 8px 18px rgba(24, 31, 38, 0.2));
  }

  .floating-consult img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .floating-consult .consult-large {
    display: none;
  }

  .floating-consult .consult-mobile {
    display: block;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 22px, var(--container));
  }

  .utility-inner {
    justify-content: center;
  }

  .utility-inner span,
  .utility-inner nav a:not(:last-child) {
    display: none;
  }

  .brand-inner {
    min-height: 60px;
  }

  .keyence-header .brand-inner {
    min-height: 52px;
    grid-template-columns: 34px 1fr 34px;
    grid-template-rows: 52px;
    padding: 0 14px;
    gap: 0;
  }

  .menu-toggle,
  .mobile-phone {
    width: 27px;
    height: 27px;
  }

  .menu-toggle {
    gap: 6px;
  }

  .menu-toggle span {
    width: 22px;
    height: 3px;
  }

  .mobile-phone svg {
    width: 23px;
    height: 23px;
  }

  .keyence-symbol {
    width: 18px;
    height: 27px;
  }

  .keyence-logo img {
    width: clamp(96px, 22vw, 134px);
  }

  .brand-word {
    font-size: 20px;
  }

  .keyence-word {
    font-size: 27px;
  }

  .keyence-cn {
    margin-left: 10px;
    font-size: 26px;
  }

  .brand-mark {
    width: 38px;
    height: 28px;
    font-size: 21px;
  }

  .quote-link {
    display: none;
  }

  .quick-actions,
  .news-grid,
  .support-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .social-section {
    width: min(100% - 22px, var(--container));
    margin-inline: auto;
    padding: 17px 0 20px;
  }

  .social-section article {
    grid-template-columns: minmax(0, 1fr) 80px;
    gap: 12px;
    min-height: 84px;
    padding: 12px 11px;
  }

  .social-section img {
    width: 78px;
    height: 78px;
  }

  .social-section h2 {
    font-size: 20px;
  }

  .social-section p {
    max-width: none;
    margin-top: 7px;
    font-size: 13px;
  }

  .quick-actions {
    padding-top: 12px;
  }

  .hero-stage {
    --mobile-hero-height: calc(100vw * 430 / 1024);
    min-height: 0;
    background: #fff;
    overflow: visible;
  }

  .hero-slide {
    position: relative;
    display: none;
    visibility: visible;
    transform: none;
    transition: none;
  }

  .hero-slide.is-active {
    display: block;
    transform: none;
  }

  .hero-slide.is-leaving {
    display: none;
  }

  .hero-bg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1024 / 430;
    object-fit: cover;
    object-position: center center;
    background: #111820;
    margin-inline: auto;
  }

  .hero-product {
    left: 50%;
    top: calc(var(--mobile-hero-height) * 0.05);
    bottom: auto;
    width: min(52vw, 320px);
    height: calc(var(--mobile-hero-height) * 0.9);
    max-height: calc(var(--mobile-hero-height) * 0.9);
    transform: translateX(-50%);
  }

  .hero-slide::after {
    display: none;
  }

  .hero-copy {
    position: relative;
    left: 22px;
    right: 22px;
    top: auto;
    width: auto;
    transform: none;
    color: #2a2f35;
    padding: 28px 0 20px;
  }

  .hero-copy h1 {
    font-size: clamp(26px, 5.4vw, 34px);
  }

  .hero-copy p:not(.eyebrow) {
    color: #2f363e;
    font-size: clamp(16px, 3.4vw, 22px);
    line-height: 1.35;
  }

  .hero-slide--keyence .hero-copy {
    left: 22px;
    right: 22px;
    top: auto;
    width: auto;
    color: #2a2f35;
  }

  .hero-slide--keyence .hero-copy h1 {
    font-size: clamp(26px, 5.4vw, 34px);
    line-height: 1.16;
  }

  .hero-slide--keyence .hero-copy p:not(.hero-tag) {
    color: #2f363e;
    font-size: clamp(16px, 3.4vw, 22px);
  }

  .hero-tag {
    min-width: 58px;
    min-height: 28px;
    margin-bottom: 12px;
    padding: 0 13px;
    color: #fff;
    font-size: 15px;
  }

  .hero-slide--warehouse .hero-copy {
    left: 22px;
    right: 22px;
    top: auto;
    width: auto;
    color: #1f2636;
  }

  .hero-slide--warehouse .hero-copy h1 {
    font-size: clamp(21px, 4.6vw, 28px);
    white-space: normal;
  }

  .hero-slide--warehouse .hero-copy p {
    font-size: clamp(12px, 2.8vw, 15px);
    margin-bottom: 14px;
  }

  .hero-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    gap: 6px;
    margin-bottom: 14px;
  }

  .hero-benefits li {
    gap: 5px;
    font-size: 10px;
  }

  .hero-benefits svg {
    width: 21px;
    height: 21px;
  }

  .hero-copy .hero-coupon {
    min-height: 30px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero-slide--materials .hero-copy {
    left: 22px;
    right: 22px;
    top: auto;
    width: auto;
    color: #1f2636;
  }

  .hero-slide--materials .hero-copy h1 {
    margin-bottom: 18px;
    font-size: clamp(21px, 4.8vw, 30px);
  }

  .hero-slide--materials .hero-copy h1::after {
    bottom: -9px;
    width: 24px;
  }

  .hero-slide--materials .hero-copy p {
    margin-bottom: 16px;
    font-size: clamp(12px, 2.9vw, 15px);
  }

  .material-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 8px;
  }

  .material-features li {
    gap: 5px;
    font-size: 10px;
  }

  .material-features svg {
    width: 20px;
    height: 20px;
  }

  .hero-arrow {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    background: transparent;
    color: #73787e;
    transform: translateY(-50%);
  }

  .hero-arrow svg {
    width: 42px;
    height: 42px;
    stroke-width: 1.2;
  }

  .hero-prev {
    left: 0;
    top: calc(var(--mobile-hero-height) * 0.5);
  }

  .hero-next {
    right: 0;
    top: calc(var(--mobile-hero-height) * 0.5);
  }

  .hero-thumb-panel {
    left: 0;
    right: 0;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 31px;
    gap: 6px;
    padding: 8px;
  }

  .hero-thumb-panel .hero-thumb-arrow {
    display: none;
  }

  .hero-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
  }

  .hero-thumb {
    width: 100%;
    height: auto;
    justify-self: stretch;
    aspect-ratio: 4 / 3;
  }

  .hero-thumb .hero-thumb-bg {
    inset: 0;
    width: 100%;
    transform: none;
  }

  .hero-thumb-arrow {
    width: 31px;
    min-height: 53px;
  }

  .hero-pause {
    width: 31px;
    height: 31px;
    min-height: 31px;
    padding: 0;
    align-self: center;
    justify-self: center;
  }

  .hero-thumb-arrow svg,
  .hero-pause svg {
    width: 22px;
    height: 22px;
  }

  .section {
    padding: 32px 0;
  }

  .product-section {
    margin-top: 24px;
    background: #fff;
    border-block: 0;
    padding-top: 30px;
  }

  .product-section .section-head {
    justify-content: center;
    margin-bottom: 24px;
    text-align: center;
  }

  .product-section .section-head > div {
    display: grid;
    justify-items: center;
    gap: 10px;
  }

  .product-section .section-head .eyebrow {
    width: 70px;
    height: 5px;
    margin: 0;
    overflow: hidden;
    color: transparent;
    background: #e60033;
  }

  .product-section .section-head h2 {
    font-size: clamp(24px, 3.4vw, 30px);
    font-weight: 900;
    color: #33383f;
  }

  .product-section .section-head > a {
    display: none;
  }

  .product-filter {
    display: none;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 18px;
  }

  .product-card {
    min-height: 0;
    flex-direction: column-reverse;
    justify-content: flex-end;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .product-card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
  }

  .product-card img {
    width: 100%;
    aspect-ratio: 1.26 / 1;
    object-fit: contain;
    padding: 8px;
    background: #fff;
    border: 1px solid #dfe3e8;
  }

  .product-card span {
    padding: 8px 0 0;
  }

  .product-card strong {
    font-size: clamp(15px, 2.5vw, 19px);
    font-weight: 500;
    line-height: 1.25;
    color: #33383f;
  }

  .product-card small {
    display: none;
  }

  .feature-item {
    grid-template-columns: 92px 1fr;
  }

  .feature-item img {
    width: 92px;
    height: 66px;
  }

  .list-event {
    grid-template-columns: 54px 1fr;
  }

  .support-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .floating-consult {
    right: 14px;
    bottom: 14px;
    width: 58px;
    height: 58px;
  }

  .site-footer {
    padding-bottom: 0;
  }

  .search-card {
    padding: 24px 18px;
  }

  .search-form div {
    grid-template-columns: 1fr;
  }

  .search-form button {
    min-height: 44px;
  }
}

@media (max-width: 600px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Subpage layouts */
.page-breadcrumb {
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 10px 0 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  position: relative;
  z-index: 20;
}

.page-breadcrumb ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-breadcrumb li {
  display: flex;
  align-items: center;
  min-width: 0;
}

.page-breadcrumb li + li::before {
  content: ">";
  margin: 0 10px;
  color: #9aa3ad;
  font-weight: 400;
}

.page-breadcrumb a {
  color: var(--brand-blue);
  font-weight: 400;
  transition: color 0.18s ease;
}

.page-breadcrumb a:hover,
.page-breadcrumb a:focus-visible {
  color: #005fcf;
}

.page-breadcrumb .is-current > a,
.page-breadcrumb [aria-current="page"] {
  color: var(--ink);
  font-weight: 400;
}

.page-breadcrumb .is-current > a {
  pointer-events: none;
}

.breadcrumb-current {
  color: var(--ink);
  font-weight: 400;
}

.breadcrumb-current[hidden] {
  display: none;
}

.page-breadcrumb--overlay {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100% - 32px, var(--container));
  padding-top: 14px;
  padding-bottom: 0;
  transform: translateX(-50%);
}

.page-breadcrumb + .product-card-page {
  padding-top: 7px;
}

.page-breadcrumb + .product-doc-page,
.product-card-page[hidden] + .product-doc-page {
  padding-top: 14px;
}

.subpage-main {
  background: #fff;
  position: relative;
}

.software-download-page,
.cases-main {
  position: relative;
}

.keyence-header .primary-nav a[aria-current="page"],
.keyence-header .mobile-menu a[aria-current="page"] {
  color: var(--brand-blue);
}

.page-hero {
  border-top: 1px solid #cfd5dc;
  background:
    radial-gradient(circle at 84% 18%, rgba(29, 120, 255, 0.08), transparent 28%),
    linear-gradient(120deg, #fff 0%, #f6f9fd 54%, #eef4fb 100%);
}

.page-hero-inner {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 48px;
  padding: 56px 0;
}

.page-hero-copy {
  max-width: 560px;
}

.page-hero .eyebrow,
.page-section-head .eyebrow,
.contact-strip .eyebrow {
  display: block;
  width: 68px;
  height: 5px;
  margin: 0 0 18px;
  background: var(--red);
  overflow: hidden;
}

.subpage-kicker {
  margin: 0 0 8px;
  color: var(--brand-blue);
  font-weight: 900;
}

.page-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
}

.page-hero p {
  margin: 0;
  color: #3f454b;
  font-size: 17px;
}

.page-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.blue-button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border: 0;
  background: var(--brand-blue);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(29, 120, 255, 0.18);
}

.blue-button:hover,
.contact-form button:hover {
  background: #0f63df;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #0b6ee8;
  font-weight: 900;
}

.page-hero-media {
  border: 1px solid #d8dde3;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(27, 40, 55, 0.12);
  overflow: hidden;
}

.page-hero-media img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
}

.page-hero-media--video {
  border-radius: 6px;
}

.page-hero-media video {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
  background: #111820;
}

.page-hero-media--clean img {
  object-position: center bottom;
}

.page-section-head {
  margin-bottom: 28px;
}

.product-page-section {
  padding-top: 60px;
}

.product-page-section .page-section-head h2 {
  font-size: 32px;
}

.solution-document {
  max-width: 960px;
  padding: 36px 0 0;
}

.solution-doc-title {
  padding-bottom: 22px;
  margin-bottom: 24px;
  text-align: center;
  border-bottom: 1px solid #e5e8ec;
}

.solution-doc-title h1 {
  margin: 0;
  color: #30363d;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
}

.solution-doc-title p {
  max-width: 850px;
  margin: 18px auto 0;
  color: #4f5963;
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
}

.solution-block {
  margin: 0 0 28px;
}

.solution-block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 0 18px;
  padding: 9px 18px;
  border-radius: 6px;
  background: #f2f3f5;
  color: #0b75d1;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
}

.solution-block-copy {
  color: #39424c;
  font-size: 15px;
  line-height: 1.9;
}

.solution-block-copy p {
  margin: 0 0 14px;
}

.solution-block-copy p:last-child {
  margin-bottom: 0;
}

.solution-block-figure {
  max-width: 850px;
  margin: 20px auto 0;
  overflow: hidden;
  text-align: center;
}

.solution-block-figure img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  object-position: center;
}

.solution-block-figure--wide {
  max-width: 930px;
}

.solution-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.solution-scenario-grid article {
  border: 1px solid #d8dde3;
  background: #fff;
  padding: 16px 14px;
}

.solution-scenario-grid h3 {
  margin: 0 0 8px;
  color: #252b33;
  font-size: 16px;
  line-height: 1.3;
}

.solution-scenario-grid p {
  margin: 0;
  color: #4f5963;
  font-size: 14px;
  line-height: 1.7;
}

.footer-consult-card,
.solution-block--contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 22px 24px;
  margin-bottom: 30px;
  border: 1px solid #d8dde3;
  background: linear-gradient(135deg, #fff 0%, #f7fafe 100%);
}

.footer-consult-card.container {
  width: min(100% - 32px, 960px);
}

.footer-consult-card h2,
.solution-block--contact .solution-block-title {
  justify-content: flex-start;
  margin-bottom: 12px;
  padding-inline: 0;
  background: transparent;
  color: #252b33;
  text-align: left;
}

.footer-consult-card h2 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.25;
}

.footer-consult-card p {
  margin: 0;
  color: #303943;
  font-size: 17px;
  line-height: 1.85;
}

.footer-consult-card .blue-button,
.solution-block--contact .blue-button {
  white-space: nowrap;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.solution-card,
.profile-card,
.contact-info-grid article,
.product-page-card {
  border: 1px solid #d8dde3;
  background: #fff;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.solution-card {
  min-height: 280px;
  padding: 26px 26px 24px;
}

.solution-card:hover,
.profile-card:hover,
.product-page-card:hover {
  transform: translateY(-2px);
  border-color: var(--brand-blue);
  box-shadow: 0 14px 30px rgba(24, 31, 38, 0.12);
}

.solution-index,
.profile-card span {
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  height: 34px;
  margin-bottom: 18px;
  background: #eef5ff;
  color: var(--brand-blue);
  font-size: 18px;
  font-weight: 900;
}

.solution-card h3,
.profile-card h2,
.product-page-card h3,
.contact-form-section h2,
.split-panel h2,
.contact-strip h2 {
  margin: 0;
  color: #252b33;
  line-height: 1.2;
}

.solution-card h3 {
  font-size: 22px;
}

.solution-card p,
.split-panel p,
.profile-card p,
.product-page-card p,
.contact-strip p {
  color: #4a535d;
}

.solution-card ul,
.contact-check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #4a535d;
}

.solution-card li,
.contact-check-list li {
  position: relative;
  padding-left: 16px;
  margin-top: 8px;
}

.solution-card li::before,
.contact-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  background: var(--brand-blue);
}

.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 42px;
  padding: 34px;
  border: 1px solid #d8dde3;
  background: linear-gradient(135deg, #fff 0%, #f7fafe 100%);
}

.split-panel--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.split-panel figure {
  margin: 0;
  border: 1px solid #d8dde3;
  background: #fff;
  overflow: hidden;
}

.split-panel img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
}

.stat-strip,
.capability-list,
.interface-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.stat-strip span,
.capability-list span,
.interface-list span {
  border: 1px solid #cfe0f6;
  background: #fff;
  padding: 9px 12px;
  color: #3f454b;
  font-weight: 800;
}

.stat-strip strong {
  display: block;
  color: var(--brand-blue);
  font-size: 24px;
  line-height: 1;
}

.product-page-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px 12px;
}

.product-page-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.product-page-card img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: contain;
  padding: 12px;
  background: #fff;
}

.product-page-card h3 {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 8px 8px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
}

.product-page-card p {
  margin: 6px 0 0;
  padding: 0 14px 16px;
  font-size: 13px;
  line-height: 1.5;
}

.product-doc-main {
  background: #fff;
}

.product-card-page {
  width: min(100% - 96px, 1180px);
  padding: 36px 0 0;
}

.product-card-header {
  margin-bottom: 28px;
}

.product-card-header .section-heading {
  margin-bottom: 10px;
}

.product-card-header p {
  margin: 0;
  color: #59636f;
  font-size: 16px;
  line-height: 1.7;
}

.product-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.product-entry-card {
  display: flex;
  min-width: 0;
  min-height: 232px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 14px 22px;
  border: 1px solid #d8dde3;
  border-radius: 0;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  text-align: center;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.product-entry-card:hover,
.product-entry-card:focus-visible {
  border-color: var(--brand-blue);
  box-shadow: 0 14px 28px rgba(16, 45, 84, 0.12);
  outline: none;
  transform: translateY(-2px);
}

.product-entry-card-image {
  display: flex;
  height: 162px;
  align-items: center;
  justify-content: center;
}

.product-entry-card-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-entry-card-title {
  display: block;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.product-detail-stage[hidden],
.product-card-grid[hidden] {
  display: none;
}

.product-detail-toolbar {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 18px;
}

.product-back-button {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid var(--brand-blue);
  border-radius: 4px;
  background: #fff;
  color: var(--brand-blue);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
}

.product-back-button:hover,
.product-back-button:focus-visible {
  background: var(--brand-blue);
  color: #fff;
  outline: none;
}

@media (max-width: 1280px) {
  .product-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .product-card-page {
    width: min(100% - 72px, 1180px);
    padding-top: 22px;
  }

  .product-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .product-entry-card {
    min-height: 210px;
  }

  .product-entry-card-image {
    height: 142px;
  }
}

@media (max-width: 680px) {
  .product-card-page {
    width: min(100% - 40px, 1180px);
  }

  .product-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-entry-card {
    min-height: 184px;
    padding: 14px 10px 16px;
  }

  .product-entry-card-image {
    height: 120px;
  }

  .product-entry-card-title {
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  .product-card-grid {
    grid-template-columns: 1fr;
  }
}

.product-doc-page {
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr);
  gap: 34px;
  width: min(100% - 96px, 1180px);
  padding: 36px 0 0;
}

.product-doc-page--no-sidebar {
  grid-template-columns: minmax(0, 1fr);
}

.product-doc-page--no-sidebar .product-doc-content {
  grid-column: 1 / -1;
}

.solutions-doc-page.container {
  width: min(100% - 32px, 1120px);
}

.solutions-doc-page .product-doc-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.solutions-doc-page .solution-entry-panel {
  max-width: none;
}

.solutions-doc-page .solution-entry-panel.is-active {
  display: block;
}

.solution-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 0 36px;
}

.solution-entry-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d8e1e6;
  border-radius: 6px;
  background: #fff;
  color: #30363d;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(30, 42, 56, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.solution-entry-card:hover,
.solution-entry-card:focus-visible {
  border-color: var(--brand-blue);
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(30, 42, 56, 0.13);
}

.solution-entry-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 1.25;
  object-fit: cover;
  background: #edf2f7;
}

.solution-entry-card-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.solution-entry-card strong {
  color: #252b33;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.solution-entry-card-body > span:not(.solution-entry-card-action) {
  color: #59636f;
  font-size: 15px;
  line-height: 1.75;
}

.solution-entry-card-action {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin-top: 6px;
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 900;
}

.solution-entry-card-action::after {
  content: "›";
  margin-left: 8px;
  color: var(--red);
  font-size: 22px;
  line-height: 1;
}

.company-product-intro-inner {
  width: min(100% - 32px, 960px);
}

.tool-cabinet-section {
  padding: 12px 0 52px;
}

.tool-cabinet-container {
  width: min(100% - 40px, 1280px);
}

.tool-cabinet-product {
  color: #2f363f;
}

.tool-cabinet-hero {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1.48fr);
  gap: clamp(24px, 3.4vw, 50px);
  align-items: center;
  padding: clamp(14px, 2.4vw, 30px) 0 24px;
  border-bottom: 1px solid #e3e8ee;
}

.tool-cabinet-media {
  margin: 0;
  min-width: 0;
}

.tool-cabinet-media img {
  width: auto;
  max-width: min(100%, 324px);
  max-height: 306px;
  margin: 0 auto;
  object-fit: contain;
}

.tool-cabinet-copy {
  min-width: 0;
}

.tool-cabinet-kicker {
  width: fit-content;
  margin: 0 0 14px;
  padding: 5px 10px;
  background: #eef5ff;
  color: var(--brand-blue);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.tool-cabinet-copy h1 {
  margin: 0 0 14px;
  color: #252b33;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
}

.tool-cabinet-copy p {
  margin: 0 0 12px;
  color: #323a44;
  font-size: clamp(16px, 1.28vw, 21px);
  line-height: 1.72;
}

.tool-cabinet-copy strong {
  color: #0071ce;
  font-weight: 900;
}

.tool-cabinet-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.tool-cabinet-highlights span {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 8px 14px;
  border-left: 4px solid var(--brand-blue);
  background: #f3f7fd;
  color: #26313d;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

.tool-cabinet-content-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
  padding: 26px 0 0;
}

.tool-cabinet-scenes h2,
.tool-cabinet-specs h2 {
  margin: 0 0 16px;
  color: #252b33;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.25;
  font-weight: 900;
}

.tool-cabinet-scenes ul {
  margin: 0;
  padding-left: 1.15em;
  color: #343c46;
  font-size: clamp(17px, 1.45vw, 23px);
  line-height: 1.86;
}

.tool-cabinet-scenes li {
  margin-bottom: 8px;
}

.tool-cabinet-spec-table {
  width: 100%;
  border-collapse: collapse;
  color: #303943;
  font-size: clamp(15px, 1.22vw, 20px);
  line-height: 1.45;
}

.tool-cabinet-spec-table th,
.tool-cabinet-spec-table td {
  padding: 12px 14px;
  border: 1px solid #aeb4bb;
  text-align: left;
  vertical-align: middle;
}

.tool-cabinet-spec-table th {
  width: 34%;
  background: #f4f5f7;
  color: #333a43;
  font-weight: 400;
  white-space: nowrap;
}

.tool-cabinet-spec-table td {
  background: #fff;
  font-weight: 700;
}

.tool-cabinet-feature-list {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 4px solid var(--brand-blue);
  background: #f6f9fe;
}

.tool-cabinet-feature-list h2 {
  margin: 0 0 14px;
  color: #252b33;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.25;
  font-weight: 900;
}

.tool-cabinet-feature-list ul {
  margin: 0;
  padding-left: 1.15em;
  color: #343c46;
  font-size: clamp(16px, 1.28vw, 20px);
  line-height: 1.85;
}

.tool-cabinet-feature-list li {
  margin-bottom: 6px;
}

@media (max-width: 980px) {
  .tool-cabinet-container {
    width: min(100% - 32px, 960px);
  }

  .tool-cabinet-hero,
  .tool-cabinet-content-grid {
    grid-template-columns: 1fr;
  }

  .tool-cabinet-media img {
    max-width: min(100%, 252px);
    max-height: 234px;
  }

  .tool-cabinet-content-grid {
    padding-top: 30px;
  }
}

@media (max-width: 680px) {
  .tool-cabinet-section {
    padding-top: 14px;
  }

  .tool-cabinet-hero {
    gap: 20px;
    padding-bottom: 28px;
  }

  .tool-cabinet-media img {
    max-width: min(100%, 198px);
    max-height: 189px;
  }

  .tool-cabinet-copy h1 {
    font-size: 28px;
  }

  .tool-cabinet-copy p,
  .tool-cabinet-scenes ul {
    font-size: 15px;
    line-height: 1.8;
  }

  .tool-cabinet-highlights {
    grid-template-columns: 1fr;
  }

  .tool-cabinet-highlights span {
    min-height: 36px;
    font-size: 14px;
  }

  .tool-cabinet-content-grid {
    gap: 24px;
  }

  .tool-cabinet-scenes h2,
  .tool-cabinet-specs h2 {
    font-size: 22px;
  }

  .tool-cabinet-spec-table {
    font-size: 14px;
  }

  .tool-cabinet-spec-table th,
  .tool-cabinet-spec-table td {
    display: block;
    width: 100%;
    padding: 9px 11px;
  }

  .tool-cabinet-spec-table td {
    border-top: 0;
  }

  .tool-cabinet-feature-list {
    padding: 18px 16px;
  }

  .tool-cabinet-feature-list ul {
    font-size: 14px;
    line-height: 1.75;
  }
}

.product-doc-sidebar {
  align-self: start;
  position: sticky;
  top: var(--smart-sidebar-top, 118px);
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-doc-sidebar a {
  min-height: 43px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #d8dde3;
  border-radius: 7px;
  background: #fff;
  color: #59636f;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.16s ease, color 0.16s ease, background 0.16s ease;
}

.product-doc-sidebar a:hover,
.product-doc-sidebar a:focus-visible,
.product-doc-sidebar a.is-active {
  border-color: var(--brand-blue);
  color: var(--brand-blue);
  background: #fbfdff;
}

.product-doc-content {
  min-width: 0;
  padding-bottom: 34px;
}

.product-doc-title {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e4e8ed;
  text-align: center;
  scroll-margin-top: 150px;
}

.product-doc-title h1 {
  margin: 0;
  color: #30363d;
  font-size: 28px;
  line-height: 1.25;
}

.product-doc-banner {
  margin: 0 0 28px;
  border: 1px solid #d8dde3;
  background: #fff;
}

.product-doc-banner img {
  display: block;
  width: 100%;
  max-height: 330px;
  object-fit: cover;
}

.product-doc-section,
.product-doc-product {
  scroll-margin-top: 150px;
}

.product-doc-section {
  margin-bottom: 26px;
}

.product-doc-section-title {
  min-height: 44px;
  display: flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 0 18px;
  border-radius: 5px;
  background: #f2f3f5;
  color: #30363d;
  font-size: 18px;
  line-height: 1.35;
}

.product-doc-copy {
  color: #59636f;
  font-size: 16px;
  line-height: 2;
}

.product-doc-copy p {
  margin: 0 0 14px;
}

.product-doc-copy strong {
  color: #30363d;
}

.product-doc-product {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid #e4e8ed;
}

.product-doc-product-media {
  border: 1px solid #d8dde3;
  background: #fff;
}

.product-doc-product-media img {
  display: block;
  width: 100%;
  height: 260px;
  padding: 12px;
  object-fit: contain;
}

.product-doc-product-body h2 {
  margin: 0 0 12px;
  color: var(--brand-blue);
  font-size: 21px;
  line-height: 1.35;
}

.product-doc-product-body p {
  margin: 0;
  color: #4d5864;
  font-size: 15px;
  line-height: 1.85;
}

.product-doc-product-body ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  color: #4d5864;
  font-size: 14px;
  line-height: 1.75;
}

.product-doc-product-body li {
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
}

.product-doc-product-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  background: var(--brand-blue);
}

.product-doc-data {
  padding-top: 22px;
  border-top: 1px solid #e4e8ed;
}

.product-intro-doc {
  color: #59636f;
}

.product-intro-hero-panel {
  display: block;
  margin-bottom: 28px;
  background: transparent;
}

.product-intro-hero {
  min-width: 0;
  aspect-ratio: 2082 / 754;
  margin: 0;
  background: #f6f8fb;
  border: 1px solid #d8dde3;
  overflow: hidden;
}

.product-intro-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-intro-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(12px, 1.4vw, 16px) clamp(28px, 4vw, 46px);
  border: 1px solid #d8dde3;
  background: #fff;
}

.product-intro-hero-copy .product-intro-kicker {
  margin-bottom: 8px;
}

.product-intro-kicker,
.product-intro-section-head > span,
.product-intro-module-copy > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 9px;
  background: #eef5ff;
  color: var(--brand-blue);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.product-intro-hero-copy h1,
.product-intro-section-head h2,
.product-intro-module-copy h2 {
  margin: 0;
  color: #252b33;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-intro-hero-copy h1 {
  font-size: clamp(28px, 3.4vw, 42px);
}

.product-intro-hero-copy p {
  margin: 12px 0 0;
  color: #303943;
  font-size: 16px;
  line-height: 1.75;
}

.product-intro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.product-intro-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #d8dde3;
  background: #fbfdff;
  color: #303943;
  font-size: 13px;
  font-weight: 800;
}

.product-intro-section {
  margin-bottom: 32px;
}

.product-intro-section--last {
  margin-bottom: 0;
}

.product-intro-section-head {
  max-width: 850px;
  margin: 0 auto 20px;
  text-align: center;
}

.product-intro-section-head > span {
  margin-inline: auto;
}

.product-intro-section-head h2,
.product-intro-module-copy h2 {
  font-size: clamp(22px, 2.3vw, 30px);
}

.product-intro-section-head p,
.product-intro-module-copy p {
  margin: 14px 0 0;
  color: #4d5864;
  font-size: 16px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.product-intro-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-intro-card-grid article,
.product-intro-two-up article,
.product-intro-module {
  min-width: 0;
  border: 1px solid #d8dde3;
  background: #fff;
}

.product-intro-card-grid article {
  padding: 20px 18px;
}

.product-intro-card-grid article > span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 30px;
  margin-bottom: 16px;
  background: #eef5ff;
  color: var(--brand-blue);
  font-weight: 900;
}

.product-intro-card-grid h3 {
  margin: 0 0 10px;
  color: #252b33;
  font-size: 18px;
  line-height: 1.25;
}

.product-intro-card-grid p {
  margin: 0;
  color: #4d5864;
  font-size: 14px;
  line-height: 1.75;
}

.product-intro-module {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  padding: clamp(22px, 3.3vw, 34px);
}

.product-intro-module--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
}

.product-intro-module--reverse .product-intro-module-copy {
  order: 2;
}

.product-intro-module--stack {
  grid-template-columns: 1fr;
  gap: 20px;
}

.product-intro-figure {
  min-width: 0;
  margin: 0;
  text-align: center;
}

.product-intro-figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 500px;
  margin: 0 auto;
  object-fit: contain;
}

.product-intro-figure--wide img {
  width: 100%;
}

.product-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.product-intro-grid .product-intro-figure {
  margin: 0;
}

.product-intro-two-up {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-intro-two-up article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 18px;
  padding: clamp(20px, 3vw, 28px);
}

.product-intro-two-up .product-intro-figure {
  margin-top: auto;
}

.product-feature-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.product-feature-image {
  margin: 0;
  text-align: center;
}

.product-feature-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 520px;
  margin: 0 auto;
  object-fit: contain;
}

.product-feature-content h2 {
  margin: 0 0 18px;
  color: #30363d;
  font-size: clamp(23px, 2.1vw, 34px);
  line-height: 1.45;
  font-weight: 900;
}

.product-feature-content .product-doc-copy p {
  font-size: 17px;
}

.product-feature-content strong {
  color: var(--brand-blue);
  font-weight: 900;
}

.product-screen-doc .product-doc-title,
.product-screen-doc .product-doc-section {
  scroll-margin-top: 150px;
}

.product-screen-hero {
  padding-top: 0;
}

.product-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  color: #30363d;
  font-size: 15px;
  line-height: 1.55;
  background: #fff;
}

.product-spec-table th,
.product-spec-table td {
  padding: 12px 14px;
  border: 1px solid #d8dde3;
  text-align: left;
  vertical-align: top;
}

.product-spec-table th {
  width: 30%;
  color: #30363d;
  font-weight: 900;
  background: #fff;
}

.product-spec-table td {
  color: #30363d;
}

.product-number-list p {
  margin-bottom: 16px;
}

.solutions-doc-main .product-doc-title p {
  max-width: 760px;
  margin: 14px auto 0;
  color: #59636f;
  font-size: 16px;
  line-height: 1.85;
}

.solutions-doc-panel .product-doc-section {
  margin-bottom: 32px;
}

.solutions-doc-panel .product-doc-section-title {
  justify-content: center;
  color: var(--brand-blue);
}

.solutions-doc-figure {
  margin: 22px 0 34px;
  text-align: center;
}

.solutions-doc-figure img {
  display: block;
  max-width: 100%;
  max-height: 520px;
  margin: 0 auto;
  object-fit: contain;
}

.solution-six-doc .product-doc-title {
  margin-bottom: 24px;
}

.solution-six-doc .product-doc-section {
  margin-bottom: 38px;
}

.solution-six-doc .product-doc-copy {
  line-height: 1.95;
}

.solution-six-doc .solutions-doc-figure {
  margin: 20px 0 34px;
}

.solution-six-doc .solutions-doc-figure img {
  max-height: none;
}

.solution-figure-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  margin: 20px 0 34px;
}

.solution-figure-row .solutions-doc-figure {
  margin: 0;
}

.solution-data-doc .product-doc-title {
  margin-bottom: 24px;
}

.solution-data-doc .product-doc-section {
  margin-bottom: 28px;
}

.solution-data-doc .product-doc-section-title {
  justify-content: flex-start;
  color: #30363d;
}

.solution-data-doc .product-doc-copy {
  line-height: 2.05;
}

.solution-data-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 26px;
  align-items: stretch;
  margin-bottom: 32px;
  padding: 28px;
  border: 1px solid #dbe5f0;
  background: linear-gradient(135deg, #fff 0%, #f5f9fe 100%);
}

.solution-data-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.solution-data-kicker {
  margin: 0 0 8px;
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 800;
}

.solution-data-hero h2 {
  margin: 0 0 14px;
  color: #252b33;
  font-size: 30px;
  line-height: 1.25;
}

.solution-data-hero p:not(.solution-data-kicker) {
  max-width: 680px;
  margin: 0 0 18px;
  color: #4a535d;
  font-size: 16px;
  line-height: 1.85;
}

.solution-data-hero-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: center;
  padding: 22px;
  border: 1px solid #d8e2ee;
  background: #fff;
}

.solution-data-hero-panel span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border-left: 4px solid var(--brand-blue);
  background: #f7fafe;
  color: #30363d;
  font-weight: 800;
}

.solution-data-open-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 8px;
  padding: 0 18px;
  border-radius: 4px;
  background: var(--brand-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease;
}

.solution-data-open-button:hover,
.solution-data-open-button:focus-visible {
  background: #005fcf;
  transform: translateY(-1px);
}

.solution-data-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.solution-data-service-grid article {
  min-height: 170px;
  padding: 22px;
  border: 1px solid #dbe5f0;
  background: #fff;
}

.solution-data-service-grid span {
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 900;
}

.solution-data-service-grid h3 {
  margin: 8px 0 10px;
  color: #30363d;
  font-size: 20px;
  line-height: 1.35;
}

.solution-data-service-grid p {
  margin: 0;
  color: #59636f;
  font-size: 15px;
  line-height: 1.8;
}

.solution-data-screens {
  display: grid;
  gap: 18px;
}

.solution-data-doc .solutions-doc-figure {
  margin: 0;
}

.solution-data-doc .solutions-doc-figure img {
  width: 100%;
  max-height: none;
  border: 1px solid #eef1f4;
  background: #f7f8fa;
}

.solution-data-interface-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: solution-interface;
  color: #59636f;
  font-size: 16px;
  line-height: 2;
}

.solution-data-interface-list li {
  counter-increment: solution-interface;
  margin: 0 0 8px;
}

.solution-data-interface-list li::before {
  content: counter(solution-interface) ")";
  margin-right: 2px;
}

@media (max-width: 900px) {
  .solution-data-hero,
  .solution-data-service-grid {
    grid-template-columns: 1fr;
  }
}

.solution-service-doc .product-doc-title {
  margin-bottom: 24px;
}

.solution-service-doc .product-doc-section {
  margin-bottom: 28px;
}

.solution-service-doc .product-doc-section-title {
  justify-content: flex-start;
  color: #30363d;
}

.solution-service-doc .product-doc-copy {
  line-height: 2.05;
}

.solution-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.solution-service-grid article {
  padding: 18px;
  border: 1px solid #d8dde3;
  background: #fff;
}

.solution-service-grid p {
  margin: 0;
  color: #59636f;
  font-size: 14px;
  line-height: 1.8;
}

.solution-service-lead {
  margin-top: 28px !important;
  margin-bottom: 10px !important;
}

.solution-service-list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: #59636f;
  font-size: 16px;
  line-height: 2;
}

.solution-service-list li {
  margin: 0 0 6px;
}

.solution-service-list li::before {
  content: "- ";
}

.solution-service-faq-list .solution-service-list {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.85;
}

.solution-service-faq-list .solution-service-list li {
  margin-bottom: 4px;
}

.solutions-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0 28px;
}

.solutions-card {
  padding: 18px;
  border: 1px solid #d8dde3;
  background: #fff;
}

.solutions-card h3 {
  margin: 0 0 10px;
  color: #30363d;
  font-size: 17px;
  line-height: 1.35;
}

.solutions-card p {
  margin: 0;
  color: #59636f;
  font-size: 14px;
  line-height: 1.75;
}

.solutions-delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.solutions-delivery-card {
  border: 1px solid #d8dde3;
  background: #fff;
}

.solutions-delivery-card img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.solutions-delivery-card div {
  padding: 16px 18px 18px;
}

.solutions-delivery-card h3 {
  margin: 0 0 8px;
  color: #30363d;
  font-size: 17px;
}

.solutions-delivery-card p {
  margin: 0;
  color: #59636f;
  font-size: 14px;
  line-height: 1.75;
}

.solutions-platform-list,
.solutions-faq-list {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
}

.solutions-platform-list article,
.solutions-faq-list article {
  padding: 18px 20px;
  border: 1px solid #d8dde3;
  background: #fff;
}

.solutions-platform-list h3,
.solutions-faq-list h3 {
  margin: 0 0 8px;
  color: #30363d;
  font-size: 16px;
}

.solutions-platform-list p,
.solutions-faq-list p {
  margin: 0;
  color: #59636f;
  font-size: 14px;
  line-height: 1.75;
}

.product-doc-panel {
  display: none;
}

.product-doc-panel.is-active {
  display: block;
}

.product-doc-panel.product-doc-product.is-active {
  display: grid;
}

.company-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.profile-card {
  padding: 28px;
}

.profile-card h2 {
  font-size: 24px;
}

.company-certificates {
  background: #fff;
}

.company-certificates .page-section-head {
  max-width: none;
  scroll-margin-top: 126px;
}

@media (max-width: 900px) {
  .company-certificates .page-section-head {
    scroll-margin-top: 74px;
  }
}

@media (max-width: 720px) {
  .company-certificates .page-section-head {
    scroll-margin-top: 68px;
  }
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.certificate-card {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
  min-height: 360px;
  padding: 16px;
  border: 1px solid #d8dde3;
  background: #fff;
  color: #30363d;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.certificate-card:hover,
.certificate-card:focus-visible {
  border-color: var(--brand-blue);
  box-shadow: 0 14px 30px rgba(18, 39, 74, 0.1);
  transform: translateY(-2px);
}

.certificate-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  background: #f7f9fc;
}

.certificate-image img {
  display: block;
  max-width: 100%;
  max-height: 260px;
  object-fit: contain;
}

.certificate-title {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #30363d;
  font-size: 15px;
  line-height: 1.45;
}

.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border: 1px solid #d8dde3;
  background: #f7fafe;
}

.contact-strip p {
  margin-bottom: 0;
}

.site-footer .footer-brand-image {
  display: block;
  width: 145px;
  margin: 0;
  padding: 0;
  background: transparent;
}

.site-footer .footer-brand-image img {
  display: block;
}

.footer-grid > div:first-child p {
  text-align: left;
}

.footer-company-name {
  margin: 18px 0 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.footer-addresses {
  display: grid;
  gap: 8px;
  width: 100%;
}

.footer-addresses p,
.footer-contact-line {
  display: flex;
  align-items: baseline;
  margin: 0;
  color: #b7bec7;
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
}

.footer-label {
  flex: 0 0 74px;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
}

.footer-contact-line .footer-label {
  flex: 0 0 auto;
  text-align: left;
  text-align-last: auto;
}

.footer-separator {
  flex: 0 0 auto;
}

@media (max-width: 1120px) {
  .certificate-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .certificate-grid {
    grid-template-columns: 1fr;
  }

  .certificate-card {
    min-height: 0;
  }

  .certificate-image {
    min-height: 220px;
  }

  .certificate-image img {
    max-height: 220px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.contact-hero-card {
  justify-self: end;
  width: min(100%, 360px);
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 30px;
  border: 1px solid #d8dde3;
  background: #fff;
  box-shadow: 0 18px 46px rgba(27, 40, 55, 0.12);
}

.contact-hero-card strong {
  color: var(--brand-blue);
  font-size: 32px;
  line-height: 1;
}

.contact-hero-card span,
.contact-hero-card small {
  color: #4a535d;
  font-weight: 800;
}

.contact-hero-card img {
  width: 152px;
  height: 152px;
  object-fit: cover;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.contact-info-grid article {
  min-height: 146px;
  padding: 22px;
}

.contact-info-grid span {
  color: var(--brand-blue);
  font-weight: 900;
}

.contact-info-grid strong {
  display: block;
  margin: 10px 0;
  font-size: 22px;
  line-height: 1.2;
}

.contact-info-grid p {
  margin: 0;
  color: #5d6670;
}

.software-hero {
  border-top: 1px solid #cfd5dc;
  background:
    radial-gradient(circle at 85% 12%, rgba(29, 120, 255, 0.1), transparent 28%),
    linear-gradient(120deg, #fff 0%, #f7fbff 48%, #eef5fc 100%);
}

.software-hero-inner {
  min-height: 400px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  gap: 52px;
  padding: 48px 0;
}

.software-hero .page-hero-copy {
  max-width: 720px;
}

.software-hero h1 {
  max-width: 760px;
  color: #202832;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}

.software-hero .page-hero-copy > p:last-of-type {
  max-width: 680px;
  color: #3f4650;
  font-size: 17px;
  line-height: 1.75;
}

.software-qr-card {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 28px 26px;
  border: 1px solid #d8dde3;
  background: #fff;
  box-shadow: 0 18px 46px rgba(24, 38, 56, 0.12);
}

.software-qr-card img {
  width: 176px;
  height: 176px;
  object-fit: contain;
}

.software-qr-card strong {
  margin-top: 4px;
  color: #202832;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
}

.software-qr-card span {
  color: var(--brand-blue);
  font-weight: 900;
}

.software-summary-section {
  padding-top: 34px;
  background: #fff;
}

.software-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 3px solid var(--brand-blue);
  border-left: 1px solid #d8dde3;
  background: #fff;
}

.software-summary-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 132px;
  padding: 22px 20px;
  border-right: 1px solid #d8dde3;
  border-bottom: 1px solid #d8dde3;
}

.software-summary-grid strong {
  color: #202832;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.software-summary-grid span {
  color: #59626d;
  font-size: 14px;
  line-height: 1.7;
}

.software-feature-section {
  padding-top: 50px;
}

.software-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.software-feature-grid article {
  min-height: 188px;
  padding: 24px;
  border: 1px solid #d8dde3;
  background: #fff;
}

.software-feature-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  margin-bottom: 18px;
  background: #eef5ff;
  color: var(--brand-blue);
  font-weight: 900;
}

.software-feature-grid h3 {
  margin: 0 0 10px;
  color: #202832;
  font-size: 21px;
  line-height: 1.25;
}

.software-feature-grid p {
  margin: 0;
  color: #5a6370;
  line-height: 1.75;
}

.software-install-section {
  padding-top: 12px;
}

.software-install-section .split-panel {
  background:
    radial-gradient(circle at 92% 18%, rgba(29, 120, 255, 0.08), transparent 28%),
    #fff;
}

.software-install-section .split-panel p {
  max-width: 760px;
  line-height: 1.8;
}

.software-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.software-platforms span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #cfd9e7;
  background: #f7faff;
  color: #202832;
  font-weight: 900;
}

.software-install-figure {
  display: grid;
  place-items: center;
  padding: 26px;
}

.software-install-figure img {
  width: 210px;
  height: 210px;
  min-height: 0;
  object-fit: contain;
}

.download-landing-page {
  position: relative;
  padding-bottom: 0;
  background: #f5f7fb;
}

.download-landing-page > .page-breadcrumb {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.download-entry-section {
  width: min(100% - 32px, 960px);
  padding: 60px 0 30px;
}

.download-section-head {
  margin-bottom: 26px;
}

.download-section-head h2 {
  margin: 0;
  color: #202832;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
}

.software-download-page {
  padding: 0;
  background: #fff;
}

.software-download-page .page-breadcrumb--overlay {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  width: min(100% - 32px, var(--container));
  padding-top: 10px;
  padding-bottom: 8px;
  margin: 0 auto 8px;
}

.software-app-banner,
.software-app-section-title,
.software-feature-board,
.software-version-grid {
  width: min(100% - 32px, 960px);
  margin-inline: auto;
}

.software-app-banner {
  position: relative;
  height: clamp(288px, 19.7vw, 403px);
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 68% 12%, rgba(69, 235, 255, 0.72), transparent 7%),
    radial-gradient(circle at 72% 55%, rgba(38, 232, 255, 0.55), transparent 13%),
    radial-gradient(circle at 24% 118%, rgba(0, 213, 234, 0.7), transparent 18%),
    linear-gradient(95deg, #062856 0%, #003f77 44%, #0067a5 70%, #073c73 100%);
}

.software-app-banner::before,
.software-app-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.software-app-banner::before {
  opacity: 0.68;
  background:
    linear-gradient(90deg, transparent 0 36%, rgba(24, 210, 237, 0.56) 36% 39%, transparent 39% 45%, rgba(54, 231, 255, 0.66) 45% 48%, transparent 48% 58%, rgba(25, 212, 236, 0.42) 58% 61%, transparent 61%),
    repeating-linear-gradient(0deg, transparent 0 33px, rgba(76, 224, 255, 0.22) 34px 36px, transparent 37px 64px);
  filter: blur(3px);
}

.software-app-banner::after {
  background:
    linear-gradient(166deg, transparent 0 39%, rgba(69, 232, 255, 0.38) 40% 41%, transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 46%, rgba(0, 0, 0, 0.16));
}

.software-app-copy {
  position: absolute;
  left: clamp(56px, 6.7vw, 136px);
  top: clamp(42px, 3.1vw, 64px);
  z-index: 2;
  color: #fff;
}

.software-app-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 2.4vw, 46px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2px;
  white-space: nowrap;
}

.software-app-copy h1 span {
  margin-left: 14px;
  letter-spacing: 2.4px;
}

.software-app-copy p {
  margin: 13px 0 0 2px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(14px, 1.08vw, 19px);
  line-height: 1.2;
  letter-spacing: 2.4px;
}

.software-app-copy img {
  width: clamp(138px, 8.8vw, 180px);
  height: clamp(138px, 8.8vw, 180px);
  margin-top: clamp(46px, 4.2vw, 78px);
  border: 4px solid rgba(255, 255, 255, 0.75);
  background: #fff;
  object-fit: contain;
}

.software-app-copy small {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(12px, 0.84vw, 16px);
  letter-spacing: 1px;
}

.software-phone-scene {
  position: absolute;
  right: clamp(66px, 7.2vw, 146px);
  top: 0;
  z-index: 2;
  width: clamp(216px, 16.8vw, 328px);
  height: 100%;
}

.software-hand {
  position: absolute;
  right: -13px;
  bottom: -43px;
  width: 136px;
  height: 268px;
  border-radius: 59px 58px 0 0;
  background:
    radial-gradient(circle at 42% 10%, #ffe0c7 0 28%, transparent 29%),
    linear-gradient(90deg, #f2bd95, #ffd5b7 47%, #efb080);
  box-shadow: inset 17px 0 20px rgba(142, 75, 42, 0.12);
}

.software-phone {
  position: absolute;
  right: 58px;
  top: clamp(38px, 2.3vw, 48px);
  width: clamp(114px, 8.8vw, 173px);
  height: clamp(229px, 15.4vw, 314px);
  padding: 16px 10px 11px;
  border: 4px solid #2a2f36;
  border-radius: 22px;
  background: #f9fbff;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.55),
    0 18px 30px rgba(0, 0, 0, 0.35);
}

.phone-notch {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 50px;
  height: 11px;
  transform: translateX(-50%);
  border-radius: 0 0 12px 12px;
  background: #11151a;
}

.phone-status {
  display: flex;
  justify-content: space-between;
  color: #343b44;
  font-size: 6px;
  font-weight: 900;
}

.phone-screen-title {
  margin: 6px 0 8px;
  text-align: center;
  color: #2c3542;
  font-size: 8px;
  font-weight: 900;
}

.phone-app-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 6px;
  border-radius: 6px;
  background: #fff;
}

.phone-app-grid span {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 3px;
  color: #5b6571;
  font-size: 5px;
}

.phone-app-grid span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #2f7dff;
}

.phone-app-grid span:nth-child(5)::before,
.phone-app-grid span:nth-child(7)::before {
  background: #ff7a21;
}

.phone-app-grid span:nth-child(6)::before {
  background: #4ec165;
}

.phone-app-grid span:nth-child(8)::before {
  background: #34a8f5;
}

.phone-card,
.phone-tabs,
.phone-list {
  margin-top: 6px;
  padding: 6px;
  border-radius: 6px;
  background: #fff;
}

.phone-card {
  display: flex;
  justify-content: space-between;
  color: #49525d;
  font-size: 6px;
}

.phone-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 4px;
  font-size: 5px;
  text-align: center;
}

.phone-tabs span:first-child {
  color: #1d78ff;
  font-weight: 900;
}

.phone-list {
  display: grid;
  gap: 6px;
}

.phone-list i {
  display: block;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(90deg, #e8edf4 0 24%, #f5f7fb 24% 63%, #e8edf4 63%);
}

.software-app-banner {
  height: auto;
  aspect-ratio: 2171 / 724;
  border-radius: 0;
  background: url("assets/Download/app/background.png") center / cover no-repeat;
}

.software-app-banner::before,
.software-app-banner::after {
  display: none;
}

.software-app-copy {
  left: 6%;
  top: 12.4%;
  width: 26%;
}

.software-app-copy h1 {
  margin: 0;
  line-height: 1;
}

.software-app-copy img.software-app-logo {
  width: min(100%, 430px);
  height: auto;
  margin: 0;
  border: 0;
  background: transparent;
}

.software-app-copy p {
  margin: clamp(2px, 0.26vw, 5px) 0 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(13px, 0.98vw, 20px);
  line-height: 1.2;
  letter-spacing: 0.16em;
}

.software-app-download-area {
  position: absolute;
  left: 6%;
  top: 40.4%;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 58%) 1px minmax(0, 22%);
  column-gap: 5%;
  align-items: stretch;
  width: 39.4%;
}

.software-app-download-buttons {
  display: grid;
  gap: clamp(10px, 0.9vw, 18px);
  width: 100%;
  margin: 0;
}

.software-app-download-link {
  display: block;
  width: 100%;
  line-height: 0;
  border-radius: 10px;
}

.software-app-download-link:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.86);
  outline-offset: 3px;
}

.software-app-download-buttons img {
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  background: transparent;
  object-fit: contain;
}

.software-app-divider {
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.74);
}

.software-app-qr {
  width: 100%;
  color: #fff;
}

.software-app-qr img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border: clamp(4px, 0.36vw, 7px) solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  background: #fff;
}

.software-app-qr span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: clamp(8px, 0.66vw, 14px);
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(13px, 1.02vw, 21px);
  line-height: 1.2;
  white-space: nowrap;
}

.software-app-qr svg {
  width: 0.9em;
  height: 0.9em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.software-app-phone-image {
  position: absolute;
  right: 1.2%;
  top: -4.2%;
  z-index: 1;
  width: 52%;
  height: 110%;
  object-fit: contain;
  object-position: center;
}

.software-app-benefits {
  position: absolute;
  left: 6.1%;
  bottom: 9.7%;
  z-index: 2;
  display: flex;
  gap: clamp(30px, 3.65vw, 76px);
  color: #fff;
}

.software-app-benefits article {
  display: grid;
  grid-template-columns: clamp(32px, 2.55vw, 54px) auto;
  grid-template-rows: auto auto;
  column-gap: clamp(9px, 0.85vw, 18px);
  align-items: center;
}

.software-app-benefits article > span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: clamp(32px, 2.55vw, 54px);
  height: clamp(32px, 2.55vw, 54px);
  border-radius: 50%;
  background: linear-gradient(145deg, #fff, #d7ecff 58%, #7ab8ff);
  box-shadow: 0 0 18px rgba(90, 185, 255, 0.42);
}

.software-app-benefits svg {
  width: 56%;
  height: 56%;
  fill: none;
  stroke: #146cff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.software-app-benefits strong {
  color: #fff;
  font-size: clamp(12px, 1vw, 20px);
  line-height: 1.2;
  font-weight: 900;
}

.software-app-benefits small {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(9px, 0.64vw, 14px);
  line-height: 1.25;
}

.software-app-section-title {
  display: flex;
  align-items: center;
  min-height: 70px;
  margin-top: 56px;
  padding: 0 20px;
  border-radius: 6px;
  background: #f4f4f4;
}

.software-app-section-title h2,
.software-version-card h2 {
  margin: 0;
  color: #41464d;
  font-size: clamp(21px, 1.4vw, 27px);
  line-height: 1.2;
  font-weight: 500;
}

.software-app-section-title h2 {
  font-size: clamp(20px, 1.2vw, 24px);
}

.software-feature-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-items: center;
  align-items: center;
  gap: 30px 42px;
  min-height: 262px;
  margin-top: 28px;
  padding: 28px 38px;
  border-radius: 10px;
  background: #ededed;
}

.software-feature-board span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 188px);
  min-height: 52px;
  padding: 0 16px;
  border-radius: 6px;
  background: #0b86ff;
  color: #fff;
  font-size: clamp(13px, 0.9vw, 17px);
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}

.software-version-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  margin-top: 90px;
}

.software-version-card h2 {
  display: flex;
  align-items: center;
  min-height: 100px;
  margin-bottom: 52px;
  padding: 0 18px;
  border-radius: 8px;
  background: #f4f4f4;
}

.software-version-card p {
  margin: 0 0 48px;
  color: #555b63;
  font-size: clamp(17px, 1.16vw, 23px);
  line-height: 1.75;
  font-weight: 400;
}

.software-version-card strong {
  color: #555b63;
  font-weight: 400;
}

@media (max-width: 640px) {
  .download-landing-page {
    padding-bottom: 0;
  }

  .download-section-head h2 {
    font-size: 25px;
  }
}

@media (max-width: 1280px) {
  .software-app-copy {
    left: 5.8%;
    top: 12.2%;
    width: 26%;
  }

  .software-app-copy img.software-app-logo {
    width: 100%;
  }

  .software-app-copy p {
    margin-top: 0.26vw;
    font-size: 1.16vw;
    letter-spacing: 0.13em;
  }

  .software-app-download-buttons {
    gap: 0.86vw;
    width: 100%;
    margin: 0;
  }

  .software-app-download-area {
    left: 5.8%;
    top: 39.2%;
    width: 39.7%;
    grid-template-columns: minmax(0, 58%) 1px minmax(0, 22%);
    column-gap: 5%;
  }

  .software-app-qr {
    width: 100%;
  }

  .software-app-qr img {
    border-width: 0.36vw;
    border-radius: 6px;
  }

  .software-app-qr span {
    gap: 4px;
    margin-top: 0.52vw;
    font-size: 1.18vw;
  }

  .software-app-benefits {
    left: 5.8%;
    bottom: 6.6%;
    gap: 2.35vw;
  }

  .software-app-benefits article {
    grid-template-columns: 3.3vw auto;
    column-gap: 0.72vw;
  }

  .software-app-benefits article > span {
    width: 3.3vw;
    height: 3.3vw;
  }

  .software-app-benefits strong {
    font-size: 1.12vw;
  }

  .software-app-benefits small {
    font-size: 0.82vw;
  }

  .software-app-phone-image {
    right: 0.4%;
    width: 51%;
  }

  .software-feature-board {
    gap: 26px 24px;
    padding: 26px 34px;
  }

  .software-phone-scene {
    right: 40px;
  }
}

@media (max-width: 1120px) {
  .software-app-benefits {
    display: flex;
    bottom: 5.2%;
    gap: 1.7vw;
  }

  .software-app-copy {
    top: 12.6%;
  }

  .software-app-benefits article {
    grid-template-columns: 3vw auto;
    column-gap: 0.54vw;
  }

  .software-app-benefits article > span {
    width: 3vw;
    height: 3vw;
  }

  .software-app-benefits strong {
    font-size: 0.96vw;
  }

  .software-app-benefits small {
    font-size: 0.7vw;
  }

  .software-app-download-area {
    top: 39.4%;
    width: 40%;
  }
}

@media (max-width: 980px) {
  .software-download-page {
    padding-top: 0;
  }

  .software-app-banner,
  .software-app-section-title,
  .software-feature-board,
  .software-version-grid {
    width: min(100% - 32px, 960px);
  }

  .software-app-banner {
    height: clamp(280px, 38vw, 360px);
    aspect-ratio: auto;
  }

  .software-app-copy {
    left: 5.4%;
    top: 12.8%;
    width: 27%;
  }

  .software-app-copy img.software-app-logo {
    width: 100%;
  }

  .software-app-copy p {
    margin-top: 0.28vw;
    font-size: 1.08vw;
  }

  .software-app-download-buttons {
    width: 100%;
    gap: 0.7vw;
    margin: 0;
  }

  .software-app-download-area {
    left: 5.4%;
    top: 38.4%;
    width: min(60%, 520px);
    grid-template-columns: minmax(150px, 1fr) 1px 108px;
    column-gap: 14px;
    align-items: start;
  }

  .software-app-qr {
    display: block;
    visibility: visible;
    opacity: 1;
    width: 108px;
    min-width: 108px;
    justify-self: start;
    z-index: 3;
  }

  .software-app-qr img {
    display: block;
    visibility: visible;
    opacity: 1;
    width: 108px;
    height: 108px;
    max-width: none;
  }

  .software-app-qr span {
    display: flex;
    visibility: visible;
    opacity: 1;
    margin-top: 5px;
    font-size: clamp(10px, 1.35vw, 13px);
  }

  .software-app-benefits {
    display: flex;
    left: 5.5%;
    bottom: 4.6%;
    gap: clamp(10px, 1.45vw, 18px);
  }

  .software-app-benefits article {
    grid-template-columns: clamp(24px, 3vw, 30px) auto;
    column-gap: 6px;
  }

  .software-app-benefits article > span {
    width: clamp(24px, 3vw, 30px);
    height: clamp(24px, 3vw, 30px);
  }

  .software-app-benefits strong {
    font-size: clamp(9px, 1.15vw, 12px);
  }

  .software-app-benefits small {
    font-size: clamp(8px, 0.95vw, 10px);
  }

  .software-phone-scene {
    right: 0;
    width: 224px;
    opacity: 0.92;
  }

  .software-hand {
    right: -46px;
  }

  .software-phone {
    right: 40px;
  }

  .software-feature-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .software-version-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 640px) {
  .page-breadcrumb {
    min-height: auto;
    padding: 8px 0 6px;
    font-size: 13px;
  }

  .page-breadcrumb li + li::before {
    margin: 0 8px;
  }

  .page-breadcrumb--overlay {
    width: min(100% - 24px, var(--container));
    padding-top: 10px;
  }

  .software-app-banner,
  .software-app-section-title,
  .software-feature-board,
  .software-version-grid {
    width: min(100% - 32px, 960px);
  }

  .software-app-banner {
    height: 440px;
    border-radius: 18px;
    background-position: center;
  }

  .software-app-copy {
    left: 24px;
    top: 28px;
    width: 52%;
  }

  .software-app-copy p {
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 0.12em;
  }

  .software-app-download-area {
    left: 18px;
    top: 124px;
    width: min(50%, 290px);
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    row-gap: 10px;
    column-gap: 0;
    align-items: start;
  }

  .software-app-download-buttons {
    gap: 8px;
    width: 100%;
  }

  .software-phone-scene {
    right: -14px;
    top: 122px;
    transform: scale(0.82);
    transform-origin: right top;
  }

  .software-app-divider {
    display: none;
  }

  .software-app-qr {
    display: block;
    visibility: visible;
    opacity: 1;
    width: clamp(78px, 20vw, 88px);
    min-width: 78px;
    justify-self: start;
    grid-column: 1;
    grid-row: 2;
    z-index: 5;
  }

  .software-app-qr img {
    display: block;
    visibility: visible;
    opacity: 1;
    width: clamp(78px, 20vw, 88px);
    height: clamp(78px, 20vw, 88px);
    max-width: none;
    border-width: 4px;
    border-radius: 6px;
  }

  .software-app-qr span {
    display: flex;
    visibility: visible;
    opacity: 1;
    justify-content: flex-start;
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .software-app-benefits {
    display: flex;
    left: 18px;
    right: 18px;
    bottom: 14px;
    justify-content: space-between;
    gap: 8px;
  }

  .software-app-benefits article {
    grid-template-columns: 28px auto;
    column-gap: 6px;
  }

  .software-app-benefits article > span {
    width: 28px;
    height: 28px;
  }

  .software-app-benefits strong {
    font-size: 11px;
    white-space: nowrap;
  }

  .software-app-benefits small {
    font-size: 9px;
    white-space: nowrap;
  }

  .software-app-phone-image {
    right: -12px;
    top: 78px;
    width: 54%;
    height: 72%;
  }

  .software-app-section-title {
    min-height: 58px;
    margin-top: 34px;
  }

  .software-feature-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    min-height: 0;
    padding: 18px;
    border-radius: 8px;
  }

  .software-feature-board span {
    min-height: 42px;
    padding: 0 10px;
    font-size: 11px;
  }

  .software-version-grid {
    margin-top: 42px;
  }

  .software-version-card h2 {
    min-height: 70px;
    margin-bottom: 24px;
  }

  .software-version-card p {
    margin-bottom: 22px;
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .software-app-banner {
    height: 420px;
  }

  .software-app-copy {
    left: 18px;
    top: 24px;
    width: 58%;
  }

  .software-app-copy p {
    font-size: 12px;
  }

  .software-app-download-area {
    top: 116px;
    width: min(50%, 205px);
  }

  .software-app-download-buttons {
    gap: 7px;
  }

  .software-app-qr {
    width: 76px;
    min-width: 76px;
  }

  .software-app-qr img {
    width: 76px;
    height: 76px;
  }

  .software-app-qr span {
    font-size: 9px;
  }

  .software-app-phone-image {
    right: -10px;
    top: 88px;
    width: 52%;
    height: 66%;
  }

  .software-app-benefits {
    bottom: 16px;
    gap: 6px;
  }

  .software-app-benefits article {
    grid-template-columns: 24px auto;
    column-gap: 4px;
  }

  .software-app-benefits article > span {
    width: 24px;
    height: 24px;
  }

  .software-app-benefits strong {
    font-size: 10px;
  }

  .software-app-benefits small {
    font-size: 8px;
  }
}

.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: 40px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid #d8dde3;
  background: #fff;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: #252b33;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cfd5dc;
  padding: 10px 12px;
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

@media (max-width: 1080px) {
  .product-page-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .page-hero-inner,
  .split-panel,
  .split-panel--reverse,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-inner {
    min-height: 0;
    gap: 28px;
    padding: 34px 0;
  }

  .page-hero h1 {
    font-size: clamp(30px, 7vw, 42px);
  }

  .page-hero-media img,
  .page-hero-media video {
    height: 240px;
  }

  .solution-grid,
  .company-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .solution-document {
    padding-top: 26px;
  }

  .solution-doc-title h1 {
    font-size: 24px;
  }

  .solution-block-figure img {
    max-height: none;
  }

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

  .footer-consult-card,
  .solution-block--contact {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-hero-card {
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .solution-grid,
  .company-profile-grid,
  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .solution-document {
    width: min(100% - 24px, var(--container));
    padding-top: 22px;
  }

  .solution-doc-title {
    margin-bottom: 20px;
    padding-bottom: 18px;
  }

  .solution-doc-title h1 {
    font-size: 21px;
  }

  .solution-doc-title p,
  .solution-block-copy {
    font-size: 14px;
    line-height: 1.8;
  }

  .solution-block-title {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 15px;
  }

  .solution-block {
    margin-bottom: 22px;
  }

  .solution-scenario-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-consult-card,
  .solution-block--contact {
    padding: 18px;
  }

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

  .split-panel,
  .contact-strip,
  .contact-form {
    padding: 22px;
  }

  .product-page-card p {
    display: none;
  }
}

@media (max-width: 1100px) {
  .cases-hero-inner {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .cases-hero-highlights {
    justify-content: flex-start;
    max-width: none;
  }

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

@media (max-width: 900px) {
  .cases-main > .page-breadcrumb,
  .cases-main > .cases-hero {
    display: none;
  }

  .cases-layout {
    display: block;
    width: 100%;
    padding-top: 0;
  }

  .case-anchor-bar {
    position: sticky;
    top: 58px;
    z-index: 40;
    min-height: 54px;
    display: flex;
    align-items: center;
    border-top: 0;
    border-bottom: 1px solid rgba(216, 221, 227, 0.9);
    border-right: 0;
    border-left: 0;
    background: #fff;
    box-shadow: 0 8px 18px rgba(18, 28, 38, 0.08);
  }

  .case-anchor-list {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: row;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    padding: 6px max(33px, calc((100vw - var(--container)) / 2));
    scrollbar-width: none;
  }

  .case-anchor-bar a {
    flex: 0 0 auto;
    min-height: 38px;
    justify-content: center;
    padding: 0 14px;
    font-size: 13px;
  }

  .case-section {
    scroll-margin-top: 126px;
    width: min(100% - 66px, var(--container));
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .cases-hero {
    background-position: 42% center;
  }

  .cases-hero-inner {
    min-height: 0;
    padding: 24px 0 22px;
  }

  .cases-hero h1 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .cases-hero p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.65;
  }

  .cases-hero-highlights {
    gap: 7px;
  }

  .cases-hero-highlights span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }

  .case-anchor-bar {
    top: 52px;
    min-height: 48px;
  }

  .case-anchor-bar a {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .case-section {
    padding-top: 34px;
  }

  .case-section-head {
    gap: 12px;
    margin-bottom: 16px;
  }

  .case-section-head span {
    width: 48px;
    height: 38px;
    font-size: 18px;
  }

  .case-section-head h2 {
    font-size: clamp(22px, 5.6vw, 30px);
  }

  .case-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .case-body {
    grid-template-columns: 78px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 7px;
    padding: 16px;
  }

  .case-title-row {
    display: contents;
  }

  .case-title-row img {
    width: 78px;
    max-height: 32px;
  }

  .case-title-row h3 {
    font-size: clamp(15px, 4vw, 17px);
    white-space: nowrap;
  }

  .case-tags {
    flex-wrap: nowrap;
    gap: 4px;
    overflow: hidden;
  }

  .case-tags span {
    min-height: 18px;
    padding: 0 6px;
    font-size: clamp(8px, 2.2vw, 10px);
    white-space: nowrap;
  }

  .case-facts div {
    grid-template-columns: 64px 1fr;
    gap: 9px;
  }

  .case-facts dd {
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  .product-doc-page {
    grid-template-columns: 1fr;
    gap: 22px;
    width: min(100% - 72px, 1180px);
    padding-top: 22px;
  }

  .product-doc-sidebar {
    position: sticky;
    top: 104px;
    z-index: 9;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    padding: 8px 0 10px;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.96) 100%);
    scrollbar-width: none;
  }

  .product-doc-sidebar::-webkit-scrollbar {
    display: none;
  }

  .product-doc-sidebar a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
    white-space: nowrap;
  }

  .product-doc-title,
  .product-doc-section,
  .product-doc-product {
    scroll-margin-top: 158px;
  }

  .product-doc-banner img {
    max-height: 280px;
  }

  .product-doc-product {
    grid-template-columns: minmax(160px, 0.36fr) minmax(0, 1fr);
    gap: 20px;
    padding: 24px 0;
  }

  .product-doc-product-media img {
    height: 220px;
  }

  .product-intro-hero-panel,
  .product-intro-module,
  .product-intro-module--reverse {
    grid-template-columns: 1fr;
  }

  .product-intro-module--reverse .product-intro-module-copy {
    order: 0;
  }

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

@media (max-width: 980px) {
  .solution-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .solutions-delivery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .solutions-doc-main .product-doc-title p {
    font-size: 14px;
    line-height: 1.75;
  }

  .solution-entry-grid {
    grid-template-columns: 1fr;
  }

  .solution-entry-card-body {
    padding: 16px;
  }

  .solution-entry-card strong {
    font-size: 18px;
  }

  .solutions-card-grid {
    grid-template-columns: 1fr;
  }

  .solutions-card,
  .solutions-platform-list article,
  .solutions-faq-list article {
    padding: 15px;
  }

  .solution-service-grid {
    grid-template-columns: 1fr;
  }

  .solution-service-grid article {
    padding: 15px;
  }

  .solutions-doc-figure img {
    max-height: 360px;
  }

  .solution-six-doc .solutions-doc-figure img {
    max-height: none;
  }

  .solution-figure-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .solution-data-hero {
    gap: 18px;
    padding: 18px;
  }

  .solution-data-hero h2 {
    font-size: 22px;
  }

  .solution-data-hero p:not(.solution-data-kicker),
  .solution-data-service-grid p,
  .solution-data-interface-list {
    font-size: 14px;
  }

  .solution-data-hero-panel,
  .solution-data-service-grid article {
    padding: 16px;
  }

  .solutions-delivery-card img {
    height: 180px;
  }
}

@media (max-width: 680px) {
  .product-doc-title h1 {
    font-size: 23px;
  }

  .product-doc-banner img {
    max-height: 220px;
  }

  .product-intro-hero {
    margin-bottom: 22px;
  }

  .product-intro-hero-panel {
    margin-bottom: 22px;
  }

  .product-intro-hero img {
    height: 100%;
    object-fit: contain;
  }

  .product-intro-hero-copy {
    padding: 10px 20px;
  }

  .product-intro-hero-copy h1 {
    font-size: 24px;
  }

  .product-intro-hero-copy p,
  .product-intro-section-head p,
  .product-intro-module-copy p {
    font-size: 14px;
    line-height: 1.8;
  }

  .product-intro-section {
    margin-bottom: 24px;
  }

  .product-intro-card-grid,
  .product-intro-two-up {
    grid-template-columns: 1fr;
  }

  .product-intro-card-grid article {
    padding: 16px;
  }

  .product-intro-module,
  .product-intro-two-up article {
    padding: 18px;
  }

  .product-intro-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-feature-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-feature-image img {
    max-height: 360px;
  }

  .product-feature-content h2 {
    font-size: 21px;
  }

  .product-feature-content .product-doc-copy p {
    font-size: 14px;
  }

  .product-intro-figure {
    margin-top: 18px;
  }

  .product-doc-section-title {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 15px;
  }

  .product-doc-copy {
    font-size: 14px;
    line-height: 1.8;
  }

  .solution-service-list {
    font-size: 14px;
    line-height: 1.85;
  }

  .product-doc-product {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .product-doc-product-media img {
    height: 220px;
  }

  .product-doc-product-body h2 {
    font-size: 18px;
  }

  .product-doc-product-body p {
    font-size: 14px;
    line-height: 1.75;
  }

  .product-doc-product-body ul {
    font-size: 13px;
  }
}
