.page-products {
  --card-highlight: var(--accent);
  background: var(--bg-space);
  color: var(--text-high);
  font-family: var(--font-body);
  overflow-x: hidden;
}

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

.page-products .section > .container {
  padding-block: 2.5rem;
}

.page-products .hero .container {
  padding-block: 0;
}

.page-products .hero {
  position: relative;
  padding: 2.5rem 0 3rem;
  background: var(--bg-space);
  overflow: hidden;
}

.page-products .hero__speed {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 58%, rgba(0, 255, 136, .05) 60%, rgba(0, 255, 136, .12) 72%, transparent 76%),
    linear-gradient(300deg, transparent 70%, rgba(200, 16, 46, .12) 76%, transparent 82%);
  pointer-events: none;
}

.page-products .hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2rem;
}

.page-products .hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-products .hero h1 {
  margin: .25rem 0 .4rem;
  font-family: var(--font-head);
  font-size: clamp(2.8rem, 10vw, 5.6rem);
  line-height: .96;
  letter-spacing: .02em;
  text-transform: uppercase;
  transform: skewX(-5deg);
  max-width: 7ch;
}

.page-products .hero__lead {
  max-width: 34rem;
  color: var(--text-dim);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

.page-products .hero__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: 0;
  margin: 0 0 1.75rem;
}

.page-products .hero__tags li {
  font-family: var(--font-mono);
  font-size: .8125rem;
  color: var(--text-high);
  border: 1px solid var(--line-accent);
  border-radius: 999px;
  padding: .45rem .9rem;
  background: rgba(0, 255, 136, .06);
}

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

.page-products .hero__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
}

.page-products .hero__stat {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.page-products .hero__stat-num {
  font-family: var(--font-mono);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent);
}

.page-products .hero__stat-label {
  font-size: .8125rem;
  color: var(--text-dim);
}

.page-products .hero__topo {
  display: none;
}

.page-products .hero__topo line {
  stroke: var(--line);
  stroke-width: 1;
}

.page-products .hero__topo-core {
  fill: var(--accent);
}

.page-products .hero__topo-node {
  fill: var(--bg-panel);
  stroke: var(--accent);
  stroke-width: 1.5;
}

.page-products .hero__topo text {
  fill: var(--text-dim);
  font-family: var(--font-mono);
  font-size: 12px;
}

.page-products .section-head__desc {
  display: block;
  width: 100%;
  flex-basis: 100%;
  color: var(--text-dim);
  max-width: 40rem;
  margin-top: 1rem;
  line-height: 1.6;
}

.page-products .module-wall {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}

.page-products .module-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 220px;
  padding: 1.5rem 1.25rem;
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--ease), box-shadow var(--ease);
}

.page-products .module-card:hover,
.page-products .module-card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.page-products .module-card::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, transparent 0 55%, rgba(242, 238, 233, .03) 55% 65%, transparent 65%);
  pointer-events: none;
}

.page-products .module-card__no {
  font-family: var(--font-mono);
  font-size: .8125rem;
  color: var(--text-mute);
}

.page-products .module-card__body h3 {
  font-family: var(--font-head);
  font-size: 1.5rem;
  letter-spacing: .02em;
  transform: skewX(-4deg);
  margin: 0 0 .5rem;
  color: var(--text-high);
}

.page-products .module-card__body p {
  color: var(--text-dim);
  line-height: 1.55;
  margin: 0;
  max-width: 28ch;
}

.page-products .module-card__link {
  display: inline-block;
  width: fit-content;
  font-family: var(--font-mono);
  font-size: .8125rem;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--ease);
}

.page-products .module-card__link:hover,
.page-products .module-card__link:focus-visible {
  border-bottom-color: var(--accent);
}

.page-products .module-card--switch {
  box-shadow: inset 3px 0 0 var(--accent);
}

.page-products .module-card--schedule {
  box-shadow: inset 3px 0 0 var(--steel);
}

.page-products .module-card--bigscreen {
  box-shadow: inset 3px 0 0 var(--danger);
}

.page-products .module-card--review {
  box-shadow: inset 3px 0 0 var(--terra);
}

.page-products .module-card--search {
  box-shadow: inset 3px 0 0 var(--moss);
}

.page-products .module-card--live {
  box-shadow: inset 3px 0 0 var(--accent);
}

.page-products .feature-row {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.page-products .feature-row__media img {
  display: block;
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.page-products .feature-row__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-products .feature-row__content h2 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.02;
  transform: skewX(-4deg);
  margin: .15em 0 .5em;
}

.page-products .feature-row__content > p {
  color: var(--text-dim);
  margin: 0 0 1.25rem;
  line-height: 1.65;
  max-width: 46rem;
}

.page-products .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: .75rem;
}

.page-products .feature-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--text-high);
  line-height: 1.5;
}

.page-products .feature-list li::before {
  content: "▹";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: .875rem;
}

.page-products .feature-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  width: 100%;
  margin-bottom: 1.5rem;
}

.page-products .stat {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  padding: .75rem .875rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, .18);
}

.page-products .stat__num {
  font-family: var(--font-mono);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent);
}

.page-products .stat__label {
  font-size: .75rem;
  color: var(--text-dim);
}

.page-products .feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.page-products .feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .5rem;
}

.page-products .compare-block {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}

.page-products .compare-block__table {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(13, 17, 23, .5);
}

.page-products .compare-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.page-products .compare-table th,
.page-products .compare-table td {
  padding: .9rem 1rem;
  text-align: left;
}

.page-products .compare-table thead th {
  font-family: var(--font-mono);
  font-size: .75rem;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid var(--line);
}

.page-products .compare-table tbody th {
  font-weight: 500;
  color: var(--text-high);
  font-size: .9375rem;
}

.page-products .compare-table td {
  font-family: var(--font-mono);
  font-size: 1rem;
  border-top: 1px solid var(--line);
}

.page-products .compare-block__side h3 {
  font-family: var(--font-head);
  font-size: 1.75rem;
  transform: skewX(-4deg);
  margin: 0 0 .75rem;
}

.page-products .compare-block__side > p {
  color: var(--text-dim);
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

.page-products .compare-block__img {
  margin-top: 1.5rem;
}

.page-products .compare-block__img img {
  display: block;
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.page-products .pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: .5rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(0, 255, 136, .12);
  vertical-align: middle;
}

.page-products .status--ok {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: .875rem;
}

.page-products .status--limit {
  color: var(--danger);
  font-family: var(--font-mono);
  font-size: .875rem;
}

.page-products .mini-tips {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, .2);
  padding: .9rem 1rem;
  margin-top: 1.25rem;
  color: var(--text-dim);
}

.page-products .mini-tips summary {
  cursor: pointer;
  color: var(--text-high);
  font-weight: 500;
  font-size: .9375rem;
}

.page-products .mini-tips p {
  margin: .75rem 0 0;
  line-height: 1.6;
  color: var(--text-dim);
}

.page-products .feature-row__media--portrait img {
  max-width: 340px;
  margin-inline: auto;
}

.page-products .review-meta {
  display: flex;
  gap: 1.25rem;
  margin: 0 0 1.5rem;
}

.page-products .review-meta__item {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.page-products .review-meta__item strong {
  font-family: var(--font-mono);
  font-size: 1.5rem;
  color: var(--accent);
}

.page-products .review-meta__item span {
  color: var(--text-dim);
  font-size: .8125rem;
}

.page-products .search-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
  align-items: stretch;
}

.page-products .search-console {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-panel);
}

.page-products .search-console img {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
}

.page-products .search-console__caption {
  margin: 0;
  padding: .9rem 1rem;
  font-family: var(--font-mono);
  font-size: .8125rem;
  color: var(--text-mute);
  border-top: 1px solid var(--line);
}

.page-products .search-features {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.page-products .search-features .panel {
  margin: 0;
  padding: 1.25rem;
}

.page-products .search-features .panel h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  transform: skewX(-4deg);
  margin: 0 0 .5rem;
  color: var(--text-high);
}

.page-products .search-features .panel p {
  color: var(--text-dim);
  line-height: 1.6;
  margin: 0;
  font-size: .9375rem;
}

.page-products .cta-panel {
  position: relative;
  overflow: hidden;
  background: var(--bg-ink);
}

.page-products .cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 50%, rgba(0, 255, 136, .08) 54%, rgba(200, 16, 46, .1) 78%, transparent 82%);
  pointer-events: none;
}

.page-products .cta-panel__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-products .cta-panel h2 {
  font-family: var(--font-head);
  transform: skewX(-4deg);
  font-size: clamp(2rem, 5vw, 4rem);
  margin: .2em 0 .5em;
}

.page-products .cta-panel p {
  color: var(--text-dim);
  max-width: 44rem;
  margin: 0 auto 2rem;
  line-height: 1.65;
}

.page-products .cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
}

@media (min-width: 640px) {
  .page-products .module-wall {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-products .module-card--lg {
    grid-column: span 2;
  }

  .page-products .feature-stats {
    gap: 1rem;
  }

  .page-products .search-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-products .search-features .panel:last-child {
    grid-column: span 2;
  }
}

@media (min-width: 900px) {
  .page-products .section > .container {
    padding-block: 4rem;
  }

  .page-products .hero {
    padding: 4rem 0 5rem;
  }

  .page-products .hero__inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
    align-items: center;
    gap: 3rem;
  }

  .page-products .hero__signals {
    border-top: 0;
    border-left: 1px solid var(--line);
    padding-top: 0;
    padding-left: 2rem;
    align-content: center;
  }

  .page-products .hero__topo {
    display: block;
    position: absolute;
    right: -4%;
    bottom: -22%;
    width: 40%;
    opacity: .45;
    pointer-events: none;
  }

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

  .page-products .module-card {
    min-height: 240px;
  }

  .page-products .feature-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
  }

  .page-products .feature-row--reverse .feature-row__media {
    order: 2;
  }

  .page-products .compare-block {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    align-items: start;
  }

  .page-products .search-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 3rem;
  }
}
