.page-products {
  --page-gutter: clamp(1.25rem, 4vw, 3.5rem);
  --page-card-radius: 18px;
  --page-yellow: #FFC94D;
  --page-red: #FF6B4A;
  overflow-x: hidden;
  background: var(--primary-deep-blue);
}

.page-products .solution-hero {
  position: relative;
  padding: calc(var(--header-height) + 2rem) 0 4.5rem;
  background:
    radial-gradient(circle at 85% 8%, rgba(0, 229, 160, 0.16), transparent 13rem),
    linear-gradient(135deg, var(--primary-deep-blue) 0%, var(--deep-ink) 100%);
  color: var(--rice-white);
  border-bottom: 1px solid var(--line-faint);
  overflow: hidden;
}

.page-products .solution-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -80px;
  width: 380px;
  height: 380px;
  border: 60px solid rgba(255, 122, 61, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.page-products .solution-hero__inner {
  position: relative;
  z-index: 1;
}

.page-products .solution-hero .breadcrumbs {
  margin-bottom: 1.5rem;
}

.page-products .solution-hero .breadcrumbs__link,
.page-products .solution-hero .breadcrumbs__current,
.page-products .solution-hero .breadcrumbs__sep {
  color: var(--text-muted);
}

.page-products .solution-hero .breadcrumbs__link:hover {
  color: var(--neon-green);
}

.page-products .solution-hero__layout {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 980px) {
  .page-products .solution-hero__layout {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.page-products .solution-hero__copy {
  max-width: 760px;
}

.page-products .solution-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--neon-green);
  font-weight: 700;
}

.page-products .solution-hero__kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--neon-green);
  display: inline-block;
}

.page-products .solution-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 7vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--rice-white);
  margin: 1.2rem 0 1.4rem;
}

.page-products .solution-hero__title .accent {
  color: var(--neon-green);
}

.page-products .solution-hero__lead {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.9;
  color: var(--text-muted);
  max-width: 36em;
  margin: 0;
}

.page-products .solution-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1.5rem;
  margin-top: 2.2rem;
}

@media (max-width: 600px) {
  .page-products .solution-hero__meta {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.page-products .solution-hero__meta .stat__label {
  display: block;
  margin-top: 0.25rem;
  color: var(--text-muted);
  font-size: 0.8rem;
}

.page-products .solution-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.4rem;
}

.page-products .solution-hero__visual-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--ocean-blue);
  box-shadow: 0 28px 80px rgba(5, 10, 30, 0.4);
  transform: perspective(1000px) rotateY(-2deg);
}

.page-products .solution-hero__visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.92;
}

.page-products .btn--outline {
  color: var(--neon-green);
  border-color: var(--line-green);
}

.page-products .service-overview {
  background: var(--rice-white);
  color: var(--deep-ink);
  padding: 5rem 0;
}

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

.page-products .service-overview__grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .page-products .service-overview__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .page-products .service-overview__grid .overview-card:nth-child(2) {
    transform: translateY(1.5rem);
  }

  .page-products .service-overview__grid .overview-card:nth-child(2):hover {
    transform: translateY(0.75rem);
  }
}

.page-products .overview-card {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(145deg, var(--primary-deep-blue), var(--ocean-blue));
  border-radius: var(--radius-lg);
  padding: 2rem;
  color: var(--rice-white);
  box-shadow: var(--shadow-card);
  border: 1px solid transparent;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.3s ease;
}

.page-products .overview-card:nth-child(2) {
  background: linear-gradient(145deg, var(--primary-deep-blue), var(--moss-green));
}

.page-products .overview-card:nth-child(3) {
  background: linear-gradient(145deg, var(--primary-deep-blue), #243B63);
}

.page-products .overview-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-green);
  box-shadow: 0 24px 56px rgba(5, 10, 30, 0.28);
}

.page-products .overview-card__num {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  color: var(--neon-green);
}

.page-products .overview-card h3 {
  font-size: 1.4rem;
  margin: 0.4rem 0 0.6rem;
  line-height: 1.3;
}

.page-products .overview-card p {
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 0.95rem;
}

.page-products .overview-card .btn {
  align-self: flex-start;
}

.page-products .record-service {
  background: var(--primary-deep-blue);
  color: var(--rice-white);
  padding: 5.5rem 0;
  position: relative;
  overflow: hidden;
}

.page-products .record-service::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -90px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 122, 61, 0.12), transparent 65%);
}

.page-products .record-service__inner {
  display: grid;
  gap: 3.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 960px) {
  .page-products .record-service__inner {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
  }
}

.page-products .record-service .section-head {
  margin-bottom: 1.5rem;
}

.page-products .record-service__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}

.page-products .record-service__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-products .record-service__list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--line-faint);
  font-size: 0.98rem;
  line-height: 1.7;
}

.page-products .record-service__switch {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  flex: 0 0 auto;
  margin-top: 0.35rem;
}

.page-products .record-service__switch--yellow {
  background: var(--page-yellow);
}

.page-products .record-service__switch--red {
  background: var(--page-red);
}

.page-products .record-service__switch--orange {
  background: var(--orange-accents);
}

.page-products .record-service__visual {
  position: relative;
}

.page-products .record-service__imageplate {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(5, 10, 30, 0.45);
}

.page-products .record-service__image {
  width: 100%;
  height: auto;
  display: block;
}

.page-products .record-service__data {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(10, 22, 51, 0.9);
  color: var(--neon-green);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.page-products .panel-demo {
  background: var(--rice-white);
  color: var(--deep-ink);
  padding: 5.5rem 0;
}

.page-products .panel-demo__inner {
  display: grid;
  gap: 3.5rem;
}

@media (min-width: 960px) {
  .page-products .panel-demo__inner {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
  }
}

.page-products .panel-demo__device-zone {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
}

.page-products .panel-demo__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  opacity: 0.25;
  filter: grayscale(0.3) contrast(1.1);
  z-index: 0;
}

.page-products .device-frame {
  position: relative;
  z-index: 2;
  width: 320px;
  max-width: 90%;
  background: var(--deep-ink);
  border-radius: 44px;
  padding: 14px;
  box-shadow: 0 34px 70px rgba(10, 22, 51, 0.32);
}

.page-products .device-frame::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 24px;
  border-radius: 999px;
  background: var(--deep-ink);
  z-index: 3;
}

.page-products .device-screen {
  border-radius: 32px;
  background: linear-gradient(160deg, var(--primary-deep-blue) 0%, var(--deep-ink) 100%);
  color: var(--rice-white);
  min-height: 420px;
  padding: 3rem 1rem 1.4rem;
  overflow: hidden;
  position: relative;
}

.page-products .device-screen__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  padding: 0 0.4rem;
}

.page-products .device-screen__label {
  color: var(--neon-green);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.page-products .device-screen__live {
  color: var(--orange-accents);
}

.page-products .device-screen__league {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--rice-white);
  margin: 1.25rem 0.4rem 1rem;
}

.page-products .device-screen__stats {
  display: flex;
  gap: 1.5rem;
  padding: 0 0.4rem;
  margin-bottom: 1rem;
  color: var(--text-muted);
  font-size: 0.8rem;
}

.page-products .device-screen__stats strong {
  color: var(--neon-green);
  font-size: 1rem;
}

.page-products .device-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.45rem;
  height: 96px;
  margin: 0 0.4rem 1.2rem;
}

.page-products .device-chart span {
  flex: 1;
  background: linear-gradient(180deg, var(--neon-green), var(--moss-green));
  border-radius: 5px 5px 2px 2px;
  min-height: 8px;
  opacity: 0.9;
}

.page-products .device-chart span:nth-child(2n) {
  background: linear-gradient(180deg, var(--orange-accents), var(--terracotta));
}

.page-products .device-screen__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
  padding: 0.5rem 0.2rem 0;
  border-top: 1px solid var(--line-faint);
}

.page-products .device-screen__list span {
  text-align: center;
  font-size: 0.72rem;
  color: var(--text-muted);
  padding: 0.5rem 0;
  border-radius: 8px;
  background: rgba(245, 241, 232, 0.06);
}

.page-products .device-screen__list span:first-child {
  color: var(--neon-green);
  border: 1px solid var(--line-green);
  background: rgba(0, 229, 160, 0.12);
}

.page-products .panel-demo__content .section-head {
  margin-bottom: 1.4rem;
}

.page-products .panel-demo__path {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--deep-ink);
  background: linear-gradient(90deg, rgba(0, 229, 160, 0.14), rgba(255, 122, 61, 0.12));
  border-left: 4px solid var(--orange-accents);
  padding: 1rem 1.1rem;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.page-products .click-path {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.page-products .click-path li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.8rem;
  color: var(--deep-ink);
  font-weight: 600;
}

.page-products .click-path li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 8px;
  bottom: 10px;
  width: 2px;
  background: var(--line-green);
}

.page-products .click-path li:last-child::before {
  display: none;
}

.page-products .click-path li span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--orange-accents);
  color: var(--deep-ink);
  font-weight: 900;
  font-size: 0.8rem;
  display: grid;
  place-items: center;
  z-index: 1;
}

.page-products .click-path li:nth-child(2) span {
  background: var(--neon-green);
}

.page-products .click-path li:nth-child(3) span {
  background: var(--moss-green);
}

.page-products .panel-demo__highlight {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin-top: 2rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid var(--primary-deep-blue);
  border-radius: var(--radius-md);
  background: rgba(10, 22, 51, 0.04);
}

.page-products .panel-demo__highlight .stat__number {
  font-size: 2.6rem;
}

.page-products .panel-demo__highlight .stat__label {
  color: var(--rock-gray);
}

.page-products .coverage-matrix {
  background: linear-gradient(145deg, var(--primary-deep-blue), var(--deep-ink));
  color: var(--rice-white);
  padding: 5.5rem 0;
}

.page-products .coverage-matrix__deco {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  margin: 2.5rem 0;
  border: 1px solid var(--line-faint);
}

.page-products .matrix-grid {
  display: grid;
  gap: 1.25rem;
}

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

.page-products .matrix-card {
  background: rgba(18, 58, 102, 0.5);
  border: 1px solid var(--line-faint);
  border-radius: var(--radius-md);
  padding: 1.6rem 1.5rem;
  transition: transform 0.32s ease, border-color 0.32s ease, background 0.32s ease;
}

.page-products .matrix-card:hover {
  transform: perspective(700px) translateY(-4px) rotate3d(1, 0.7, 0, 9deg);
  border-color: var(--neon-green);
  background: rgba(18, 58, 102, 0.85);
}

.page-products .matrix-card h3 {
  font-size: 1.12rem;
  margin: 0 0 0.5rem;
  color: var(--rice-white);
}

.page-products .matrix-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.page-products .coverage-matrix__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}

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

.page-products .coverage-matrix__stat {
  background: rgba(10, 22, 51, 0.7);
  border: 1px solid var(--line-faint);
  border-radius: var(--radius-md);
  padding: 1.3rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.page-products .coverage-matrix__stat .stat__label {
  color: var(--text-muted);
  font-size: 0.8rem;
  margin-top: 0.2rem;
}

.page-products .export-block {
  background: var(--rice-white);
  color: var(--deep-ink);
  padding: 5.5rem 0;
}

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

.page-products .export-block__grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 760px) {
  .page-products .export-block__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-products .export-card {
  background: var(--primary-deep-blue);
  color: var(--rice-white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border-top: 5px solid var(--neon-green);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-products .export-card--json {
  border-top-color: var(--orange-accents);
}

.page-products .export-card--api {
  border-top-color: var(--moss-green);
}

.page-products .export-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
}

.page-products .export-card__tag {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  display: inline-block;
  margin-bottom: 0.6rem;
}

.page-products .export-card h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}

.page-products .export-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
}

.page-products .export-block__image {
  width: 100%;
  height: auto;
  margin-top: 2.6rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.page-products .solutions-cta {
  background: linear-gradient(125deg, var(--primary-deep-blue), var(--ocean-blue) 60%, var(--moss-green));
  color: var(--rice-white);
  padding: 5rem 0;
  text-align: center;
}

.page-products .solutions-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.page-products .solutions-cta p {
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 42em;
  margin: 1rem auto 1.8rem;
}

.page-products .solutions-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.page-products .solutions-cta .btn--outline {
  color: var(--rice-white);
  border-color: rgba(245, 241, 232, 0.35);
}

.page-products .solutions-cta__trust {
  color: var(--text-muted);
  font-size: 0.8rem;
  margin-top: 2.5rem;
  max-width: 56em;
}
