/* Product value: one executive conclusion, one enterprise decision chain, one proof event. */
.executive-value-page {
  display: grid;
  gap: 18px;
  max-width: 1660px;
  margin: 0 auto;
  padding: 30px 42px 44px;
  background: #eef2f1;
}

.executive-value-page .executive-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(370px, .62fr);
  min-height: 318px;
  overflow: hidden;
  border: 1px solid #cfd9d6;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(22, 43, 40, .08);
}

.executive-value-page .executive-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 58px;
}

.executive-value-page .executive-hero-copy > small,
.executive-value-proof > header small,
.executive-value-chain > header small,
.executive-value-board > header small {
  color: #3b746b;
  font-size: 10px;
  font-weight: 800;
}

.executive-value-page .executive-hero-copy h3 {
  max-width: 920px;
  margin: 12px 0 16px;
  color: #13272b;
  font-size: 42px;
  line-height: 1.18;
}

.executive-value-page .executive-hero-copy p {
  max-width: 880px;
  margin: 0;
  color: #5c6e70;
  font-size: 14px;
  line-height: 1.78;
}

.executive-value-page .executive-hero-copy .executive-position {
  max-width: 830px;
  margin-top: 15px;
  color: #2e5851;
  font-size: 13px;
  font-weight: 760;
}

.executive-value-page .executive-actions { align-items: center; gap: 20px; margin-top: 27px; }
.executive-value-page .executive-actions .run-button { width: auto; min-width: 184px; padding-inline: 24px; }
.executive-text-link { padding: 7px 2px; border: 0; background: transparent; color: #426860; font-size: 12px; font-weight: 750; cursor: pointer; }
.executive-text-link::after { content: "  →"; }

.executive-value-page .executive-decision {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 36px;
  background: #173633;
  color: #f5f8f7;
}

.executive-value-page .executive-decision > small { color: #abc2bd; font-size: 10px; font-weight: 800; }
.executive-value-page .executive-decision > small .inline-info { width: 17px; height: 17px; margin-left: 5px; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #dbe7e4; font-size: 9px; }
.executive-value-page .executive-decision > strong { margin: 16px 0 10px; color: #f1ce81; font-size: 40px; line-height: 1.04; font-variant-numeric: tabular-nums; white-space: nowrap; }
.executive-value-page .executive-decision > p { margin: 0; color: #acbeb9; font-size: 10px; }
.executive-decision-scope { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.13); }
.executive-decision-scope span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.16); color: #d4dfdc; font-size: 9px; }

.executive-value-proof,
.executive-value-chain,
.executive-value-board {
  overflow: hidden;
  border: 1px solid #d1dcda;
  border-radius: 6px;
  background: #fff;
}

.executive-value-proof { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 2fr); }
.executive-value-proof > header { display: flex; flex-direction: column; justify-content: center; padding: 23px 26px; border-right: 1px solid #dce4e1; background: #e7eeeb; }
.executive-value-proof > header h3 { margin: 6px 0 0; color: #29433e; font-size: 15px; line-height: 1.45; }
.executive-value-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.executive-value-metrics > div { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 22px 25px; border-right: 1px solid #e0e7e5; }
.executive-value-metrics > div:last-child { border-right: 0; }
.executive-value-metrics small,
.executive-value-metrics strong,
.executive-value-metrics span { display: block; }
.executive-value-metrics small { color: #71817d; font-size: 9px; font-weight: 750; }
.executive-value-metrics strong { margin: 8px 0 6px; color: #234f48; font-size: 27px; line-height: 1.05; font-variant-numeric: tabular-nums; }
.executive-value-metrics span { color: #697976; font-size: 10px; line-height: 1.5; }

.executive-value-chain > header,
.executive-value-board > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 66px;
  padding: 15px 23px;
  border-bottom: 1px solid #dce5e2;
  background: #f7f9f8;
}
.executive-value-chain > header h3,
.executive-value-board > header h3 { margin: 4px 0 0; color: #243d39; font-size: 16px; }
.executive-value-chain > header > span { max-width: 380px; color: #687a76; font-size: 10px; text-align: right; }

.executive-value-chain-flow { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.executive-value-chain-step { position: relative; min-width: 0; min-height: 190px; padding: 19px 18px 18px; border-right: 1px solid #dfe7e4; background: #fbfcfc; }
.executive-value-chain-step:last-child { border-right: 0; }
.executive-value-chain-step.is-predictai { background: #eaf4f1; box-shadow: inset 0 4px #2f7d70; }
.executive-value-chain-step.is-sap { background: #eef2f7; box-shadow: inset 0 4px #526e8a; }
.executive-value-chain-step > span { color: #91a29e; font-size: 9px; font-weight: 800; }
.executive-value-chain-step > small { display: block; margin-top: 8px; color: #4a7069; font-size: 9px; font-weight: 800; }
.executive-value-chain-step > strong { display: block; margin-top: 13px; color: #1f3935; font-size: 13px; line-height: 1.42; }
.executive-value-chain-step.is-sap > strong { color: #34516c; }
.executive-value-chain-step > p { margin: 9px 0 0; color: #697b77; font-size: 9px; line-height: 1.55; }
.executive-value-chain-step > em { display: block; margin-top: 11px; padding-top: 10px; border-top: 1px solid rgba(86,111,105,.16); color: #37665e; font-size: 9px; font-style: normal; font-weight: 700; line-height: 1.5; }
.executive-value-chain-step:not(:last-child)::after { position: absolute; z-index: 2; top: 87px; right: -9px; display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid #c8d5d1; border-radius: 50%; background: #fff; color: #52766f; content: "›"; font-size: 15px; }

.executive-scope-note { width: auto; height: auto; padding: 4px 0; border: 0; background: transparent; color: #667a76; font-size: 10px; white-space: nowrap; }
.executive-value-page .executive-case-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.executive-story-step { position: relative; min-width: 0; min-height: 136px; padding: 20px 21px; border-right: 1px solid #e0e7e5; }
.executive-story-step:last-child { border-right: 0; }
.executive-story-step > span { color: #94a5a1; font-size: 9px; font-weight: 800; }
.executive-story-step > small { display: block; margin-top: 7px; color: #436d66; font-size: 9px; font-weight: 800; }
.executive-story-step > strong { display: block; margin-top: 11px; color: #1d3336; font-size: 13px; line-height: 1.45; }
.executive-story-step > p { margin: 7px 0 0; color: #75827f; font-size: 9px; line-height: 1.5; }
.executive-story-step:not(:last-child)::after { position: absolute; z-index: 2; top: 60px; right: -7px; display: grid; place-items: center; width: 14px; height: 14px; border: 1px solid #ced9d6; border-radius: 50%; background: #fff; color: #6c8c85; content: "›"; font-size: 13px; }
.executive-empty-story { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; min-height: 100px; padding: 24px; }
.executive-empty-story strong { color: #293f3c; }
.executive-empty-story span { color: #71807d; font-size: 11px; }
.executive-authorship { margin: -2px 0 0; color: #7a8784; font-size: 9px; line-height: 1.5; text-align: center; }

@media (max-width: 1360px) {
  .executive-value-page { padding-inline: 26px; }
  .executive-value-page .executive-hero { grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); }
  .executive-value-page .executive-hero-copy { padding: 42px; }
  .executive-value-page .executive-hero-copy h3 { font-size: 36px; }
  .executive-value-chain-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .executive-value-chain-step:nth-child(3) { border-right: 0; }
  .executive-value-chain-step:nth-child(3)::after { display: none; }
}

@media (max-width: 980px) {
  .executive-value-page .executive-hero,
  .executive-value-proof { grid-template-columns: 1fr; }
  .executive-value-proof > header { border-right: 0; border-bottom: 1px solid #dce4e1; }
  .executive-value-metrics,
  .executive-value-chain-flow,
  .executive-value-page .executive-case-grid { grid-template-columns: 1fr; }
  .executive-value-metrics > div,
  .executive-value-chain-step,
  .executive-story-step { border-right: 0; border-bottom: 1px solid #e0e7e5; }
  .executive-value-chain-step::after,
  .executive-story-step::after { display: none; }
}
