.page-products {
  --pg-grad-hero: linear-gradient(135deg, #F4EDE3 0%, #F8FAFC 58%, #DCE5EE 100%);
  --pg-grad-navy: linear-gradient(135deg, #061323 0%, #0A2440 100%);
  --pg-grad-gold: linear-gradient(120deg, #E3C26F 0%, #D4AF37 100%);
  --pg-direc: 45deg;
  background: #F4EDE3;
  color: #261A12;
}

.page-products img {
  max-width: 100%;
  height: auto;
}

.page-products a {
  color: inherit;
  text-decoration-color: #D4AF37;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.page-products a:hover,
.page-products a:focus {
  color: #0A2440;
  text-decoration-color: #E85D3D;
}

.page-products h1,
.page-products h2,
.page-products h3 {
  font-family: var(--font-heading);
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.page-products .pg-hero {
  background: var(--pg-grad-hero);
  border-bottom: 2px solid rgba(212, 175, 55, 0.45);
  padding: 32px 0 56px;
}

.page-products .pg-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-products .pg-hero-panel {
  position: relative;
  padding: 48px 22px 30px;
  margin: 0;
  background: rgba(248, 250, 252, 0.86);
  border: 1px solid rgba(10, 36, 64, 0.28);
  border-left: 4px solid #D4AF37;
  box-shadow: 10px 10px 0 rgba(10, 36, 64, 0.08);
}

.page-products .pg-coord {
  position: absolute;
  top: -1px;
  left: -1px;
  font-family: var(--font-data);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  background: var(--pg-grad-gold);
  color: #061323;
  z-index: 2;
}

.page-products .pg-coord-dark {
  background: #0A2440;
  color: #F4EDE3;
}

.page-products .pg-breadcrumb {
  font-family: var(--font-data);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  color: #5B7B9C;
}

.page-products .pg-breadcrumb a {
  text-decoration: none;
  color: #0A2440;
}

.page-products .pg-hero-panel .section-kicker {
  margin-bottom: 8px;
}

.page-products h1 {
  font-size: clamp(2rem, 5.4vw, 3.5rem);
  font-weight: 700;
  color: #0A2440;
  margin: 0 0 14px;
}

.page-products .pg-h1-sub {
  display: block;
  font-size: 0.5em;
  font-weight: 600;
  color: #E85D3D;
  letter-spacing: 0.06em;
  margin-top: 8px;
  line-height: 1.2;
}

.page-products .pg-hero-lead {
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.78;
  max-width: 44em;
  margin: 0 0 20px;
  color: #261A12;
}

.page-products .pg-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.page-products .pg-kpi-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.page-products .pg-kpi-grid .metric-card {
  background: #F8FAFC;
  border: 1px solid rgba(10, 36, 64, 0.14);
  border-bottom: 3px solid #D4AF37;
  padding: 14px 14px 12px;
  margin: 0;
  min-height: 118px;
}

.page-products .pg-kpi-grid .metric-label {
  font-family: var(--font-data);
  font-size: 0.76rem;
  color: #5B7B9C;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.page-products .pg-kpi-grid .metric-value {
  font-family: var(--font-data);
  font-size: 1.9rem;
  font-weight: 700;
  color: #0A2440;
  line-height: 1.1;
}

.page-products .pg-kpi-grid .metric-unit {
  font-size: 0.8rem;
  color: #5B7B9C;
  margin-left: 2px;
}

.page-products .pg-kpi-grid .metric-tag {
  font-family: var(--font-heading);
  font-size: 0.76rem;
  color: #4A5468;
  margin-top: 6px;
  letter-spacing: 0.02em;
}

.page-products .pg-hero-chart {
  margin: 0;
  padding: 16px;
  background: #0A2440;
  border: 1px solid #D4AF37;
  position: relative;
  box-shadow: 8px 8px 0 rgba(6, 19, 35, 0.2);
}

.page-products .pg-hero-chart img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(212, 175, 55, 0.4);
}

.page-products .pg-hero-chart figcaption,
.page-products .pg-archive-map figcaption,
.page-products .pg-dist-map figcaption,
.page-products .pg-records-panel figcaption {
  font-family: var(--font-data);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: #5B7B9C;
  padding: 10px 4px 0;
}

.page-products .pg-chart-scan {
  position: absolute;
  top: 8px;
  z-index: 2;
  width: 26px;
  height: 26px;
  background: #D4AF37;
  color: #061323;
  font-family: var(--font-data);
  font-size: 0.7rem;
  line-height: 26px;
  text-align: center;
  display: block;
}

.page-products .pg-chart-scan-l {
  left: 8px;
}

.page-products .pg-chart-scan-r {
  right: 8px;
}

.page-products .pg-index-band {
  background: var(--pg-grad-navy);
  border-bottom: 2px solid #D4AF37;
  padding: 14px 0;
}

.page-products .pg-index-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 18px;
}

.page-products .pg-index-label {
  font-family: var(--font-data);
  font-size: 0.72rem;
  color: #D4AF37;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding-top: 7px;
  flex: 0 0 auto;
}

.page-products .pg-index-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-products .pg-index-list li {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  background: rgba(248, 250, 252, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.38);
  color: #F8FAFC;
  padding: 4px 10px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.page-products .pg-index-list li:hover,
.page-products .pg-index-list li:focus-within {
  background: #D4AF37;
  color: #061323;
  transform: translate(-1px, -1px);
}

.page-products .pg-index-list a {
  text-decoration: none;
}

.page-products .pg-belt {
  position: relative;
  padding: 52px 0 56px;
  overflow: hidden;
}

.page-products .pg-belt::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -2px;
  width: 46%;
  height: 13px;
  pointer-events: none;
  opacity: 0.8;
}

.page-products .pg-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;
}

.page-products .pg-copy {
  min-width: 0;
}

.page-products .pg-copy h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  color: #0A2440;
  margin: 2px 0 14px;
}

.page-products .section-index {
  font-family: var(--font-data);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #E85D3D;
  margin: 0 0 8px;
}

.page-products .pg-belt-desc {
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.78;
  max-width: 46em;
  margin: 0 0 20px;
}

.page-products .pg-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.page-products .pg-data-points {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-products .pg-data-points li {
  position: relative;
  padding-left: 18px;
  font-family: var(--font-body);
  font-size: 0.94rem;
  line-height: 1.65;
}

.page-products .pg-data-points li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #D4AF37;
  font-size: 0.72rem;
}

.page-products .pg-more-link {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  margin: 0;
}

.page-products .pg-more-link a {
  text-decoration: none;
  border-bottom: 1px dashed #D4AF37;
}

.page-products .pg-archive-belt {
  background: #F4EDE3;
  border-bottom: 1px solid rgba(10, 36, 64, 0.14);
}

.page-products .pg-archive-belt::after {
  background: repeating-linear-gradient(45deg, #D4AF37 0, #D4AF37 6px, transparent 6px, transparent 12px);
  transform: skewY(-1.4deg);
}

.page-products .pg-archive-map {
  margin: 0;
  background: #0A2440;
  padding: 14px 14px 8px;
  border: 1px solid rgba(10, 36, 64, 0.3);
  border-right: 5px solid #D4AF37;
}

.page-products .pg-archive-map img {
  display: block;
  width: 100%;
  height: auto;
}

.page-products .pg-distribution-belt {
  background: var(--pg-grad-navy);
  color: #F8FAFC;
}

.page-products .pg-distribution-belt::after {
  background: #D4AF37;
  opacity: 1;
  height: 6px;
  transform: rotate(-1.2deg);
}

.page-products .pg-distribution-belt h2 {
  color: #F8FAFC;
}

.page-products .pg-distribution-belt .pg-belt-desc {
  color: #DCE5EE;
}

.page-products .pg-distribution-belt .section-index {
  color: #E3C26F;
}

.page-products .pg-index-invert {
  color: #D4AF37;
}

.page-products .pg-dist-map {
  margin: 0;
  background: rgba(248, 250, 252, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.35);
  padding: 12px 12px 6px;
}

.page-products .pg-dist-map img {
  display: block;
  width: 100%;
  height: auto;
}

.page-products .pg-dist-map figcaption {
  color: #9FB4CB;
}

.page-products .pg-table-wrap {
  overflow-x: auto;
  max-width: 100%;
  margin: 0 0 20px;
}

.page-products .pg-dist-table {
  width: 100%;
  min-width: 430px;
  border-collapse: collapse;
  background: #F8FAFC;
  color: #261A12;
  font-size: 0.88rem;
  border: 1px solid rgba(10, 36, 64, 0.2);
}

.page-products .pg-dist-table caption {
  font-family: var(--font-data);
  font-size: 0.75rem;
  color: #5B7B9C;
  text-align: left;
  padding-bottom: 8px;
  letter-spacing: 0.04em;
}

.page-products .pg-dist-table th,
.page-products .pg-dist-table td {
  border: 1px solid rgba(10, 36, 64, 0.12);
  padding: 9px 12px;
  text-align: left;
}

.page-products .pg-dist-table thead th {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #0A2440;
  color: #F8FAFC;
}

.page-products .pg-dist-table tbody th {
  font-family: var(--font-heading);
  font-size: 0.86rem;
  color: #0A2440;
  background: #F4EDE3;
}

.page-products .pg-dist-table tbody tr:nth-child(even) td {
  background: #F4EDE3;
}

.page-products .pg-dist-table .data-number {
  font-family: var(--font-data);
  text-align: right;
}

.page-products .pg-coordinate-dark {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-products .pg-coordinate-dark li {
  position: relative;
  padding-left: 22px;
  font-family: var(--font-body);
  font-size: 0.93rem;
  color: #DCE5EE;
  line-height: 1.6;
}

.page-products .pg-coordinate-dark li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #D4AF37;
  font-size: 0.7rem;
}

.page-products .pg-records-belt {
  background: #F8FAFC;
  border-bottom: 1px solid rgba(10, 36, 64, 0.1);
}

.page-products .pg-records-belt::after {
  background: repeating-linear-gradient(-45deg, #E3C26F 0, #E3C26F 5px, transparent 5px, transparent 10px);
  opacity: 0.85;
  height: 9px;
}

.page-products .pg-record-sim {
  border: 1px solid rgba(10, 36, 64, 0.16);
  background: #F4EDE3;
  margin: 0 0 22px;
  display: grid;
}

.page-products .pg-record-row {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1.4fr 0.8fr;
  padding: 9px 14px;
  border-bottom: 1px solid rgba(10, 36, 64, 0.1);
  font-family: var(--font-data);
  font-size: 0.84rem;
}

.page-products .pg-record-row:last-child {
  border-bottom: 0;
}

.page-products .pg-record-row:nth-child(even) {
  background: #F8FAFC;
}

.page-products .pg-record-row .data-number {
  font-weight: 700;
  color: #0A2440;
}

.page-products .pg-record-row span:last-child {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  color: #E85D3D;
}

.page-products .pg-records-panel {
  margin: 0;
  background: #0A2440;
  border: 1px solid #D4AF37;
  border-left: 5px solid #D4AF37;
  padding: 12px 12px 6px;
}

.page-products .pg-records-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.page-products .pg-mobile-belt {
  position: relative;
  background: #F4EDE3;
  overflow: hidden;
  padding: 52px 0 60px;
  border-top: 7px solid #D4AF37;
}

.page-products .pg-mobile-belt::before {
  content: "";
  position: absolute;
  top: 0;
  right: -4%;
  width: 32%;
  height: 100%;
  background: repeating-linear-gradient(45deg, rgba(212, 175, 55, 0.18) 0, rgba(212, 175, 55, 0.18) 2px, transparent 2px, transparent 8px);
  pointer-events: none;
}

.page-products .pg-mobile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

.page-products .pg-device {
  position: relative;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  background: #061323;
  border: 8px solid #0A2440;
  border-radius: 26px;
  box-shadow: 14px 14px 0 rgba(6, 19, 35, 0.16), 0 0 0 1px #D4AF37 inset;
  padding: 10px;
}

.page-products .pg-device::before {
  content: "";
  display: block;
  width: 88px;
  height: 5px;
  border-radius: 60px;
  background: #D4AF37;
  margin: 0 auto 8px;
}

.page-products .pg-device-screen {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.5);
}

.page-products .pg-device-screen img {
  display: block;
  width: 100%;
  height: auto;
}

.page-products .pg-device-caption {
  display: block;
  text-align: center;
  padding: 12px 0 6px;
  font-family: var(--font-data);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4AF37;
}

.page-products .pg-mobile-copy {
  position: relative;
  z-index: 1;
}

.page-products .pg-mobile-copy h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
}

.page-products .pg-steps {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-products .pg-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #0A2440;
  color: #D4AF37;
  font-family: var(--font-data);
  font-size: 0.8rem;
  font-weight: 700;
  margin-right: 12px;
}

.page-products .pg-steps li {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  color: #261A12;
  letter-spacing: 0.02em;
}

.page-products .pg-latency-belt {
  background: var(--pg-grad-navy);
  color: #F8FAFC;
  padding: 52px 0 64px;
  border-top: 3px solid #D4AF37;
}

.page-products .pg-latency-belt .section-index {
  color: #E3C26F;
}

.page-products .pg-latency-callout {
  background: #0A2440;
  border: 1px solid rgba(212, 175, 55, 0.6);
  border-left: 6px solid #D4AF37;
  color: #F8FAFC;
  padding: 24px 20px;
  margin-bottom: 32px;
}

.page-products .pg-latency-callout h2 {
  color: #F8FAFC;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin: 4px 0 12px;
}

.page-products .pg-latency-callout p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0;
}

.page-products .pg-timeline {
  position: relative;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-left: 0;
  margin: 0 0 30px;
  list-style: none;
}

.page-products .pg-timeline::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #D4AF37 0%, #D4AF37 80%, rgba(212, 175, 55, 0.35) 100%);
  z-index: 0;
}

.page-products .pg-timeline-mark {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #0A2440;
  border: 2px solid #D4AF37;
  width: 68px;
  height: 68px;
  padding-top: 12px;
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 1rem;
  color: #F8FAFC;
}

.page-products .pg-timeline-mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(248, 250, 252, 0.2);
}

.page-products .pg-timeline-mark i {
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 400;
  color: #9FB4CB;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.page-products .pg-timeline-here {
  background: #D4AF37;
  color: #061323;
  border-color: #F4EDE3;
}

.page-products .pg-timeline-here i {
  color: #061323;
}

.page-products .pg-trust-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 10px;
}

.page-products .pg-trust-row p {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(248, 250, 252, 0.04);
  font-family: var(--font-data);
  font-size: 0.82rem;
  color: #DCE5EE;
  line-height: 1.6;
}

@media (min-width: 640px) {
  .page-products .pg-kpi-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-products .pg-trust-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .page-products .pg-timeline {
    justify-content: flex-start;
    gap: 0;
  }

  .page-products .pg-timeline-mark {
    margin-right: 72px;
  }
}

@media (min-width: 920px) {
  .page-products .pg-hero-grid {
    grid-template-columns: 1.05fr 0.9fr;
    gap: 40px;
    align-items: center;
  }

  .page-products .pg-hero-panel {
    padding: 56px 32px 34px;
  }

  .page-products .pg-split {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  .page-products .pg-archive-grid {
    grid-template-columns: 1.05fr 1fr;
  }

  .page-products .pg-dist-grid {
    grid-template-columns: 0.94fr 1.06fr;
  }

  .page-products .pg-records-grid {
    grid-template-columns: 1fr 0.9fr;
  }

  .page-products .pg-mobile-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 56px;
  }

  .page-products .pg-device {
    margin: 0 auto 0 0;
  }

  .page-products .pg-mobile-copy h2 {
    font-size: clamp(2rem, 3.4vw, 2.8rem);
  }

  .page-products .pg-belt {
    padding: 72px 0 80px;
  }
}

@media (min-width: 1180px) {
  .page-products .content-width {
    width: 100%;
    max-width: 1180px;
    margin-inline: auto;
  }

  .page-products .pg-hero-panel {
    padding: 64px 40px 40px;
  }

  .page-products .pg-archive-map,
  .page-products .pg-dist-map,
  .page-products .pg-records-panel {
    padding: 18px 18px 10px;
  }

  .page-products .pg-device {
    max-width: 318px;
  }
}
