.page-products {
  font-family: var(--font-body);
  background: var(--green-deep);
  color: var(--paper);
  overflow-x: hidden;
}

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

.page-products .p-hero {
  padding-top: 32px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 2px solid rgba(198, 255, 0, 0.18);
}

.page-products .p-hero .breadcrumb {
  margin-bottom: 26px;
}

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

.page-products .p-hero-copy {
  max-width: 820px;
}

.page-products .p-hero-kicker {
  font-family: var(--font-head);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--green-lime);
  text-transform: uppercase;
  margin: 0 0 12px;
}

.page-products .p-hero-copy h1 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.15;
  margin: 0 0 16px;
  color: var(--paper);
}

.page-products .p-hero-desc {
  font-size: 0.92rem;
  line-height: 1.8;
  color: rgba(245, 241, 232, 0.7);
  margin: 0;
}

.page-products .p-hero-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  background: linear-gradient(135deg, var(--blue-dark), var(--green-mid) 70%, var(--green-deep));
  border: 1px solid rgba(198, 255, 0, 0.22);
  border-radius: var(--radius-cut);
  padding: 20px 8px;
  overflow: hidden;
}

.page-products .p-hero-board::before {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  width: 96px;
  height: 4px;
  background: var(--blue-neon);
  transform: skewX(-35deg);
}

.page-products .p-hero-board::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 0;
  width: 140px;
  height: 3px;
  background: var(--green-lime);
  opacity: 0.6;
  transform: skewX(-35deg);
}

.page-products .p-hero-stat {
  position: relative;
  text-align: center;
  padding: 8px 4px;
}

.page-products .p-hero-num {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--green-lime);
}

.page-products .p-hero-label {
  display: block;
  margin-top: 6px;
  font-size: 0.7rem;
  line-height: 1.5;
  color: rgba(245, 241, 232, 0.72);
}

.page-products .p-section {
  position: relative;
  padding: 56px 0;
}

.page-products .p-section-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 30px;
}

.page-products .p-section-index {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 0.9;
  color: var(--green-lime);
  opacity: 0.4;
}

.page-products .p-section-index::after {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--green-lime);
  opacity: 0.7;
}

.page-products .p-section-head-copy {
  min-width: 0;
}

.page-products .p-section-head-copy h2 {
  font-family: var(--font-head);
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  line-height: 1.25;
  margin: 0 0 6px;
  color: var(--paper);
}

.page-products .p-section-desc {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(245, 241, 232, 0.65);
  margin: 0;
}

.page-products .p-section-head--right {
  justify-content: flex-end;
}

.page-products .p-section-head--right .p-section-head-copy {
  text-align: right;
}

.page-products .p-league-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 24px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.page-products .p-league-tab {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid rgba(198, 255, 0, 0.3);
  background: rgba(26, 92, 71, 0.3);
  color: rgba(245, 241, 232, 0.8);
  font-family: var(--font-body);
  font-size: 0.8rem;
  border-radius: 999px;
  white-space: nowrap;
}

.page-products .p-league-tab.is-active,
.page-products .p-league-tab:hover {
  background: var(--green-lime);
  border-color: var(--green-lime);
  color: var(--ink);
  font-weight: 700;
}

.page-products .p-v3-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-products .p-v3-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-products .p-v3-lead,
.page-products .p-cards-lead,
.page-products .p-service-lead {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(245, 241, 232, 0.85);
  margin: 0;
}

.page-products .p-v3-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.page-products .p-v3-features li {
  position: relative;
  padding: 4px 0 4px 20px;
  font-size: 0.84rem;
  line-height: 1.7;
  color: rgba(245, 241, 232, 0.82);
}

.page-products .p-v3-features li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--green-lime);
  font-size: 1rem;
  line-height: 1.2;
}

.page-products .p-v3-note {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-products .p-status-online {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--green-lime);
  font-weight: 700;
}

.page-products .p-status-online::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-lime);
  box-shadow: 0 0 8px rgba(198, 255, 0, 0.8);
}

.page-products .p-v3-visual {
  position: relative;
}

.page-products .p-v3-img {
  border-radius: var(--radius-cut);
  display: block;
  width: 100%;
  height: auto;
}

.page-products .p-v3-float {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: rgba(11, 11, 15, 0.82);
  border: 1px solid rgba(198, 255, 0, 0.35);
  padding: 8px 12px;
  border-radius: 4px 12px 4px 12px;
}

.page-products .p-float-label {
  font-family: var(--font-head);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.6);
}

.page-products .p-float-value {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--green-lime);
}

.page-products .p-timeline {
  margin-top: 30px;
  border-top: 1px dashed rgba(198, 255, 0, 0.2);
  padding-top: 18px;
}

.page-products .p-timeline-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.page-products .p-timeline-title-label {
  font-family: var(--font-head);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-lime);
}

.page-products .p-timeline-hint {
  font-size: 0.72rem;
  color: rgba(245, 241, 232, 0.5);
}

.page-products .p-timeline-row {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.page-products .p-timeline-item {
  flex-shrink: 0;
  width: 260px;
  background: rgba(26, 92, 71, 0.3);
  border-left: 3px solid var(--green-lime);
  padding: 14px 16px;
  border-radius: 4px 16px 4px 16px;
}

.page-products .p-timeline-tag {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-neon);
  margin-bottom: 6px;
}

.page-products .p-timeline-title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--paper);
  margin: 0 0 4px;
}

.page-products .p-timeline-note {
  font-size: 0.76rem;
  line-height: 1.6;
  color: rgba(245, 241, 232, 0.6);
  margin: 0;
}

.page-products .p-score {
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--green-deep) 70%);
  border-top: 2px solid rgba(198, 255, 0, 0.15);
  border-bottom: 2px solid rgba(198, 255, 0, 0.15);
}

.page-products .p-score::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  width: 46%;
  height: 5px;
  background: linear-gradient(90deg, var(--green-lime), transparent);
  transform: skewX(-20deg);
}

.page-products .p-score-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-products .p-score-visual img {
  border-radius: var(--radius-cut);
  display: block;
  width: 100%;
  height: auto;
}

.page-products .p-score-board {
  background: rgba(0, 58, 74, 0.75);
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: var(--radius-cut);
  padding: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-products .p-score-board-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(245, 241, 232, 0.1);
}

.page-products .p-score-board-title {
  font-family: var(--font-head);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: var(--blue-neon);
}

.page-products .p-score-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  color: rgba(245, 241, 232, 0.7);
}

.page-products .p-score-events {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 4px;
}

.page-products .p-score-event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(245, 241, 232, 0.1);
}

.page-products .p-score-event-name {
  font-size: 0.85rem;
  color: var(--paper);
}

.page-products .p-score-event-status {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--green-lime);
}

.page-products .p-score-note {
  font-size: 0.8rem;
  line-height: 1.7;
  color: rgba(245, 241, 232, 0.6);
  margin: 16px 0 0;
}

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

.page-products .p-cards-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-products .p-cards-legend {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.page-products .p-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: rgba(245, 241, 232, 0.65);
}

.page-products .p-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

.page-products .p-legend-dot--yellow {
  background: var(--yellow-card);
}

.page-products .p-legend-dot--red {
  background: var(--red-card);
}

.page-products .p-cards-board {
  background: rgba(26, 92, 71, 0.4);
  border: 1px solid rgba(255, 209, 102, 0.3);
  border-radius: var(--radius-cut);
  padding: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-products .p-match-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.page-products .p-match-round {
  font-family: var(--font-head);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--yellow-card);
}

.page-products .p-match-status {
  font-size: 0.68rem;
  padding: 2px 8px;
  background: rgba(255, 209, 102, 0.15);
  border: 1px solid rgba(255, 209, 102, 0.25);
  border-radius: 999px;
  color: rgba(245, 241, 232, 0.7);
}

.page-products .p-match-score {
  margin-left: auto;
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green-lime);
}

.page-products .p-record-list {
  display: grid;
  gap: 2px;
}

.page-products .p-record-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(245, 241, 232, 0.1);
  font-size: 0.8rem;
}

.page-products .p-record-clock {
  min-width: 34px;
  font-weight: 700;
  color: var(--blue-neon);
}

.page-products .p-record-card {
  min-width: 36px;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
}

.page-products .p-record-card--yellow {
  background: var(--yellow-card);
  color: var(--ink);
}

.page-products .p-record-card--red {
  background: var(--red-card);
  color: var(--paper);
}

.page-products .p-record-player {
  color: var(--paper);
}

.page-products .p-record-team {
  font-size: 0.72rem;
  color: rgba(245, 241, 232, 0.55);
}

.page-products .p-record-score {
  margin-left: auto;
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--green-lime);
}

.page-products .p-cards-figure {
  margin-top: 28px;
  max-width: 720px;
}

.page-products .p-cards-figure img {
  border-radius: var(--radius-cut);
  display: block;
  width: 100%;
  height: auto;
}

.page-products .p-panel {
  background: linear-gradient(120deg, var(--green-deep) 0%, var(--blue-dark) 80%);
  border-top: 2px solid rgba(0, 229, 255, 0.18);
  border-bottom: 2px solid rgba(0, 229, 255, 0.18);
}

.page-products .p-panel::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 5px;
  background: linear-gradient(270deg, var(--blue-neon), transparent);
  transform: skewX(-20deg);
}

.page-products .p-search-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-products .p-search-filters {
  display: grid;
  gap: 10px;
  align-content: start;
  background: rgba(0, 58, 74, 0.65);
  border: 1px solid rgba(0, 229, 255, 0.15);
  border-radius: var(--radius-cut);
  padding: 20px;
}

.page-products .p-filter-group {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(245, 241, 232, 0.08);
}

.page-products .p-filter-label {
  font-family: var(--font-head);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--blue-neon);
}

.page-products .p-filter-value {
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(245, 241, 232, 0.82);
}

.page-products .p-search-metric {
  margin-top: 6px;
  padding: 14px;
  background: rgba(198, 255, 0, 0.08);
  border-left: 3px solid var(--green-lime);
  border-radius: 0 12px 12px 0;
}

.page-products .p-search-metric-num {
  display: block;
  font-family: var(--font-head);
  font-size: 2rem;
  line-height: 1;
  color: var(--green-lime);
}

.page-products .p-search-metric-label {
  font-size: 0.72rem;
  color: rgba(245, 241, 232, 0.6);
}

.page-products .p-search-results {
  background: rgba(11, 11, 15, 0.6);
  border: 1px solid rgba(198, 255, 0, 0.2);
  border-radius: var(--radius-cut);
  padding: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-products .p-result-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--blue-neon);
  padding-bottom: 10px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(245, 241, 232, 0.12);
}

.page-products .p-result-count {
  font-size: 0.7rem;
  letter-spacing: 0;
  color: rgba(245, 241, 232, 0.6);
}

.page-products .p-result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px dashed rgba(245, 241, 232, 0.08);
  font-size: 0.82rem;
}

.page-products .p-result-key {
  min-width: 90px;
  color: var(--paper);
}

.page-products .p-result-val {
  text-align: right;
  font-weight: 700;
  color: var(--green-lime);
}

.page-products .p-search-figure {
  margin-top: 24px;
}

.page-products .p-search-figure img {
  border-radius: 12px 24px 12px 24px;
  display: block;
  width: 100%;
  height: auto;
}

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

.page-products .p-service-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.page-products .p-service-stat {
  background: rgba(26, 92, 71, 0.5);
  border: 1px solid rgba(198, 255, 0, 0.15);
  border-radius: var(--radius-cut);
  padding: 16px 10px;
  text-align: center;
}

.page-products .p-service-num {
  display: block;
  font-family: var(--font-head);
  font-size: 1.6rem;
  line-height: 1.1;
  color: var(--green-lime);
}

.page-products .p-service-label {
  display: block;
  margin-top: 6px;
  font-size: 0.68rem;
  line-height: 1.5;
  color: rgba(245, 241, 232, 0.6);
}

.page-products .p-service-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-products .p-cert-list {
  display: grid;
}

.page-products .p-cert-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px dashed rgba(245, 241, 232, 0.12);
}

.page-products .p-cert-name {
  font-family: var(--font-head);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  color: var(--blue-neon);
}

.page-products .p-cert-val {
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(245, 241, 232, 0.82);
}

.page-products .p-service-figure {
  margin-top: 28px;
}

.page-products .p-service-figure img {
  border-radius: 12px 24px 12px 24px;
  display: block;
  width: 100%;
  height: auto;
}

.page-products .p-service-coop {
  margin-top: 24px;
  padding: 16px 18px;
  background: rgba(198, 255, 0, 0.07);
  border-left: 3px solid var(--green-lime);
  border-radius: 0 12px 12px 0;
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(245, 241, 232, 0.75);
}

.page-products .p-service-coop a {
  color: var(--green-lime);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-products .p-cta {
  margin: 24px 0 64px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  background: linear-gradient(135deg, rgba(198, 255, 0, 0.1), rgba(0, 229, 255, 0.05));
  border: 1px solid rgba(198, 255, 0, 0.25);
  border-radius: var(--radius-cut);
}

.page-products .p-cta h2 {
  font-family: var(--font-head);
  font-size: 1.3rem;
  margin: 0 0 6px;
  color: var(--paper);
}

.page-products .p-cta p {
  font-size: 0.85rem;
  color: rgba(245, 241, 232, 0.7);
  margin: 0;
}

.page-products .p-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (hover: hover) {
  .page-products .p-score-board:hover,
  .page-products .p-cards-board:hover,
  .page-products .p-search-results:hover {
    transform: translateY(-4px);
    box-shadow: 6px 8px 0 rgba(198, 255, 0, 0.12);
  }
}

@media (min-width: 768px) {
  .page-products .p-hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }

  .page-products .p-v3-grid {
    grid-template-columns: 7fr 5fr;
    align-items: center;
  }

  .page-products .p-v3-copy {
    padding-right: 20px;
  }

  .page-products .p-timeline-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    overflow-x: visible;
  }

  .page-products .p-timeline-item {
    width: auto;
  }

  .page-products .p-score-grid {
    grid-template-columns: 5fr 7fr;
    align-items: center;
  }

  .page-products .p-cards-grid {
    grid-template-columns: 5fr 7fr;
    align-items: start;
  }

  .page-products .p-cards-figure {
    margin-top: 32px;
  }

  .page-products .p-search-layout {
    grid-template-columns: 5fr 7fr;
    align-items: stretch;
  }

  .page-products .p-service-grid {
    grid-template-columns: 5fr 7fr;
    align-items: start;
  }

  .page-products .p-service-stats {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .page-products .p-service-stat {
    padding: 20px 18px;
    text-align: left;
  }

  .page-products .p-cta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 36px 32px;
  }
}
