/* Final review overrides loaded after the established homepage styles. */
@media (min-width: 1081px) {
  .scenario-column {
    grid-template-rows: 480px 350px;
  }

  .scenario-screen {
    min-height: max(100svh, 1140px);
  }

  .scenario-shell {
    min-height: calc(max(100svh, 1140px) - clamp(146px, 15.8vh, 184px));
  }

  .scenario-column .scenario-insight {
    padding: 30px;
  }
}
/* 2026-08-03 — focused frontend prototype for the Global Map Agent. */
.agent-demo-screen {
  min-height: max(100svh, 900px);
  padding-top: clamp(64px, 6.5vh, 84px);
  padding-bottom: clamp(82px, 8vh, 104px);
}

.agent-demo-screen .agent-screen-shell {
  min-height: calc(max(100svh, 900px) - clamp(146px, 14vh, 188px));
  gap: 24px;
}

.agent-demo-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  justify-items: stretch;
  text-align: left;
}

.agent-demo-heading .agent-heading-copy {
  max-width: 1040px;
}

.agent-demo-heading .agent-heading-copy h2 {
  max-width: 1020px;
  font-size: clamp(40px, 4.25vw, 66px);
  line-height: 1.02;
}

.agent-demo-heading .screen-subtitle {
  max-width: 900px;
  margin: 15px 0 0;
  color: #b6c4d8;
}

.agent-state-toggle {
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(2, minmax(112px, 1fr));
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
}

.agent-state-toggle button {
  min-height: 42px;
  padding: 0 14px;
  color: #aebbd0;
  border: 0;
  border-radius: 7px;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 820;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.agent-state-toggle button:hover,
.agent-state-toggle button:focus-visible {
  color: #ffffff;
  outline: none;
}

.agent-state-toggle button.is-active {
  color: #09214b;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.agent-demo-workspace {
  min-height: 590px;
  grid-template-columns: minmax(380px, 0.76fr) minmax(570px, 1.24fr);
  border-radius: 18px;
}

.agent-demo-console {
  padding: clamp(26px, 2.5vw, 40px);
  background:
    radial-gradient(circle at 12% 0, rgba(47, 116, 255, 0.23), transparent 31%),
    #0a1933;
}

.agent-demo-intro {
  display: grid;
  gap: 7px;
}

.agent-demo-intro > span,
.agent-presets > span,
.agent-result-header span,
.agent-result-summary span,
.agent-tool-trace > span {
  color: #77a0ff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.agent-demo-intro > strong {
  color: #ffffff;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 680;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.agent-demo-screen .agent-prompt {
  margin-top: 24px;
}

.agent-demo-screen .agent-prompt > label {
  margin-bottom: 9px;
  color: #b9c5d8;
  font-size: 13px;
}

.agent-demo-screen .agent-prompt-box {
  border-color: rgba(138, 174, 255, 0.5);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.agent-demo-screen .agent-prompt-box textarea {
  min-height: 116px;
  padding: 18px;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.42;
}

.agent-demo-screen .agent-prompt-box textarea::placeholder {
  color: #7b899d;
  opacity: 1;
}

.agent-prompt-actions {
  min-height: 62px;
  padding: 9px 10px 9px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #e3e9f1;
  background: #f8faff;
}

.agent-prompt-actions > span {
  max-width: 245px;
  color: #68788e;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

.agent-demo-screen .agent-prompt-actions button {
  width: auto;
  min-height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  background: #286bff;
  font: inherit;
  font-size: 12px;
  font-weight: 820;
  cursor: pointer;
  box-shadow: 0 9px 20px rgba(40, 107, 255, 0.24);
  transition: opacity 160ms ease, transform 160ms ease;
}

.agent-demo-screen .agent-prompt-actions button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.agent-demo-screen .agent-prompt-actions button:disabled {
  color: #8a97a9;
  background: #e2e8f0;
  box-shadow: none;
  cursor: not-allowed;
}

.agent-prompt-actions button svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.agent-demo-screen .agent-presets {
  margin-top: 23px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.agent-demo-screen .agent-presets > span {
  margin-bottom: 2px;
}

.agent-demo-screen .agent-presets button {
  min-height: 48px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  color: #c1cde0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  font-size: 13px;
  font-weight: 690;
  line-height: 1.28;
  text-align: left;
}

.agent-demo-screen .agent-presets button::after {
  content: "↗";
  margin-left: auto;
  padding-left: 12px;
  color: #6f91db;
  font-size: 13px;
}

.agent-demo-screen .agent-presets button:hover,
.agent-demo-screen .agent-presets button:focus-visible,
.agent-demo-screen .agent-presets button.is-selected {
  color: #ffffff;
  border-color: rgba(119, 160, 255, 0.58);
  background: rgba(40, 107, 255, 0.18);
  outline: none;
}

.agent-boundary {
  margin-top: auto;
  padding-top: 22px;
  display: grid;
  gap: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.agent-boundary strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.agent-boundary span {
  color: #8fa0b9;
  font-size: 12px;
  font-weight: 620;
  line-height: 1.45;
}

.agent-output-panel {
  min-width: 0;
  min-height: 590px;
  position: relative;
  color: #0a1730;
  background: #eef3fb;
}

.agent-empty-state {
  min-height: 100%;
  padding: 48px;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(40, 107, 255, 0.14), transparent 31%),
    linear-gradient(rgba(26, 63, 124, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 63, 124, 0.04) 1px, transparent 1px),
    #eef3fb;
  background-size: auto, 42px 42px, 42px 42px, auto;
}

.agent-empty-state[hidden],
.agent-result-preview[hidden] {
  display: none;
}

.agent-empty-symbol {
  width: 112px;
  height: 112px;
  position: relative;
  margin-bottom: 28px;
  border: 1px solid rgba(40, 107, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 24px 60px rgba(20, 65, 138, 0.16);
}

.agent-empty-symbol::before,
.agent-empty-symbol::after {
  content: "";
  position: absolute;
  background: rgba(40, 107, 255, 0.28);
}

.agent-empty-symbol::before {
  width: 74px;
  height: 1px;
  top: 55px;
  left: 18px;
  transform: rotate(-28deg);
}

.agent-empty-symbol::after {
  width: 1px;
  height: 70px;
  top: 20px;
  left: 54px;
  transform: rotate(26deg);
}

.agent-empty-symbol span {
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 1;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #286bff;
  box-shadow: 0 7px 16px rgba(40, 107, 255, 0.26);
}

.agent-empty-symbol span:nth-child(1) { top: 17px; left: 49px; }
.agent-empty-symbol span:nth-child(2) { top: 51px; right: 14px; }
.agent-empty-symbol span:nth-child(3) { bottom: 15px; left: 18px; }

.agent-empty-state > span {
  color: #286bff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.agent-empty-state h3 {
  max-width: 560px;
  margin: 10px 0 0;
  color: #0b1b37;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.agent-empty-state p {
  max-width: 520px;
  margin: 14px 0 0;
  color: #65748a;
  font-size: 14px;
  font-weight: 610;
  line-height: 1.55;
}

.agent-result-preview {
  min-height: 590px;
  display: grid;
  grid-template-rows: 58px minmax(236px, 1fr) auto auto auto;
  background: #f5f8fd;
}

.agent-result-header {
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d7e0ec;
  background: #ffffff;
}

.agent-result-header > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.agent-result-header span {
  padding: 6px 8px;
  color: #125e43;
  border-radius: 999px;
  background: #dff7ed;
  letter-spacing: 0.06em;
}

.agent-result-header strong {
  font-size: 15px;
  font-weight: 800;
}

.agent-result-header em {
  color: #75849a;
  font-size: 11px;
  font-style: normal;
  font-weight: 720;
}

.agent-result-map {
  min-height: 236px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 24%, rgba(40, 107, 255, 0.18), transparent 28%),
    linear-gradient(145deg, #e7eef8, #f5f8fc 58%, #dfe9f7);
}

.agent-result-map::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.62;
  background-image:
    linear-gradient(24deg, transparent 47%, rgba(89, 116, 153, 0.13) 48% 50%, transparent 51%),
    linear-gradient(-34deg, transparent 47%, rgba(89, 116, 153, 0.1) 48% 50%, transparent 51%);
  background-size: 88px 70px, 110px 92px;
}

.agent-result-map > svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.agent-map-road,
.agent-map-route {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.agent-map-road {
  stroke: rgba(255, 255, 255, 0.96);
  stroke-width: 7;
  filter: drop-shadow(0 1px 0 rgba(90, 112, 143, 0.2));
}

.agent-map-road--wide {
  stroke-width: 12;
}

.agent-map-route {
  stroke: #286bff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 5 5;
}

.agent-map-origin,
.agent-map-pin {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 850;
  box-shadow: 0 9px 20px rgba(11, 39, 88, 0.24);
}

.agent-map-origin {
  width: 38px;
  height: 38px;
  top: 57%;
  left: 24%;
  color: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #0a1933;
  font-size: 12px;
}

.agent-map-pin {
  width: 34px;
  height: 34px;
  color: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 50% 50% 50% 0;
  background: #286bff;
  font-size: 11px;
  transform: rotate(-45deg);
}

.agent-map-pin--1 { top: 36%; left: 43%; }
.agent-map-pin--2 { top: 18%; left: 61%; }
.agent-map-pin--3 { top: 47%; left: 72%; }

.agent-map-pin::before {
  content: attr(data-label);
}

.agent-map-pin {
  color: transparent;
}

.agent-map-pin::after {
  content: "";
}

.agent-map-pin--1::before { content: "1"; }
.agent-map-pin--2::before { content: "2"; }
.agent-map-pin--3::before { content: "3"; }

.agent-map-pin::before {
  color: #ffffff;
  transform: rotate(45deg);
}

.agent-result-map[data-demo-map="route"] .agent-map-pin--1 {
  top: 29%;
  left: 69%;
}

.agent-result-map[data-demo-map="route"] .agent-map-pin--2,
.agent-result-map[data-demo-map="route"] .agent-map-pin--3 {
  display: none;
}

.agent-result-map[data-demo-map="route"] .agent-map-route {
  d: path("M192 198 C300 224 382 118 520 104");
}

.agent-result-map[data-demo-map="timezone"] .agent-map-origin,
.agent-result-map[data-demo-map="timezone"] .agent-map-pin--2,
.agent-result-map[data-demo-map="timezone"] .agent-map-pin--3,
.agent-result-map[data-demo-map="timezone"] .agent-map-route,
.agent-result-map[data-demo-map="custom"] .agent-map-origin,
.agent-result-map[data-demo-map="custom"] .agent-map-pin,
.agent-result-map[data-demo-map="custom"] .agent-map-route {
  display: none;
}

.agent-result-map[data-demo-map="timezone"] .agent-map-pin--1 {
  top: 38%;
  left: 55%;
}

.agent-result-summary {
  max-width: min(520px, calc(100% - 36px));
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 16px;
  left: 18px;
  padding: 13px 15px;
  border: 1px solid rgba(13, 38, 79, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(11, 39, 88, 0.14);
  backdrop-filter: blur(12px);
}

.agent-result-summary span {
  color: #0a7c51;
  letter-spacing: 0.07em;
}

.agent-result-summary strong {
  margin-top: 4px;
  display: block;
  color: #0b1b37;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 730;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.agent-result-list {
  margin: 0;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  list-style: none;
  border-top: 1px solid #d8e1ed;
  background: #ffffff;
}

.agent-result-list li {
  min-width: 0;
  min-height: 62px;
  padding: 10px;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  border-radius: 8px;
  background: #f2f6fc;
}

.agent-result-list li > i {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 50%;
  background: #286bff;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
}

.agent-result-list li div,
.agent-result-list li strong,
.agent-result-list li span {
  min-width: 0;
}

.agent-result-list li strong,
.agent-result-list li span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agent-result-list li strong {
  color: #132541;
  font-size: 11px;
  font-weight: 800;
}

.agent-result-list li span {
  margin-top: 3px;
  color: #65758c;
  font-size: 10px;
  font-weight: 630;
}

.agent-tool-trace {
  min-height: 70px;
  padding: 10px 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border-top: 1px solid #d8e1ed;
  background: #f8faff;
}

.agent-tool-trace > span {
  color: #60738e;
  white-space: nowrap;
}

.agent-tool-trace ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.agent-tool-trace li {
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}

.agent-tool-trace li:not(:last-child)::after {
  content: "";
  width: 18px;
  height: 1px;
  margin: 0 9px;
  flex: 0 0 auto;
  background: #b8c7dc;
}

.agent-tool-trace li i {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  color: #286bff;
  border: 1px solid #bcd0f2;
  border-radius: 50%;
  background: #ffffff;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

.agent-tool-trace li strong {
  overflow: hidden;
  color: #28415f;
  font-size: 10px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agent-output-disclosure {
  margin: 0;
  padding: 9px 16px 11px;
  color: #75859a;
  border-top: 1px solid #e0e7f0;
  background: #ffffff;
  font-size: 10px;
  font-weight: 630;
  line-height: 1.4;
}

@media (max-width: 1080px) {
  .agent-demo-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .agent-state-toggle {
    width: min(100%, 340px);
  }

  .agent-demo-workspace {
    grid-template-columns: minmax(340px, 0.82fr) minmax(470px, 1.18fr);
  }

  .agent-prompt-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .agent-prompt-actions > span {
    max-width: none;
  }

  .agent-demo-screen .agent-prompt-actions button {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .agent-demo-screen {
    min-height: 0;
    padding: 64px 20px 96px;
  }

  .agent-demo-screen .agent-screen-shell {
    min-height: 0;
  }

  .agent-demo-workspace {
    grid-template-columns: 1fr;
  }

  .agent-demo-console {
    min-height: 560px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .agent-output-panel {
    min-height: 600px;
  }
}

@media (max-width: 600px) {
  .agent-demo-screen {
    padding-right: 12px;
    padding-left: 12px;
  }

  .agent-demo-heading {
    padding: 0 8px;
  }

  .agent-demo-heading .agent-heading-copy h2 {
    font-size: 38px;
  }

  .agent-state-toggle {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agent-demo-console {
    min-height: 0;
    padding: 24px 16px;
  }

  .agent-demo-screen .agent-prompt-box textarea {
    min-height: 126px;
  }

  .agent-demo-screen .agent-presets button {
    min-height: 54px;
  }

  .agent-boundary {
    margin-top: 26px;
  }

  .agent-output-panel,
  .agent-result-preview {
    min-height: 650px;
  }

  .agent-empty-state {
    padding: 36px 22px;
  }

  .agent-result-header {
    padding-inline: 12px;
  }

  .agent-result-header em {
    display: none;
  }

  .agent-result-map {
    min-height: 250px;
  }

  .agent-result-list {
    grid-template-columns: 1fr;
  }

  .agent-result-list li {
    min-height: 54px;
  }

  .agent-tool-trace {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .agent-tool-trace ol {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .agent-tool-trace li:not(:last-child)::after {
    display: none;
  }

  .agent-tool-trace li strong {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agent-state-toggle button,
  .agent-demo-screen .agent-prompt-actions button {
    transition: none;
  }
}


.scenario-column > .scenario-insight {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.scenario-column .scenario-insight footer {
  margin-top: auto;
}

/* Value proof: starting price and savings carry equal visual weight. */
.value-proof {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.value-proof-rate,
.value-proof-saving {
  min-width: 0;
  padding: 4px 14px;
  align-content: center;
  box-sizing: border-box;
}

.value-proof-rate {
  padding-left: 4px;
}

.value-proof-saving {
  padding-right: 4px;
  padding-left: 18px;
}

.value-proof-rate span,
.value-proof-save-label {
  color: #1768f5;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.value-proof-saving .value-proof-save-label {
  color: #1768f5;
  font-size: 15px;
}

.value-proof-rate strong,
.value-proof-saving strong {
  margin-top: 7px;
  color: #1768f5;
  font-size: clamp(50px, 4.05vw, 58px);
  font-weight: 830;
  letter-spacing: -0.07em;
  line-height: 0.9;
  white-space: nowrap;
}

.value-proof-rate b,
.value-proof-saving b {
  margin-top: 9px;
  color: #253a59;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
}

.value-proof > p {
  padding-top: 14px;
  font-size: 13px;
}

@media (min-width: 781px) {
  .value-proof,
  .response-proof {
    min-height: 330px;
    height: 330px;
  }
}

/* Restore the Data coverage trunk and three branches to the metrics. */
.stack-data-proof {
  min-height: 330px;
  height: 330px;
  padding: 20px 22px 18px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) 44px auto;
  gap: 0;
}

.stack-data-core {
  width: 100%;
  min-height: 0 !important;
  height: auto !important;
  gap: 4px;
}

.stack-data-core span,
.stack-data-core span:nth-child(1),
.stack-data-core span:nth-child(2),
.stack-data-core span:nth-child(3),
.stack-data-core span:nth-child(4),
.stack-data-core span:nth-child(5) {
  min-height: 34px;
  height: 34px;
  max-height: 34px;
  flex-basis: 34px;
  font-size: 11px;
  white-space: nowrap;
}

.stack-data-core span:nth-child(1) { width: 62%; }
.stack-data-core span:nth-child(2) { width: 72%; }
.stack-data-core span:nth-child(3) { width: 82%; }
.stack-data-core span:nth-child(4) { width: 91%; }
.stack-data-core span:nth-child(5) { width: 100%; }

.stack-data-connectors {
  width: 100%;
  height: 44px;
  display: block;
  position: static !important;
  inset: auto !important;
  z-index: 1;
  overflow: visible;
}

.stack-data-connectors path {
  fill: none;
  stroke: #7d9fe9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  vector-effect: non-scaling-stroke;
}

.stack-data-connectors circle {
  fill: #286bff;
  stroke: #eef4ff;
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.stack-data-metrics {
  min-height: 58px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stack-data-metrics div,
.stack-data-metrics div:last-child {
  min-width: 0;
  padding: 0 9px;
  display: grid;
  align-content: center;
  justify-items: center;
  border-right: 0;
  border-left: 1px solid #d5e0ef;
}

.stack-data-metrics div:first-child {
  border-left: 0;
}

.stack-data-metrics dt,
.stack-data-metrics div:last-child dt {
  justify-content: center;
  font-size: clamp(28px, 2.4vw, 38px);
  text-align: center;
}

.stack-data-metrics dd {
  margin-top: 2px;
  font-size: 10px;
  text-align: center;
}

/* Live Maps details. */
.scenario-route-options button {
  justify-content: center;
  text-align: center;
}

.scenario-route-options button strong {
  display: none;
}

.scenario-route-toll dt strong {
  font-size: clamp(18px, 1.55vw, 23px);
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.scenario-route-toll {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.scenario-route-toll dt,
.scenario-route-toll dt strong {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.scenario-route-toll dt strong {
  font-size: clamp(21px, 1.75vw, 27px);
}

@media (min-width: 1021px) {
  .hero-actions {
    margin-top: 28px;
  }
}

.scenario-map-label,
.scenario-column .scenario-map-label {
  width: calc(100% - 28px);
  max-width: none;
  min-height: 74px;
  height: 92px;
  right: 14px;
  left: 14px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.scenario-local-time-details > p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.scenario-local-time-details > p em {
  margin-top: 0;
  color: #314866;
  font-size: 15px;
  font-weight: 800;
}

/* Industry copy stays on one clear line; the redundant bottom proof is removed in HTML. */
.solutions-heading-copy .solutions-tagline {
  max-width: none;
  margin-top: 15px;
  color: #bdc9db;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 660;
  line-height: 1.3;
  white-space: nowrap;
}

/* News v2: centered three-part title, interactive history, then current stories. */
.news-screen {
  min-height: max(100svh, 1120px);
  padding-top: clamp(78px, 8vh, 98px);
  padding-bottom: clamp(72px, 7vh, 92px);
}

.news-shell {
  min-height: calc(max(100svh, 1120px) - clamp(150px, 15vh, 190px));
}

.news-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0;
  text-align: center;
}

.news-heading > p {
  margin: 0 0 10px;
  color: #286bff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.news-heading h2 {
  margin: 0;
  font-size: clamp(54px, 6.2vw, 92px);
  font-weight: 690;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.news-heading > span {
  max-width: 1040px;
  margin-top: 18px;
  color: #66778d;
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 620;
  line-height: 1.45;
  white-space: nowrap;
}

.news-timeline {
  padding: 22px 26px 24px;
  border-top: 1px solid #ccd8e8;
  border-bottom: 1px solid #ccd8e8;
  background: rgba(255, 255, 255, 0.5);
}

.news-timeline-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.news-timeline-heading p,
.news-latest-heading p {
  margin: 0;
  color: #286bff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-timeline-heading h3 {
  margin: 0;
  color: #132541;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 710;
  letter-spacing: -0.04em;
}

.news-timeline-track {
  margin-top: 22px;
}

.news-timeline-track ol {
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.news-timeline-track ol::before {
  height: 2px;
  position: absolute;
  top: 14px;
  right: 8%;
  left: 8%;
  background: #b8c7dd;
  content: "";
}

.news-timeline-track li {
  position: relative;
  z-index: 1;
}

.news-timeline-track button {
  width: 100%;
  padding: 30px 8px 4px;
  position: relative;
  color: #65758d;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: center;
  cursor: pointer;
}

.news-timeline-track button::before {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 50%;
  border: 3px solid #f6f9fd;
  border-radius: 50%;
  background: #9dabc0;
  box-shadow: 0 0 0 1px #9dabc0;
  content: "";
  transform: translateX(-50%);
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.news-timeline-track button strong,
.news-timeline-track button span {
  display: block;
}

.news-timeline-track button strong {
  font-size: 21px;
  font-weight: 820;
  letter-spacing: -0.035em;
}

.news-timeline-track button span {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 720;
}

.news-timeline-track button:hover,
.news-timeline-track button:focus-visible,
.news-timeline-track button.is-active {
  outline: none;
  color: #155eef;
}

.news-timeline-track button:hover::before,
.news-timeline-track button:focus-visible::before,
.news-timeline-track button.is-active::before {
  background: #286bff;
  box-shadow: 0 0 0 1px #286bff, 0 0 0 6px rgba(40, 107, 255, 0.12);
  transform: translateX(-50%) scale(1.08);
}

.news-timeline-panels {
  min-height: 102px;
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 3px solid #286bff;
  background: #ffffff;
}

.news-timeline-panels article {
  min-height: 66px;
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(210px, 0.46fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.news-timeline-panels article[hidden] {
  display: none;
}

.news-timeline-panels span {
  color: #286bff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-timeline-panels strong {
  color: #132541;
  font-size: clamp(19px, 1.55vw, 24px);
  font-weight: 730;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.news-timeline-panels p {
  margin: 0;
  color: #607188;
  font-size: 13px;
  font-weight: 610;
  line-height: 1.5;
}

.news-latest-heading {
  margin: 25px 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-latest-heading > span {
  color: #8794a7;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-grid {
  min-height: 0;
  flex: 0 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.news-card {
  min-height: 264px;
  display: grid;
  grid-template-columns: minmax(190px, 0.78fr) minmax(0, 1.22fr);
  grid-template-rows: 1fr;
}

.news-card-body {
  min-height: 0;
  padding: 23px;
}

.news-card h3 {
  margin-top: 14px;
  font-size: clamp(22px, 1.75vw, 28px);
}

.news-card-body > p {
  margin-top: 10px;
  font-size: 13px;
}

.news-card-status {
  padding-top: 14px;
}

@media (max-width: 1080px) {
  .news-heading > span,
  .solutions-heading-copy .solutions-tagline {
    white-space: normal;
  }

  .news-timeline-panels article {
    grid-template-columns: 140px minmax(190px, 0.55fr) minmax(0, 1fr);
  }

  .news-card {
    grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
  }
}

@media (max-width: 780px) {
  .value-proof {
    grid-template-columns: 1fr;
    min-height: 410px;
    height: auto;
  }

  .value-proof-rate,
  .value-proof-saving {
    padding: 18px 0;
    border-right: 0;
  }

  .value-proof-saving {
    border-top: 1px solid #d4e0ef;
  }

  .value-proof-rate strong,
  .value-proof-saving strong {
    font-size: 68px;
  }

  .scenario-map-label,
  .scenario-column .scenario-map-label {
    min-height: 82px;
    height: 82px;
  }

  .solutions-heading-copy .solutions-tagline {
    white-space: normal;
  }

  .news-screen {
    min-height: 0;
  }

  .news-shell {
    min-height: 0;
  }

  .news-heading > span {
    white-space: normal;
  }

  .news-timeline {
    padding: 20px 18px 22px;
  }

  .news-timeline-heading {
    display: block;
  }

  .news-timeline-heading h3 {
    margin-top: 6px;
  }

  .news-timeline-track {
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .news-timeline-track ol {
    min-width: 540px;
  }

  .news-timeline-panels article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 230px auto;
  }

  .news-card-body {
    min-height: 292px;
  }
}

/* 2026-08-03 — predictable two-row solution chips and a tighter closing transition. */
.industry-panorama--solutions .panorama-solution ul,
.industry-panorama--solutions .panorama-solution--aiot ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.industry-panorama--solutions .panorama-solution li,
.industry-panorama--solutions .panorama-solution--aiot li {
  min-width: 0;
  padding: 6px 2px;
  justify-content: center;
  overflow: hidden;
  font-size: clamp(7px, 0.54vw, 8.5px);
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.industry-panorama--solutions .panorama-solution li:nth-child(3) {
  grid-column: 1 / -1;
}

.news-screen {
  min-height: 0;
  padding-bottom: clamp(40px, 4vh, 56px);
}

.news-shell {
  min-height: 0;
}

@media (max-width: 780px) {
  .industry-panorama--solutions .panorama-solution {
    grid-template-columns: minmax(0, 1fr);
  }

  .industry-panorama--solutions .panorama-solution ul,
  .industry-panorama--solutions .panorama-solution--aiot ul {
    width: 100%;
    grid-column: 1 / -1;
  }

  .industry-panorama--solutions .panorama-solution li,
  .industry-panorama--solutions .panorama-solution--aiot li {
    font-size: 10px;
  }
}

/* Agent demo cascade lock: preserve the header layout after shared heading rules. */
.agent-heading.agent-demo-heading {
  grid-template-columns: minmax(0, 1fr) auto;
  justify-items: stretch;
  text-align: left;
}

@media (max-width: 1080px) {
  .agent-heading.agent-demo-heading {
    grid-template-columns: minmax(0, 1fr);
  }
}
