/* Selected systems presentation: evidence of operating judgment, not a design portfolio. */
body.page-results #market-systems .section-head {
  align-items: start;
  margin-bottom: 30px;
}

body.page-results .systems-role-note {
  display: grid;
  grid-template-columns: minmax(150px, .38fr) minmax(0, 1.62fr);
  gap: 18px 28px;
  align-items: center;
  margin: 0 0 30px;
  padding: 20px 24px;
  border: 1px solid #cddbdc;
  border-left: 4px solid #42cbb7;
  border-radius: 16px;
  background: #fff;
  color: #46586a;
  box-shadow: 0 12px 32px rgba(8, 30, 48, .05);
}

body.page-results .systems-role-note strong {
  color: #0c1a2c;
  font-family: Manrope, Inter, sans-serif;
  font-size: .98rem;
}

body.page-results .systems-role-note span { line-height: 1.65; }

body.page-results .signature-systems-grid,
body.page-results .additional-systems-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.page-results .signature-system-card,
body.page-results .system-list-card {
  min-width: 0;
  border: 1px solid #d2dddf;
  background: #fff;
  box-shadow: 0 16px 42px rgba(8, 30, 48, .07);
}

body.page-results .signature-system-card {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: 30px;
  border-radius: 22px;
}

body.page-results .signature-system-card:nth-child(1) { border-top: 4px solid #42cbb7; }
body.page-results .signature-system-card:nth-child(2) { border-top: 4px solid #54a4d8; }
body.page-results .signature-system-card:nth-child(3) { border-top: 4px solid #e5b24f; }
body.page-results .signature-system-card:nth-child(4) { border-top: 4px solid #7ab89f; }

body.page-results .system-card-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

body.page-results .system-type,
body.page-results .system-state {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.page-results .system-type { color: #14766e; }

body.page-results .system-state {
  gap: 7px;
  color: #526578;
}

body.page-results .system-state::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #42cbb7;
  box-shadow: 0 0 0 4px rgba(66, 203, 183, .14);
  content: "";
}

body.page-results .signature-system-card h3,
body.page-results .system-list-card h3 {
  color: #0c1a2c;
  letter-spacing: -.025em;
}

body.page-results .signature-system-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
}

body.page-results .signature-system-card > p {
  margin: 0;
  color: #4b5f72;
  line-height: 1.68;
}

body.page-results .system-logic {
  margin: 24px 0 20px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #eef6f5;
}

body.page-results .system-logic dt {
  margin-bottom: 6px;
  color: #116e67;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.page-results .system-logic dd {
  margin: 0;
  color: #243a4c;
  font-size: .9rem;
  line-height: 1.55;
}

body.page-results .signature-system-card .result-meta,
body.page-results .system-list-card .result-meta {
  margin-top: auto;
  padding-top: 2px;
}

body.page-results .signature-system-card .text-link,
body.page-results .system-list-card .text-link {
  margin-top: 20px;
  padding-top: 0;
}

body.page-results .additional-systems-head {
  display: grid;
  grid-template-columns: minmax(170px, .38fr) minmax(0, 1.62fr);
  gap: 18px 28px;
  align-items: end;
  margin: 64px 0 24px;
  padding-top: 30px;
  border-top: 1px solid #d7e1e2;
}

body.page-results .additional-systems-head p,
body.page-results .additional-systems-head h3 { margin: 0; }

body.page-results .additional-systems-head h3 {
  max-width: 760px;
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  line-height: 1.35;
}

body.page-results .system-list-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-radius: 18px;
}

body.page-results .system-list-card h3 {
  margin: 7px 0 12px;
  font-size: 1.28rem;
}

body.page-results .system-list-card > p {
  margin: 0 0 20px;
  color: #4b5f72;
  line-height: 1.62;
}

body.page-home .home-systems-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(198, 216, 229, .22);
}

body.page-home .home-systems-proof p { margin: 0; }

body.page-home .home-systems-proof .eyebrow {
  margin-bottom: 8px;
  color: #73d8c8;
}

body.page-home .home-systems-proof div > p:last-child {
  max-width: 820px;
  color: #c7d3df;
  line-height: 1.65;
}

body.page-home .home-systems-proof .text-link {
  color: #7fe1d1;
  white-space: nowrap;
}

body.page-home .home-systems-proof .text-link:hover,
body.page-home .home-systems-proof .text-link:focus-visible { color: #fff; }

@media (max-width: 820px) {
  body.page-results .systems-role-note,
  body.page-results .additional-systems-head,
  body.page-home .home-systems-proof {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-results .signature-systems-grid,
  body.page-results .additional-systems-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-results .signature-system-card { min-height: 0; }
  body.page-results .additional-systems-head { margin-top: 48px; }
  body.page-home .home-systems-proof .text-link { white-space: normal; }
}

@media (max-width: 520px) {
  body.page-results .systems-role-note,
  body.page-results .signature-system-card,
  body.page-results .system-list-card { padding: 22px; }

  body.page-results .system-card-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}
