.page-products {
  --feature-gap: clamp(20px, 4vw, 56px);
  --panel-radius: calc(var(--radius) + 8px);
  color: var(--color-text);
}

.page-products .solutions-hero {
  position: relative;
  z-index: 0;
  padding: clamp(24px, 5vw, 56px) 0 88px;
  border-bottom: 1px solid var(--color-border);
  background:
    radial-gradient(ellipse at 88% 10%, rgba(255, 107, 53, 0.14) 0%, transparent 42%),
    radial-gradient(ellipse at 12% 90%, rgba(0, 212, 255, 0.10) 0%, transparent 48%),
    linear-gradient(135deg, rgba(16, 26, 58, 0.92) 0%, rgba(5, 8, 20, 0.75) 62%, rgba(5, 8, 20, 0.9) 100%);
}

.page-products .solutions-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34px;
  background: linear-gradient(120deg, var(--color-orange) 0%, var(--color-orange) 45%, transparent 45.5%);
  opacity: 0.55;
  z-index: 0;
  pointer-events: none;
}

.page-products .solutions-hero .breadcrumbs {
  margin-bottom: clamp(20px, 4vw, 40px);
  color: var(--color-text-muted);
}

.page-products .solutions-hero__grid {
  display: grid;
  gap: var(--feature-gap);
  position: relative;
  z-index: 1;
}

@media (min-width: 960px) {
  .page-products .solutions-hero__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 56px;
    align-items: center;
  }
}

.page-products .solutions-hero__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.page-products .solutions-hero__main h1 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(2.25rem, 7vw, 4.75rem);
  line-height: 1.02;
  margin: 6px 0 4px;
  max-width: 760px;
}

.page-products .solutions-hero__lead {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  color: var(--color-accent);
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0;
}

.page-products .solutions-hero__desc {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 620px;
  margin: 0;
}

.page-products .solutions-hero__side {
  display: flex;
  justify-content: flex-end;
}

.page-products .data-panel {
  width: 100%;
  max-width: 440px;
  background: rgba(16, 26, 58, 0.72);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 24px;
  position: relative;
  box-shadow: 0 24px 60px rgba(5, 8, 20, 0.35);
}

.page-products .data-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 4px;
  background: var(--color-orange);
  border-radius: 0 0 6px 6px;
}

.page-products .data-panel__head {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1rem;
  margin-bottom: clamp(16px, 2vw, 24px);
  color: var(--color-text);
}

.page-products .data-panel__list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.page-products .data-panel__list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--color-border);
}

.page-products .data-panel__list dt {
  color: var(--color-text-muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.page-products .data-panel__list dd {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--color-accent);
  font-size: 1.15rem;
  white-space: nowrap;
  margin: 0;
}

.page-products .data-panel__foot {
  margin: 18px 0 0;
  color: var(--color-text-muted);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.page-products .hero-ticker {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: var(--color-text-muted);
  white-space: nowrap;
  overflow: hidden;
}

.page-products .hero-ticker i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-orange);
  flex-shrink: 0;
}

.page-products .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 8px;
}

.page-products .eyebrow::before {
  content: "";
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: var(--color-orange);
}

.page-products .section-heading {
  margin-bottom: 16px;
}

.page-products .section-heading h2 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(1.5rem, 3.4vw, 2.5rem);
  line-height: 1.15;
  margin: 0;
}

.page-products .overview-intro {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 0 clamp(24px, 4vw, 40px);
}

.page-products .overview-layout {
  display: grid;
  gap: clamp(16px, 3vw, 24px);
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 900px) {
  .page-products .overview-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    grid-auto-rows: minmax(220px, auto);
  }

  .page-products .overview-card--lead {
    grid-row: span 2;
  }

  .page-products .overview-card--wide {
    grid-column: 1 / -1;
  }
}

.page-products .overview-card {
  position: relative;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: calc(var(--radius) + 6px);
  padding: clamp(20px, 3vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.28s var(--ease), border-color 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.page-products .overview-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-accent);
  box-shadow: 0 16px 44px rgba(0, 212, 255, 0.14);
}

.page-products .overview-card--tall {
  justify-content: flex-start;
  gap: 14px;
}

.page-products .overview-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.page-products .overview-card__num {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--color-text-muted);
  opacity: 0.8;
}

.page-products .overview-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  letter-spacing: 0.02em;
  margin: 4px 0 0;
}

.page-products .overview-card > p {
  color: var(--color-text-muted);
  font-size: 0.96rem;
  line-height: 1.75;
  margin: 0;
}

.page-products .overview-card__stats {
  display: grid;
  gap: 8px;
  margin: auto 0 6px;
}

.page-products .overview-card__stats > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px dashed var(--color-border);
  padding-bottom: 8px;
}

.page-products .overview-card__stats dt {
  font-size: 0.84rem;
  color: var(--color-text-muted);
}

.page-products .overview-card__stats dd {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-accent);
  margin: 0;
}

.page-products .feature-row {
  display: grid;
  gap: clamp(20px, 4vw, 56px);
  align-items: center;
}

@media (min-width: 900px) {
  .page-products .feature-row {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 60px;
  }

  .page-products .feature-row--reverse .feature-row__content {
    order: 1;
  }

  .page-products .feature-row--reverse .media-frame {
    order: 2;
  }
}

.page-products .feature-row__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-products .feature-row__content > p {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin: 0 0 10px;
}

.page-products .feature-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 4px;
  display: grid;
  gap: 10px;
  width: 100%;
}

.page-products .feature-list li {
  position: relative;
  padding-left: 24px;
  color: var(--color-text);
  line-height: 1.6;
}

.page-products .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 11px;
  height: 11px;
  border-radius: 4px;
  background: var(--color-accent);
  box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.1);
}

.page-products .feature-note {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  border-left: 3px solid var(--color-orange);
  padding-left: 14px;
  margin: 8px 0 0;
}

.page-products .report-block {
  background: linear-gradient(180deg, rgba(16, 26, 58, 0.72) 0%, rgba(5, 8, 20, 0.36) 100%);
  border: 1px solid var(--color-border);
  border-radius: var(--panel-radius);
  padding: clamp(20px, 4vw, 40px);
  position: relative;
  overflow: hidden;
}

.page-products .report-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-orange), var(--color-accent));
}

.page-products .sync-progress {
  width: 100%;
  max-width: 460px;
  margin-top: 20px;
}

.page-products .sync-progress__bar {
  height: 12px;
  background: rgba(5, 8, 20, 0.6);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  overflow: hidden;
}

.page-products .sync-progress__bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--color-orange), var(--color-accent));
  border-radius: inherit;
  animation: productsSyncFill 1.6s 0.3s var(--ease) forwards;
}

@keyframes productsSyncFill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.page-products .sync-progress__labels {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--color-text-muted);
  margin-top: 8px;
}

.page-products .stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(20px, 3vw, 32px);
}

@media (min-width: 720px) {
  .page-products .stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.page-products .stat-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: clamp(12px, 2vw, 18px);
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease);
}

.page-products .stat-card:hover {
  border-color: var(--color-orange);
  background: rgba(255, 107, 53, 0.06);
}

.page-products .stat-card__label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
  margin-bottom: 6px;
}

.page-products .stat-card__value {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1.5;
}

.page-products .injury-levels {
  display: grid;
  gap: 10px;
  width: 100%;
  margin: 16px 0 0;
}

.page-products .injury-levels__item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  transition: border-color 0.25s var(--ease);
}

.page-products .injury-levels__item:hover {
  border-color: var(--color-accent);
}

.page-products .injury-levels__item strong {
  display: block;
  color: var(--color-text);
  font-size: 0.92rem;
  line-height: 1.4;
}

.page-products .injury-levels__item > div > span {
  display: block;
  color: var(--color-text-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.page-products .injury-levels__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.04);
  flex-shrink: 0;
}

.page-products .injury-levels__dot--light {
  background: var(--color-yellow);
}

.page-products .injury-levels__dot--doubt {
  background: var(--color-orange);
}

.page-products .injury-levels__dot--out {
  background: var(--color-green);
}

.page-products .score-showcase {
  display: grid;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  background:
    radial-gradient(ellipse at 100% 0%, rgba(0, 212, 255, 0.1) 0%, transparent 52%),
    linear-gradient(180deg, rgba(5, 8, 20, 0.5) 0%, transparent 100%);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: clamp(24px, 4vw, 48px) 0;
}

@media (min-width: 900px) {
  .page-products .score-showcase {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }
}

.page-products .score-mini {
  border: 2px solid var(--color-accent);
  border-radius: var(--radius);
  background: rgba(5, 8, 20, 0.66);
  padding: clamp(16px, 2.6vw, 24px);
  max-width: 460px;
  font-family: var(--font-mono);
  box-shadow: 0 20px 48px rgba(5, 8, 20, 0.4);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.page-products .score-mini:hover {
  border-color: var(--color-orange);
  box-shadow: 0 20px 56px rgba(255, 107, 53, 0.14);
}

.page-products .score-mini__header {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  color: var(--color-text-muted);
  margin: 0 0 12px;
}

.page-products .score-mini__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 20px);
  font-size: clamp(1.4rem, 3.4vw, 2.2rem);
  color: var(--color-text);
}

.page-products .score-mini__row strong {
  font-size: 1.3em;
  color: var(--color-orange);
}

.page-products .score-mini__row i {
  font-style: normal;
  color: var(--color-text-muted);
}

.page-products .score-mini__meta {
  margin-top: 12px;
  text-align: center;
  font-size: 0.84rem;
  color: var(--color-text-muted);
}

.page-products .score-mini__meta b {
  color: var(--color-accent);
  font-weight: 700;
}

.page-products .step-list {
  list-style: none;
  counter-reset: stepCounter;
  padding: 0;
  margin: 18px 0 8px;
  width: 100%;
  display: grid;
  gap: 12px;
}

.page-products .step-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(16, 26, 58, 0.66);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  transition: border-color 0.25s var(--ease);
}

.page-products .step-list li:hover {
  border-color: var(--color-accent);
}

.page-products .step-list li > span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-orange);
  color: var(--color-bg);
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.94rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.page-products .step-list strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.03em;
  color: var(--color-text);
  line-height: 1.4;
}

.page-products .step-list p {
  margin: 2px 0 0;
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.page-products .data-banner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: clamp(18px, 3vw, 28px);
  margin-top: clamp(24px, 4vw, 40px);
}

@media (min-width: 760px) {
  .page-products .data-banner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.page-products .data-banner__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: clamp(12px, 2vw, 22px);
  background: rgba(5, 8, 20, 0.44);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  text-align: center;
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

.page-products .data-banner__item:hover {
  border-color: var(--color-accent);
  transform: translateY(-2px);
}

.page-products .data-banner__label {
  display: block;
  color: var(--color-text-muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.page-products .content-assurance {
  margin-top: clamp(20px, 3vw, 32px);
  padding: clamp(20px, 3vw, 32px);
  border: 1px dashed var(--color-border);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: rgba(16, 26, 58, 0.22);
}

.page-products .content-assurance p {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin: 0;
  font-size: 0.98rem;
}

.page-products .cross-links {
  display: grid;
  gap: clamp(14px, 2.5vw, 20px);
  margin-top: 8px;
}

@media (min-width: 760px) {
  .page-products .cross-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-products .cross-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: clamp(18px, 2.6vw, 26px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.page-products .cross-card:hover {
  border-color: var(--color-orange);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(255, 107, 53, 0.1);
}

.page-products .cross-card strong {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: var(--color-text);
  line-height: 1.4;
}

.page-products .cross-card p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.page-products .media-frame {
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  box-shadow: 0 18px 44px rgba(5, 8, 20, 0.3);
}

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

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