.page-products {
  --solutions-accent: #33ff99;
  --solutions-accent-dim: rgba(51, 255, 153, 0.15);
  --solutions-warm: #ff8c42;
  --solutions-bg-card: #10182b;
  --solutions-border: rgba(230, 237, 243, 0.15);
}

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

.page-products .solutions-hero {
  position: relative;
  padding: 1.75rem 0 3.5rem;
  overflow: hidden;
}

.page-products .solutions-hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: -6rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(51, 255, 153, 0.08), transparent 62%);
  pointer-events: none;
  z-index: 0;
}

.page-products .page-breadcrumb {
  font-family: var(--font-sans);
  font-size: 0.755rem;
  letter-spacing: 0.1em;
  color: #9aa7b8;
  margin: 0 0 2.25rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.page-products .page-breadcrumb a {
  color: #9aa7b8;
  text-decoration: none;
  transition: color 0.25s ease;
}

.page-products .page-breadcrumb a:hover {
  color: #33ff99;
}

.page-products .page-breadcrumb [aria-current="page"] {
  color: #e6edf3;
}

.page-products .hero-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.25rem;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.page-products .hero-coord-top {
  font-family: var(--font-sans);
  font-size: 0.655rem;
  letter-spacing: 0.14em;
  color: rgba(51, 255, 153, 0.7);
  text-transform: uppercase;
}

.page-products .hero-layout {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.page-products .hero-caption {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.755rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #33ff99;
  padding: 0.3rem 0.85rem 0.3rem 0.25rem;
  border-left: 3px solid #33ff99;
  margin-bottom: 1.4rem;
}

.page-products .hero-copy h1 {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(2.6rem, 10vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
  color: #e6edf3;
  text-transform: uppercase;
}

.page-products .hero-accent {
  color: #33ff99;
  text-shadow: 0 0 20px rgba(51, 255, 153, 0.25);
}

.page-products .hero-lede {
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.9;
  color: #9aa7b8;
  max-width: 36em;
  margin: 1.25rem 0 0;
}

.page-products .hero-aside {
  position: relative;
  border-left: 1px solid rgba(230, 237, 243, 0.18);
  padding: 1rem 0 1rem 1.25rem;
  margin-top: 0.5rem;
}

.page-products .aside-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: #9aa7b8;
  margin-bottom: 0.35rem;
}

.page-products .aside-value {
  display: block;
  font-family: var(--font-sans);
  font-size: 2rem;
  font-weight: 700;
  color: #33ff99;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.page-products .aside-note {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  color: #9aa7b8;
  letter-spacing: 0.06em;
}

.page-products .hero-index {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

.page-products .hero-index-card {
  position: relative;
  display: block;
  background: rgba(16, 24, 43, 0.85);
  border: 1px solid rgba(230, 237, 243, 0.12);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  padding: 1.1rem 1.25rem;
  text-decoration: none;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.page-products .hero-index-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(51, 255, 153, 0.08), transparent 45%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.page-products .hero-index-card:hover,
.page-products .hero-index-card:focus-visible {
  border-color: rgba(51, 255, 153, 0.5);
  transform: translateY(-2px);
}

.page-products .hero-index-card:hover::before,
.page-products .hero-index-card:focus-visible::before {
  opacity: 1;
}

.page-products .hero-index-num {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: #33ff99;
  margin-bottom: 0.5rem;
}

.page-products .hero-index-title {
  display: block;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.05rem;
  color: #e6edf3;
  margin-bottom: 0.35rem;
}

.page-products .hero-index-meta {
  display: block;
  font-family: var(--font-serif);
  font-size: 0.78rem;
  color: #9aa7b8;
}

.page-products .solutions-section {
  padding: 4.5rem 0;
}

.page-products .section-head {
  margin-bottom: 2.75rem;
  position: relative;
}

.page-products .section-head h2 {
  font-family: var(--font-sans);
  font-size: clamp(1.8rem, 6vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0.75rem 0 0.85rem;
  color: #e6edf3;
  letter-spacing: 0.01em;
}

.page-products .section-desc {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  line-height: 1.8;
  color: #9aa7b8;
  max-width: 40em;
  margin: 0;
}

.page-products .overview-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 4rem;
}

.page-products .overview-card {
  position: relative;
  padding: 2rem 1.5rem 1.75rem;
  background: var(--solutions-bg-card);
}

.page-products .overview-card::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 18px;
  height: 18px;
  border-right: 2px solid rgba(51, 255, 153, 0.45);
  border-bottom: 2px solid rgba(51, 255, 153, 0.45);
}

.page-products .overview-card-num {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: #33ff99;
  display: block;
  margin-bottom: 1.1rem;
}

.page-products .overview-card h3 {
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 700;
  color: #e6edf3;
  margin: 0 0 0.6rem;
}

.page-products .overview-card p {
  font-family: var(--font-serif);
  font-size: 0.85rem;
  line-height: 1.75;
  color: #9aa7b8;
  margin: 0;
}

.page-products .overview-platforms {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid var(--solutions-border);
  background: linear-gradient(160deg, rgba(51, 255, 153, 0.05), transparent 40%), #0d1322;
}

.page-products .platforms-copy h3 {
  font-family: var(--font-sans);
  font-size: 1.6rem;
  font-weight: 700;
  color: #e6edf3;
  margin: 0.6rem 0 1rem;
}

.page-products .platforms-copy p {
  font-family: var(--font-serif);
  font-size: 0.9rem;
  line-height: 1.8;
  color: #9aa7b8;
  margin: 0 0 1.25rem;
}

.page-products .platform-chip-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-products .platform-chip-list li {
  font-family: var(--font-sans);
  font-size: 0.775rem;
  letter-spacing: 0.05em;
  color: #e6edf3;
  border: 1px solid rgba(230, 237, 243, 0.2);
  padding: 0.45rem 0.8rem;
  background: rgba(26, 36, 56, 0.6);
}

.page-products .overview-image-frame {
  margin: 0;
}

.page-products .overview-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .overview-image-frame figcaption {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: #9aa7b8;
  margin-top: 0.65rem;
}

.page-products .solution-layout {
  display: grid;
  gap: 2rem;
}

.page-products .version-block {
  display: inline-flex;
  align-items: baseline;
  gap: 0.85rem;
  background: rgba(51, 255, 153, 0.08);
  border: 1px solid rgba(51, 255, 153, 0.25);
  padding: 0.55rem 0.9rem;
  margin-bottom: 1.25rem;
}

.page-products .version-flag {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: #9aa7b8;
  text-transform: uppercase;
}

.page-products .version-number {
  font-family: var(--font-sans);
  font-size: 1.4rem;
  font-weight: 700;
  color: #33ff99;
}

.page-products .solution-copy > p {
  font-family: var(--font-serif);
  font-size: 0.91rem;
  line-height: 1.85;
  color: #9aa7b8;
  margin: 0 0 1.25rem;
}

.page-products .feature-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.page-products .feature-list li {
  position: relative;
  font-family: var(--font-serif);
  font-size: 0.87rem;
  line-height: 1.65;
  color: #e6edf3;
  padding-left: 1.25rem;
}

.page-products .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.45rem;
  height: 0.45rem;
  background: #33ff99;
  transform: rotate(45deg);
}

.page-products .stable-tip {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  line-height: 1.7;
  color: #ff8c42;
  border-left: 3px solid #ff8c42;
  padding-left: 1rem;
  margin-top: 1.5rem;
}

.page-products .solution-image {
  margin: 0;
}

.page-products .solution-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(230, 237, 243, 0.15);
  background: #10182b;
}

.page-products .solution-image figcaption {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  color: #9aa7b8;
  letter-spacing: 0.08em;
  margin-top: 0.75rem;
}

.page-products .coverage-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  border-top: 1px solid rgba(230, 237, 243, 0.15);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.page-products .coverage-stat {
  text-align: left;
}

.page-products .coverage-value {
  display: block;
  font-family: var(--font-sans);
  font-size: 1.75rem;
  font-weight: 700;
  color: #33ff99;
  line-height: 1.1;
}

.page-products .coverage-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #9aa7b8;
  margin-top: 0.3rem;
}

.page-products .quick-layout {
  display: grid;
  gap: 2rem;
}

.page-products .quick-steps-panel {
  position: relative;
  padding: 2rem 1.5rem;
  background: linear-gradient(150deg, rgba(51, 255, 153, 0.08), rgba(16, 24, 43, 0.8) 45%);
}

.page-products .step-list {
  list-style: none;
  margin: 1.5rem 0 1rem;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}

.page-products .step-item {
  position: relative;
  padding-left: 3rem;
}

.page-products .step-index {
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  color: #0a0e1a;
  background: #33ff99;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
}

.page-products .step-content {
  display: block;
  font-family: var(--font-serif);
  font-size: 0.88rem;
  line-height: 1.75;
  color: #e6edf3;
}

.page-products .quick-note {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  line-height: 1.7;
  color: #9aa7b8;
  border-top: 1px solid rgba(230, 237, 243, 0.15);
  padding-top: 1rem;
  margin: 1rem 0 0;
}

.page-products .changelog-layout {
  display: grid;
  gap: 2rem;
}

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

.page-products .changelog-entry {
  position: relative;
  border: 1px solid rgba(230, 237, 243, 0.14);
  background: rgba(16, 24, 43, 0.75);
  padding: 1.5rem 1.25rem 1.25rem;
}

.page-products .changelog-entry.current-release {
  border-color: rgba(51, 255, 153, 0.4);
  background: linear-gradient(140deg, rgba(51, 255, 153, 0.07), rgba(16, 24, 43, 0.85));
}

.page-products .entry-topline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}

.page-products .entry-version {
  font-family: var(--font-sans);
  font-size: 1.35rem;
  font-weight: 700;
  color: #e6edf3;
}

.page-products .current-release .entry-version {
  color: #33ff99;
}

.page-products .entry-tag-muted {
  background: transparent;
  color: #9aa7b8;
  border: 1px solid rgba(230, 237, 243, 0.2);
}

.page-products .entry-details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.page-products .entry-details li {
  font-family: var(--font-serif);
  font-size: 0.82rem;
  line-height: 1.7;
  color: #9aa7b8;
  padding-left: 1rem;
  position: relative;
}

.page-products .entry-details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.35rem;
  height: 0.35rem;
  background: rgba(51, 255, 153, 0.6);
}

.page-products .changelog-aside {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.page-products .changelog-figure {
  margin: 0;
}

.page-products .changelog-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(230, 237, 243, 0.15);
}

.page-products .changelog-figure figcaption {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  color: #9aa7b8;
  letter-spacing: 0.08em;
  margin-top: 0.7rem;
}

.page-products .changelog-note {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  line-height: 1.75;
  color: #ff8c42;
  border-left: 3px solid #ff8c42;
  padding-left: 1rem;
  margin: 0;
}

.page-products .support-cta {
  padding-bottom: 4rem;
}

.page-products .cta-panel {
  display: grid;
  gap: 1.75rem;
  padding: 2.25rem 1.5rem;
  background: linear-gradient(120deg, rgba(51, 255, 153, 0.12), rgba(16, 24, 43, 0.9) 55%);
  border: 1px solid rgba(51, 255, 153, 0.3);
}

.page-products .cta-copy h2 {
  font-family: var(--font-sans);
  font-size: 1.65rem;
  font-weight: 700;
  color: #e6edf3;
  margin: 0.5rem 0 0.75rem;
}

.page-products .cta-copy p {
  font-family: var(--font-serif);
  font-size: 0.88rem;
  line-height: 1.75;
  color: #9aa7b8;
  margin: 0;
}

.page-products .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

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

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

  .page-products .overview-platforms {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .page-products .solution-layout {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .page-products .quick-layout {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .page-products .changelog-layout {
    grid-template-columns: 1.2fr 1fr;
    align-items: start;
  }

  .page-products .cta-panel {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 1000px) {
  .page-products .solutions-hero {
    padding: 2.5rem 0 5rem;
  }

  .page-products .hero-layout {
    grid-template-columns: 1fr 380px;
    align-items: end;
  }

  .page-products .hero-aside {
    justify-self: end;
    width: 260px;
  }

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

  .page-products .solutions-section {
    padding: 6rem 0;
  }
}
