/* Products hub (/products)  -  trust cards: left-aligned, bullet features */

.page-products-hub .trust-grid {
  text-align: left;
}

.page-products-hub .trust-item {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-products-hub .trust-value {
  text-align: left;
}

.page-products-hub .trust-value strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.page-products-hub .trust-card-desc {
  display: block;
  margin-bottom: 10px;
}

.page-products-hub .trust-card-caps {
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
}

.page-products-hub .trust-card-caps li {
  list-style: none;
  margin-bottom: 4px;
  padding-left: 1em;
  position: relative;
  font-family: var(--mono);
  font-size: 0.85rem;
  color: var(--white);
  word-break: break-word;
}

.page-products-hub .trust-card-caps li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--steel);
}

.page-products-hub .trust-card-caps li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------- */
/* Products hub upgrade: platform narrative, flow, pipeline, boundary, CTA    */
/* -------------------------------------------------------------------------- */

.page-products-hub .page-hero--products-platform {
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(120, 160, 200, 0.1);
}

.page-products-hub .products-hero-layout {
  display: grid;
  gap: 36px 48px;
  align-items: start;
}

@media (min-width: 960px) {
  .page-products-hub .products-hero-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  }
}

.page-products-hub .products-hero-copy h1 {
  font-size: clamp(1.5rem, 2.85vw, 2.05rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.18;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.98);
}

.page-products-hub .products-hero-lead {
  color: rgba(200, 210, 222, 0.92);
  line-height: 1.7;
  max-width: 66ch;
  margin: 0 0 16px;
  font-size: 1.03rem;
}

.page-products-hub .products-hero-spine-line {
  margin: 0;
  font-size: 0.86rem;
  color: rgba(160, 172, 188, 0.88);
  line-height: 1.65;
  max-width: 70ch;
}

.page-products-hub .products-platform-spine {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 6px 4px;
  padding: 20px 18px 20px 22px;
  border: none;
  border-left: 2px solid rgba(111, 227, 255, 0.42);
  border-radius: 0;
  background: linear-gradient(90deg, rgba(111, 227, 255, 0.07) 0%, rgba(0, 0, 0, 0.15) 55%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.page-products-hub .products-spine-node {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding: 11px 14px;
  min-width: 5.75rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.22);
  transition: border-color 0.15s ease, background 0.15s ease;
}

.page-products-hub .products-spine-node:hover {
  border-color: rgba(111, 227, 255, 0.38);
  background: rgba(111, 227, 255, 0.05);
}

.page-products-hub .products-spine-name {
  font-family: var(--mono);
  font-size: 0.8rem;
  letter-spacing: 0.11em;
  color: var(--white);
}

.page-products-hub .products-spine-hint {
  font-size: 0.67rem;
  letter-spacing: 0.06em;
  color: rgba(160, 176, 196, 0.9);
  text-transform: lowercase;
}

.page-products-hub .products-spine-arrow {
  align-self: center;
  color: rgba(111, 227, 255, 0.62);
  font-size: 1.05rem;
  padding: 0 4px;
}

.page-products-hub .page-content--products-hub {
  padding-bottom: 88px;
}

.page-products-hub .products-hub-container {
  padding-bottom: 0;
}

.page-products-hub .products-panel-section {
  margin-top: 52px;
}

/* System flow: first technical anchor (section uses id=system-flow, not a legacy class) */
.page-products-hub #system-flow {
  margin-top: 0;
  padding: 52px 0 56px;
  border-bottom: 1px solid rgba(120, 160, 200, 0.1);
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.55) 0%, transparent 100%);
}

.page-products-hub #system-flow .section-label {
  margin-bottom: 12px;
}

.page-products-hub #system-flow h2,
.page-products-hub #system-flow-heading {
  font-size: 1.22rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.97);
}

.page-products-hub #system-flow .products-section-lead {
  margin-bottom: 24px;
}

.page-products-hub .products-section-lead {
  max-width: 72ch;
  color: rgba(180, 192, 208, 0.9);
  line-height: 1.62;
  margin: 0 0 20px;
  font-size: 0.94rem;
}

.page-products-hub .products-flow-diagram {
  margin: 0;
  padding: 26px 30px;
  max-width: 520px;
  border: 1px solid rgba(120, 160, 200, 0.14);
  border-left: 3px solid rgba(111, 227, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
  font-family: var(--mono);
  font-size: 14px;
  line-height: 1.82;
  color: rgba(170, 228, 255, 0.96);
  white-space: pre;
  overflow-x: auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-products-hub #system-flow .products-flow-diagram {
  max-width: 540px;
}

.page-products-hub .products-flow-diagram--compact {
  max-width: 640px;
  font-size: 12.5px;
  line-height: 1.75;
  border-left-width: 2px;
  border-left-color: rgba(120, 160, 200, 0.28);
  color: rgba(160, 200, 220, 0.88);
  background: rgba(0, 0, 0, 0.32);
  box-shadow: none;
}

.page-products-hub #execution-governance-architecture .products-section-lead {
  margin-bottom: 18px;
}

.page-products-hub .products-pipeline-caption {
  margin: 6px 0 14px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(140, 158, 178, 0.88);
}

.page-products-hub .products-pipeline {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: stretch;
  margin-bottom: 8px;
  border: 1px solid rgba(120, 160, 200, 0.2);
  background: rgba(4, 8, 14, 0.72);
  border-radius: 1px;
  overflow: hidden;
}

.page-products-hub .products-pipeline-card {
  flex: 1 1 200px;
  min-width: 160px;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
  border: none;
  border-right: 1px solid rgba(120, 160, 200, 0.14);
  border-radius: 0;
  background: transparent;
  padding: 0;
  position: relative;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.page-products-hub .products-pipeline-card:last-child {
  border-right: none;
}

.page-products-hub .products-pipeline-card:hover {
  background: rgba(111, 227, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(111, 227, 255, 0.12);
  z-index: 1;
}

.page-products-hub .products-pipeline-card--terminal {
  background: rgba(111, 227, 255, 0.035);
}

.page-products-hub .products-pipeline-card-inner {
  position: relative;
  padding: 20px 20px 22px;
  text-align: left;
}

.page-products-hub .products-pipeline-arrow {
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(111, 227, 255, 0.68);
  font-size: 1.05rem;
  display: none;
  text-shadow: 0 0 12px rgba(111, 227, 255, 0.25);
}

@media (min-width: 900px) {
  .page-products-hub .products-pipeline-card:not(:first-child) .products-pipeline-arrow {
    display: block;
  }
}

@media (max-width: 899px) {
  .page-products-hub .products-pipeline-card {
    border-right: none;
    border-bottom: 1px solid rgba(120, 160, 200, 0.14);
  }

  .page-products-hub .products-pipeline-card:last-child {
    border-bottom: none;
  }

  .page-products-hub .products-pipeline-arrow {
    display: none !important;
  }
}

.page-products-hub .products-pipeline-title {
  display: block;
  font-family: var(--mono);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.96);
}

.page-products-hub .products-pipeline-sub {
  display: block;
  font-size: 0.76rem;
  color: rgba(154, 223, 255, 0.82);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.page-products-hub .products-pipeline-desc {
  display: block;
  font-size: 0.81rem;
  color: rgba(170, 182, 198, 0.9);
  margin-bottom: 10px;
  line-height: 1.48;
}

.page-products-hub .products-pipeline-bullets {
  margin-top: 6px;
}

.page-products-hub .products-why-strip {
  margin-top: 48px;
  padding: 36px 0 32px;
  border: none;
  border-top: 1px solid rgba(120, 160, 200, 0.14);
  border-bottom: 1px solid rgba(120, 160, 200, 0.08);
  background: transparent;
  border-radius: 0;
}

.page-products-hub .products-why-inner h2 {
  font-size: 1.08rem;
  font-weight: 600;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: 0.02em;
}

.page-products-hub .products-why-inner p {
  margin: 0;
  max-width: 76ch;
  color: rgba(210, 218, 230, 0.9);
  line-height: 1.68;
  font-size: 0.93rem;
}

.page-products-hub .products-deep-grid.products-panel-section {
  margin-top: 48px;
}

.page-products-hub .products-deep-heading {
  font-size: 1.06rem;
  font-weight: 600;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: 0.02em;
}

.page-products-hub .products-deep-module {
  padding: 26px 0;
  border-top: 1px solid rgba(120, 160, 200, 0.1);
}

.page-products-hub .products-deep-module:first-of-type {
  border-top: none;
  padding-top: 6px;
}

.page-products-hub .products-deep-module h3 {
  font-size: 0.96rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.95);
}

.page-products-hub .products-deep-module h3 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(111, 227, 255, 0.35);
}

.page-products-hub .products-deep-module h3 a:hover {
  border-bottom-color: rgba(111, 227, 255, 0.75);
}

.page-products-hub .products-deep-module p {
  margin: 0 0 10px;
  max-width: 76ch;
  color: rgba(170, 182, 198, 0.92);
  font-size: 0.88rem;
  line-height: 1.62;
}

.page-products-hub .products-deep-list {
  margin: 0;
  padding-left: 1.2em;
  color: rgba(205, 214, 228, 0.88);
  font-size: 0.84rem;
  line-height: 1.58;
}

.page-products-hub .products-deep-list code {
  font-family: var(--mono);
  font-size: 0.82em;
}

.page-products-hub .products-integration-section {
  margin-top: 56px;
  padding: 8px 0 4px 20px;
  border-left: 1px solid rgba(120, 160, 200, 0.22);
}

.page-products-hub .products-use-cases-section {
  margin-top: 44px;
  padding: 4px 0 8px 20px;
  border-left: 1px solid rgba(120, 160, 200, 0.16);
}

.page-products-hub .products-integration-list,
.page-products-hub .products-use-case-list {
  margin: 14px 0 0;
  padding-left: 1.15em;
  max-width: 76ch;
  color: rgba(205, 214, 228, 0.88);
  line-height: 1.66;
  font-size: 0.9rem;
}

.page-products-hub .products-integration-list a,
.page-products-hub .products-use-case-list a {
  color: rgba(111, 227, 255, 0.92);
  text-decoration: none;
  border-bottom: 1px solid rgba(111, 227, 255, 0.3);
}

.page-products-hub .products-integration-list strong {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.page-products-hub .products-boundary-flagship {
  padding: 88px 0 96px;
  margin-top: 56px;
  background:
    radial-gradient(ellipse 90% 55% at 50% 0%, rgba(111, 227, 255, 0.11) 0%, transparent 58%),
    radial-gradient(ellipse 70% 40% at 50% 100%, rgba(0, 0, 0, 0.45) 0%, transparent 55%),
    linear-gradient(180deg, rgba(6, 10, 16, 0.98) 0%, rgba(0, 0, 0, 0.92) 100%);
  border-top: 1px solid rgba(111, 227, 255, 0.22);
  border-bottom: 1px solid rgba(120, 160, 200, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.page-products-hub .products-boundary-kicker {
  text-align: center;
  margin-bottom: 10px;
  opacity: 0.95;
}

.page-products-hub .products-boundary-title {
  text-align: center;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.98);
}

.page-products-hub .products-boundary-intro {
  text-align: center;
  max-width: 58ch;
  margin: 0 auto 40px;
  color: rgba(170, 182, 198, 0.92);
  font-size: 0.91rem;
  line-height: 1.58;
}

.page-products-hub .products-boundary-panel {
  max-width: 580px;
  margin: 0 auto;
  padding: 40px 40px 44px;
  border: 1px solid rgba(111, 227, 255, 0.32);
  background: rgba(0, 0, 0, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 28px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(111, 227, 255, 0.06);
  text-align: center;
  font-family: var(--mono);
  font-size: 0.83rem;
  line-height: 1.78;
  color: rgba(170, 182, 198, 0.95);
}

.page-products-hub .products-boundary-label {
  color: rgba(255, 255, 255, 0.97);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-weight: 500;
}

.page-products-hub .products-boundary-meta {
  font-size: 0.72rem;
  opacity: 0.78;
  line-height: 1.55;
}

.page-products-hub .products-boundary-connector {
  opacity: 0.5;
  margin: 8px 0;
  font-size: 0.88rem;
  color: rgba(111, 227, 255, 0.45);
}

.page-products-hub .products-boundary-request {
  font-size: 0.75rem;
  opacity: 0.85;
  margin: 6px 0 10px;
  color: rgba(190, 205, 220, 0.92);
}

.page-products-hub .products-boundary-core {
  margin: 22px 0;
  padding: 28px 28px 26px;
  border: 1px solid rgba(111, 227, 255, 0.48);
  background: linear-gradient(168deg, rgba(12, 20, 32, 0.98) 0%, rgba(0, 0, 0, 0.82) 100%);
  color: rgba(255, 255, 255, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 48px rgba(111, 227, 255, 0.04);
}

.page-products-hub .products-boundary-core-tag {
  font-size: 0.71rem;
  opacity: 0.62;
  letter-spacing: 0.16em;
  margin-bottom: 8px;
}

.page-products-hub .products-boundary-core-line {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.page-products-hub .products-boundary-core-sub {
  font-size: 0.76rem;
  opacity: 0.72;
  margin-top: 8px;
}

.page-products-hub .products-boundary-core-note {
  margin: 20px 0 0;
  font-size: 0.83rem;
  color: rgba(180, 192, 208, 0.92);
  line-height: 1.58;
}

.page-products-hub .products-boundary-receipt {
  font-size: 0.75rem;
  opacity: 0.78;
  letter-spacing: 0.04em;
}

.page-products-hub .products-boundary-row--bottom {
  margin-top: 14px;
}

.page-products-hub .products-end-cta {
  margin-top: 56px;
  padding: 44px 40px 48px;
  border: 1px solid rgba(111, 227, 255, 0.26);
  border-top: 2px solid rgba(111, 227, 255, 0.38);
  background: linear-gradient(180deg, rgba(10, 14, 20, 0.55) 0%, rgba(4, 8, 12, 0.92) 100%);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.4);
}

.page-products-hub .products-end-cta-inner h2 {
  font-size: 1.14rem;
  font-weight: 600;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.97);
  letter-spacing: 0.02em;
}

.page-products-hub .products-decision-surface .products-end-cta-inner h2 {
  text-transform: none;
  letter-spacing: 0.03em;
  font-size: 1.12rem;
}

.page-products-hub .products-end-cta-lead {
  margin: 0 0 24px;
  max-width: 66ch;
  color: rgba(170, 182, 198, 0.92);
  font-size: 0.93rem;
  line-height: 1.62;
}

.page-products-hub .products-decision-surface .products-end-cta-lead {
  margin-bottom: 28px;
  max-width: 58ch;
}

.page-products-hub .products-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 900px) {
  .page-products-hub .products-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .page-products-hub .products-decision-grid {
    grid-template-columns: 1fr;
  }
}

.page-products-hub .products-decision-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 148px;
  padding: 22px 20px;
  border: 1px solid rgba(120, 160, 200, 0.18);
  background: rgba(0, 0, 0, 0.38);
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.page-products-hub .products-decision-card:hover {
  border-color: rgba(111, 227, 255, 0.3);
  background: rgba(111, 227, 255, 0.045);
}

.page-products-hub .products-decision-card:focus-visible {
  outline: 1px solid rgba(111, 227, 255, 0.55);
  outline-offset: 2px;
}

.page-products-hub .products-decision-card--primary {
  border-color: rgba(0, 229, 138, 0.42);
  background: rgba(0, 229, 138, 0.06);
}

.page-products-hub .products-decision-card--primary:hover {
  border-color: rgba(0, 229, 138, 0.62);
  background: rgba(0, 229, 138, 0.09);
}

.page-products-hub .products-decision-card-title {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
  line-height: 1.35;
}

.page-products-hub .products-decision-card-desc {
  font-size: 0.84rem;
  line-height: 1.58;
  color: rgba(170, 182, 198, 0.92);
  flex: 1;
}

.page-products-hub .products-also-read {
  margin-top: 48px;
  border-top: 1px solid rgba(120, 160, 200, 0.1);
}

/* Narrative sections (TG inserts): lighter rhythm vs boxed hub panels */
.page-products-hub .tg-section {
  margin-top: 48px;
}

.page-products-hub .tg-section--band {
  margin-top: 40px;
}

.page-products-hub .products-panel-section .section-label {
  margin-bottom: 10px;
}
