.page-products {
  position: relative;
  background: #0B0B0F;
  color: #F5F5F5;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
  --sol-line: rgba(232, 73, 73, 0.25);
  --sol-gold-soft: rgba(245, 184, 61, 0.14);
  --sol-red-soft: rgba(224, 20, 20, 0.14);
  --sol-deepred: #E84949;
}

.page-products .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* ===== 面包屑 ===== */
.page-products .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  color: #A0A0B8;
  padding: 20px 0 0;
}

.page-products .breadcrumbs a {
  color: #A0A0B8;
  text-decoration: none;
  transition: color 0.2s;
}

.page-products .breadcrumbs a:hover {
  color: #E01414;
}

.page-products .breadcrumbs [aria-current="page"] {
  color: #F5F5F5;
}

.page-products .breadcrumbs-sep {
  color: rgba(232, 73, 73, 0.6);
}

/* ===== 页面封面 ===== */
.page-products .pg-hero {
  position: relative;
  padding: 40px 0 56px;
  border-bottom: 1px solid var(--sol-line);
}

.page-products .pg-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: linear-gradient(90deg, #E01414 0%, #F5B83D 42%, rgba(245, 184, 61, 0) 80%);
}

.page-products .pg-hero-inner {
  display: grid;
  gap: 32px;
  align-items: end;
}

.page-products .pg-kicker {
  display: inline-block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E01414;
  background: rgba(224, 20, 20, 0.1);
  border-left: 3px solid #E01414;
  padding: 6px 12px;
  margin: 0 0 18px;
}

.page-products .pg-title {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

.page-products .pg-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 5px;
  margin-top: 16px;
  background: linear-gradient(90deg, #E01414, #F5B83D);
}

.page-products .pg-desc {
  max-width: 560px;
  color: #A0A0B8;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 24px;
}

.page-products .pg-cta {
  margin-top: 4px;
}

/* ===== 页面对角切按钮增强 ===== */
.page-products .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 22px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
  border-radius: 2px;
}

.page-products .btn-primary {
  background: #E01414;
  color: #FFFFFF;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  border: none;
}

.page-products .btn-primary:hover {
  background: #FF3B30;
  transform: translateY(-1px);
}

.page-products .btn-outline {
  background: transparent;
  border: 1px solid #E84949;
  color: #F5F5F5;
}

.page-products .btn-outline:hover {
  border-color: #F5B83D;
  color: #F5B83D;
}

.page-products .btn-ghost {
  background: transparent;
  border: 1px solid transparent;
  color: #A0A0B8;
}

.page-products .btn-ghost:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
}

/* ===== 页内索引 ===== */
.page-products .pg-hero-index {
  background: #14141A;
  border: 1px solid rgba(232, 73, 73, 0.2);
  padding: 24px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.page-products .pg-hero-index-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #A0A0B8;
  margin: 0 0 12px;
}

.page-products .pg-index-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-products .pg-index-link {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 11px 0;
  text-decoration: none;
  color: #F5F5F5;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: color 0.2s, padding-left 0.2s;
}

.page-products .pg-index-link:hover {
  color: #F5B83D;
  padding-left: 4px;
}

.page-products .pg-index-num {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #E01414;
}

/* ===== 首屏标签切换 ===== */
.page-products .solutions-tabs {
  padding: 36px 0 12px;
  border-bottom: 1px solid var(--sol-line);
  position: relative;
}

.page-products .sol-tab-radio {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.page-products .sol-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  margin: 0 4px 8px 0;
  cursor: pointer;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #A0A0B8;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.page-products .sol-tab-btn:hover {
  color: #F5F5F5;
  background: rgba(224, 20, 20, 0.06);
}

.page-products .sol-tab-code {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
  font-size: 11px;
  color: #E01414;
}

.page-products .sol-tab-radio:focus-visible + .sol-tab-btn {
  outline: 2px solid #FF3B30;
  outline-offset: 2px;
}

.page-products .sol-tab-radio:checked + .sol-tab-btn {
  color: #F5F5F5;
  border-bottom-color: #F5B83D;
  background: #14141A;
}

.page-products .sol-tab-panels {
  margin-top: 18px;
}

.page-products .sol-tab-panel {
  display: none;
  background: #14141A;
  border: 1px solid var(--sol-line);
  border-top: 3px solid #E01414;
  padding: 28px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.page-products #sol-tab-dir:checked ~ .sol-tab-panels #panel-dir,
.page-products #sol-tab-pos:checked ~ .sol-tab-panels #panel-pos,
.page-products #sol-tab-mob:checked ~ .sol-tab-panels #panel-mob,
.page-products #sol-tab-watch:checked ~ .sol-tab-panels #panel-watch {
  display: block;
}

.page-products .sol-tab-grid {
  display: grid;
  gap: 24px;
  align-items: center;
}

.page-products .sol-tab-label {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #E01414;
  margin: 0 0 6px;
}

.page-products .sol-tab-title {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}

.page-products .sol-tab-desc {
  color: #A0A0B8;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 14px;
}

.page-products .sol-tab-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #F5B83D;
  text-decoration: none;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.page-products .sol-tab-link:hover {
  border-bottom-color: #F5B83D;
}

.page-products .sol-tab-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.page-products .sol-tab-stat {
  background: #1D1D27;
  padding: 16px 10px;
  text-align: center;
  border-left: 2px solid #E01414;
}

.page-products .sol-tab-stat-num {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #F5F5F5;
  line-height: 1.1;
}

.page-products .sol-tab-stat-label {
  display: block;
  font-size: 11px;
  color: #A0A0B8;
  margin-top: 6px;
}

/* ===== 方案区块通用 ===== */
.page-products .solution-block {
  position: relative;
  padding: 56px 0;
  overflow: hidden;
}

.page-products .solution-block + .solution-block {
  border-top: 1px solid var(--sol-line);
}

.page-products .block-slant {
  position: relative;
  z-index: 2;
  width: 120%;
  height: 6px;
  margin-left: -10%;
  background: linear-gradient(90deg, #E01414 0%, #F5B83D 45%, rgba(245, 184, 61, 0) 72%);
  transform: skewX(-12deg);
  transform-origin: left center;
}

.page-products .solution-pos .block-slant {
  background: linear-gradient(90deg, #F5B83D 0%, #E01414 50%, rgba(224, 20, 20, 0) 75%);
}

.page-products .solution-mob .block-slant {
  background: linear-gradient(90deg, #F5F5F5 0%, #F5B83D 42%, rgba(245, 184, 61, 0) 70%);
}

.page-products .solution-watch .block-slant {
  background: linear-gradient(90deg, #E84949 0%, #E01414 52%, rgba(224, 20, 20, 0) 76%);
}

.page-products .solution-block-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-products .solution-media {
  position: relative;
}

.page-products .solution-media .media-frame {
  background: #1D1D27;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.page-products .solution-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-products .figure-caption {
  margin-top: 10px;
}

.page-products .solution-body {
  position: relative;
}

.page-products .solution-number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: #E01414;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
}

.page-products .solution-number::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #E01414;
  display: inline-block;
}

.page-products .solution-title {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(24px, 3.4vw, 36px);
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 16px;
  position: relative;
  padding-left: 16px;
}

.page-products .solution-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  background: #E01414;
}

.page-products .solution-pos .solution-title::before {
  background: #F5B83D;
}

.page-products .solution-mob .solution-title::before {
  background: #F5F5F5;
}

.page-products .solution-watch .solution-title::before {
  background: #E84949;
}

.page-products .solution-lead {
  font-size: 15px;
  line-height: 1.75;
  color: #F5F5F5;
  margin: 0 0 16px;
}

.page-products .solution-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-products .solution-list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: #A0A0B8;
  line-height: 1.6;
}

.page-products .solution-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #E01414;
  transform: rotate(45deg);
}

.page-products .solution-pos .solution-list li::before {
  background: #F5B83D;
}

.page-products .solution-mob .solution-list li::before {
  background: #F5F5F5;
}

.page-products .solution-watch .solution-list li::before {
  background: #E84949;
}

.page-products .solution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* ===== 方案统计卡 ===== */
.page-products .solution-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.page-products .s-stat {
  position: relative;
  background: #1D1D27;
  border-left: 3px solid #E01414;
  padding: 14px 12px;
}

.page-products .solution-pos .s-stat {
  border-left-color: #F5B83D;
}

.page-products .solution-mob .s-stat {
  border-left-color: #F5F5F5;
}

.page-products .solution-watch .s-stat {
  border-left-color: #E84949;
}

.page-products .s-stat-num {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #F5F5F5;
  line-height: 1.1;
}

.page-products .s-stat-label {
  display: block;
  font-size: 12px;
  color: #A0A0B8;
  margin-top: 6px;
  line-height: 1.4;
}

.page-products .s-stat-hint {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  z-index: 5;
  width: 190px;
  background: #0B0B0F;
  border: 1px solid #C9912A;
  color: #F5F5F5;
  font-size: 11px;
  line-height: 1.5;
  padding: 8px 10px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s, transform 0.2s;
}

@media (hover: hover) {
  .page-products .s-stat:hover .s-stat-hint {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: none) {
  .page-products .s-stat-hint {
    position: static;
    opacity: 1;
    transform: none;
    width: auto;
    margin-top: 8px;
    border-color: rgba(232, 73, 73, 0.3);
  }
}

/* ===== 导出格式浮层 ===== */
.page-products .format-pop {
  position: relative;
}

.page-products .format-pop summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  background: #E01414;
  padding: 12px 22px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: background 0.2s;
}

.page-products .format-pop summary::-webkit-details-marker {
  display: none;
}

.page-products .format-pop summary:hover,
.page-products .format-pop[open] summary {
  background: #FF3B30;
}

.page-products .format-pop-panel {
  margin-top: 6px;
  background: #14141A;
  border: 1px solid var(--sol-line);
  padding: 8px;
  min-width: 220px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.page-products .format-pop-item {
  display: block;
  padding: 10px 12px;
  color: #F5F5F5;
  text-decoration: none;
  font-size: 13px;
  font-family: "Inter", system-ui, sans-serif;
  transition: background 0.2s, color 0.2s;
}

.page-products .format-pop-item:hover {
  background: #1D1D27;
  color: #F5B83D;
}

/* ===== 射手榜指标看板 ===== */
.page-products .pos-dashboard {
  background: #1D1D27;
  border: 1px solid rgba(245, 184, 61, 0.25);
  padding: 20px;
  margin-top: 24px;
}

.page-products .pos-dashboard-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.page-products .pos-dash-ring {
  flex: 0 0 auto;
}

.page-products .pos-dash-copy strong {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 22px;
  color: #F5B83D;
  line-height: 1.2;
}

.page-products .pos-dash-copy span {
  font-size: 12px;
  color: #A0A0B8;
}

.page-products .pos-dims-title {
  font-size: 13px;
  color: #A0A0B8;
  margin: 0 0 8px;
}

.page-products .pos-dim-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}

.page-products .pos-dim-row:last-child {
  border-bottom: 0;
}

.page-products .pos-dim-items {
  font-size: 12px;
  color: #A0A0B8;
  line-height: 1.5;
}

/* ===== 版本演进 ===== */
.page-products .version-section {
  position: relative;
  padding: 72px 0;
  border-top: 1px solid var(--sol-line);
  overflow: hidden;
}

.page-products .version-visual-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.28;
}

.page-products .version-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-products .version-container {
  position: relative;
  z-index: 1;
}

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

.page-products .version-title {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(24px, 3.4vw, 36px);
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 8px;
  position: relative;
  padding-left: 16px;
}

.page-products .version-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  background: #F5B83D;
}

.page-products .version-desc {
  color: #A0A0B8;
  font-size: 14px;
  margin: 0;
  padding-left: 16px;
}

.page-products .version-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-products .version-node {
  position: relative;
  padding: 18px 16px;
  background: rgba(20, 20, 26, 0.88);
  border: 1px solid rgba(245, 184, 61, 0.2);
  border-left: 3px solid #F5B83D;
  transition: background 0.2s, border-color 0.2s;
}

.page-products .version-node:hover {
  background: #1D1D27;
  border-left-color: #E01414;
}

.page-products .version-year {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #F5B83D;
  line-height: 1.1;
}

.page-products .version-text {
  font-size: 13px;
  color: #A0A0B8;
  line-height: 1.6;
  margin: 8px 0 0;
}

.page-products .version-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding-left: 16px;
}

/* ===== 信任数据 ===== */
.page-products .trust-strip {
  background: #14141A;
  border-top: 1px solid var(--sol-line);
  padding: 56px 0;
}

.page-products .trust-head {
  text-align: center;
  margin-bottom: 24px;
}

.page-products .trust-head .solution-number {
  margin-bottom: 8px;
}

.page-products .trust-title {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900;
  margin: 0;
}

.page-products .trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 24px 0;
}

.page-products .trust-item {
  background: #1D1D27;
  padding: 18px 14px;
  text-align: center;
  border-bottom: 2px solid #E01414;
  transition: border-color 0.2s, transform 0.2s;
}

.page-products .trust-item:hover {
  border-bottom-color: #F5B83D;
  transform: translateY(-2px);
}

.page-products .trust-num {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #F5F5F5;
  line-height: 1.1;
}

.page-products .trust-label {
  display: block;
  font-size: 12px;
  color: #A0A0B8;
  margin-top: 6px;
}

.page-products .trust-note {
  max-width: 720px;
  font-size: 13px;
  color: #A0A0B8;
  line-height: 1.75;
  margin: 24px auto 0;
  text-align: center;
  border-left: 3px solid #C9912A;
  padding-left: 14px;
}

/* ===== 最终CTA ===== */
.page-products .final-cta {
  position: relative;
  padding: 72px 0;
  border-top: 1px solid var(--sol-line);
  background: linear-gradient(160deg, #14141A 0%, #1D1D27 100%);
}

.page-products .final-cta::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #E01414, #F5B83D, rgba(245, 184, 61, 0));
}

.page-products .final-cta-inner {
  text-align: center;
}

.page-products .final-cta-kicker {
  font-family: "Inter", system-ui, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F5B83D;
  font-size: 13px;
  margin: 0 0 8px;
}

.page-products .final-cta-title {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 900;
  margin: 0 0 12px;
}

.page-products .final-cta-desc {
  color: #A0A0B8;
  max-width: 500px;
  margin: 0 auto 24px;
  line-height: 1.75;
  font-size: 14px;
}

.page-products .final-cta-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ===== 桌面端媒体查询 ===== */
@media (min-width: 900px) {
  .page-products .pg-hero {
    padding: 48px 0 64px;
  }

  .page-products .pg-hero-inner {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 56px;
  }

  .page-products .sol-tab-btn {
    margin: 0 8px 0 0;
  }

  .page-products .sol-tab-grid {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 32px;
  }

  .page-products .solution-block {
    padding: 80px 0;
  }

  .page-products .solution-block-grid {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }

  .page-products .solution-pos .solution-block-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .page-products .solution-mob .solution-block-grid {
    grid-template-columns: 0.72fr 1.28fr;
  }

  .page-products .version-timeline {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 36px;
  }

  .page-products .version-node {
    border-left: 0;
    border-top: 3px solid #F5B83D;
    min-height: 140px;
  }

  .page-products .version-node::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 9px;
    height: 9px;
    background: #F5B83D;
    transform: rotate(45deg);
  }

  .page-products .trust-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .page-products .sol-tab-stats {
    gap: 14px;
  }
}

/* ===== 窄屏适配 ===== */
@media (max-width: 680px) {
  .page-products .container {
    padding: 0 14px;
  }

  .page-products .pg-title {
    font-size: 36px;
  }

  .page-products .solutions-tabs {
    padding-top: 28px;
  }

  .page-products .sol-tab-btn {
    white-space: nowrap;
    flex: 0 0 auto;
    margin-right: 6px;
    padding: 12px 14px;
  }

  .page-products .solutions-tabs > .container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .page-products .sol-tab-panel {
    padding: 20px;
  }

  .page-products .sol-tab-stats {
    gap: 8px;
  }

  .page-products .sol-tab-stat-num {
    font-size: 18px;
  }

  .page-products .solution-stat-strip {
    gap: 8px;
  }

  .page-products .s-stat {
    padding: 12px 8px;
  }

  .page-products .s-stat-num {
    font-size: 18px;
  }

  .page-products .final-cta-inner .btn {
    width: 100%;
  }
}
