/* ── products.css — Products page styles ─────────────── */

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

/* ── Platform intro ───────────────────────────────────── */
.platform-intro {
  padding: 7rem 0 5.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.platform-intro h1 {
  font-family: 'Exo 2', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: #e8edf5;
  line-height: 1.15;
  margin: 0 0 1.5rem;
  max-width: 700px;
}
.platform-intro h1 strong { font-weight: 700; }
.platform-intro p {
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(200,210,230,0.6);
  line-height: 1.8;
  max-width: 580px;
  margin: 0;
}

/* ── Product sections ─────────────────────────────────── */
.product-section {
  padding: 6rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.product-section:last-of-type {
  border-bottom: none;
}
.product-id-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.product-id-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.68rem;
  color: rgba(74,140,255,0.55);
  letter-spacing: 0.08em;
}
.status-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  color: rgba(80,200,120,0.8);
  border: 1px solid rgba(80,200,120,0.25);
  padding: 0.2em 0.65em;
  border-radius: 2px;
}
.product-section h2 {
  font-family: 'Exo 2', sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: #e8edf5;
  line-height: 1.1;
  margin: 0 0 0.4rem;
}
.product-sub {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  color: rgba(200,210,230,0.4);
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
}
.product-desc {
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(200,210,230,0.6);
  line-height: 1.8;
  max-width: 620px;
  margin: 0 0 1.2rem;
}
.product-desc strong {
  color: rgba(200,210,230,0.85);
  font-weight: 500;
}