.page-products {
  --products-line: rgba(11, 27, 43, .1);
  --products-muted: #6D6D6D;
  --products-bg-soft: #FFFFFF;
  --products-soft-green: #EAF3EC;
  overflow-x: hidden;
  background: var(--rice);
  color: var(--ink);
}

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

.page-products .breadcrumb {
  margin: 28px 0 0;
}

.page-products .breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0;
  margin: 0;
  font: 300 13px/1.6 var(--font-body);
  color: var(--rock);
}

.page-products .breadcrumb a {
  color: var(--moss);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s linear;
}

.page-products .breadcrumb a:hover {
  border-color: var(--moss);
}

.page-products .breadcrumb li + li::before {
  content: "／";
  color: var(--silver);
  margin: 0 4px;
}

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

.page-products .products-hero::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(0, 255, 136, .5), transparent 62%);
  filter: blur(36px);
  opacity: .45;
  pointer-events: none;
}

.page-products .products-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 26px;
}

.page-products .products-hero .eyebrow {
  margin-bottom: 14px;
}

.page-products .products-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.14;
  color: var(--deep-blue);
  letter-spacing: -.02em;
  margin: 0;
  max-width: 14em;
}

.page-products .products-hero-intro p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--rock);
  max-width: 60ch;
  margin: 0 0 22px;
}

.page-products .products-hero-meta {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.page-products .products-hero-meta li {
  font: 600 13px/1 var(--font-data);
  color: var(--rice);
  background: var(--deep-blue);
  border: 1px solid rgba(0, 255, 136, .38);
  border-radius: var(--radius-pill);
  padding: 9px 16px;
  letter-spacing: .02em;
}

.page-products .products-overview {
  padding-top: 8px;
}

.page-products .overview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-products .overview-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--products-bg-soft);
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  padding: 24px;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(11, 27, 43, .04);
  transition: border-color .25s var(--ease-out), transform .25s var(--ease-out), box-shadow .25s var(--ease-out);
}

.page-products .overview-card:hover {
  border-color: var(--moss);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.page-products .overview-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--moss);
  color: var(--rice);
  margin-bottom: 18px;
}

.page-products .overview-name {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--deep-blue);
  margin-bottom: 8px;
}

.page-products .overview-brief {
  font-size: 14px;
  line-height: 1.65;
  color: var(--rock);
  flex: 1;
  margin-bottom: 14px;
}

.page-products .overview-link {
  display: inline-flex;
  align-items: center;
  font: 600 13px/1 var(--font-data);
  color: var(--moss);
  letter-spacing: .02em;
}

.page-products .overview-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 8px;
  margin-left: 8px;
  background: currentColor;
  clip-path: polygon(0 40%, 70% 40%, 70% 0, 100% 50%, 70% 100%, 70% 60%, 0 60%);
  transition: transform .2s var(--ease-out);
}

.page-products .overview-card:hover .overview-link::after {
  transform: translateX(4px);
}

.page-products .products-signal {
  background: var(--deep-blue);
  color: var(--rice);
  padding: 64px 0;
}

.page-products .signal-panel {
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-products .products-signal .eyebrow {
  color: var(--neon);
}

.page-products .signal-copy h2 {
  font-family: var(--font-head);
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--rice);
  margin: 8px 0 18px;
}

.page-products .signal-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 255, 136, .1);
  border: 1px solid rgba(0, 255, 136, .3);
  border-radius: var(--radius-pill);
  padding: 8px 14px;
  font: 500 12px/1 var(--font-data);
  color: var(--neon);
  margin-bottom: 16px;
}

.page-products .signal-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 12px rgba(0, 255, 136, .7);
  animation: page-products-pulse 1.8s infinite;
}

.page-products .signal-lead {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(248, 245, 239, .82);
  margin: 0 0 20px;
  max-width: 52ch;
}

.page-products .signal-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-products .signal-list li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(248, 245, 239, .9);
}

.page-products .signal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 8px rgba(0, 255, 136, .6);
}

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

.page-products .signal-stats .stat {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  padding: 14px 12px;
}

.page-products .signal-stats .stat-value {
  color: var(--neon);
  font-family: var(--font-data);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.1;
}

.page-products .signal-stats .stat-label {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(248, 245, 239, .68);
}

.page-products .stat-unit {
  font-size: .68em;
  margin-left: 2px;
}

.page-products .signal-shot {
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .04);
}

.page-products .signal-shot-bar {
  display: flex;
  gap: 6px;
  padding: 8px 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.page-products .signal-shot-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--silver);
}

.page-products .signal-shot-bar i:first-child {
  background: var(--terra);
}

.page-products .signal-shot-bar i:nth-child(2) {
  background: var(--neon);
}

.page-products .signal-shot-bar i:nth-child(3) {
  background: var(--moss);
}

.page-products .signal-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-lg) - 10px);
}

.page-products .products-download {
  background: var(--rice);
}

.page-products .download-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}

.page-products .download-console {
  border: 1px solid var(--silver);
  border-radius: var(--radius-lg);
  background: var(--products-bg-soft);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.page-products .download-console-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--deep-blue);
  color: var(--rice);
  padding: 12px 18px;
  font: 500 12px/1 var(--font-data);
}

.page-products .console-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--neon);
}

.page-products .console-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--neon);
  animation: page-products-pulse 1.8s infinite;
}

.page-products .download-console-body {
  padding: 20px 22px 24px;
}

.page-products .download-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.page-products .download-tabs .tab {
  background: transparent;
  border: 1px solid var(--silver);
  border-radius: var(--radius-pill);
  color: var(--rock);
  font: 600 13px/1 var(--font-data);
  padding: 8px 16px;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}

.page-products .download-tabs .tab[aria-selected="true"] {
  background: var(--moss);
  border-color: var(--moss);
  color: var(--rice);
}

.page-products .download-tabs .tab:hover {
  border-color: var(--moss);
}

.page-products .download-list {
  display: grid;
  gap: 0;
}

.page-products .download-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid var(--products-line);
}

.page-products .download-item:last-child {
  border-bottom: none;
}

.page-products .download-item p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--rock);
  margin: 0;
}

.page-products .download-item .chip {
  justify-self: start;
}

.page-products .download-note {
  font: 500 12px/1.6 var(--font-data);
  color: var(--moss);
  background: var(--products-soft-green);
  border-radius: 12px;
  padding: 12px 14px;
  margin: 14px 0 0;
}

.page-products .download-figure {
  margin: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--silver);
  background: var(--products-bg-soft);
  padding: 8px;
}

.page-products .download-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-lg) - 10px);
}

.page-products .download-coverage {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.page-products .coverage-card {
  background: var(--products-bg-soft);
  border: 1px solid var(--silver);
  border-radius: var(--radius-lg);
  padding: 24px;
}

.page-products .coverage-card h3 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--deep-blue);
  margin: 0 0 12px;
}

.page-products .coverage-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-products .coverage-card li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--rock);
}

.page-products .coverage-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--terra);
}

.page-products .products-review {
  background: linear-gradient(165deg, rgba(46, 107, 62, .06), rgba(184, 93, 62, .05)), var(--rice);
}

.page-products .review-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-products .review-visual {
  margin: 0;
  border-radius: var(--radius-lg);
  background: var(--rock);
  padding: 10px;
}

.page-products .review-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-lg) - 10px);
}

.page-products .review-copy .eyebrow {
  color: var(--terra);
}

.page-products .review-round {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.page-products .review-round span {
  font: 600 12px/1 var(--font-data);
  color: var(--silver);
  letter-spacing: .18em;
}

.page-products .review-round strong {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  color: var(--terra);
}

.page-products .review-copy h2 {
  font-family: var(--font-head);
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--deep-blue);
  margin: 6px 0 18px;
}

.page-products .review-lead {
  font-size: 16px;
  line-height: 1.75;
  color: var(--rock);
  margin: 0 0 20px;
}

.page-products .review-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-products .review-list li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--rock);
}

.page-products .review-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 2px;
  border-radius: 4px;
  background: var(--terra);
}

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

.page-products .review-stats .stat {
  background: var(--products-bg-soft);
  border: 1px solid var(--silver);
  border-radius: var(--radius-md);
  padding: 14px 12px;
}

.page-products .review-stats .stat-value {
  color: var(--deep-blue);
  font-family: var(--font-data);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.1;
}

.page-products .review-stats .stat-label {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--rock);
}

.page-products .products-compare {
  background: var(--rice);
}

.page-products .compare-layout {
  display: grid;
  gap: 28px;
  align-items: center;
}

.page-products .compare-chart-wrap {
  min-width: 0;
}

.page-products .compare-chart-card {
  background: var(--products-bg-soft);
  border: 1px solid var(--silver);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-card);
}

.page-products .compare-chart-card h3 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--deep-blue);
  margin: 0 0 20px;
}

.page-products .donut-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.page-products .donut-wrap svg {
  width: 100%;
  max-width: 220px;
  height: auto;
}

.page-products .donut-wrap svg text {
  font-family: var(--font-data);
}

.page-products .donut-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  font: 600 13px/1.4 var(--font-body);
  color: var(--rock);
}

.page-products .donut-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: -1px;
}

.page-products .donut-dot--home {
  background: var(--moss);
}

.page-products .donut-dot--away {
  background: var(--terra);
}

.page-products .compare-copy h3 {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 700;
  color: var(--deep-blue);
  margin: 0 0 16px;
}

.page-products .compare-steps {
  list-style: none;
  counter-reset: compare-step;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-products .compare-steps li {
  counter-increment: compare-step;
  position: relative;
  padding-left: 40px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--rock);
}

.page-products .compare-steps li::before {
  content: "0" counter(compare-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--deep-blue);
  color: var(--neon);
  font: 700 12px/1 var(--font-data);
}

.page-products .compare-note {
  background: var(--products-soft-green);
  border-left: 4px solid var(--moss);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 16px 18px;
}

.page-products .compare-note p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--rock);
  margin: 0;
}

.page-products .compare-figure {
  margin: 28px auto 0;
  max-width: 420px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--silver);
  background: var(--products-bg-soft);
  padding: 8px;
}

.page-products .compare-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-lg) - 10px);
}

.page-products .products-version {
  background: var(--rock);
  color: var(--rice);
}

.page-products .products-version .section-desc {
  color: rgba(248, 245, 239, .72);
}

.page-products .version-layout {
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-products .version-track {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--moss) rgba(255, 255, 255, .1);
  scrollbar-width: thin;
  padding-bottom: 6px;
  border-radius: var(--radius-lg);
}

.page-products .version-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  gap: 18px;
  min-width: 820px;
  position: relative;
  padding-top: 26px;
  margin: 0;
}

.page-products .version-items::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--neon), var(--moss) 40%, var(--terra) 75%, rgba(255, 255, 255, .25));
}

.page-products .version-item {
  position: relative;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-lg);
  padding: 30px 18px 20px;
  transition: background .25s var(--ease-out), transform .25s var(--ease-out);
}

.page-products .version-item:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-3px);
}

.page-products .version-item::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 22px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--rice);
  border: 3px solid var(--moss);
  box-shadow: 0 0 0 4px rgba(0, 255, 136, .15);
}

.page-products .version-tag {
  display: inline-block;
  background: var(--moss);
  color: var(--rice);
  border-radius: var(--radius-pill);
  padding: 6px 10px;
  font: 700 13px/1 var(--font-data);
  margin-bottom: 14px;
}

.page-products .version-body h3 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--rice);
  margin: 0 0 8px;
}

.page-products .version-body p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(248, 245, 239, .76);
  margin: 0;
}

.page-products .version-visual {
  margin: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .05);
  padding: 8px;
}

.page-products .version-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-lg) - 10px);
}

.page-products .products-cta {
  background: var(--rice);
}

.page-products .products-cta-frame {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}

.page-products .products-cta-copy h2 {
  font-family: var(--font-head);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: var(--deep-blue);
  margin: 6px 0 10px;
}

.page-products .products-cta-copy p:last-child {
  font-size: 15px;
  line-height: 1.7;
  color: var(--rock);
  max-width: 56ch;
  margin: 0;
}

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

@keyframes page-products-pulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(0, 255, 136, .45);
  }
  50% {
    opacity: .55;
    box-shadow: 0 0 0 6px rgba(0, 255, 136, 0);
  }
}

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

  .page-products .download-coverage {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 960px) {
  .page-products .products-hero {
    padding: 72px 0 56px;
  }

  .page-products .products-hero-content {
    grid-template-columns: 1.15fr 1fr;
    align-items: end;
  }

  .page-products .products-hero-intro p {
    margin-bottom: 28px;
  }

  .page-products .signal-panel {
    grid-template-columns: 5fr 7fr;
  }

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

  .page-products .download-console {
    display: flex;
    flex-direction: column;
  }

  .page-products .download-console-body {
    flex: 1;
  }

  .page-products .review-grid {
    grid-template-columns: 6fr 6fr;
  }

  .page-products .compare-layout {
    grid-template-columns: 5fr 7fr;
  }

  .page-products .version-layout {
    grid-template-columns: 7fr 5fr;
  }
}

@media (min-width: 1100px) {
  .page-products .overview-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-products .download-figure {
    align-self: center;
  }

  .page-products .version-track {
    margin-right: -8px;
  }
}
