.page-products {
  position: relative;
  background:
    linear-gradient(180deg, rgba(154, 255, 0, 0.035), transparent 260px),
    var(--bg-night);
}

.page-products .breadcrumbs {
  width: min(100%, var(--content-w));
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 40px);
  box-sizing: border-box;
  padding-top: 24px;
}

.page-products .p-hero,
.page-products .p-overview,
.page-products .p-v3core,
.page-products .p-compare,
.page-products .p-guide {
  width: min(100%, var(--content-w));
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 40px);
  box-sizing: border-box;
}

.page-products .p-hero {
  position: relative;
  display: grid;
  gap: 32px;
  padding-block: 48px 56px;
}

.page-products .p-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 180px;
  background: linear-gradient(135deg, transparent 40%, rgba(154, 255, 0, 0.16) 40%, rgba(154, 255, 0, 0.16) 55%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.page-products .p-hero__copy,
.page-products .p-v3window {
  position: relative;
  z-index: 1;
}

.page-products .p-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-green);
}

.page-products .p-hero__eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--accent-orange);
}

.page-products .p-hero h1 {
  margin: 0 0 20px;
  font-family: var(--font-headline);
  font-size: clamp(30px, 6vw, 56px);
  line-height: 1.05;
  font-style: italic;
  text-transform: uppercase;
  color: var(--text-white);
  transform: skewX(-4deg);
}

.page-products .p-hero__lead {
  max-width: 56ch;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-gray);
}

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

.page-products .p-v3window {
  border: 1px solid rgba(154, 255, 0, 0.35);
  background: linear-gradient(180deg, rgba(10, 30, 51, 0.95), rgba(6, 20, 38, 0.95));
  box-shadow: 10px 10px 0 rgba(154, 255, 0, 0.08);
  font-family: var(--font-body);
  position: relative;
  transform: rotate(0.5deg);
}

.page-products .p-v3window::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(154, 255, 0, 0.04) 0 1px, transparent 1px 40px);
  pointer-events: none;
}

.page-products .p-v3window__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background: rgba(6, 20, 38, 0.8);
}

.page-products .p-v3window__dots {
  display: inline-flex;
  gap: 6px;
}

.page-products .p-v3window__dots i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-orange);
}

.page-products .p-v3window__dots i:nth-child(2) {
  background: var(--accent-green);
}

.page-products .p-v3window__dots i:nth-child(3) {
  background: var(--text-gray);
}

.page-products .p-v3window__bar-title {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-white);
}

.page-products .p-v3window__bar-status {
  padding: 2px 8px;
  border: 1px solid rgba(33, 230, 193, 0.4);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--accent-cyan);
}

.page-products .p-v3window__body {
  padding: 18px 16px 20px;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  font-size: 13px;
}

.page-products .p-v3window__fields {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.page-products .p-v3window__field {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(198, 208, 192, 0.16);
}

.page-products .p-v3window__field dt {
  color: var(--text-gray);
}

.page-products .p-v3window__field dd {
  margin: 0;
  text-align: right;
  color: var(--text-white);
}

.page-products .p-v3window__field dd.p-v3window__hot {
  color: var(--accent-green);
  font-weight: 700;
}

.page-products .p-v3window__cmd {
  margin: 16px 0 12px;
  padding: 12px 14px;
  border: 1px solid rgba(154, 255, 0, 0.2);
  background: rgba(10, 30, 51, 0.9);
  color: var(--accent-green);
  white-space: nowrap;
  overflow-x: auto;
}

.page-products .p-v3window__prompt {
  margin-right: 6px;
  color: var(--accent-orange);
}

.page-products .p-v3window__log {
  display: grid;
  gap: 6px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.page-products .p-v3window__log p {
  margin: 0;
  font-size: 12px;
  color: var(--text-white);
}

.page-products .p-v3window__log-ok {
  font-weight: 700;
  color: var(--accent-green);
}

.page-products .p-v3window__log-dim {
  color: var(--text-gray);
}

.page-products .p-overview {
  position: relative;
  padding-block: 40px 32px;
}

.page-products .p-overview .section-heading {
  margin-bottom: 28px;
}

.page-products .p-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.page-products .p-filter-bar__label {
  margin-right: 6px;
  font-size: 13px;
  color: var(--text-gray);
}

.page-products .p-filter-bar .filter-bar__btn {
  padding: 8px 14px;
  border: 1px solid rgba(198, 208, 192, 0.3);
  background: transparent;
  color: var(--text-gray);
  font-family: var(--font-body);
  font-size: 13px;
  cursor: pointer;
  transition: var(--transition);
}

.page-products .p-filter-bar .filter-bar__btn:hover {
  border-color: var(--accent-green);
  color: var(--accent-green);
}

.page-products .p-filter-bar .filter-bar__btn.is-active {
  border-color: var(--accent-orange);
  background: var(--accent-orange);
  color: #061426;
  font-weight: 700;
}

.page-products .p-landscape {
  display: grid;
  gap: 20px;
}

.page-products .p-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px 22px 22px;
  border: 1px solid var(--border);
  border-left: 3px solid transparent;
  background: var(--bg-deep);
  transition: translate var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.page-products .p-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--accent-green);
}

.page-products .p-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  background: linear-gradient(135deg, transparent 50%, rgba(154, 255, 0, 0.05) 50%);
  pointer-events: none;
}

.page-products .p-card--history::before {
  background: var(--accent-orange);
}

.page-products .p-card--schedule::before {
  background: linear-gradient(90deg, var(--accent-green) 0 50%, var(--accent-orange) 50%);
}

.page-products .p-card:hover {
  border-left-color: var(--accent-green);
  translate: 0 -3px;
  box-shadow: 0 8px 24px rgba(6, 20, 38, 0.6);
}

.page-products .p-card__index {
  display: inline-block;
  margin-bottom: 16px;
  font-family: var(--font-headline);
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.1em;
  color: var(--accent-green);
}

.page-products .p-card--history .p-card__index {
  color: var(--accent-orange);
}

.page-products .p-card__title {
  margin: 0 0 12px;
  font-family: var(--font-headline);
  font-size: 20px;
  font-style: italic;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--text-white);
}

.page-products .p-card__desc {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-gray);
}

.page-products .p-card__list {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.page-products .p-card__list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: var(--text-white);
}

.page-products .p-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 2px;
  background: var(--accent-green);
}

.page-products .p-card__more {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed rgba(198, 208, 192, 0.2);
  font-size: 14px;
  color: var(--text-gray);
}

.page-products .p-card__more summary {
  list-style: none;
  font-weight: 600;
  color: var(--accent-green);
  cursor: pointer;
}

.page-products .p-card__more summary::-webkit-details-marker {
  display: none;
}

.page-products .p-card__more p {
  margin: 10px 0 0;
  line-height: 1.7;
}

.page-products .p-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.page-products .p-overview__figure {
  margin: 32px 0 0;
  padding: 12px;
  border: 1px solid var(--border);
  background: var(--bg-deep);
}

.page-products .p-overview__figure img,
.page-products .p-v3core__visual img,
.page-products .p-compare__visual img,
.page-products .p-guide__visual img,
.page-products .p-pano img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-products .p-overview__figure figcaption,
.page-products .p-v3core__visual figcaption,
.page-products .p-compare__visual figcaption,
.page-products .p-guide__visual figcaption {
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-gray);
}

.page-products .p-v3core {
  position: relative;
  padding-block: 44px 40px;
}

.page-products .p-v3core::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(180deg, rgba(154, 255, 0, 0.06), transparent 60%);
  pointer-events: none;
}

.page-products .p-v3core__grid {
  display: grid;
  gap: 32px;
  margin-bottom: 36px;
}

.page-products .p-v3core__sub {
  margin: 0 0 16px;
  font-family: var(--font-headline);
  font-size: 22px;
  font-style: italic;
  line-height: 1.3;
  color: var(--text-white);
}

.page-products .p-v3core__content p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-gray);
}

.page-products .p-v3core__features {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-products .p-v3core__features li {
  padding: 12px 16px;
  border-left: 3px solid var(--accent-green);
  background: rgba(10, 30, 51, 0.7);
}

.page-products .p-v3core__features strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  color: var(--accent-green);
}

.page-products .p-v3core__features span {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-gray);
}

.page-products .p-v3core__morelink {
  display: inline-block;
  margin-top: 18px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-orange);
  text-decoration: none;
  transition: var(--transition);
}

.page-products .p-v3core__morelink:hover {
  border-bottom-color: var(--accent-orange);
}

.page-products .p-v3core__visual {
  margin: 0;
  padding: 12px;
  border: 1px solid var(--border);
  background: var(--bg-deep);
}

.page-products .p-data-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(10, 30, 51, 0.9), rgba(6, 20, 38, 0.9));
}

.page-products .p-data-strip__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 16px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.page-products .p-data-strip__num {
  font-family: var(--font-headline);
  font-size: 28px;
  font-style: italic;
  line-height: 1;
  color: var(--accent-green);
}

.page-products .p-data-strip__label {
  font-size: 13px;
  color: var(--text-gray);
}

.page-products .p-pano {
  width: 100%;
  margin: 0;
  line-height: 0;
}

.page-products .p-pano img {
  width: 100%;
  object-fit: cover;
}

.page-products .p-compare {
  padding-block: 44px 40px;
}

.page-products .p-compare__grid {
  display: grid;
  gap: 28px;
}

.page-products .p-compare__table {
  display: grid;
  gap: 24px;
}

.page-products .p-compare__bar-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 14px;
}

.page-products .p-compare__bar-name {
  font-weight: 700;
  color: var(--text-white);
}

.page-products .p-compare__bar-value {
  font-weight: 600;
  text-align: right;
  color: var(--accent-green);
}

.page-products .p-compare__row {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.page-products .p-compare__row-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-gray);
}

.page-products .p-compare__track {
  display: block;
  height: 18px;
  border-left: 2px solid rgba(198, 208, 192, 0.25);
  background: rgba(10, 30, 51, 0.7);
  overflow: hidden;
}

.page-products .p-compare__fill {
  display: block;
  height: 100%;
}

.page-products .p-compare__fill--v2 {
  width: 26%;
  background: rgba(198, 208, 192, 0.25);
}

.page-products .p-compare__fill--v3 {
  position: relative;
  width: 84%;
  background: linear-gradient(90deg, rgba(154, 255, 0, 0.9), rgba(154, 255, 0, 0.5));
  overflow: hidden;
}

.page-products .p-compare__fill--v3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.45) 50%, transparent 80%);
  transform: translateX(-120%);
  transition: transform 0.5s ease;
}

.page-products .p-compare__bar:hover .p-compare__fill--v3::after {
  transform: translateX(120%);
}

.page-products .p-compare__fill--v2-empty {
  width: 4%;
}

.page-products .p-compare__fill--v2-basic {
  width: 18%;
}

.page-products .p-compare__fill--v3-nav {
  width: 84%;
}

.page-products .p-compare__fill--v3-history {
  width: 88%;
}

.page-products .p-compare__fill--v3-schedule {
  width: 92%;
}

.page-products .p-compare__fill--v3-latency {
  width: 86%;
}

.page-products .p-compare__note {
  margin: 0;
  font-size: 13px;
  color: var(--text-gray);
}

.page-products .p-compare__visual {
  margin: 0;
  padding: 12px;
  border: 1px solid var(--border);
  background: var(--bg-deep);
}

.page-products .p-compare__upgrade {
  display: grid;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.page-products .p-compare__upgrade li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid var(--border);
  background: rgba(10, 30, 51, 0.6);
  font-size: 15px;
  color: var(--text-white);
}

.page-products .p-compare__upgrade-num {
  font-family: var(--font-headline);
  font-size: 18px;
  font-style: italic;
  color: var(--accent-orange);
}

.page-products .p-guide {
  padding-block: 44px 56px;
}

.page-products .p-guide__grid {
  display: grid;
  gap: 28px;
}

.page-products .p-guide__steps {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-products .p-guide__step {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px dashed rgba(198, 208, 192, 0.18);
}

.page-products .p-guide__step-num {
  flex: 0 0 auto;
  font-family: var(--font-headline);
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-green);
}

.page-products .p-guide__step-body h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--text-white);
}

.page-products .p-guide__step-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-gray);
}

.page-products .p-guide__visual {
  margin: 0;
  padding: 12px;
  border: 1px solid var(--border);
  background: var(--bg-deep);
}

.page-products .p-guide__query {
  display: grid;
  gap: 18px;
  margin-top: 36px;
  padding: 24px;
  border: 1px solid rgba(154, 255, 0, 0.3);
  border-left: 6px solid var(--accent-green);
  background:
    linear-gradient(135deg, rgba(154, 255, 0, 0.06), transparent 40%),
    var(--bg-deep);
}

.page-products .p-guide__query-copy h3 {
  margin: 0 0 8px;
  font-family: var(--font-headline);
  font-size: 20px;
  font-style: italic;
  color: var(--text-white);
}

.page-products .p-guide__query-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-gray);
}

.page-products .p-guide__query-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--text-gray);
}

.page-products .p-guide__query-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-products .p-guide__query-row input {
  flex: 1 1 220px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--border);
  background: var(--bg-night);
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text-white);
}

.page-products .p-guide__query-row input:focus {
  outline: 2px solid var(--accent-green);
  outline-offset: -1px;
  border-color: transparent;
}

.page-products .p-guide__contact-note {
  margin-top: 20px;
  font-size: 14px;
  color: var(--text-gray);
}

.page-products .p-guide__contact-note a {
  border-bottom: 1px solid rgba(255, 108, 0, 0.4);
  font-weight: 700;
  color: var(--accent-orange);
  text-decoration: none;
}

@media (min-width: 720px) {
  .page-products .p-landscape {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-products .p-card--schedule {
    grid-column: 1 / -1;
  }

  .page-products .p-data-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 900px) {
  .page-products .p-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 40px;
    padding-block: 64px 72px;
  }

  .page-products .p-overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 280px);
    column-gap: 36px;
    align-items: start;
  }

  .page-products .p-overview .section-heading,
  .page-products .p-overview .p-filter-bar {
    grid-column: 1 / -1;
  }

  .page-products .p-overview .p-landscape {
    grid-column: 1;
    grid-template-columns: repeat(3, 1fr);
  }

  .page-products .p-card--schedule {
    grid-column: auto;
  }

  .page-products .p-card--history {
    translate: 0 24px;
  }

  .page-products .p-card--schedule {
    translate: 0 12px;
  }

  .page-products .p-card--history:hover {
    translate: 0 21px;
  }

  .page-products .p-card--schedule:hover {
    translate: 0 9px;
  }

  .page-products .p-overview .p-overview__figure {
    grid-column: 2;
    margin-top: 0;
  }

  .page-products .p-v3core__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    align-items: start;
  }

  .page-products .p-data-strip {
    grid-template-columns: repeat(5, 1fr);
  }

  .page-products .p-data-strip__item {
    border-bottom: none;
  }

  .page-products .p-compare__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    align-items: start;
  }

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

  .page-products .p-guide__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr);
    align-items: start;
  }

  .page-products .p-guide__query {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
  }
}
