@font-face {
  font-family: "Figtree";
  src: url("../common/fonts/Figtree-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../common/fonts/PlusJakartaSans-Variable.ttf") format("truetype");
  font-weight: 300 800;
  font-display: swap;
}

:root {
  --ink: #07152d;
  --muted: #607089;
  --line: rgba(7, 21, 45, 0.14);
  --blue: #1a66ff;
  --blue-dark: #0045cf;
  --blue-pale: #edf3ff;
  --white: #ffffff;
  --navy: #08162e;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
  background: #ffffff;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: "Figtree", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.first-screen {
  min-height: 100svh;
  overflow: hidden;
  background: #ffffff;
}

.site-header {
  width: 100%;
  height: 76px;
  padding: 0 clamp(28px, 3.8vw, 58px);
  display: grid;
  grid-template-columns: 230px 1fr 230px;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.brand {
  width: 184px;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  color: #35445c;
  font-size: 15px;
  font-weight: 600;
}

.main-nav a,
.text-link {
  transition: color 160ms ease;
}

.main-nav a:hover,
.text-link:hover {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  font-size: 15px;
  font-weight: 650;
}

.text-link {
  color: #43516a;
}

.contact-link {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 8px 20px rgba(26, 102, 255, 0.18);
  white-space: nowrap;
  transition: background 160ms ease, transform 160ms ease;
}

.contact-link:hover,
.primary-action:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.hero {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) 210px;
}

.hero-stage {
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(470px, 42%) minmax(0, 58%);
}

.hero-copy {
  min-width: 0;
  padding: clamp(34px, 4.4vh, 50px) clamp(34px, 4.2vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 8%, rgba(56, 124, 255, 0.34), transparent 34%),
    var(--navy);
}

.hero-keywords {
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.hero-keywords li {
  min-width: 101px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 6px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 730;
  letter-spacing: -0.01em;
}

.hero-keywords li span {
  color: #8fb2ff;
  font-family: "Figtree", sans-serif;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
}

h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(44px, 3.9vw, 60px);
  font-weight: 630;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.hero-summary {
  max-width: 560px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.47;
}

.coverage-block {
  margin-top: 24px;
}

.coverage-block p {
  margin: 0 0 10px;
  color: #8fb2ff;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coverage-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.coverage-keywords strong {
  padding: 6px 9px;
  border-left: 2px solid var(--blue);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 680;
}

.hero-actions {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.primary-action {
  min-height: 47px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 7px;
  color: var(--white);
  background: var(--blue);
  font-size: 14px;
  font-weight: 720;
  box-shadow: 0 10px 24px rgba(26, 102, 255, 0.26);
  transition: background 160ms ease, transform 160ms ease;
}

.primary-action svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.secondary-action {
  padding: 11px 0;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
  transition: color 160ms ease, border-color 160ms ease;
}

.secondary-action:hover {
  color: #8fb2ff;
  border-color: #8fb2ff;
}

.product-gallery {
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(290px, 0.88fr);
  gap: 1px;
  background: rgba(7, 21, 45, 0.15);
}

.product-visual-stack {
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(7, 21, 45, 0.15);
}

.product-visual {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #dfe8f8;
}

.product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 21, 45, 0.13), transparent 30%),
    linear-gradient(0deg, rgba(7, 21, 45, 0.13), transparent 25%);
}

.product-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
}

.product-visual--maps img {
  object-position: center;
}

.product-visual--places img {
  object-position: center;
}

.product-visual--routes img {
  object-position: center 62%;
}

.product-visual figcaption {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  min-width: 152px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  column-gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  box-shadow: 0 10px 26px rgba(7, 21, 45, 0.12);
}

.product-visual figcaption span {
  color: var(--blue);
  font-size: 9px;
  font-style: normal;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-visual figcaption strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.product-visual figcaption em {
  grid-column: 1 / -1;
  margin-top: 3px;
  color: #607089;
  font-size: 11px;
  font-style: normal;
  font-weight: 650;
}

.bottom-variant {
  min-height: 210px;
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 18%);
  border-top: 1px solid var(--line);
  background: #ffffff;
}

body[data-variant="industry"] .industry-proof,
body[data-variant="workflow"] .workflow-proof,
body[data-variant="journey"] .journey-proof {
  display: grid;
}

.industry-panorama,
.journey-canvas {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: #ffffff;
  background: var(--navy);
}

.industry-panorama > img,
.journey-canvas > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.industry-panorama > img {
  object-position: center 66%;
}

.industry-panorama::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 21, 45, 0.88) 0%, rgba(7, 21, 45, 0.28) 31%, rgba(7, 21, 45, 0.08) 67%, rgba(7, 21, 45, 0.38) 100%),
    linear-gradient(0deg, rgba(7, 21, 45, 0.66), transparent 72%);
}

.panorama-heading,
.panorama-stories {
  position: absolute;
  z-index: 2;
}

.panorama-heading {
  top: 28px;
  left: clamp(28px, 3.6vw, 54px);
  max-width: 270px;
}

.panorama-heading p,
.workflow-heading p,
.journey-heading p {
  margin: 0 0 7px;
  color: #8fb2ff;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.panorama-heading h2,
.workflow-heading h2,
.journey-heading h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.panorama-stories {
  right: clamp(22px, 2.4vw, 36px);
  bottom: 20px;
  left: clamp(340px, 28vw, 430px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.52);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(7, 21, 45, 0.48);
  backdrop-filter: blur(12px);
}

.panorama-stories a {
  min-width: 0;
  padding: 13px 16px;
}

.panorama-stories a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.panorama-stories span,
.panorama-stories strong {
  display: block;
}

.panorama-stories span {
  color: #9cbaff;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.panorama-stories strong {
  margin-top: 4px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 690;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.workflow-canvas {
  min-width: 0;
  padding: 24px clamp(28px, 3.6vw, 54px);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  background:
    linear-gradient(rgba(26, 102, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 102, 255, 0.05) 1px, transparent 1px),
    #f6f9ff;
  background-size: 34px 34px;
}

.workflow-heading {
  position: relative;
  z-index: 1;
}

.workflow-heading h2 {
  color: var(--ink);
  font-size: 23px;
}

.workflow-diagram {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(160px, 0.9fr) 30px minmax(290px, 1.45fr) 30px minmax(160px, 0.9fr);
  align-items: center;
  gap: 10px;
}

.workflow-group {
  min-width: 0;
  min-height: 122px;
  padding: 16px;
  display: flex;
  align-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  border: 1px solid rgba(26, 102, 255, 0.17);
  background: rgba(255, 255, 255, 0.82);
}

.workflow-group--platform {
  color: #ffffff;
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 16px 34px rgba(26, 102, 255, 0.18);
}

.workflow-label {
  width: 100%;
  margin-bottom: 6px;
  color: #70819a;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.workflow-group--platform .workflow-label {
  color: rgba(255, 255, 255, 0.68);
}

.workflow-group strong {
  padding: 6px 8px;
  border: 1px solid rgba(7, 21, 45, 0.11);
  font-size: 12px;
  font-weight: 700;
}

.workflow-group--platform strong {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
}

.workflow-connector {
  color: var(--blue);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.journey-canvas > img {
  object-position: center 58%;
  filter: saturate(0.9);
}

.journey-canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 21, 45, 0.96) 0%, rgba(7, 21, 45, 0.78) 27%, rgba(7, 21, 45, 0.28) 58%, rgba(7, 21, 45, 0.45) 100%),
    linear-gradient(0deg, rgba(7, 21, 45, 0.42), transparent);
}

.journey-heading {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(28px, 3.6vw, 54px);
  width: 220px;
  transform: translateY(-50%);
}

.journey-steps {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(24px, 3vw, 44px);
  left: clamp(310px, 27vw, 410px);
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  transform: translateY(-50%);
}

.journey-steps li {
  min-width: 0;
  min-height: 112px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 2px solid var(--blue);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
}

.journey-steps span,
.journey-steps strong,
.journey-steps em {
  display: block;
}

.journey-steps span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 820;
}

.journey-steps strong {
  margin-top: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.2;
}

.journey-steps em {
  margin-top: 6px;
  color: #697a93;
  font-size: 11px;
  font-style: normal;
  font-weight: 650;
}

.foundation-area {
  min-width: 0;
  padding: 25px clamp(24px, 2.6vw, 40px) 25px 24px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  color: #ffffff;
  background: var(--navy);
}

.foundation-area > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.alibaba-logo {
  width: min(170px, 100%);
  height: auto;
  display: block;
}

.platform-surfaces {
  display: flex;
  align-items: center;
  gap: 9px;
}

.platform-surfaces span {
  color: rgba(255, 255, 255, 0.63);
  font-size: 11px;
  font-weight: 650;
}

.platform-surfaces i {
  width: 3px;
  height: 3px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.value-screen {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  color: var(--ink);
  background: #ffffff;
}

.value-content {
  min-width: 0;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 190px minmax(0, 1fr);
}

.value-header {
  min-width: 0;
  padding: 34px clamp(36px, 4vw, 60px);
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  align-items: end;
  gap: 54px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.value-heading p {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.value-heading h2 {
  margin: 0;
  font-size: clamp(40px, 3.55vw, 52px);
  font-weight: 640;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.value-intro {
  max-width: 520px;
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.value-grid {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-panel {
  min-width: 0;
  min-height: 0;
  padding: clamp(30px, 3.2vw, 46px);
  display: grid;
  grid-template-rows: auto minmax(220px, 1fr) auto;
  gap: 28px;
  border-right: 1px solid var(--line);
}

.value-panel--cost {
  background:
    linear-gradient(rgba(26, 102, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 102, 255, 0.045) 1px, transparent 1px),
    #f7f9fd;
  background-size: 32px 32px;
}

.value-panel--response {
  color: #ffffff;
  border-right-color: rgba(255, 255, 255, 0.2);
  background: var(--blue);
}

.value-panel--stack {
  color: #ffffff;
  border-right: 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(51, 119, 255, 0.28), transparent 31%),
    var(--navy);
}

.value-panel-heading > span {
  display: block;
  color: var(--blue);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.value-panel--response .value-panel-heading > span,
.value-panel--stack .value-panel-heading > span {
  color: #9cbaff;
}

.value-panel-heading p {
  margin: 13px 0 7px;
  color: #5d6e87;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.value-panel--response .value-panel-heading p,
.value-panel--stack .value-panel-heading p {
  color: rgba(255, 255, 255, 0.62);
}

.value-panel-heading h3 {
  max-width: 350px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(27px, 2.25vw, 34px);
  font-weight: 630;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.value-panel-note {
  max-width: 350px;
  margin: 0;
  color: #5d6e87;
  font-size: 14px;
  font-weight: 590;
  line-height: 1.45;
}

.value-panel--response .value-panel-note,
.value-panel--stack .value-panel-note {
  color: rgba(255, 255, 255, 0.68);
}

.cost-comparison,
.response-comparison,
.stack-comparison {
  align-self: center;
}

.comparison-reference > span,
.comparison-amap > span,
.response-route > span,
.stack-row > span {
  display: block;
  margin-bottom: 9px;
  color: #667790;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-reference {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.comparison-reference > span {
  grid-column: 1 / -1;
}

.comparison-reference > div {
  min-width: 0;
  padding: 11px 9px;
  border: 1px solid rgba(7, 21, 45, 0.13);
  background: rgba(255, 255, 255, 0.72);
}

.comparison-reference strong,
.comparison-reference em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.comparison-reference strong {
  font-size: 12px;
  font-weight: 720;
}

.comparison-reference em {
  margin-top: 4px;
  color: #7b8aa0;
  font-size: 9px;
  font-style: normal;
  font-weight: 650;
}

.comparison-amap {
  margin-top: 16px;
  padding: 17px 18px;
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 16px 32px rgba(26, 102, 255, 0.18);
}

.comparison-amap > span {
  color: rgba(255, 255, 255, 0.66);
}

.comparison-amap strong,
.comparison-amap em {
  display: block;
}

.comparison-amap strong {
  font-size: 15px;
  font-weight: 720;
}

.comparison-amap em {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-style: normal;
  font-weight: 620;
}

.response-comparison {
  display: grid;
  gap: 24px;
}

.response-route > span {
  color: rgba(255, 255, 255, 0.61);
}

.response-route ol {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
}

.response-route li {
  position: relative;
  min-width: 0;
  padding: 10px 8px;
  flex: 1 1 auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.response-route li + li {
  border-left: 0;
}

.response-route--typical {
  opacity: 0.74;
}

.response-route--amap ol {
  gap: 9px;
}

.response-route--amap li {
  padding: 14px 12px;
  border-color: rgba(255, 255, 255, 0.8);
  color: var(--blue);
  background: #ffffff;
  font-size: 12px;
}

.response-route--amap li:first-child {
  flex: 0.72;
}

.response-route--amap li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}

.response-route--amap li + li::before {
  content: "→";
  position: absolute;
  left: -11px;
  top: 50%;
  color: #ffffff;
  transform: translateY(-50%);
}

.response-route--amap strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 730;
}

.stack-comparison {
  display: grid;
  gap: 20px;
}

.stack-row > span {
  color: rgba(255, 255, 255, 0.54);
}

.stack-row > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
}

.stack-row i {
  min-width: 0;
  padding: 11px 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.25);
  font-size: 9px;
  font-style: normal;
  font-weight: 720;
  text-align: center;
}

.stack-row--specialist i.is-covered {
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.12);
}

.stack-row--amap i {
  position: relative;
  border-color: rgba(255, 255, 255, 0.76);
  color: var(--navy);
  background: #ffffff;
}

.stack-row--amap i + i::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  width: 6px;
  height: 2px;
  background: #8fb2ff;
  transform: translateY(-50%);
}

.stack-row--amap strong {
  display: block;
  margin-top: 10px;
  color: #9cbaff;
  font-size: 12px;
  font-weight: 730;
}

.section-rail {
  min-height: 100svh;
  padding: 34px 18px 28px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid var(--line);
  background: #ffffff;
}

.rail-home,
.rail-current {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.rail-home span,
.rail-current span {
  color: #8a97a9;
  font-size: 10px;
  font-weight: 820;
}

.rail-home strong,
.rail-current strong {
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rail-home strong {
  color: #8a97a9;
}

.rail-current span,
.rail-current strong {
  color: var(--blue);
}

.rail-progress {
  width: 1px;
  height: 72px;
  margin: 14px 0;
  position: relative;
  background: #d7dee9;
}

.rail-progress i,
.rail-progress b {
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateX(-50%);
}

.rail-progress i {
  top: 0;
  background: #aab5c5;
}

.rail-progress b {
  bottom: 0;
  background: var(--blue);
}

.rail-links {
  width: 100%;
  margin-top: auto;
  display: grid;
  gap: 10px;
}

.rail-links a {
  padding: 8px 4px;
  border-top: 1px solid var(--line);
  color: #6a7990;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.rail-links a:hover {
  color: var(--blue);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 190px 1fr auto;
    gap: 18px;
  }

  .main-nav {
    gap: 18px;
  }

  .header-actions {
    gap: 14px;
  }

  .hero-stage {
    grid-template-columns: minmax(440px, 45%) minmax(0, 55%);
  }

  .product-gallery {
    grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.9fr);
  }

  .bottom-variant {
    grid-template-columns: minmax(0, 1fr) minmax(190px, 19%);
  }

  .panorama-stories {
    left: 300px;
  }

  .workflow-canvas {
    padding-right: 28px;
    padding-left: 28px;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 20px;
  }

  .workflow-heading h2 {
    font-size: 19px;
  }

  .workflow-diagram {
    grid-template-columns: minmax(126px, 0.9fr) 22px minmax(220px, 1.35fr) 22px minmax(126px, 0.9fr);
    gap: 6px;
  }

  .workflow-group {
    padding: 12px;
  }

  .journey-steps {
    left: 270px;
  }

  .value-screen {
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .value-content {
    grid-template-rows: 178px minmax(0, 1fr);
  }

  .value-header {
    padding: 28px 34px;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 34px;
  }

  .value-panel {
    padding: 28px;
    gap: 22px;
  }

  .value-panel-heading h3 {
    font-size: 27px;
  }

  .value-panel-note {
    font-size: 13px;
  }

  .section-rail {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (max-width: 1020px) {
  .first-screen {
    overflow: visible;
  }

  .site-header {
    height: 68px;
    grid-template-columns: 1fr auto;
  }

  .brand {
    width: 168px;
  }

  .main-nav {
    display: none;
  }

  .hero {
    min-height: calc(100svh - 68px);
    grid-template-rows: auto auto;
  }

  .hero-stage {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 540px;
  }

  .product-gallery {
    min-height: 620px;
  }

  .bottom-variant {
    grid-template-columns: minmax(0, 1fr) 240px;
  }

  .industry-panorama,
  .workflow-canvas,
  .journey-canvas,
  .foundation-area {
    min-height: 250px;
  }

  .workflow-canvas {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .workflow-diagram {
    grid-template-columns: minmax(110px, 0.9fr) 18px minmax(180px, 1.3fr) 18px minmax(110px, 0.9fr);
  }

  .workflow-group {
    min-height: 150px;
  }

  .journey-steps {
    left: 240px;
  }

  .value-screen {
    grid-template-columns: minmax(0, 1fr) 76px;
  }

  .value-content {
    grid-template-rows: 178px minmax(0, 1fr);
  }

  .value-header {
    padding-right: 26px;
    padding-left: 26px;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
  }

  .value-heading h2 {
    font-size: 38px;
  }

  .value-intro {
    font-size: 15px;
  }

  .value-panel {
    padding: 24px 20px;
    gap: 18px;
  }

  .value-panel-heading h3 {
    font-size: 23px;
  }

  .comparison-reference > div {
    padding-right: 6px;
    padding-left: 6px;
  }

  .comparison-amap {
    padding: 15px 13px;
  }

  .comparison-amap strong {
    font-size: 13px;
  }

  .response-route li {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 9px;
  }

  .stack-row i {
    font-size: 8px;
  }

  .section-rail {
    padding-right: 9px;
    padding-left: 9px;
  }

  .rail-home strong,
  .rail-current strong,
  .rail-links a {
    font-size: 9px;
  }
}

@media (max-width: 660px) {
  .site-header {
    padding: 0 20px;
  }

  .brand {
    width: 150px;
  }

  .header-actions .text-link {
    display: none;
  }

  .contact-link {
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px;
  }

  .hero-copy {
    min-height: 0;
    padding: 36px 20px 42px;
  }

  .hero-keywords {
    gap: 6px;
  }

  .hero-keywords li {
    min-width: 0;
    padding: 7px 8px;
    gap: 5px;
    font-size: 12px;
  }

  .hero-keywords li span {
    font-size: 8px;
  }

  h1 {
    font-size: clamp(39px, 11.5vw, 50px);
  }

  .hero-summary {
    font-size: 17px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .product-gallery {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .product-visual--maps {
    min-height: 420px;
  }

  .product-visual-stack {
    min-height: 600px;
  }

  .product-visual figcaption {
    top: 14px;
    left: 14px;
  }

  .bottom-variant {
    grid-template-columns: 1fr;
  }

  .industry-panorama {
    min-height: 540px;
  }

  .industry-panorama > img {
    object-position: 58% center;
  }

  .industry-panorama::after {
    background:
      linear-gradient(180deg, rgba(7, 21, 45, 0.88) 0%, rgba(7, 21, 45, 0.18) 48%, rgba(7, 21, 45, 0.8) 100%);
  }

  .panorama-heading {
    top: 28px;
    left: 20px;
  }

  .panorama-stories {
    right: 20px;
    bottom: 20px;
    left: 20px;
    grid-template-columns: 1fr;
  }

  .panorama-stories a {
    padding: 10px 12px;
  }

  .panorama-stories a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
  }

  .workflow-canvas {
    min-height: 760px;
    padding: 30px 20px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 24px;
  }

  .workflow-heading h2 {
    max-width: 290px;
    font-size: 24px;
  }

  .workflow-diagram {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .workflow-group {
    min-height: 120px;
  }

  .workflow-connector {
    transform: rotate(90deg);
  }

  .journey-canvas {
    min-height: 650px;
  }

  .journey-canvas > img {
    object-position: 62% center;
  }

  .journey-canvas::after {
    background:
      linear-gradient(180deg, rgba(7, 21, 45, 0.92) 0%, rgba(7, 21, 45, 0.35) 44%, rgba(7, 21, 45, 0.76) 100%);
  }

  .journey-heading {
    top: 32px;
    left: 20px;
    width: 260px;
    transform: none;
  }

  .journey-steps {
    top: auto;
    right: 20px;
    bottom: 22px;
    left: 20px;
    grid-template-columns: 1fr;
    transform: none;
  }

  .journey-steps li {
    min-height: 94px;
  }

  .foundation-area {
    min-height: 210px;
    padding: 28px 20px;
  }

  .value-screen {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .value-content {
    min-height: auto;
    grid-template-rows: auto auto;
  }

  .value-header {
    padding: 42px 20px;
    display: block;
  }

  .value-heading h2 {
    font-size: 40px;
  }

  .value-intro {
    margin-top: 22px;
  }

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

  .value-panel {
    min-height: 620px;
    padding: 34px 20px;
    grid-template-rows: auto minmax(220px, 1fr) auto;
    gap: 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 21, 45, 0.14);
  }

  .value-panel-heading h3 {
    max-width: 330px;
    font-size: 30px;
  }

  .value-panel-note {
    max-width: 330px;
    font-size: 14px;
  }

  .comparison-reference > div {
    padding: 11px 8px;
  }

  .comparison-amap {
    padding: 17px 16px;
  }

  .response-route li {
    padding: 10px 6px;
  }

  .stack-row i {
    font-size: 8px;
  }

  .section-rail {
    display: none;
  }
}

/* Absolute final 2026-08-02 first-screen breathing room and Live Maps parity. */
@media (min-width: 1021px) {
  #hero-title {
    line-height: 0.95;
  }

  .hero-keywords {
    margin-top: 17px;
    margin-bottom: 11px;
    gap: 16px;
  }

  .hero-summary {
    margin-top: 11px;
    line-height: 1.42;
  }

  .hero-copy .coverage-block {
    margin-top: 16px;
  }

  .hero-copy .coverage-block p {
    margin-bottom: 10px;
  }

  .hero-copy .coverage-keywords {
    gap: 10px;
  }

  .hero-copy .coverage-keywords strong {
    min-height: 34px;
    padding: 8px 11px;
  }

  .hero-actions {
    margin-top: 17px;
  }

  .scenario-column {
    grid-template-rows: 420px 340px;
  }

  .scenario-column > .scenario-insight,
  .scenario-column > .scenario-visual {
    min-height: 0;
    height: auto;
  }
}

.panorama-solution--aiot::before {
  background-image: url("./assets/industry-aiot-wearables-dark-v3.png");
  background-position: center 51%;
}

.solution-card--aiot .solution-card-media img {
  content: url("https://a.amap.com/lbs-dev-yuntu/static/oversea-v2/home/assets/solution-aiot-wearables-v2.jpg");
  object-position: center 52%;
}

.scenario-route-options {
  max-width: 290px;
  margin-top: 13px;
  padding: 3px;
  gap: 3px;
  border-color: rgba(150, 180, 235, 0.3);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow:
    0 12px 24px rgba(1, 8, 22, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.scenario-route-options button {
  min-height: 42px;
  padding: 6px 9px;
  gap: 7px;
  border-radius: 8px;
}

.scenario-route-options button.is-active {
  box-shadow:
    0 7px 15px rgba(1, 8, 22, 0.26),
    inset 0 0 0 1px rgba(40, 107, 255, 0.15);
}

.scenario-route-options span {
  font-size: 12px;
}

.scenario-route-options strong {
  font-size: 12px;
}

.scenario-route-metrics {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.scenario-route-metrics div,
.scenario-route-metrics div:first-child {
  min-height: 74px;
  padding: 10px 11px;
  border: 0;
}

.scenario-route-metrics div:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.scenario-route-metrics div:nth-child(n + 3) {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.scenario-route-metrics dt strong {
  font-size: clamp(25px, 2vw, 32px);
}

.scenario-route-metrics dd {
  margin-top: 2px;
  font-size: 10px;
}

.scenario-insight footer {
  padding-top: 13px;
  gap: 10px;
}

.scenario-insight--places footer,
.scenario-insight--logistics footer,
.scenario-insight--location footer {
  margin-top: auto;
}

.scenario-insight footer a {
  font-size: 14px;
}

.scenario-insight footer em {
  padding: 8px 10px;
  border-radius: 9px;
  color: #155eef;
  background: #eaf2ff;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.15;
  white-space: normal;
}

.scenario-insight--logistics footer em {
  color: #ffffff;
  background: rgba(87, 137, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(121, 161, 255, 0.28);
}

.scenario-poi-info {
  min-width: 180px;
  max-width: 250px;
  padding: 2px 1px;
  display: grid;
  gap: 4px;
  color: #0b1b35;
  font-family: "Figtree", sans-serif;
}

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

.scenario-poi-info strong {
  font-size: 14px;
  line-height: 1.18;
}

.scenario-poi-info em {
  color: #63738a;
  font-size: 11px;
  font-style: normal;
}

@media (max-width: 1080px) and (min-width: 781px) {
  .scenario-column {
    grid-template-rows: minmax(360px, auto);
  }

  .scenario-route-options {
    max-width: 320px;
  }
}

@media (max-width: 780px) {
  .hero-copy {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .hero-summary {
    line-height: 1.45;
  }

  .hero-copy .coverage-block {
    margin-top: 20px;
  }

  .hero-copy .coverage-keywords {
    gap: 9px;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .scenario-route-options {
    max-width: none;
  }

  .scenario-route-metrics div,
  .scenario-route-metrics div:first-child {
    min-height: 82px;
  }
}

/* 2026-07-28 hierarchy pass: official SKU naming, price proof and expert support. */
#hero-title span + span {
  margin-top: 16px;
}

.pricing-proof {
  margin-top: 8px;
}

.pricing-benefit-row {
  min-height: 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(146px, 1.15fr);
  align-items: end;
  gap: 10px;
}

.pricing-benefit-row .pricing-gap-summary {
  min-height: 0;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.pricing-benefit-row .pricing-gap-summary strong {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: clamp(28px, 2.3vw, 34px);
  font-weight: 840;
  letter-spacing: -0.055em;
  line-height: 1;
}

.pricing-benefit-row .pricing-gap-summary span {
  max-width: 118px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.08;
}

.pricing-benefit-row .pricing-rate {
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
  white-space: nowrap;
}

.pricing-benefit-row .pricing-rate strong {
  color: var(--blue);
  font-size: clamp(25px, 2vw, 31px);
  font-weight: 840;
  letter-spacing: -0.055em;
  line-height: 1;
}

.pricing-benefit-row .pricing-rate b {
  color: #52647e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pricing-proof > .pricing-free {
  min-height: 27px;
  margin-top: 3px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.pricing-proof > .pricing-free strong {
  color: var(--ink);
  font-size: 23px;
  font-weight: 840;
  letter-spacing: -0.04em;
  line-height: 1;
}

.pricing-proof > .pricing-free b {
  color: #52647e;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.05em;
}

.pricing-chart-meta {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pricing-chart-meta .pricing-example {
  color: #53657e;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.pricing-chart-meta .pricing-legend {
  min-width: 0;
  height: auto;
  min-height: 0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  color: #46566d;
  font-size: 12px;
  line-height: 1;
}

.pricing-chart-meta .pricing-legend span {
  gap: 6px;
  white-space: nowrap;
}

.pricing-chart-meta .pricing-legend span::before {
  width: 18px;
}

.pricing-chart-label {
  margin-top: 2px;
}

.advantage-copy h3 .copy-emphasis {
  color: var(--blue);
}

.response-network-image {
  width: 109%;
}

.stack-data-core span:nth-child(2) {
  width: 82%;
}

@media (min-width: 1181px) and (max-width: 1360px) {
  .pricing-benefit-row {
    grid-template-columns: minmax(0, 0.95fr) minmax(146px, 1.05fr);
  }

  .pricing-benefit-row .pricing-gap-summary strong {
    font-size: 29px;
  }

  .pricing-benefit-row .pricing-gap-summary span,
  .pricing-chart-meta .pricing-legend {
    font-size: 11px;
  }

  .pricing-benefit-row .pricing-rate strong {
    font-size: 25px;
  }

  .pricing-chart-meta {
    gap: 8px;
  }

  .pricing-chart-meta .pricing-legend {
    gap: 9px;
  }

  .pricing-chart-meta .pricing-legend span::before {
    width: 14px;
  }
}

@media (max-width: 1020px) {
  #hero-title span + span {
    margin-top: 12px;
  }

  .pricing-benefit-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pricing-benefit-row .pricing-rate {
    justify-content: flex-start;
  }

  .pricing-chart-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .pricing-chart-meta .pricing-legend {
    justify-content: flex-start;
  }

  .stack-data-core span:nth-child(2) {
    width: 88%;
  }
}

/* Prevent the two pricing highlights from competing for the same horizontal space. */
.pricing-benefit-row {
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 6px;
}

.pricing-benefit-row .pricing-gap-summary {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 4px;
}

.pricing-benefit-row .pricing-gap-summary strong {
  font-size: 30px;
}

.pricing-benefit-row .pricing-gap-summary span {
  max-width: none;
  font-size: 11px;
  line-height: 1.08;
}

.pricing-benefit-row .pricing-rate {
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.pricing-benefit-row .pricing-rate strong {
  font-size: 25px;
}

.pricing-benefit-row .pricing-rate b {
  font-size: 10px;
  line-height: 1;
}

@media (min-width: 1181px) and (max-width: 1360px) {
  .pricing-benefit-row {
    grid-template-columns: 138px minmax(0, 1fr);
  }

  .pricing-benefit-row .pricing-gap-summary {
    grid-template-columns: 61px minmax(0, 1fr);
  }

  .pricing-benefit-row .pricing-gap-summary strong {
    font-size: 29px;
  }

  .pricing-benefit-row .pricing-rate strong {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* 2026-07-30: screen 05 — launch industry solutions. */
.solutions-screen {
  min-height: max(760px, 100svh);
  padding: clamp(62px, 7.2vh, 84px) clamp(28px, 4.2vw, 72px) clamp(34px, 4.8vh, 52px);
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 8%, rgba(64, 116, 255, 0.22), transparent 28%),
    radial-gradient(circle at 7% 94%, rgba(74, 191, 146, 0.14), transparent 28%),
    #07142b;
}

.solutions-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(148, 175, 224, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 175, 224, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 78%);
}

.solutions-shell {
  width: min(100%, 1440px);
  min-height: calc(max(760px, 100svh) - clamp(96px, 12vh, 136px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.solutions-heading {
  margin-bottom: clamp(22px, 3vh, 32px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(32px, 5vw, 76px);
}

.solutions-heading-copy {
  max-width: 850px;
}

.solutions-heading-copy > p {
  margin: 0 0 11px;
  color: #82a3ff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.solutions-heading-copy h2 {
  max-width: 810px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.solutions-heading-copy > span {
  margin-top: 14px;
  display: block;
  color: #9eb0cc;
  font-size: clamp(13px, 1.15vw, 17px);
  font-weight: 580;
  line-height: 1.45;
}

.solutions-value-proof {
  min-width: 280px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.solutions-value-proof > div {
  padding: 16px 18px;
}

.solutions-value-proof > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.solutions-value-proof dt,
.solutions-value-proof dd {
  margin: 0;
}

.solutions-value-proof dt {
  color: #ffffff;
  font-size: 15px;
  font-weight: 790;
  letter-spacing: -0.02em;
}

.solutions-value-proof dd {
  margin-top: 4px;
  color: #74deb8;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solution-card-grid {
  min-height: 0;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.2);
}

.solution-card {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(220px, 1.16fr) minmax(188px, 0.84fr);
  color: #ffffff;
  text-decoration: none;
  background: rgba(7, 20, 43, 0.66);
  transition: background-color 180ms ease;
}

.solution-card + .solution-card {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.solution-card:hover {
  background: rgba(19, 44, 84, 0.92);
}

.solution-card:focus-visible {
  z-index: 2;
  outline: 3px solid #82a3ff;
  outline-offset: -3px;
}

.solution-card-media {
  min-height: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #102549;
}

.solution-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(4, 14, 31, 0.94) 0%, rgba(4, 14, 31, 0.18) 52%, transparent 78%),
    linear-gradient(to right, rgba(4, 14, 31, 0.16), transparent 45%);
}

.solution-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 520ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.solution-card--logistics .solution-card-media img {
  object-position: 54% center;
}

.solution-card--mobility .solution-card-media img {
  object-position: 52% center;
}

.solution-card--two-wheeler .solution-card-media img {
  object-position: 48% center;
}

.solution-card:hover .solution-card-media img {
  transform: scale(1.035);
}

.solution-card-media figcaption {
  padding: 25px 26px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
}

.solution-card-media figcaption span {
  color: #91adff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.solution-card-media figcaption strong {
  max-width: 360px;
  margin-top: 7px;
  display: block;
  color: #ffffff;
  font-size: clamp(23px, 2.1vw, 32px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.solution-card-body {
  min-height: 0;
  padding: 22px 26px 20px;
  display: flex;
  flex-direction: column;
}

.solution-card-body > p {
  max-width: 380px;
  margin: 0;
  color: #a9b9d0;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 570;
  line-height: 1.48;
}

.solution-capabilities {
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.solution-capabilities li {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  color: #c8d5e7;
  border: 1px solid rgba(143, 174, 230, 0.3);
  border-radius: 999px;
  background: rgba(94, 131, 198, 0.08);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.solution-card-action {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 12px;
  font-weight: 790;
}

.solution-card-action i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #07142b;
  border-radius: 50%;
  background: #74deb8;
  font-style: normal;
  transition: transform 180ms ease, background-color 180ms ease;
}

.solution-card:hover .solution-card-action i {
  background: #ffffff;
  transform: translate(2px, -2px);
}

.solutions-proof-bar {
  min-height: 64px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: rgba(5, 16, 36, 0.9);
}

.solutions-proof-bar p {
  margin: 0;
  color: #93a7c4;
  font-size: 12px;
  font-weight: 620;
  line-height: 1.35;
}

.solutions-proof-bar p strong {
  color: #ffffff;
}

.solutions-proof-bar a {
  flex: 0 0 auto;
  color: #7d9fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.solutions-proof-bar a:hover {
  color: #ffffff;
}

[data-tail-section] .solutions-heading,
[data-tail-section] .solution-card-grid,
[data-tail-section] .solutions-proof-bar {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-tail-section].is-visible .solutions-heading,
[data-tail-section].is-visible .solution-card-grid,
[data-tail-section].is-visible .solutions-proof-bar {
  opacity: 1;
  transform: translateY(0);
}

[data-tail-section].is-visible .solution-card-grid {
  transition-delay: 80ms;
}

[data-tail-section].is-visible .solutions-proof-bar {
  transition-delay: 140ms;
}

@media (max-width: 1080px) {
  .solutions-screen {
    min-height: auto;
  }

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

  .solutions-heading {
    grid-template-columns: 1fr;
  }

  .solutions-value-proof {
    width: min(100%, 420px);
  }

  .solution-card {
    grid-template-rows: 210px minmax(210px, auto);
  }

  .solution-card-media figcaption,
  .solution-card-body {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 780px) {
  .solutions-screen {
    padding: 70px 18px 38px;
  }

  .solution-card-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    grid-template-rows: minmax(240px, 46vw) auto;
  }

  .solution-card + .solution-card {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .solution-card-body {
    min-height: 210px;
  }

  .solutions-proof-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 520px) {
  .solutions-heading-copy h2 {
    font-size: 38px;
  }

  .solutions-value-proof {
    min-width: 0;
  }

  .solutions-value-proof > div {
    padding: 13px 12px;
  }

  .solution-card-media figcaption {
    padding: 20px;
  }

  .solution-card-media figcaption strong {
    font-size: 27px;
  }
}

/* 2026-08-02 — unified second-screen advantage system. */
.value-content {
  grid-template-rows: 176px minmax(760px, 1fr);
}

.advantage-story,
.advantage-story:nth-child(2) {
  grid-template-rows: minmax(208px, 0.74fr) minmax(500px, 1.26fr);
}

.advantage-story:nth-child(2) .advantage-visual {
  padding: 0;
  background: #e9eef7;
}

.advantage-story:nth-child(2) .advantage-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
}

.advantage-copy,
.advantage-story:nth-child(2) .advantage-copy {
  min-height: 0;
  padding: clamp(22px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  row-gap: 0;
}

.advantage-copy > p:first-child {
  min-height: 16px;
  margin: 0 0 8px;
}

.advantage-copy h3,
.advantage-story:nth-child(2) .advantage-copy h3 {
  min-height: 72px;
  margin: 0;
  font-size: clamp(27px, 2vw, 32px);
  line-height: 1.08;
}

.advantage-proof {
  width: 100%;
  min-height: 300px;
  height: 300px;
  margin-top: auto;
  overflow: hidden;
  border: 1px solid #d7e2f0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 8%, rgba(38, 107, 255, 0.16), transparent 38%),
    linear-gradient(145deg, #f9fbff 0%, #edf4ff 100%);
}

.value-proof {
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  align-content: center;
  gap: 17px;
}

.response-proof {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.response-proof-image {
  width: 112%;
  max-width: none;
  height: 112%;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.stack-data-proof {
  padding: 16px 18px 14px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) 58px;
  align-items: stretch;
  gap: 10px;
}

.stack-data-core {
  width: 100%;
  min-height: 0;
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  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: 32px;
  height: 32px;
  max-height: 32px;
  padding: 0 10px;
  flex: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.stack-data-core span:nth-child(1) { width: 58%; }
.stack-data-core span:nth-child(2) { width: 68.5%; }
.stack-data-core span:nth-child(3) { width: 79%; }
.stack-data-core span:nth-child(4) { width: 89.5%; }
.stack-data-core span:nth-child(5) { width: 100%; }

.stack-data-tree {
  display: none;
}

.stack-data-metrics {
  min-height: 0;
  height: 58px;
  margin: 0;
  padding: 10px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 1fr;
  gap: 0;
  border-top: 1px solid #d4e0ef;
}

.stack-data-metrics div {
  width: auto;
  min-width: 0;
  padding: 0 7px;
  display: grid;
  align-content: center;
  border-right: 1px solid #d4e0ef;
  text-align: center;
}

.stack-data-metrics div:last-child {
  border-right: 0;
}

.stack-data-metrics dt,
.stack-data-metrics div:last-child dt {
  color: var(--blue);
  font-size: clamp(20px, 1.65vw, 25px);
  line-height: 1;
  text-align: center;
}

.stack-data-metrics dd {
  margin-top: 3px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1180px) and (min-width: 661px) {
  .value-screen,
  .value-content {
    min-height: 960px;
  }

  .value-content {
    grid-template-rows: 176px minmax(784px, 1fr);
  }

  .advantage-story,
  .advantage-story:nth-child(2) {
    grid-template-rows: 196px minmax(540px, 1fr);
  }

  .advantage-copy,
  .advantage-story:nth-child(2) .advantage-copy {
    padding: 20px 17px;
  }

  .advantage-copy h3,
  .advantage-story:nth-child(2) .advantage-copy h3 {
    min-height: 84px;
    font-size: clamp(23px, 2.35vw, 28px);
  }

  .advantage-proof {
    min-height: 314px;
    height: 314px;
  }

  .value-proof {
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .value-proof-rate {
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid #d4e0ef;
  }

  .value-proof-rate strong {
    font-size: clamp(58px, 6vw, 76px);
  }

  .value-proof-saving {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .value-proof-saving strong {
    font-size: 38px;
  }

  .value-proof > p {
    padding-top: 11px;
    grid-column: 1;
    font-size: 12px;
  }

  .stack-data-proof {
    padding-inline: 12px;
  }

  .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) {
    font-size: 10.5px;
  }
}

@media (max-width: 660px) {
  .value-screen,
  .value-content {
    min-height: 0;
  }

  .value-content {
    grid-template-rows: auto auto;
  }

  .advantage-story,
  .advantage-story:nth-child(2) {
    grid-template-rows: minmax(220px, 58vw) auto;
  }

  .advantage-copy,
  .advantage-story:nth-child(2) .advantage-copy {
    padding: 24px 20px 28px;
  }

  .advantage-copy h3,
  .advantage-story:nth-child(2) .advantage-copy h3 {
    min-height: 0;
  }

  .advantage-proof {
    min-height: 310px;
    height: 310px;
    margin-top: 24px;
  }

  .response-proof-image {
    width: 108%;
    height: 108%;
  }

  .stack-data-proof {
    min-height: 330px;
    height: 330px;
  }

  .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: 36px;
    height: 36px;
    max-height: 36px;
    flex-basis: 36px;
    font-size: 11px;
  }
}

/* Absolute final cascade lock: 2026-08-03 review fixes. */
@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;
  }
}

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

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

@media (min-width: 781px) {
  .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: 5px 6px;
  }

  .industry-panorama--solutions .panorama-solution li {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .industry-panorama--solutions .panorama-solution .panorama-capability-wide {
    grid-column: 1 / -1;
  }
}

/* Final cascade lock: 2026-08-03 review fixes. */
@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;
  }
}

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

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

@media (min-width: 781px) {
  .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: 5px 6px;
  }

  .industry-panorama--solutions .panorama-solution li {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .industry-panorama--solutions .panorama-solution .panorama-capability-wide {
    grid-column: 1 / -1;
  }
}

/* 2026-08-03 — balanced Live Maps, complete hero tags and an evaluation-stage newsroom preview. */
@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;
  }
}

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

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

@media (min-width: 781px) {
  .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: 5px 6px;
  }

  .industry-panorama--solutions .panorama-solution li {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .industry-panorama--solutions .panorama-solution .panorama-capability-wide {
    grid-column: 1 / -1;
  }
}

.news-screen {
  min-height: max(100svh, 900px);
  padding: clamp(78px, 8vh, 104px) clamp(32px, 5vw, 78px) clamp(74px, 8vh, 104px);
  position: relative;
  overflow: hidden;
  scroll-margin-top: 76px;
  color: #0b1b35;
  background:
    linear-gradient(rgba(30, 75, 142, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 75, 142, 0.045) 1px, transparent 1px),
    #f3f6fb;
  background-size: 64px 64px;
}

.news-screen::before {
  width: 520px;
  height: 520px;
  position: absolute;
  top: -250px;
  right: -160px;
  border-radius: 50%;
  background: rgba(38, 107, 255, 0.1);
  content: "";
  filter: blur(10px);
  pointer-events: none;
}

.news-shell {
  width: min(100%, 1440px);
  min-height: calc(max(100svh, 900px) - clamp(152px, 16vh, 208px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.news-heading {
  margin-bottom: clamp(26px, 3.2vh, 38px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: end;
}

.news-heading > div:first-child > 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, 94px);
  font-weight: 690;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.news-purpose {
  padding: 18px 0 4px 24px;
  border-left: 3px solid #286bff;
}

.news-purpose span {
  color: #286bff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.news-purpose p {
  max-width: 540px;
  margin: 7px 0 0;
  color: #52647c;
  font-size: clamp(14px, 1.08vw, 17px);
  font-weight: 610;
  line-height: 1.5;
}

.news-grid {
  min-height: 0;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
}

.news-card {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(250px, 1.08fr) minmax(250px, 0.92fr);
  overflow: hidden;
  border: 1px solid #d3ddeb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(28, 61, 106, 0.1);
}

.news-card-media {
  min-height: 0;
  overflow: hidden;
  background: #e8eef7;
}

.news-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.news-card--aiot .news-card-media img {
  object-position: center 48%;
}

.news-card-body {
  padding: clamp(23px, 2.3vw, 34px);
  display: flex;
  flex-direction: column;
}

.news-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.news-card-meta span,
.news-card-meta em {
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-card-meta span {
  color: #286bff;
}

.news-card-meta em {
  color: #8a97aa;
}

.news-card h3 {
  max-width: 610px;
  margin: 17px 0 0;
  font-size: clamp(27px, 2.35vw, 38px);
  font-weight: 710;
  letter-spacing: -0.05em;
  line-height: 1.06;
}

.news-card-body > p {
  max-width: 600px;
  margin: 14px 0 0;
  color: #596b83;
  font-size: clamp(14px, 1.02vw, 16px);
  font-weight: 590;
  line-height: 1.52;
}

.news-card-status {
  width: max-content;
  margin-top: auto;
  padding-top: 18px;
  color: #1f64e9;
  border-bottom: 1px solid #8db2ff;
  font-size: 13px;
  font-weight: 810;
}

.news-proof {
  margin-top: 24px;
  padding: 17px 20px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  border-top: 1px solid #cfd9e8;
  border-bottom: 1px solid #cfd9e8;
}

.news-proof strong {
  color: #10223f;
  font-size: 13px;
  font-weight: 820;
  white-space: nowrap;
}

.news-proof p {
  margin: 0;
  color: #62738a;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.45;
}

[data-tail-section] .news-heading,
[data-tail-section] .news-grid,
[data-tail-section] .news-proof {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-tail-section].is-visible .news-heading,
[data-tail-section].is-visible .news-grid,
[data-tail-section].is-visible .news-proof {
  opacity: 1;
  transform: none;
}

[data-tail-section].is-visible .news-grid {
  transition-delay: 80ms;
}

[data-tail-section].is-visible .news-proof {
  transition-delay: 150ms;
}

@media (max-width: 900px) {
  .news-screen {
    min-height: 0;
    padding: 78px 24px 84px;
  }

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

  .news-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .news-purpose {
    max-width: 680px;
  }

  .news-card {
    grid-template-rows: minmax(230px, 48vw) auto;
  }
}

@media (max-width: 660px) {
  .news-heading h2 {
    font-size: clamp(48px, 15vw, 66px);
  }

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

  .news-card {
    grid-template-rows: 230px auto;
  }

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

  .news-proof {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-tail-section] .news-heading,
  [data-tail-section] .news-grid,
  [data-tail-section] .news-proof {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Final cascade lock: 2026-08-02 first screen and Live Maps. */
@media (min-width: 1021px) {
  #hero-title { line-height: 0.95; }

  .hero-keywords {
    margin-top: 17px;
    margin-bottom: 11px;
    gap: 16px;
  }

  .hero-summary {
    margin-top: 11px;
    line-height: 1.42;
  }

  .hero-copy .coverage-block { margin-top: 16px; }
  .hero-copy .coverage-block p { margin-bottom: 10px; }
  .hero-copy .coverage-keywords { gap: 10px; }

  .hero-copy .coverage-keywords strong {
    min-height: 34px;
    padding: 8px 11px;
  }

  .hero-actions { margin-top: 17px; }

  .scenario-column {
    grid-template-rows: 420px 340px;
  }

  .scenario-column > .scenario-insight,
  .scenario-column > .scenario-visual {
    min-height: 0;
    height: auto;
  }
}

.panorama-solution--aiot::before {
  background-image: url("./assets/industry-aiot-wearables-dark-v3.png");
  background-position: center 51%;
}

.solution-card--aiot .solution-card-media img {
  content: url("https://a.amap.com/lbs-dev-yuntu/static/oversea-v2/home/assets/solution-aiot-wearables-v2.jpg");
  object-position: center 52%;
}

.scenario-route-options {
  max-width: 290px;
  margin-top: 13px;
  padding: 3px;
  gap: 3px;
  border-color: rgba(150, 180, 235, 0.3);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow:
    0 12px 24px rgba(1, 8, 22, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.scenario-route-options button {
  min-height: 42px;
  padding: 6px 9px;
  gap: 7px;
  border-radius: 8px;
}

.scenario-route-options button.is-active {
  box-shadow:
    0 7px 15px rgba(1, 8, 22, 0.26),
    inset 0 0 0 1px rgba(40, 107, 255, 0.15);
}

.scenario-route-options span,
.scenario-route-options strong {
  font-size: 12px;
}

.scenario-route-metrics {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.scenario-route-metrics div,
.scenario-route-metrics div:first-child {
  min-height: 74px;
  padding: 10px 11px;
  border: 0;
}

.scenario-route-metrics div:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.scenario-route-metrics div:nth-child(n + 3) {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.scenario-route-metrics dt strong {
  font-size: clamp(25px, 2vw, 32px);
}

.scenario-route-metrics dd {
  margin-top: 2px;
  font-size: 10px;
}

.scenario-insight footer {
  padding-top: 13px;
  gap: 10px;
}

.scenario-insight--places footer,
.scenario-insight--logistics footer,
.scenario-insight--location footer {
  margin-top: auto;
}

.scenario-insight footer a { font-size: 14px; }

.scenario-insight footer em {
  padding: 8px 10px;
  border-radius: 9px;
  color: #155eef;
  background: #eaf2ff;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.15;
  white-space: normal;
}

.scenario-insight--logistics footer em {
  color: #ffffff;
  background: rgba(87, 137, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(121, 161, 255, 0.28);
}

.scenario-poi-info {
  min-width: 180px;
  max-width: 250px;
  padding: 2px 1px;
  display: grid;
  gap: 4px;
  color: #0b1b35;
  font-family: "Figtree", sans-serif;
}

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

.scenario-poi-info strong {
  font-size: 14px;
  line-height: 1.18;
}

.scenario-poi-info em {
  color: #63738a;
  font-size: 11px;
  font-style: normal;
}

@media (max-width: 1080px) and (min-width: 781px) {
  .scenario-column { grid-template-rows: minmax(360px, auto); }
  .scenario-route-options { max-width: 320px; }
}

@media (max-width: 780px) {
  .hero-copy {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .hero-summary { line-height: 1.45; }
  .hero-copy .coverage-block { margin-top: 20px; }
  .hero-copy .coverage-keywords { gap: 9px; }
  .hero-actions { margin-top: 20px; }
  .scenario-route-options { max-width: none; }

  .scenario-route-metrics div,
  .scenario-route-metrics div:first-child {
    min-height: 82px;
  }
}

/* 2026-07-29: market proof, company backing and full-stack closing argument. */
.foundation-area .foundation-claim {
  max-width: 235px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(14px, 1.12vw, 18px);
  font-weight: 740;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
}

.foundation-supported {
  margin: 4px 0 -4px;
  color: #8faeff;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.foundation-area {
  justify-content: center;
  gap: 8px;
}

.foundation-area .platform-surfaces {
  margin-top: 2px;
}

.stack-journey-proof {
  min-height: 550px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 18%, rgba(46, 111, 255, 0.18), transparent 34%),
    #091b38;
}

.stack-journey-header {
  min-height: 94px;
  padding: 20px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.stack-journey-header > strong {
  max-width: 440px;
  color: #ffffff;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 690;
  letter-spacing: -0.03em;
  text-align: right;
}

.stack-journey-flow {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.stack-journey-flow li {
  min-width: 0;
  padding: clamp(24px, 2.4vw, 38px);
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.stack-journey-flow li:last-child {
  border-right: 0;
}

.stack-journey-flow li:not(:last-child)::after {
  content: "→";
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -18px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(119, 160, 255, 0.55);
  border-radius: 50%;
  background: #17366e;
  font-size: 18px;
  transform: translateY(-50%);
}

.stack-journey-flow b {
  color: #77a0ff;
  font-size: 13px;
  font-weight: 850;
}

.stack-journey-flow span {
  margin-top: 24px;
  color: #72ddb9;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stack-journey-flow strong {
  margin-top: 7px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.stack-journey-flow em {
  margin-top: 16px;
  color: #a8b9d0;
  font-size: 16px;
  font-style: normal;
  font-weight: 760;
}

.stack-journey-flow small {
  min-height: 42px;
  margin-top: 10px;
  color: #8094b0;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.stack-foundation-proof {
  min-height: 106px;
  padding: 17px 25px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(360px, 1.45fr);
  align-items: center;
  gap: 28px;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(4, 14, 31, 0.52);
}

.stack-foundation-proof > span {
  color: #bac7d8;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.stack-foundation-proof dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stack-foundation-proof dl > div {
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.stack-foundation-proof dt,
.stack-foundation-proof dd {
  margin: 0;
}

.stack-foundation-proof dt {
  color: #77a0ff;
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 820;
  letter-spacing: -0.045em;
}

.stack-foundation-proof dd {
  margin-top: 3px;
  color: #9badc5;
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .stack-journey-flow {
    grid-template-columns: 1fr;
  }

  .stack-journey-flow li {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .stack-journey-flow li::after {
    display: none !important;
  }

  .stack-foundation-proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .stack-journey-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .stack-journey-header > strong {
    text-align: left;
  }

  .stack-foundation-proof dl {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* First-screen fit guard: keep the solution proof fully visible at laptop height. */
@media (min-width: 1021px) {
  .first-screen {
    height: 100svh;
    min-height: 680px;
  }

  .hero {
    height: calc(100svh - 76px);
    min-height: 604px;
    grid-template-rows: minmax(0, 1fr) 210px;
  }

  .hero-stage {
    min-height: 0;
  }

  .hero-copy {
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-keywords {
    margin-bottom: 13px;
  }

  #hero-title {
    font-size: clamp(46px, 4.35vw, 66px);
  }

  .hero-summary {
    margin-top: 13px;
  }

  .coverage-block {
    margin-top: 16px;
  }

  .hero-actions {
    margin-top: 17px;
  }

  .industry-panorama--solutions .panorama-stories {
    top: 14px;
    bottom: 14px;
  }

  .industry-panorama--solutions .panorama-solution {
    min-height: 0;
    padding: 14px 17px 13px;
    gap: 4px;
  }

  .industry-panorama--solutions .panorama-solution > strong {
    font-size: clamp(15px, 1.25vw, 19px);
  }

  .industry-panorama--solutions .panorama-solution ul {
    gap: 1px;
  }

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

  .industry-panorama--solutions .panorama-solution em {
    margin-top: 1px;
  }
}

.solutions-heading-copy .solutions-tagline {
  margin: 18px 0 0;
  color: #b8c6db;
  line-height: 1.35;
}

/* Absolute final guards: these follow every historical experiment above. */
.value-screen {
  min-height: max(100svh, 880px);
  overflow: visible;
}

.value-content {
  min-height: max(100svh, 880px);
  grid-template-rows: 146px minmax(734px, 1fr);
}

.advantage-story {
  grid-template-rows: minmax(190px, 0.72fr) minmax(440px, 1.28fr);
}

.inline-expert-form {
  margin-top: 2px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 9px;
}

.inline-expert-form .inline-expert-message {
  grid-column: 1 / -1;
}

.inline-expert-contact {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.inline-expert-form .inline-expert-switch {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  grid-column: auto;
  gap: 4px 10px;
  border: 0;
  background: transparent;
}

.inline-expert-switch legend {
  margin: 0;
  padding: 0;
  grid-column: 1 / -1;
  color: #4e6078;
  font-size: 10px;
  font-weight: 790;
}

.inline-expert-form .inline-expert-switch label {
  display: inline-flex;
  align-items: center;
  grid-auto-flow: column;
  gap: 5px;
  color: #50627a;
  font-size: 11px;
  font-weight: 740;
  cursor: pointer;
}

.inline-expert-form .inline-expert-switch input {
  width: 13px;
  min-height: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  accent-color: #1a66ff;
}

.inline-expert-input {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
}

.inline-expert-input select {
  min-width: 68px;
  min-height: 42px;
  padding: 0 8px;
  border: 1px solid #ced9e7;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  color: #1b2e49;
  background: #ffffff;
}

.inline-expert-input select[hidden] {
  display: none;
}

.inline-expert-form .inline-expert-input input {
  min-width: 0;
  min-height: 42px;
  padding: 0 11px;
  border-radius: 0 8px 8px 0;
}

.inline-expert-form .inline-expert-input select[hidden] + input {
  border-radius: 8px;
}

.inline-expert-form .inline-expert-submit {
  min-height: 42px;
  align-self: end;
  grid-column: 2;
  padding: 0 12px;
  font-size: 12px;
}

.inline-expert-form > p {
  min-height: 14px;
  margin: 0 2px;
  grid-column: 1 / -1;
  font-size: 10px;
}

.value-cta.value-cta--bridge {
  width: calc(100% - (var(--chapter-rail-width) * 2));
  min-height: 90px;
  margin: 18px auto;
  padding: 14px clamp(22px, 3vw, 42px);
  color: #0b1b35;
  border: 1px solid #d6e3f3;
  border-radius: 14px;
  background: linear-gradient(90deg, #edf4ff 0%, #ffffff 52%, #eff6ff 100%);
  box-shadow: 0 16px 42px rgba(23, 67, 126, 0.1);
  opacity: 1;
  transform: none;
}

.industry-panorama--solutions .panorama-solution {
  align-content: center;
}

.industry-panorama--solutions .panorama-solution > strong {
  max-width: none;
  font-size: clamp(18px, 1.48vw, 23px);
}

.industry-panorama--solutions .panorama-solution ul {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.industry-panorama--solutions .panorama-solution li {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: #e5ecf7;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 690;
  white-space: normal;
}

.industry-panorama--solutions .panorama-solution li::before {
  display: none;
}

@media (max-width: 900px) {
  .value-cta.value-cta--bridge {
    width: 100%;
    margin-block: 10px;
    border-radius: 0;
  }
}

/* 2026-07-31 — first-screen visual rebuild.
   This final layer intentionally removes every inherited panorama/map background. */
.hero-stage::before {
  display: none !important;
}

.hero-copy {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #07152d;
}

.hero-copy::before,
.hero-copy::after {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  pointer-events: none;
}

.hero-copy::before {
  z-index: 0;
  background: url("./assets/hero-global-cartography-v3.png") 88% center / cover no-repeat;
  opacity: 0.78;
  filter: brightness(1.34) saturate(0.72);
}

.hero-copy::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 21, 45, 0.78) 0%, rgba(7, 21, 45, 0.46) 58%, rgba(7, 21, 45, 0.2) 100%),
    linear-gradient(0deg, rgba(7, 21, 45, 0.48), rgba(7, 21, 45, 0.04));
}

.hero-copy > * {
  position: relative;
  z-index: 2;
}

.product-gallery.product-carousel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: minmax(0, 1fr) 88px !important;
  align-items: stretch;
  overflow: hidden;
  background: #07152d;
}

.product-carousel-viewport {
  min-height: 0;
  position: relative !important;
  inset: auto !important;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.product-carousel-slide {
  position: absolute;
  inset: 0;
}

.product-carousel-slide.product-visual--places img {
  object-position: center bottom !important;
}

.product-carousel::after {
  display: none !important;
}

.product-carousel-tabs {
  width: 100%;
  height: auto;
  position: relative !important;
  inset: auto !important;
  padding: 9px 12px 11px;
  display: grid;
  align-items: stretch;
  gap: 8px;
  background: #07152d;
}

.product-carousel-tab {
  min-height: 66px;
  padding: 9px 13px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
  backdrop-filter: none;
}

.product-carousel-tab.is-active {
  color: #0a1b36;
  border-color: #ffffff;
  background: #ffffff;
}

.product-carousel-progress {
  display: none;
}

.bottom-variant {
  grid-template-columns: minmax(0, 1fr) minmax(248px, 20%);
}

.industry-panorama--solutions {
  isolation: isolate;
  background: #07152d !important;
}

.industry-panorama--solutions::before,
.industry-panorama--solutions::after {
  display: none !important;
  background: none !important;
}

.industry-panorama--solutions .panorama-heading {
  width: 224px;
  max-width: none;
  min-height: 182px;
  top: 14px;
  bottom: 14px;
  left: 18px;
  padding: 21px 18px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(5, 15, 35, 0.16) 0%, rgba(5, 15, 35, 0.94) 82%),
    url("./assets/industry-heading-operations-v3.png") 69% center / cover no-repeat;
  box-shadow: 0 16px 34px rgba(0, 8, 24, 0.22);
}

.industry-panorama--solutions .panorama-heading p {
  margin-bottom: 8px;
  font-size: 11px;
}

.industry-panorama--solutions .panorama-heading h2 {
  max-width: 180px;
  font-size: 23px;
  line-height: 1.06;
}

.industry-panorama--solutions .panorama-stories {
  top: 14px;
  right: 18px;
  bottom: 14px;
  left: 250px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: #07152d;
  backdrop-filter: none;
}

.industry-panorama--solutions .panorama-solution {
  min-height: 0;
  padding: 17px 18px 15px;
  align-content: end;
}

.industry-panorama--solutions .panorama-solution::before {
  opacity: 0.72;
  filter: saturate(0.82) contrast(0.96);
}

.industry-panorama--solutions .panorama-solution::after {
  background:
    linear-gradient(180deg, rgba(4, 14, 33, 0.06) 0%, rgba(4, 15, 35, 0.48) 42%, rgba(4, 15, 35, 0.97) 92%);
}

.panorama-solution--logistics::before {
  background-image: url("./assets/industry-logistics-v3.png") !important;
  background-position: 67% center !important;
}

.panorama-solution--mobility::before {
  background-image: url("./assets/industry-mobility-v3.png") !important;
  background-position: 66% center !important;
}

.panorama-solution--two-wheeler::before {
  background-image: url("./assets/industry-two-wheeler-v3.png") !important;
  background-position: 64% center !important;
}

.industry-panorama--solutions .panorama-solution > span {
  font-size: 11px;
}

.industry-panorama--solutions .panorama-solution > strong {
  max-width: 100%;
  font-size: clamp(18px, 1.42vw, 22px);
  line-height: 1.06;
}

.industry-panorama--solutions .panorama-solution ul {
  margin-top: 7px;
  gap: 5px;
}

.industry-panorama--solutions .panorama-solution li {
  padding: 5px 8px;
  font-size: 11.5px;
  line-height: 1.1;
}

.foundation-area {
  padding-right: 18px;
  padding-left: 18px;
}

.foundation-area > .foundation-claim {
  width: 100%;
  max-width: none;
  color: #ffffff;
  font-size: clamp(11px, 0.92vw, 14px);
  letter-spacing: -0.035em;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1080px) and (min-width: 781px) {
  .bottom-variant {
    grid-template-columns: minmax(0, 1fr) 230px;
  }

  .industry-panorama--solutions .panorama-heading {
    width: 184px;
  }

  .industry-panorama--solutions .panorama-stories {
    left: 218px;
  }

  .industry-panorama--solutions .panorama-solution {
    padding-inline: 13px;
  }

  .industry-panorama--solutions .panorama-solution li {
    font-size: 10.5px;
  }
}

@media (max-width: 780px) {
  .product-gallery.product-carousel {
    grid-template-rows: minmax(310px, 54vw) auto;
  }

  .product-carousel-tabs {
    grid-template-columns: 1fr;
  }

  .bottom-variant {
    grid-template-columns: 1fr;
  }

  .industry-panorama--solutions .panorama-heading,
  .industry-panorama--solutions .panorama-stories {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 190px;
    margin: 14px;
  }

  .industry-panorama--solutions .panorama-stories {
    margin-top: 0;
  }

  .foundation-area > .foundation-claim {
    white-space: normal;
  }
}

/* 2026-07-30 — hero art, compact expert conversion and shared chapter rails. */
:root {
  --chapter-rail-width: clamp(82px, 7vw, 116px);
}

.hero-stage {
  position: relative;
  isolation: isolate;
  background: #07152d;
}

.hero-stage::before {
  position: absolute;
  z-index: -1;
  inset: 0 54% 0 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 21, 45, 0.96) 0%, rgba(7, 21, 45, 0.75) 72%, rgba(7, 21, 45, 0.22) 100%),
    linear-gradient(0deg, rgba(7, 21, 45, 0.78), rgba(7, 21, 45, 0.24)),
    url("./assets/hero-global-cartography-v3.png") 88% center / cover no-repeat;
}

.hero-copy {
  position: relative;
  background:
    radial-gradient(circle at 16% 8%, rgba(56, 124, 255, 0.22), transparent 36%),
    linear-gradient(90deg, rgba(7, 21, 45, 0.95), rgba(7, 21, 45, 0.66));
}

.product-gallery.product-carousel {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 86px;
  background: #07152d;
}

.product-carousel-viewport {
  min-height: 0;
  position: relative;
  inset: auto;
  overflow: hidden;
}

.product-carousel::after {
  display: none;
}

.product-carousel-tabs {
  position: relative;
  inset: auto;
  padding: 8px 10px 10px;
  gap: 7px;
  background: #08162e;
}

.product-carousel-tab {
  min-height: 68px;
  padding: 9px 12px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
  backdrop-filter: none;
}

.product-carousel-progress {
  z-index: 8;
}

.industry-panorama--solutions {
  background: #07152d;
}

.industry-panorama--solutions .panorama-stories {
  background: rgba(4, 16, 37, 0.31);
}

.industry-panorama--solutions .panorama-solution {
  align-content: center;
}

.industry-panorama--solutions .panorama-solution > span {
  font-size: 11px;
}

.industry-panorama--solutions .panorama-solution > strong {
  max-width: none;
  font-size: clamp(18px, 1.48vw, 23px);
}

.industry-panorama--solutions .panorama-solution ul {
  margin-top: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.industry-panorama--solutions .panorama-solution li {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: #e5ecf7;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 690;
  line-height: 1.15;
}

.industry-panorama--solutions .panorama-solution li::before {
  display: none;
}

.foundation-area {
  align-items: flex-end;
  text-align: right;
}

.foundation-area > .foundation-claim {
  max-width: 220px;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.value-content {
  grid-template-rows: 146px minmax(0, 1fr);
}

.advantage-story:nth-child(2) .advantage-copy {
  padding: clamp(20px, 2vw, 30px);
  grid-template-rows: auto auto minmax(158px, 1fr) auto;
}

.advantage-story:nth-child(2) .response-network {
  margin-top: -5px;
}

.advantage-story:nth-child(2) .response-network-image {
  width: min(100%, 470px);
  max-height: 220px;
}

.inline-expert-form {
  margin-top: 2px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 9px;
  border-radius: 12px;
}

.inline-expert-message {
  grid-column: 1 / -1;
}

.inline-expert-form label {
  gap: 5px;
}

.inline-expert-form label > span,
.inline-expert-switch legend {
  color: #4e6078;
  font-size: 10px;
  font-weight: 790;
}

.inline-expert-form input,
.inline-expert-form select {
  min-height: 42px;
  border: 1px solid #ced9e7;
  border-radius: 8px;
  background: #ffffff;
  font-size: 12px;
}

.inline-expert-message input {
  padding-inline: 12px;
}

.inline-expert-contact {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.inline-expert-switch {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 0;
  background: transparent;
}

.inline-expert-switch legend {
  margin-right: 2px;
  float: left;
}

.inline-expert-switch label {
  display: inline-flex;
  align-items: center;
  grid-auto-flow: column;
  gap: 5px;
  color: #50627a;
  font-size: 11px;
  font-weight: 740;
  cursor: pointer;
}

.inline-expert-switch input {
  width: 13px;
  min-height: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  accent-color: #1a66ff;
}

.inline-expert-input {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
}

.inline-expert-input select {
  min-width: 68px;
  padding: 0 8px;
  border-radius: 8px 0 0 8px;
  border-right: 0;
  color: #1b2e49;
}

.inline-expert-input select[hidden] {
  display: none;
}

.inline-expert-input select[hidden] + input {
  border-radius: 8px;
}

.inline-expert-input input {
  min-width: 0;
  padding: 0 11px;
  border-radius: 0 8px 8px 0;
}

.inline-expert-submit {
  min-height: 42px;
  align-self: end;
  grid-column: 2;
  padding: 0 12px;
  font-size: 12px;
}

.inline-expert-form > p {
  min-height: 14px;
  margin: 0 2px;
  grid-column: 1 / -1;
  font-size: 10px;
}

.value-cta--bridge {
  width: calc(100% - (var(--chapter-rail-width) * 2));
  min-height: 90px;
  margin: 18px auto;
  padding: 14px clamp(22px, 3vw, 42px);
  position: relative;
  z-index: 8;
  border: 1px solid #d6e3f3;
  border-radius: 14px;
  background:
    linear-gradient(90deg, #edf4ff 0%, #ffffff 52%, #eff6ff 100%);
  box-shadow: 0 16px 42px rgba(23, 67, 126, 0.1);
  opacity: 1;
  transform: none;
}

.value-cta--bridge > div:first-child p {
  color: #1f6af0;
}

.value-cta--bridge > div:first-child strong {
  color: #10213c;
}

.value-cta--bridge .value-cta-primary {
  color: #ffffff;
}

.value-cta--bridge .value-cta-secondary {
  color: #1b5fcf;
  border-color: #cadbf2;
  background: #ffffff;
}

.agent-screen,
.scenario-screen,
.solutions-screen,
.closing-screen {
  width: calc(100% - (var(--chapter-rail-width) * 2));
  margin-right: auto;
  margin-left: auto;
}

.solutions-heading-copy h2 {
  font-size: clamp(54px, 6.4vw, 96px);
}

@media (min-width: 1021px) {
  .industry-panorama--solutions .panorama-stories {
    top: 12px;
    bottom: 12px;
  }

  .industry-panorama--solutions .panorama-solution {
    padding: 14px 18px;
  }

  .industry-panorama--solutions .panorama-solution > strong {
    font-size: clamp(17px, 1.38vw, 21px);
  }

  .industry-panorama--solutions .panorama-solution li {
    font-size: 11px;
    white-space: normal;
  }
}

@media (max-width: 1180px) {
  :root {
    --chapter-rail-width: 74px;
  }
}

@media (max-width: 900px) {
  .agent-screen,
  .scenario-screen,
  .solutions-screen,
  .closing-screen,
  .value-cta--bridge {
    width: 100%;
  }

  .value-cta--bridge {
    margin-block: 10px;
    border-radius: 0;
  }
}

@media (max-width: 780px) {
  .product-gallery.product-carousel {
    grid-template-rows: minmax(320px, 1fr) auto;
  }

  .product-carousel-tabs {
    grid-template-columns: 1fr;
  }

  .inline-expert-form {
    grid-template-columns: 1fr;
  }

  .inline-expert-message,
  .inline-expert-submit,
  .inline-expert-form > p {
    grid-column: 1;
  }
}

/* Live API evidence replaces the former concept artwork on screens 04–07. */
.live-proof-toolbar,
.global-live-header {
  min-height: 82px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.live-proof-toolbar > div,
.global-live-header > div {
  display: grid;
  gap: 7px;
}

.live-proof-toolbar > div > strong,
.global-live-header > div > strong {
  font-size: clamp(18px, 1.55vw, 25px);
  letter-spacing: -0.03em;
}

.live-proof-toolbar > span:last-child,
.global-live-header > span:last-child {
  color: #65758c;
  font-size: 13px;
  font-weight: 760;
}

.live-proof-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #138864;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.live-proof-status i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #39d5a0;
  box-shadow: 0 0 0 6px rgba(57, 213, 160, 0.12);
}

.places-live-proof {
  padding: 0;
  grid-template-rows: auto minmax(290px, 1fr) auto;
  gap: 0;
  overflow: hidden;
}

.places-live-map,
.maps-live-canvas {
  min-height: 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(38, 107, 255, 0.08), transparent), #edf2f8;
}

.places-live-results {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dce4ef;
  list-style: none;
}

.places-live-results li {
  min-width: 0;
  min-height: 110px;
  padding: 18px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border-right: 1px solid #dce4ef;
  background: #ffffff;
}

.places-live-results li:last-child {
  border-right: 0;
}

.places-live-results > li > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 50%;
  background: #286bff;
  font-size: 11px;
  font-weight: 850;
}

.places-live-results strong,
.places-live-results small {
  display: block;
}

.places-live-results strong {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.places-live-results small {
  margin-top: 7px;
  overflow: hidden;
  color: #67778e;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.live-proof-loading {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #52647e;
  background: #edf2f8;
  font-size: 14px;
  font-weight: 760;
}

.live-proof-loading--dark {
  color: #a9bad1;
  background: #0b1d3b;
}

.live-proof-loading span {
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: live-proof-spin 0.8s linear infinite;
}

@keyframes live-proof-spin {
  to { transform: rotate(360deg); }
}

.route-live-proof .route-network-map {
  background: #0b1d3b;
}

.route-live-source {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.route-live-source span,
.route-live-source strong,
.route-live-source em {
  display: block;
}

.route-live-source strong {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}

.route-live-source em {
  padding: 0;
  color: #78a0ff;
  font-size: 13px;
}

.device-stage--live .device-browser {
  width: 100%;
  height: 100%;
  top: 0;
}

.maps-live-canvas {
  width: 100%;
  height: calc(100% - 46px);
}

.native-capture-status {
  max-width: 330px;
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 22px;
  padding: 16px 18px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(7, 21, 45, 0.9);
  box-shadow: 0 15px 36px rgba(7, 21, 45, 0.24);
  backdrop-filter: blur(12px);
}

.native-capture-status span,
.native-capture-status strong,
.native-capture-status p {
  display: block;
}

.native-capture-status span {
  color: #70e1bb;
  font-size: 11px;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.native-capture-status strong {
  margin-top: 5px;
  font-size: 18px;
}

.native-capture-status p {
  margin: 7px 0 0;
  color: #b9c6d7;
  font-size: 12px;
  font-weight: 620;
  line-height: 1.4;
}

.global-live-proof {
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
}

.global-live-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.global-live-header > div > strong {
  color: #ffffff;
}

.global-live-header > span:last-child {
  color: #94a6bf;
}

.live-proof-status--dark {
  color: #5ce2b5;
}

.global-live-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.global-live-grid > li {
  min-width: 0;
  padding: clamp(20px, 2vw, 30px);
  display: grid;
  align-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: radial-gradient(circle at 100% 0, rgba(48, 113, 255, 0.14), transparent 48%);
}

.global-live-grid > li:nth-child(3n) {
  border-right: 0;
}

.global-live-grid > li:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.global-live-grid > li > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.global-live-grid > li > div:first-child strong {
  color: #ffffff;
  font-size: clamp(20px, 1.8vw, 28px);
  letter-spacing: -0.035em;
}

.global-live-grid > li > div:first-child span {
  color: #58ddb1;
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.global-live-grid dl {
  margin: 22px 0 0;
}

.global-live-grid dl > div {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.global-live-grid dt,
.global-live-grid dd {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.global-live-grid dt {
  color: #8498b4;
}

.global-live-grid dd {
  overflow: hidden;
  color: #dfe8f6;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .places-live-results,
  .global-live-grid {
    grid-template-columns: 1fr;
  }

  .global-live-grid {
    grid-template-rows: none;
  }

  .global-live-grid > li,
  .global-live-grid > li:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .global-live-grid > li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .live-proof-toolbar,
  .global-live-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .places-live-results li {
    border-right: 0;
    border-bottom: 1px solid #dce4ef;
  }

  .route-live-source {
    justify-items: start;
  }
}

/* Rebuilt second screen: large visual evidence, clear viewpoints and conversion. */
.value-screen {
  min-height: 100svh;
  grid-template-columns: minmax(0, 1fr) 104px;
  overflow: hidden;
  background: #f3f6fb;
}

.value-content {
  min-height: 100svh;
  grid-template-rows: 146px minmax(0, 1fr) 96px;
  background: #f3f6fb;
}

.value-header {
  padding: 26px clamp(34px, 3.6vw, 54px);
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: center;
  gap: 46px;
  background: #ffffff;
}

.value-heading p {
  margin-bottom: 6px;
}

.value-heading h2 {
  font-size: clamp(42px, 3.55vw, 52px);
}

.value-intro {
  max-width: 560px;
  margin: 0;
  font-size: 17px;
  line-height: 1.42;
}

.advantage-gallery {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.advantage-story {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(220px, 0.82fr) minmax(300px, 1.18fr);
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 600ms ease,
    transform 700ms cubic-bezier(0.2, 0.72, 0.24, 1);
}

.advantage-story:nth-child(2) {
  transition-delay: 100ms;
}

.advantage-story:nth-child(3) {
  border-right: 0;
  transition-delay: 200ms;
}

.value-screen.is-visible .advantage-story {
  opacity: 1;
  transform: translateY(0);
}

.advantage-visual {
  min-width: 0;
  min-height: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #e9eef7;
}

.advantage-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 21, 45, 0.04), transparent 38%),
    linear-gradient(0deg, rgba(7, 21, 45, 0.13), transparent 34%);
}

.advantage-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transition: transform 1200ms cubic-bezier(0.2, 0.72, 0.24, 1);
}

.advantage-story:nth-child(1) .advantage-visual img {
  object-position: 49% 57%;
}

.advantage-story:nth-child(2) .advantage-visual img {
  object-position: 50% 58%;
}

.advantage-story:nth-child(3) .advantage-visual img {
  object-position: 54% 57%;
}

.value-screen.is-visible .advantage-visual img {
  transform: scale(1);
}

.advantage-visual figcaption {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 20px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(26, 102, 255, 0.24);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.advantage-copy {
  min-width: 0;
  padding: clamp(24px, 2.45vw, 36px);
  display: flex;
  flex-direction: column;
}

.advantage-copy > p:first-child {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 830;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.advantage-copy h3 {
  max-width: 360px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(30px, 2.38vw, 36px);
  font-weight: 640;
  letter-spacing: -0.047em;
  line-height: 1.06;
}

.advantage-evidence {
  max-width: 370px;
  margin: 16px 0 0;
  color: #53647d;
  font-size: 16px;
  font-weight: 560;
  line-height: 1.43;
}

.advantage-copy ul,
.stack-sequence {
  margin: auto 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.advantage-copy ul li,
.stack-sequence li {
  padding: 8px 10px;
  border: 1px solid rgba(26, 102, 255, 0.22);
  color: var(--ink);
  background: var(--blue-pale);
  font-size: 13px;
  font-weight: 700;
}

.stack-sequence {
  flex-wrap: nowrap;
  gap: 5px;
}

.stack-sequence li {
  position: relative;
  min-width: 0;
  padding-right: 7px;
  padding-left: 7px;
  flex: 1 1 auto;
  font-size: 10px;
  text-align: center;
}

.stack-sequence li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  width: 6px;
  height: 2px;
  background: var(--blue);
  transform: translateY(-50%);
}

.value-cta {
  min-width: 0;
  padding: 0 clamp(34px, 3.6vw, 54px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  color: #ffffff;
  background: var(--navy);
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 550ms ease 240ms,
    transform 650ms cubic-bezier(0.2, 0.72, 0.24, 1) 240ms;
}

.value-screen.is-visible .value-cta {
  opacity: 1;
  transform: translateY(0);
}

.value-cta > div:first-child p {
  margin: 0;
  color: #8fb2ff;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.value-cta > div:first-child strong {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 650;
}

.value-cta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.value-cta-primary,
.value-cta-secondary {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 720;
  white-space: nowrap;
}

.value-cta-primary {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(26, 102, 255, 0.24);
}

.value-cta-secondary {
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
}

.value-cta-secondary span {
  color: #8fb2ff;
  font-size: 18px;
}

.section-rail {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 620ms ease 120ms,
    transform 700ms cubic-bezier(0.2, 0.72, 0.24, 1) 120ms;
}

.value-screen.is-visible .section-rail {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .value-screen {
    grid-template-columns: minmax(0, 1fr) 86px;
  }

  .value-content {
    grid-template-rows: 132px minmax(0, 1fr) 92px;
  }

  .value-header {
    padding: 22px 32px;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 32px;
  }

  .value-heading h2 {
    font-size: 42px;
  }

  .advantage-story {
    grid-template-rows: minmax(190px, 0.76fr) minmax(300px, 1.24fr);
  }

  .advantage-copy {
    padding: 26px;
  }

  .advantage-copy h3 {
    font-size: 29px;
  }

  .advantage-evidence {
    font-size: 15px;
  }

  .advantage-copy ul li {
    padding: 7px 8px;
    font-size: 12px;
  }

  .value-cta {
    padding-right: 32px;
    padding-left: 32px;
  }

  .value-cta > div:first-child strong {
    font-size: 14px;
  }
}

@media (max-width: 1020px) {
  .value-screen {
    grid-template-columns: minmax(0, 1fr) 72px;
  }

  .value-content {
    grid-template-rows: 126px minmax(0, 1fr) 88px;
  }

  .value-header {
    padding-right: 24px;
    padding-left: 24px;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 22px;
  }

  .value-heading h2 {
    font-size: 37px;
  }

  .value-intro {
    font-size: 14px;
  }

  .advantage-story {
    grid-template-rows: 172px minmax(300px, 1fr);
  }

  .advantage-copy {
    padding: 22px 18px;
  }

  .advantage-copy h3 {
    font-size: 25px;
  }

  .advantage-evidence {
    margin-top: 12px;
    font-size: 14px;
  }

  .advantage-copy ul {
    align-items: stretch;
    flex-direction: column;
    gap: 5px;
  }

  .advantage-copy ul li {
    padding: 5px 7px;
  }

  .stack-sequence {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .stack-sequence li {
    padding: 6px 2px;
    font-size: 8px;
  }

  .value-cta {
    padding-right: 24px;
    padding-left: 24px;
  }

  .value-cta > div:first-child strong {
    max-width: 310px;
    font-size: 13px;
  }

  .value-cta-primary,
  .value-cta-secondary {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 12px;
  }
}

@media (max-width: 660px) {
  .value-screen {
    min-height: auto;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .value-content {
    min-height: auto;
    grid-template-rows: auto auto auto;
  }

  .value-header {
    padding: 42px 20px;
    display: block;
  }

  .value-heading h2 {
    font-size: 40px;
  }

  .value-intro {
    margin-top: 20px;
    font-size: 16px;
  }

  .advantage-gallery {
    grid-template-columns: 1fr;
  }

  .advantage-story {
    min-height: 670px;
    grid-template-rows: 280px minmax(0, 1fr);
    border-right: 0;
  }

  .advantage-copy {
    padding: 30px 20px;
  }

  .advantage-copy h3 {
    max-width: 330px;
    font-size: 32px;
  }

  .advantage-evidence {
    max-width: 340px;
    margin-top: 16px;
    font-size: 16px;
  }

  .advantage-copy ul {
    align-items: center;
    flex-direction: row;
    gap: 7px;
  }

  .advantage-copy ul li {
    padding: 7px 8px;
  }

  .stack-sequence {
    display: grid;
  }

  .value-cta {
    min-height: 250px;
    padding: 30px 20px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }

  .value-cta > div:first-child strong {
    max-width: 340px;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4;
  }

  .value-cta-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .value-cta-primary,
  .value-cta-secondary {
    width: 100%;
    min-height: 48px;
    font-size: 14px;
  }

  .section-rail {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .advantage-story,
  .value-cta,
  .section-rail {
    opacity: 1;
    transform: none;
  }
}

/* Continuous breadcrumb reveal and three distinct proof languages. */
.value-screen {
  --rail-progress: 0;
  --rail-clip: 100svh;
}

.value-intro {
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.value-intro span {
  min-width: 0;
  padding-left: 13px;
  border-left: 2px solid rgba(26, 102, 255, 0.22);
}

.value-intro strong,
.value-intro em {
  display: block;
}

.value-intro strong {
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  font-weight: 720;
  letter-spacing: -0.025em;
}

.value-intro em {
  margin-top: 4px;
  overflow: hidden;
  color: #718097;
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.value-convergence,
.direct-response,
.capability-stack {
  margin-top: auto;
}

.value-convergence {
  min-height: 114px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px 112px;
  align-items: center;
  gap: 8px;
}

.convergence-inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
}

.convergence-inputs span {
  padding: 8px 0;
  border-bottom: 1px solid #bdc9da;
  color: #54657e;
  font-size: 13px;
  font-weight: 680;
}

.value-convergence > i {
  width: 44px;
  height: 74px;
  position: relative;
  display: block;
}

.value-convergence > i::before,
.value-convergence > i::after {
  content: "";
  position: absolute;
  right: 2px;
  width: 48px;
  height: 1px;
  background: var(--blue);
  transform-origin: right center;
}

.value-convergence > i::before {
  top: 21px;
  transform: rotate(20deg);
}

.value-convergence > i::after {
  bottom: 21px;
  transform: rotate(-20deg);
}

.convergence-result {
  padding-left: 14px;
  border-left: 3px solid var(--blue);
}

.convergence-result strong,
.convergence-result span {
  display: block;
}

.convergence-result strong {
  color: var(--blue);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 35px;
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 1;
}

.convergence-result span {
  margin-top: 5px;
  color: #53647d;
  font-size: 10px;
  font-weight: 680;
  line-height: 1.25;
}

.visual-proof-caption {
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 720;
}

.visual-proof-caption i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--blue);
}

.direct-response {
  min-height: 100px;
  display: grid;
  grid-template-columns: 74px minmax(70px, 1fr) 96px;
  align-items: center;
  gap: 8px;
}

.response-endpoint {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.response-endpoint i {
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 7px rgba(26, 102, 255, 0.09);
}

.response-endpoint:last-child i {
  background: var(--blue);
}

.response-endpoint:last-child i::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.response-endpoint strong {
  font-size: 11px;
  font-weight: 740;
  line-height: 1.2;
}

.response-line {
  height: 2px;
  position: relative;
  background: var(--blue);
}

.response-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: translateY(-50%) rotate(45deg);
}

.response-line span {
  position: absolute;
  left: 50%;
  bottom: 10px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%);
}

.response-proof-line,
.stack-proof-line {
  margin: 6px 0 0;
}

.response-proof-line strong,
.response-proof-line span,
.stack-proof-line strong,
.stack-proof-line span {
  display: block;
}

.response-proof-line strong,
.stack-proof-line strong {
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  font-weight: 680;
  letter-spacing: -0.035em;
}

.response-proof-line span,
.stack-proof-line span {
  margin-top: 3px;
  color: #64758d;
  font-size: 12px;
  font-weight: 650;
}

.capability-stack {
  min-height: 148px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3px;
}

.capability-stack div {
  height: 25px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 5px 12px rgba(26, 102, 255, 0.12);
}

.capability-stack div:nth-child(1) {
  width: 64%;
}

.capability-stack div:nth-child(2) {
  width: 72%;
  opacity: 0.9;
}

.capability-stack div:nth-child(3) {
  width: 80%;
  opacity: 0.8;
}

.capability-stack div:nth-child(4) {
  width: 88%;
  opacity: 0.7;
}

.capability-stack div:nth-child(5) {
  width: 96%;
  opacity: 0.6;
}

.capability-stack span {
  font-size: 9px;
  font-weight: 800;
}

.capability-stack strong {
  font-size: 11px;
  font-weight: 730;
}

.stack-proof-line {
  text-align: center;
}

.section-rail,
.value-screen.is-visible .section-rail {
  width: 104px;
  height: 100svh;
  min-height: 100svh;
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  opacity: var(--rail-progress);
  transform: translateX(calc(32px - (var(--rail-progress) * 32px)));
  clip-path: inset(var(--rail-clip) 0 0 0);
  background: rgba(255, 255, 255, calc(0.2 + (var(--rail-progress) * 0.8)));
  backdrop-filter: blur(calc(var(--rail-progress) * 18px));
  box-shadow: -8px 0 28px rgba(7, 21, 45, calc(var(--rail-progress) * 0.045));
  pointer-events: none;
  transition: none;
  will-change: opacity, transform;
}

.section-rail > :not(.rail-links) {
  transform: translateY(var(--rail-clip));
}

.section-rail.is-active {
  pointer-events: auto;
}

.value-screen.is-visible .section-rail.is-active {
  pointer-events: auto;
}

.section-rail .rail-home,
.section-rail .rail-progress,
.section-rail .rail-links {
  transition: opacity 180ms ease;
}

.section-rail:not(.is-active) .rail-home,
.section-rail:not(.is-active) .rail-progress,
.section-rail:not(.is-active) .rail-links {
  opacity: 0;
}

.value-screen,
.value-content {
  height: 100svh;
}

.advantage-copy {
  overflow: hidden;
}

@media (min-width: 1181px) and (max-width: 1360px) {
  .value-content {
    grid-template-rows: 132px minmax(0, 1fr) 90px;
  }

  .value-header {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .advantage-story {
    grid-template-rows: minmax(200px, 0.8fr) minmax(270px, 1.2fr);
  }

  .advantage-copy {
    padding: 26px 30px;
  }

  .value-convergence,
  .direct-response {
    min-height: 96px;
  }

  .capability-stack {
    min-height: 130px;
  }

  .capability-stack div {
    height: 22px;
  }

  .value-cta {
    min-height: 90px;
  }
}

@media (max-width: 660px) {
  .value-screen,
  .value-content {
    height: auto;
  }
}

.section-rail.is-active {
  pointer-events: auto;
}

@media (max-width: 1180px) {
  .value-intro {
    gap: 14px;
  }

  .value-intro span {
    padding-left: 9px;
  }

  .value-intro strong {
    font-size: 15px;
  }

  .value-convergence {
    grid-template-columns: minmax(0, 1fr) 30px 94px;
  }

  .value-convergence > i {
    width: 30px;
  }

  .value-convergence > i::before,
  .value-convergence > i::after {
    width: 33px;
  }

  .convergence-result strong {
    font-size: 30px;
  }

  .visual-proof-caption {
    gap: 6px;
    font-size: 11px;
  }

  .direct-response {
    grid-template-columns: 64px minmax(50px, 1fr) 82px;
  }

  .response-proof-line strong,
  .stack-proof-line strong {
    font-size: 19px;
  }

  .section-rail,
  .value-screen.is-visible .section-rail {
    width: 86px;
  }
}

@media (max-width: 1100px) {
  .stack-data-metrics dd {
    padding-right: 2px;
    font-size: 7px;
  }

  .response-proof-line span,
  .stack-proof-line span {
    display: none;
  }
}

@media (max-width: 1020px) {
  .value-intro em {
    font-size: 10px;
  }

  .value-convergence {
    min-height: 102px;
    grid-template-columns: minmax(0, 1fr) 22px 78px;
  }

  .convergence-inputs {
    column-gap: 9px;
  }

  .convergence-inputs span {
    font-size: 11px;
  }

  .value-convergence > i {
    width: 22px;
  }

  .value-convergence > i::before,
  .value-convergence > i::after {
    width: 25px;
  }

  .convergence-result {
    padding-left: 8px;
  }

  .convergence-result strong {
    font-size: 25px;
  }

  .convergence-result span {
    font-size: 8px;
  }

  .visual-proof-caption {
    font-size: 10px;
  }

  .direct-response {
    grid-template-columns: 54px minmax(38px, 1fr) 70px;
  }

  .response-endpoint strong {
    font-size: 9px;
  }

  .response-line span {
    font-size: 8px;
  }

  .capability-stack {
    min-height: 130px;
  }

  .capability-stack div {
    height: 22px;
  }

  .response-proof-line strong,
  .stack-proof-line strong {
    font-size: 17px;
  }

  .section-rail,
  .value-screen.is-visible .section-rail {
    width: 72px;
  }
}

@media (max-width: 660px) {
  .value-intro {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .value-intro em {
    font-size: 12px;
  }

  .value-convergence {
    grid-template-columns: minmax(0, 1fr) 42px 108px;
  }

  .value-convergence > i {
    width: 42px;
  }

  .value-convergence > i::before,
  .value-convergence > i::after {
    width: 45px;
  }

  .convergence-result strong {
    font-size: 34px;
  }

  .convergence-result span {
    font-size: 9px;
  }

  .visual-proof-caption {
    font-size: 11px;
  }

  .direct-response {
    grid-template-columns: 70px minmax(70px, 1fr) 96px;
  }

  .response-endpoint strong {
    font-size: 11px;
  }

  .response-line span {
    font-size: 9px;
  }

  .capability-stack {
    min-height: 148px;
  }

  .capability-stack div {
    height: 25px;
  }

  .response-proof-line strong,
  .stack-proof-line strong {
    font-size: 22px;
  }
}

/* Evidence-led second screen: pricing, response time and data-backed stack. */
.pricing-proof,
.response-clock,
.stack-data-proof {
  margin-top: auto;
}

.pricing-proof {
  min-height: 178px;
  padding-top: 15px;
}

.pricing-proof-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.pricing-proof-head span {
  min-width: 0;
}

.pricing-proof-head strong,
.pricing-proof-head em {
  display: block;
}

.pricing-proof-head strong {
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 21px;
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1;
  white-space: nowrap;
}

.pricing-proof-head span:last-child {
  text-align: right;
}

.pricing-proof-head span:last-child strong {
  color: var(--blue);
}

.pricing-proof-head em {
  margin-top: 5px;
  color: #6b7b92;
  font-size: 11px;
  font-style: normal;
  font-weight: 680;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-chart {
  width: 100%;
  height: 108px;
  margin-top: 1px;
  display: block;
  overflow: visible;
}

.pricing-grid path {
  fill: none;
  stroke: #dce4ef;
  stroke-width: 1;
}

.pricing-line {
  fill: none;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 3;
}

.pricing-line--other {
  stroke: #8f9caf;
}

.pricing-line--amap {
  stroke: var(--blue);
  stroke-width: 4;
}

.pricing-dot--other {
  fill: #8f9caf;
}

.pricing-dot--amap {
  fill: var(--blue);
}

.pricing-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px;
  font-weight: 760;
}

.pricing-label--other {
  fill: #64758d;
}

.pricing-label--amap {
  fill: var(--blue);
}

.pricing-axis {
  margin-top: -5px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  color: #8794a7;
  font-size: 9px;
  font-weight: 720;
}

.pricing-axis span {
  text-align: center;
}

.pricing-axis span:first-child {
  text-align: left;
}

.pricing-axis span:last-child {
  text-align: right;
}

.response-clock {
  min-height: 190px;
  padding-top: 12px;
  display: grid;
  grid-template-columns: minmax(118px, 0.78fr) minmax(140px, 1.22fr);
  align-items: center;
  gap: 22px;
}

.response-time {
  min-width: 0;
  padding-right: 18px;
  border-right: 1px solid #b9c8dc;
}

.response-time strong,
.response-time span {
  display: block;
}

.response-time strong {
  color: var(--blue);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(76px, 6.6vw, 104px);
  font-weight: 760;
  letter-spacing: -0.09em;
  line-height: 0.8;
}

.response-time span {
  margin-top: 15px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 840;
  letter-spacing: 0.18em;
}

.response-route {
  display: grid;
  align-content: center;
  gap: 14px;
}

.response-route span {
  font-size: 13px;
  font-weight: 740;
}

.response-route span:last-child {
  color: var(--blue);
  text-align: right;
}

.response-route i {
  height: 3px;
  position: relative;
  display: block;
  background: linear-gradient(90deg, #9fc0ff 0%, var(--blue) 100%);
}

.response-route i::before,
.response-route i::after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.response-route i::before {
  left: 0;
  width: 11px;
  height: 11px;
  border: 3px solid #9fc0ff;
  background: #ffffff;
}

.response-route i::after {
  right: 0;
  width: 13px;
  height: 13px;
  background: var(--blue);
  box-shadow: 0 0 0 7px rgba(26, 102, 255, 0.1);
}

.stack-data-proof {
  min-height: 190px;
  padding-top: 12px;
  display: grid;
  grid-template-columns: minmax(112px, 0.78fr) minmax(160px, 1.22fr);
  align-items: center;
  gap: 22px;
}

.stack-data-core {
  min-height: 164px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.stack-data-core span {
  height: 27px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
  color: #ffffff;
  background: var(--blue);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.03em;
}

.stack-data-core span:nth-child(1) { width: 58%; opacity: 0.54; }
.stack-data-core span:nth-child(2) { width: 68%; opacity: 0.64; }
.stack-data-core span:nth-child(3) { width: 78%; opacity: 0.75; }
.stack-data-core span:nth-child(4) { width: 88%; opacity: 0.87; }
.stack-data-core span:nth-child(5) { width: 100%; }

.stack-data-metrics {
  margin: 0;
  display: grid;
}

.stack-data-metrics div {
  padding: 10px 0 9px;
  display: grid;
  grid-template-columns: minmax(94px, 1fr) 64px;
  align-items: baseline;
  gap: 10px;
  border-bottom: 1px solid #c6d1df;
}

.stack-data-metrics div:last-child {
  border-bottom-color: var(--blue);
}

.stack-data-metrics dt,
.stack-data-metrics dd {
  margin: 0;
}

.stack-data-metrics dt {
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(23px, 2.05vw, 30px);
  font-weight: 730;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.stack-data-metrics div:last-child dt {
  color: var(--blue);
}

.stack-data-metrics dd {
  color: #64758d;
  font-size: 11px;
  font-weight: 720;
  text-align: right;
  text-transform: uppercase;
}

/* The rail exists from page load; scroll changes opacity only, never position. */
.section-rail,
.value-screen.is-visible .section-rail {
  --rail-progress: 0;
  width: 104px;
  height: 100svh;
  min-height: 100svh;
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  opacity: var(--rail-progress);
  transform: none;
  clip-path: none;
  background: #ffffff;
  backdrop-filter: none;
  box-shadow: -8px 0 28px rgba(7, 21, 45, 0.045);
  pointer-events: none;
  transition: none;
  will-change: opacity;
}

.section-rail > :not(.rail-links) {
  transform: none;
}

.section-rail .rail-home,
.section-rail .rail-progress,
.section-rail .rail-links,
.section-rail:not(.is-active) .rail-home,
.section-rail:not(.is-active) .rail-progress,
.section-rail:not(.is-active) .rail-links {
  opacity: 1;
}

.section-rail.is-active {
  pointer-events: auto;
}

@media (min-width: 1181px) and (max-width: 1360px) {
  .pricing-proof,
  .response-clock,
  .stack-data-proof {
    min-height: 154px;
  }

  .pricing-chart {
    height: 92px;
  }

  .response-time strong {
    font-size: 78px;
  }

  .stack-data-core {
    min-height: 140px;
  }

  .stack-data-core span {
    height: 23px;
  }

  .stack-data-metrics div {
    padding: 7px 0;
  }
}

@media (max-width: 1180px) {
  .response-clock,
  .stack-data-proof {
    gap: 14px;
  }

  .response-time strong {
    font-size: 72px;
  }

  .stack-data-metrics div {
    grid-template-columns: minmax(82px, 1fr) 56px;
  }

  .stack-data-metrics dt {
    font-size: 22px;
  }

  .section-rail,
  .value-screen.is-visible .section-rail {
    width: 86px;
  }
}

@media (max-width: 1020px) {
  .pricing-proof-head strong {
    font-size: 17px;
  }

  .pricing-chart {
    height: 94px;
  }

  .response-clock {
    grid-template-columns: 92px minmax(100px, 1fr);
  }

  .response-time {
    padding-right: 11px;
  }

  .response-time strong {
    font-size: 62px;
  }

  .response-route span {
    font-size: 10px;
  }

  .stack-data-proof {
    grid-template-columns: 86px minmax(116px, 1fr);
  }

  .stack-data-core span {
    font-size: 8px;
  }

  .stack-data-metrics div {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .stack-data-metrics dd {
    text-align: left;
  }

  .section-rail,
  .value-screen.is-visible .section-rail {
    width: 72px;
  }
}

@media (max-width: 660px) {
  .pricing-proof,
  .response-clock,
  .stack-data-proof {
    min-height: 190px;
  }

  .response-clock {
    grid-template-columns: 128px minmax(140px, 1fr);
  }

  .response-time strong {
    font-size: 92px;
  }

  .stack-data-proof {
    grid-template-columns: 120px minmax(150px, 1fr);
  }

  .stack-data-metrics div {
    grid-template-columns: minmax(94px, 1fr) 58px;
    gap: 8px;
  }

  .stack-data-metrics dt {
    font-size: 24px;
  }

  .stack-data-metrics dd {
    text-align: right;
  }
}

/* 2026-07-28 refinement: shorter hero, richer solutions and compact chapter navigation. */
#hero-title {
  max-width: 560px;
  font-size: clamp(48px, 4.6vw, 70px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

#hero-title span {
  display: block;
}

#hero-title span + span {
  margin-top: 7px;
  color: #a9c3ff;
}

.hero-summary {
  max-width: 500px;
}

.product-visual-stack {
  gap: 10px;
  background: #ffffff;
}

.product-visual--places {
  border-bottom: 0;
}

.product-visual--routes {
  border-top: 0;
}

.panorama-heading {
  max-width: 290px;
}

.panorama-stories {
  bottom: 14px;
  align-items: stretch;
}

.panorama-stories a {
  padding: 11px 15px 10px;
  display: flex;
  flex-direction: column;
}

.panorama-stories strong {
  min-height: 32px;
  margin-top: 4px;
  overflow: visible;
  font-size: 13px;
  line-height: 1.22;
  text-overflow: clip;
  white-space: normal;
}

.panorama-stories em {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  font-weight: 720;
}

.panorama-stories em b {
  font-weight: 720;
}

.panorama-stories em i {
  color: #8fb2ff;
  font-style: normal;
}

.panorama-stories small {
  margin-top: 7px;
  color: #a9c3ff;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.foundation-area {
  padding: 24px;
  align-items: center;
  text-align: center;
}

.alibaba-brand-lockup {
  width: min(218px, 100%);
  min-height: 74px;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 7px;
  background: #ffffff;
}

.alibaba-symbol-crop {
  width: 61px;
  height: 44px;
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.alibaba-symbol-crop img {
  width: 240px;
  max-width: none;
  height: auto;
  position: absolute;
  top: -61px;
  left: -131px;
}

.alibaba-logo {
  width: min(126px, calc(100% - 70px));
}

.platform-surfaces {
  justify-content: center;
}

/* Second screen uses an 88% content canvas; the left gutter houses the chapter nav. */
.value-screen {
  width: 88vw;
  height: 100svh;
  min-height: 100svh;
  margin-right: 2vw;
  margin-left: 10vw;
  display: block;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  overflow: hidden;
}

.value-content {
  width: 100%;
  height: 100svh;
  min-height: 100svh;
}

.pricing-proof {
  min-height: 192px;
}

.pricing-chart {
  height: 126px;
  margin-top: 1px;
}

.pricing-area {
  fill: url(#pricing-area-fill);
}

.pricing-total-line {
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.pricing-total-points circle {
  fill: #ffffff;
  stroke: var(--blue);
  stroke-width: 3;
}

.pricing-rate-labels text {
  fill: #63748c;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 9px;
  font-weight: 760;
  text-anchor: middle;
}

.pricing-total-callout {
  fill: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px;
  font-weight: 760;
}

.pricing-total-callout--final {
  fill: var(--blue);
}

.response-clock {
  min-height: 194px;
  padding-top: 2px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
}

.response-clock-art {
  width: min(232px, 82%);
  height: 184px;
  display: block;
  overflow: visible;
}

.clock-orbit,
.clock-face,
.clock-ticks,
.clock-signal {
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.clock-orbit {
  stroke: rgba(26, 102, 255, 0.18);
  stroke-dasharray: 3 8;
  stroke-width: 2;
}

.clock-face {
  fill: rgba(26, 102, 255, 0.045);
  stroke-width: 3;
}

.clock-ticks {
  stroke: #8fb2ff;
  stroke-width: 3;
}

.clock-signal {
  stroke-width: 3;
}

.response-time {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border-right: 0;
  text-align: center;
  transform: translate(-50%, -48%);
}

.response-time strong {
  font-size: 60px;
  line-height: 0.78;
}

.response-time span {
  margin-top: 12px;
  font-size: 11px;
}

/* Point–dash–point chapter navigation. Position never changes; scroll controls opacity only. */
.chapter-nav {
  --nav-progress: 0;
  width: clamp(92px, 7.4vw, 120px);
  min-height: 48svh;
  position: fixed;
  z-index: 40;
  top: 50%;
  left: clamp(10px, 1.25vw, 24px);
  display: grid;
  grid-template-rows: auto minmax(44px, 1fr) auto minmax(44px, 1fr) auto;
  align-items: stretch;
  opacity: var(--nav-progress);
  pointer-events: none;
  transform: translateY(-50%);
  transition: none;
  will-change: opacity;
}

.chapter-nav.is-active {
  pointer-events: auto;
}

.chapter-nav a {
  min-width: 0;
  display: grid;
  grid-template-columns: 13px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  color: #65758d;
}

.chapter-nav a > i {
  width: 11px;
  height: 11px;
  display: block;
  border: 2px solid #9ba8ba;
  border-radius: 50%;
  background: #ffffff;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.chapter-nav a:hover > i,
.chapter-nav a.is-current > i {
  border-color: var(--blue);
  background: var(--blue);
  transform: scale(1.08);
}

.chapter-nav a span,
.chapter-nav a b,
.chapter-nav a strong,
.chapter-nav a em {
  min-width: 0;
  display: block;
}

.chapter-nav a b {
  color: var(--blue);
  font-size: 9px;
  font-weight: 840;
  letter-spacing: 0.08em;
}

.chapter-nav a strong {
  margin-top: 3px;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 740;
  letter-spacing: -0.02em;
}

.chapter-nav a em {
  margin-top: 3px;
  color: #7c899c;
  font-size: 9px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.25;
}

.chapter-nav-line {
  width: 1px;
  margin: 7px 0 7px 5px;
  display: block;
  border-left: 1px dashed #aab6c7;
}

/* Compact chapter rail: points stay quiet until the user asks for context. */
.chapter-nav {
  grid-template-rows: repeat(13, minmax(0, 1fr));
}

.chapter-nav a {
  position: relative;
  width: 13px;
  height: 13px;
  display: block;
  overflow: visible;
}

.chapter-nav a > i {
  position: absolute;
  inset: 1px;
}

.chapter-nav a > span {
  position: absolute;
  left: 26px;
  top: 50%;
  width: max-content;
  max-width: 190px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) translateX(-4px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.chapter-nav a:hover > span,
.chapter-nav a:focus-visible > span {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.chapter-nav-line {
  width: 1px;
  height: auto;
  margin: 0 0 0 6px;
  align-self: stretch;
}

@media (min-width: 1181px) and (max-width: 1360px) {
  .pricing-proof {
    min-height: 166px;
  }

  .pricing-chart {
    height: 106px;
  }

  .response-clock {
    min-height: 158px;
  }

  .response-clock-art {
    height: 156px;
  }

  .response-time strong {
    font-size: 56px;
  }
}

@media (max-width: 1180px) {
  .value-screen {
    width: 90vw;
    margin-right: 1vw;
    margin-left: 9vw;
  }

  .chapter-nav {
    width: 76px;
    left: 8px;
  }

  .chapter-nav a {
    grid-template-columns: 11px minmax(0, 1fr);
    gap: 6px;
  }

  .chapter-nav a > i {
    width: 9px;
    height: 9px;
  }

  .chapter-nav a strong {
    font-size: 11px;
  }

  .chapter-nav a em {
    display: none;
  }

  .chapter-nav-line {
    margin-left: 4px;
  }

  .pricing-proof {
    min-height: 158px;
  }

  .pricing-chart {
    height: 98px;
  }

  .response-clock {
    min-height: 158px;
  }

  .response-clock-art {
    height: 154px;
  }

  .response-time strong {
    font-size: 54px;
  }
}

@media (max-width: 820px) {
  .value-screen {
    width: 100%;
    margin: 0;
    border-right: 0;
    border-left: 0;
  }

  .chapter-nav {
    display: none;
  }
}

@media (max-width: 660px) {
  .value-screen,
  .value-content {
    height: auto;
    min-height: 0;
  }

  .value-screen {
    overflow: visible;
  }

  #hero-title {
    font-size: clamp(43px, 13vw, 56px);
  }

  .product-visual-stack {
    gap: 6px;
  }

  .alibaba-brand-lockup {
    width: min(230px, 100%);
  }

  .pricing-proof {
    min-height: 210px;
  }

  .pricing-chart {
    height: 132px;
  }

  .response-clock {
    min-height: 210px;
  }

  .response-clock-art {
    height: 198px;
  }

  .response-time strong {
    font-size: 62px;
  }
}

/* 2026-07-28 purpose audit: legible type, true price comparison and evidence-led diagrams. */
.hero-keywords li {
  font-size: 14px;
}

.hero-keywords li span {
  font-size: 12px;
}

.coverage-block p,
.panorama-heading p {
  font-size: 12px;
}

.coverage-keywords strong {
  font-size: 14px;
}

.product-visual figcaption span {
  font-size: 12px;
}

.product-visual figcaption em {
  font-size: 13px;
}

/* Three-layer separation: white base, opposing shadows and a blue light seam. */
.product-gallery {
  position: relative;
  isolation: isolate;
  gap: 12px;
  background: #ffffff;
}

.product-gallery::before {
  content: "";
  width: 3px;
  position: absolute;
  z-index: 4;
  top: 26px;
  bottom: 26px;
  left: calc(56% - 2px);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(26, 102, 255, 0),
    rgba(143, 178, 255, 0.88) 24%,
    rgba(26, 102, 255, 0.96) 50%,
    rgba(143, 178, 255, 0.88) 76%,
    rgba(26, 102, 255, 0)
  );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.9),
    0 0 22px rgba(26, 102, 255, 0.42);
  pointer-events: none;
}

.product-visual--maps {
  z-index: 2;
  box-shadow:
    10px 0 24px rgba(7, 21, 45, 0.12),
    3px 0 7px rgba(7, 21, 45, 0.1);
}

.product-visual-stack {
  position: relative;
  z-index: 1;
  box-shadow:
    -10px 0 24px rgba(7, 21, 45, 0.07),
    -3px 0 7px rgba(7, 21, 45, 0.07);
}

.product-visual-stack::after {
  content: "";
  height: 3px;
  position: absolute;
  z-index: 5;
  top: calc(50% - 1px);
  right: 22px;
  left: 22px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(26, 102, 255, 0),
    rgba(143, 178, 255, 0.88) 24%,
    rgba(26, 102, 255, 0.96) 50%,
    rgba(143, 178, 255, 0.88) 76%,
    rgba(26, 102, 255, 0)
  );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.9),
    0 0 20px rgba(26, 102, 255, 0.34);
  pointer-events: none;
}

.product-visual--places {
  box-shadow: inset 0 -14px 22px -20px rgba(7, 21, 45, 0.54);
}

.product-visual--routes {
  box-shadow: inset 0 14px 22px -20px rgba(7, 21, 45, 0.54);
}

.panorama-heading {
  max-width: 280px;
}

.panorama-stories {
  right: clamp(18px, 2vw, 30px);
  bottom: 16px;
  left: clamp(330px, 27vw, 415px);
  border: 0;
  gap: 10px;
  background: transparent;
  backdrop-filter: none;
}

.panorama-stories a {
  min-height: 162px;
  padding: 13px 14px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-content: center;
  column-gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(7, 21, 45, 0.68);
  backdrop-filter: blur(13px);
}

.panorama-stories a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.panorama-stories a svg {
  width: 36px;
  height: 36px;
  grid-row: 1 / 3;
  align-self: center;
  fill: none;
  stroke: #9cbaff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.panorama-stories span {
  align-self: end;
  color: #9cbaff;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.panorama-stories strong {
  min-height: 0;
  margin-top: 7px;
  align-self: start;
  font-size: clamp(14px, 0.98vw, 16px);
  line-height: 1.22;
}

.solution-sku-flow {
  min-width: 0;
  margin: 12px 0 0;
  padding: 0;
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 13px;
  list-style: none;
}

.solution-sku-flow::before {
  content: "";
  height: 2px;
  position: absolute;
  z-index: 0;
  right: 12%;
  left: 12%;
  top: 50%;
  background: rgba(143, 178, 255, 0.72);
  transform: translateY(-50%);
}

.solution-sku-flow li {
  min-width: 0;
  min-height: 35px;
  padding: 6px 5px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(156, 186, 255, 0.66);
  border-radius: 6px;
  color: #ffffff;
  background: rgba(7, 21, 45, 0.92);
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.08;
  text-align: center;
}

.solution-sku-flow li + li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: -11px;
  border-top: 2px solid #9cbaff;
  border-right: 2px solid #9cbaff;
  transform: translateY(-50%) rotate(45deg);
}

.foundation-area > p {
  font-size: 12px;
}

.platform-surfaces span {
  font-size: 13px;
}

/* Equal outer gutters: the chapter rail no longer shifts the content canvas. */
.value-screen {
  width: 86vw;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.value-content {
  grid-template-rows: 132px minmax(0, 1fr) 96px;
}

.value-header {
  padding: 22px clamp(28px, 3.2vw, 46px);
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.68fr);
  gap: 34px;
}

.value-heading p {
  font-size: 13px;
}

.value-heading h2 {
  font-size: clamp(40px, 3.35vw, 50px);
}

.value-intro {
  max-width: 480px;
  gap: 18px;
}

.value-intro span {
  padding-left: 14px;
}

.value-intro strong {
  font-size: 19px;
}

.advantage-story {
  grid-template-rows: minmax(178px, 0.72fr) minmax(338px, 1.28fr);
}

.advantage-copy {
  padding: clamp(20px, 2vw, 29px);
}

.advantage-copy > p:first-child {
  margin-bottom: 8px;
  font-size: 13px;
}

.advantage-copy h3 {
  max-width: 380px;
  font-size: clamp(28px, 2.1vw, 32px);
  line-height: 1.08;
}

.pricing-proof {
  min-height: 0;
  margin-top: auto;
  padding-top: 14px;
}

.pricing-proof-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding-bottom: 6px;
  align-items: end;
}

.pricing-proof-head span {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.pricing-proof-head .pricing-rate {
  justify-content: flex-end;
  text-align: right;
}

.pricing-proof-head strong {
  font-size: clamp(29px, 2.45vw, 38px);
  letter-spacing: -0.055em;
}

.pricing-proof-head b {
  color: #52647e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.pricing-proof-head .pricing-rate strong {
  color: var(--blue);
  font-size: clamp(24px, 2vw, 31px);
}

.pricing-legend {
  height: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #4f6078;
  font-size: 13px;
  font-weight: 760;
}

.pricing-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.pricing-legend span::before {
  content: "";
  width: 22px;
  height: 3px;
  display: block;
  background: var(--blue);
}

.pricing-legend .pricing-example {
  margin-right: auto;
  color: #5b6d86;
  font-weight: 780;
}

.pricing-legend .pricing-example::before {
  display: none;
}

.pricing-legend .pricing-legend-other::before {
  height: 2px;
  background: #8997aa;
}

.pricing-chart {
  width: 94%;
  max-width: 360px;
  height: auto;
  aspect-ratio: 380 / 174;
  margin: 0 auto;
}

.pricing-area {
  fill: url(#pricing-area-fill);
}

.pricing-other-line,
.pricing-total-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-other-line {
  stroke: #8c99aa;
  stroke-width: 3;
}

.pricing-total-line {
  stroke: var(--blue);
  stroke-width: 4;
}

.pricing-total-points circle {
  fill: #ffffff;
  stroke: var(--blue);
  stroke-width: 3;
}

.pricing-total-callout {
  font-size: 13px;
  font-weight: 820;
}

.pricing-y-label {
  fill: #65758c;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.pricing-total-callout--other {
  fill: #68788f;
}

.pricing-total-callout--final {
  fill: var(--blue);
}

.pricing-axis-labels text {
  fill: #65758c;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 740;
}

.pricing-floor {
  margin: 1px 0 0;
  color: #586981;
  font-size: 14px;
  font-weight: 640;
}

.pricing-floor strong {
  color: var(--ink);
  font-weight: 800;
}

.response-network {
  min-height: 0;
  margin-top: auto;
  padding-top: 8px;
}

.response-network svg {
  width: 100%;
  height: auto;
  aspect-ratio: 420 / 230;
  display: block;
  overflow: visible;
}

.response-connectors path {
  fill: none;
  stroke: #8ca6ce;
  stroke-linecap: round;
  stroke-width: 2.2;
}

.response-connectors circle {
  fill: #ffffff;
  stroke: var(--blue);
  stroke-width: 2.2;
}

.response-clock-label text {
  fill: var(--blue);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 820;
  letter-spacing: -0.05em;
}

.response-clock-node circle {
  fill: #eef4ff;
  stroke: var(--blue);
  stroke-width: 3;
}

.response-clock-node path,
.support-icon path,
.support-icon circle,
.globe-icon circle,
.globe-icon path,
.contact-icon rect,
.contact-icon path {
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.response-clock-node .clock-hands {
  stroke: var(--navy);
  stroke-width: 3.2;
}

.globe-icon .globe-latitude {
  stroke-width: 2.4;
}

.contact-icon .contact-brace {
  stroke: #8ca6ce;
  stroke-width: 2.3;
}

.contact-icon .phone-icon,
.contact-icon .email-icon {
  stroke-width: 2.5;
}

.support-icon text,
.globe-icon text,
.contact-icon text {
  fill: var(--ink);
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 760;
}

.stack-data-proof {
  min-height: 218px;
  margin-top: auto;
  padding-top: 14px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  align-items: end;
  gap: 14px;
}

.stack-data-core {
  min-height: 210px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
}

.stack-data-core span {
  min-height: 32px;
  height: auto;
  padding: 6px 12px;
  font-size: 13px;
  letter-spacing: 0;
  opacity: 1;
}

.stack-data-core span:nth-child(1) {
  width: 42%;
  opacity: 0.62;
}

.stack-data-core span:nth-child(2) {
  width: 56%;
  opacity: 0.72;
}

.stack-data-core span:nth-child(3) {
  width: 70%;
  opacity: 0.82;
}

.stack-data-core span:nth-child(4) {
  width: 84%;
  color: #ffffff;
  background: var(--blue);
  opacity: 0.92;
}

.stack-data-core span:nth-child(5) {
  width: 100%;
  min-height: 38px;
  color: #ffffff;
  background: var(--navy);
  opacity: 1;
}

.stack-data-connectors {
  width: 100%;
  height: 224px;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.stack-data-connectors path {
  fill: none;
  stroke: #8ca6ce;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.stack-data-connectors circle {
  fill: #ffffff;
  stroke: var(--blue);
  stroke-width: 2;
}

.stack-data-metrics {
  min-height: 210px;
  margin: 0;
  padding: 2px 0 4px 34px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0;
}

.stack-data-metrics div {
  min-width: 0;
  padding: 5px 0;
  display: block;
  border: 0;
  text-align: right;
}

.stack-data-metrics dt {
  font-size: clamp(23px, 1.9vw, 28px);
  line-height: 1;
}

.stack-data-metrics div:last-child dt {
  color: var(--ink);
}

.stack-data-metrics dd {
  margin-top: 5px;
  color: #61728a;
  font-size: 13px;
  text-align: right;
}

.value-cta > div:first-child p {
  font-size: 13px;
}

.value-cta > div:first-child strong {
  font-size: 17px;
}

/* Fixed point–dash–point rail: equal gutter, larger labels, no secondary copy. */
.chapter-nav {
  width: calc(7vw - 14px);
  max-width: 92px;
  min-width: 72px;
  min-height: 44svh;
  left: 8px;
}

.chapter-nav a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  text-align: center;
}

.chapter-nav a > i {
  flex: 0 0 auto;
}

.chapter-nav a span {
  width: 100%;
}

.chapter-nav a b {
  font-size: 12px;
}

.chapter-nav a strong {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.05;
}

.chapter-nav-line {
  width: 0;
  margin: 10px 0;
  align-self: center;
}

@media (min-width: 1500px) {
  .chapter-nav {
    left: calc(7vw - 100px);
  }
}

@media (min-width: 1181px) and (max-width: 1360px) {
  .value-content {
    grid-template-rows: 118px minmax(0, 1fr) 88px;
  }

  .value-header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .value-heading h2 {
    font-size: 40px;
  }

  .value-intro strong {
    font-size: 17px;
  }

  .advantage-story {
    grid-template-rows: minmax(154px, 0.62fr) minmax(330px, 1.38fr);
  }

  .advantage-copy {
    padding: 19px 22px;
  }

  .advantage-copy h3 {
    font-size: 27px;
  }

  .pricing-proof {
    padding-top: 9px;
  }

  .pricing-proof-head strong {
    font-size: 29px;
  }

  .pricing-legend,
  .pricing-proof-head b {
    font-size: 12px;
  }

  .pricing-floor {
    font-size: 13px;
  }

  .stack-data-core span {
    min-height: 29px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .stack-data-metrics {
    min-height: 198px;
    padding-left: 28px;
  }

  .stack-data-metrics dt {
    font-size: 21px;
  }

  .stack-data-metrics dd {
    font-size: 12px;
  }

  .stack-data-proof {
    min-height: 204px;
  }

  .stack-data-core {
    min-height: 198px;
  }
}

@media (max-width: 1180px) {
  .value-screen {
    width: 88vw;
    margin-right: auto;
    margin-left: auto;
  }

  .chapter-nav {
    width: calc(6vw - 10px);
    min-width: 54px;
    left: 6px;
  }

  .chapter-nav a {
    gap: 5px;
  }

  .chapter-nav a > i {
    width: 9px;
    height: 9px;
  }

  .chapter-nav a b {
    font-size: 12px;
  }

  .chapter-nav a strong {
    font-size: 13px;
  }
}

@media (max-width: 820px) {
  .value-screen {
    width: 100%;
    margin: 0;
  }

  .panorama-stories a {
    min-height: 130px;
  }
}

@media (max-width: 660px) {
  .panorama-stories {
    position: relative;
    inset: auto;
    padding: 16px;
    grid-template-columns: 1fr;
  }

  .panorama-stories a {
    min-height: 110px;
  }

  .advantage-story {
    grid-template-rows: minmax(210px, auto) auto;
  }

  .advantage-copy {
    overflow: visible;
  }

  .pricing-proof,
  .response-network,
  .stack-data-proof {
    margin-top: 22px;
  }

  .pricing-proof-head strong {
    font-size: 34px;
  }

  .stack-data-core span {
    font-size: 13px;
  }
}

/* 2026-07-28 spatial pass: every proof follows its title and uses the full canvas. */
.panorama-stories {
  right: clamp(18px, 2vw, 30px);
  left: clamp(275px, 22vw, 330px);
  gap: 8px;
}

.panorama-stories a {
  padding-right: 12px;
  padding-left: 12px;
}

.panorama-stories strong {
  font-size: clamp(13px, 0.93vw, 15px);
  white-space: nowrap;
}

.solution-sku-flow {
  grid-template-columns: repeat(3, max-content);
  justify-content: space-between;
  gap: 7px;
}

.solution-sku-flow li {
  min-height: 32px;
  padding: 6px 5px;
  font-size: 11.5px;
  line-height: 1;
  white-space: nowrap;
}

.solution-sku-flow li + li::before {
  left: -8px;
}

.advantage-copy {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  align-content: start;
}

.advantage-copy h3 {
  max-width: 100%;
  letter-spacing: -0.025em;
  word-spacing: 0.14em;
}

.pricing-proof,
.response-network,
.stack-data-proof {
  margin-top: clamp(16px, 2vh, 24px);
  padding-top: 0;
  align-self: stretch;
}

.pricing-proof {
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  align-content: start;
}

.pricing-proof-head {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  padding-bottom: 4px;
}

.pricing-proof-head strong {
  font-size: clamp(27px, 2.1vw, 32px);
}

.pricing-proof-head .pricing-rate strong {
  font-size: clamp(24px, 1.8vw, 28px);
}

.pricing-proof-head b {
  font-size: 11.5px;
}

.pricing-legend {
  min-height: 24px;
  height: auto;
}

.pricing-gap-summary {
  min-height: 28px;
  margin: 2px 0 -2px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #4f6078;
}

.pricing-gap-summary strong {
  color: var(--blue);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 23px;
  font-weight: 820;
  letter-spacing: -0.045em;
  line-height: 1;
}

.pricing-gap-summary span {
  font-size: 13px;
  font-weight: 760;
}

.pricing-chart {
  width: 100%;
  max-width: 390px;
}

.pricing-gap-connectors path {
  fill: none;
  stroke: var(--blue);
  stroke-dasharray: 2 3;
  stroke-width: 1.7;
}

.pricing-other-points circle {
  fill: #ffffff;
  stroke: #8593a6;
  stroke-width: 2.5;
}

.pricing-gap-labels text {
  fill: var(--blue);
  paint-order: stroke;
  stroke: #ffffff;
  stroke-linejoin: round;
  stroke-width: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11.5px;
  font-weight: 820;
  text-anchor: middle;
}

.response-network {
  min-height: 232px;
  position: relative;
  overflow: hidden;
}

.support-link {
  height: 2px;
  position: absolute;
  z-index: 0;
  top: 63%;
  display: block;
  background: linear-gradient(90deg, #a9bddd, var(--blue));
}

.support-link::before,
.support-link::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: #ffffff;
  transform: translateY(-50%);
}

.support-link::before {
  left: -3px;
}

.support-link::after {
  right: -3px;
}

.support-link--agent {
  left: 22%;
  width: 22%;
}

.support-link--contact {
  left: 58%;
  width: 13%;
}

.support-hours {
  width: 88px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 5px;
  transform: translateX(-50%);
}

.support-hours::after {
  content: "";
  width: 2px;
  height: 23px;
  position: absolute;
  top: 95px;
  left: 50%;
  background: linear-gradient(#a9bddd, var(--blue));
  transform: translateX(-50%);
}

.support-hours strong {
  color: var(--blue);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 38px;
  font-weight: 820;
  letter-spacing: -0.045em;
  line-height: 1;
}

.support-icon-shell {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26, 102, 255, 0.24);
  border-radius: 50%;
  background: #f2f6ff;
  box-shadow: 0 10px 28px rgba(26, 102, 255, 0.1);
}

.support-icon-shell img {
  width: 37px;
  height: 37px;
  display: block;
}

.support-icon-shell--clock {
  width: 58px;
  height: 58px;
  background: #ffffff;
}

.support-icon-shell--clock img {
  width: 38px;
  height: 38px;
}

.support-icon-shell--world {
  width: 72px;
  height: 72px;
  border-width: 2px;
  background: #ffffff;
}

.support-icon-shell--world img {
  width: 48px;
  height: 48px;
}

.support-node {
  position: absolute;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: var(--ink);
  text-align: center;
}

.support-node strong {
  font-size: 15px;
  font-weight: 780;
  line-height: 1;
}

.support-node--agent {
  top: 63%;
  left: 7%;
  transform: translateY(-50%);
}

.support-node--world {
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.support-contact-group {
  width: 31%;
  height: 142px;
  position: absolute;
  z-index: 2;
  top: 34%;
  right: 1%;
}

.support-contact-brace {
  position: absolute;
  top: 50%;
  left: 0;
  color: #8ca6ce;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 98px;
  font-weight: 400;
  line-height: 0.7;
  transform: translateY(-50%) scaleX(0.72);
  transform-origin: left center;
}

.support-contact-group .support-node {
  right: 0;
  grid-template-columns: 48px auto;
  align-items: center;
  justify-items: start;
  gap: 8px;
  text-align: left;
}

.support-contact-group .support-icon-shell {
  width: 48px;
  height: 48px;
}

.support-contact-group .support-icon-shell img {
  width: 27px;
  height: 27px;
}

.support-node--call {
  top: 0;
}

.support-node--email {
  bottom: 0;
}

.stack-data-proof {
  min-height: 232px;
  grid-template-columns: minmax(0, 53%) minmax(0, 47%);
  gap: 10px;
}

.stack-data-core {
  min-height: 224px;
  gap: 4px;
}

.stack-data-core span {
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12.5px;
  line-height: 1;
  white-space: nowrap;
}

.stack-data-core span:nth-child(1) {
  width: 72%;
}

.stack-data-core span:nth-child(2) {
  width: 84%;
}

.stack-data-core span:nth-child(3) {
  width: 90%;
}

.stack-data-core span:nth-child(4) {
  width: 96%;
}

.stack-data-core span:nth-child(5) {
  width: 100%;
}

.stack-data-connectors {
  height: 232px;
}

.stack-data-metrics {
  min-height: 224px;
  padding: 0 0 4px 30px;
}

.stack-data-metrics div {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 0;
}

.stack-data-metrics dt {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
  letter-spacing: -0.035em;
}

.stack-data-metrics dt strong {
  color: var(--blue);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(30px, 2.35vw, 38px);
  font-weight: 760;
  line-height: 1;
}

.stack-data-metrics dt span {
  color: var(--ink);
  font-size: 16px;
  font-weight: 760;
  letter-spacing: 0;
}

.stack-data-metrics dd {
  margin-top: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
  text-align: right;
}

@media (min-width: 1181px) and (max-width: 1360px) {
  .panorama-stories {
    left: 260px;
  }

  .solution-sku-flow li {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 10.5px;
  }

  .pricing-gap-summary strong {
    font-size: 20px;
  }

  .pricing-gap-summary span {
    font-size: 12px;
  }

  .response-network,
  .stack-data-proof {
    min-height: 205px;
  }

  .support-hours strong {
    font-size: 34px;
  }

  .support-icon-shell {
    width: 56px;
    height: 56px;
  }

  .support-icon-shell img {
    width: 33px;
    height: 33px;
  }

  .support-icon-shell--world {
    width: 64px;
    height: 64px;
  }

  .support-icon-shell--world img {
    width: 42px;
    height: 42px;
  }

  .support-hours::after {
    top: 88px;
    height: 17px;
  }

  .support-contact-group {
    height: 126px;
  }

  .support-contact-group .support-icon-shell {
    width: 44px;
    height: 44px;
  }

  .support-contact-group .support-node {
    grid-template-columns: 44px auto;
  }

  .stack-data-core,
  .stack-data-metrics {
    min-height: 198px;
  }

  .stack-data-core span {
    min-height: 30px;
    font-size: 11.5px;
  }

  .stack-data-metrics dt strong {
    font-size: 28px;
  }
}

@media (max-width: 1020px) {
  .panorama-stories {
    left: 235px;
  }

  .solution-sku-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .solution-sku-flow li {
    font-size: 10px;
  }

  .response-network {
    min-height: 205px;
  }

  .support-node strong {
    font-size: 12px;
  }

  .support-contact-group {
    width: 33%;
  }

  .support-contact-group .support-node {
    grid-template-columns: 42px auto;
  }

  .support-contact-group .support-icon-shell {
    width: 42px;
    height: 42px;
  }

  .stack-data-core span {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 10px;
  }

  .stack-data-metrics {
    padding-left: 20px;
  }

  .stack-data-metrics dt strong {
    font-size: 25px;
  }

  .stack-data-metrics dd {
    font-size: 12px;
    text-align: right;
  }
}

@media (max-width: 660px) {
  .panorama-stories {
    left: auto;
  }

  .panorama-stories strong {
    white-space: normal;
  }

  .solution-sku-flow {
    grid-template-columns: repeat(3, max-content);
  }

  .advantage-copy {
    display: grid;
  }

  .pricing-proof,
  .response-network,
  .stack-data-proof {
    margin-top: 22px;
  }

  .response-network {
    min-height: 240px;
  }

  .stack-data-core span {
    font-size: 11px;
  }
}

/* 2026-07-28 evidence correction: true price geometry and image-led support. */
.solution-sku-flow li + li::before {
  display: none;
}

.advantage-story {
  grid-template-rows: minmax(126px, 0.52fr) minmax(360px, 1.48fr);
}

.advantage-copy {
  padding-top: clamp(18px, 1.7vw, 24px);
  padding-bottom: clamp(16px, 1.6vw, 22px);
}

.pricing-proof {
  min-height: 0;
  margin-top: 12px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.pricing-proof-head {
  min-height: 34px;
  padding-bottom: 1px;
}

.pricing-legend {
  min-height: 20px;
  font-size: 12px;
}

.pricing-gap-summary {
  min-height: 24px;
  margin: 1px 0 0;
}

.pricing-gap-summary strong {
  font-size: 22px;
}

.pricing-gap-summary span {
  font-size: 12px;
}

.pricing-chart-label {
  margin: 4px 0 1px;
  color: #65758c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pricing-chart-image {
  width: auto;
  max-width: 100%;
  height: min(27vh, 198px);
  min-height: 0;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

.response-network {
  min-height: 0;
  height: 100%;
  margin-top: 8px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.response-network-image {
  width: 122%;
  max-width: none;
  height: 122%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.stack-data-proof {
  min-height: 0;
  height: 100%;
  margin-top: 10px;
  padding-top: 0;
  grid-template-columns: minmax(0, 56%) minmax(0, 44%);
  align-items: stretch;
  gap: 8px;
}

.stack-data-core {
  min-height: 0;
  height: 100%;
  padding: 0;
  align-self: stretch;
  justify-content: space-between;
  gap: 4px;
}

.stack-data-core span {
  min-height: 35px;
  height: auto;
  max-height: 50px;
  padding: 7px 10px;
  flex: 1 1 0;
  font-size: 12.5px;
}

.stack-data-core span:nth-child(1) {
  width: 82%;
}

.stack-data-core span:nth-child(2) {
  width: 88%;
}

.stack-data-core span:nth-child(3) {
  width: 92%;
}

.stack-data-core span:nth-child(4) {
  width: 96%;
}

.stack-data-core span:nth-child(5) {
  width: 100%;
  min-height: 42px;
}

.stack-data-connectors {
  height: 100%;
}

.stack-data-metrics {
  min-height: 0;
  height: 100%;
  padding: 0 0 0 20px;
  align-self: stretch;
  justify-items: stretch;
}

.stack-data-metrics div {
  width: 100%;
  align-content: center;
  text-align: left;
}

.stack-data-metrics dt {
  justify-content: flex-start;
  text-align: left;
}

.stack-data-metrics dd {
  text-align: left;
}

@media (min-width: 1181px) and (max-width: 1360px) {
  .advantage-story {
    grid-template-rows: minmax(116px, 0.48fr) minmax(350px, 1.52fr);
  }

  .advantage-copy {
    padding-top: 17px;
    padding-bottom: 15px;
  }

  .pricing-proof {
    margin-top: 9px;
  }

  .pricing-chart-label {
    font-size: 11px;
  }

  .stack-data-core,
  .stack-data-metrics {
    min-height: 0;
  }

  .stack-data-core span {
    min-height: 31px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media (max-width: 1020px) {
  .advantage-story {
    grid-template-rows: 122px minmax(370px, 1fr);
  }

  .pricing-proof-head b,
  .pricing-legend {
    font-size: 10.5px;
  }

  .pricing-gap-summary span {
    font-size: 11px;
  }

  .stack-data-proof {
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  }

  .stack-data-metrics {
    padding-left: 12px;
  }
}

@media (max-width: 660px) {
  .advantage-story {
    grid-template-rows: 220px minmax(500px, auto);
  }

  .pricing-chart-image {
    width: min(100%, 430px);
  }

  .response-network {
    min-height: 300px;
  }

  .stack-data-proof {
    min-height: 320px;
    height: auto;
  }
}

/* 2026-07-28 flow pass: larger pricing visual, two-way support, T-shaped data proof. */
.pricing-proof {
  margin-top: 8px;
}

.pricing-rate strong,
.pricing-gap-summary strong,
.pricing-gap-summary span {
  color: var(--blue);
}

.pricing-chart-image {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 230px;
  margin: 0;
}

.response-network {
  margin-top: 4px;
  overflow: hidden;
}

.support-hours-copy {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: var(--blue);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 19px;
  font-weight: 760;
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

.support-hours-copy span {
  font-size: 34px;
  font-weight: 830;
  letter-spacing: -0.05em;
}

.response-network-image {
  width: 108%;
  max-width: none;
  height: calc(100% - 28px);
  margin-top: 28px;
  object-fit: contain;
  object-position: center;
}

.stack-data-proof {
  min-height: 0;
  height: 100%;
  margin-top: 7px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) 34px 76px;
  align-items: stretch;
  gap: 0;
}

.stack-data-core {
  width: 100%;
  min-height: 0;
  height: 100%;
  padding: 0 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
}

.stack-data-core span {
  min-height: 30px;
  height: auto;
  max-height: 42px;
  padding: 6px 12px;
  flex: 1 1 0;
  font-size: 12px;
  white-space: nowrap;
}

.stack-data-core span:nth-child(1) {
  width: 70%;
}

.stack-data-core span:nth-child(2) {
  width: 78%;
}

.stack-data-core span:nth-child(3) {
  width: 86%;
}

.stack-data-core span:nth-child(4) {
  width: 94%;
}

.stack-data-core span:nth-child(5) {
  width: 100%;
  min-height: 38px;
}

.stack-data-connectors {
  display: none;
}

.stack-data-tree {
  min-height: 34px;
  position: relative;
}

.stack-data-tree::before,
.stack-data-tree::after,
.stack-data-tree span {
  content: "";
  position: absolute;
  display: block;
  background: #8ca6ce;
}

.stack-data-tree::before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.stack-data-tree::after {
  height: 2px;
  top: 16px;
  right: 16.666%;
  left: 16.666%;
}

.stack-data-tree span {
  width: 2px;
  top: 16px;
  bottom: 0;
  transform: translateX(-50%);
}

.stack-data-tree span:nth-child(1) {
  left: 16.666%;
}

.stack-data-tree span:nth-child(2) {
  left: 50%;
}

.stack-data-tree span:nth-child(3) {
  left: 83.333%;
}

.stack-data-metrics {
  min-height: 0;
  height: 76px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 1fr;
  align-items: start;
  gap: 4px;
}

.stack-data-metrics div {
  min-width: 0;
  padding: 6px 2px 0;
  position: relative;
  display: block;
  text-align: center;
}

.stack-data-metrics div::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: -4px;
  left: 50%;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(-50%);
}

.stack-data-metrics dt {
  display: block;
  text-align: center;
}

.stack-data-metrics dt strong {
  color: var(--ink);
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1;
}

.stack-data-metrics dd {
  margin-top: 5px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1181px) and (max-width: 1360px) {
  .pricing-chart-image {
    max-height: 215px;
  }

  .support-hours-copy {
    font-size: 17px;
  }

  .support-hours-copy span {
    font-size: 31px;
  }

  .stack-data-proof {
    grid-template-rows: minmax(0, 1fr) 30px 68px;
  }

  .stack-data-core span {
    min-height: 27px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11.5px;
  }

  .stack-data-metrics {
    height: 68px;
  }

  .stack-data-metrics dt strong {
    font-size: 24px;
  }

  .stack-data-metrics dd {
    font-size: 10px;
  }
}

@media (max-width: 1020px) {
  .pricing-chart-image {
    max-height: 205px;
  }

  .response-network-image {
    width: 104%;
  }

  .stack-data-core {
    padding-right: 3px;
    padding-left: 3px;
  }

  .stack-data-core span {
    font-size: 10px;
  }

  .stack-data-metrics dt strong {
    font-size: 21px;
  }

  .stack-data-metrics dd {
    font-size: 9px;
  }
}

@media (max-width: 660px) {
  .pricing-chart-image {
    width: 100%;
    max-height: none;
  }

  .response-network {
    min-height: 330px;
  }

  .support-hours-copy {
    font-size: 20px;
  }

  .support-hours-copy span {
    font-size: 36px;
  }

  .stack-data-proof {
    min-height: 390px;
    grid-template-rows: minmax(230px, 1fr) 38px 96px;
  }
}

/* Final hierarchy overrides: official SKU naming, price proof and expert support. */
#hero-title span + span {
  margin-top: 16px;
}

.pricing-proof {
  margin-top: 8px;
}

.pricing-benefit-row {
  min-height: 44px;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: end;
  gap: 6px;
}

.pricing-benefit-row .pricing-gap-summary {
  min-height: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 4px;
}

.pricing-benefit-row .pricing-gap-summary strong {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 30px;
  font-weight: 840;
  letter-spacing: -0.055em;
  line-height: 1;
}

.pricing-benefit-row .pricing-gap-summary span {
  max-width: none;
  color: var(--blue);
  font-size: 11.5px;
  font-weight: 820;
  line-height: 1.08;
}

.pricing-benefit-row .pricing-rate {
  min-width: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  white-space: nowrap;
}

.pricing-benefit-row .pricing-rate strong {
  color: var(--blue);
  font-size: 25px;
  font-weight: 840;
  letter-spacing: -0.055em;
  line-height: 1;
}

.pricing-benefit-row .pricing-rate b {
  color: #52647e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pricing-proof > .pricing-free {
  min-height: 27px;
  margin-top: 3px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.pricing-proof > .pricing-free strong {
  color: var(--ink);
  font-size: 23px;
  font-weight: 840;
  letter-spacing: -0.04em;
  line-height: 1;
}

.pricing-proof > .pricing-free b {
  color: #52647e;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.05em;
}

.pricing-chart-meta {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pricing-chart-meta .pricing-example {
  color: #53657e;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.pricing-chart-meta .pricing-legend {
  min-width: 0;
  height: auto;
  min-height: 0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  color: #46566d;
  font-size: 12px;
  line-height: 1;
}

.pricing-chart-meta .pricing-legend span {
  gap: 6px;
  white-space: nowrap;
}

.pricing-chart-meta .pricing-legend span::before {
  width: 18px;
}

.pricing-chart-label {
  margin-top: 2px;
}

.advantage-copy h3 .copy-emphasis {
  color: var(--blue);
}

.response-network-image {
  width: 109%;
}

.stack-data-core span:nth-child(2) {
  width: 82%;
}

@media (min-width: 1181px) and (max-width: 1360px) {
  .pricing-benefit-row {
    grid-template-columns: 154px minmax(0, 1fr);
  }

  .pricing-benefit-row .pricing-gap-summary {
    grid-template-columns: 61px minmax(0, 1fr);
  }

  .pricing-benefit-row .pricing-gap-summary strong {
    font-size: 29px;
  }

  .pricing-chart-meta .pricing-legend {
    font-size: 11px;
  }

  .pricing-benefit-row .pricing-rate strong {
    font-size: 24px;
  }

  .pricing-chart-meta {
    gap: 8px;
  }

  .pricing-chart-meta .pricing-legend {
    gap: 9px;
  }

  .pricing-chart-meta .pricing-legend span::before {
    width: 14px;
  }
}

@media (max-width: 1020px) {
  #hero-title span + span {
    margin-top: 12px;
  }

  .pricing-benefit-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pricing-benefit-row .pricing-rate {
    justify-content: flex-start;
  }

  .pricing-chart-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .pricing-chart-meta .pricing-legend {
    justify-content: flex-start;
  }

  .stack-data-core span:nth-child(2) {
    width: 88%;
  }
}

/* Final detail polish: centered heading, chart-side legend and focused evidence. */
.value-header {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: center;
}

.value-heading {
  width: 100%;
}

.advantage-copy h3 {
  color: var(--blue);
}

.pricing-benefit-row {
  min-height: 42px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 5px;
}

.pricing-benefit-row .pricing-gap-summary {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}

.pricing-benefit-row .pricing-gap-summary strong {
  font-size: 28px;
}

.pricing-benefit-row .pricing-gap-summary span {
  max-width: none;
  font-size: 11px;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
}

.pricing-benefit-row .pricing-rate strong {
  font-size: 23px;
}

.pricing-chart-label {
  margin: 3px 0 0;
}

.pricing-chart-layout {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  align-items: stretch;
  gap: 7px;
}

.pricing-chart-layout .pricing-chart-image {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 205px;
  margin: 0;
}

.pricing-chart-aside {
  min-width: 0;
  padding: 10px 0 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-chart-aside .pricing-legend {
  min-height: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  color: #46566d;
  font-size: 11px;
  font-weight: 780;
  line-height: 1.12;
}

.pricing-chart-aside .pricing-legend span {
  gap: 6px;
  white-space: normal;
}

.pricing-chart-aside .pricing-legend span::before {
  width: 21px;
  flex: 0 0 21px;
}

.pricing-chart-aside .pricing-example {
  color: #53657e;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
}

.support-hours-copy {
  top: 42px;
  left: 30%;
  font-size: 22px;
  line-height: 1;
  transform: translateX(-50%);
}

.support-hours-copy span {
  font-size: 40px;
}

.support-hours-copy b {
  font-size: 20px;
  font-weight: 830;
  letter-spacing: 0.03em;
}

.stack-data-metrics dt strong {
  color: var(--blue);
}

.stack-data-metrics dd {
  color: var(--ink);
}

@media (min-width: 1181px) and (max-width: 1360px) {
  .pricing-benefit-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .pricing-benefit-row .pricing-gap-summary {
    display: flex;
  }

  .pricing-benefit-row .pricing-gap-summary strong {
    font-size: 28px;
  }

  .pricing-benefit-row .pricing-gap-summary span {
    font-size: 10.5px;
  }

  .pricing-benefit-row .pricing-rate strong {
    font-size: 22px;
  }
}

@media (max-width: 1020px) {
  .pricing-benefit-row {
    grid-template-columns: 1fr;
  }

  .pricing-benefit-row .pricing-rate {
    align-items: flex-start;
  }

  .pricing-chart-layout {
    grid-template-columns: minmax(0, 1fr) 88px;
  }
}

/* Final collision fixes after viewport review. */
.pricing-benefit-row .pricing-gap-summary {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1px;
}

.pricing-benefit-row .pricing-gap-summary span {
  font-size: 11.5px;
  letter-spacing: -0.025em;
}

.support-hours-copy {
  top: 44px;
  left: 23%;
  gap: 4px;
}

.support-hours-copy span {
  font-size: 38px;
}

.support-hours-copy b {
  font-size: 18px;
}

/* Restore full statements while keeping only the intended keywords blue. */
.advantage-copy h3 {
  color: var(--ink);
}

.advantage-copy h3 .copy-emphasis {
  color: var(--blue);
}

.pricing-chart-layout {
  grid-template-columns: minmax(0, 1fr) 76px;
  gap: 3px;
}

.pricing-chart-layout .pricing-chart-image {
  max-height: 220px;
}

/* Single-stage product carousel: one readable demo, three always-visible capability labels. */
.product-gallery.product-carousel {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  position: relative;
  isolation: isolate;
  display: block;
  overflow: hidden;
  background: #dfe7f3;
}

.product-gallery.product-carousel::before {
  display: none;
}

.product-carousel-viewport,
.product-carousel-slide {
  position: absolute;
  inset: 0;
}

.product-carousel-slide {
  z-index: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(2.5%) scale(1.015);
  transition:
    opacity 560ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-carousel-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.product-carousel-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-carousel-slide.product-visual--maps img {
  object-position: center 46%;
}

.product-carousel-slide.product-visual--places img {
  object-position: center 44%;
}

.product-carousel-slide.product-visual--routes img {
  object-position: center 48%;
}

.product-carousel::after {
  content: "";
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(4, 17, 39, 0.64));
}

.product-carousel-tabs {
  z-index: 4;
  position: absolute;
  right: 18px;
  bottom: 22px;
  left: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.product-carousel-tab {
  min-width: 0;
  min-height: 74px;
  padding: 10px 13px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: baseline;
  column-gap: 7px;
  row-gap: 3px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 7px;
  background: rgba(5, 21, 47, 0.66);
  box-shadow: 0 10px 28px rgba(4, 15, 35, 0.16);
  backdrop-filter: blur(12px);
  cursor: pointer;
  text-align: left;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.product-carousel-tab:hover {
  border-color: rgba(255, 255, 255, 0.72);
  transform: translateY(-2px);
}

.product-carousel-tab.is-active {
  color: var(--ink);
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.96);
}

.product-carousel-tab span {
  color: #9dbaff;
  font-size: 10px;
  font-weight: 840;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.product-carousel-tab.is-active span {
  color: var(--blue);
}

.product-carousel-tab strong {
  overflow: hidden;
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-carousel-tab em {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-style: normal;
  font-weight: 680;
  line-height: 1.1;
  white-space: nowrap;
}

.product-carousel-tab.is-active em {
  color: #5b6c84;
}

.product-carousel-progress {
  height: 3px;
  z-index: 6;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}

.product-carousel-progress i {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left center;
}

.product-carousel-progress.is-running i {
  animation: product-carousel-progress var(--product-rotation-delay, 5.2s) linear forwards;
}

@keyframes product-carousel-progress {
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1020px) {
  .product-carousel-tabs {
    right: 18px;
    left: 18px;
  }

  .product-carousel-tab {
    min-height: 66px;
    padding: 9px 10px;
  }

  .product-carousel-tab strong {
    font-size: 16px;
  }

  .product-carousel-tab em {
    font-size: 10px;
  }
}

@media (max-width: 660px) {
  .product-gallery.product-carousel {
    min-height: 420px;
  }

  .product-carousel-tabs {
    right: 14px;
    bottom: 14px;
    left: 14px;
    gap: 5px;
  }

  .product-carousel-tab {
    min-height: 58px;
    padding: 8px;
  }

  .product-carousel-tab span,
  .product-carousel-tab em {
    display: none;
  }

  .product-carousel-tab strong {
    grid-column: 1 / -1;
    font-size: 14px;
    text-align: center;
  }

}

@media (prefers-reduced-motion: reduce) {
  .product-carousel-slide,
  .product-carousel-tab {
    transition: none;
  }

  .product-carousel-progress {
    display: none;
  }
}

/* Screen 03 — a problem-solving location agent, not a shallow API gallery. */
.agent-screen {
  min-height: max(100svh, 920px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 76px;
  padding: clamp(70px, 7vh, 92px) clamp(34px, 5vw, 82px) 108px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 8%, rgba(38, 107, 255, 0.27), transparent 30%),
    radial-gradient(circle at 8% 94%, rgba(71, 132, 255, 0.13), transparent 28%),
    #07152d;
}

.agent-screen::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), transparent 72%);
}

.agent-screen-shell {
  width: min(100%, 1780px);
  min-height: calc(max(100svh, 920px) - clamp(170px, 16vh, 200px));
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 30px;
}

.agent-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 52px;
  align-items: end;
}

.agent-heading-copy p {
  margin: 0 0 13px;
  color: #78a0ff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.agent-heading-copy h2 {
  max-width: 920px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 4.5vw, 70px);
  font-weight: 620;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.agent-scale-proof {
  margin: 0;
  display: flex;
  gap: clamp(26px, 3vw, 52px);
}

.agent-scale-proof div {
  min-width: 126px;
}

.agent-scale-proof dt {
  color: #77a0ff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1;
}

.agent-scale-proof dd {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 760;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.agent-workspace {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(430px, 0.76fr) minmax(600px, 1.24fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: #0a1933;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
}

.agent-console {
  min-width: 0;
  padding: clamp(25px, 2.4vw, 38px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 14% 0, rgba(38, 107, 255, 0.2), transparent 28%),
    #0a1933;
}

.agent-console-label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: center;
}

.ui-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3ad59c;
  box-shadow: 0 0 0 5px rgba(58, 213, 156, 0.12);
}

.agent-console-label.is-offline .ui-status-dot {
  background: #ffb44a;
  box-shadow: 0 0 0 5px rgba(255, 180, 74, 0.12);
}

.agent-console-label strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 820;
}

.agent-console-label em {
  grid-column: 2;
  overflow: hidden;
  color: #8293ae;
  font-size: 13px;
  font-style: normal;
  font-weight: 650;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agent-prompt {
  margin-top: 17px;
}

.agent-prompt > label {
  display: block;
  margin-bottom: 9px;
  color: #aebbd0;
  font-size: 14px;
  font-weight: 720;
}

.agent-prompt-box {
  overflow: hidden;
  border: 1px solid rgba(143, 178, 255, 0.44);
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
}

.agent-prompt-box textarea {
  width: 100%;
  min-height: 94px;
  padding: 17px 18px 8px;
  display: block;
  resize: none;
  color: #0a1730;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 620;
  letter-spacing: -0.025em;
  line-height: 1.34;
}

.agent-prompt-box button {
  min-height: 43px;
  margin: 0 8px 8px auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  border: 0;
  border-radius: 7px;
  background: var(--blue);
  font-size: 14px;
  font-weight: 790;
  cursor: pointer;
}

.agent-prompt-box button:disabled {
  opacity: 0.58;
  cursor: wait;
}

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

.agent-presets {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.agent-presets button {
  min-height: 37px;
  padding: 0 11px;
  color: #b6c3d7;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.agent-presets button:hover,
.agent-presets button.is-selected {
  color: #ffffff;
  border-color: rgba(119, 160, 255, 0.72);
  background: rgba(38, 107, 255, 0.17);
}

.agent-plan {
  margin-top: 23px;
}

.agent-plan-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8d9db5;
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.agent-plan-title strong {
  color: #7fa5ff;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.agent-plan ol {
  margin: 13px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  list-style: none;
}

.agent-plan li {
  min-width: 0;
  min-height: 56px;
  padding: 9px 8px 9px 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.agent-plan li:not(:last-child)::after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  right: 4px;
  top: 50%;
  background: rgba(141, 157, 181, 0.35);
}

.agent-plan li i {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  color: #89a9ec;
  border: 1px solid rgba(137, 169, 236, 0.34);
  border-radius: 50%;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.agent-plan li strong {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.12;
  white-space: nowrap;
}

.agent-plan li.is-active {
  transform: translateY(-2px);
}

.agent-plan li.is-active i {
  color: #ffffff;
  border-color: var(--blue);
  background: var(--blue);
}

.agent-plan li.is-complete i {
  color: #07152d;
  border-color: #3ad59c;
  background: #3ad59c;
}

.agent-price-proof {
  margin-top: auto;
  padding-top: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.agent-price-copy {
  display: grid;
  grid-template-columns: auto auto;
  gap: 3px 8px;
  align-items: baseline;
}

.agent-price-copy span {
  grid-column: 1 / -1;
  color: #aebbd0;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.agent-price-copy strong {
  color: #77a0ff;
  font-size: clamp(29px, 2.4vw, 40px);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 1;
  white-space: nowrap;
}

.agent-price-copy em {
  color: #9cabc1;
  font-size: 12px;
  font-style: normal;
  font-weight: 680;
  white-space: nowrap;
}

.agent-capability-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 7px;
}

.agent-capability-list span {
  padding: 6px 9px;
  color: #c2cee0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.agent-map-panel {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: 62px minmax(360px, 1fr) auto;
  color: #09152d;
  background: #eef3fb;
}

.agent-map-header {
  z-index: 5;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d6deeb;
  background: rgba(255, 255, 255, 0.94);
}

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

.ui-live-pill {
  padding: 6px 8px;
  color: #0a7c51;
  border-radius: 999px;
  background: #dff8ed;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.agent-map-header strong {
  font-size: 17px;
  font-weight: 800;
}

.agent-map-header button {
  min-height: 38px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #365070;
  border: 1px solid #d4ddea;
  border-radius: 7px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 740;
  cursor: pointer;
}

.agent-map-header button svg {
  width: 18px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.7;
}

.agent-map-header button.is-locating svg {
  animation: agent-locate 900ms linear infinite;
}

@keyframes agent-locate {
  to { transform: rotate(360deg); }
}

.agent-map-canvas {
  min-height: 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 25%, rgba(38, 107, 255, 0.12), transparent 36%),
    #eaf0f8;
}

.agent-map-results {
  z-index: 8;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
  pointer-events: none;
}

.agent-map-results[hidden] {
  display: none;
}

.agent-map-results li {
  min-width: 0;
  padding: 12px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  border: 1px solid rgba(9, 21, 45, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(9, 21, 45, 0.14);
  backdrop-filter: blur(10px);
}

.agent-map-results i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 50%;
  background: var(--blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.agent-map-results div,
.agent-map-results strong,
.agent-map-results span {
  min-width: 0;
}

.agent-map-results strong,
.agent-map-results span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agent-map-results strong {
  color: #0a1730;
  font-size: 13px;
  font-weight: 820;
}

.agent-map-results span {
  margin-top: 3px;
  color: #65748a;
  font-size: 11px;
  font-weight: 650;
}

.agent-map-canvas.is-fallback::after {
  content: "Live map unavailable · Please retry when the map service is reachable";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 10px;
  color: #5d6d84;
  border: 1px solid rgba(9, 21, 45, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
}

.agent-map-loading {
  z-index: 4;
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 13px;
  color: #3e506c;
  background: rgba(236, 243, 252, 0.86);
  backdrop-filter: blur(4px);
}

.agent-map-loading.is-hidden {
  display: none;
}

.agent-map-loading span {
  width: 37px;
  height: 37px;
  border: 3px solid rgba(38, 107, 255, 0.18);
  border-top-color: var(--blue);
  border-radius: 50%;
  animation: agent-locate 900ms linear infinite;
}

.agent-map-loading strong {
  font-size: 15px;
}

.agent-map-marker {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 50% 50% 50% 0;
  background: var(--blue);
  box-shadow: 0 9px 20px rgba(7, 21, 45, 0.26);
  font-size: 13px;
  font-weight: 900;
  transform: rotate(-45deg);
}

.agent-map-marker span {
  display: inline-block;
  transform: rotate(45deg);
}

.agent-map-marker--origin {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #07152d;
  font-size: 10px;
  transform: none;
}

.agent-answer {
  z-index: 4;
  position: relative;
  min-height: 92px;
  padding: 17px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid #d3dce9;
  background: rgba(255, 255, 255, 0.97);
}

.agent-answer-copy {
  min-width: 0;
}

.agent-answer-copy > span {
  display: block;
  margin-bottom: 5px;
  color: #0a7c51;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.agent-answer-copy strong {
  display: block;
  overflow: hidden;
  color: #0a1730;
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 730;
  letter-spacing: -0.025em;
  line-height: 1.34;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agent-answer-metrics {
  margin: 0;
  display: flex;
  gap: 24px;
}

.agent-answer-metrics div {
  min-width: 64px;
}

.agent-answer-metrics dt {
  color: var(--blue);
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1;
}

.agent-answer-metrics dd {
  margin: 4px 0 0;
  color: #66758b;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.agent-workspace.is-running .ui-status-dot {
  animation: agent-pulse 900ms ease-in-out infinite alternate;
}

@keyframes agent-pulse {
  to { opacity: 0.36; transform: scale(0.76); }
}

@media (max-width: 1180px) {
  .agent-screen {
    min-height: auto;
    padding-right: 32px;
    padding-left: 32px;
  }

  .agent-workspace {
    grid-template-columns: minmax(360px, 0.86fr) minmax(480px, 1.14fr);
  }

  .agent-plan ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agent-plan li:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .agent-screen {
    padding: 66px 20px 104px;
  }

  .agent-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .agent-scale-proof {
    justify-content: flex-start;
  }

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

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

  .agent-price-proof {
    margin-top: 26px;
  }

  .agent-map-panel {
    min-height: 720px;
  }
}

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

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

  .agent-scale-proof div {
    min-width: 0;
  }

  .agent-workspace {
    border-radius: 12px;
  }

  .agent-console {
    padding: 22px 16px;
  }

  .agent-console-label {
    grid-template-columns: auto 1fr;
  }

  .agent-console-label em {
    grid-column: 1 / -1;
    text-align: left;
  }

  .agent-plan ol,
  .agent-price-proof {
    grid-template-columns: 1fr;
  }

  .agent-plan li::after {
    display: none;
  }

  .agent-capability-list {
    justify-content: flex-start;
  }

  .agent-map-header {
    padding: 0 12px;
  }

  .agent-map-header button {
    width: 40px;
    padding: 0;
    justify-content: center;
    overflow: hidden;
    color: transparent;
  }

  .agent-map-header button svg {
    flex: 0 0 18px;
  }

  .agent-answer {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .agent-map-results {
    grid-template-columns: 1fr;
  }

  .agent-map-results li:nth-child(n + 3) {
    display: none;
  }

  .agent-answer-copy strong {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agent-plan li,
  .agent-map-loading span,
  .agent-map-header button svg,
  .ui-status-dot {
    animation: none !important;
    transition: none !important;
  }
}

/* Screens 04–06 — live scenarios, connected stack and final conversion. */
.sku-screen,
.closing-screen {
  min-height: max(100svh, 900px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 8vh, 96px) clamp(34px, 6vw, 104px) clamp(92px, 10vh, 124px);
}

.sku-screen {
  color: #0a1730;
  background: #f4f7fb;
}

.sku-screen--dark {
  color: #ffffff;
  background: #07152d;
}

.sku-shell,
.closing-shell,
.site-footer {
  width: min(100%, 1760px);
  margin: 0 auto;
}

.sku-shell {
  min-height: calc(max(100svh, 900px) - clamp(174px, 18vh, 220px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(34px, 4vh, 54px);
}

.sku-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(34px, 5vw, 88px);
  align-items: end;
}

.sku-heading p,
.closing-copy p {
  margin: 0 0 13px;
  color: #286bff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sku-screen--dark .sku-heading p,
.closing-copy p {
  color: #78a0ff;
}

.sku-heading h2,
.closing-copy h2 {
  max-width: 980px;
  margin: 0;
  font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 610;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.sku-heading-proof {
  min-width: 230px;
  text-align: right;
}

.sku-heading-proof strong {
  display: block;
  color: #286bff;
  font-size: clamp(42px, 4.2vw, 68px);
  font-weight: 820;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.sku-screen--dark .sku-heading-proof strong {
  color: #78a0ff;
}

.sku-heading-proof span,
.sku-heading-note {
  display: block;
  margin-top: 12px;
  color: #5f6f87;
  font-size: 16px;
  font-weight: 720;
}

.sku-screen--dark .sku-heading-proof span,
.sku-screen--dark .sku-heading-note {
  color: #9baac1;
}

.sku-heading-note {
  width: min(360px, 30vw);
  line-height: 1.45;
}

.places-composition,
.routes-composition,
.maps-composition,
.context-composition {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(320px, 0.64fr);
  gap: clamp(26px, 3vw, 48px);
}

.places-story {
  min-height: 540px;
  padding: clamp(30px, 3.5vw, 56px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
  border: 1px solid #dce4ef;
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(38, 107, 255, 0.1), transparent 32%),
    #ffffff;
  box-shadow: 0 28px 70px rgba(20, 40, 75, 0.09);
}

.places-query {
  min-height: 86px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 22px;
  border-radius: 12px;
  background: #07152d;
}

.places-query span {
  color: #8fa2bf;
  font-size: 13px;
  font-weight: 760;
  text-transform: uppercase;
}

.places-query strong {
  color: #ffffff;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 690;
  letter-spacing: -0.035em;
}

.places-flow {
  margin: 0;
  padding: 0;
  display: grid;
  align-content: center;
  list-style: none;
}

.places-flow li {
  min-height: 86px;
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #dfe6f0;
}

.places-flow li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 28px;
  position: absolute;
  bottom: -14px;
  left: 20px;
  background: #286bff;
}

.places-flow b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #286bff;
  border: 1px solid #bcd0ff;
  border-radius: 50%;
  font-size: 13px;
}

.places-flow strong,
.places-flow span {
  display: block;
}

.places-flow strong {
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: -0.035em;
}

.places-flow span {
  margin-top: 4px;
  color: #66768d;
  font-size: 14px;
  font-weight: 650;
}

.places-flow em {
  color: #286bff;
  font-size: 16px;
  font-style: normal;
  font-weight: 820;
}

.places-output {
  min-height: 82px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 17px;
  border: 1px solid #cfe0ff;
  border-radius: 12px;
  background: #edf4ff;
}

.places-output-pin {
  width: 30px;
  height: 38px;
  position: relative;
  display: block;
  border-radius: 50% 50% 50% 0;
  background: #286bff;
  transform: rotate(-45deg);
}

.places-output-pin::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  background: #ffffff;
}

.places-output small,
.places-output strong {
  display: block;
}

.places-output small {
  color: #62738d;
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
}

.places-output strong {
  margin-top: 4px;
  font-size: clamp(16px, 1.4vw, 21px);
}

.sku-manifest {
  min-width: 0;
  padding: clamp(28px, 3vw, 46px) 0 4px;
  display: flex;
  flex-direction: column;
  border-top: 3px solid #286bff;
}

.sku-manifest--dark {
  border-top-color: #78a0ff;
}

.sku-price span,
.sku-price strong,
.sku-price em {
  display: block;
}

.sku-price span {
  color: #607087;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sku-manifest--dark .sku-price span {
  color: #9dacbf;
}

.sku-price strong {
  margin-top: 10px;
  color: #286bff;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 830;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.sku-manifest--dark .sku-price strong {
  color: #78a0ff;
}

.sku-price em {
  margin-top: 9px;
  color: #5e708a;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.sku-manifest--dark .sku-price em {
  color: #9cabbe;
}

.sku-manifest-list {
  margin-top: clamp(28px, 4vh, 44px);
  border-top: 1px solid #ced8e6;
}

.sku-manifest--dark .sku-manifest-list {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.sku-manifest-list a {
  min-height: 64px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #0a1730;
  border-bottom: 1px solid #dce4ef;
}

.sku-manifest--dark .sku-manifest-list a {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.sku-manifest-list a:hover span {
  color: #286bff;
}

.sku-manifest-list span {
  font-size: 16px;
  font-weight: 760;
}

.sku-manifest-list b {
  color: #6c7d94;
  font-size: 12px;
  font-weight: 760;
  text-align: right;
  text-transform: uppercase;
}

.sku-manifest--dark .sku-manifest-list b {
  color: #8fa0b8;
}

.sku-doc-link {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #286bff;
  font-size: 16px;
  font-weight: 790;
}

.sku-manifest--dark .sku-doc-link {
  color: #78a0ff;
}

.sku-doc-link span {
  font-size: 20px;
}

.sku-screen--routes {
  background:
    radial-gradient(circle at 22% 88%, rgba(33, 102, 255, 0.22), transparent 32%),
    #07152d;
}

.route-network {
  min-height: 540px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 142px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: #0b1d3b;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.route-network-map {
  min-height: 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(67, 124, 255, 0.14), transparent 36%),
    #0b1d3b;
}

.route-network-map svg {
  width: 100%;
  height: 100%;
  display: block;
}

.route-grid-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.055);
  stroke-width: 1;
}

.route-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-path--muted {
  stroke: rgba(126, 158, 220, 0.34);
  stroke-dasharray: 8 12;
  stroke-width: 5;
}

.route-path--primary {
  stroke: url("#route-glow");
  stroke-width: 9;
  filter: drop-shadow(0 0 11px rgba(77, 128, 255, 0.5));
}

.route-node {
  stroke: #ffffff;
  stroke-width: 5;
}

.route-node--origin {
  fill: #45d7a4;
}

.route-node--destination {
  fill: #4c7fff;
}

.route-network-map text {
  fill: #07152d;
  font-size: 15px;
  font-weight: 900;
}

.route-mode-strip {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  display: flex;
  gap: 7px;
}

.route-mode-strip span {
  padding: 8px 11px;
  color: #9babc1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(7, 21, 45, 0.76);
  font-size: 12px;
  font-weight: 760;
}

.route-mode-strip .is-active {
  color: #ffffff;
  border-color: #4b7fff;
  background: #286bff;
}

.route-decision {
  padding: 22px 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 32px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 16, 35, 0.78);
}

.route-decision > div:first-child {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
}

.route-decision span {
  grid-column: 1 / -1;
  color: #8fa0b8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.route-decision strong {
  margin-top: 8px;
  color: #ffffff;
  font-size: 34px;
  letter-spacing: -0.045em;
}

.route-decision em {
  padding-bottom: 5px;
  color: #78a0ff;
  font-size: 17px;
  font-style: normal;
  font-weight: 780;
}

.route-matrix {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

.route-matrix b,
.route-matrix strong,
.route-matrix i {
  min-height: 24px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  font-size: 11px;
  font-style: normal;
}

.route-matrix b,
.route-matrix strong {
  color: #8396b2;
}

.route-matrix i {
  color: #dbe5f6;
  background: rgba(255, 255, 255, 0.08);
}

.route-matrix i:nth-child(7),
.route-matrix i:nth-child(12) {
  color: #07152d;
  background: #45d7a4;
}

.sku-screen--maps {
  background:
    linear-gradient(135deg, rgba(38, 107, 255, 0.08), transparent 34%),
    #f5f8fc;
}

.device-stage {
  min-height: 560px;
  position: relative;
}

.device-browser,
.device-phone {
  overflow: hidden;
  border: 1px solid #cfdae8;
  background: #ffffff;
  box-shadow: 0 30px 74px rgba(18, 42, 80, 0.14);
}

.device-browser {
  width: 82%;
  height: 84%;
  position: absolute;
  top: 3%;
  left: 0;
  border-radius: 18px;
}

.device-browser-bar {
  height: 46px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #e1e7ef;
}

.device-browser-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ccd5e1;
}

.device-browser-bar span {
  min-width: 230px;
  margin-left: 10px;
  padding: 6px 12px;
  color: #78879b;
  border-radius: 999px;
  background: #f0f3f7;
  font-size: 11px;
}

.device-browser img {
  width: 100%;
  height: calc(100% - 46px);
  display: block;
  object-fit: cover;
}

.device-browser > strong {
  position: absolute;
  top: 68px;
  left: 22px;
  padding: 10px 13px;
  color: #ffffff;
  border-radius: 7px;
  background: rgba(7, 21, 45, 0.86);
  font-size: 14px;
}

.device-phone {
  width: 24%;
  height: 67%;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 7px solid #0a1730;
  border-radius: 29px;
}

.device-phone--android {
  right: 16%;
  z-index: 2;
}

.device-phone--ios {
  right: 0;
  bottom: 8%;
}

.device-phone img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.device-phone span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 8px;
  color: #ffffff;
  border-radius: 8px;
  background: rgba(7, 21, 45, 0.84);
  font-size: 12px;
  font-weight: 780;
  text-align: center;
}

.maps-price-pair {
  display: grid;
  gap: 26px;
}

.sku-price--secondary {
  padding-top: 22px;
  border-top: 1px solid #dce4ef;
}

.sku-price--secondary strong {
  font-size: clamp(32px, 3vw, 46px);
}

.sku-screen--context {
  background:
    radial-gradient(circle at 34% 52%, rgba(42, 109, 255, 0.2), transparent 32%),
    #07152d;
}

.global-resolver {
  min-height: 550px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: #091b38;
}

.resolver-world {
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.resolver-world::before {
  content: "";
  position: absolute;
  inset: 9% 13% 7%;
  border: 1px solid rgba(119, 160, 255, 0.2);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at center, transparent 0 46px, rgba(119, 160, 255, 0.08) 47px 48px),
    linear-gradient(rgba(119, 160, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 160, 255, 0.055) 1px, transparent 1px);
  background-size: auto, 46px 46px, 46px 46px;
}

.world-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px dashed rgba(118, 160, 255, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.world-ring--one {
  width: 66%;
  height: 42%;
}

.world-ring--two {
  width: 42%;
  height: 68%;
}

.resolver-core {
  width: 220px;
  height: 220px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(119, 160, 255, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(41, 108, 255, 0.34), rgba(9, 27, 56, 0.94) 68%);
  box-shadow: 0 0 70px rgba(38, 107, 255, 0.2);
  transform: translate(-50%, -50%);
}

.resolver-core small {
  color: #91a4bf;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.resolver-core strong {
  margin-top: 9px;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.resolver-node {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dce6f5;
  font-size: 13px;
  font-style: normal;
  font-weight: 730;
}

.resolver-node b {
  width: 12px;
  height: 12px;
  display: block;
  border: 3px solid #9ab8ff;
  border-radius: 50%;
  background: #286bff;
  box-shadow: 0 0 0 6px rgba(40, 107, 255, 0.12);
}

.node-beijing { top: 22%; left: 18%; }
.node-hongkong { top: 67%; left: 21%; }
.node-singapore { top: 79%; left: 49%; }
.node-sydney { top: 59%; right: 15%; }
.node-newyork { top: 20%; right: 13%; }

.resolver-steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
}

.resolver-steps li {
  min-height: 88px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.resolver-steps li:last-child {
  border-right: 0;
}

.resolver-steps b {
  color: #78a0ff;
  font-size: 12px;
}

.resolver-steps strong {
  color: #ffffff;
  font-size: 13px;
}

.context-price {
  display: grid;
  gap: 24px;
}

.context-service-price {
  padding-top: 22px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.context-service-price span {
  color: #9dacbf;
  font-size: 13px;
  font-weight: 800;
}

.context-service-price strong {
  color: #78a0ff;
  font-size: 23px;
}

.closing-screen {
  min-height: max(100svh, 820px);
  display: grid;
  grid-template-rows: 1fr auto;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 55%, rgba(35, 107, 255, 0.25), transparent 30%),
    #061229;
}

.closing-orbit {
  position: absolute;
  top: 47%;
  left: 50%;
  pointer-events: none;
  border: 1px solid rgba(119, 160, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.closing-orbit--one {
  width: min(70vw, 1050px);
  aspect-ratio: 2.4;
}

.closing-orbit--two {
  width: min(43vw, 650px);
  aspect-ratio: 1;
}

.closing-shell {
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.closing-copy h2 {
  max-width: 1080px;
  font-size: clamp(52px, 7vw, 108px);
}

.closing-copy h2 span {
  display: block;
}

.closing-copy > strong {
  max-width: 760px;
  margin: 24px auto 0;
  display: block;
  color: #a9b8cd;
  font-size: clamp(18px, 1.6vw, 25px);
  font-weight: 580;
  line-height: 1.45;
}

.closing-actions {
  margin-top: clamp(36px, 5vh, 58px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.closing-actions a,
.closing-actions button {
  min-height: 52px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 790;
  cursor: pointer;
}

.closing-primary {
  color: #ffffff;
  background: #286bff;
  box-shadow: 0 15px 30px rgba(38, 107, 255, 0.25);
}

.closing-secondary {
  color: #07152d;
  background: #ffffff;
}

.closing-tertiary {
  color: #dce7f8;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.closing-proof {
  width: min(920px, 86vw);
  margin: clamp(46px, 7vh, 76px) 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.closing-proof div {
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.closing-proof div:last-child {
  border-right: 0;
}

.closing-proof dt {
  color: #78a0ff;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 820;
  letter-spacing: -0.045em;
}

.closing-proof dd {
  margin: 8px 0 0;
  color: #9faec3;
  font-size: 13px;
  font-weight: 650;
}

.site-footer {
  z-index: 1;
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a,
.site-footer > span {
  color: #8394ad;
  font-size: 12px;
  font-weight: 680;
}

.footer-links a:hover {
  color: #ffffff;
}

.site-footer > span {
  text-align: right;
}

[data-tail-section] .sku-heading,
[data-tail-section] .places-composition,
[data-tail-section] .routes-composition,
[data-tail-section] .maps-composition,
[data-tail-section] .context-composition,
[data-tail-section] .closing-copy,
[data-tail-section] .closing-actions,
[data-tail-section] .closing-proof {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 560ms cubic-bezier(.22, .8, .28, 1);
}

[data-tail-section].is-visible .sku-heading,
[data-tail-section].is-visible .places-composition,
[data-tail-section].is-visible .routes-composition,
[data-tail-section].is-visible .maps-composition,
[data-tail-section].is-visible .context-composition,
[data-tail-section].is-visible .closing-copy,
[data-tail-section].is-visible .closing-actions,
[data-tail-section].is-visible .closing-proof {
  opacity: 1;
  transform: none;
}

[data-tail-section].is-visible .places-composition,
[data-tail-section].is-visible .routes-composition,
[data-tail-section].is-visible .maps-composition,
[data-tail-section].is-visible .context-composition,
[data-tail-section].is-visible .closing-actions {
  transition-delay: 90ms;
}

[data-tail-section].is-visible .closing-proof {
  transition-delay: 170ms;
}

/* Six compact chapter stops. The rail changes contrast with the current screen. */
.chapter-nav {
  height: min(78svh, 720px);
  min-height: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.chapter-nav a {
  flex: 0 0 auto;
}

.chapter-nav-line {
  min-height: 12px;
  flex: 1 1 auto;
}

.chapter-nav a strong {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.12;
}

.chapter-nav a b {
  font-size: 10px;
}

.chapter-nav.is-on-dark a strong {
  color: rgba(255, 255, 255, 0.82);
}

.chapter-nav.is-on-dark a:not(.is-current) > i {
  border-color: rgba(255, 255, 255, 0.46);
  background: #07152d;
}

.chapter-nav.is-on-dark .chapter-nav-line {
  border-left-color: rgba(255, 255, 255, 0.28);
}

@media (max-width: 1180px) {
  .sku-screen,
  .closing-screen {
    padding-right: 32px;
    padding-left: 88px;
  }

  .places-composition,
  .routes-composition,
  .maps-composition,
  .context-composition {
    grid-template-columns: minmax(0, 1.22fr) minmax(285px, 0.78fr);
  }

  .route-decision {
    grid-template-columns: 1fr 210px;
  }

  .device-browser {
    width: 86%;
  }

  .resolver-core {
    width: 190px;
    height: 190px;
  }

  .chapter-nav {
    height: 74svh;
  }

  .chapter-nav a strong {
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  .sku-screen,
  .closing-screen {
    min-height: 0;
    padding: 66px 22px 86px;
  }

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

  .sku-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sku-heading-proof {
    text-align: left;
  }

  .sku-heading-note {
    width: auto;
  }

  .places-composition,
  .routes-composition,
  .maps-composition,
  .context-composition {
    grid-template-columns: 1fr;
  }

  .places-story,
  .route-network,
  .device-stage,
  .global-resolver {
    min-height: 560px;
  }

  .sku-manifest {
    min-height: 520px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer > span {
    text-align: center;
  }
}

@media (max-width: 620px) {
  .sku-heading h2,
  .closing-copy h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .places-story {
    min-height: 0;
    padding: 20px 16px;
  }

  .places-query {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .places-flow li {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .places-flow em {
    grid-column: 2;
    padding-bottom: 12px;
  }

  .route-network {
    grid-template-rows: 390px auto;
  }

  .route-decision {
    grid-template-columns: 1fr;
  }

  .route-mode-strip {
    flex-wrap: wrap;
  }

  .device-stage {
    min-height: 500px;
  }

  .device-browser {
    width: 100%;
    height: 72%;
  }

  .device-phone {
    width: 35%;
    height: 57%;
  }

  .device-phone--android {
    right: 27%;
  }

  .global-resolver {
    min-height: 620px;
  }

  .resolver-world {
    min-height: 470px;
  }

  .resolver-core {
    width: 160px;
    height: 160px;
  }

  .resolver-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .resolver-steps li:nth-child(2) {
    border-right: 0;
  }

  .closing-actions {
    width: 100%;
    flex-direction: column;
  }

  .closing-actions a,
  .closing-actions button {
    width: 100%;
  }

  .closing-proof {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .closing-proof div {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-tail-section] .sku-heading,
  [data-tail-section] .places-composition,
  [data-tail-section] .routes-composition,
  [data-tail-section] .maps-composition,
  [data-tail-section] .context-composition,
  [data-tail-section] .closing-copy,
  [data-tail-section] .closing-actions,
  [data-tail-section] .closing-proof {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Final cascade guards for the live prototype. */
.foundation-area > .foundation-claim {
  color: #ffffff;
  font-size: clamp(14px, 1.12vw, 18px);
  font-weight: 740;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-transform: none;
}

/* 2026-07-29 — restore the earlier full-width navigation language. */
.first-screen {
  padding-top: 76px;
}

.site-header {
  height: 76px;
  min-height: 76px;
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  grid-template-columns: 210px minmax(280px, 1fr) auto;
  padding: 0 max(28px, calc((100vw - 1760px) / 2));
  border-bottom: 1px solid rgba(30, 77, 126, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 36px rgba(36, 82, 130, 0.07);
  backdrop-filter: blur(18px);
}

.site-header .brand {
  width: 174px;
}

.site-header .main-nav {
  gap: 4px;
}

.site-header .main-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: #50627a;
  font-size: 14px;
  font-weight: 780;
}

.site-header .main-nav a:hover {
  color: #166cff;
  background: #edf5ff;
}

.site-header .header-actions {
  gap: 8px;
  font-size: 14px;
}

.site-header .header-console,
.site-header .header-login,
.site-header .contact-link {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 77, 126, 0.18);
  border-radius: 8px;
  white-space: nowrap;
}

.site-header .header-console {
  color: #3c506a;
  background: rgba(255, 255, 255, 0.82);
}

.site-header .header-login {
  color: #ffffff;
  border-color: #1677ff;
  background: #1677ff;
  box-shadow: 0 12px 28px rgba(22, 119, 255, 0.18);
}

.site-header .contact-link {
  color: #ffffff;
  border-color: #00aa72;
  background: #00aa72;
  box-shadow: none;
}

.product-carousel-slide img {
  height: calc(100% + 22px);
}

/* Screen 04 — three live questions in one connected 2×3 surface. */
.scenario-screen {
  min-height: max(100svh, 900px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(70px, 7.8vh, 88px) clamp(34px, 5.2vw, 92px) clamp(76px, 8vh, 96px);
  color: #0a1730;
  background:
    radial-gradient(circle at 92% 8%, rgba(40, 107, 255, 0.09), transparent 28%),
    #f5f7fb;
}

.scenario-shell {
  width: min(100%, 1760px);
  min-height: calc(max(100svh, 900px) - clamp(146px, 15.8vh, 184px));
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(24px, 3vh, 34px);
}

.scenario-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
}

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

.scenario-heading h2 {
  margin: 0;
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 630;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.scenario-heading > strong {
  max-width: 430px;
  padding-bottom: 5px;
  color: #53647c;
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 680;
  line-height: 1.35;
  text-align: right;
}

.scenario-grid {
  min-height: 0;
  display: grid;
  grid-template-areas:
    "places-map logistics-copy location-map"
    "places-copy logistics-map location-copy";
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(270px, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #cfdae7;
  border-radius: 20px;
  background: #cfdae7;
  box-shadow: 0 28px 74px rgba(24, 52, 92, 0.11);
}

.scenario-visual,
.scenario-insight {
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.scenario-visual--places { grid-area: places-map; }
.scenario-insight--places { grid-area: places-copy; }
.scenario-insight--logistics { grid-area: logistics-copy; }
.scenario-visual--route { grid-area: logistics-map; }
.scenario-visual--location { grid-area: location-map; }
.scenario-insight--location { grid-area: location-copy; }

.scenario-visual {
  background: #dfe7f1;
}

.scenario-map {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.scenario-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.scenario-map-label {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  left: 18px;
  padding: 15px 17px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 11px;
  background: rgba(7, 21, 45, 0.84);
  box-shadow: 0 12px 28px rgba(7, 21, 45, 0.18);
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.scenario-map-label span,
.scenario-map-label strong,
.scenario-map-label em {
  display: block;
}

.scenario-map-label span {
  color: #8fb2ff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scenario-map-label strong {
  margin-top: 5px;
  font-size: clamp(17px, 1.4vw, 22px);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.scenario-map-label em {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-style: normal;
  font-weight: 690;
}

.scenario-map-key {
  margin-top: 10px;
  display: flex;
  gap: 7px;
}

.scenario-map-key b {
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 760;
}

.scenario-map-label--light {
  color: #0a1730;
  border-color: rgba(10, 23, 48, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

.scenario-map-label--light span {
  color: #286bff;
}

.scenario-map-label--light em {
  color: #65758b;
}

.scenario-insight {
  padding: clamp(24px, 2.3vw, 38px);
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.scenario-insight--logistics {
  justify-content: space-between;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0, rgba(57, 119, 255, 0.25), transparent 38%),
    #08172f;
}

.scenario-eyebrow {
  color: #286bff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scenario-insight--logistics .scenario-eyebrow {
  color: #79a1ff;
}

.scenario-proof-kicker {
  min-height: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.scenario-title-row {
  margin-top: 7px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 2vw, 34px);
  align-items: end;
}

.scenario-title-row h3 {
  margin-top: 0;
}

.scenario-title-row .scenario-scale-proof strong {
  font-size: clamp(34px, 2.8vw, 48px);
}

.scenario-title-row .scenario-scale-proof em {
  font-size: 12px;
}

.scenario-scale-proof {
  flex: 0 0 auto;
  display: grid;
  justify-items: end;
  line-height: 1;
}

.scenario-scale-proof strong {
  color: #286bff;
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 850;
  letter-spacing: -0.05em;
}

.scenario-scale-proof em {
  margin-top: 3px;
  color: #63748a;
  font-size: 10px;
  font-style: normal;
  font-weight: 820;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.scenario-insight--logistics .scenario-scale-proof strong {
  color: #79a1ff;
}

.scenario-insight--logistics .scenario-scale-proof em {
  color: #a9b8ce;
}

.scenario-number {
  margin-top: 12px;
  color: #286bff;
  font-size: clamp(46px, 4vw, 66px);
  font-weight: 830;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.scenario-access-total {
  margin-top: clamp(20px, 2.1vh, 30px);
  display: flex;
  align-items: center;
  gap: 18px;
}

.scenario-access-total strong {
  color: #286bff;
  font-size: clamp(64px, 5.2vw, 84px);
  font-weight: 830;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.scenario-access-total span {
  color: #132541;
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 790;
  line-height: 1;
  white-space: nowrap;
}

.scenario-insight h3 {
  max-width: 460px;
  margin: 9px 0 0;
  font-size: clamp(25px, 2.1vw, 34px);
  font-weight: 690;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.scenario-insight > p {
  max-width: 470px;
  margin: 13px 0 0;
  color: #5d6e85;
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 590;
  line-height: 1.42;
}

.scenario-insight--logistics > p {
  color: #9eacc1;
}

.scenario-place-results {
  margin: auto 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #dfe6ef;
  list-style: none;
}

.scenario-place-results li {
  min-height: 31px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
}

.scenario-place-results b {
  color: #286bff;
  font-size: 11px;
}

.scenario-place-results strong,
.scenario-place-results span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scenario-place-results strong {
  font-size: 14px;
}

.scenario-place-results span {
  color: #6b7a90;
  font-size: 12px;
  font-weight: 730;
}

.scenario-access-summary {
  margin: clamp(18px, 2vh, 26px) 0 0;
  padding-top: clamp(16px, 1.8vh, 22px);
  border-top: 1px solid #dfe6ef;
}

.scenario-access-summary div + div {
  margin-top: 15px;
}

.scenario-access-summary dt {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #132541;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 800;
}

.scenario-access-summary dt b {
  margin-left: auto;
  color: #286bff;
  font-size: clamp(20px, 1.45vw, 24px);
}

.scenario-access-summary dd {
  margin: 3px 0 0 16px;
  overflow: hidden;
  color: #66778d;
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scenario-access-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #286bff;
}

.scenario-access-dot--parking {
  background: #0c9c75;
}

.scenario-insight footer {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #dfe6ef;
}

.scenario-insight--places footer {
  margin-top: clamp(20px, 2.2vh, 30px);
}

.scenario-insight--logistics footer {
  margin-top: 24px;
  border-top-color: rgba(255, 255, 255, 0.14);
}

.scenario-insight--location {
  justify-content: space-between;
}

.scenario-insight--location footer {
  margin-top: 24px;
}

.scenario-insight footer a {
  color: #0a1730;
  font-size: 13px;
  font-weight: 790;
}

.scenario-insight--logistics footer a {
  color: #ffffff;
}

.scenario-insight footer em {
  color: #286bff;
  font-size: clamp(17px, 1.5vw, 21px);
  font-style: normal;
  font-weight: 830;
  letter-spacing: -0.025em;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.scenario-insight--logistics footer em {
  color: #79a1ff;
}

.scenario-route-metrics {
  margin: 19px 0 0;
  display: grid;
  grid-template-columns: 0.86fr 1.2fr 0.86fr;
}

.scenario-route-options {
  margin-top: clamp(18px, 2vh, 25px);
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
}

.scenario-route-options button {
  min-width: 0;
  min-height: 58px;
  padding: 8px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #9eacc1;
  border: 0;
  border-radius: 9px;
  background: transparent;
  font: inherit;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.scenario-route-options button:hover {
  color: #ffffff;
}

.scenario-route-options button.is-active {
  color: #0a1730;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(1, 8, 22, 0.2);
}

.scenario-route-options span {
  font-size: 14px;
  font-weight: 820;
}

.scenario-route-options strong {
  overflow: hidden;
  color: #79a1ff;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 830;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scenario-route-options button.is-active strong {
  color: #286bff;
}

.scenario-route-metrics div {
  min-width: 0;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.scenario-route-metrics div:first-child {
  padding: 0 10px 0 0;
  border-left: 0;
}

.scenario-route-metrics dt {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #79a1ff;
  white-space: nowrap;
}

.scenario-route-metrics dt strong {
  font-size: clamp(27px, 2.25vw, 36px);
  font-weight: 820;
  letter-spacing: -0.055em;
}

.scenario-route-metrics dt span {
  font-size: clamp(11px, 0.9vw, 14px);
  font-weight: 850;
  letter-spacing: 0.04em;
}

.scenario-route-metrics dd {
  margin: 3px 0 0;
  color: #9eacc1;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.scenario-route-meta {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #dbe6f6;
  font-size: 13px;
  font-weight: 760;
}

.scenario-route-meta span {
  color: #79a1ff;
  text-align: right;
}

.scenario-location-proof {
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.scenario-location-proof div {
  padding-top: 14px;
  border-top: 1px solid #dbe4ef;
}

.scenario-location-proof dt {
  color: #286bff;
  font-size: clamp(29px, 2.6vw, 42px);
  font-weight: 820;
  letter-spacing: -0.055em;
}

.scenario-location-proof dd {
  margin: 3px 0 0;
  color: #63738a;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.scenario-location-proof--coordinates {
  grid-template-columns: 1.15fr 1.15fr 0.7fr;
  gap: 10px;
}

.scenario-location-proof--coordinates dt {
  overflow: hidden;
  font-size: clamp(20px, 1.7vw, 27px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scenario-local-time {
  margin-top: clamp(22px, 2.5vh, 34px);
  padding: clamp(17px, 1.8vw, 24px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(20px, 2vw, 34px);
  align-items: center;
  border-radius: 14px;
  background: #edf3ff;
}

.scenario-local-time > div {
  min-width: 118px;
}

.scenario-local-time span,
.scenario-local-time b,
.scenario-local-time em {
  display: block;
}

.scenario-local-time span {
  color: #5e7088;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scenario-local-time strong {
  margin-top: 2px;
  display: block;
  color: #286bff;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 840;
  letter-spacing: -0.055em;
  line-height: 1;
}

.scenario-local-time p {
  min-width: 0;
  margin: 0;
  padding-left: clamp(18px, 1.8vw, 28px);
  border-left: 1px solid #c9d7ed;
}

.scenario-local-time b {
  overflow: hidden;
  color: #122541;
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 810;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scenario-local-time em {
  margin-top: 5px;
  color: #61748d;
  font-size: 13px;
  font-style: normal;
  font-weight: 740;
}

.scenario-locate-button {
  min-height: 44px;
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 18px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0a1730;
  border: 1px solid rgba(10, 23, 48, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(13, 37, 76, 0.2);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.scenario-locate-button:hover,
.scenario-locate-button.is-returning {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(13, 37, 76, 0.26);
}

.scenario-locate-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #286bff;
  stroke-width: 1.8;
}

.scenario-locate-button.is-locating svg {
  animation: scenario-locate 900ms linear infinite;
}

@keyframes scenario-locate {
  to { transform: rotate(360deg); }
}

[data-tail-section] .scenario-heading,
[data-tail-section] .scenario-grid {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 560ms cubic-bezier(.22, .8, .28, 1);
}

[data-tail-section].is-visible .scenario-heading,
[data-tail-section].is-visible .scenario-grid {
  opacity: 1;
  transform: none;
}

[data-tail-section].is-visible .scenario-grid {
  transition-delay: 90ms;
}

@media (max-width: 1180px) {
  .scenario-screen {
    padding-right: 32px;
    padding-left: 88px;
  }

  .scenario-grid {
    grid-template-rows: repeat(2, minmax(250px, 1fr));
  }

  .scenario-insight {
    padding: 24px;
  }

  .scenario-map-label {
    top: 13px;
    right: 13px;
    left: 13px;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 170px 1fr;
    padding: 0 22px;
  }

  .site-header .main-nav,
  .site-header .header-console {
    display: none;
  }

  .scenario-screen {
    min-height: 0;
    padding: 66px 22px 86px;
  }

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

  .scenario-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .scenario-heading > strong {
    text-align: left;
  }

  .scenario-grid {
    grid-template-areas:
      "places-map"
      "places-copy"
      "logistics-copy"
      "logistics-map"
      "location-map"
      "location-copy";
    grid-template-columns: 1fr;
    grid-template-rows: 380px auto auto 380px 420px auto;
  }

  .scenario-insight {
    min-height: 300px;
  }

  .scenario-title-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 620px) {
  .site-header .brand {
    width: 148px;
  }

  .site-header .header-login {
    display: none;
  }

  .site-header .contact-link {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  .scenario-heading h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .scenario-grid {
    grid-template-rows: 340px auto auto 340px 380px auto;
  }

  .scenario-map-label {
    padding: 13px 14px;
  }

  .scenario-title-row {
    grid-template-columns: 1fr;
  }

  .scenario-title-row .scenario-scale-proof {
    justify-items: start;
  }

  .scenario-access-total {
    align-items: baseline;
  }

  .scenario-access-total span {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-tail-section] .scenario-heading,
  [data-tail-section] .scenario-grid {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .scenario-locate-button svg {
    animation: none !important;
  }
}

/* Preserve the screen 05 art direction over the shared dark-screen fallback. */
.solutions-screen.sku-screen--dark {
  background:
    radial-gradient(circle at 92% 8%, rgba(64, 116, 255, 0.22), transparent 28%),
    radial-gradient(circle at 7% 94%, rgba(74, 191, 146, 0.14), transparent 28%),
    #07142b;
}

@media (max-width: 780px) {
  .solutions-screen.sku-screen--dark {
    scroll-margin-top: 76px;
  }

  .chapter-nav {
    display: none;
  }
}

/* 2026-07-30 review: make the industry, vehicle and documentation paths unmistakable. */
.solutions-heading {
  align-items: center;
}

.solutions-heading-copy > p {
  margin-bottom: 8px;
}

.solutions-heading-copy h2 {
  max-width: none;
  font-size: clamp(58px, 7.2vw, 108px);
  font-weight: 690;
  letter-spacing: -0.07em;
  line-height: 0.88;
  white-space: nowrap;
}

.solutions-heading-copy > span {
  margin-top: 17px;
  color: #bdc9db;
  font-size: clamp(15px, 1.3vw, 19px);
  font-weight: 640;
}

.solutions-value-proof {
  min-width: 330px;
}

.solution-card {
  grid-template-rows: minmax(255px, 1.22fr) minmax(225px, 0.78fr);
}

.solution-card-media {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.solution-card-media::after {
  background: linear-gradient(to top, rgba(5, 16, 36, 0.12), transparent 44%);
}

.solution-card-media > span {
  width: 34px;
  height: 34px;
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 7px;
  background: rgba(8, 23, 49, 0.72);
  font-size: 11px;
  font-weight: 850;
  backdrop-filter: blur(8px);
}

.solution-card-media img {
  filter: brightness(1.04) saturate(1.04);
}

.solution-card--logistics .solution-card-media img {
  object-position: 48% center;
}

.solution-card--mobility .solution-card-media img {
  object-position: 44% center;
}

.solution-card--two-wheeler .solution-card-media img {
  object-position: 48% center;
}

.solution-card-body {
  padding-top: 23px;
}

.solution-card-body h3 {
  margin: 0;
  font-size: clamp(27px, 2.25vw, 36px);
  font-weight: 720;
  letter-spacing: -0.05em;
  line-height: 1;
}

.solution-card-body h3 a {
  color: #ffffff;
  text-decoration: none;
}

.solution-card-body h3 a:hover {
  color: #91adff;
}

.solution-card-body > p {
  max-width: none;
  margin-top: 15px;
  color: #b1bed1;
  font-size: clamp(12px, 0.96vw, 14px);
  font-weight: 570;
  line-height: 1.68;
}

.solution-sku-link {
  margin: 0 2px;
  padding: 2px 6px 3px;
  display: inline-block;
  color: #dce7ff;
  border: 1px solid rgba(129, 165, 255, 0.44);
  border-radius: 6px;
  background: rgba(74, 116, 214, 0.13);
  font-size: 0.86em;
  font-weight: 780;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.solution-sku-link:hover {
  color: #07142b;
  border-color: #91adff;
  background: #91adff;
}

.solution-card-action {
  width: max-content;
  margin-top: auto;
  padding-top: 16px;
  justify-content: flex-start;
  gap: 8px;
  color: #79a0ff;
  text-decoration: none;
}

.solution-card-action span {
  transition: transform 160ms ease;
}

.solution-card-action:hover {
  color: #ffffff;
}

.solution-card-action:hover span {
  transform: translateX(3px);
}

.solution-card-media:focus-visible,
.solution-card-body h3 a:focus-visible,
.solution-sku-link:focus-visible,
.solution-card-action:focus-visible {
  outline: 2px solid #8fb2ff;
  outline-offset: 3px;
}

.scenario-insight--places > h3 {
  max-width: none;
  margin-top: 9px;
  font-size: clamp(27px, 2.1vw, 34px);
}

@media (max-width: 1080px) {
  .solutions-heading-copy h2 {
    font-size: clamp(54px, 8vw, 78px);
  }

  .solutions-value-proof {
    min-width: 0;
  }

  .solution-card {
    grid-template-rows: 240px minmax(250px, auto);
  }
}

@media (max-width: 780px) {
  .solutions-heading-copy h2 {
    font-size: clamp(50px, 15vw, 68px);
    white-space: normal;
  }

  .solution-card {
    grid-template-rows: minmax(245px, 54vw) auto;
  }

  .solution-card-body {
    min-height: 285px;
  }

  .solution-card-body h3 {
    font-size: 32px;
  }

  .solution-card-body > p {
    font-size: 14px;
  }
}

/* 2026-07-30 title system, partner-proof slots and final solutions hierarchy. */
#hero-title,
.value-heading h2,
.agent-heading-copy h2,
.scenario-heading h2,
.closing-copy h2,
.solutions-heading-copy h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
  font-size: clamp(54px, 5vw, 72px);
  font-weight: 630;
  letter-spacing: -0.058em;
  line-height: 0.96;
}

.solutions-heading-copy h2 {
  font-size: clamp(64px, 6.15vw, 88px);
  font-weight: 670;
  line-height: 0.93;
}

.solutions-heading {
  column-gap: clamp(32px, 5vw, 76px);
  row-gap: 13px;
}

.solutions-tagline {
  max-width: none;
  margin: 0;
  grid-column: 1 / -1;
  color: #d0d9e8;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 590;
  line-height: 1.45;
}

.solution-card-body {
  padding-bottom: 18px;
}

.solution-card-footer {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.solution-card-footer .solution-card-action {
  margin-top: 0;
  padding-top: 0;
  flex: 0 0 auto;
}

.solution-partner-slot {
  min-width: 112px;
  display: grid;
  grid-template-columns: repeat(3, 24px);
  justify-content: end;
  gap: 5px;
}

.solution-partner-slot > span {
  grid-column: 1 / -1;
  color: #73839b;
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.09em;
  text-align: right;
  text-transform: uppercase;
}

.solution-partner-slot > i {
  height: 20px;
  border: 1px dashed rgba(152, 175, 214, 0.32);
  border-radius: 5px;
  background: rgba(133, 159, 205, 0.045);
}

@media (min-width: 781px) {
  .solutions-screen {
    padding-left: clamp(86px, 7vw, 108px);
  }
}

@media (max-width: 1080px) {
  #hero-title,
  .value-heading h2,
  .agent-heading-copy h2,
  .scenario-heading h2,
  .closing-copy h2 {
    font-size: clamp(48px, 6.4vw, 66px);
  }

  .solutions-heading-copy h2 {
    font-size: clamp(58px, 8vw, 76px);
  }
}

@media (max-width: 780px) {
  #hero-title,
  .value-heading h2,
  .agent-heading-copy h2,
  .scenario-heading h2,
  .closing-copy h2,
  .solutions-heading-copy h2 {
    font-size: clamp(42px, 12.8vw, 54px);
    line-height: 0.98;
    white-space: normal;
  }

  .solutions-tagline {
    font-size: 17px;
  }
}

/* 2026-07-30 — unified navigation, centered screen hierarchy and gentle conversion. */
.site-header .main-nav {
  display: flex;
  align-items: center;
}

.nav-solutions {
  pointer-events: none;
}

.nav-solutions-trigger {
  cursor: default;
}

.nav-solutions-trigger svg,
.nav-solutions .solutions-mega-menu {
  display: none !important;
}

.nav-solutions:hover .nav-solutions-trigger,
.nav-solutions:focus-within .nav-solutions-trigger {
  color: inherit;
  background: transparent;
}

.nav-solutions {
  position: relative;
}

.nav-solutions-trigger {
  min-height: 40px;
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #50627a;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 780;
  cursor: default;
}

.nav-solutions-trigger svg {
  width: 10px;
  height: 7px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  transition: transform 180ms ease;
}

.nav-solutions:hover .nav-solutions-trigger,
.nav-solutions:focus-within .nav-solutions-trigger {
  color: #166cff;
  background: #edf5ff;
}

.nav-solutions:hover .nav-solutions-trigger svg,
.nav-solutions:focus-within .nav-solutions-trigger svg {
  transform: rotate(180deg);
}

.solutions-mega-menu {
  width: min(720px, calc(100vw - 40px));
  position: absolute;
  z-index: 120;
  top: calc(100% + 16px);
  left: 50%;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid #dbe5f3;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 26px 72px rgba(9, 31, 66, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity 170ms ease, visibility 170ms ease, transform 170ms ease;
  backdrop-filter: blur(18px);
}

.solutions-mega-menu::before {
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
}

.nav-solutions:hover .solutions-mega-menu,
.nav-solutions:focus-within .solutions-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.site-header .main-nav .solutions-mega-menu a {
  min-height: 104px;
  padding: 17px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  color: #10213c;
  border: 1px solid #e1e9f4;
  border-radius: 10px;
  background: #f6f9ff;
  white-space: normal;
}

.site-header .main-nav .solutions-mega-menu a:hover {
  color: #0d5ee8;
  border-color: #bcd1f7;
  background: #edf4ff;
}

.solutions-mega-menu span {
  font-size: 15px;
  font-weight: 820;
  letter-spacing: -0.025em;
}

.solutions-mega-menu small {
  color: #61718a;
  font-size: 12px;
  font-weight: 620;
  line-height: 1.4;
}

.hero-copy {
  align-items: center;
  text-align: center;
}

.hero-keywords,
.hero-actions,
.coverage-keywords {
  justify-content: center;
}

.hero-copy h1,
.hero-summary {
  margin-right: auto;
  margin-left: auto;
}

.screen-subtitle {
  max-width: 980px;
  margin: 17px auto 0;
  display: block;
  color: #5b6d85;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 580;
  line-height: 1.45;
}

.screen-subtitle b {
  font-weight: 760;
  white-space: nowrap;
}

.value-header,
.agent-heading,
.scenario-heading,
.solutions-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: center;
}

.value-heading,
.agent-heading-copy,
.scenario-heading > div,
.solutions-heading-copy {
  width: 100%;
}

.agent-heading-copy h2,
.scenario-heading h2 {
  max-width: none;
}

.agent-heading .screen-subtitle,
.solutions-heading .screen-subtitle {
  color: #b6c4d8;
}

.agent-screen-shell {
  gap: 25px;
}

.agent-map-panel {
  grid-template-rows: 62px minmax(330px, 1fr) auto auto;
}

.agent-map-panel > .agent-scale-proof {
  min-height: 88px;
  padding: 13px 22px 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #d3dce9;
  background: #ffffff;
}

.agent-map-panel > .agent-scale-proof div {
  min-width: 0;
  padding-left: 22px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  border-left: 1px solid #dce4ef;
}

.agent-map-panel > .agent-scale-proof div:first-child {
  padding-right: 22px;
  padding-left: 0;
  justify-content: flex-end;
  border-left: 0;
}

.agent-map-panel > .agent-scale-proof dt {
  color: #286bff;
  font-size: clamp(30px, 2.5vw, 42px);
}

.agent-map-panel > .agent-scale-proof dd {
  margin: 0;
  color: #53647c;
  font-size: 12px;
}

.scenario-view-toggle {
  min-height: 44px;
  position: absolute;
  z-index: 6;
  bottom: 18px;
  left: 18px;
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(2, 48px);
  gap: 3px;
  border: 1px solid rgba(10, 23, 48, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(13, 37, 76, 0.2);
  backdrop-filter: blur(10px);
}

.scenario-view-toggle button {
  border: 0;
  border-radius: 7px;
  color: #53647c;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 840;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.scenario-view-toggle button.is-active {
  color: #ffffff;
  background: #286bff;
  box-shadow: 0 5px 12px rgba(40, 107, 255, 0.24);
}

.solutions-heading {
  row-gap: 19px;
}

.solutions-heading-copy {
  display: grid;
  justify-items: center;
}

.solutions-tagline {
  margin-top: 17px;
  text-align: center;
}

.solutions-value-proof {
  min-width: 0;
  margin: 4px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, 1fr));
  gap: 0;
}

.solutions-value-proof > div {
  padding: 0 28px;
  text-align: center;
}

.solutions-value-proof > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.sales-nudge {
  width: min(760px, calc(100vw - 32px));
  min-height: 82px;
  position: fixed;
  z-index: 140;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  padding: 14px 16px 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #0c1c36;
  border: 1px solid rgba(39, 91, 165, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 70px rgba(9, 31, 66, 0.22);
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 220ms ease, transform 220ms ease;
  backdrop-filter: blur(18px);
}

.sales-nudge[hidden] {
  display: none;
}

.sales-nudge.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sales-nudge > div:first-child {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.sales-nudge span {
  color: #5d6f87;
  font-size: 12px;
  font-weight: 740;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sales-nudge strong {
  overflow: hidden;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 790;
  letter-spacing: -0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sales-nudge-actions {
  flex: 0 0 auto;
  display: flex;
  gap: 7px;
}

.sales-nudge-actions button {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  font: inherit;
  font-size: 13px;
  font-weight: 780;
  cursor: pointer;
}

.sales-nudge-secondary {
  color: #53647c;
  border: 1px solid #d6e0ed;
  background: #ffffff;
}

.sales-nudge-primary {
  color: #ffffff;
  border: 1px solid #1677ff;
  background: #1677ff;
  box-shadow: 0 9px 22px rgba(22, 119, 255, 0.22);
}

@media (max-width: 900px) {
  .sales-nudge {
    bottom: 14px;
  }

  .agent-map-panel > .agent-scale-proof div {
    justify-content: center;
  }

  .agent-map-panel > .agent-scale-proof div:first-child {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .sales-nudge {
    padding: 15px;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .sales-nudge strong {
    white-space: normal;
  }

  .sales-nudge-actions {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
  }

  .solutions-value-proof {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions-value-proof > div {
    padding: 0 12px;
  }

  .agent-map-panel > .agent-scale-proof dt {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sales-nudge,
  .scenario-view-toggle button,
  .solutions-mega-menu,
  .nav-solutions-trigger svg {
    transition: none;
  }
}

#advantages,
#location-agent,
#live-scenarios,
#industry-solutions,
#next-step {
  scroll-margin-top: 76px;
}

/* 2026-07-30 — solution-led hero, hover-only navigation and embedded expert contact. */
.hero-copy {
  align-items: start;
  justify-items: start;
  text-align: left;
}

.hero-copy h1,
.hero-summary,
.coverage-block,
.hero-actions,
.hero-keywords {
  justify-self: start;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.hero-keywords {
  justify-content: flex-start;
}

.nav-solutions-trigger svg,
.nav-documentation-trigger svg {
  width: 11px;
  height: 7px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}

.nav-solutions:hover .nav-solutions-trigger svg,
.nav-documentation:hover .nav-documentation-trigger svg,
.nav-documentation:focus-within .nav-documentation-trigger svg {
  transform: rotate(180deg) translateY(-1px);
}

.nav-solutions:focus-within:not(:hover) .solutions-mega-menu {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -8px);
}

.nav-solutions:focus-within:not(:hover) .nav-solutions-trigger {
  color: #50627a;
  background: transparent;
}

.nav-solutions:focus-within:not(:hover) .nav-solutions-trigger svg {
  transform: none;
}

.nav-documentation {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.site-header .main-nav .nav-documentation-trigger {
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #50627a;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 780;
  cursor: pointer;
}

.site-header .main-nav .nav-documentation-trigger:hover,
.site-header .main-nav .nav-documentation-trigger:focus-visible {
  color: #166cff;
  outline: 0;
  background: #edf5ff;
}

.documentation-mega-menu {
  width: min(920px, calc(100vw - 40px));
  padding: 20px;
  position: absolute;
  z-index: 120;
  top: calc(100% + 14px);
  left: 50%;
  display: grid;
  grid-template-columns: repeat(4, minmax(max-content, 1fr));
  gap: 10px;
  color: #0a1830;
  border: 1px solid rgba(35, 72, 125, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 26px 70px rgba(10, 33, 70, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(18px);
}

.documentation-mega-menu::before {
  width: 100%;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  content: "";
}

.nav-documentation:hover .documentation-mega-menu,
.nav-documentation:focus-within .documentation-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.documentation-mega-menu section {
  padding: 12px;
  display: grid;
  align-content: start;
  gap: 4px;
  border-radius: 11px;
  background: #f7f9fd;
}

.documentation-mega-menu section > span {
  margin-bottom: 7px;
  color: #1f68f4;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header .main-nav .documentation-mega-menu a {
  padding: 7px 5px;
  color: #263956;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}

.site-header .main-nav .documentation-mega-menu a:hover {
  color: #1268f6;
  background: #eaf2ff;
}

.industry-panorama--solutions {
  isolation: isolate;
  background: #07152d;
}

.industry-panorama--solutions::after {
  display: none;
}

.industry-panorama--solutions .panorama-heading {
  z-index: 2;
}

.industry-panorama--solutions .panorama-stories {
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  background: rgba(4, 16, 37, 0.42);
  backdrop-filter: blur(12px);
}

.industry-panorama--solutions .panorama-solution {
  min-height: 188px;
  padding: 20px 22px 17px;
  position: relative;
  display: grid;
  align-content: end;
  gap: 7px;
  isolation: isolate;
  overflow: hidden;
  color: #ffffff;
}

.industry-panorama--solutions .panorama-solution::before,
.industry-panorama--solutions .panorama-solution::after {
  position: absolute;
  inset: 0;
  content: "";
}

.industry-panorama--solutions .panorama-solution::before {
  z-index: -2;
  background-position: center;
  background-size: cover;
  opacity: 0.38;
  filter: saturate(0.82);
  transition: opacity 260ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.industry-panorama--solutions .panorama-solution::after {
  z-index: -1;
  background: linear-gradient(180deg, rgba(4, 14, 33, 0.08) 5%, rgba(4, 15, 35, 0.96) 83%);
}

.panorama-solution--logistics::before {
  background-image: url("./assets/industry-logistics-v3.png");
}

.panorama-solution--mobility::before {
  background-image: url("./assets/industry-mobility-v3.png");
}

.panorama-solution--two-wheeler::before {
  background-image: url("./assets/industry-two-wheeler-v3.png");
}

.industry-panorama--solutions .panorama-solution:hover::before {
  opacity: 0.58;
  transform: scale(1.035);
}

.industry-panorama--solutions .panorama-solution > span {
  color: #91afff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.industry-panorama--solutions .panorama-solution > strong {
  max-width: 300px;
  color: #ffffff;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.08;
}

.industry-panorama--solutions .panorama-solution ul {
  margin: 2px 0 0;
  padding: 0;
  display: grid;
  gap: 3px;
  list-style: none;
}

.industry-panorama--solutions .panorama-solution li {
  color: #d5dfef;
  font-size: 11px;
  font-weight: 610;
}

.industry-panorama--solutions .panorama-solution li::before {
  margin-right: 7px;
  color: #6d9aff;
  content: "•";
}

.industry-panorama--solutions .panorama-solution em {
  margin-top: 3px;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.industry-panorama--solutions .panorama-solution em b {
  margin-left: 4px;
  display: inline-block;
  transition: transform 180ms ease;
}

.industry-panorama--solutions .panorama-solution:hover em b {
  transform: translateY(3px);
}

.advantage-story:nth-child(2) .advantage-copy {
  grid-template-rows: auto auto minmax(150px, 1fr) auto;
}

.advantage-story:nth-child(2) .response-network {
  min-height: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.advantage-story:nth-child(2) .response-network-image {
  width: min(100%, 420px);
  max-height: 190px;
  margin: 0 auto;
  object-fit: contain;
}

.inline-expert-form {
  margin-top: 8px;
  padding: 11px;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 7px;
  border: 1px solid #d8e2ef;
  border-radius: 12px;
  background: #f7f9fc;
}

.inline-expert-switch {
  grid-column: 1 / -1;
  padding: 3px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  border-radius: 8px;
  background: #eaf0f8;
}

.inline-expert-switch button {
  min-height: 30px;
  border: 0;
  border-radius: 6px;
  color: #66758b;
  background: transparent;
  font: inherit;
  font-size: 11px;
  font-weight: 790;
  cursor: pointer;
}

.inline-expert-switch button.is-active {
  color: #1668f7;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(26, 60, 104, 0.08);
}

.inline-expert-form label {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.inline-expert-form label > span {
  color: #576981;
  font-size: 9px;
  font-weight: 780;
}

.inline-expert-form input {
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  color: #0a1931;
  border: 1px solid #ced9e7;
  border-radius: 7px;
  outline: 0;
  background: #ffffff;
  font: inherit;
  font-size: 11px;
}

.inline-expert-form input:focus {
  border-color: #2f75ff;
  box-shadow: 0 0 0 3px rgba(47, 117, 255, 0.1);
}

.inline-expert-submit {
  min-height: 38px;
  grid-column: 1 / -1;
  border: 0;
  border-radius: 7px;
  color: #ffffff;
  background: #236df6;
  box-shadow: 0 8px 18px rgba(35, 109, 246, 0.18);
  font: inherit;
  font-size: 11px;
  font-weight: 820;
  cursor: pointer;
}

.inline-expert-form > p {
  min-height: 13px;
  margin: -1px 2px 0;
  grid-column: 1 / -1;
  color: #61738b;
  font-size: 9px;
}

.inline-expert-form > p.is-success {
  color: #07815c;
}

.inline-expert-form > p.is-error {
  color: #c23e4a;
}

.advantage-story:nth-child(1) .pricing-proof {
  min-height: 320px;
}

.value-cta {
  width: min(1180px, calc(100% - 36px));
  min-height: 72px;
  margin: 0 auto;
  padding: 12px 16px 12px 20px;
  color: #0b1b35;
  border: 1px solid #d8e5f5;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, #edf4ff 0%, #f8fbff 54%, #eef6ff 100%);
  box-shadow: 0 -12px 30px rgba(26, 73, 137, 0.08);
}

.value-cta > div:first-child p {
  color: #2e70e8;
}

.value-cta > div:first-child strong {
  color: #12233e;
}

.value-cta-primary {
  color: #ffffff;
  background: #1d6ff4;
}

.value-cta-secondary {
  color: #1b5fcf;
  border-color: #cbdcf4;
  background: #ffffff;
}

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

.solutions-heading {
  grid-template-columns: 1fr;
  justify-items: center;
}

.solutions-heading-copy {
  width: 100%;
}

.sales-nudge-actions button,
.sales-nudge-actions a {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font: inherit;
  font-size: 13px;
  font-weight: 780;
  text-decoration: none;
  cursor: pointer;
}

.closing-tertiary {
  text-decoration: none;
}

@media (max-width: 1080px) {
  .documentation-mega-menu {
    width: min(640px, calc(100vw - 24px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-panorama--solutions .panorama-solution {
    padding: 16px;
  }
}

@media (max-width: 780px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 16px;
    gap: 12px;
  }

  .site-header .brand {
    width: 164px;
  }

  .site-header .main-nav,
  .site-header .header-console,
  .site-header .header-login {
    display: none;
  }

  .site-header .header-actions {
    gap: 0;
  }

  .site-header .contact-link {
    min-height: 40px;
    padding: 0 13px;
  }

  .hero-copy,
  .hero-copy h1,
  .hero-summary,
  .coverage-block,
  .hero-actions {
    text-align: left;
  }

  .industry-panorama--solutions .panorama-stories {
    grid-template-columns: 1fr;
  }

  .industry-panorama--solutions .panorama-solution {
    min-height: 170px;
  }

  .inline-expert-form {
    grid-template-columns: 1fr;
  }

  .inline-expert-form label,
  .inline-expert-submit,
  .inline-expert-switch,
  .inline-expert-form > p {
    grid-column: 1;
  }
}

/* Final laptop-height guard for the solution-led first screen. */
@media (min-width: 1021px) {
  .first-screen {
    height: 100svh;
    min-height: 680px;
  }

  .hero {
    height: calc(100svh - 76px);
    min-height: 604px;
    grid-template-rows: minmax(0, 1fr) 210px;
  }

  .hero-stage,
  .hero-copy {
    min-height: 0;
  }

  .hero-copy {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-keywords {
    margin-bottom: 13px;
  }

  #hero-title {
    font-size: clamp(46px, 4.35vw, 66px);
  }

  .hero-summary {
    margin-top: 13px;
  }

  .coverage-block {
    margin-top: 16px;
  }

  .hero-actions {
    margin-top: 17px;
  }

  .industry-panorama--solutions .panorama-heading {
    top: 33px;
    max-width: 208px;
  }

  .industry-panorama--solutions .panorama-heading h2 {
    font-size: 20px;
  }

  .industry-panorama--solutions .panorama-stories {
    top: 14px;
    right: 24px;
    bottom: 14px;
    left: 260px;
  }

  .industry-panorama--solutions .panorama-solution {
    min-height: 0;
    padding: 14px 17px 13px;
    grid-template-columns: 1fr;
    align-content: end;
    gap: 4px;
  }

  .industry-panorama--solutions .panorama-solution > span,
  .industry-panorama--solutions .panorama-solution > strong,
  .industry-panorama--solutions .panorama-solution ul,
  .industry-panorama--solutions .panorama-solution em {
    width: 100%;
  }

  .industry-panorama--solutions .panorama-solution > strong {
    overflow: visible;
    font-size: clamp(15px, 1.25vw, 19px);
    text-overflow: clip;
    white-space: normal;
  }

  .industry-panorama--solutions .panorama-solution ul {
    gap: 1px;
  }

  .industry-panorama--solutions .panorama-solution li {
    font-size: 10px;
    white-space: nowrap;
  }

  .industry-panorama--solutions .panorama-solution em {
    min-height: 0;
    margin-top: 1px;
    display: block;
    font-size: 9px;
  }
}

.solutions-heading-copy .solutions-tagline {
  margin: 18px 0 0;
  color: #b8c6db;
  line-height: 1.35;
}

/* Final review locks. */
.value-screen {
  min-height: max(100svh, 880px);
  overflow: visible;
}

.value-content {
  min-height: max(100svh, 880px);
  grid-template-rows: 146px minmax(734px, 1fr);
}

.advantage-story {
  grid-template-rows: minmax(190px, 0.72fr) minmax(440px, 1.28fr);
}

.inline-expert-form {
  margin-top: 2px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 9px;
}

.inline-expert-form .inline-expert-message {
  grid-column: 1 / -1;
}

.inline-expert-contact {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.inline-expert-form .inline-expert-switch {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  grid-column: auto;
  gap: 4px 10px;
  border: 0;
  background: transparent;
}

.inline-expert-switch legend {
  margin: 0;
  padding: 0;
  grid-column: 1 / -1;
  color: #4e6078;
  font-size: 10px;
  font-weight: 790;
}

.inline-expert-form .inline-expert-switch label {
  display: inline-flex;
  align-items: center;
  grid-auto-flow: column;
  gap: 5px;
  color: #50627a;
  font-size: 11px;
  font-weight: 740;
  cursor: pointer;
}

.inline-expert-form .inline-expert-switch input {
  width: 13px;
  min-height: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  accent-color: #1a66ff;
}

.inline-expert-input {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
}

.inline-expert-input select {
  min-width: 68px;
  min-height: 42px;
  padding: 0 8px;
  border: 1px solid #ced9e7;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  color: #1b2e49;
  background: #ffffff;
}

.inline-expert-input select[hidden] {
  display: none;
}

.inline-expert-form .inline-expert-input input {
  min-width: 0;
  min-height: 42px;
  padding: 0 11px;
  border-radius: 0 8px 8px 0;
}

.inline-expert-form .inline-expert-input select[hidden] + input {
  border-radius: 8px;
}

.inline-expert-form .inline-expert-submit {
  min-width: 0;
  min-height: 42px;
  align-self: end;
  grid-column: 2;
  padding: 0 12px;
  font-size: 12px;
}

.inline-expert-form > p {
  min-height: 14px;
  margin: 0 2px;
  grid-column: 1 / -1;
  font-size: 10px;
}

.value-cta.value-cta--bridge {
  width: calc(100% - (var(--chapter-rail-width) * 2));
  min-height: 90px;
  margin: 18px auto;
  padding: 14px clamp(22px, 3vw, 42px);
  color: #0b1b35;
  border: 1px solid #d6e3f3;
  border-radius: 14px;
  background: linear-gradient(90deg, #edf4ff 0%, #ffffff 52%, #eff6ff 100%);
  box-shadow: 0 16px 42px rgba(23, 67, 126, 0.1);
  opacity: 1;
  transform: none;
}

.industry-panorama--solutions .panorama-solution {
  align-content: center;
}

.industry-panorama--solutions .panorama-solution > strong {
  max-width: none;
  font-size: clamp(18px, 1.48vw, 23px);
}

.industry-panorama--solutions .panorama-solution ul {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.industry-panorama--solutions .panorama-solution li {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: #e5ecf7;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 690;
  white-space: normal;
}

.industry-panorama--solutions .panorama-solution li::before {
  display: none;
}

@media (max-width: 900px) {
  .value-cta.value-cta--bridge {
    width: 100%;
    margin-block: 10px;
    border-radius: 0;
  }
}

/* Absolute final 2026-07-31 bottom-band alignment overrides. */
@media (min-width: 781px) {
  .bottom-variant {
    background: linear-gradient(105deg, #173f78 0%, #0e3266 55%, #1d4d86 100%);
  }

  .industry-panorama--solutions {
    background:
      radial-gradient(circle at 8% 20%, rgba(69, 142, 255, 0.42), transparent 35%),
      linear-gradient(105deg, #173f78 0%, #0e3266 58%, #184779 100%) !important;
  }

  .industry-panorama--solutions .panorama-heading {
    top: 14px;
    bottom: 14px;
    padding: 20px 18px;
    justify-content: flex-start;
    background:
      linear-gradient(180deg, rgba(10, 42, 86, 0.28) 0%, rgba(8, 32, 70, 0.76) 100%),
      url("./assets/industry-heading-operations-v3.png") 69% center / cover no-repeat;
    box-shadow: 0 14px 34px rgba(2, 18, 48, 0.2);
  }

  .industry-panorama--solutions .panorama-heading p {
    margin-top: 0;
  }

  .industry-panorama--solutions .panorama-stories {
    background: rgba(12, 43, 87, 0.52);
    box-shadow: 0 14px 34px rgba(2, 18, 48, 0.17);
  }

  .industry-panorama--solutions .panorama-solution::before {
    opacity: 0.88;
    filter: saturate(0.96) brightness(1.08);
  }

  .industry-panorama--solutions .panorama-solution::after {
    background:
      linear-gradient(180deg, rgba(5, 24, 56, 0.03) 0%, rgba(7, 30, 65, 0.26) 38%, rgba(7, 26, 58, 0.84) 100%);
  }

  .industry-panorama--solutions .panorama-solution li {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(26, 76, 136, 0.56);
  }

  .foundation-area {
    padding-right: 18px;
    padding-left: 22px;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    text-align: left;
    background:
      radial-gradient(circle at 18% 15%, rgba(76, 145, 255, 0.28), transparent 46%),
      linear-gradient(145deg, #173f78 0%, #102f60 100%);
  }

  .foundation-area > .foundation-claim {
    width: auto;
    max-width: 100%;
    margin: 0;
    align-self: flex-start;
    overflow: visible;
    font-size: clamp(10.5px, 0.86vw, 12.5px);
    letter-spacing: -0.035em;
    text-align: left;
    white-space: nowrap;
  }

  .foundation-supported,
  .alibaba-brand-lockup,
  .foundation-area .platform-surfaces {
    align-self: flex-start;
  }

  .alibaba-brand-lockup {
    width: min(210px, 100%);
  }

  .foundation-area .platform-surfaces {
    justify-content: flex-start;
  }
}

@media (max-width: 1120px) and (min-width: 781px) {
  .foundation-area > .foundation-claim {
    font-size: 9.5px;
    letter-spacing: -0.045em;
  }

  .alibaba-brand-lockup {
    width: min(196px, 100%);
  }
}

/* 2026-07-31 — layout stability pass */
.chapter-nav,
.chapter-nav.is-on-dark {
  color: #0b1b35;
}

.chapter-nav a strong,
.chapter-nav.is-on-dark a strong {
  color: #0b1b35;
}

.chapter-nav a:not(.is-current) > i,
.chapter-nav.is-on-dark a:not(.is-current) > i {
  border-color: #9ba8ba;
  background: #fff;
}

.chapter-nav .chapter-nav-line,
.chapter-nav.is-on-dark .chapter-nav-line {
  border-left-color: #aab6c7;
}

.chapter-nav a > i,
.chapter-nav a strong,
.chapter-nav .chapter-nav-line {
  transition: none;
}

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

.value-content {
  min-height: max(100svh, 900px);
  grid-template-rows: 176px minmax(724px, 1fr);
}

.value-header {
  padding-top: 32px;
  padding-bottom: 25px;
  align-items: end;
  overflow: visible;
}

.value-header .screen-subtitle {
  margin-top: 12px;
  line-height: 1.42;
}

.advantage-story {
  grid-template-rows: minmax(184px, 0.66fr) minmax(466px, 1.34fr);
}

.advantage-story:nth-child(2) .advantage-copy {
  padding: 16px 20px 11px;
  grid-template-rows: auto auto minmax(218px, 1fr) auto;
  row-gap: 4px;
}

.advantage-story:nth-child(2) .advantage-copy h3 {
  margin-bottom: 0;
}

.response-network {
  min-height: 218px;
  margin: 0;
  overflow: visible;
}

.response-network-image {
  width: 100% !important;
  height: 218px;
  max-height: none !important;
  object-fit: contain;
}

.inline-expert-form {
  margin-top: 0;
  padding: 7px 8px;
  grid-template-columns: minmax(0, 1fr) 74px;
  gap: 4px 6px;
  border-radius: 12px;
}

.inline-expert-form .inline-expert-message {
  gap: 2px;
}

.inline-expert-form .inline-expert-message span,
.inline-expert-form .inline-expert-switch legend {
  font-size: 8.5px;
  letter-spacing: 0.08em;
}

.inline-expert-form .inline-expert-message input {
  min-height: 31px;
  padding: 6px 9px;
  font-size: 11px;
}

.inline-expert-form .inline-expert-contact {
  gap: 3px;
}

.inline-expert-form .inline-expert-switch {
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 5px;
}

.inline-expert-form .inline-expert-switch legend {
  grid-column: auto;
  margin: 0 2px 0 0;
}

.inline-expert-form .inline-expert-switch label {
  gap: 3px;
  font-size: 8.5px;
  white-space: nowrap;
}

.inline-expert-form input,
.inline-expert-form select {
  min-height: 33px;
}

.inline-expert-form .inline-expert-submit {
  min-height: 33px;
  padding-inline: 8px;
  font-size: 10px;
}

.inline-expert-form > p:empty,
.inline-expert-form .inline-expert-status:empty {
  display: none;
}

.scenario-local-time {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 16px;
}

.scenario-local-time > div {
  min-width: 0;
}

.scenario-view-toggle--inline {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: repeat(2, 40px);
  min-height: 42px;
  padding: 4px;
  border: 1px solid rgba(24, 65, 128, 0.16);
  border-radius: 12px;
  background: #eef4ff;
  box-shadow: none;
}

.scenario-view-toggle--inline button {
  min-height: 34px;
}

.scenario-local-time-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  width: 100%;
}

.scenario-local-time-details p {
  min-width: 0;
  padding-top: 9px;
  padding-left: 0;
  border-top: 1px solid #c9d7ed;
  border-left: 0;
}

.scenario-local-time-details b {
  display: block;
  min-width: 0;
  line-height: 1.08;
}

.scenario-local-time-details b span {
  display: block;
}

.scenario-local-time-details [data-live-location-time-zone-region] {
  color: #0b1b35;
  font-size: 15px;
}

.scenario-local-time-details [data-live-location-time-zone-city] {
  margin-top: 3px;
  color: #2672ff;
  font-size: 13px;
  overflow-wrap: anywhere;
  white-space: normal;
}

.solution-card--mobility .solution-card-media,
.solution-card--two-wheeler .solution-card-media {
  background: #0b2448;
}

.solution-card--mobility .solution-card-media img {
  object-fit: contain;
  object-position: center;
  transform: scale(0.9);
}

.solution-card--two-wheeler .solution-card-media img {
  object-fit: contain;
  object-position: center;
  transform: scale(0.8);
}

.solution-card--mobility:hover .solution-card-media img {
  transform: scale(0.94);
}

.solution-card--two-wheeler:hover .solution-card-media img {
  transform: scale(0.84);
}

@media (max-width: 900px) {
  .value-screen,
  .value-content {
    min-height: auto;
  }

  .value-content {
    grid-template-rows: auto auto;
  }

  .scenario-local-time {
    grid-template-columns: 1fr;
  }

  .scenario-view-toggle--inline {
    width: fit-content;
  }
}

/* 2026-07-31 — first-screen foundation scale and softer carousel frame */
@media (min-width: 1200px) {
  .foundation-area {
    padding-right: 18px;
    padding-left: 18px;
  }

  .foundation-area > .foundation-claim {
    width: 100%;
    font-size: clamp(12.5px, 1.08vw, 14px);
    letter-spacing: -0.05em;
  }

  .foundation-supported {
    width: 100%;
    text-align: left;
  }

  .alibaba-brand-lockup {
    width: 100%;
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .foundation-area .platform-surfaces {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 1199px) and (min-width: 781px) {
  .foundation-area > .foundation-claim {
    width: 100%;
    font-size: clamp(10px, 0.96vw, 11.5px);
    letter-spacing: -0.05em;
  }

  .alibaba-brand-lockup {
    width: 100%;
    max-width: none;
  }
}

.product-gallery.product-carousel {
  border-radius: 20px;
  overflow: hidden;
}

.product-carousel-viewport {
  overflow: hidden;
}

/* 2026-07-31 — fixed page journey rail in the untouched right gutter */
.page-route-progress {
  --route-progress: 0;
  --route-visibility: 0;
  width: 50px;
  height: min(58svh, 440px);
  position: fixed;
  z-index: 39;
  top: 50%;
  right: clamp(9px, 1.25vw, 22px);
  display: grid;
  grid-template-rows: 24px minmax(0, 1fr) 32px;
  justify-items: center;
  opacity: var(--route-visibility);
  pointer-events: none;
  transform: translateY(-50%);
  will-change: opacity;
}

.page-route-origin {
  width: 14px;
  height: 14px;
  align-self: center;
  position: relative;
  z-index: 2;
  border: 3px solid #2672ff;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.9),
    0 5px 16px rgba(20, 53, 104, 0.18);
}

.page-route-track {
  width: 28px;
  height: 100%;
  position: relative;
  display: block;
}

.page-route-track::before,
.page-route-completed {
  content: "";
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-radius: 999px;
  transform: translateX(-50%);
}

.page-route-track::before {
  background:
    repeating-linear-gradient(
      to bottom,
      #b6c2d2 0 7px,
      transparent 7px 13px
    );
}

.page-route-completed {
  bottom: auto;
  height: calc(var(--route-progress) * 100%);
  display: block;
  background: #2672ff;
  box-shadow: 0 0 12px rgba(38, 114, 255, 0.24);
}

.page-route-cursor {
  width: 34px;
  height: 34px;
  position: absolute;
  z-index: 3;
  top: calc(var(--route-progress) * 100%);
  left: 50%;
  display: grid;
  place-items: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #2672ff;
  box-shadow:
    0 8px 22px rgba(25, 74, 155, 0.3),
    0 0 0 1px rgba(24, 76, 159, 0.12);
  transform: translate(-50%, -50%);
  will-change: top;
}

.page-route-cursor svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: #ffffff;
}

.page-route-destination {
  width: 28px;
  height: 34px;
  align-self: end;
  position: relative;
  z-index: 2;
  display: block;
  filter: drop-shadow(0 7px 9px rgba(23, 62, 124, 0.2));
}

.page-route-destination svg {
  width: 100%;
  height: 100%;
  display: block;
}

.page-route-destination path {
  fill: #ffffff;
  stroke: #2672ff;
  stroke-width: 2.2;
}

.page-route-destination circle {
  fill: #2672ff;
}

@media (max-width: 980px) {
  .page-route-progress {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-route-progress,
  .page-route-cursor {
    will-change: auto;
  }
}

/* 2026-07-31 — preserve source artwork, align route rails and simplify local time */
.solution-card {
  grid-template-rows: auto minmax(225px, 1fr);
}

.solution-card-media {
  aspect-ratio: 4 / 3;
  background: transparent;
}

.solution-card--logistics .solution-card-media,
.solution-card--mobility .solution-card-media,
.solution-card--two-wheeler .solution-card-media {
  background: transparent;
}

.solution-card--logistics .solution-card-media img,
.solution-card--mobility .solution-card-media img,
.solution-card--two-wheeler .solution-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.solution-card:hover .solution-card-media img,
.solution-card--mobility:hover .solution-card-media img,
.solution-card--two-wheeler:hover .solution-card-media img {
  transform: none;
}

.page-route-progress {
  height: var(--route-rail-height, min(78svh, 720px));
}

.page-route-progress::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -7px 8px;
  border: 1px solid rgba(134, 153, 181, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(33, 67, 116, 0.08);
  backdrop-filter: blur(10px);
}

.page-route-track::before {
  width: 5px;
  border-radius: 999px;
  background: #d9e1ed;
}

.page-route-completed {
  width: 5px;
}

.scenario-local-time {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
}

.scenario-local-time-details {
  min-width: 0;
  padding-left: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  border-left: 1px solid #b9cae2;
}

.scenario-local-time-details p {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.scenario-local-clock {
  min-width: 0;
}

.scenario-local-clock strong {
  white-space: nowrap;
}

.scenario-local-time-details b,
.scenario-local-time-details em {
  white-space: normal;
}

.scenario-local-time-details [data-live-location-time-zone-city] {
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .scenario-local-time {
    gap: 12px;
    padding: 12px;
  }

  .scenario-local-time-details {
    padding-left: 12px;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }
}

/* 2026-07-31 — purposeful copy, tactile tabs and draggable page journey */
.panorama-heading {
  color: inherit;
  text-decoration: none;
}

.panorama-heading h2 {
  transition: color 180ms ease, transform 180ms ease;
}

.panorama-heading:hover h2,
.panorama-heading:focus-visible h2 {
  color: #155eef;
  transform: translateX(3px);
}

.panorama-heading:focus-visible {
  outline: 3px solid rgba(40, 107, 255, 0.3);
  outline-offset: 5px;
  border-radius: 8px;
}

.scenario-route-options {
  border-color: rgba(150, 180, 235, 0.28);
  background: rgba(255, 255, 255, 0.075);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 30px rgba(1, 8, 22, 0.15);
}

.scenario-route-options button {
  transition:
    color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.scenario-route-options button:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.scenario-route-options button.is-active {
  background: linear-gradient(180deg, #ffffff 0%, #edf3ff 100%);
  box-shadow:
    0 9px 20px rgba(1, 8, 22, 0.25),
    inset 0 0 0 1px rgba(40, 107, 255, 0.13);
  transform: translateY(-1px);
}

.scenario-route-options button:active,
.scenario-route-options button.is-active:active {
  transform: translateY(0);
}

.scenario-route-options button:focus-visible,
.scenario-view-toggle button:focus-visible {
  outline: 3px solid rgba(86, 140, 255, 0.45);
  outline-offset: 1px;
}

.scenario-view-toggle {
  border-color: rgba(40, 107, 255, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 246, 255, 0.96));
  box-shadow:
    0 14px 30px rgba(13, 37, 76, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.78);
}

.scenario-view-toggle button {
  transition:
    color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.scenario-view-toggle button:hover {
  color: #155eef;
  background: rgba(40, 107, 255, 0.08);
  transform: translateY(-1px);
}

.scenario-view-toggle button.is-active {
  background: linear-gradient(180deg, #377cff 0%, #155eef 100%);
  box-shadow:
    0 7px 14px rgba(40, 107, 255, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.solution-card-body > p {
  font-size: clamp(13.5px, 1vw, 15px);
  line-height: 1.62;
}

.footer-brand {
  width: max-content;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 9px;
  background: #ffffff;
}

.footer-brand img {
  width: clamp(142px, 12vw, 174px);
  height: auto;
  display: block;
}

.page-route-cursor {
  padding: 0;
  pointer-events: auto;
  cursor: grab;
  touch-action: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.page-route-cursor:hover,
.page-route-cursor:focus-visible {
  outline: none;
  box-shadow:
    0 10px 26px rgba(25, 74, 155, 0.36),
    0 0 0 4px rgba(38, 114, 255, 0.16);
  transform: translate(-50%, -50%) scale(1.08);
}

.page-route-cursor.is-dragging {
  cursor: grabbing;
  box-shadow:
    0 12px 30px rgba(25, 74, 155, 0.42),
    0 0 0 5px rgba(38, 114, 255, 0.2);
  transform: translate(-50%, -50%) scale(1.1);
}

/* 2026-07-31 — compact support capture and brand-guideline footer */
@media (min-width: 901px) {
  .value-header .screen-subtitle {
    max-width: 760px;
    white-space: nowrap;
  }
}

.inline-expert-form {
  padding: 6px 8px;
  grid-template-columns: minmax(0, 1fr) 66px;
  gap: 3px 6px;
}

.inline-expert-form .inline-expert-message {
  display: block;
}

.inline-expert-form .inline-expert-message input {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 10px;
  font-size: 11px;
}

.inline-expert-form .inline-expert-contact {
  gap: 2px;
}

.inline-expert-form .inline-expert-switch {
  min-height: 12px;
  grid-template-columns: auto auto;
  justify-content: start;
  gap: 10px;
}

.inline-expert-form .inline-expert-switch legend {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.inline-expert-form .inline-expert-switch label {
  gap: 4px;
  font-size: 9.5px;
}

.inline-expert-form .inline-expert-switch input {
  width: 11px;
  height: 11px;
  min-height: 11px;
}

.inline-expert-form .inline-expert-input input,
.inline-expert-form .inline-expert-input select,
.inline-expert-form .inline-expert-submit {
  height: 28px;
  min-height: 28px;
}

.inline-expert-form .inline-expert-input input {
  padding: 0 9px;
  font-size: 10.5px;
}

.inline-expert-form .inline-expert-input select {
  min-width: 58px;
  padding: 0 6px;
  font-size: 10px;
}

.inline-expert-form .inline-expert-submit {
  padding-inline: 6px;
  font-size: 10px;
}

.closing-screen {
  --closing-side-padding: clamp(34px, 6vw, 104px);
  padding-bottom: 0;
}

.site-footer {
  width: calc(100% + var(--closing-side-padding) * 2);
  margin-right: calc(var(--closing-side-padding) * -1);
  margin-left: calc(var(--closing-side-padding) * -1);
  padding: 25px var(--closing-side-padding) 29px;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1.38fr);
  gap: 20px;
  border-top-color: rgba(255, 255, 255, 0.1);
  background: rgba(1, 9, 25, 0.92);
}

.footer-identity {
  min-width: 0;
}

.footer-brand {
  width: max-content;
  margin: 0 0 9px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.footer-brand img {
  width: clamp(154px, 12vw, 184px);
  filter: grayscale(1) brightness(0) invert(1);
}

.footer-identity p {
  margin: 0;
  color: rgba(213, 224, 241, 0.48);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.55;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 7px 11px;
  line-height: 1.45;
}

.footer-links a {
  color: rgba(213, 224, 241, 0.58);
  font-size: 10.5px;
  font-weight: 660;
}

.footer-links > span {
  color: rgba(213, 224, 241, 0.22);
}

@media (max-width: 900px) {
  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    text-align: left;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

/* 2026-08-02 — mentor review: focused hero, value proof and three-column live scenarios. */
.hero-stage {
  grid-template-columns: minmax(0, 1fr);
}

.hero-copy,
.hero-copy h1,
.hero-summary,
.hero-copy .coverage-block,
.hero-copy .hero-actions,
.hero-copy .hero-keywords {
  justify-self: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-copy {
  width: 100%;
  padding: clamp(44px, 6vh, 76px) clamp(28px, 7vw, 120px);
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 4%, rgba(68, 137, 255, 0.34), transparent 32%),
    radial-gradient(circle at 12% 86%, rgba(38, 107, 255, 0.17), transparent 32%),
    #07152d;
}

.hero-copy .hero-keywords,
.hero-copy .hero-actions,
.hero-copy .coverage-keywords {
  justify-content: center;
}

#hero-title {
  max-width: 1120px;
  font-size: clamp(68px, 7.2vw, 112px);
  line-height: 0.91;
}

.hero-summary {
  max-width: 760px;
  font-size: clamp(20px, 1.65vw, 27px);
}

.coverage-block {
  max-width: 900px;
}

.hero-cta-preview {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(219, 231, 251, 0.7);
  font-size: 11px;
  font-weight: 720;
}

.hero-cta-preview > span {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-cta-preview > div {
  padding: 3px;
  display: flex;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.hero-cta-preview button {
  min-height: 28px;
  padding: 0 11px;
  color: rgba(230, 239, 255, 0.72);
  border: 0;
  border-radius: 999px;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.hero-cta-preview button.is-active {
  color: #07152d;
  background: #ffffff;
}

.bottom-variant {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 22%);
}

.foundation-area {
  gap: 10px;
  justify-content: center;
}

.foundation-area > .foundation-claim {
  white-space: normal;
  font-size: clamp(16px, 1.3vw, 21px);
  line-height: 1.08;
}

.foundation-area > .foundation-claim strong {
  display: block;
  color: #ffffff;
  font-size: clamp(28px, 2.45vw, 40px);
  font-weight: 800;
  letter-spacing: -0.055em;
}

.alibaba-brand-lockup {
  width: min(236px, 100%);
}

.panorama-solution--aiot::before {
  background-image: url("./assets/solution-aiot-wearables-v1.png");
}

.value-heading .screen-subtitle {
  max-width: 860px;
}

.value-proof {
  min-height: 310px;
  margin-top: 14px;
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  align-content: center;
  gap: 17px;
  border: 1px solid #d7e2f0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 12%, rgba(38, 107, 255, 0.13), transparent 36%),
    #f7faff;
}

.value-proof-rate {
  min-width: 0;
  padding-right: 18px;
  display: grid;
  align-content: center;
  border-right: 1px solid #d4e0ef;
}

.value-proof-rate span,
.value-proof-saving span {
  color: #61718a;
  font-size: 13px;
  font-weight: 740;
  line-height: 1.35;
}

.value-proof-rate strong {
  margin-top: 5px;
  color: #1768f5;
  font-size: clamp(64px, 5.5vw, 96px);
  font-weight: 820;
  letter-spacing: -0.075em;
  line-height: 0.88;
  white-space: nowrap;
}

.value-proof-rate b {
  margin-top: 8px;
  color: #1e3353;
  font-size: 15px;
}

.value-proof-saving {
  display: grid;
  align-content: center;
  gap: 7px;
}

.value-proof-saving strong {
  color: #07152d;
  font-size: clamp(44px, 4vw, 66px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.value-proof > p {
  margin: 0;
  padding-top: 16px;
  grid-column: 1 / -1;
  color: #42546f;
  border-top: 1px solid #d4e0ef;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.advantage-story:nth-child(1) .pricing-proof {
  min-height: 0;
}

.advantage-story:nth-child(2) {
  grid-template-rows: minmax(360px, 1.25fr) minmax(250px, 0.75fr);
}

.advantage-story:nth-child(2) .advantage-visual {
  padding: 16px;
  background: #ffffff;
}

.advantage-story:nth-child(2) .advantage-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

.advantage-story:nth-child(2) .advantage-copy {
  padding: 24px;
  display: block;
}

.response-commitment {
  margin: 17px 0 0;
  color: #52647d;
  font-size: 15px;
  font-weight: 620;
  line-height: 1.55;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
  gap: clamp(22px, 2.2vw, 36px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.scenario-column {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(310px, auto) minmax(330px, 1fr);
  overflow: hidden;
  border: 1px solid #d1dcea;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 62px rgba(25, 55, 98, 0.11);
}

.scenario-column > .scenario-insight,
.scenario-column > .scenario-visual {
  grid-area: auto;
}

.scenario-column > .scenario-insight {
  order: 1;
  border-bottom: 1px solid #d1dcea;
}

.scenario-column > .scenario-visual {
  order: 2;
}

.scenario-column .scenario-insight {
  padding: clamp(22px, 2vw, 30px);
}

.scenario-column .scenario-insight h3,
.scenario-insight--places > h3 {
  max-width: none;
  font-size: clamp(24px, 1.8vw, 31px);
}

.scenario-column .scenario-map-label {
  right: 14px;
  left: 14px;
}

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

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

.solution-card--aiot .solution-card-media {
  background: transparent;
}

.solution-card--aiot .solution-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.api-key-modal[hidden] {
  display: none;
}

.api-key-modal {
  position: fixed;
  z-index: 240;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.api-key-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4, 14, 33, 0.68);
  backdrop-filter: blur(10px);
}

.api-key-dialog {
  width: min(520px, 100%);
  position: relative;
  padding: 34px;
  color: #0b1b35;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 32px 90px rgba(2, 14, 38, 0.3);
}

.api-key-dialog__close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid #d7e1ee;
  border-radius: 50%;
  color: #52647d;
  background: #ffffff;
  font-size: 22px;
  cursor: pointer;
}

.api-key-dialog > p:first-of-type {
  margin: 0 0 9px;
  color: #1f6df5;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.api-key-dialog h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: -0.055em;
  line-height: 1;
}

.api-key-dialog > span {
  margin-top: 12px;
  display: block;
  color: #5c6d84;
  line-height: 1.5;
}

.api-key-dialog form {
  margin-top: 24px;
  display: grid;
  gap: 15px;
}

.api-key-dialog label {
  display: grid;
  gap: 7px;
  color: #41536f;
  font-size: 13px;
  font-weight: 760;
}

.api-key-dialog input,
.api-key-dialog select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: #0b1b35;
  border: 1px solid #ced9e7;
  border-radius: 9px;
  background: #ffffff;
  font: inherit;
}

.api-key-dialog form > button {
  min-height: 50px;
  border: 0;
  border-radius: 9px;
  color: #ffffff;
  background: #1768f5;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.api-key-dialog__status {
  margin: 14px 0 0;
  color: #718097;
  font-size: 12px;
  line-height: 1.45;
}

.api-key-dialog__status.is-success {
  color: #087656;
  font-weight: 720;
}

body.has-api-key-modal {
  overflow: hidden;
}

@media (max-width: 1080px) {
  .bottom-variant {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 24%);
  }

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

  .scenario-column {
    grid-template-columns: minmax(300px, 0.95fr) minmax(340px, 1.05fr);
    grid-template-rows: minmax(340px, auto);
  }

  .scenario-column > .scenario-insight {
    border-right: 1px solid #d1dcea;
    border-bottom: 0;
  }

  .scenario-screen,
  .scenario-shell {
    min-height: auto;
  }
}

@media (max-width: 780px) {
  .hero-copy,
  .hero-copy h1,
  .hero-summary,
  .hero-copy .coverage-block,
  .hero-copy .hero-actions {
    text-align: center;
  }

  .hero-copy {
    padding: 52px 22px;
  }

  #hero-title {
    font-size: clamp(52px, 15vw, 72px);
  }

  .hero-copy .hero-keywords,
  .hero-copy .coverage-keywords,
  .hero-copy .hero-actions {
    justify-content: center;
  }

  .hero-cta-preview {
    align-items: center;
    flex-direction: column;
  }

  .bottom-variant {
    grid-template-columns: 1fr;
  }

  .foundation-area > .foundation-claim strong {
    font-size: 34px;
  }

  .value-proof {
    grid-template-columns: 1fr;
  }

  .value-proof-rate {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid #d4e0ef;
  }

  .value-proof > p {
    grid-column: 1;
  }

  .advantage-story:nth-child(2) {
    grid-template-rows: minmax(280px, 58vw) auto;
  }

  .scenario-column {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(320px, 72vw);
  }

  .scenario-column > .scenario-insight {
    border-right: 0;
    border-bottom: 1px solid #d1dcea;
  }

  .api-key-dialog {
    padding: 28px 22px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-cta-preview button {
    transition: none;
  }
}

/* 2026-08-02 — first-screen capability depth and AIoT legibility. */
.hero-copy .coverage-block {
  width: min(980px, 100%);
  max-width: 980px;
}

.hero-copy .coverage-keywords {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.hero-copy .coverage-keywords strong {
  min-width: 0;
  padding: 6px 9px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.92);
  border-left-color: #5c91ff;
  background: rgba(255, 255, 255, 0.065);
  font-size: clamp(11px, 0.92vw, 14px);
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
}

@media (min-width: 781px) {
  .hero-stage {
    position: relative;
  }

  .hero-cta-preview {
    margin: 0;
    position: absolute;
    z-index: 4;
    top: 18px;
    right: 24px;
  }
}

@media (min-width: 1021px) {
  .hero-keywords {
    margin-bottom: 6px;
  }

  .hero-summary {
    margin-top: 7px;
  }

  .hero-copy .coverage-block {
    margin-top: 9px;
  }

  .hero-copy .coverage-block p {
    margin-bottom: 6px;
  }

  .hero-actions {
    margin-top: 10px;
  }
}

.panorama-solution--aiot::before {
  background-image: url("./assets/industry-aiot-wearables-dark-v2.png");
  background-position: center 42%;
  opacity: 0.96 !important;
  filter: saturate(1.04) brightness(0.8) !important;
}

.industry-panorama--solutions .panorama-solution--aiot::after {
  background:
    linear-gradient(180deg, rgba(2, 13, 31, 0.08) 0%, rgba(3, 18, 41, 0.34) 39%, rgba(4, 19, 43, 0.94) 100%);
}

.industry-panorama--solutions .panorama-solution--aiot ul {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 5px 6px;
}

.industry-panorama--solutions .panorama-solution--aiot li {
  min-width: 0;
  padding: 5px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(9px, 0.7vw, 11px);
  line-height: 1.18;
  text-align: center;
}

.industry-panorama--solutions .panorama-solution--aiot .panorama-capability-wide {
  grid-column: 1 / -1;
}

@media (max-width: 1020px) {
  .hero-copy .coverage-keywords {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy .coverage-keywords strong {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  .hero-copy .coverage-keywords {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy .coverage-keywords strong {
    min-height: 38px;
    justify-content: center;
    border-left: 0;
    border-bottom: 2px solid #5c91ff;
    font-size: 11px;
    text-align: center;
    white-space: normal;
  }
}

/* Final cascade lock: 2026-08-02 first screen and Live Maps. */
@media (min-width: 1021px) {
  #hero-title { line-height: 0.95; }

  .hero-keywords {
    margin-top: 17px;
    margin-bottom: 11px;
    gap: 16px;
  }

  .hero-summary {
    margin-top: 11px;
    line-height: 1.42;
  }

  .hero-copy .coverage-block { margin-top: 16px; }
  .hero-copy .coverage-block p { margin-bottom: 10px; }
  .hero-copy .coverage-keywords { gap: 10px; }

  .hero-copy .coverage-keywords strong {
    min-height: 34px;
    padding: 8px 11px;
  }

  .hero-actions { margin-top: 17px; }

  .scenario-column {
    grid-template-rows: 420px 340px;
  }

  .scenario-column > .scenario-insight,
  .scenario-column > .scenario-visual {
    min-height: 0;
    height: auto;
  }
}

.panorama-solution--aiot::before {
  background-image: url("./assets/industry-aiot-wearables-dark-v3.png");
  background-position: center 51%;
}

.solution-card--aiot .solution-card-media img {
  content: url("https://a.amap.com/lbs-dev-yuntu/static/oversea-v2/home/assets/solution-aiot-wearables-v2.jpg");
  object-position: center 52%;
}

.scenario-route-options {
  max-width: 290px;
  margin-top: 13px;
  padding: 3px;
  gap: 3px;
  border-color: rgba(150, 180, 235, 0.3);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow:
    0 12px 24px rgba(1, 8, 22, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.scenario-route-options button {
  min-height: 42px;
  padding: 6px 9px;
  gap: 7px;
  border-radius: 8px;
}

.scenario-route-options button.is-active {
  box-shadow:
    0 7px 15px rgba(1, 8, 22, 0.26),
    inset 0 0 0 1px rgba(40, 107, 255, 0.15);
}

.scenario-route-options span,
.scenario-route-options strong {
  font-size: 12px;
}

.scenario-route-metrics {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.scenario-route-metrics div,
.scenario-route-metrics div:first-child {
  min-height: 74px;
  padding: 10px 11px;
  border: 0;
}

.scenario-route-metrics div:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.scenario-route-metrics div:nth-child(n + 3) {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.scenario-route-metrics dt strong {
  font-size: clamp(25px, 2vw, 32px);
}

.scenario-route-metrics dd {
  margin-top: 2px;
  font-size: 10px;
}

.scenario-insight footer {
  padding-top: 13px;
  gap: 10px;
}

.scenario-insight--places footer,
.scenario-insight--logistics footer,
.scenario-insight--location footer {
  margin-top: auto;
}

.scenario-insight footer a { font-size: 14px; }

.scenario-insight footer em {
  padding: 8px 10px;
  border-radius: 9px;
  color: #155eef;
  background: #eaf2ff;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.15;
  white-space: normal;
}

.scenario-insight--logistics footer em {
  color: #ffffff;
  background: rgba(87, 137, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(121, 161, 255, 0.28);
}

.scenario-poi-info {
  min-width: 180px;
  max-width: 250px;
  padding: 2px 1px;
  display: grid;
  gap: 4px;
  color: #0b1b35;
  font-family: "Figtree", sans-serif;
}

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

.scenario-poi-info strong {
  font-size: 14px;
  line-height: 1.18;
}

.scenario-poi-info em {
  color: #63738a;
  font-size: 11px;
  font-style: normal;
}

@media (max-width: 1080px) and (min-width: 781px) {
  .scenario-column { grid-template-rows: minmax(360px, auto); }
  .scenario-route-options { max-width: 320px; }
}

@media (max-width: 780px) {
  .hero-copy {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .hero-summary { line-height: 1.45; }
  .hero-copy .coverage-block { margin-top: 20px; }
  .hero-copy .coverage-keywords { gap: 9px; }
  .hero-actions { margin-top: 20px; }
  .scenario-route-options { max-width: none; }

  .scenario-route-metrics div,
  .scenario-route-metrics div:first-child {
    min-height: 82px;
  }
}

@media (min-width: 1021px) {
  #hero-title {
    font-size: clamp(64px, 6.5vw, 100px);
  }

  .hero-copy .coverage-block {
    margin-top: 14px;
  }

  .hero-actions {
    margin-top: 14px;
  }
}

/* Absolute final 2026-08-02 second-screen alignment overrides. */
.value-content {
  grid-template-rows: 176px minmax(760px, 1fr);
}

.advantage-story,
.advantage-story:nth-child(2) {
  grid-template-rows: minmax(208px, 0.74fr) minmax(500px, 1.26fr);
}

.advantage-story:nth-child(2) .advantage-visual {
  padding: 0;
  background: #e9eef7;
}

.advantage-story:nth-child(2) .advantage-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
  transform: scale(1);
}

.advantage-copy,
.advantage-story:nth-child(2) .advantage-copy {
  min-height: 0;
  padding: clamp(22px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  row-gap: 0;
}

.advantage-copy > p:first-child {
  min-height: 16px;
  margin: 0 0 8px;
}

.advantage-copy h3,
.advantage-story:nth-child(2) .advantage-copy h3 {
  min-height: 72px;
  margin: 0;
  font-size: clamp(27px, 2vw, 32px);
  line-height: 1.08;
}

.advantage-proof,
.value-proof,
.response-proof,
.stack-data-proof {
  width: 100%;
  min-height: 300px;
  height: 300px;
  margin-top: auto;
  overflow: hidden;
  border: 1px solid #d7e2f0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 8%, rgba(38, 107, 255, 0.16), transparent 38%),
    linear-gradient(145deg, #f9fbff 0%, #edf4ff 100%);
}

.value-proof {
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  align-content: center;
  gap: 17px;
}

.response-proof {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.response-proof-image {
  width: 112%;
  max-width: none;
  height: 112%;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.stack-data-proof {
  padding: 16px 18px 14px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) 58px;
  align-items: stretch;
  gap: 10px;
}

.stack-data-core {
  width: 100%;
  min-height: 0;
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  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: 32px;
  height: 32px;
  max-height: 32px;
  padding: 0 10px;
  flex: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.stack-data-core span:nth-child(1) { width: 58%; }
.stack-data-core span:nth-child(2) { width: 68.5%; }
.stack-data-core span:nth-child(3) { width: 79%; }
.stack-data-core span:nth-child(4) { width: 89.5%; }
.stack-data-core span:nth-child(5) { width: 100%; }

.stack-data-tree {
  display: none;
}

.stack-data-metrics {
  min-height: 0;
  height: 58px;
  margin: 0;
  padding: 10px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 1fr;
  gap: 0;
  border-top: 1px solid #d4e0ef;
}

.stack-data-metrics div {
  width: auto;
  min-width: 0;
  padding: 0 7px;
  display: grid;
  align-content: center;
  border-right: 1px solid #d4e0ef;
  text-align: center;
}

.stack-data-metrics div:last-child {
  border-right: 0;
}

.stack-data-metrics dt,
.stack-data-metrics div:last-child dt {
  color: var(--blue);
  font-size: clamp(20px, 1.65vw, 25px);
  line-height: 1;
  text-align: center;
}

.stack-data-metrics dd {
  margin-top: 3px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1180px) and (min-width: 661px) {
  .value-screen,
  .value-content {
    min-height: 960px;
  }

  .value-content {
    grid-template-rows: 176px minmax(784px, 1fr);
  }

  .advantage-story,
  .advantage-story:nth-child(2) {
    grid-template-rows: 196px minmax(540px, 1fr);
  }

  .advantage-copy,
  .advantage-story:nth-child(2) .advantage-copy {
    padding: 20px 17px;
  }

  .advantage-copy h3,
  .advantage-story:nth-child(2) .advantage-copy h3 {
    min-height: 84px;
    font-size: clamp(23px, 2.35vw, 28px);
  }

  .advantage-proof,
  .value-proof,
  .response-proof,
  .stack-data-proof {
    min-height: 314px;
    height: 314px;
  }

  .value-proof {
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .value-proof-rate {
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid #d4e0ef;
  }

  .value-proof-rate strong {
    font-size: clamp(58px, 6vw, 76px);
  }

  .value-proof-saving {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .value-proof-saving strong {
    font-size: 38px;
  }

  .value-proof > p {
    padding-top: 11px;
    grid-column: 1;
    font-size: 12px;
  }

  .stack-data-proof {
    padding-inline: 12px;
  }

  .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) {
    font-size: 10.5px;
  }
}

@media (max-width: 660px) {
  .value-screen,
  .value-content {
    min-height: 0;
  }

  .value-content {
    grid-template-rows: auto auto;
  }

  .advantage-story,
  .advantage-story:nth-child(2) {
    grid-template-rows: minmax(220px, 58vw) auto;
  }

  .advantage-copy,
  .advantage-story:nth-child(2) .advantage-copy {
    padding: 24px 20px 28px;
  }

  .advantage-copy h3,
  .advantage-story:nth-child(2) .advantage-copy h3 {
    min-height: 0;
  }

  .advantage-proof,
  .value-proof,
  .response-proof,
  .stack-data-proof {
    min-height: 330px;
    height: 330px;
    margin-top: 24px;
  }

  .response-proof-image {
    width: 108%;
    height: 108%;
  }

  .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: 36px;
    height: 36px;
    max-height: 36px;
    flex-basis: 36px;
    font-size: 11px;
  }
}
