.page-products {
  --pt-gap: clamp(1rem, 3vw, 1.75rem);
  --pt-cut: 6deg;
  padding-bottom: clamp(2.5rem, 7vw, 5rem);
}

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

.page-products .pt-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 5vw, 3.5rem) 0 clamp(1.25rem, 3vw, 2rem);
}

.page-products .pt-hero::before {
  content: "";
  position: absolute;
  top: -18%;
  right: -12%;
  width: min(780px, 92vw);
  aspect-ratio: 1 / 0.72;
  background:
    radial-gradient(120% 100% at 78% 18%, rgba(0, 255, 157, 0.16), transparent 62%),
    linear-gradient(158deg, #1B3A5E 0%, #121A2E 52%, #0A0E1A 100%);
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  z-index: 0;
  pointer-events: none;
}

.page-products .pt-hero::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -6%;
  width: min(420px, 60vw);
  height: 160px;
  background: linear-gradient(120deg, rgba(255, 107, 44, 0.16), transparent 70%);
  clip-path: polygon(0 0, 100% 40%, 88% 100%, 0 70%);
  z-index: 0;
  pointer-events: none;
}

.page-products .pt-hero__inner {
  position: relative;
  z-index: 1;
}

.page-products .pt-hero__title {
  margin: 0.5rem 0 0.85rem;
  font-family: var(--ff-display);
  font-size: clamp(1.9rem, 6.4vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--text);
  max-width: 22ch;
}

.page-products .pt-hero__lead {
  max-width: 56ch;
  margin: 0 0 1.4rem;
  color: var(--muted);
  font-size: clamp(0.95rem, 2.4vw, 1.0625rem);
  line-height: 1.75;
}

.page-products .pt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.page-products .pt-band {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 26, 46, 0.85), rgba(10, 14, 26, 0.6));
}

.page-products .pt-band__scroll {
  display: flex;
  gap: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.page-products .pt-band__scroll::-webkit-scrollbar {
  display: none;
}

.page-products .pt-band__item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--text);
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 150ms var(--ease), color 150ms var(--ease), transform 150ms var(--ease);
}

.page-products .pt-band__item:hover,
.page-products .pt-band__item:focus-visible {
  border-color: var(--neon);
  color: var(--neon);
  transform: translateY(-2px);
}

.page-products .pt-band__k {
  color: var(--blue);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.page-products .pt-sec {
  padding: clamp(2rem, 6vw, 4rem) 0;
}

.page-products .pt-sec--tint {
  background: linear-gradient(180deg, rgba(18, 26, 46, 0.55), rgba(10, 14, 26, 0.2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page-products .pt-sec__head {
  max-width: 62ch;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.page-products .pt-sec__title {
  margin: 0.4rem 0 0.65rem;
  font-family: var(--ff-display);
  font-size: clamp(1.4rem, 4.2vw, 2.125rem);
  line-height: 1.15;
  color: var(--text);
}

.page-products .pt-lead {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 60ch;
}

.page-products .pt-note {
  margin: 1.25rem 0 0;
  padding-left: 0.85rem;
  border-left: 2px solid var(--line);
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.7;
}

.page-products .pt-note--legal {
  border-left-color: var(--orange);
}

.page-products .pt-split {
  display: grid;
  gap: clamp(1.25rem, 4vw, 2.5rem);
  align-items: start;
}

.page-products .pt-split__text {
  min-width: 0;
}

.page-products .pt-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.page-products .pt-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.9375rem;
}

.page-products .pt-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  background: var(--neon);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.page-products .pt-list strong {
  color: var(--text);
  font-weight: 600;
}

.page-products .pt-shot {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(90% 120% at 85% 10%, rgba(58, 134, 255, 0.16), transparent 60%),
    linear-gradient(160deg, rgba(27, 58, 94, 0.55), rgba(18, 26, 46, 0.9));
  overflow: hidden;
}

.page-products .pt-shot::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--neon), transparent);
  z-index: 2;
}

.page-products .pt-shot img {
  width: 100%;
  object-fit: cover;
}

.page-products .pt-shot figcaption {
  padding: 0.7rem 0.9rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.page-products .pt-shot--sm {
  max-width: 520px;
}

.page-products .pt-shot--wide img {
  aspect-ratio: 2 / 1;
}

.page-products .pt-stats {
  display: grid;
  gap: var(--pt-gap);
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.page-products .pt-stat {
  padding: 1.1rem 1rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

.page-products .pt-stat__num {
  display: inline-block;
  font-size: clamp(2rem, 7vw, 3.25rem);
  line-height: 1;
  color: var(--neon);
  font-weight: 700;
}

.page-products .pt-stat__unit {
  margin-left: 0.4rem;
  color: var(--amber);
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
}

.page-products .pt-stat p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.7;
}

.page-products .pt-acc {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.page-products .pt-acc details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.page-products .pt-acc summary {
  padding: 0.7rem 0.9rem;
  cursor: pointer;
  color: var(--text);
  font-size: 0.9rem;
  list-style: none;
}

.page-products .pt-acc summary::-webkit-details-marker {
  display: none;
}

.page-products .pt-acc summary::before {
  content: "+";
  display: inline-block;
  width: 1.1em;
  color: var(--neon);
  font-family: var(--ff-mono);
}

.page-products .pt-acc details[open] summary::before {
  content: "–";
}

.page-products .pt-acc summary:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: -2px;
}

.page-products .pt-acc details p {
  margin: 0;
  padding: 0 0.9rem 0.85rem 2rem;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.75;
}

.page-products .pt-price {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.page-products .pt-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.page-products .pt-table {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.page-products .pt-table__cap {
  padding: 0.75rem 0.9rem;
  text-align: left;
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-products .pt-table th,
.page-products .pt-table td {
  padding: 0.85rem 0.9rem;
  text-align: left;
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.6;
  vertical-align: top;
}

.page-products .pt-table thead th {
  color: var(--neon);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(0, 255, 157, 0.05);
}

.page-products .pt-table tbody th {
  color: var(--text);
  font-weight: 600;
  white-space: nowrap;
}

.page-products .pt-table tbody tr {
  transition: background 150ms var(--ease);
}

.page-products .pt-table tbody tr:hover,
.page-products .pt-table tbody tr:focus-within {
  background: rgba(58, 134, 255, 0.12);
}

.page-products .pt-table .mono {
  color: var(--amber);
}

.page-products .pt-bars {
  display: grid;
  gap: 0.9rem;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.page-products .pt-bar {
  display: grid;
  grid-template-columns: 5.5rem 1fr auto;
  align-items: center;
  gap: 0.7rem;
}

.page-products .pt-bar__label {
  color: var(--text);
  font-size: 0.875rem;
}

.page-products .pt-bar__track {
  position: relative;
  height: 14px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(10, 14, 26, 0.7);
  overflow: hidden;
}

.page-products .pt-bar__fill {
  display: block;
  height: 100%;
  width: var(--bar, 40%);
  background: linear-gradient(90deg, rgba(0, 255, 157, 0.35), var(--neon));
}

.page-products .pt-bar__fill--orange {
  background: linear-gradient(90deg, rgba(255, 107, 44, 0.3), var(--orange));
}

.page-products .pt-bar__fill--blue {
  background: linear-gradient(90deg, rgba(58, 134, 255, 0.3), var(--blue));
}

.page-products .pt-bar__val {
  color: var(--text);
  font-size: 0.8125rem;
  white-space: nowrap;
}

.page-products .pt-cost {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.page-products .pt-cost__cols {
  display: grid;
  gap: 0.75rem;
}

.page-products .pt-cost__col {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.page-products .pt-cost__col h3 {
  margin: 0 0 0.6rem;
  font-family: var(--ff-serif);
  font-size: 1.05rem;
  color: var(--text);
}

.page-products .pt-cost__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.page-products .pt-cost__col li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.65;
}

.page-products .pt-cost__col--in li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--neon);
}

.page-products .pt-cost__col--out li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--orange);
}

.page-products .pt-track {
  display: grid;
  gap: 0.6rem;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  padding-left: 0.25rem;
}

.page-products .pt-node {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  margin-left: 0.5rem;
}

.page-products .pt-node::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 1.35rem;
  width: 0.5rem;
  height: 1px;
  background: var(--line);
}

.page-products .pt-node summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 0.9rem;
  cursor: pointer;
  list-style: none;
}

.page-products .pt-node summary::-webkit-details-marker {
  display: none;
}

.page-products .pt-node summary:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: -2px;
}

.page-products .pt-node__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--line);
  flex: 0 0 auto;
}

.page-products .pt-node--now .pt-node__dot {
  background: var(--neon);
  box-shadow: 0 0 0 4px rgba(0, 255, 157, 0.18);
}

.page-products .pt-node__ver {
  color: var(--blue);
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
}

.page-products .pt-node--now .pt-node__ver {
  color: var(--neon);
}

.page-products .pt-node__name {
  color: var(--text);
  font-size: 0.9375rem;
  font-weight: 600;
}

.page-products .pt-node p {
  margin: 0;
  padding: 0 0.9rem 0.8rem 2.1rem;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.75;
}

.page-products .pt-scenes {
  display: grid;
  gap: var(--pt-gap);
}

.page-products .pt-scene {
  padding: 1.15rem 1.1rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(170deg, rgba(18, 26, 46, 0.95), rgba(10, 14, 26, 0.85));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}

.page-products .pt-scene h3 {
  margin: 0.7rem 0 0.55rem;
  font-family: var(--ff-serif);
  font-size: 1.15rem;
  line-height: 1.35;
  color: var(--text);
}

.page-products .pt-scene p {
  margin: 0 0 0.5rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.page-products .pt-scene__hint {
  color: var(--blue) !important;
  font-size: 0.8rem !important;
}

.page-products .pt-start {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.page-products .pt-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.page-products .pt-steps li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.page-products .pt-steps .mono {
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--neon);
  border-radius: var(--radius);
  color: var(--neon);
  font-size: 0.8125rem;
}

.page-products .pt-start__panel {
  padding: 1.2rem 1.1rem 1.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(120% 110% at 90% 0%, rgba(0, 255, 157, 0.1), transparent 58%),
    var(--panel);
}

.page-products .pt-start__panel h3 {
  margin: 0 0 0.55rem;
  font-family: var(--ff-serif);
  font-size: 1.1rem;
  color: var(--text);
}

.page-products .pt-start__panel p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.page-products .pt-start__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.page-products .pt-facts {
  margin: 0;
  display: grid;
  gap: 0.4rem;
}

.page-products .pt-facts > div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.4rem;
  border-top: 1px solid var(--line);
}

.page-products .pt-facts dt {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.page-products .pt-facts dd {
  margin: 0;
  color: var(--neon);
  font-family: var(--ff-mono);
  font-size: 0.85rem;
}

@media (min-width: 720px) {
  .page-products .pt-cost__cols {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .pt-scenes {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-products .pt-price {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  }
}

@media (min-width: 960px) {
  .page-products .pt-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(1.5rem, 4vw, 3rem);
  }

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

  .page-products .pt-cost {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }

  .page-products .pt-start {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }

  .page-products .pt-hero__inner {
    padding-right: 18%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .pt-band__item,
  .page-products .pt-table tbody tr {
    transition: none;
  }

  .page-products .pt-band__item:hover,
  .page-products .pt-band__item:focus-visible {
    transform: none;
  }
}

.page-products {
  --bar: 1rem;
}
