.page-products {
  --p-space: clamp(4rem, 7vw, 6.5rem);
  --p-gap: clamp(1.25rem, 2.5vw, 2rem);
  --p-line: rgba(255, 255, 255, 0.08);
  --p-accent-soft: rgba(0, 255, 157, 0.1);
  color: var(--color-text);
}

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

.page-products .breadcrumb {
  margin-bottom: 2.5rem;
}

.page-products .products-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 var(--p-space);
}

.page-products .products-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse at 20% 20%, rgba(0, 0, 0, 0.7), transparent 70%);
          mask-image: radial-gradient(ellipse at 20% 20%, rgba(0, 0, 0, 0.7), transparent 70%);
}

.page-products .hero-wrap,
.page-products .page-index {
  position: relative;
  z-index: 1;
}

.page-products .hero-wrap {
  display: grid;
  gap: var(--p-gap);
}

.page-products .hero-eyebrow {
  margin: 0 0 1rem;
  color: var(--color-cyan);
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.page-products .hero-copy h1 {
  margin: 0 0 1.5rem;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(1.9rem, 5vw, 3.4rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.page-products .hero-copy .lead {
  max-width: 44rem;
  margin-bottom: 1.5rem;
}

.page-products .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.page-products .hero-facts {
  border-radius: var(--radius-lg);
  overflow-x: auto;
  scrollbar-width: none;
}

.page-products .hero-facts::-webkit-scrollbar {
  display: none;
}

.page-products .fact-track {
  display: flex;
  gap: 1rem;
  min-width: max-content;
}

.page-products .fact-item {
  display: grid;
  gap: 0.35rem;
  min-width: 172px;
  padding: 1.5rem;
  background: var(--glass-panel);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
}

.page-products .fact-item .data-accent {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
}

.page-products .fact-label {
  color: var(--color-muted);
  font-size: 0.875rem;
}

.page-products .page-index {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--p-line);
}

.page-products .page-index a {
  padding: 0.5rem 1rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-soft);
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-muted);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}

.page-products .page-index a:hover {
  color: var(--color-accent);
  border-color: rgba(0, 255, 157, 0.35);
}

.page-products .products-section {
  padding: 0 0 var(--p-space);
}

.page-products .products-section .section-head {
  margin-bottom: 2rem;
}

.page-products .overview-wrap {
  padding: clamp(1.5rem, 3vw, 2.75rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.28), rgba(255, 255, 255, 0.04));
}

.page-products .overview-layout {
  display: grid;
  gap: 2rem;
  margin-bottom: 1.75rem;
}

.page-products .overview-copy .lead {
  margin-bottom: 1rem;
}

.page-products .overview-copy > p:not(.lead) {
  color: var(--color-muted);
  line-height: 1.75;
}

.page-products .overview-points {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.page-products .overview-points li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--color-muted);
  line-height: 1.7;
}

.page-products .overview-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 12px rgba(0, 255, 157, 0.4);
}

.page-products .overview-cert {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.page-products .overview-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.page-products .metric-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.25rem;
  border-radius: var(--radius-lg);
  background: var(--glass-panel);
  border: 1px solid var(--border-soft);
}

.page-products .metric-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), rgba(0, 255, 157, 0.1));
}

.page-products .metric-card:nth-child(2)::after {
  background: linear-gradient(90deg, var(--color-cyan), rgba(103, 232, 249, 0.1));
}

.page-products .metric-card:nth-child(3)::after {
  background: linear-gradient(90deg, var(--color-gold), rgba(255, 215, 0, 0.1));
}

.page-products .metric-num {
  display: block;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}

.page-products .metric-num small {
  font-size: 0.55em;
  font-weight: 500;
  color: var(--color-muted);
  margin-left: 0.1em;
}

.page-products .metric-label {
  color: var(--color-muted);
  font-size: 0.875rem;
}

.page-products .overview-chart {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.page-products .catalog-layout {
  display: grid;
  gap: 1.75rem;
}

.page-products .catalog-aside {
  display: grid;
  justify-items: start;
  align-content: start;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background: var(--glass-panel);
}

.page-products .catalog-thumb {
  width: 120px;
  margin: 0;
}

.page-products .catalog-thumb img {
  border-radius: var(--radius-md);
}

.page-products .catalog-aside p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.7;
}

.page-products .catalog-index {
  display: grid;
  gap: 0.875rem;
}

.page-products .catalog-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 0.9rem 1rem;
  padding: 1.35rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-soft);
  background: rgba(255, 255, 255, 0.03);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.page-products .catalog-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(to bottom, var(--color-accent), transparent);
  opacity: 0.35;
  transition: opacity 0.2s;
}

.page-products .catalog-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(0, 255, 157, 0.3);
  transform: translateY(-2px);
}

.page-products .catalog-item:hover::before {
  opacity: 1;
}

.page-products .cat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

.page-products .cat-icon svg {
  width: 42px;
  height: 42px;
  display: block;
}

.page-products .cat-icon--green {
  color: var(--color-accent);
  background: rgba(0, 255, 157, 0.08);
  border: 1px solid rgba(0, 255, 157, 0.22);
}

.page-products .cat-icon--cyan {
  color: var(--color-cyan);
  background: rgba(103, 232, 249, 0.08);
  border: 1px solid rgba(103, 232, 249, 0.22);
}

.page-products .cat-icon--gold {
  color: var(--color-gold);
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.22);
}

.page-products .cat-body h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 700;
}

.page-products .cat-body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--color-muted);
}

.page-products .cat-count {
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: nowrap;
}

.page-products .cat-count small {
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--color-muted);
  margin-left: 0.15rem;
}

.page-products .client-showcase {
  display: grid;
  gap: 1.75rem;
}

.page-products .client-visual,
.page-products .device-visual,
.page-products .updates-visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-soft);
  background: rgba(255, 255, 255, 0.02);
}

.page-products .client-copy .lead {
  margin-bottom: 1rem;
}

.page-products .client-features {
  list-style: none;
  margin: 1.25rem 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.page-products .client-features li {
  display: flex;
  gap: 0.625rem;
  align-items: baseline;
  color: var(--color-muted);
  line-height: 1.6;
}

.page-products .client-features li::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent);
  align-self: center;
  box-shadow: 0 0 8px rgba(0, 255, 157, 0.5);
}

.page-products .step-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 2rem 0 2.25rem;
}

.page-products .step-panel {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background: rgba(0, 255, 157, 0.05);
}

.page-products .step-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--color-accent), transparent);
}

.page-products .step-panel + .step-panel::before {
  background: linear-gradient(90deg, var(--color-cyan), transparent);
}

.page-products .step-num {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--color-accent);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.page-products .step-panel + .step-panel .step-num {
  color: var(--color-cyan);
}

.page-products .step-panel h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}

.page-products .step-panel p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--color-muted);
}

.page-products .device-switch {
  display: grid;
  gap: 1.75rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.4), rgba(11, 21, 38, 0.7));
}

.page-products .device-copy h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.page-products .device-copy > p {
  margin: 0 0 1.25rem;
  color: var(--color-muted);
  line-height: 1.7;
}

.page-products .device-steps {
  list-style: none;
  counter-reset: ds;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.625rem;
}

.page-products .device-steps li {
  counter-increment: ds;
  display: flex;
  gap: 0.75rem;
  line-height: 1.6;
}

.page-products .device-steps li::before {
  content: counter(ds, decimal-leading-zero);
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 215, 0, 0.4);
  color: var(--color-gold);
  font-size: 0.75rem;
  font-weight: 700;
}

.page-products .updates-layout {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.page-products .updates-visual {
  order: 0;
  flex: 0 0 auto;
}

.page-products .updates-list {
  order: 1;
  display: grid;
  gap: 1rem;
}

.page-products .update-item {
  display: grid;
  gap: 0.625rem;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-soft);
  border-left: 2px solid transparent;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s, background 0.2s;
}

.page-products .update-item:hover {
  border-color: rgba(255, 215, 0, 0.3);
  border-left-color: var(--color-gold);
  background: rgba(255, 255, 255, 0.05);
}

.page-products .update-time {
  color: var(--color-gold);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.page-products .update-item h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.page-products .update-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--color-muted);
}

.page-products .update-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.page-products .update-tags .tag {
  margin: 0;
}

.page-products .solutions-fin {
  padding: 0.75rem 0 clamp(3rem, 6vw, 5rem);
}

.page-products .fin-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0, 255, 157, 0.22);
  background: linear-gradient(120deg, rgba(0, 255, 157, 0.1), rgba(30, 58, 138, 0.3));
}

.page-products .fin-text {
  margin: 0;
  line-height: 1.7;
}

.page-products .fin-card a {
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .page-products .hero-wrap {
    grid-template-columns: 1.35fr 1fr;
    gap: 3rem;
    align-items: end;
  }

  .page-products .hero-facts {
    overflow: visible;
  }

  .page-products .fact-track {
    grid-template-columns: 1fr;
    gap: 1rem;
    min-width: 0;
  }

  .page-products .fact-item {
    min-width: 0;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0 1.25rem;
  }

  .page-products .fact-item .data-accent {
    font-size: 2.2rem;
  }

  .page-products .overview-layout {
    grid-template-columns: 1.05fr 1fr;
    gap: 3rem;
    align-items: start;
  }

  .page-products .catalog-layout {
    grid-template-columns: 250px 1fr;
    gap: 2.5rem;
    align-items: start;
  }

  .page-products .catalog-aside {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
  }

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

  .page-products .client-showcase {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 3rem;
    align-items: center;
  }

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

  .page-products .device-switch {
    grid-template-columns: 1fr 0.95fr;
    gap: 2.5rem;
    align-items: center;
  }

  .page-products .updates-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2.5rem;
    align-items: start;
  }

  .page-products .updates-list {
    order: 0;
  }

  .page-products .updates-visual {
    order: 1;
  }
}
