/* ===== 页面专属：应用中心 /apps/ ===== */
.page-products {
  --p-hero-bg1: #0B3C5D;
  --p-hero-bg2: #0A1E28;
  --p-dark: #0A1E28;
  --p-accent: #F2B134;
  --p-red: #C23B22;
  --p-yellow: #F4C54A;
  --p-green: #3A8E5A;
  --p-blue: #1D6E6E;
  --p-border: #D8E0E6;
  --p-text: #1B232B;
  --p-text-light: #F5F7FA;
  --p-radius: 16px;
  background: var(--clr-bg);
  color: var(--p-text);
}

/* 经幡彩带 */
.page-products .p-prayer-strip {
  display: flex;
  height: 4px;
  width: 100%;
  overflow: hidden;
}
.page-products .p-prayer-strip span {
  flex: 1 1 0;
}
.page-products .p-prayer-strip span:nth-child(1) {
  background: #C23B22;
}
.page-products .p-prayer-strip span:nth-child(2) {
  background: #F2B134;
}
.page-products .p-prayer-strip span:nth-child(3) {
  background: #F4C54A;
}
.page-products .p-prayer-strip span:nth-child(4) {
  background: #1D6E6E;
}
.page-products .p-prayer-strip span:nth-child(5) {
  background: #0B3C5D;
}
.page-products .p-prayer-strip span:nth-child(6) {
  background: #3A8E5A;
}
.page-products .p-prayer-strip span:nth-child(7) {
  background: #F4C54A;
}
.page-products .p-prayer-strip span:nth-child(8) {
  background: #F2B134;
}
.page-products .p-prayer-strip span:nth-child(9) {
  background: #C23B22;
}

/* ============ 首屏 Hero ============ */
.page-products .p-hero {
  background: linear-gradient(148deg, var(--p-hero-bg1) 0%, var(--p-hero-bg2) 100%);
  color: var(--p-text-light);
  position: relative;
  overflow: hidden;
}
.page-products .p-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 56px 20px 72px;
  max-width: var(--container-w);
  margin: 0 auto;
  position: relative;
}
.page-products .p-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
}
.page-products .p-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--p-accent);
  margin: 0 0 12px;
  padding: 4px 12px;
  border: 1px solid rgba(242, 177, 52, 0.4);
  border-radius: 4px;
  background: rgba(242, 177, 52, 0.08);
}
.page-products .p-kicker-light {
  color: var(--p-accent);
  border-color: rgba(242, 177, 52, 0.5);
  background: rgba(242, 177, 52, 0.12);
}
.page-products .p-hero-copy h1 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 8px 0 18px;
  color: var(--p-text-light);
}
.page-products .p-hero-lead {
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 28px;
  max-width: 34em;
  color: rgba(245, 247, 250, 0.85);
}
.page-products .p-hero-lead strong {
  color: var(--p-accent);
  font-weight: 800;
}
.page-products .p-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}
.page-products .p-hero-note {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(245, 247, 250, 0.6);
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(245, 247, 250, 0.15);
  width: 100%;
  max-width: 34em;
}

/* 手机设备模型 */
.page-products .p-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.page-products .p-device-phone {
  position: relative;
  width: 168px;
  height: 342px;
  border-radius: 28px;
  border: 5px solid #162A38;
  background: var(--clr-bg);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.page-products .p-device-phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 23px;
}
.page-products .p-phone-speaker {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 4px;
  border-radius: 2px;
  background: rgba(10, 30, 40, 0.5);
  z-index: 2;
}
.page-products .p-phone-camera {
  position: absolute;
  top: 7px;
  right: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(10, 30, 40, 0.4);
  z-index: 2;
}

/* 轨道装饰 */
.page-products .p-hero-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.page-products .p-orbit-ring {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  border: 1px solid rgba(242, 177, 52, 0.2);
  border-radius: 50%;
}
.page-products .p-orbit-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--p-accent);
  opacity: 0.7;
}
.page-products .p-orbit-dot-1 {
  right: 40px;
  top: 28px;
}
.page-products .p-orbit-dot-2 {
  right: 100px;
  bottom: 60px;
  width: 5px;
  height: 5px;
  background: var(--clr-yellow);
}

/* ============ 产品家族 ============ */
.page-products .p-family {
  background: var(--clr-bg);
  padding: 80px 20px;
}
.page-products .p-family .section-head {
  margin-bottom: 48px;
}
.page-products .section-head h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 4px 0 8px;
  color: var(--p-text);
}
.page-products .section-subtitle {
  font-size: 16px;
  color: rgba(27, 35, 43, 0.6);
  margin: 0;
}
.page-products .p-family-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  margin: 0 -20px;
  padding: 0 20px 12px;
}
.page-products .p-family-grid {
  display: grid;
  grid-template-columns: repeat(3, 260px);
  gap: 20px;
  scroll-snap-align: start;
}
.page-products .p-family-card {
  background: #fff;
  border: 1px solid var(--p-border);
  border-top: 4px solid var(--p-border);
  border-radius: 0 12px 12px 0;
  padding: 28px 24px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.page-products .p-family-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(11, 60, 93, 0.1);
}
.page-products .p-family-android {
  border-top-color: var(--p-green);
}
.page-products .p-family-ios {
  border-top-color: var(--p-blue);
}
.page-products .p-family-tablet {
  border-top-color: var(--p-accent);
}
.page-products .p-family-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.page-products .p-family-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 900;
  color: var(--p-text-light);
  background: var(--p-green);
}
.page-products .p-family-ios .p-family-icon {
  background: var(--p-blue);
}
.page-products .p-family-tablet .p-family-icon {
  background: var(--p-accent);
  color: var(--p-dark);
}
.page-products .p-family-card h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
  color: var(--p-text);
}
.page-products .p-family-card p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(27, 35, 43, 0.7);
  margin: 0;
}
.page-products .p-family-figure {
  margin: 48px 0 0;
  background: var(--p-dark);
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  position: relative;
}
.page-products .p-family-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  opacity: 0.9;
}
.page-products .p-family-figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px 20px;
  background: linear-gradient(180deg, transparent, rgba(10, 30, 40, 0.85));
  color: var(--p-text-light);
  font-size: 13px;
  letter-spacing: 0.04em;
  width: 100%;
}

/* ============ 核心功能：技能树 ============ */
.page-products .p-features {
  background: linear-gradient(145deg, #0B3C5D 0%, #0A1E28 100%);
  color: var(--p-text-light);
  padding: 80px 20px;
}
.page-products .p-features-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  max-width: var(--container-w);
  margin: 0 auto;
}
.page-products .p-features-stage {
  min-width: 0;
}
.page-products .p-features-stage h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 4px 0 12px;
  color: var(--p-text-light);
}
.page-products .p-features-desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(245, 247, 250, 0.75);
  max-width: 30em;
  margin: 0 0 28px;
}

/* CSS 平板模型 */
.page-products .p-features-device {
  margin: 28px 0;
}
.page-products .p-device-tablet {
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 230px;
  border-radius: 18px;
  border: 5px solid rgba(245, 247, 250, 0.85);
  background:
    linear-gradient(135deg, rgba(29, 110, 110, 0.9), rgba(11, 60, 93, 0.75)),
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(255, 255, 255, 0.05) 12px 13px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 20px 16px;
}
.page-products .p-tablet-cam {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 5px;
  border-radius: 3px;
  background: rgba(245, 247, 250, 0.6);
}
.page-products .p-tablet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
}
.page-products .p-tablet-grid i {
  display: block;
  height: 52px;
  border-radius: 6px;
  background: rgba(245, 247, 250, 0.16);
  border: 1px solid rgba(245, 247, 250, 0.2);
}
.page-products .p-tablet-grid i:nth-child(1) {
  background: rgba(242, 177, 52, 0.35);
}
.page-products .p-tablet-grid i:nth-child(4) {
  background: rgba(242, 177, 52, 0.2);
}
.page-products .p-tablet-line {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  height: 6px;
  border-radius: 3px;
  background: rgba(242, 177, 52, 0.5);
}

.page-products .p-stage-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.page-products .p-stage-list li {
  background: rgba(245, 247, 250, 0.08);
  border-radius: 8px;
  padding: 12px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(245, 247, 250, 0.85);
}
.page-products .p-stage-num {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: var(--p-accent);
  line-height: 1.2;
}
.page-products .p-stage-foot {
  font-size: 13px;
  color: rgba(245, 247, 250, 0.55);
  margin: 16px 0 0;
}

/* 技能树 */
.page-products .p-features-panel {
  min-width: 0;
}
.page-products .p-skill-tree {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-products .p-skill-node {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  background: rgba(245, 247, 250, 0.06);
  border: 1px solid rgba(245, 247, 250, 0.1);
  border-radius: 0 14px 14px 0;
  padding: 18px 18px 18px 0;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.page-products .p-skill-node:hover {
  background: rgba(245, 247, 250, 0.12);
  border-left: 3px solid var(--p-accent);
  transform: translateX(4px);
}
.page-products .p-skill-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px 0 0 8px;
  font-size: 16px;
  font-weight: 900;
  color: var(--p-text-light);
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 2px;
}
.page-products .p-mark-red {
  background: var(--p-red);
}
.page-products .p-mark-yellow {
  background: var(--p-yellow);
  color: var(--p-dark);
}
.page-products .p-mark-green {
  background: var(--p-green);
}
.page-products .p-mark-blue {
  background: var(--p-blue);
}
.page-products .p-skill-body h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 6px;
  color: var(--p-text-light);
}
.page-products .p-skill-body > p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 247, 250, 0.75);
  margin: 0 0 8px;
}
.page-products .p-skill-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.page-products .p-skill-list li {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(245, 247, 250, 0.8);
  background: rgba(245, 247, 250, 0.1);
  border-radius: 4px;
  padding: 4px 10px;
  transition: background 0.25s ease, color 0.25s ease;
}
.page-products .p-skill-list li:hover {
  background: var(--p-accent);
  color: var(--p-dark);
}

/* ============ 多端同步 ============ */
.page-products .p-sync {
  background: #fff;
  padding: 80px 20px;
}
.page-products .p-sync-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: var(--container-w);
  margin: 0 auto;
  align-items: center;
}
.page-products .p-sync-visual {
  background: linear-gradient(135deg, #e9f0f4, #f5f7fa);
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.page-products .p-sync-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-products .p-sync-content h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 4px 0 14px;
  color: var(--p-text);
}
.page-products .p-sync-content > p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(27, 35, 43, 0.7);
  margin: 0 0 24px;
  max-width: 30em;
}
.page-products .p-sync-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 10px;
}
.page-products .p-sync-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--p-text);
}
.page-products .p-sync-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--p-green);
  margin-top: 8px;
  flex-shrink: 0;
}
.page-products .p-sync-list li:nth-child(1) .p-sync-dot {
  background: var(--p-red);
}
.page-products .p-sync-list li:nth-child(2) .p-sync-dot {
  background: var(--p-accent);
}
.page-products .p-sync-list li:nth-child(3) .p-sync-dot {
  background: var(--p-blue);
}
.page-products .p-sync-list li:nth-child(4) .p-sync-dot {
  background: var(--p-green);
}

/* ============ 版本演进 ============ */
.page-products .p-versions {
  background: var(--clr-bg);
  padding: 80px 20px;
}
.page-products .p-versions-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  max-width: var(--container-w);
  margin: 0 auto;
}
.page-products .p-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.page-products .p-timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--p-red), var(--p-accent), var(--p-green), var(--p-blue));
  border-radius: 1px;
}
.page-products .p-timeline-item {
  position: relative;
  padding-left: 36px;
  margin-bottom: 16px;
}
.page-products .p-timeline-item:last-child {
  margin-bottom: 0;
}
.page-products .p-timeline-item::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--p-accent);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--p-accent);
}
.page-products .p-timeline-item:nth-child(2)::before {
  background: var(--p-green);
  box-shadow: 0 0 0 2px var(--p-green);
}
.page-products .p-timeline-item:nth-child(3)::before {
  background: var(--p-red);
  box-shadow: 0 0 0 2px var(--p-red);
}
.page-products .p-timeline-item:nth-child(4)::before {
  background: var(--p-blue);
  box-shadow: 0 0 0 2px var(--p-blue);
}
.page-products .p-timeline-item details {
  background: #fff;
  border: 1px solid var(--p-border);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
.page-products .p-timeline-item summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--p-text);
  list-style: none;
  transition: background 0.25s ease;
}
.page-products .p-timeline-item summary::-webkit-details-marker {
  display: none;
}
.page-products .p-timeline-item summary:hover {
  background: rgba(242, 177, 52, 0.06);
}
.page-products .p-timeline-item details[open] summary {
  border-bottom: 1px solid var(--p-border);
}
.page-products .p-timeline-item details > p {
  margin: 0;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(27, 35, 43, 0.7);
}
.page-products .p-version-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  color: var(--p-text-light);
  background: var(--p-primary);
  border-radius: 4px;
  padding: 3px 8px;
  letter-spacing: 0.04em;
}
.page-products .p-version-year {
  font-size: 13px;
  font-weight: 700;
  color: var(--p-accent);
  background: rgba(242, 177, 52, 0.12);
  border-radius: 4px;
  padding: 2px 8px;
}
.page-products .p-version-title {
  flex: 1;
  min-width: 120px;
}
.page-products .p-versions-figure {
  margin: 0;
  background: var(--p-dark);
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  align-self: start;
}
.page-products .p-versions-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
}
.page-products .p-versions-figure figcaption {
  padding: 12px 18px;
  font-size: 13px;
  color: rgba(245, 247, 250, 0.7);
  background: var(--p-dark);
}

/* ============ 使用帮助 ============ */
.page-products .p-help {
  background: linear-gradient(145deg, #0A1E28 0%, #0B3C5D 100%);
  color: var(--p-text-light);
  padding: 80px 20px 20px;
}
.page-products .p-help-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  max-width: var(--container-w);
  margin: 0 auto;
  padding-bottom: 40px;
}
.page-products .p-help-copy h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 4px 0 24px;
  color: var(--p-text-light);
}
.page-products .p-help-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 14px;
}
.page-products .p-help-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: flex-start;
  gap: 14px;
  background: rgba(245, 247, 250, 0.06);
  border-radius: 0 12px 12px 0;
  border-left: 3px solid var(--p-accent);
  padding: 14px 16px;
  transition: background 0.3s ease;
}
.page-products .p-help-step:hover {
  background: rgba(245, 247, 250, 0.1);
}
.page-products .p-help-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--p-accent);
  color: var(--p-dark);
  font-size: 18px;
  font-weight: 900;
}
.page-products .p-help-step-body h3 {
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 4px;
  color: var(--p-text-light);
}
.page-products .p-help-step-body p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245, 247, 250, 0.72);
  margin: 0;
}
.page-products .p-help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}
.page-products .p-help-note {
  font-size: 13px;
  color: rgba(245, 247, 250, 0.55);
  margin: 0;
  width: 100%;
  max-width: 34em;
  border-top: 1px solid rgba(245, 247, 250, 0.15);
  padding-top: 14px;
}
.page-products .p-help-figure {
  margin: 0;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  background: rgba(245, 247, 250, 0.08);
  align-self: end;
}
.page-products .p-help-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}
.page-products .p-help-figure figcaption {
  padding: 12px 18px;
  font-size: 13px;
  color: rgba(245, 247, 250, 0.65);
  background: rgba(10, 30, 40, 0.5);
}

/* ============ 平板与桌面断点 ============ */
@media (min-width: 640px) {
  .page-products .p-hero-inner {
    grid-template-columns: 1fr 220px;
    gap: 32px;
    padding: 64px 24px 88px;
  }
  .page-products .p-device-phone {
    width: 190px;
    height: 386px;
  }
  .page-products .p-family-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .page-products .p-family-scroll {
    margin: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
  .page-products .p-stage-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-products .p-features-split {
    grid-template-columns: 5fr 7fr;
    gap: 40px;
  }
  .page-products .p-sync-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .page-products .p-versions-wrap {
    grid-template-columns: 5fr 4fr;
    gap: 48px;
  }
  .page-products .p-help-grid {
    grid-template-columns: 5fr 4fr;
    gap: 48px;
  }
}

@media (min-width: 992px) {
  .page-products .p-hero-inner {
    grid-template-columns: 1fr 300px;
    padding: 80px 24px 104px;
  }
  .page-products .p-hero-copy h1 {
    font-size: 56px;
  }
  .page-products .p-hero-lead {
    font-size: 18px;
  }
  .page-products .p-device-phone {
    width: 220px;
    height: 448px;
    border-radius: 34px;
  }
  .page-products .p-family,
  .page-products .p-features,
  .page-products .p-sync,
  .page-products .p-versions {
    padding: 104px 24px;
  }
  .page-products .p-help {
    padding: 104px 24px 48px;
  }
  .page-products .section-head h2,
  .page-products .p-features-stage h2,
  .page-products .p-sync-content h2,
  .page-products .p-help-copy h2 {
    font-size: 38px;
  }
  .page-products .p-features-device .p-device-tablet {
    max-width: 420px;
    height: 280px;
  }
  .page-products .p-timeline::before {
    left: 10px;
  }
  .page-products .p-timeline-item {
    padding-left: 44px;
  }
  .page-products .p-timeline-item::before {
    left: 4px;
    width: 14px;
    height: 14px;
  }
}

.page-products {
  --p-primary: transparent;
}
