.page-products {
  --pw-muted: #56687A;
  --pw-line: rgba(10, 31, 60, 0.12);
  --pw-shadow: 0 12px 30px rgba(10, 31, 60, 0.08);
  --pw-glow: 0 0 0 4px rgba(57, 255, 20, 0.12);
  --pw-green-text: #1DB954;
  background:
    linear-gradient(135deg, rgba(10, 31, 60, 0.035) 25%, transparent 25%) 0 0 / 24px 24px,
    var(--color-warm);
  color: var(--color-ink);
  font-family: var(--font-body);
}

.page-products__crumbs {
  max-width: var(--container);
  margin: 0 auto;
  padding: 20px var(--gap) 0;
}

.page-products__hero {
  background: var(--color-navy);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}

.page-products__hero::before,
.page-products__hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 18px;
  transform: rotate(-24deg);
}

.page-products__hero::before {
  width: 260px;
  height: 260px;
  right: -90px;
  top: 24px;
  border: 1px solid rgba(57, 255, 20, 0.3);
}

.page-products__hero::after {
  width: 340px;
  height: 340px;
  right: 70px;
  top: -210px;
  border: 1px solid rgba(255, 106, 0, 0.45);
  border-radius: 50%;
}

.page-products__hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding: 34px var(--gap) 42px;
  position: relative;
  z-index: 1;
}

.page-products__hero-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  background: rgba(57, 255, 20, 0.14);
  border: 1px solid rgba(57, 255, 20, 0.4);
  color: var(--color-green);
  padding: 6px 14px;
  border-radius: 999px;
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.page-products__hero h1 {
  font-family: var(--font-title);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.01em;
  margin: 16px 0 16px;
}

.page-products__hero-lead {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 22px;
  max-width: 56ch;
  color: rgba(245, 242, 237, 0.88);
}

.page-products__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-products__btn-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: var(--color-white);
  padding: 10px 18px;
  border-radius: var(--radius);
  font-family: var(--font-title);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: var(--transition);
}

.page-products__btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--color-white);
}

.page-products__console {
  background: rgba(18, 58, 92, 0.9);
  border: 1px solid rgba(57, 255, 20, 0.35);
  border-radius: var(--radius);
  box-shadow: 0 0 0 1px rgba(57, 255, 20, 0.12), 0 18px 34px rgba(0, 0, 0, 0.3);
  position: relative;
}

.page-products__console::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 34px 34px;
  border-color: transparent transparent var(--color-orange) transparent;
  border-radius: 0 0 0 12px;
}

.page-products__console .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-green);
  box-shadow: 0 0 10px var(--color-green);
  display: inline-block;
  flex: none;
}

.page-products__console .badge {
  background: rgba(255, 255, 255, 0.14);
  color: var(--color-green);
  border: 1px solid rgba(57, 255, 20, 0.4);
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
}

.page-products__console-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.page-products__console-title {
  flex: 1;
  font-family: var(--font-title);
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 18px;
}

.page-products__console-body {
  padding: 6px 16px;
}

.page-products__console-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.14);
}

.page-products__console-row strong {
  font-family: var(--font-title);
  font-size: 26px;
  font-variant-numeric: tabular-nums;
  color: var(--color-white);
}

.page-products__console-row--live strong {
  color: var(--color-green);
}

.page-products__console-label {
  color: rgba(245, 242, 237, 0.7);
  font-size: 14px;
}

.page-products__console-foot {
  padding: 12px 16px;
  font-size: 13px;
  color: rgba(245, 242, 237, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.page-products__filter-wrap {
  padding-top: 24px;
}

.page-products__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px;
  background: var(--color-white);
  border-radius: var(--radius);
  box-shadow: var(--pw-shadow);
}

.page-products__filter .chip {
  border: 1px solid rgba(10, 31, 60, 0.18);
  background: var(--color-warm);
  color: var(--color-navy);
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--font-title);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.page-products__filter .chip:hover,
.page-products__filter .chip[aria-pressed="true"] {
  background: var(--color-navy);
  color: var(--color-white);
  border-color: var(--color-navy);
}

.page-products__overview {
  padding: 48px 0 28px;
}

.page-products__eyebrow {
  font-family: var(--font-title);
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-orange);
  font-weight: 700;
  margin: 0 0 6px;
}

.page-products__eyebrow--green {
  color: var(--color-green);
}

.page-products__overview .section__header,
.page-products__detail .section__header,
.page-products__roadmap .section__header {
  margin-bottom: 24px;
}

.page-products__overview .section__title,
.page-products__detail .section__title,
.page-products__roadmap .section__title {
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.2;
}

.page-products__overview .section__lead,
.page-products__detail .section__lead,
.page-products__roadmap .section__lead {
  color: var(--pw-muted);
  line-height: 1.7;
  margin: 0;
  max-width: 64ch;
}

.page-products__overview-grid {
  row-gap: var(--gap);
  column-gap: var(--gap);
}

.page-products__feature-card {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--pw-shadow);
  border: 1px solid rgba(10, 31, 60, 0.08);
  transition: var(--transition);
  height: 100%;
  min-width: 0;
}

.page-products__feature-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--color-orange), var(--color-green));
  border-radius: 4px 0 0 4px;
}

.page-products__feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(10, 31, 60, 0.14);
}

.page-products__feature-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.page-products__feature-card .kpi {
  font-family: var(--font-title);
  font-size: 34px;
  line-height: 1;
  margin: 0;
}

.page-products__feature-card .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-orange);
  box-shadow: 0 0 10px rgba(255, 106, 0, 0.55);
  display: inline-block;
}

.page-products__feature-card h3 {
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}

.page-products__feature-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--pw-muted);
  margin: 0 0 16px;
  flex: 1;
}

.page-products__text-link {
  color: var(--color-orange);
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 106, 0, 0.35);
  padding-bottom: 2px;
  align-self: flex-start;
}

.page-products__text-link:hover {
  border-color: var(--color-orange);
}

.page-products__detail {
  padding: 36px 0;
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.page-products__detail--headtohead {
  padding-top: 8px;
}

.page-products__detail--download {
  background: var(--color-white);
}

.page-products__detail--reserve {
  background: linear-gradient(180deg, var(--color-warm), #E8E1D8);
}

.page-products__detail-grid,
.page-products__download-grid,
.page-products__reserve-grid {
  display: grid;
  gap: 26px;
  align-items: center;
}

.page-products__detail-copy {
  min-width: 0;
}

.page-products__detail h2,
.page-products__detail h3 {
  font-family: var(--font-title);
  font-size: 26px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.page-products__lead {
  font-size: 15px;
  line-height: 1.75;
  color: var(--pw-muted);
  margin: 0 0 18px;
}

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

.page-products__feature-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--color-white);
  border: 1px solid rgba(10, 31, 60, 0.1);
  border-radius: var(--radius);
  padding: 14px;
}

.page-products__detail--download .page-products__feature-list li {
  background: var(--color-warm);
  border-color: rgba(10, 31, 60, 0.08);
}

.page-products__feature-num {
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-navy);
  background: var(--color-cream);
  border-radius: 6px;
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.page-products__feature-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--pw-muted);
}

.page-products__feature-list strong {
  color: var(--color-ink);
  font-weight: 600;
}

.page-products__figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--color-white);
  box-shadow: var(--pw-shadow);
  border: 1px solid rgba(10, 31, 60, 0.1);
  min-width: 0;
}

.page-products__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products__figcaption {
  padding: 10px 14px;
  font-size: 13px;
  color: var(--pw-muted);
  background: rgba(245, 242, 237, 0.62);
  border-top: 1px solid rgba(10, 31, 60, 0.08);
}

.page-products__h2h-panel {
  background: var(--color-navy);
  border-radius: var(--radius);
  padding: 24px;
  display: grid;
  gap: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(10, 31, 60, 0.2);
}

.page-products__h2h-panel::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border: 24px solid rgba(57, 255, 20, 0.08);
  border-radius: 50%;
  left: -70px;
  bottom: -70px;
  pointer-events: none;
}

.page-products__h2h-panel::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  right: 24px;
  top: -24px;
  border: 12px solid rgba(255, 106, 0, 0.3);
  transform: rotate(45deg);
  pointer-events: none;
}

.page-products__h2h-copy {
  color: var(--color-white);
  position: relative;
  z-index: 1;
}

.page-products__h2h-copy h3 {
  font-family: var(--font-title);
  font-size: 26px;
  margin: 0 0 12px;
}

.page-products__h2h-copy p {
  color: rgba(245, 242, 237, 0.78);
  line-height: 1.8;
  font-size: 15px;
  margin: 0;
}

.page-products__h2h-stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0;
  margin: 20px 0 0;
}

.page-products__h2h-stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.page-products__h2h-num {
  font-family: var(--font-title);
  font-size: 30px;
  font-weight: 700;
  color: var(--color-green);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.page-products__h2h-label {
  font-size: 12px;
  color: rgba(245, 242, 237, 0.68);
}

.page-products__progress {
  margin-top: 24px;
  background: var(--color-warm);
  border-radius: var(--radius);
  padding: 18px;
  border: 1px dashed rgba(10, 31, 60, 0.22);
  display: grid;
  gap: 10px;
}

.page-products__progress-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-family: var(--font-title);
  font-weight: 600;
  color: var(--color-navy);
}

.page-products__progress-track {
  height: 8px;
  background: rgba(10, 31, 60, 0.1);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 4px;
}

.page-products__progress-bar {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--color-blue), var(--color-green));
  border-radius: 999px;
}

.page-products__roadmap {
  padding: 44px 0;
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.page-products__timeline {
  display: grid;
  gap: 24px;
  margin-top: 26px;
}

.page-products__timeline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
  position: relative;
}

.page-products__timeline-item {
  position: relative;
  padding-left: 48px;
}

.page-products__timeline-item::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  bottom: -20px;
  width: 2px;
  background: linear-gradient(180deg, var(--color-orange), var(--color-green));
}

.page-products__timeline-item:last-child::before {
  display: none;
}

.page-products__timeline-item.is-on .page-products__timeline-node {
  background: var(--color-orange);
  box-shadow: 0 0 0 4px rgba(255, 106, 0, 0.22);
}

.page-products__timeline-node {
  position: absolute;
  left: 0;
  top: 4px;
  width: 34px;
  height: 28px;
  border-radius: 8px;
  background: var(--color-navy);
  color: var(--color-white);
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: var(--pw-glow);
}

.page-products__timeline-card {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--pw-shadow);
}

.page-products__timeline-card h3 {
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}

.page-products__timeline-card p {
  margin: 0;
  font-size: 14px;
  color: var(--pw-muted);
  line-height: 1.65;
}

.page-products__roadmap-figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--pw-shadow);
  border: 1px solid rgba(10, 31, 60, 0.1);
}

.page-products__assurance {
  padding: 30px 0 0;
}

.page-products__assurance-panel {
  background: linear-gradient(135deg, var(--color-navy), var(--color-blue));
  padding: 26px;
  border-radius: var(--radius);
  display: grid;
  gap: 20px;
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}

.page-products__assurance-panel::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 140px;
  height: 140px;
  border: 18px solid rgba(255, 106, 0, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.page-products__assurance-copy {
  position: relative;
  z-index: 1;
}

.page-products__assurance-copy h2 {
  font-family: var(--font-title);
  font-size: 24px;
  margin: 0 0 12px;
}

.page-products__assurance-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(245, 242, 237, 0.82);
  max-width: 70ch;
}

.page-products__assurance-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.page-products__btn-ghost--light {
  border-color: rgba(255, 255, 255, 0.55);
}

@media (min-width: 768px) {
  .page-products__hero h1 {
    font-size: 44px;
  }

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

  .page-products__detail-grid,
  .page-products__download-grid,
  .page-products__reserve-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-products__h2h-panel {
    grid-template-columns: 7fr 5fr;
    align-items: center;
    padding: 34px;
  }

  .page-products__h2h-stats {
    gap: 16px;
  }

  .page-products__timeline-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-products__assurance-panel {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    padding: 34px;
  }
}

@media (min-width: 1080px) {
  .page-products__hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    padding: 56px var(--gap) 64px;
  }

  .page-products__hero h1 {
    font-size: 52px;
  }

  .page-products__hero-lead {
    font-size: 17px;
  }

  .page-products__overview-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-products__overview {
    padding: 56px 0 36px;
  }

  .page-products__detail {
    padding: 48px 0;
  }

  .page-products__detail-grid {
    grid-template-columns: 5fr 6fr;
  }

  .page-products__detail--download .page-products__detail-grid {
    grid-template-columns: 6fr 5fr;
  }

  .page-products__detail--reserve .page-products__detail-grid {
    grid-template-columns: 5fr 6fr;
  }

  .page-products__timeline {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }

  .page-products__timeline-list {
    grid-template-columns: 1fr;
  }

  .page-products__timeline-item {
    padding-left: 52px;
  }

  .page-products__timeline-item::before {
    left: 16px;
  }

  .page-products__roadmap {
    padding: 56px 0;
  }

  .page-products__assurance {
    padding: 36px 0 0;
  }
}
