.page-products {
  --ps-cut: 14px;
  --ps-line: rgba(138, 147, 163, 0.26);
  --ps-line-strong: rgba(138, 147, 163, 0.46);
  --ps-soft: rgba(230, 234, 242, 0.03);
  display: block;
  background: var(--ink);
  color: var(--paper);
  overflow-x: hidden;
}

.page-products .products-crumb {
  padding-top: 18px;
  padding-bottom: 4px;
}

.page-products .products-crumb .breadcrumb {
  font-size: 12px;
  letter-spacing: 0.06em;
}

/* ---------- hero ---------- */

.page-products .products-hero {
  position: relative;
  padding: 28px 0 0;
  border-bottom: 1px solid var(--ps-line);
}

.page-products .products-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: linear-gradient(180deg, rgba(46, 123, 255, 0.13), rgba(46, 123, 255, 0));
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.page-products .products-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.page-products .products-hero h1 {
  margin: 14px 0 18px;
  max-width: 17ch;
  font-size: clamp(28px, 4.2vw, 50px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #fff;
}

.page-products .products-hero__text {
  margin: 0;
  max-width: 56ch;
  font-size: 16px;
  line-height: 1.75;
  color: var(--paper);
}

.page-products .products-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.page-products .hero-board {
  position: relative;
  padding: 22px 24px 20px;
  background: var(--ink-2);
  border: 1px solid var(--ps-line-strong);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
}

.page-products .hero-board__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.page-products .hero-board__clock {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--gray);
}

.page-products .hero-board__score {
  display: grid;
  grid-template-columns: 1fr auto auto auto 1fr;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ps-line);
}

.page-products .hero-board__team {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gray);
}

.page-products .hero-board__team--r {
  text-align: right;
}

.page-products .hero-board__num {
  font-size: clamp(32px, 4.6vw, 52px);
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.page-products .hero-board__sep {
  font-size: 20px;
  color: var(--gray);
}

.page-products .hero-board__split {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.page-products .hero-board__split li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 14px;
  border-left: 1px solid var(--ps-line);
}

.page-products .hero-board__k {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--gray);
}

.page-products .hero-board__v {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: var(--cyan);
}

.page-products .hero-board__foot {
  margin: 18px 0 0;
  padding-top: 12px;
  border-top: 1px dashed var(--ps-line);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--mint);
}

/* ---------- metrics ---------- */

.page-products .products-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ps-line);
  border-bottom: 1px solid var(--ps-line);
}

.page-products .products-metrics .metric {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 18px 20px 0;
  border-right: 1px solid var(--ps-line);
}

.page-products .products-metrics .metric:last-child {
  border-right: 0;
}

.page-products .products-metrics .metric__value {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  line-height: 1;
  color: var(--cyan);
}

.page-products .products-metrics .metric--accent .metric__value {
  color: var(--orange);
}

.page-products .products-metrics .metric--mint .metric__value {
  color: var(--mint);
}

.page-products .products-metrics .metric__label {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--gray);
}

/* ---------- module index band ---------- */

.page-products .mod-band {
  background: var(--ink-2);
  border-bottom: 1px solid var(--ps-line);
}

.page-products .mod-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px 0 26px;
}

.page-products .mod-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 170px;
  min-width: 0;
  padding: 14px 26px 14px 16px;
  background: rgba(46, 123, 255, 0.07);
  color: var(--paper);
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
  transition: background-color var(--t-fast) linear, color var(--t-fast) linear;
}

.page-products .mod-tab:nth-child(2n) {
  flex: 1 1 214px;
}

.page-products .mod-tab:nth-child(3n) {
  flex: 1 1 192px;
}

.page-products .mod-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--blue);
  transition: background-color var(--t-fast) linear;
}

.page-products .mod-tab:hover,
.page-products .mod-tab:focus-visible {
  background: rgba(46, 123, 255, 0.2);
  color: #fff;
}

.page-products .mod-tab:hover::before,
.page-products .mod-tab:focus-visible::before {
  background: var(--orange);
}

.page-products .mod-tab__idx {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--blue);
}

.page-products .mod-tab__title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-products .mod-tab__note {
  font-size: 12px;
  line-height: 1.6;
  color: var(--gray);
}

/* ---------- module shell ---------- */

.page-products .module {
  padding: 58px 0 64px;
  border-bottom: 1px solid var(--ps-line);
}

.page-products .module--alt {
  background: var(--ink-2);
}

.page-products .module__head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  column-gap: 18px;
  align-items: baseline;
  margin-bottom: 36px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ps-line);
}

.page-products .module__num {
  grid-row: 1 / span 2;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  color: var(--blue);
}

.page-products .module__head h2 {
  margin: 0;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
}

.page-products .module__sub {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray);
}

.page-products .split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
  gap: 44px;
  align-items: start;
}

.page-products .split--even {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.page-products .module__copy {
  min-width: 0;
}

.page-products .module__copy p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--paper);
}

.page-products .module__copy strong {
  color: var(--orange);
  font-weight: 700;
}

.page-products .module__demo {
  min-width: 0;
}

.page-products .check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ps-line);
}

.page-products .check-list li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid var(--ps-line);
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray);
}

.page-products .check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 21px;
  width: 8px;
  height: 8px;
  background: var(--mint);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* ---------- media frames ---------- */

.page-products .media-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ps-line);
  background: var(--ink-2);
}

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

.page-products .media-frame:not(.media-frame--tall):not(.media-frame--square) img {
  aspect-ratio: 16 / 9;
}

.page-products .media-frame--tall img {
  aspect-ratio: 3 / 4;
}

.page-products .media-frame--wide img {
  aspect-ratio: 3 / 2;
}

.page-products .media-frame__caption {
  display: block;
  padding: 10px 14px;
  border-top: 1px solid var(--ps-line);
  font-size: 12px;
  line-height: 1.6;
  color: var(--gray);
  background: rgba(14, 17, 22, 0.6);
}

/* ---------- collapse ---------- */

.page-products .collapse-stack {
  margin-top: 20px;
}

.page-products .collapse-item {
  background: var(--ps-soft);
  border: 1px solid var(--ps-line);
}

.page-products .collapse-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  border: 0;
  color: var(--paper);
  font: inherit;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  cursor: pointer;
  transition: background-color var(--t-fast) linear, color var(--t-fast) linear;
}

.page-products .collapse-trigger:hover,
.page-products .collapse-trigger:focus-visible {
  background: rgba(46, 123, 255, 0.12);
  color: #fff;
}

.page-products .collapse-trigger__hint {
  flex: none;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--blue);
}

.page-products [data-collapse] {
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--t-fast) ease-out;
}

.page-products [data-collapse][data-open] {
  max-height: 640px;
}

/* ---------- stat columns ---------- */

.page-products .stat-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--blue);
}

.page-products .stat-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 14px;
  border-right: 1px solid var(--ps-line);
  border-bottom: 1px solid var(--ps-line);
}

.page-products .stat-col:last-child {
  border-right: 0;
}

.page-products .stat-col__k {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gray);
}

.page-products .stat-col__v {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.page-products .stat-col__d {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--mint);
}

/* ---------- scene grid ---------- */

.page-products .scene-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 4px;
  margin-top: 22px;
}

.page-products .scene-cell {
  aspect-ratio: 1 / 1;
  background: var(--ink);
  border: 1px solid var(--ps-line);
  transition: background-color var(--t-fast) linear, border-color var(--t-fast) linear;
}

.page-products .scene-cell--hot {
  background: rgba(46, 123, 255, 0.24);
  border-color: var(--blue);
}

.page-products .scene-cell:hover {
  background: var(--orange);
  border-color: var(--orange);
}

.page-products .scene-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--gray);
}

.page-products .scene-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-products .scene-legend__dot {
  width: 10px;
  height: 10px;
  background: var(--ink);
  border: 1px solid var(--blue);
}

.page-products .scene-legend__dot--hot {
  background: rgba(46, 123, 255, 0.5);
  border-color: var(--blue);
}

/* ---------- timeline ---------- */

.page-products .timeline {
  padding: 20px 0 12px;
  border-top: 1px solid var(--ps-line);
  border-bottom: 1px solid var(--ps-line);
}

.page-products .timeline__rail {
  position: relative;
  height: 36px;
  background: rgba(230, 234, 242, 0.05);
  border: 1px solid var(--ps-line);
}

.page-products .timeline__seg {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(46, 123, 255, 0.26);
  border-left: 1px solid rgba(111, 211, 255, 0.5);
  transition: background-color var(--t-fast) linear;
}

.page-products .timeline__seg--hot {
  background: rgba(255, 107, 44, 0.62);
  border-left-color: var(--orange);
}

.page-products .timeline__seg:hover {
  background: var(--orange);
}

.page-products .seg-1 { left: 2%; width: 11%; }
.page-products .seg-2 { left: 15%; width: 9%; }
.page-products .seg-3 { left: 26%; width: 16%; }
.page-products .seg-4 { left: 44%; width: 8%; }
.page-products .seg-5 { left: 54%; width: 18%; }
.page-products .seg-6 { left: 74%; width: 13%; }

.page-products .timeline__marks {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--gray);
}

.page-products .timeline__note {
  margin: 14px 0 22px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--gray);
}

/* ---------- map layout ---------- */

.page-products .map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) minmax(0, 0.74fr);
  gap: 26px;
  align-items: start;
}

.page-products .map-shot {
  min-width: 0;
}

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

.page-products .map-phone {
  min-width: 0;
}

.page-products .seat-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ps-line);
}

.page-products .seat-item {
  border-bottom: 1px solid var(--ps-line);
}

.page-products .seat-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 14px 4px;
  background: transparent;
  border: 0;
  color: var(--paper);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color var(--t-fast) linear, padding-left var(--t-fast) linear;
}

.page-products .seat-btn:hover,
.page-products .seat-btn:focus-visible {
  color: #fff;
  padding-left: 12px;
}

.page-products .seat-btn__code {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--cyan);
}

.page-products .seat-btn__meta {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--gray);
}

.page-products .seat-panel {
  font-size: 14px;
  line-height: 1.75;
  color: var(--gray);
}

.page-products .seat-panel > div {
  padding: 0 4px 16px;
}

/* ---------- sync board ---------- */

.page-products .sync-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  border: 1px solid var(--ps-line);
  background: var(--ps-soft);
}

.page-products .sync-node {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 18px;
}

.page-products .sync-node--phone {
  border-left: 1px solid var(--ps-line);
}

.page-products .sync-node__k {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gray);
}

.page-products .sync-node__v {
  font-size: 14px;
  line-height: 1.6;
  color: var(--paper);
}

.page-products .sync-node__t {
  font-size: 22px;
  font-weight: 800;
  color: var(--orange);
}

.page-products .sync-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--ps-line);
  border-right: 1px solid var(--ps-line);
}

.page-products .sync-link__line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--blue) 0 6px, transparent 6px 12px);
}

.page-products .sync-link__dot {
  position: relative;
  width: 12px;
  height: 12px;
  background: var(--mint);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.page-products .sync-link__badge {
  position: absolute;
  bottom: 8px;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--mint);
}

.page-products .sync-note {
  margin: 14px 0 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--gray);
}

/* ---------- combos ---------- */

.page-products .combo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--ps-line);
}

.page-products .combo {
  position: relative;
  padding: 26px 24px 28px 0;
  border-right: 1px solid var(--ps-line);
}

.page-products .combo:last-child {
  border-right: 0;
  padding-right: 0;
}

.page-products .combo:not(:first-child) {
  padding-left: 24px;
}

.page-products .combo__step {
  display: inline-block;
  padding: 4px 12px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--ink);
  background: var(--cyan);
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.page-products .combo h3 {
  margin: 16px 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
}

.page-products .combo p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--gray);
}

.page-products .combo__use {
  padding-top: 12px;
  border-top: 1px dashed var(--ps-line);
  font-size: 12px !important;
  letter-spacing: 0.04em;
  color: var(--blue) !important;
}

/* ---------- endcap ---------- */

.page-products .endcap {
  padding: 52px 0 60px;
  background: linear-gradient(180deg, #0b0f15 0%, #10161f 100%);
}

.page-products .endcap__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.page-products .endcap h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 800;
  color: #fff;
}

.page-products .endcap p {
  margin: 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray);
}

.page-products .endcap__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

/* ---------- responsive ---------- */

@media (max-width: 1040px) {
  .page-products .products-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .page-products .products-hero::after {
    width: 52%;
    opacity: 0.6;
  }

  .page-products .split,
  .page-products .split--even {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .page-products .map-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .page-products .map-phone {
    grid-column: 1 / -1;
  }

  .page-products .map-phone img {
    aspect-ratio: 16 / 9;
  }

  .page-products .combo-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .combo:nth-child(2n) {
    border-right: 0;
  }

  .page-products .combo:last-child {
    border-right: 0;
  }

  .page-products .endcap__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .page-products .endcap__links {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .page-products .products-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .products-metrics .metric {
    padding: 18px 14px;
    border-bottom: 1px solid var(--ps-line);
  }

  .page-products .products-metrics .metric:nth-child(2n) {
    border-right: 0;
  }

  .page-products .products-metrics .metric:nth-child(n + 3) {
    border-bottom: 0;
  }

  .page-products .module__head {
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 14px;
  }

  .page-products .module__num {
    font-size: 26px;
  }

  .page-products .scene-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-products .sync-board {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-products .sync-node--phone {
    border-left: 0;
    border-top: 1px solid var(--ps-line);
  }

  .page-products .sync-link {
    height: 34px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--ps-line);
    border-bottom: 1px solid var(--ps-line);
  }

  .page-products .sync-link__line {
    background: repeating-linear-gradient(90deg, var(--blue) 0 6px, transparent 6px 12px);
  }
}

@media (max-width: 620px) {
  .page-products .products-hero {
    padding-top: 20px;
  }

  .page-products .products-hero h1 {
    font-size: clamp(25px, 7.4vw, 34px);
    max-width: none;
  }

  .page-products .hero-board {
    padding: 18px 16px 16px;
  }

  .page-products .hero-board__split li {
    padding-left: 10px;
  }

  .page-products .hero-board__v {
    font-size: 20px;
  }

  .page-products .module {
    padding: 42px 0 46px;
  }

  .page-products .module__head {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 6px;
  }

  .page-products .module__num {
    grid-row: auto;
  }

  .page-products .stat-cols {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-products .stat-col {
    border-right: 0;
  }

  .page-products .combo-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-products .combo,
  .page-products .combo:not(:first-child) {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--ps-line);
  }

  .page-products .combo:last-child {
    border-bottom: 0;
  }

  .page-products .map-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-products .timeline__marks {
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .page-products .endcap {
    padding: 40px 0 48px;
  }

  .page-products .endcap__links .btn {
    flex: 1 1 100%;
    text-align: center;
  }
}
<<<END>>>
