.product-center-main {
  --product-shell-width: min(1400px, calc(100% - 72px));
  --product-border: #d9e4f2;
  --product-border-strong: #c8d8ec;
  --product-text: #152033;
  --product-subtle: #5c6c81;
  --product-blue: #1768ff;
  --product-blue-dark: #0c4fd4;
  --product-surface: #ffffff;
  --product-surface-soft: #f6f9fd;
  --product-shadow: 0 18px 44px rgba(15, 35, 66, 0.08);
}

/* Figma/Lakala product center final pass: product-line first, capability family carousel second. */
.product-overview-page {
  overflow-x: hidden;
  background: #f5f6f8;
}

.product-center-main {
  --product-shell-width: min(1200px, calc(100vw - 96px));
  --product-blue: #256cba;
  --product-cyan: #00b9f1;
  --product-ink: #243141;
  --product-muted: #66727f;
  --product-soft: #f5f6f8;
  background: #fff !important;
  overflow: hidden;
}

.product-center-main .product-center-shell {
  width: var(--product-shell-width) !important;
  max-width: var(--product-shell-width) !important;
  margin-inline: auto;
}

.product-center-main .product-overview-hero {
  min-height: 500px !important;
  display: flex;
  align-items: center;
  padding: 96px 0 72px !important;
  background:
    linear-gradient(90deg, rgba(222, 244, 255, 0.96) 0%, rgba(238, 249, 255, 0.82) 34%, rgba(255, 255, 255, 0.28) 58%, rgba(214, 236, 255, 0.72) 100%),
    url("https://qn.shangfutong.net/image/products/payment/product-payment-hero-20260526-v2.webp") center right / cover no-repeat !important;
  box-shadow: inset 0 -1px 0 rgba(219, 226, 232, 0.9);
}

.product-center-main .product-overview-hero .subpage-hero-shell {
  width: var(--product-shell-width) !important;
  min-height: 332px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 540px) !important;
  align-items: center !important;
  justify-content: start !important;
  text-align: left !important;
}

.product-center-main .product-overview-hero .product-hero-copy {
  max-width: 540px !important;
  align-items: flex-start !important;
  margin: 0 !important;
}

.product-center-main .product-overview-hero .eyebrow {
  margin-bottom: 18px !important;
  color: var(--product-blue) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

.product-center-main .product-overview-hero h1 {
  max-width: 540px !important;
  margin: 0 !important;
  color: var(--product-blue) !important;
  font-size: clamp(46px, 3.45vw, 64px) !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.72);
}

.product-center-main .product-overview-hero .subpage-hero-lead {
  max-width: 520px !important;
  margin: 22px 0 0 !important;
  color: #415566 !important;
  font-size: 18px !important;
  line-height: 1.9 !important;
}

.product-center-main .product-overview-hero .product-hero-stats,
.product-center-main .product-overview-hero .hero-actions,
.product-center-main .product-overview-hero .product-hero-search,
.product-center-main .product-overview-hero .product-search-suggestions,
.product-search-panel {
  display: none !important;
}

.product-line-section {
  padding: 76px 0 82px !important;
  background: #fff !important;
}

.product-line-heading {
  max-width: 780px !important;
  display: grid !important;
  gap: 14px !important;
  margin: 0 auto 44px !important;
  text-align: center !important;
}

.product-line-heading h2 {
  margin: 0 !important;
  color: #222 !important;
  font-size: clamp(30px, 2.4vw, 40px) !important;
  line-height: 1.28 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.product-line-heading p {
  max-width: 680px !important;
  margin: 0 auto !important;
  color: #666 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.product-line-showcase {
  --line-card-width: clamp(268px, 16vw, 306px);
  width: 100vw !important;
  max-width: none !important;
  display: flex !important;
  align-items: stretch !important;
  gap: 24px !important;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: 4px max(28px, calc((100vw - var(--line-card-width)) / 2)) 26px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-snap-type: x mandatory !important;
  scroll-padding-inline: max(28px, calc((100vw - var(--line-card-width)) / 2));
  scrollbar-width: none;
}

.product-line-showcase::-webkit-scrollbar {
  display: none;
}

.product-line-card {
  position: relative !important;
  flex: 0 0 var(--line-card-width) !important;
  min-height: 308px !important;
  display: grid !important;
  grid-template-rows: 122px minmax(0, 1fr) !important;
  border: 1px solid #edf1f5 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(37, 74, 109, 0.06) !important;
  color: inherit !important;
  text-decoration: none !important;
  opacity: 0.52 !important;
  transform: scale(0.92) !important;
  transform-origin: center;
  overflow: hidden !important;
  scroll-snap-align: center !important;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease !important;
}

.product-line-card.is-focus,
.product-line-card:hover,
.product-line-card:focus-visible {
  border-color: rgba(37, 108, 186, 0.2) !important;
  box-shadow: 0 22px 54px rgba(37, 74, 109, 0.14) !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}

.product-line-card-visual {
  height: 122px !important;
  margin: 0 !important;
  background: #eef7fd !important;
  overflow: hidden !important;
}

.product-line-card-visual img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

.product-line-card-copy {
  display: grid !important;
  align-content: start !important;
  gap: 11px !important;
  min-height: 0 !important;
  padding: 22px 22px 24px !important;
  background: #fff !important;
}

.product-line-card-index {
  color: var(--product-cyan) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.product-line-card h3 {
  margin: 0 !important;
  color: #333 !important;
  font-size: 22px !important;
  line-height: 1.28 !important;
  font-weight: 500 !important;
}

.product-line-card p {
  margin: 0 !important;
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

.product-line-card-points {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin: 2px 0 0 !important;
}

.product-line-card-points span {
  min-height: 25px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 9px !important;
  border: 1px solid #dceaf7 !important;
  border-radius: 999px !important;
  background: #f7fbff !important;
  color: #3f6d9b !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}

.product-line-card strong {
  width: max-content !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 2px !important;
  color: var(--product-blue) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
}

.product-line-card strong::after,
.product-family-card em::after,
.product-item-link::after {
  content: ">" !important;
  font-size: 13px !important;
}

.product-line-dots,
.product-family-dots {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 2px !important;
}

.product-line-dots button,
.product-family-dots button {
  width: 7px !important;
  height: 7px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #8ddcf4 !important;
  opacity: 0.9 !important;
  cursor: pointer !important;
  transition:
    width 0.2s ease,
    background 0.2s ease,
    opacity 0.2s ease !important;
}

.product-line-dots button.is-active,
.product-family-dots button.is-active {
  width: 18px !important;
  background: var(--product-cyan) !important;
  opacity: 1 !important;
}

.product-family-section {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  padding: 78px 0 84px !important;
  border: 0 !important;
  background: #f6f6f6 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.product-family-section::before {
  content: "";
  display: none;
}

.product-overview-page.product-family-nav-docked .site-header {
  transform: none !important;
  pointer-events: auto !important;
}

.product-family-grid {
  --family-card-width: clamp(360px, 31vw, 472px);
  width: 100vw !important;
  max-width: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 44px !important;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: 8px max(32px, calc((100vw - var(--family-card-width)) / 2)) 34px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-snap-type: x mandatory !important;
  scroll-padding-inline: max(32px, calc((100vw - var(--family-card-width)) / 2));
  scrollbar-width: none !important;
}

.product-family-grid::-webkit-scrollbar {
  display: none !important;
}

.product-family-card {
  position: relative !important;
  flex: 0 0 var(--family-card-width) !important;
  min-height: 238px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 178px !important;
  align-items: stretch !important;
  gap: 0 !important;
  padding: 0 !important;
  border: 1px solid #edf1f5 !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 8px 24px rgba(36, 56, 78, 0.06) !important;
  color: #333 !important;
  cursor: pointer !important;
  opacity: 0.42 !important;
  overflow: hidden !important;
  scroll-snap-align: center !important;
  transform: scale(0.9) !important;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease !important;
}

.product-family-card.is-focus,
.product-family-card:hover,
.product-family-card:focus-visible {
  border-color: rgba(37, 108, 186, 0.18) !important;
  background: #fff !important;
  box-shadow: 0 20px 54px rgba(36, 56, 78, 0.14) !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}

.product-family-card-copy {
  min-width: 0 !important;
  display: grid !important;
  align-content: start !important;
  gap: 12px !important;
  padding: 34px 10px 30px 34px !important;
  text-align: left !important;
}

.product-family-card-top {
  display: grid !important;
  justify-items: start !important;
  gap: 8px !important;
  padding: 0 !important;
}

.product-family-card-top span {
  color: #333 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
}

.product-family-card-top strong {
  display: inline-flex !important;
  color: var(--product-blue) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.product-family-card p {
  max-width: 252px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.68 !important;
  text-align: left !important;
}

.product-family-highlights {
  max-width: 258px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  padding: 0 !important;
}

.product-family-highlights span {
  min-height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 8px !important;
  border: 1px solid #dceaf7 !important;
  border-radius: 999px !important;
  background: #f7fbff !important;
  color: #3f6d9b !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}

.product-family-card em {
  width: max-content !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  color: var(--product-blue) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.product-family-card-visual {
  order: 2 !important;
  height: 100% !important;
  min-height: 238px !important;
  margin: 0 !important;
  background: #eef7fd !important;
  overflow: hidden !important;
}

.product-family-card-visual img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

.product-matrix-section {
  padding: 86px 0 96px !important;
  background: #fff !important;
}

.product-matrix-groups {
  display: grid !important;
  gap: 52px !important;
}

.product-group {
  padding: 0 !important;
}

.product-group-header {
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 24px !important;
  padding: 0 0 24px !important;
}

.product-group-title {
  margin: 0 !important;
  color: #222 !important;
  font-size: clamp(28px, 2.1vw, 36px) !important;
  line-height: 1.28 !important;
  font-weight: 500 !important;
}

.product-group-summary {
  max-width: 680px !important;
  margin: 12px 0 0 !important;
  color: #666 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.product-center-card-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-item-card {
  min-width: 0 !important;
  min-height: 0 !important;
  display: grid !important;
  align-content: start !important;
  gap: 12px !important;
  padding: 0 0 20px !important;
  border: 1px solid #e6edf4 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.product-item-card:hover {
  border-color: rgba(37, 108, 186, 0.22) !important;
  box-shadow: 0 14px 36px rgba(36, 56, 78, 0.09) !important;
}

.product-item-visual {
  height: 152px !important;
  margin: 0 0 4px !important;
  background: #eef7fd !important;
}

.product-item-head,
.product-item-card > p,
.product-item-tags,
.product-item-link {
  margin-right: 18px !important;
  margin-left: 18px !important;
}

.product-item-head h4 {
  margin: 0 !important;
  color: #333 !important;
  font-size: 19px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}

.product-item-card > p {
  margin-top: 0 !important;
  color: #666 !important;
  font-size: 13px !important;
  line-height: 1.68 !important;
}

.product-item-link {
  width: max-content !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: var(--product-blue) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
}

@media (min-width: 1500px) {
  .product-center-main {
    --product-shell-width: 1200px;
  }

  .product-line-showcase {
    --line-card-width: 300px;
  }

  .product-family-grid {
    --family-card-width: 474px;
  }
}

@media (max-width: 1180px) {
  .product-center-main {
    --product-shell-width: min(100vw - 64px, 1080px);
  }

  .product-center-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .product-center-main {
    --product-shell-width: min(100vw - 40px, 820px);
  }

  .product-center-main .product-overview-hero {
    min-height: 420px !important;
    padding: 82px 0 56px !important;
    background:
      linear-gradient(90deg, rgba(222, 244, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 72%, rgba(222, 244, 255, 0.88) 100%),
      url("https://qn.shangfutong.net/image/products/payment/product-payment-hero-20260526-v2.webp") center right / cover no-repeat !important;
  }

  .product-line-section {
    padding: 62px 0 70px !important;
  }

  .product-family-section {
    padding: 64px 0 72px !important;
  }

  .product-line-heading {
    margin-bottom: 34px !important;
  }

  .product-line-showcase {
    --line-card-width: min(78vw, 326px);
    gap: 18px !important;
  }

  .product-family-grid {
    --family-card-width: min(82vw, 420px);
    gap: 22px !important;
  }

  .product-center-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .product-center-main {
    --product-shell-width: min(100vw - 28px, 560px);
  }

  .product-center-main .product-overview-hero {
    min-height: 0 !important;
    padding: 72px 0 48px !important;
  }

  .product-center-main .product-overview-hero .subpage-hero-shell {
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .product-center-main .product-overview-hero h1 {
    font-size: clamp(36px, 12vw, 46px) !important;
  }

  .product-center-main .product-overview-hero .subpage-hero-lead {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }

  .product-line-heading {
    text-align: left !important;
  }

  .product-line-heading h2 {
    font-size: 28px !important;
  }

  .product-line-heading p {
    margin-left: 0 !important;
    font-size: 14px !important;
  }

  .product-line-showcase {
    --line-card-width: min(86vw, 332px);
    padding-bottom: 24px !important;
  }

  .product-line-card {
    min-height: 292px !important;
  }

  .product-line-card h3 {
    font-size: 20px !important;
  }

  .product-family-section::before {
    width: var(--product-shell-width);
    margin-bottom: 32px;
    font-size: 28px;
    text-align: left;
  }

  .product-family-grid {
    --family-card-width: min(86vw, 360px);
    padding-bottom: 26px !important;
  }

  .product-family-card {
    min-height: 244px !important;
    grid-template-columns: minmax(0, 1fr) 116px !important;
  }

  .product-family-card-copy {
    gap: 10px !important;
    padding: 26px 8px 24px 22px !important;
  }

  .product-family-card-top span {
    font-size: 20px !important;
  }

  .product-family-card p {
    max-width: 210px !important;
    font-size: 13px !important;
  }

  .product-family-highlights span:nth-child(n+4) {
    display: none !important;
  }

  .product-family-card-visual {
    min-height: 244px !important;
  }

  .product-center-card-grid {
    grid-template-columns: 1fr !important;
  }

  .product-group-header {
    grid-template-columns: 1fr !important;
  }

  .product-matrix-section {
    padding: 68px 0 78px !important;
  }
}

/* Replace the old capability grid with the Figma all-scene carousel pattern. */
.product-matrix-section {
  padding: 0 !important;
  background: #f8f8f8 !important;
}

.product-matrix-section .product-center-shell {
  width: 100% !important;
  max-width: none !important;
}

.product-matrix-groups {
  display: grid !important;
  gap: 0 !important;
}

.product-scene-group {
  padding: 82px 0 68px !important;
  background: #f8f8f8 !important;
  overflow: hidden !important;
}

.product-scene-group:nth-child(even) {
  background: #fff !important;
}

.product-scene-heading {
  width: min(1200px, calc(100vw - 96px)) !important;
  display: grid !important;
  gap: 12px !important;
  margin: 0 auto 44px !important;
  text-align: center !important;
}

.product-scene-heading h2 {
  margin: 0 !important;
  color: #333 !important;
  font-size: clamp(28px, 2.25vw, 36px) !important;
  line-height: 1.32 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.product-scene-heading p {
  max-width: 660px !important;
  margin: 0 auto !important;
  color: #666 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

.product-scene-carousel {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 44px !important;
}

.product-scene-track {
  --scene-card-width: clamp(430px, 30.65vw, 541px);
  width: 100vw !important;
  display: flex !important;
  align-items: stretch !important;
  gap: 48px !important;
  margin: 0 !important;
  padding: 0 max(42px, calc((100vw - var(--scene-card-width)) / 2)) 28px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-snap-type: x mandatory !important;
  scroll-padding-inline: max(42px, calc((100vw - var(--scene-card-width)) / 2)) !important;
  scrollbar-width: none !important;
}

.product-scene-track::-webkit-scrollbar {
  display: none !important;
}

.product-scene-card {
  position: relative !important;
  flex: 0 0 var(--scene-card-width) !important;
  min-height: 320px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%) !important;
  align-items: stretch !important;
  border: 0 !important;
  border-radius: 0 24px 0 24px !important;
  background: #fff !important;
  color: inherit !important;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(14, 5, 10, 0.2) !important;
  opacity: 0.3 !important;
  overflow: hidden !important;
  scroll-snap-align: center !important;
  transform: scale(0.94) !important;
  transition: opacity 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease !important;
}

.product-scene-card.is-focus,
.product-scene-card:hover,
.product-scene-card:focus-visible {
  opacity: 1 !important;
  transform: scale(1) !important;
  box-shadow: 0 10px 26px rgba(14, 5, 10, 0.18) !important;
}

.product-scene-card::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 21px !important;
  background: #f6f6f6 !important;
  border-bottom-left-radius: 24px !important;
  pointer-events: none !important;
}

.product-scene-copy {
  position: relative !important;
  z-index: 1 !important;
  min-width: 0 !important;
  display: grid !important;
  align-content: start !important;
  gap: 12px !important;
  padding: 62px 0 58px 36px !important;
}

.product-scene-copy strong {
  color: #333 !important;
  font-size: 24px !important;
  line-height: 34px !important;
  font-weight: 400 !important;
}

.product-scene-copy > span {
  max-width: 226px !important;
  color: #333 !important;
  font-size: 15px !important;
  line-height: 25px !important;
}

.product-scene-copy em {
  max-width: 238px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  font-style: normal !important;
}

.product-scene-copy b {
  min-height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 10px !important;
  border: 1px solid #dceaf7 !important;
  border-radius: 6px !important;
  background: #f7fbff !important;
  color: #256cba !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}

.product-scene-copy i {
  width: max-content !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 2px !important;
  color: #256cba !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.product-scene-copy i::after {
  content: ">" !important;
  font-size: 13px !important;
}

.product-scene-visual {
  position: relative !important;
  min-width: 0 !important;
  display: block !important;
  overflow: hidden !important;
}

.product-scene-visual img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

.product-scene-dots {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 8px !important;
}

.product-scene-dots button {
  width: 7px !important;
  height: 7px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #8ddcf4 !important;
  cursor: pointer !important;
}

.product-scene-dots button.is-active {
  width: 16px !important;
  background: #00b9f1 !important;
}

@media (min-width: 1500px) {
  .product-scene-track {
    --scene-card-width: 541px;
  }
}

@media (max-width: 1180px) {
  .product-scene-heading {
    width: min(100vw - 64px, 1080px) !important;
  }

  .product-scene-track {
    --scene-card-width: min(72vw, 510px);
    gap: 34px !important;
  }
}

@media (max-width: 760px) {
  .product-scene-group {
    padding: 62px 0 56px !important;
  }

  .product-scene-heading {
    width: min(100vw - 28px, 560px) !important;
    margin-bottom: 32px !important;
    text-align: left !important;
  }

  .product-scene-heading h2 {
    font-size: 28px !important;
  }

  .product-scene-heading p {
    margin-left: 0 !important;
    font-size: 14px !important;
  }

  .product-scene-track {
    --scene-card-width: min(86vw, 360px);
    gap: 18px !important;
    padding-inline: max(14px, calc((100vw - var(--scene-card-width)) / 2)) !important;
    scroll-padding-inline: max(14px, calc((100vw - var(--scene-card-width)) / 2)) !important;
  }

  .product-scene-card {
    min-height: 376px !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 174px minmax(0, 1fr) !important;
  }

  .product-scene-visual {
    order: -1 !important;
  }

  .product-scene-copy {
    padding: 24px 24px 42px !important;
  }

  .product-scene-copy strong {
    font-size: 21px !important;
    line-height: 30px !important;
  }

  .product-scene-copy > span {
    max-width: none !important;
    font-size: 14px !important;
  }
}

/* Allinpay-inspired product center skin, rewritten with Shangfutong assets/content. */
.product-overview-page {
  background: #edf4fb;
}

.product-center-main {
  --product-shell-width: min(1380px, calc(100% - 96px));
  --product-border: #e2eaf5;
  --product-text: #202b45;
  --product-subtle: #647187;
  --product-blue: #1768ff;
  --product-blue-dark: #1054d6;
  background:
    radial-gradient(circle at 88% 7%, rgba(53, 133, 255, 0.12), transparent 25%),
    linear-gradient(180deg, #edf4fb 0%, #f5f9fd 48%, #ffffff 100%);
}

.product-center-main .product-overview-hero {
  min-height: 560px;
  padding: 112px 0 52px;
  background:
    radial-gradient(circle at 73% 26%, rgba(99, 178, 255, 0.28), transparent 22%),
    radial-gradient(circle at 92% 76%, rgba(26, 107, 255, 0.11), transparent 20%),
    linear-gradient(180deg, #eef6ff 0%, #f8fbff 70%, #edf4fb 100%) !important;
}

.product-center-main .product-overview-hero .subpage-hero-shell {
  width: var(--product-shell-width);
  grid-template-columns: minmax(420px, 0.85fr) minmax(540px, 1.15fr);
  align-items: center;
  gap: 64px;
}

.product-center-main .product-overview-hero h1 {
  max-width: none;
  color: #1d2a44;
  font-size: clamp(48px, 5.6vw, 88px);
  line-height: 1.02;
  letter-spacing: 0;
}

.product-center-main .product-overview-hero .subpage-hero-lead {
  max-width: 720px;
  color: #5d6d84;
  font-size: 18px;
  line-height: 1.86;
}

.product-center-main .product-overview-hero .eyebrow {
  color: #0f61d8;
}

.product-hero-copy {
  gap: 22px;
}

.product-hero-search {
  max-width: 650px;
  padding: 10px;
  border-color: rgba(211, 223, 238, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(29, 64, 110, 0.08);
}

.product-hero-search-input {
  min-height: 50px;
  border-radius: 6px;
  background: #f5f8fc;
}

.product-hero-search-button {
  min-height: 50px;
  border-radius: 6px;
  background: #1768ff;
  box-shadow: 0 12px 24px rgba(23, 104, 255, 0.18);
}

.product-search-chip {
  border-radius: 6px;
  color: #1768ff;
  background: #eef5ff;
}

.product-hero-stats,
.product-center-main .product-overview-hero .hero-actions {
  display: none;
}

.product-hero-visual-wrap {
  gap: 18px;
}

.product-hero-focus,
.product-ui-board {
  border-radius: 14px;
  border-color: rgba(214, 225, 239, 0.96);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 48px rgba(31, 73, 125, 0.1);
}

.product-hero-focus-card {
  border-radius: 10px;
  background: #fff;
}

.product-family-section {
  position: sticky;
  top: 60px;
  z-index: 24;
  padding: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 26px rgba(36, 69, 112, 0.08);
  backdrop-filter: blur(12px);
}

.product-family-section .product-center-heading {
  display: none;
}

.product-family-grid {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.product-family-grid::-webkit-scrollbar {
  display: none;
}

.product-family-card {
  flex: 1 0 180px;
  min-height: 72px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  padding: 14px 18px 12px;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.product-family-card:hover,
.product-family-card:focus-visible {
  transform: none;
  border-color: #1768ff;
  box-shadow: none;
}

.product-family-card-top {
  display: grid;
  justify-items: center;
  gap: 4px;
}

.product-family-card-top span {
  color: #25334c;
  font-size: 16px;
}

.product-family-card-top strong,
.product-family-card p,
.product-family-highlights {
  display: none;
}

.product-filter-section {
  padding: 34px 0 10px;
  background: #edf4fb;
}

.product-filter-shell {
  position: static;
  gap: 14px;
  padding: 20px 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(33, 70, 118, 0.07);
}

.product-filter-intro {
  display: none;
}

.product-filter-row {
  grid-template-columns: 96px minmax(0, 1fr);
}

.product-filter-label {
  color: #53657d;
}

.product-filter-chip {
  min-height: 34px;
  border-radius: 6px;
  background: #f6f9fd;
}

.product-filter-chip.is-active {
  background: #1768ff;
  box-shadow: 0 10px 20px rgba(23, 104, 255, 0.18);
}

.product-matrix-section {
  padding-top: 52px;
  background: #edf4fb;
}

.product-matrix-heading {
  margin-bottom: 26px;
}

.product-matrix-heading h2,
.product-group-title {
  color: #252f49;
}

.product-matrix-groups {
  gap: 70px;
}

.product-group {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.product-group-header {
  padding: 0 0 28px;
}

.product-group-kicker {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  color: #1768ff;
  background: transparent;
}

.product-group-title {
  margin-top: 8px;
  font-size: clamp(30px, 3vw, 46px);
}

.product-group-summary {
  max-width: 680px;
}

.product-group-count {
  align-self: center;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #1768ff;
  background: #fff;
}

.product-group-panel {
  padding: 0;
}

.product-center-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-item-card {
  min-height: 438px;
  gap: 16px;
  padding: 0 0 24px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(34, 71, 116, 0.08);
  overflow: hidden;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.product-item-card:hover,
.product-item-card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 28px 60px rgba(34, 71, 116, 0.14);
}

.product-item-visual {
  position: relative;
  height: 214px;
  margin: 0 0 6px;
  overflow: hidden;
  background: #dfeaf6;
}

.product-item-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.28s ease;
}

.product-item-card:hover .product-item-visual img,
.product-item-card:focus-within .product-item-visual img {
  transform: scale(1.06);
}

.product-item-visual .product-status-badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  box-shadow: 0 8px 18px rgba(18, 44, 82, 0.12);
}

.product-item-head,
.product-item-card > p,
.product-item-tags,
.product-item-link {
  margin-right: 24px;
  margin-left: 24px;
}

.product-item-head h4 {
  color: #242e48;
  font-size: 24px;
}

.product-item-tags span {
  border-radius: 6px;
  color: #1768ff;
  background: #eef5ff;
}

.product-item-link {
  color: #1768ff;
}

.product-combo-section,
.product-access-section {
  background: #ffffff;
}

@media (max-width: 1180px) {
  .product-center-main .product-overview-hero .subpage-hero-shell {
    grid-template-columns: 1fr;
  }

  .product-center-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .product-center-main {
    --product-shell-width: min(100% - 28px, 640px);
  }

  .product-center-main .product-overview-hero {
    min-height: 0;
    padding-top: 88px;
  }

  .product-center-main .product-overview-hero h1 {
    font-size: clamp(42px, 14vw, 64px);
  }

  .product-center-main .product-overview-hero .subpage-hero-shell {
    width: var(--product-shell-width);
    gap: 28px;
  }

  .product-family-section {
    top: 58px;
  }

  .product-family-card {
    flex-basis: 118px;
  }

  .product-filter-row {
    grid-template-columns: 1fr;
  }

  .product-center-card-grid {
    grid-template-columns: 1fr;
  }

  .product-item-card {
    min-height: 0;
  }

  .product-item-visual {
    height: 190px;
  }
}

/* Final hero cleanup after removing the right visual and matrix intro block. */
.product-center-main {
  --product-shell-width: min(1450px, calc(100% - 96px));
}

.product-center-main .product-overview-hero {
  min-height: 0 !important;
  padding: 86px 0 72px !important;
}

.product-center-main .product-overview-hero .subpage-hero-shell {
  width: var(--product-shell-width) !important;
  grid-template-columns: minmax(0, 860px) !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0 !important;
  text-align: center;
}

.product-center-main .product-overview-hero .product-hero-copy {
  max-width: 860px !important;
  align-items: center;
  margin: 0 auto;
}

.product-center-breadcrumb {
  justify-content: center;
  margin-bottom: 58px !important;
}

.product-center-main .product-overview-hero h1 {
  max-width: 860px !important;
  margin: 0 auto;
  font-size: clamp(48px, 3.65vw, 60px) !important;
  font-weight: 600 !important;
  line-height: 1.04 !important;
}

.product-center-main .product-overview-hero .subpage-hero-lead {
  max-width: 820px !important;
  margin: 22px auto 0 !important;
  font-size: 18px !important;
  line-height: 1.9 !important;
}

.product-hero-search {
  width: min(720px, 100%) !important;
  max-width: none !important;
  margin: 30px auto 0 !important;
}

.product-search-suggestions {
  justify-content: center !important;
  margin-top: 18px !important;
}

.product-matrix-section {
  padding-top: 64px !important;
}

.product-group-kicker,
.product-group-count {
  display: none !important;
}

.product-group-title {
  margin-top: 0 !important;
}

@media (max-width: 640px) {
  .product-center-main {
    --product-shell-width: min(100% - 28px, 640px);
  }

  .product-center-main .product-overview-hero {
    padding: 72px 0 48px !important;
  }

  .product-center-breadcrumb {
    justify-content: flex-start;
    margin-bottom: 34px !important;
  }

  .product-center-main .product-overview-hero .subpage-hero-shell,
  .product-center-main .product-overview-hero .product-hero-copy {
    text-align: left;
    align-items: stretch;
  }

  .product-center-main .product-overview-hero h1 {
    font-size: clamp(38px, 11vw, 48px) !important;
  }

  .product-center-main .product-overview-hero .subpage-hero-lead {
    margin-top: 16px !important;
    font-size: 15px !important;
  }

  .product-hero-search {
    margin-top: 24px !important;
  }

  .product-search-suggestions {
    justify-content: flex-start !important;
  }

  .product-matrix-section {
    padding-top: 42px !important;
  }
}

/* H1 annotation override: keep last so it wins over duplicated legacy hero rules. */
.product-center-main .product-overview-hero h1 {
  font-size: clamp(48px, 3.65vw, 60px) !important;
  font-weight: 600 !important;
}

.product-overview-page.product-family-nav-docked .site-header {
  transform: translateY(-100%);
  pointer-events: none;
}

.product-overview-page.product-family-nav-docked .product-family-section {
  top: 0 !important;
}

.product-overview-page {
  scroll-behavior: smooth;
}

.product-group {
  scroll-margin-top: 112px;
}

/* Access route redesign: closer to payment open-platform onboarding patterns. */
.product-access-section {
  padding: 96px 0 !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%) !important;
}

.product-access-heading {
  align-items: end;
  margin-bottom: 34px !important;
}

.product-access-heading h2 {
  max-width: 560px;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 700;
  line-height: 1.16;
}

.product-access-heading > p {
  max-width: 620px;
  color: #5f6f86;
  font-size: 15px;
  line-height: 1.8;
}

.product-access-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.65fr) !important;
  gap: 24px !important;
  align-items: stretch;
}

.product-access-panel,
.product-trust-panel {
  min-height: 0;
  padding: 30px !important;
  border: 1px solid #e1eaf5 !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 18px 42px rgba(34, 71, 116, 0.07) !important;
}

.product-access-panel-head {
  display: grid;
  gap: 8px;
  margin-bottom: 26px;
}

.product-access-panel-head span {
  width: max-content;
  color: #1768ff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
}

.product-access-panel-head h3 {
  margin: 0;
  color: #252f49;
  font-size: 26px;
  line-height: 1.24;
  font-weight: 700;
}

.product-access-panel .flow-steps {
  counter-reset: access-step;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
}

.product-access-panel .flow-steps article {
  position: relative;
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 54px 22px 24px !important;
  border: 0 !important;
  border-left: 1px solid #e1eaf5 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.product-access-panel .flow-steps article:first-child {
  border-left: 0 !important;
}

.product-access-panel .flow-steps article::before {
  counter-increment: access-step;
  content: "0" counter(access-step);
  position: absolute;
  top: 0;
  left: 22px;
  width: auto;
  height: auto;
  display: block;
  border-radius: 0;
  color: #1768ff;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

.product-access-panel .flow-steps article::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 22px;
  left: 58px;
  width: auto;
  height: 1px;
  background: #d7e3f2;
}

.product-access-panel .flow-steps article:last-child::after {
  display: none;
}

.product-access-panel .flow-steps h3 {
  margin: 0;
  color: #202b45;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.product-access-panel .flow-steps p {
  margin: 0;
  color: #647187;
  font-size: 14px;
  line-height: 1.78;
}

.product-trust-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  border-top: 1px solid #e1eaf5;
}

.product-trust-grid article {
  min-height: 0;
  display: grid;
  gap: 6px;
  padding: 18px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e1eaf5 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.product-trust-grid strong {
  color: #202b45;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

.product-trust-grid p {
  margin: 0;
  color: #647187;
  font-size: 13px;
  line-height: 1.72;
}

.product-access-contact {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 18px;
  border-radius: 6px;
  color: #fff;
  background: #1768ff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(23, 104, 255, 0.18);
}

@media (max-width: 640px) {
  .product-center-main .product-overview-hero h1 {
    font-size: clamp(38px, 11vw, 48px) !important;
  }

  .product-overview-page.product-family-nav-docked .product-family-section {
    top: 0 !important;
  }

  .product-group {
    scroll-margin-top: 92px;
  }

  .product-access-section {
    padding: 58px 0 !important;
  }

  .product-access-heading {
    align-items: start;
  }

  .product-access-layout {
    grid-template-columns: 1fr !important;
  }

  .product-access-panel {
    padding: 0 !important;
  }

  .product-access-panel .flow-steps {
    grid-template-columns: 1fr !important;
  }

  .product-access-panel .flow-steps article {
    min-height: 0;
    padding: 42px 0 22px 44px !important;
    border-left: 0 !important;
    border-top: 1px solid #e1eaf5 !important;
  }

  .product-access-panel .flow-steps article:first-child {
    border-top: 0 !important;
  }

  .product-access-panel .flow-steps article::before {
    top: 42px;
    left: 0;
    font-size: 16px;
  }

  .product-access-panel .flow-steps article::after {
    display: none;
  }

  .product-access-contact {
    width: 100%;
  }
}

/* Product family nav final override: category controls are scroll-only buttons. */
.product-family-card {
  display: grid !important;
  border-style: solid !important;
  appearance: none;
  color: inherit;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* Access section final cleanup: remove small eyebrow labels in this module. */
.product-access-section .eyebrow,
.product-access-panel-head > span {
  display: none !important;
}

.product-access-panel-head {
  gap: 0 !important;
}

.product-access-heading {
  display: block !important;
}

.product-access-heading > p {
  display: none !important;
}

/* Hard final overrides: loaded after all legacy product-center rules. */
.product-overview-page .product-overview-hero::before {
  content: none !important;
  display: none !important;
}

.product-overview-page .product-overview-hero,
.product-center-main .product-overview-hero {
  color: #202b45 !important;
  background:
    radial-gradient(circle at 78% 24%, rgba(103, 182, 255, 0.3), transparent 25%),
    radial-gradient(circle at 94% 78%, rgba(23, 104, 255, 0.1), transparent 22%),
    linear-gradient(180deg, #eef6ff 0%, #f8fbff 72%, #edf4fb 100%) !important;
}

.product-center-breadcrumb {
  position: relative;
  z-index: 2;
  width: var(--product-shell-width);
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto 46px;
  color: #7a8798;
  font-size: 14px;
  line-height: 1.5;
}

.product-center-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.product-center-breadcrumb a:hover,
.product-center-breadcrumb a:focus-visible {
  color: #1768ff;
}

.product-center-main .product-overview-hero .eyebrow {
  display: none !important;
}

.product-overview-page .product-overview-hero h1,
.product-center-main .product-overview-hero h1 {
  color: #1d2a44 !important;
  text-shadow: none !important;
}

.product-overview-page .product-overview-hero .subpage-hero-lead,
.product-center-main .product-overview-hero .subpage-hero-lead,
.product-search-suggestions {
  color: #5d6d84 !important;
  text-shadow: none !important;
}

.product-center-main .product-overview-hero .subpage-hero-shell,
.product-center-main .product-overview-hero .subpage-hero-summary {
  position: relative;
  z-index: 2;
}

.product-family-section {
  position: sticky !important;
  top: 60px;
  z-index: 24;
  border-top: 1px solid rgba(217, 228, 242, 0.95);
  border-bottom: 1px solid rgba(217, 228, 242, 0.95);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 26px rgba(36, 69, 112, 0.08);
  backdrop-filter: blur(12px);
}

.product-family-card {
  color: #35445c;
}

.product-family-card[aria-current="true"],
.product-family-card.is-active {
  border-color: #1768ff;
  color: #1768ff;
}

@media (max-width: 640px) {
  .product-center-breadcrumb {
    width: var(--product-shell-width);
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-size: 12px;
  }

  .product-family-section {
    top: 58px;
    overflow: hidden;
  }

  .product-family-card {
    flex: 0 0 auto;
    min-width: 116px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* Reference-style finishing pass: override legacy dark hero treatment from the global stylesheet. */
.product-overview-page .product-overview-hero::before {
  content: none !important;
  display: none !important;
}

.product-overview-page .product-overview-hero,
.product-center-main .product-overview-hero {
  color: #202b45 !important;
  background:
    radial-gradient(circle at 78% 24%, rgba(103, 182, 255, 0.3), transparent 25%),
    radial-gradient(circle at 94% 78%, rgba(23, 104, 255, 0.1), transparent 22%),
    linear-gradient(180deg, #eef6ff 0%, #f8fbff 72%, #edf4fb 100%) !important;
}

.product-center-breadcrumb {
  position: relative;
  z-index: 2;
  width: var(--product-shell-width);
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto 46px;
  color: #7a8798;
  font-size: 14px;
  line-height: 1.5;
}

.product-center-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.product-center-breadcrumb a:hover,
.product-center-breadcrumb a:focus-visible {
  color: #1768ff;
}

.product-center-main .product-overview-hero .eyebrow {
  display: none;
}

.product-overview-page .product-overview-hero h1,
.product-center-main .product-overview-hero h1 {
  color: #1d2a44 !important;
  text-shadow: none !important;
}

.product-overview-page .product-overview-hero .subpage-hero-lead,
.product-center-main .product-overview-hero .subpage-hero-lead,
.product-search-suggestions {
  color: #5d6d84 !important;
  text-shadow: none !important;
}

.product-center-main .product-overview-hero .subpage-hero-shell,
.product-center-main .product-overview-hero .subpage-hero-summary {
  position: relative;
  z-index: 2;
}

.product-family-section {
  border-top: 1px solid rgba(217, 228, 242, 0.95);
  border-bottom: 1px solid rgba(217, 228, 242, 0.95);
}

.product-family-card {
  color: #35445c;
}

.product-family-card[aria-current="true"],
.product-family-card.is-active {
  border-color: #1768ff;
  color: #1768ff;
}

@media (max-width: 640px) {
  .product-center-breadcrumb {
    width: var(--product-shell-width);
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-size: 12px;
  }

  .product-family-section {
    overflow: hidden;
  }

  .product-family-card {
    flex: 0 0 auto;
    min-width: 116px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

.product-center-shell {
  width: var(--product-shell-width);
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-center-main .product-overview-hero {
  padding-bottom: 36px;
  background:
    radial-gradient(circle at 88% 18%, rgba(23, 104, 255, 0.1), transparent 24%),
    linear-gradient(180deg, #eef5ff 0%, #f7faff 56%, rgba(255, 255, 255, 0) 100%) !important;
}

.product-center-main .product-overview-hero .subpage-hero-shell {
  width: min(1440px, calc(100% - 72px));
}

.product-center-main .product-overview-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 3.8vw, 62px);
  line-height: 1.08;
}

.product-hero-shell {
  align-items: start;
  gap: 32px;
}

.product-hero-copy {
  display: grid;
  align-content: start;
  gap: 20px;
}

.product-center-main .product-overview-hero .eyebrow {
  color: #2455a6;
}

.product-center-main .product-overview-hero h1 {
  color: #14284a;
  text-shadow: none;
}

.product-center-main .product-overview-hero .subpage-hero-lead {
  color: #536680;
}

.product-center-main .product-overview-hero .subpage-hero-lead {
  max-width: 760px;
}

.product-hero-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  max-width: 760px;
  padding: 14px;
  border: 1px solid rgba(188, 205, 231, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(15, 35, 66, 0.08);
}

.product-hero-search-input {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  color: var(--product-text);
  background: #f4f8fe;
  font: inherit;
  font-size: 15px;
  line-height: 1.4;
}

.product-hero-search-input:focus {
  outline: 2px solid rgba(23, 104, 255, 0.18);
  outline-offset: 0;
}

.product-hero-search-button {
  min-width: 132px;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #145de4 0%, #1768ff 58%, #0f4bb0 100%);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(23, 104, 255, 0.22);
}

.product-search-suggestions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #33527f;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.product-search-chip {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #d7e2f2;
  border-radius: 999px;
  color: #214072;
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.product-search-chip:hover,
.product-search-chip:focus-visible {
  border-color: #bfd3f1;
  color: #0f4bb0;
}

.product-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-hero-stats article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(208, 220, 236, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 34px rgba(15, 35, 66, 0.05);
}

.product-hero-stats strong {
  color: var(--product-text);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.product-hero-stats span {
  color: #17315c;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}

.product-hero-stats p {
  margin: 0;
  color: var(--product-subtle);
  font-size: 13px;
  line-height: 1.7;
}

.product-hero-visual-wrap {
  display: grid;
  gap: 16px;
}

.product-hero-focus {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(208, 220, 236, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 46px rgba(15, 35, 66, 0.08);
}

.product-hero-focus-head {
  display: grid;
  gap: 6px;
}

.product-hero-focus-head p {
  margin: 0;
  color: #17315c;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

.product-hero-focus-head span {
  color: var(--product-subtle);
  font-size: 13px;
  line-height: 1.65;
}

.product-hero-focus-grid {
  display: grid;
  gap: 12px;
}

.product-hero-focus-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid #dce6f4;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  text-decoration: none;
}

.product-hero-focus-card span {
  color: var(--product-blue-dark);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
}

.product-hero-focus-card strong {
  color: var(--product-text);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
}

.product-hero-focus-card p {
  margin: 0;
  color: var(--product-subtle);
  font-size: 13px;
  line-height: 1.7;
}

.product-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-scenario-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 216px;
  padding: 20px;
  border: 1px solid rgba(208, 220, 236, 0.95);
  border-radius: 12px;
  color: var(--product-text);
  background:
    radial-gradient(circle at 92% 10%, rgba(23, 104, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 18px 40px rgba(15, 35, 66, 0.08);
  text-decoration: none;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.product-scenario-card:hover,
.product-scenario-card:focus-visible {
  transform: translateY(-4px);
  border-color: #b8cef0;
  box-shadow: 0 24px 50px rgba(15, 35, 66, 0.14);
}

.product-scenario-kicker {
  display: inline-flex;
  width: max-content;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--product-blue-dark);
  background: #eef4ff;
  font-size: 12px;
  font-weight: 800;
}

.product-scenario-card h3 {
  margin: 0;
  color: var(--product-text);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 800;
}

.product-scenario-card p {
  margin: 0;
  color: var(--product-subtle);
  font-size: 14px;
  line-height: 1.74;
}

.product-scenario-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-scenario-tags span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #dbe7f5;
  border-radius: 999px;
  color: #23427c;
  background: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 700;
}

.product-scenario-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--product-blue-dark);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}

.product-scenario-link::after {
  content: ">";
  font-size: 12px;
}

.product-platform-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.product-platform-summary article {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid rgba(208, 220, 236, 0.95);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(15, 35, 66, 0.06);
}

.product-platform-summary span {
  display: inline-flex;
  width: max-content;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--product-blue-dark);
  background: #eef4ff;
  font-size: 12px;
  font-weight: 800;
}

.product-platform-summary strong {
  color: var(--product-text);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}

.product-platform-summary p {
  margin: 0;
  color: var(--product-subtle);
  font-size: 13px;
  line-height: 1.7;
}

.product-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-trust-strip span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #d9e6f5;
  border-radius: 999px;
  color: #244078;
  background: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
}


.product-center-main .product-overview-hero .subpage-hero-lead {
  max-width: 700px;
}

.product-center-heading,
.product-matrix-heading,
.product-combo-heading,
.product-access-heading {
  width: 100%;
  margin: 0 auto 28px;
}

.product-family-section {
  padding-top: 8px;
}

.product-family-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.product-family-card {
  min-height: 188px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--product-border);
  border-radius: 16px;
  color: var(--product-text);
  background:
    radial-gradient(circle at 92% 10%, rgba(23, 104, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--product-shadow);
  text-decoration: none;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.product-family-card:hover,
.product-family-card:focus-visible {
  transform: translateY(-4px);
  border-color: #bfd4f0;
  box-shadow: 0 24px 54px rgba(15, 35, 66, 0.12);
}

.product-family-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-family-card-top span {
  color: var(--product-text);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}

.product-family-card-top strong {
  flex: none;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--product-blue-dark);
  background: #eef4ff;
  font-size: 13px;
  font-weight: 800;
}

.product-family-card p {
  margin: 0;
  color: var(--product-subtle);
  font-size: 13px;
  line-height: 1.72;
}

.product-family-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-family-highlights span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #d9e6f5;
  border-radius: 999px;
  color: #23427c;
  background: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 700;
}

.product-filter-section {
  padding-top: 20px;
  padding-bottom: 22px;
}

.product-filter-shell {
  position: sticky;
  top: 86px;
  z-index: 25;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(200, 216, 236, 0.9);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 46px rgba(15, 35, 66, 0.08);
  backdrop-filter: blur(14px);
}

.product-filter-intro {
  display: grid;
  gap: 8px;
}

.product-filter-intro h2 {
  margin: 0;
  color: var(--product-text);
  font-size: 30px;
  line-height: 1.2;
}

.product-filter-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.product-filter-row--meta {
  align-items: center;
}

.product-filter-label {
  color: #244078;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

.product-filter-meta {
  display: grid;
  gap: 14px;
}

.product-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-filter-chip {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #d5e1f1;
  border-radius: 999px;
  color: #29446f;
  background: #fff;
  font: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.product-filter-chip[data-filter-group="category"] {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.product-filter-chip:hover,
.product-filter-chip:focus-visible {
  border-color: #b8ccec;
  color: #193764;
  box-shadow: 0 8px 20px rgba(15, 35, 66, 0.07);
}

.product-filter-chip.is-active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, #145de4 0%, #1768ff 58%, #0f4bb0 100%);
  box-shadow: 0 10px 22px rgba(23, 104, 255, 0.24);
}

.product-filter-results {
  margin: 0;
  color: var(--product-subtle);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.product-matrix-section {
  padding-top: 18px;
}

.product-matrix-groups {
  display: grid;
  gap: 22px;
}

.product-group {
  border: 1px solid var(--product-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 35, 66, 0.06);
  overflow: hidden;
}

.product-group-header {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 22px 24px 18px;
  color: inherit;
  background: transparent;
  text-align: left;
}

.product-group-copy {
  min-width: 0;
  display: grid;
  align-content: start;
}

.product-group-kicker {
  display: inline-flex;
  width: max-content;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--product-blue-dark);
  background: #eef4ff;
  font-size: 13px;
  font-weight: 800;
}

.product-group-title {
  margin-top: 14px;
  color: var(--product-text);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.product-group-summary {
  margin-top: 8px;
  color: var(--product-subtle);
  font-size: 13px;
  line-height: 1.72;
}

.product-group-count {
  align-self: start;
  color: #17315c;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
  white-space: nowrap;
}

.product-group-actions {
  align-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.product-group-toggle {
  display: none;
  width: 36px;
  height: 36px;
  border: 1px solid #d5e1f2;
  border-radius: 999px;
  background: #ffffff;
  color: #5f7392;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
}

.product-group-toggle::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.product-group-toggle[aria-expanded="true"]::after {
  top: 14px;
  transform: rotate(-135deg);
}

.product-group-panel {
  padding: 0 24px 24px;
}

.product-center-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-item-card {
  min-height: 210px;
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: 12px;
  padding: 18px;
  border: 1px solid #dde7f4;
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 12%, rgba(23, 104, 255, 0.05), transparent 28%),
    #fff;
  box-shadow: 0 16px 34px rgba(15, 35, 66, 0.05);
  container-type: inline-size;
}

.product-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.product-item-head h4 {
  margin: 0;
  color: var(--product-text);
  font-size: 18px;
  line-height: 1.28;
}

.product-status-badge {
  flex: none;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #116542;
  background: #ebf8ef;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.product-status-badge--test {
  color: #8c5d08;
  background: #fff3d5;
}

.product-status-badge--internal {
  color: #7c2665;
  background: #fbe3f3;
}

.product-item-card > p {
  margin: 0;
  color: var(--product-subtle);
  font-size: 13px;
  line-height: 1.72;
}

.product-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-item-tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #dbe6f4;
  border-radius: 999px;
  color: #254071;
  background: #f9fbff;
  font-size: 12px;
  font-weight: 700;
}

.product-item-link {
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--product-blue-dark);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  text-decoration: none;
}

.product-item-link::after {
  content: ">";
  font-size: 12px;
}

.product-empty-state {
  margin-top: 18px;
  padding: 28px 24px;
  border: 1px dashed #c9d8ec;
  border-radius: 8px;
  text-align: center;
  background: #f8fbff;
}

.product-empty-state h3 {
  margin: 0;
  color: var(--product-text);
  font-size: 22px;
  line-height: 1.3;
}

.product-empty-state p {
  margin: 12px auto 0;
  max-width: 420px;
  color: var(--product-subtle);
  font-size: 14px;
  line-height: 1.75;
}

.product-combo-section,
.product-access-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.product-combo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-combo-grid article {
  min-height: 188px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  border: 1px solid #d9e4f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--product-shadow);
}

.product-combo-grid article {
  scroll-margin-top: 120px;
}

.product-combo-grid article:target {
  border-color: #9fbcf1;
  box-shadow: 0 26px 54px rgba(23, 104, 255, 0.18);
  transform: translateY(-2px);
}

.product-combo-grid span {
  display: inline-flex;
  width: max-content;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--product-blue-dark);
  background: #eef4ff;
  font-size: 12px;
  font-weight: 800;
}

.product-combo-grid h3 {
  margin: 0;
  color: var(--product-text);
  font-size: 24px;
  line-height: 1.28;
}

.product-combo-grid p {
  margin: 0;
  color: var(--product-subtle);
  font-size: 14px;
  line-height: 1.78;
}

.product-access-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 18px;
}

.product-access-panel,
.product-trust-panel {
  padding: 24px;
  border: 1px solid #dbe6f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--product-shadow);
}

.product-access-panel > h3,
.product-trust-panel > h3 {
  margin: 0 0 20px;
  color: var(--product-text);
  font-size: 24px;
  line-height: 1.3;
}

.product-access-panel .flow-steps {
  counter-reset: access-step;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.product-access-panel .flow-steps article {
  position: relative;
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 48px 16px 18px;
  border: 1px solid #dce7f4;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 10%, rgba(23, 104, 255, 0.05), transparent 28%),
    #f8fbff;
  box-shadow: 0 12px 28px rgba(15, 35, 66, 0.04);
  opacity: 1;
  overflow: visible;
  transform: none;
}

.product-access-panel .flow-steps article::before {
  counter-increment: access-step;
  content: counter(access-step);
  position: absolute;
  top: 14px;
  left: 16px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #145de4 0%, #1768ff 58%, #0f4bb0 100%);
  font-size: 12px;
  font-weight: 800;
}

.product-access-panel .flow-steps article::after {
  content: "";
  position: absolute;
  top: 26px;
  left: calc(100% + 6px);
  width: 12px;
  height: 1px;
  background: #cbd9ec;
}

.product-access-panel .flow-steps article:last-child::after {
  display: none;
}

.product-access-panel .flow-steps h3 {
  margin: 0;
  color: var(--product-text);
  font-size: 18px;
  line-height: 1.35;
}

.product-access-panel .flow-steps p {
  margin: 0;
  color: var(--product-subtle);
  font-size: 13px;
  line-height: 1.72;
}

.product-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.product-trust-grid article {
  min-height: 142px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border: 1px solid #dce7f4;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 8%, rgba(23, 104, 255, 0.06), transparent 28%),
    #f9fbff;
}

.product-trust-grid strong {
  color: #1a335d;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.product-trust-grid p {
  margin: 0;
  color: var(--product-subtle);
  font-size: 13px;
  line-height: 1.72;
}

.product-center-cta-section {
  padding-top: 74px;
}

.product-center-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.product-center-cta-panel p:not(.eyebrow) {
  max-width: 560px;
}

.product-center-cta-panel .light-button {
  flex: none;
}

.product-group-panel[hidden],
.product-group[hidden] {
  display: none !important;
}

@container (max-width: 340px) {
  .product-item-head {
    display: grid;
    gap: 10px;
  }
}

@media (max-width: 1280px) {
  .product-family-grid,
  .product-combo-grid,
  .product-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-center-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-platform-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-access-panel .flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-access-panel .flow-steps article:nth-child(2n)::after {
    display: none;
  }

  .product-access-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .product-center-main {
    --product-shell-width: min(100% - 48px, 1160px);
  }

  .product-center-main .product-overview-hero .subpage-hero-shell {
    width: min(100% - 48px, 1160px);
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .product-family-grid,
  .product-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .product-filter-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-filter-shell {
    top: 78px;
  }

  .product-group-header,
  .product-group-panel {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-group-title {
    font-size: 22px;
  }

  .product-trust-grid {
    grid-template-columns: 1fr;
  }

  .product-access-panel .flow-steps {
    grid-template-columns: 1fr;
  }

  .product-access-panel .flow-steps article::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .product-center-main {
    --product-shell-width: min(100% - 28px, 640px);
  }

  .product-center-main .product-overview-hero {
    padding-top: 84px;
    padding-bottom: 26px;
  }

  .product-center-main .product-overview-hero .subpage-hero-shell {
    width: min(100% - 28px, 640px);
  }

  .product-center-main .product-overview-hero h1 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.12;
  }

  .product-center-main .product-overview-hero .subpage-hero-lead,
  .product-scenario-card p,
  .product-platform-summary p {
    font-size: 13px;
    line-height: 1.76;
  }

  .product-scenario-grid,
  .product-platform-summary,
  .product-family-grid,
  .product-center-card-grid,
  .product-combo-grid {
    grid-template-columns: 1fr;
  }

  .product-hero-search {
    grid-template-columns: 1fr;
  }

  .product-hero-search-button {
    width: 100%;
  }

  .product-hero-stats {
    grid-template-columns: 1fr;
  }

  .product-scenario-card,
  .product-family-card,
  .product-combo-grid article,
  .product-access-panel,
  .product-trust-panel {
    padding: 18px;
  }

  .product-scenario-card {
    min-height: 0;
  }

  .product-platform-summary {
    gap: 10px;
  }

  .product-platform-summary strong {
    font-size: 16px;
  }

  .product-filter-shell {
    top: 72px;
    padding: 16px;
  }

  .product-filter-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .product-filter-pills::-webkit-scrollbar {
    display: none;
  }

  .product-filter-chip {
    white-space: nowrap;
  }

  .product-group-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 18px;
  }

  .product-group-title {
    margin-top: 12px;
    font-size: 20px;
  }

  .product-group-summary {
    margin-top: 8px;
    font-size: 13px;
  }

  .product-group-count {
    font-size: 13px;
  }

  .product-group-toggle {
    display: inline-flex;
  }

  .product-group-panel {
    padding: 0 18px 18px;
  }

  .product-item-card {
    min-height: 0;
    padding: 18px;
  }

  .product-item-head {
    display: grid;
    gap: 10px;
  }

  .product-item-head h4 {
    font-size: 18px;
  }

  .product-combo-grid h3,
  .product-access-panel > h3,
  .product-trust-panel > h3 {
    font-size: 20px;
  }

  .product-center-cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-center-cta-panel .light-button {
    width: 100%;
    justify-content: center;
  }
}

/* Final skin overrides: keep these last so the product center reads like a light catalog. */
.product-overview-page {
  background: #edf4fb;
}

.product-center-main {
  --product-shell-width: min(1380px, calc(100% - 96px));
  background:
    radial-gradient(circle at 88% 7%, rgba(53, 133, 255, 0.12), transparent 25%),
    linear-gradient(180deg, #edf4fb 0%, #f5f9fd 48%, #ffffff 100%);
}

.product-center-main .product-overview-hero .subpage-hero-shell {
  grid-template-columns: minmax(0, 780px) !important;
  justify-content: start;
  gap: 0 !important;
}

.product-center-main .product-overview-hero .product-hero-copy {
  max-width: 780px;
}

.product-hero-visual-wrap,
.product-hero-focus,
.product-ui-board {
  display: none !important;
}

.product-center-main .product-overview-hero {
  min-height: 560px;
  padding: 112px 0 52px;
  background:
    radial-gradient(circle at 73% 26%, rgba(99, 178, 255, 0.28), transparent 22%),
    radial-gradient(circle at 92% 76%, rgba(26, 107, 255, 0.11), transparent 20%),
    linear-gradient(180deg, #eef6ff 0%, #f8fbff 70%, #edf4fb 100%) !important;
}

.product-center-main .product-overview-hero .subpage-hero-shell {
  width: var(--product-shell-width);
  grid-template-columns: minmax(420px, 0.85fr) minmax(540px, 1.15fr);
  align-items: center;
  gap: 64px;
}

.product-center-main .product-overview-hero h1 {
  max-width: none;
  color: #1d2a44;
  font-size: clamp(48px, 5.6vw, 88px);
  line-height: 1.02;
  letter-spacing: 0;
}

.product-center-main .product-overview-hero .subpage-hero-lead {
  max-width: 720px;
  color: #5d6d84;
  font-size: 18px;
  line-height: 1.86;
}

.product-hero-stats,
.product-center-main .product-overview-hero .hero-actions {
  display: none;
}

.product-hero-search,
.product-hero-focus,
.product-ui-board,
.product-filter-shell {
  border-radius: 10px;
  border-color: rgba(214, 225, 239, 0.96);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 48px rgba(31, 73, 125, 0.1);
}

.product-hero-search {
  max-width: 650px;
  padding: 10px;
}

.product-hero-search-input,
.product-hero-search-button,
.product-search-chip,
.product-filter-chip,
.product-item-tags span {
  border-radius: 6px;
}

.product-family-section {
  position: sticky;
  top: 60px;
  z-index: 24;
  padding: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 26px rgba(36, 69, 112, 0.08);
  backdrop-filter: blur(12px);
}

.product-family-section .product-center-heading {
  display: none;
}

.product-family-grid {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.product-family-grid::-webkit-scrollbar {
  display: none;
}

.product-family-card {
  flex: 1 0 180px;
  min-height: 72px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  padding: 14px 18px 12px;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.product-family-card:hover,
.product-family-card:focus-visible {
  transform: none;
  border-color: #1768ff;
  box-shadow: none;
}

.product-family-card-top {
  display: grid;
  justify-items: center;
  gap: 4px;
}

.product-family-card-top strong,
.product-family-card p,
.product-family-highlights {
  display: none;
}

.product-filter-section,
.product-matrix-section {
  background: #edf4fb;
}

.product-filter-shell {
  position: static;
  gap: 14px;
  padding: 20px 24px;
}

.product-filter-intro {
  display: none;
}

.product-filter-chip.is-active {
  background: #1768ff;
}

.product-matrix-groups {
  gap: 70px;
}

.product-group {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.product-group-header {
  padding: 0 0 28px;
}

.product-group-kicker {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  color: #1768ff;
  background: transparent;
}

.product-group-title {
  margin-top: 8px;
  color: #252f49;
  font-size: clamp(30px, 3vw, 46px);
}

.product-group-count {
  align-self: center;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #1768ff;
  background: #fff;
}

.product-group-panel {
  padding: 0;
}

.product-center-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-item-card {
  min-height: 438px;
  gap: 16px;
  padding: 0 0 24px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(34, 71, 116, 0.08);
  overflow: hidden;
}

.product-item-visual {
  position: relative;
  height: 214px;
  margin: 0 0 6px;
  overflow: hidden;
  background: #dfeaf6;
}

.product-item-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-item-visual .product-status-badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  box-shadow: 0 8px 18px rgba(18, 44, 82, 0.12);
}

.product-item-head,
.product-item-card > p,
.product-item-tags,
.product-item-link {
  margin-right: 24px;
  margin-left: 24px;
}

.product-item-head h4 {
  color: #242e48;
  font-size: 24px;
}

.product-combo-section,
.product-access-section {
  background: #ffffff;
}

@media (max-width: 1180px) {
  .product-center-main .product-overview-hero .subpage-hero-shell {
    grid-template-columns: 1fr;
  }

  .product-center-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .product-center-main {
    --product-shell-width: min(100% - 28px, 640px);
  }

  .product-center-main .product-overview-hero {
    min-height: 0;
    padding-top: 88px;
  }

  .product-center-main .product-overview-hero h1 {
    font-size: clamp(42px, 14vw, 64px);
  }

  .product-center-main .product-overview-hero .subpage-hero-shell {
    width: var(--product-shell-width);
    gap: 28px;
  }

  .product-family-section {
    top: 58px;
  }

  .product-family-card {
    flex-basis: 118px;
  }

  .product-center-card-grid {
    grid-template-columns: 1fr;
  }

  .product-item-card {
    min-height: 0;
    padding-bottom: 22px;
  }

  .product-item-visual {
    height: 190px;
  }
}

/* Final hero cleanup after removing the right visual and matrix intro block. */
.product-center-main {
  --product-shell-width: min(1450px, calc(100% - 96px));
}

.product-center-main .product-overview-hero {
  min-height: 0 !important;
  padding: 86px 0 72px !important;
}

.product-center-main .product-overview-hero .subpage-hero-shell {
  width: var(--product-shell-width) !important;
  grid-template-columns: minmax(0, 860px) !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0 !important;
  text-align: center;
}

.product-center-main .product-overview-hero .product-hero-copy {
  max-width: 860px !important;
  align-items: center;
  margin: 0 auto;
}

.product-center-breadcrumb {
  justify-content: center;
  margin-bottom: 58px !important;
}

.product-center-main .product-overview-hero h1 {
  max-width: 860px !important;
  margin: 0 auto;
  font-size: clamp(56px, 5.2vw, 92px) !important;
  line-height: 1.04 !important;
}

.product-center-main .product-overview-hero .subpage-hero-lead {
  max-width: 820px !important;
  margin: 22px auto 0 !important;
  font-size: 18px !important;
  line-height: 1.9 !important;
}

.product-hero-search {
  width: min(720px, 100%) !important;
  max-width: none !important;
  margin: 30px auto 0 !important;
}

.product-search-suggestions {
  justify-content: center !important;
  margin-top: 18px !important;
}

.product-matrix-section {
  padding-top: 64px !important;
}

@media (max-width: 640px) {
  .product-center-main {
    --product-shell-width: min(100% - 28px, 640px);
  }

  .product-center-main .product-overview-hero {
    padding: 72px 0 48px !important;
  }

  .product-center-breadcrumb {
    justify-content: flex-start;
    margin-bottom: 34px !important;
  }

  .product-center-main .product-overview-hero .subpage-hero-shell,
  .product-center-main .product-overview-hero .product-hero-copy {
    text-align: left;
    align-items: stretch;
  }

  .product-center-main .product-overview-hero h1 {
    font-size: clamp(42px, 14vw, 62px) !important;
  }

  .product-center-main .product-overview-hero .subpage-hero-lead {
    margin-top: 16px !important;
    font-size: 15px !important;
  }

  .product-hero-search {
    margin-top: 24px !important;
  }

  .product-search-suggestions {
    justify-content: flex-start !important;
  }

  .product-matrix-section {
    padding-top: 42px !important;
  }
}

/* H1 annotation override: keep this block at the physical end of file. */
.product-center-main .product-overview-hero h1 {
  font-size: clamp(48px, 3.65vw, 60px) !important;
  font-weight: 600 !important;
}

@media (max-width: 640px) {
  .product-center-main .product-overview-hero h1 {
    font-size: clamp(38px, 11vw, 48px) !important;
  }
}

/* Access route final override: keep at physical end so old product-center rules cannot win. */
.product-access-section {
  padding: 110px 0 86px !important;
  background:
    linear-gradient(180deg, #f5f8fd 0%, #f3f7fc 100%) !important;
}

.product-access-heading {
  display: block !important;
  margin-bottom: 30px !important;
  text-align: center;
}

.product-access-heading h2 {
  max-width: 640px;
  margin: 0 auto;
  color: #17243c;
  font-size: clamp(30px, 2.7vw, 40px);
  font-weight: 750;
  line-height: 1.2;
}

.product-access-heading > p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #5d6d84;
  font-size: 15px;
  line-height: 1.72;
}

.product-access-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  align-items: stretch;
}

.product-access-panel {
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.product-access-panel-head {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.product-access-panel-head h3 {
  margin: 0;
  color: #1d2a44;
  font-size: 24px;
  line-height: 1.24;
  font-weight: 750;
}

.product-access-panel .flow-steps {
  counter-reset: access-step;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.product-access-panel .flow-steps article {
  position: relative;
  min-height: 184px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 62px 24px 24px !important;
  border: 1px solid #cfe0f4 !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  box-shadow: 0 18px 42px rgba(30, 73, 128, 0.08) !important;
}

.product-access-panel .flow-steps article:first-child {
  border-color: #cfe0f4 !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
}

.product-access-panel .flow-steps article::before {
  counter-increment: access-step;
  content: "0" counter(access-step);
  position: absolute;
  top: 20px;
  left: 24px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: #1768ff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.product-access-panel .flow-steps article::after {
  content: "";
  position: absolute;
  top: 36px;
  left: calc(100% - 1px);
  z-index: 2;
  width: 12px;
  height: 1px;
  background: #b9cce5;
}

.product-access-panel .flow-steps article:last-child::after {
  display: none;
}

.product-access-panel .flow-steps h3 {
  margin: 0;
  color: #202b45;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 750;
}

.product-access-panel .flow-steps p {
  margin: 0;
  color: #647187;
  font-size: 14px;
  line-height: 1.68;
}

.product-trust-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  border-top: 0;
}

.product-trust-grid article {
  min-height: 132px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px !important;
  border: 1px solid #dfe9f5 !important;
  border-radius: 8px !important;
  background: #fbfdff !important;
  box-shadow: none !important;
}

.product-trust-grid strong {
  color: #202b45;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

.product-trust-grid p {
  margin: 0;
  color: #647187;
  font-size: 13px;
  line-height: 1.72;
}

.product-access-contact {
  min-height: 44px;
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 0 18px;
  border-radius: 6px;
  color: #fff;
  background: #1768ff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(23, 104, 255, 0.18);
}

.product-access-contact:hover,
.product-access-contact:focus-visible {
  background: #0f55d6;
}

@media (max-width: 640px) {
  .product-access-section {
    padding: 58px 0 !important;
  }

  .product-access-heading {
    align-items: start;
  }

  .product-access-layout {
    grid-template-columns: 1fr !important;
  }

  .product-access-panel,
  .product-trust-panel {
    padding: 22px !important;
  }

  .product-access-panel .flow-steps {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .product-trust-grid {
    grid-template-columns: 1fr !important;
  }

  .product-trust-grid article {
    min-height: 0;
  }

  .product-access-panel .flow-steps article {
    min-height: 0;
    padding: 52px 18px 20px !important;
    border: 1px solid #dfe9f5 !important;
  }

  .product-access-panel .flow-steps article:first-child {
    border-color: #b9d1f4 !important;
  }

  .product-access-panel .flow-steps article::before {
    top: 16px;
    left: 18px;
    font-size: 13px;
  }

  .product-access-panel .flow-steps article::after {
    display: none;
  }

  .product-access-contact {
    width: 100%;
  }
}

/* Final hero spacing after removing breadcrumbs from product and solution overview pages. */
.product-center-main .product-overview-hero {
  padding-top: 88px !important;
}

@media (max-width: 640px) {
  .product-center-main .product-overview-hero {
    padding-top: 62px !important;
  }
}

/* Final vertical section headings: avoid split title layouts that leave empty left/right space. */
.product-center-main .section-heading,
.product-center-main .split-heading {
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  gap: 14px !important;
  max-width: 920px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

.product-center-main .section-heading > p,
.product-center-main .split-heading > p {
  max-width: 760px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.product-center-main .product-access-heading {
  text-align: center !important;
}

/* Keep the product overview hero shell tall enough on desktop. */
.product-center-main .product-overview-hero .product-hero-shell {
  min-height: 500px;
}

@media (max-width: 640px) {
  .product-center-main .product-overview-hero .product-hero-shell {
    min-height: 0;
  }
}

/* Figma-aligned access route section. */
.product-center-main #access-route.product-access-section {
  padding: 78px 0 82px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 68%, #eaf3ff 100%) !important;
  overflow: hidden;
}

.product-center-main #access-route .product-center-shell {
  width: var(--product-shell-width);
}

.product-center-main #access-route .product-access-heading {
  display: block !important;
  margin-bottom: 44px !important;
  max-width: none;
  text-align: center !important;
}

.product-center-main #access-route .product-access-heading h2 {
  max-width: none;
  margin: 0 auto;
  color: #091221;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.product-center-main #access-route .product-access-layout {
  display: block !important;
}

.product-center-main #access-route .product-access-panel {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.product-center-main #access-route .flow-steps {
  counter-reset: access-step;
  display: grid !important;
  grid-auto-flow: row;
  grid-auto-columns: unset;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 28px !important;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 4px;
  overflow: visible;
}

.product-center-main #access-route .flow-steps article {
  position: relative;
  width: auto;
  min-width: 0;
  min-height: 236px;
  display: grid;
  align-content: start;
  gap: 0;
  padding: 22px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.9) 0 16%, transparent 17%),
    radial-gradient(circle at 72% 78%, rgba(37, 227, 215, 0.18), transparent 32%),
    linear-gradient(135deg, #bfe1ff 0%, #e8f5ff 54%, #d5efff 100%) !important;
  box-shadow: none !important;
  overflow: hidden;
}

.product-center-main #access-route .flow-steps article:nth-child(2) {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.9) 0 16%, transparent 17%),
    radial-gradient(circle at 72% 78%, rgba(137, 123, 255, 0.16), transparent 32%),
    linear-gradient(135deg, #c7defe 0%, #eef0ff 55%, #eaf9ff 100%) !important;
}

.product-center-main #access-route .flow-steps article:nth-child(3) {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.9) 0 16%, transparent 17%),
    radial-gradient(circle at 72% 78%, rgba(0, 224, 202, 0.18), transparent 32%),
    linear-gradient(135deg, #aeeeff 0%, #dffaff 54%, #ccf7ec 100%) !important;
}

.product-center-main #access-route .flow-steps article:nth-child(4),
.product-center-main #access-route .flow-steps article:nth-child(5) {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.9) 0 16%, transparent 17%),
    radial-gradient(circle at 72% 78%, rgba(70, 142, 255, 0.14), transparent 32%),
    linear-gradient(135deg, #b9d8ff 0%, #eaf5ff 58%, #dbeeff 100%) !important;
}

.product-center-main #access-route .flow-steps article::before {
  content: none;
}

.product-center-main #access-route .flow-steps article::after {
  content: none;
}

.product-center-main #access-route .access-step-card {
  position: relative;
  min-height: 184px;
  display: grid;
  align-content: start;
  gap: 16px;
  margin-top: 0;
  padding: 28px 26px 30px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 86% 8%, rgba(255, 255, 255, 0.8) 0 18%, transparent 19%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(239, 250, 255, 0.72) 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  overflow: hidden;
}

.product-center-main #access-route .access-step-card::after {
  content: none;
}

.product-center-main #access-route .access-step-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #0063ff;
  background: linear-gradient(90deg, #0063ff 0%, #0b8aff 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.product-center-main #access-route .access-step-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #1b1b1b;
  font-size: 18px;
  line-height: 30px;
  font-weight: 650;
  letter-spacing: 0;
}

.product-center-main #access-route .access-step-link,
.product-center-main #access-route .product-access-contact {
  position: relative;
  width: max-content;
  min-height: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: #2468f2;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  font-weight: 800;
}

.product-center-main #access-route .access-step-link {
  margin-left: 0;
}

.product-center-main #access-route .access-step-link::after,
.product-center-main #access-route .product-access-contact::after {
  content: "↗";
  font-size: 14px;
  line-height: 1;
  transform: translateY(-1px);
}

.product-center-main #access-route .access-step-link:hover,
.product-center-main #access-route .access-step-link:focus-visible,
.product-center-main #access-route .product-access-contact:hover,
.product-center-main #access-route .product-access-contact:focus-visible {
  color: #0f55d6;
  background: transparent;
}

.product-center-main #access-route .product-access-contact {
  justify-content: center;
  display: flex !important;
  margin: 34px auto 0;
}

@media (max-width: 1800px) and (min-width: 901px) {
  .product-center-main #access-route .flow-steps {
    gap: 24px !important;
  }

  .product-center-main #access-route .flow-steps article {
    width: auto;
    min-height: 218px;
    padding: 18px !important;
  }

  .product-center-main #access-route .access-step-card {
    min-height: 166px;
    padding: 22px 20px 24px;
  }

  .product-center-main #access-route .access-step-card h3 {
    font-size: 19px;
    line-height: 27px;
  }

  .product-center-main #access-route .access-step-card p {
    font-size: 14px;
    line-height: 24px;
  }

  .product-center-main #access-route .access-step-link,
  .product-center-main #access-route .product-access-contact {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 900px) {
  .product-center-main #access-route .flow-steps {
    grid-auto-flow: column;
    grid-auto-columns: min(86vw, 360px);
    grid-template-columns: none !important;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .product-center-main #access-route .flow-steps::-webkit-scrollbar {
    display: none;
  }

  .product-center-main #access-route .flow-steps article {
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .product-center-main #access-route.product-access-section {
    padding: 58px 0 64px !important;
  }

  .product-center-main #access-route .product-center-shell {
    width: min(100% - 28px, 640px);
  }

  .product-center-main #access-route .product-access-heading {
    margin-bottom: 28px !important;
  }

  .product-center-main #access-route .product-access-heading h2 {
    font-size: 34px;
  }

  .product-center-main #access-route .flow-steps {
    grid-auto-columns: min(86vw, 360px);
    gap: 16px !important;
    padding: 0 0 4px;
  }

  .product-center-main #access-route .flow-steps article {
    width: min(86vw, 360px);
    min-height: 0;
    padding: 18px 18px 22px !important;
  }

  .product-center-main #access-route .access-step-card {
    min-height: 156px;
    padding: 22px 26px 24px 18px;
  }

  .product-center-main #access-route .access-step-card h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .product-center-main #access-route .access-step-card p {
    font-size: 16px;
    line-height: 28px;
  }

  .product-center-main #access-route .access-step-link,
  .product-center-main #access-route .product-access-contact {
    font-size: 16px;
    line-height: 28px;
  }
}

/* Lakala-inspired product overview restructure: product lines first, capabilities second. */
.product-overview-page {
  background: #f4f7fb;
}

.product-center-main {
  --product-shell-width: min(1450px, calc(100% - 96px));
  background: #f4f7fb !important;
}

.product-center-main .product-overview-hero {
  min-height: 500px !important;
  padding: 104px 0 64px !important;
  background:
    linear-gradient(90deg, rgba(232, 244, 255, 0.92) 0%, rgba(255, 255, 255, 0.86) 54%, rgba(233, 244, 255, 0.9) 100%),
    url("https://qn.shangfutong.net/image/products/payment/product-payment-hero-20260526-v2.webp") center / cover no-repeat !important;
  box-shadow: inset 0 -1px 0 rgba(208, 221, 238, 0.72);
}

.product-center-main .product-overview-hero .product-hero-shell {
  min-height: 360px !important;
}

.product-center-main .product-overview-hero .subpage-hero-shell {
  width: var(--product-shell-width) !important;
  grid-template-columns: minmax(0, 760px) !important;
  justify-content: start !important;
  text-align: left !important;
}

.product-center-main .product-overview-hero .product-hero-copy {
  max-width: 760px !important;
  align-items: flex-start !important;
  margin: 0 !important;
}

.product-center-main .product-overview-hero h1 {
  max-width: 720px !important;
  margin: 0 !important;
  color: #12213a !important;
  font-size: clamp(48px, 4.7vw, 72px) !important;
  line-height: 1.06 !important;
  font-weight: 700 !important;
}

.product-center-main .product-overview-hero .subpage-hero-lead {
  max-width: 720px !important;
  margin: 20px 0 0 !important;
  color: #4f6078 !important;
  font-size: 18px !important;
  line-height: 1.85 !important;
}

.product-center-main .product-overview-hero .product-hero-stats,
.product-center-main .product-overview-hero .hero-actions,
.product-center-main .product-overview-hero .product-hero-search,
.product-center-main .product-overview-hero .product-search-suggestions {
  display: none !important;
}

.product-line-section {
  padding: 72px 0 88px;
  background: #fff;
}

.product-line-heading,
.product-family-heading {
  max-width: 880px;
  display: grid;
  gap: 14px;
  margin: 0 auto 34px;
  text-align: center;
}

.product-line-heading h2,
.product-family-heading h2 {
  margin: 0;
  color: #17243c;
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.18;
  font-weight: 720;
  letter-spacing: 0;
}

.product-line-heading p,
.product-family-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: #66758a;
  font-size: 16px;
  line-height: 1.78;
}

.product-line-showcase {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: min(1520px, calc(100vw - 48px));
  margin: 0 calc((var(--product-shell-width) - min(1520px, calc(100vw - 48px))) / 2);
  padding: 8px max(24px, calc((100vw - var(--product-shell-width)) / 2)) 24px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.product-line-showcase::-webkit-scrollbar {
  display: none;
}

.product-line-card {
  position: relative;
  flex: 0 0 clamp(318px, 27vw, 400px);
  min-height: 286px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: stretch;
  border-radius: 8px;
  color: inherit;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 42px rgba(26, 62, 108, 0.08);
  text-decoration: none;
  overflow: hidden;
  opacity: 0.58;
  scroll-snap-align: center;
  transform: scale(0.94);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.product-line-card.is-featured,
.product-line-card:hover,
.product-line-card:focus-visible {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 24px 64px rgba(24, 67, 125, 0.15);
}

.product-line-card-visual {
  height: 142px;
  margin: 0;
  background: #e4eefb;
  overflow: hidden;
}

.product-line-card-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-line-card-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 172px;
  padding: 24px 26px 26px;
  background: #fff;
}

.product-line-card-index {
  color: #1768ff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.product-line-card h3 {
  margin: 0;
  color: #17243c;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 720;
}

.product-line-card p {
  margin: 0;
  color: #5f6f86;
  font-size: 15px;
  line-height: 1.72;
}

.product-line-card-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.product-line-card-points span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #d9e5f4;
  border-radius: 999px;
  color: #28517f;
  background: #f5f9fe;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.product-line-card strong {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: #1768ff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
}

.product-line-card strong::after {
  content: ">";
  font-size: 14px;
}

.product-family-section {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  padding: 58px 0 78px !important;
  border: 0 !important;
  background: #f4f7fb !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.product-overview-page.product-family-nav-docked .site-header {
  transform: none !important;
  pointer-events: auto !important;
}

.product-family-section .product-center-shell {
  width: var(--product-shell-width);
}

.product-search-panel {
  max-width: 840px;
  display: grid;
  gap: 16px;
  margin: 0 auto 44px;
}

.product-search-panel .product-hero-search {
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: 0 !important;
  padding: 10px !important;
  border: 1px solid #dbe6f4;
  border-radius: 6px !important;
  background: #fff;
  box-shadow: 0 14px 38px rgba(32, 70, 118, 0.08);
}

.product-search-panel .product-search-suggestions {
  display: flex !important;
  justify-content: center !important;
  margin: 0 !important;
}

.product-family-grid {
  display: flex !important;
  align-items: center;
  gap: 24px !important;
  width: min(1380px, 100%);
  margin: 0 auto;
  padding: 14px 0 28px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.product-family-grid::-webkit-scrollbar {
  display: none;
}

.product-family-card {
  position: relative;
  flex: 0 0 clamp(318px, 29vw, 420px) !important;
  min-height: 268px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 140px;
  align-content: stretch;
  align-items: stretch;
  gap: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #17243c;
  background: rgba(255, 255, 255, 0.66) !important;
  box-shadow: 0 14px 40px rgba(31, 64, 104, 0.06) !important;
  overflow: hidden;
  opacity: 0.5;
  scroll-snap-align: center;
  transform: scale(0.93);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.product-family-card-copy {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 34px 0 30px 34px;
  text-align: left;
}

.product-family-card.is-focus,
.product-family-card:hover,
.product-family-card:focus-visible {
  opacity: 1;
  transform: scale(1);
  background: #fff !important;
  box-shadow: 0 24px 68px rgba(31, 64, 104, 0.14) !important;
}

.product-family-card-visual {
  order: 2;
  height: 100%;
  min-height: 268px;
  margin: 0;
  background: #eaf2fb;
  overflow: hidden;
}

.product-family-card-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-family-card-top,
.product-family-card p,
.product-family-highlights,
.product-family-card em {
  margin-right: 0;
  margin-left: 0;
}

.product-family-card-top {
  display: grid !important;
  justify-items: start !important;
  align-content: start;
  gap: 8px;
  padding: 0;
}

.product-family-card-top span {
  color: #17243c !important;
  font-size: 26px !important;
  line-height: 1.2;
  font-weight: 720;
}

.product-family-card-top strong {
  display: inline-flex !important;
  color: #1768ff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
}

.product-family-card p {
  display: block !important;
  max-width: 250px;
  padding: 0;
  color: #66758a;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.product-family-highlights {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 275px;
  padding: 0;
}

.product-family-highlights span {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid #d9e5f4;
  border-radius: 999px;
  color: #28517f;
  background: #f5f9fe;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.product-family-card em {
  align-self: end;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: #1768ff;
  font-size: 15px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 800;
}

.product-family-card em::after {
  content: ">";
  font-size: 14px;
}

.product-family-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.product-family-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #b8ddf4;
}

.product-family-dots span.is-active {
  background: #18aee9;
}

.product-matrix-section {
  padding: 88px 0 96px !important;
  background: #fff !important;
}

.product-matrix-groups {
  gap: 48px !important;
}

.product-group {
  padding: 34px 0 0;
}

.product-group-header {
  max-width: 980px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  padding: 0 0 24px !important;
}

.product-group-title {
  margin: 0 !important;
  color: #17243c !important;
  font-size: clamp(28px, 2.5vw, 38px) !important;
  line-height: 1.18;
  font-weight: 720;
}

.product-group-summary {
  max-width: 680px;
  margin: 12px 0 0;
  color: #66758a;
  font-size: 15px;
  line-height: 1.75;
}

.product-center-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-item-card {
  min-height: 0 !important;
  gap: 12px !important;
  padding: 0 0 20px !important;
  border: 1px solid #e1ebf6 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.product-item-visual {
  height: 156px !important;
  margin: 0 0 4px !important;
}

.product-item-head,
.product-item-card > p,
.product-item-tags,
.product-item-link {
  margin-right: 18px !important;
  margin-left: 18px !important;
}

.product-item-head h4 {
  font-size: 20px !important;
  line-height: 1.3;
}

.product-item-card > p {
  color: #66758a;
  font-size: 13px;
  line-height: 1.65;
}

.product-item-link {
  color: #1768ff !important;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .product-line-showcase {
    margin: 0 calc((var(--product-shell-width) - min(1280px, calc(100vw - 32px))) / 2);
    width: min(1280px, calc(100vw - 32px));
  }

  .product-center-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .product-center-main .product-overview-hero {
    padding: 82px 0 54px !important;
  }

  .product-line-section,
  .product-family-section {
    padding: 62px 0 70px !important;
  }

  .product-family-section {
    padding-top: 42px !important;
  }

  .product-line-showcase,
  .product-family-grid {
    width: calc(100vw - 28px);
    margin: 0 -14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .product-center-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .product-center-main {
    --product-shell-width: min(100% - 28px, 640px);
  }

  .product-center-main .product-overview-hero {
    min-height: 0 !important;
    padding: 70px 0 44px !important;
  }

  .product-center-main .product-overview-hero .subpage-hero-shell {
    text-align: left !important;
  }

  .product-center-main .product-overview-hero .product-hero-copy {
    align-items: flex-start !important;
  }

  .product-center-main .product-overview-hero h1 {
    font-size: clamp(38px, 11vw, 48px) !important;
  }

  .product-center-main .product-overview-hero .subpage-hero-lead {
    font-size: 15px !important;
    line-height: 1.78 !important;
  }

  .product-line-heading,
  .product-family-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .product-line-heading h2,
  .product-family-heading h2 {
    font-size: 30px;
  }

  .product-line-heading p,
  .product-family-heading p {
    margin-left: 0;
    font-size: 14px;
  }

  .product-line-card {
    flex-basis: min(86vw, 360px);
  }

  .product-family-card {
    flex-basis: min(86vw, 360px) !important;
    grid-template-columns: minmax(0, 1fr) 118px;
  }

  .product-family-card-top {
    padding: 0;
  }

  .product-family-card-top span {
    font-size: 22px !important;
  }

  .product-family-card-copy {
    padding: 26px 0 24px 22px;
  }

  .product-search-panel .product-hero-search {
    grid-template-columns: 1fr;
  }

  .product-search-panel .product-hero-search-button {
    width: 100%;
  }

  .product-search-panel .product-search-suggestions {
    justify-content: flex-start !important;
  }

  .product-center-card-grid {
    grid-template-columns: 1fr !important;
  }

  .product-group-header {
    grid-template-columns: 1fr;
  }
}

/* Final cascade guard for the Figma/Lakala product center redesign. */
.product-overview-page {
  overflow-x: hidden !important;
  background: #f5f6f8 !important;
}

.product-center-main {
  --product-shell-width: min(1200px, calc(100vw - 96px)) !important;
  --product-blue: #256cba !important;
  --product-cyan: #00b9f1 !important;
  background: #fff !important;
  overflow: hidden !important;
}

.product-center-main .product-center-shell {
  width: var(--product-shell-width) !important;
  max-width: var(--product-shell-width) !important;
  margin-inline: auto !important;
}

.product-center-main .product-overview-hero {
  min-height: clamp(620px, 66vh, 760px) !important;
  display: flex !important;
  align-items: center !important;
  padding: clamp(116px, 12vh, 150px) 0 clamp(92px, 10vh, 128px) !important;
  background:
    linear-gradient(90deg, rgba(222, 244, 255, 0.96) 0%, rgba(238, 249, 255, 0.84) 30%, rgba(255, 255, 255, 0.38) 54%, rgba(214, 236, 255, 0.66) 100%),
    url("https://qn.shangfutong.net/image/products/payment/product-payment-hero-20260526-v2.webp") 58% center / cover no-repeat !important;
  box-shadow: inset 0 -1px 0 rgba(219, 226, 232, 0.9) !important;
}

.product-center-main .product-overview-hero .subpage-hero-shell {
  width: var(--product-shell-width) !important;
  min-height: clamp(420px, 46vh, 560px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 540px) !important;
  align-items: center !important;
  justify-content: start !important;
  text-align: left !important;
}

.product-center-main .product-overview-hero .product-hero-copy {
  max-width: 540px !important;
  align-items: flex-start !important;
  margin: 0 !important;
}

.product-center-main .product-overview-hero .eyebrow {
  margin-bottom: 18px !important;
  color: var(--product-blue) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

.product-center-main .product-overview-hero h1 {
  max-width: 540px !important;
  margin: 0 !important;
  color: var(--product-blue) !important;
  font-size: clamp(46px, 3.45vw, 64px) !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.72) !important;
}

.product-center-main .product-overview-hero .subpage-hero-lead {
  max-width: 520px !important;
  margin: 22px 0 0 !important;
  color: #415566 !important;
  font-size: 18px !important;
  line-height: 1.9 !important;
}

.product-center-main .product-overview-hero .product-hero-stats,
.product-center-main .product-overview-hero .hero-actions,
.product-center-main .product-overview-hero .product-hero-search,
.product-center-main .product-overview-hero .product-search-suggestions,
.product-search-panel {
  display: none !important;
}

.product-line-section {
  padding: 76px 0 82px !important;
  background: #fff !important;
}

.product-line-heading {
  max-width: 780px !important;
  display: grid !important;
  gap: 14px !important;
  margin: 0 auto 44px !important;
  text-align: center !important;
}

.product-line-heading h2 {
  margin: 0 !important;
  color: #222 !important;
  font-size: clamp(30px, 2.4vw, 40px) !important;
  line-height: 1.28 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.product-line-heading p {
  max-width: 680px !important;
  margin: 0 auto !important;
  color: #666 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.product-line-showcase {
  --line-card-width: clamp(268px, 16vw, 306px);
  width: 100vw !important;
  max-width: none !important;
  display: flex !important;
  align-items: stretch !important;
  gap: 24px !important;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: 4px max(28px, calc((100vw - var(--line-card-width)) / 2)) 26px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-snap-type: x mandatory !important;
  scroll-padding-inline: max(28px, calc((100vw - var(--line-card-width)) / 2)) !important;
  scrollbar-width: none !important;
}

.product-line-showcase::-webkit-scrollbar {
  display: none !important;
}

.product-line-card {
  position: relative !important;
  flex: 0 0 var(--line-card-width) !important;
  min-height: 308px !important;
  display: grid !important;
  grid-template-rows: 122px minmax(0, 1fr) !important;
  border: 1px solid #edf1f5 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(37, 74, 109, 0.06) !important;
  color: inherit !important;
  text-decoration: none !important;
  opacity: 0.52 !important;
  transform: scale(0.92) !important;
  transform-origin: center !important;
  overflow: hidden !important;
  scroll-snap-align: center !important;
  transition: opacity 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease !important;
}

.product-line-card.is-focus,
.product-line-card:hover,
.product-line-card:focus-visible {
  border-color: rgba(37, 108, 186, 0.2) !important;
  box-shadow: 0 22px 54px rgba(37, 74, 109, 0.14) !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}

.product-line-card-visual {
  height: 122px !important;
  margin: 0 !important;
  background: #eef7fd !important;
  overflow: hidden !important;
}

.product-line-card-visual img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

.product-line-card-copy {
  display: grid !important;
  align-content: start !important;
  gap: 11px !important;
  min-height: 0 !important;
  padding: 22px 22px 24px !important;
  background: #fff !important;
}

.product-line-card-index {
  color: var(--product-cyan) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.product-line-card h3 {
  margin: 0 !important;
  color: #333 !important;
  font-size: 22px !important;
  line-height: 1.28 !important;
  font-weight: 500 !important;
}

.product-line-card p {
  margin: 0 !important;
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

.product-line-card-points {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin: 2px 0 0 !important;
}

.product-line-card-points span {
  min-height: 25px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 9px !important;
  border: 1px solid #dceaf7 !important;
  border-radius: 999px !important;
  background: #f7fbff !important;
  color: #3f6d9b !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}

.product-line-card strong,
.product-family-card em,
.product-item-link {
  width: max-content !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: var(--product-blue) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.product-line-card strong::after,
.product-family-card em::after,
.product-item-link::after {
  content: ">" !important;
  font-size: 13px !important;
}

.product-line-dots,
.product-family-dots {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 2px !important;
}

.product-line-dots button,
.product-family-dots button {
  width: 7px !important;
  height: 7px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #8ddcf4 !important;
  opacity: 0.9 !important;
  cursor: pointer !important;
  transition: width 0.2s ease, background 0.2s ease, opacity 0.2s ease !important;
}

.product-line-dots button.is-active,
.product-family-dots button.is-active {
  width: 18px !important;
  background: var(--product-cyan) !important;
  opacity: 1 !important;
}

.product-family-section {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  padding: 78px 0 84px !important;
  border: 0 !important;
  background: #f6f6f6 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.product-family-section::before {
  content: "" !important;
  display: none !important;
}

.product-overview-page.product-family-nav-docked .site-header {
  transform: none !important;
  pointer-events: auto !important;
}

.product-family-grid {
  --family-card-width: clamp(360px, 31vw, 472px);
  width: 100vw !important;
  max-width: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 44px !important;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: 8px max(32px, calc((100vw - var(--family-card-width)) / 2)) 34px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-snap-type: x mandatory !important;
  scroll-padding-inline: max(32px, calc((100vw - var(--family-card-width)) / 2)) !important;
  scrollbar-width: none !important;
}

.product-family-grid::-webkit-scrollbar {
  display: none !important;
}

.product-family-card {
  position: relative !important;
  flex: 0 0 var(--family-card-width) !important;
  min-height: 238px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 178px !important;
  align-items: stretch !important;
  gap: 0 !important;
  padding: 0 !important;
  border: 1px solid #edf1f5 !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 8px 24px rgba(36, 56, 78, 0.06) !important;
  color: #333 !important;
  cursor: pointer !important;
  opacity: 0.42 !important;
  overflow: hidden !important;
  scroll-snap-align: center !important;
  transform: scale(0.9) !important;
  transition: opacity 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease !important;
}

.product-family-card.is-focus,
.product-family-card:hover,
.product-family-card:focus-visible {
  border-color: rgba(37, 108, 186, 0.18) !important;
  background: #fff !important;
  box-shadow: 0 20px 54px rgba(36, 56, 78, 0.14) !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}

.product-family-card-copy {
  min-width: 0 !important;
  display: grid !important;
  align-content: start !important;
  gap: 12px !important;
  padding: 34px 10px 30px 34px !important;
  text-align: left !important;
}

.product-family-card-top {
  display: grid !important;
  justify-items: start !important;
  gap: 8px !important;
  padding: 0 !important;
}

.product-family-card-top span {
  color: #333 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
}

.product-family-card-top strong {
  display: inline-flex !important;
  color: var(--product-blue) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.product-family-card p {
  max-width: 252px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.68 !important;
  text-align: left !important;
}

.product-family-highlights {
  max-width: 258px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  padding: 0 !important;
}

.product-family-highlights span {
  min-height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 8px !important;
  border: 1px solid #dceaf7 !important;
  border-radius: 999px !important;
  background: #f7fbff !important;
  color: #3f6d9b !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}

.product-family-card-visual {
  order: 2 !important;
  height: 100% !important;
  min-height: 238px !important;
  margin: 0 !important;
  background: #eef7fd !important;
  overflow: hidden !important;
}

.product-family-card-visual img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

.product-matrix-section {
  padding: 86px 0 96px !important;
  background: #fff !important;
}

.product-matrix-groups {
  display: grid !important;
  gap: 52px !important;
}

.product-group {
  padding: 0 !important;
}

.product-group-header {
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 24px !important;
  padding: 0 0 24px !important;
}

.product-group-title {
  margin: 0 !important;
  color: #222 !important;
  font-size: clamp(28px, 2.1vw, 36px) !important;
  line-height: 1.28 !important;
  font-weight: 500 !important;
}

.product-group-summary {
  max-width: 680px !important;
  margin: 12px 0 0 !important;
  color: #666 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.product-center-card-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-item-card {
  min-width: 0 !important;
  min-height: 0 !important;
  display: grid !important;
  align-content: start !important;
  gap: 12px !important;
  padding: 0 0 20px !important;
  border: 1px solid #e6edf4 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.product-item-card:hover {
  border-color: rgba(37, 108, 186, 0.22) !important;
  box-shadow: 0 14px 36px rgba(36, 56, 78, 0.09) !important;
}

.product-item-visual {
  height: 152px !important;
  margin: 0 0 4px !important;
  background: #eef7fd !important;
}

.product-item-head,
.product-item-card > p,
.product-item-tags,
.product-item-link {
  margin-right: 18px !important;
  margin-left: 18px !important;
}

.product-item-head h4 {
  margin: 0 !important;
  color: #333 !important;
  font-size: 19px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}

.product-item-card > p {
  margin-top: 0 !important;
  color: #666 !important;
  font-size: 13px !important;
  line-height: 1.68 !important;
}

@media (min-width: 1500px) {
  .product-center-main {
    --product-shell-width: 1200px !important;
  }

  .product-line-showcase {
    --line-card-width: 300px;
  }

  .product-family-grid {
    --family-card-width: 474px;
  }
}

@media (max-width: 1180px) {
  .product-center-main {
    --product-shell-width: min(100vw - 64px, 1080px) !important;
  }

  .product-center-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .product-center-main {
    --product-shell-width: min(100vw - 40px, 820px) !important;
  }

  .product-center-main .product-overview-hero {
    min-height: 420px !important;
    padding: 82px 0 56px !important;
    background:
      linear-gradient(90deg, rgba(222, 244, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 72%, rgba(222, 244, 255, 0.88) 100%),
      url("https://qn.shangfutong.net/image/products/payment/product-payment-hero-20260526-v2.webp") center right / cover no-repeat !important;
  }

  .product-line-section,
  .product-family-section {
    padding: 62px 0 70px !important;
  }

  .product-line-showcase {
    --line-card-width: min(78vw, 326px);
    gap: 18px !important;
  }

  .product-family-grid {
    --family-card-width: min(82vw, 420px);
    gap: 22px !important;
  }

  .product-center-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .product-center-main {
    --product-shell-width: min(100vw - 28px, 560px) !important;
  }

  .product-center-main .product-overview-hero {
    min-height: 0 !important;
    padding: 72px 0 48px !important;
  }

  .product-center-main .product-overview-hero .subpage-hero-shell {
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .product-center-main .product-overview-hero h1 {
    font-size: clamp(36px, 12vw, 46px) !important;
  }

  .product-center-main .product-overview-hero .subpage-hero-lead {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }

  .product-line-heading {
    text-align: left !important;
  }

  .product-line-heading h2 {
    font-size: 28px !important;
  }

  .product-line-heading p {
    margin-left: 0 !important;
    font-size: 14px !important;
  }

  .product-line-showcase {
    --line-card-width: min(86vw, 332px);
    padding-bottom: 24px !important;
  }

  .product-line-card {
    min-height: 292px !important;
  }

  .product-line-card h3 {
    font-size: 20px !important;
  }

  .product-family-section::before {
    width: var(--product-shell-width) !important;
    margin-bottom: 32px !important;
    font-size: 28px !important;
    text-align: left !important;
  }

  .product-family-grid {
    --family-card-width: min(86vw, 360px);
    padding-bottom: 26px !important;
  }

  .product-family-card {
    min-height: 244px !important;
    grid-template-columns: minmax(0, 1fr) 116px !important;
  }

  .product-family-card-copy {
    gap: 10px !important;
    padding: 26px 8px 24px 22px !important;
  }

  .product-family-card-top span {
    font-size: 20px !important;
  }

  .product-family-card p {
    max-width: 210px !important;
    font-size: 13px !important;
  }

  .product-family-highlights span:nth-child(n+4) {
    display: none !important;
  }

  .product-family-card-visual {
    min-height: 244px !important;
  }

  .product-center-card-grid {
    grid-template-columns: 1fr !important;
  }

  .product-group-header {
    grid-template-columns: 1fr !important;
  }

  .product-matrix-section {
    padding: 68px 0 78px !important;
  }
}

/* Carousel interaction fix: horizontal-only tracks with visible arrow controls. */
.product-carousel-frame,
.product-scene-carousel {
  position: relative !important;
}

.product-line-carousel-frame,
.product-family-carousel-frame {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
}

.product-line-showcase,
.product-family-grid,
.product-scene-track {
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
}

.product-line-showcase [data-carousel-clone="true"],
.product-family-grid [data-carousel-clone="true"],
.product-scene-track [data-carousel-clone="true"] {
  pointer-events: none !important;
}

.product-line-showcase {
  margin-left: 0 !important;
}

.product-family-grid {
  margin-left: 0 !important;
}

.product-carousel-arrow {
  position: absolute !important;
  top: 50% !important;
  z-index: 8 !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  padding: 0 !important;
  border: 1px solid rgba(204, 219, 236, 0.9) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 14px 34px rgba(31, 64, 104, 0.16) !important;
  color: #256cba !important;
  cursor: pointer !important;
  transform: translateY(-50%) !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease !important;
}

.product-carousel-arrow::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 2px solid currentColor !important;
  border-left: 2px solid currentColor !important;
}

.product-carousel-arrow.is-prev {
  left: max(18px, calc((100vw - var(--product-shell-width)) / 2 - 24px)) !important;
}

.product-carousel-arrow.is-next {
  right: max(18px, calc((100vw - var(--product-shell-width)) / 2 - 24px)) !important;
}

.product-carousel-arrow.is-prev::before {
  transform: translate(-38%, -50%) rotate(-45deg) !important;
}

.product-carousel-arrow.is-next::before {
  transform: translate(-62%, -50%) rotate(135deg) !important;
}

.product-scene-carousel .product-carousel-arrow.is-prev {
  left: max(18px, calc((100vw - min(1200px, calc(100vw - 96px))) / 2 + 4px)) !important;
}

.product-scene-carousel .product-carousel-arrow.is-next {
  right: max(18px, calc((100vw - min(1200px, calc(100vw - 96px))) / 2 + 4px)) !important;
}

.product-carousel-arrow:hover,
.product-carousel-arrow:focus-visible {
  border-color: rgba(37, 108, 186, 0.38) !important;
  background: #fff !important;
  color: #0f55d6 !important;
  box-shadow: 0 18px 42px rgba(31, 64, 104, 0.22) !important;
  outline: none !important;
}

.product-line-dots button,
.product-family-dots button,
.product-scene-dots button {
  transition:
    width 0.2s ease,
    background 0.2s ease,
    opacity 0.2s ease !important;
}

@media (max-width: 900px) {
  .product-carousel-arrow {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }

  .product-carousel-arrow.is-prev,
  .product-scene-carousel .product-carousel-arrow.is-prev {
    left: 10px !important;
  }

  .product-carousel-arrow.is-next,
  .product-scene-carousel .product-carousel-arrow.is-next {
    right: 10px !important;
  }
}

@media (max-width: 640px) {
  .product-carousel-arrow {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }

  .product-line-showcase,
  .product-family-grid,
  .product-scene-track {
    scroll-snap-type: x mandatory !important;
  }
}

/* 20260616 layout alignment: keep product overview on the shared wide content rail. */
.product-center-main {
  --product-shell-width: min(1440px, calc(100vw - 120px)) !important;
  --product-shell-gutter: max(60px, calc((100vw - 1440px) / 2)) !important;
}

.product-center-main .product-center-shell,
.product-center-main .product-overview-hero .subpage-hero-shell,
.product-center-main #access-route .product-center-shell,
.product-scene-heading {
  width: var(--product-shell-width) !important;
  max-width: var(--product-shell-width) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.product-line-carousel-frame,
.product-family-carousel-frame,
.product-scene-carousel {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
}

.product-line-showcase,
.product-family-grid,
.product-scene-track {
  box-sizing: border-box !important;
  width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: var(--product-shell-gutter) !important;
  padding-right: var(--product-shell-gutter) !important;
  scroll-padding-inline: var(--product-shell-gutter) !important;
}

.product-scene-carousel .product-carousel-arrow.is-prev {
  left: max(18px, calc(var(--product-shell-gutter) - 24px)) !important;
}

.product-scene-carousel .product-carousel-arrow.is-next {
  right: max(18px, calc(var(--product-shell-gutter) - 24px)) !important;
}

@media (max-width: 1180px) {
  .product-center-main {
    --product-shell-width: min(100vw - 64px, 1080px) !important;
    --product-shell-gutter: 32px !important;
  }
}

@media (max-width: 640px) {
  .product-center-main {
    --product-shell-width: min(100vw - 28px, 640px) !important;
    --product-shell-gutter: 14px !important;
  }
}

/* 20260616 access route alignment: this is content, not a carousel. */
@media (max-width: 900px) {
  .product-center-main #access-route .flow-steps {
    grid-auto-flow: row !important;
    grid-auto-columns: unset !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .product-center-main #access-route .flow-steps article {
    width: auto !important;
    min-width: 0 !important;
    scroll-snap-align: none !important;
  }
}

@media (max-width: 640px) {
  .product-center-main #access-route .flow-steps {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .product-center-main #access-route .flow-steps article {
    min-height: 0 !important;
  }
}

/* 20260616 core product lines: editorial image/text story layout. */
.product-line-section {
  padding: 78px 0 96px !important;
  background: #ffffff !important;
}

.product-line-heading {
  max-width: 760px !important;
  margin-bottom: 66px !important;
}

.product-line-story {
  display: grid !important;
  gap: 92px !important;
}

.product-line-story-item {
  display: grid !important;
  grid-template-columns: minmax(0, 46%) minmax(340px, 44%) !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 72px !important;
  color: inherit !important;
  text-decoration: none !important;
}

.product-line-story-item.is-reversed {
  grid-template-columns: minmax(340px, 44%) minmax(0, 46%) !important;
}

.product-line-story-item.is-reversed .product-line-story-visual {
  order: 2 !important;
}

.product-line-story-item.is-reversed .product-line-story-copy {
  order: 1 !important;
}

.product-line-story-visual {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 4px !important;
  background: #eef6fc !important;
  overflow: hidden !important;
}

.product-line-story-visual::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(24, 106, 190, 0.06)) !important;
  pointer-events: none !important;
}

.product-line-story-visual img {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(0.92) contrast(0.98) brightness(1.04) !important;
  transition: transform 0.36s ease !important;
}

.product-line-story-item:hover .product-line-story-visual img,
.product-line-story-item:focus-visible .product-line-story-visual img {
  transform: scale(1.025) !important;
}

.product-line-story-copy {
  min-width: 0 !important;
  display: grid !important;
  align-content: center !important;
  justify-items: start !important;
  gap: 22px !important;
  padding: 0 !important;
}

.product-line-story-copy h3 {
  margin: 0 !important;
  color: #101828 !important;
  font-size: clamp(28px, 2.25vw, 34px) !important;
  line-height: 1.38 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.product-line-story-copy p {
  max-width: 520px !important;
  margin: 0 !important;
  color: #5d6877 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.product-line-story-copy ul {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.product-line-story-copy li {
  position: relative !important;
  margin: 0 !important;
  padding-left: 20px !important;
  color: #3f4c5d !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
}

.product-line-story-copy li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.72em !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: #00aeea !important;
  box-shadow: 0 0 0 3px rgba(0, 174, 234, 0.12) !important;
  transform: translateY(-50%) !important;
}

.product-line-story-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 30px !important;
  margin-top: 2px !important;
  color: #1766ff !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
}

.product-line-story-link::after {
  content: ">" !important;
  font-size: 13px !important;
  transform: translateY(1px) !important;
}

.product-line-story-item:focus-visible {
  outline: 2px solid rgba(23, 102, 255, 0.58) !important;
  outline-offset: 12px !important;
}

@media (max-width: 1180px) {
  .product-line-story {
    gap: 76px !important;
  }

  .product-line-story-item,
  .product-line-story-item.is-reversed {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr) !important;
    gap: 48px !important;
  }
}

@media (max-width: 900px) {
  .product-line-section {
    padding: 64px 0 78px !important;
  }

  .product-line-heading {
    margin-bottom: 44px !important;
  }

  .product-line-story {
    gap: 58px !important;
  }

  .product-line-story-item,
  .product-line-story-item.is-reversed {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .product-line-story-item.is-reversed .product-line-story-visual,
  .product-line-story-item.is-reversed .product-line-story-copy {
    order: initial !important;
  }

  .product-line-story-copy {
    gap: 18px !important;
  }

  .product-line-story-copy h3 {
    font-size: 28px !important;
  }
}

@media (max-width: 640px) {
  .product-line-section {
    padding: 56px 0 68px !important;
  }

  .product-line-heading {
    margin-bottom: 36px !important;
  }

  .product-line-story {
    gap: 48px !important;
  }

  .product-line-story-visual {
    border-radius: 3px !important;
  }

  .product-line-story-copy h3 {
    font-size: 25px !important;
    line-height: 1.42 !important;
  }

  .product-line-story-copy p,
  .product-line-story-copy li {
    font-size: 14px !important;
  }
}

/* 20260616 final core product lines: reference-style horizontal white cards. */
.product-line-section {
  padding: 72px 0 96px !important;
  background: #f4f7fb !important;
}

.product-line-section .product-center-shell {
  width: var(--product-shell-width) !important;
  max-width: var(--product-shell-width) !important;
}

.product-line-heading {
  max-width: 820px !important;
  gap: 18px !important;
  margin: 0 auto 56px !important;
  text-align: center !important;
}

.product-line-heading h2 {
  color: #14213d !important;
  font-size: clamp(34px, 3vw, 46px) !important;
  line-height: 1.22 !important;
  font-weight: 700 !important;
}

.product-line-heading p {
  max-width: 760px !important;
  color: #7f8b9d !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.product-line-story {
  display: grid !important;
  gap: 72px !important;
}

.product-line-story-item,
.product-line-story-item.is-reversed {
  min-height: 360px !important;
  display: grid !important;
  grid-template-columns: minmax(0, calc((100% + 80px) / 2)) minmax(0, calc((100% - 80px) / 2)) !important;
  gap: 0 !important;
  align-items: stretch !important;
  overflow: hidden !important;
  border: 1px solid #dbe6f2 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 42px rgba(40, 73, 118, 0.06) !important;
  color: inherit !important;
  text-decoration: none !important;
}

.product-line-story-item.is-reversed .product-line-story-visual {
  order: 2 !important;
}

.product-line-story-item.is-reversed .product-line-story-copy {
  order: 1 !important;
}

.product-line-story-item.is-reversed {
  grid-template-columns: minmax(0, calc((100% - 80px) / 2)) minmax(0, calc((100% + 80px) / 2)) !important;
}

.product-line-story-visual {
  height: 100% !important;
  min-height: 360px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #dce8f5 !important;
  overflow: hidden !important;
}

.product-line-story-visual::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(20, 33, 61, 0.05)) !important;
}

.product-line-story-visual img {
  width: 100% !important;
  height: 100% !important;
  min-height: 360px !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(0.96) contrast(0.98) brightness(1.04) !important;
}

.product-line-story-copy {
  min-width: 0 !important;
  display: grid !important;
  align-content: center !important;
  justify-items: start !important;
  gap: 22px !important;
  padding: clamp(42px, 4.8vw, 70px) clamp(44px, 5vw, 72px) !important;
  background: #ffffff !important;
}

.product-line-story-copy h3 {
  color: #14213d !important;
  font-size: clamp(30px, 2.35vw, 38px) !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
}

.product-line-story-copy p {
  max-width: 520px !important;
  color: #657285 !important;
  font-size: 16px !important;
  line-height: 1.86 !important;
}

.product-line-story-copy ul {
  gap: 12px !important;
}

.product-line-story-copy li {
  padding-left: 22px !important;
  color: #405064 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

.product-line-story-copy li::before {
  top: 0.86em !important;
  width: 8px !important;
  height: 8px !important;
  background: #1766ff !important;
  box-shadow: 0 0 0 4px rgba(23, 102, 255, 0.13) !important;
}

.product-line-story-link {
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 2px !important;
  padding: 0 22px !important;
  border: 1px solid #bfd5f8 !important;
  border-radius: 6px !important;
  background: #f9fbff !important;
  color: #1766ff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.product-line-story-link::after {
  content: none !important;
}

.product-line-story-item:hover,
.product-line-story-item:focus-visible {
  border-color: #c7d9f4 !important;
  box-shadow: 0 22px 50px rgba(40, 73, 118, 0.1) !important;
}

.product-line-story-item:hover .product-line-story-link,
.product-line-story-item:focus-visible .product-line-story-link {
  border-color: #1766ff !important;
  background: #1766ff !important;
  color: #ffffff !important;
}

@media (max-width: 1180px) {
  .product-line-section .product-center-shell {
    width: min(100vw - 64px, 1080px) !important;
    max-width: min(100vw - 64px, 1080px) !important;
  }

  .product-line-story-copy {
    padding: 42px 44px !important;
  }
}

@media (max-width: 900px) {
  .product-line-section {
    padding: 62px 0 76px !important;
  }

  .product-line-section .product-center-shell {
    width: min(100vw - 40px, 760px) !important;
    max-width: min(100vw - 40px, 760px) !important;
  }

  .product-line-heading {
    margin-bottom: 38px !important;
  }

  .product-line-heading h2 {
    font-size: 32px !important;
  }

  .product-line-heading p {
    font-size: 15px !important;
  }

  .product-line-story {
    gap: 24px !important;
  }

  .product-line-story-item,
  .product-line-story-item.is-reversed {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
  }

  .product-line-story-item.is-reversed .product-line-story-visual {
    order: 1 !important;
  }

  .product-line-story-item.is-reversed .product-line-story-copy {
    order: 2 !important;
  }

  .product-line-story-visual {
    min-height: 0 !important;
    height: auto !important;
  }

  .product-line-story-visual img {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
  }

  .product-line-story-copy {
    order: 2 !important;
    gap: 17px !important;
    padding: 30px 28px 32px !important;
  }

  .product-line-story-copy h3 {
    font-size: 27px !important;
  }
}

@media (max-width: 640px) {
  .product-line-section {
    padding: 52px 0 66px !important;
  }

  .product-line-section .product-center-shell {
    width: min(100vw - 28px, 560px) !important;
    max-width: min(100vw - 28px, 560px) !important;
  }

  .product-line-heading {
    gap: 12px !important;
    margin-bottom: 28px !important;
    text-align: left !important;
  }

  .product-line-heading h2 {
    font-size: 28px !important;
    line-height: 1.32 !important;
  }

  .product-line-heading p {
    margin-left: 0 !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
  }

  .product-line-story {
    gap: 20px !important;
  }

  .product-line-story-item,
  .product-line-story-item.is-reversed {
    border-radius: 8px !important;
  }

  .product-line-story-copy {
    padding: 24px 22px 26px !important;
  }

  .product-line-story-copy h3 {
    font-size: 24px !important;
  }

  .product-line-story-copy p,
  .product-line-story-copy li {
    font-size: 14px !important;
  }

  .product-line-story-link {
    min-height: 38px !important;
    padding-inline: 18px !important;
    font-size: 14px !important;
  }
}

/* 20260616 product family: reuse the homepage tab + large split-card template. */
.product-family-section {
  overflow: hidden !important;
  padding: 100px 0 120px !important;
  background: #f0f7ff !important;
}

.product-center-main .product-family-template-shell {
  width: var(--product-shell-width) !important;
  max-width: var(--product-shell-width) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 44px !important;
}

.product-family-heading {
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}

.product-family-heading h2 {
  margin: 0 !important;
  color: #262947 !important;
  font-size: 40px !important;
  line-height: 56px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.product-family-heading p {
  max-width: none !important;
  margin: 0 !important;
  color: rgba(16, 53, 126, 0.7) !important;
  font-size: 18px !important;
  line-height: 28.8px !important;
  font-weight: 700 !important;
}

.product-family-tabs {
  width: fit-content !important;
  max-width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-x: contain !important;
  scrollbar-width: none !important;
}

.product-family-tabs::-webkit-scrollbar {
  display: none !important;
}

.product-family-tabs button {
  min-width: 0 !important;
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 9.5px 20px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #262947 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-size: 18px !important;
  line-height: 26.1px !important;
  font-weight: 900 !important;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease !important;
}

.product-family-tabs button.active,
.product-family-tabs button[aria-selected="true"] {
  background: #1766ff !important;
  color: #ffffff !important;
}

.product-family-tabs button:hover,
.product-family-tabs button:focus-visible {
  outline: none !important;
  box-shadow: 0 8px 20px rgba(16, 53, 126, 0.08) !important;
  transform: translateY(-1px) !important;
}

.product-family-showcase {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.product-family-template-card {
  position: relative !important;
  width: 100% !important;
  min-height: 450px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 49%) minmax(0, 51%) !important;
  overflow: hidden !important;
  border: 1px solid rgba(219, 231, 245, 0.92) !important;
  border-radius: 20px !important;
  background:
    url("https://qn.shangfutong.net/image/home-visual-upgrade-20260602/figma-solutions/bg-soft.png") center / cover no-repeat,
    #ffffff !important;
  box-shadow: 0 18px 42px rgba(34, 71, 116, 0.07) !important;
}

.product-family-template-copy {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 56px 76px 54px 78px !important;
}

.product-family-template-copy h3 {
  position: relative !important;
  margin: 0 !important;
  padding-bottom: 16px !important;
  color: #262947 !important;
  font-size: 28px !important;
  line-height: 40.6px !important;
  font-weight: 900 !important;
}

.product-family-template-copy h3::after {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 138px !important;
  height: 10px !important;
  content: "" !important;
  background: linear-gradient(90deg, rgba(23, 102, 255, 0.2) 0%, rgba(23, 102, 255, 0) 100%) !important;
}

.product-family-template-divider {
  height: 1px !important;
  margin-top: 1px !important;
  background: #dddddd !important;
}

.product-family-template-copy p {
  max-width: 516px !important;
  margin: 20px 0 0 !important;
  color: rgba(16, 53, 126, 0.7) !important;
  font-size: 18px !important;
  line-height: 28.8px !important;
  font-weight: 700 !important;
}

.product-family-template-bullets {
  display: grid !important;
  gap: 16px !important;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.product-family-template-bullets li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 11px !important;
  min-height: 29px !important;
}

.product-family-template-bullets img {
  width: 24px !important;
  height: 25px !important;
  flex: 0 0 auto !important;
  margin-top: 1px !important;
}

.product-family-template-bullets span {
  color: #333333 !important;
  font-size: 18px !important;
  line-height: 28.8px !important;
  font-weight: 700 !important;
}

.product-family-template-link {
  width: max-content !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  margin-top: 30px !important;
  padding: 0 24px !important;
  border-radius: 5px !important;
  background: #1766ff !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.product-family-template-media {
  min-width: 0 !important;
  min-height: 100% !important;
  display: flex !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.product-family-template-media img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  background: #ffffff !important;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    filter 0.22s ease !important;
}

.product-family-showcase.is-switching .product-family-template-copy,
.product-family-showcase.is-switching .product-family-template-media img {
  opacity: 0.22 !important;
  transform: translateY(10px) !important;
}

.product-family-template-copy {
  transition:
    opacity 0.22s ease,
    transform 0.22s ease !important;
}

@media (max-width: 1180px) {
  .product-center-main .product-family-template-shell {
    width: var(--product-shell-width) !important;
    max-width: var(--product-shell-width) !important;
  }

  .product-family-template-card {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .product-family-template-copy {
    padding: 44px 36px 0 !important;
  }

  .product-family-template-media img {
    min-height: 320px !important;
  }
}

@media (max-width: 820px) {
  .product-family-section {
    padding: 72px 0 88px !important;
  }

  .product-center-main .product-family-template-shell {
    width: min(100vw - 40px, 760px) !important;
    max-width: min(100vw - 40px, 760px) !important;
    gap: 32px !important;
  }

  .product-family-heading h2 {
    font-size: 28px !important;
    line-height: 38px !important;
    white-space: normal !important;
  }

  .product-family-heading p {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .product-family-tabs {
    gap: 8px !important;
    justify-content: flex-start !important;
  }

  .product-family-tabs button {
    padding: 8px 12px !important;
    font-size: 14px !important;
  }

  .product-family-template-copy {
    padding: 32px 24px 0 !important;
  }

  .product-family-template-copy h3 {
    padding-bottom: 14px !important;
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .product-family-template-copy h3::after {
    width: 112px !important;
    height: 8px !important;
  }

  .product-family-template-copy p {
    margin-top: 16px !important;
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .product-family-template-bullets {
    gap: 14px !important;
    margin-top: 22px !important;
  }

  .product-family-template-bullets img {
    width: 20px !important;
    height: 21px !important;
  }

  .product-family-template-bullets span {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .product-family-template-link {
    min-height: 38px !important;
    margin-top: 24px !important;
    padding-inline: 18px !important;
    font-size: 14px !important;
  }

  .product-family-template-media img {
    min-height: 250px !important;
  }
}

@media (max-width: 640px) {
  .product-center-main .product-family-template-shell {
    width: var(--product-shell-width) !important;
    max-width: var(--product-shell-width) !important;
  }
}

.product-overview-page .product-center-main .product-overview-hero h1 {
  color: #000 !important;
  text-shadow: none !important;
}

/* Align product overview hero copy position with the solutions overview hero. */
.product-center-main .product-overview-hero {
  min-height: 838px !important;
  display: flex !important;
  align-items: center !important;
  padding: 150px 0 128px !important;
}

.product-center-main .product-overview-hero .subpage-hero-shell {
  min-height: 560px !important;
  align-items: center !important;
  padding-top: 0 !important;
}

.product-center-main .product-overview-hero .product-hero-copy {
  transform: translateY(-27px) !important;
}
