:root {
  --paper: #f5f6f7;
  --sheet: #ffffff;
  --ink: #111214;
  --muted: #626873;
  --line: #d9dde3;
  --soft: #eef1f5;
  --blue: #2d7ff9;
  --blue-soft: #eaf2ff;
  --dark: #111317;
  --dark-2: #1f2328;
  --radius: 8px;
  --shadow: 0 22px 80px rgba(17, 18, 20, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #e9ecef;
  font-family: "HarmonyOS Sans", "Source Han Sans SC", "PingFang SC", "Inter", "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(45, 127, 249, 0.06), transparent 22%),
    radial-gradient(circle at 80% 75%, rgba(17, 18, 20, 0.05), transparent 26%);
  mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 82%, transparent 100%);
}

.rail {
  position: fixed;
  z-index: 20;
  left: 22px;
  top: 22px;
  bottom: 22px;
  width: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 14px 10px;
  border: 1px solid rgba(17, 18, 20, 0.08);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  border-radius: 14px;
}

.rail__brand {
  display: grid;
  gap: 8px;
  place-items: center;
  color: var(--muted);
  font-size: 11px;
  writing-mode: vertical-rl;
  letter-spacing: 0;
}

.rail__brand img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  writing-mode: horizontal-tb;
}

.rail__nav {
  display: grid;
  gap: 5px;
  max-height: 68vh;
  overflow: auto;
  scrollbar-width: none;
}

.rail__nav::-webkit-scrollbar {
  display: none;
}

.rail__nav a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  text-decoration: none;
}

.rail__nav a.is-active {
  color: var(--ink);
  border-color: rgba(45, 127, 249, 0.24);
  background: var(--blue-soft);
}

.rail__hint {
  color: #8a9099;
  font-size: 11px;
  writing-mode: vertical-rl;
}

.deck {
  padding: 28px 28px 28px 116px;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px 0;
  scroll-snap-align: start;
}

.sheet {
  position: relative;
  width: min(86vw, calc(92vh * 16 / 9));
  aspect-ratio: 16 / 9;
  min-height: 620px;
  overflow: hidden;
  background: var(--sheet);
  border: 0;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 54px 62px 48px;
}

.sheet--dark {
  color: white;
  background: var(--dark);
  padding: 0;
}

.sheet--case {
  background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
}

.sheet--case .page-head {
  margin-bottom: 22px;
}

.page-meta,
.page-head {
  position: relative;
  z-index: 2;
}

.page-meta {
  display: flex;
  justify-content: space-between;
  padding: 34px 42px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.page-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
  margin-bottom: 30px;
}

.chapter,
.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  max-width: 840px;
  font-size: clamp(52px, 5vw, 82px);
  font-weight: 760;
}

h2 {
  font-size: clamp(38px, 3.3vw, 56px);
  font-weight: 760;
}

.subtitle {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 460;
}

.sheet--dark .subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.folio {
  flex: 0 0 auto;
  color: #8a9099;
  font-size: 14px;
  font-weight: 700;
}

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

.shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.82) 0%, rgba(7, 9, 12, 0.58) 42%, rgba(7, 9, 12, 0.2) 100%),
    linear-gradient(180deg, rgba(7, 9, 12, 0.3) 0%, rgba(7, 9, 12, 0.56) 100%);
}

.cover-copy {
  position: relative;
  z-index: 2;
  margin: 132px 0 0 66px;
}

.cover-note {
  position: absolute;
  z-index: 2;
  left: 66px;
  bottom: 52px;
  width: 520px;
  display: grid;
  gap: 9px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.6;
}

.cover-note strong {
  color: white;
  font-size: 16px;
}

.layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 34px;
}

.layout--architecture {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  min-height: 360px;
}

.evolution-layout,
.loop-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 44px;
  align-items: center;
  min-height: 420px;
}

.evolution-road {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  align-items: end;
  min-height: 372px;
  padding: 28px 6px 18px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border-radius: 24px;
}

.evolution-road::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(45, 127, 249, 0), rgba(45, 127, 249, 0.76), rgba(45, 127, 249, 0));
}

.evolution-road div {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 176px;
  padding: 0 10px;
}

.evolution-road div:nth-child(even) {
  align-content: end;
  transform: translateY(72px);
}

.evolution-road div::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 8px rgba(45, 127, 249, 0.12);
}

.evolution-road b {
  font-size: 20px;
  line-height: 1.2;
}

.evolution-road span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.ecosystem-stage {
  position: relative;
  height: 430px;
  margin: 4px 34px 22px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.85), rgba(243,246,250,0.9)),
    radial-gradient(circle at 50% 50%, rgba(45, 127, 249, 0.14), transparent 48%);
}

.ecosystem-stage::before,
.ecosystem-stage::after {
  content: "";
  position: absolute;
  inset: 70px 150px;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 1px rgba(45, 127, 249, 0.13), 0 0 0 58px rgba(45, 127, 249, 0.035);
}

.ecosystem-stage::after {
  inset: 122px 244px;
  box-shadow: 0 0 0 1px rgba(17, 18, 20, 0.08);
}

.eco-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 122px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  text-align: center;
  color: white;
  border-radius: 28px;
  background: linear-gradient(145deg, #101317, #262b33);
  box-shadow: 0 30px 70px rgba(17, 18, 20, 0.24);
}

.eco-core span,
.eco-core small {
  display: block;
}

.eco-core span {
  font-size: 28px;
  font-weight: 780;
}

.eco-core small {
  margin-top: -20px;
  color: rgba(255,255,255,0.64);
  font-size: 13px;
}

.eco-node {
  position: absolute;
  z-index: 2;
  min-width: 170px;
  padding: 18px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(17, 18, 20, 0.08);
  font-size: 22px;
  font-weight: 760;
  text-align: center;
}

.eco-node--top { left: 50%; top: 24px; transform: translateX(-50%); }
.eco-node--left { left: 62px; top: 50%; transform: translateY(-50%); }
.eco-node--right { right: 62px; top: 50%; transform: translateY(-50%); }
.eco-node--bottom { left: 50%; bottom: 24px; transform: translateX(-50%); }

.map-explain {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: -6px;
}

.map-explain p {
  margin: 0;
  color: var(--dark-2);
  font-size: 17px;
  line-height: 1.55;
}

.formation-map {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 34px;
  align-items: center;
  min-height: 452px;
  padding-top: 10px;
}

.formation-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  min-height: 350px;
  padding: 44px 18px 28px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f9fafb 0%, #eef2f7 100%);
}

.formation-track::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(45,127,249,0), rgba(45,127,249,0.82), rgba(45,127,249,0));
}

.formation-step {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 166px;
  padding: 0 10px;
}

.formation-step:nth-child(even) {
  align-content: end;
  transform: translateY(82px);
}

.formation-step::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 10px rgba(45, 127, 249, 0.12);
}

.formation-step b {
  font-size: 19px;
  line-height: 1.18;
}

.formation-step span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.formation-result {
  min-height: 350px;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 34px;
  border-radius: 34px;
  color: white;
  background:
    radial-gradient(circle at 50% 8%, rgba(45,127,249,0.34), transparent 42%),
    linear-gradient(145deg, #111317, #2b313a);
  box-shadow: 0 32px 70px rgba(17,18,20,0.24);
}

.formation-result small {
  color: rgba(255,255,255,0.58);
  font-size: 14px;
  font-weight: 700;
}

.formation-result b {
  font-size: 38px;
}

.formation-result span {
  color: rgba(255,255,255,0.76);
  font-size: 20px;
  line-height: 1.5;
}

.logic-note {
  position: absolute;
  left: 62px;
  right: 62px;
  bottom: 44px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.52;
}

.logic-note span {
  max-width: 48%;
}

.layout--process {
  grid-template-rows: auto 1fr;
}

.copy-block {
  color: var(--dark-2);
  font-size: 20px;
  line-height: 1.72;
}

.copy-block p {
  margin: 0 0 18px;
}

.architecture-map {
  position: relative;
  height: 386px;
  border-radius: 18px;
  background:
    radial-gradient(circle at center, rgba(45, 127, 249, 0.12) 0, rgba(45, 127, 249, 0.04) 34%, transparent 64%),
    linear-gradient(180deg, #f9fafb 0%, #eef1f5 100%);
  border: 1px solid rgba(17, 18, 20, 0.08);
}

.architecture-stack {
  display: grid;
  align-content: center;
  gap: 20px;
  min-height: 386px;
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f9fafb 0%, #edf1f6 100%);
}

.stack-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stack-row span {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(17, 18, 20, 0.06);
  color: var(--dark-2);
  text-align: center;
  font-size: 17px;
  font-weight: 760;
  line-height: 1.35;
}

.stack-row--bottom span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 680;
}

.stack-core {
  width: 360px;
  height: 104px;
  justify-self: center;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 28px;
  color: white;
  background: linear-gradient(145deg, #111317, #282d35);
  box-shadow: 0 26px 60px rgba(17, 18, 20, 0.24);
}

.stack-core b {
  font-size: 28px;
}

.stack-core small {
  margin-top: -18px;
  color: rgba(255,255,255,0.66);
  font-size: 13px;
}

.stack-flow {
  justify-self: center;
  width: 2px;
  height: 28px;
  background: linear-gradient(180deg, rgba(45,127,249,0), rgba(45,127,249,0.82), rgba(45,127,249,0));
}

.core-node {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 214px;
  height: 112px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 999px;
  background: var(--dark);
  color: white;
  box-shadow: 0 22px 45px rgba(17, 18, 20, 0.22);
}

.core-node span {
  font-size: 24px;
  font-weight: 760;
}

.core-node small {
  margin-top: -18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.orbit {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(45, 127, 249, 0.2);
  border-radius: 50%;
}

.orbit--two {
  inset: 76px;
  border-style: dashed;
  border-color: rgba(17, 18, 20, 0.18);
}

.orbit div {
  position: absolute;
  min-width: 108px;
  padding: 10px 14px;
  border-radius: 999px;
  background: white;
  border: 1px solid rgba(17, 18, 20, 0.08);
  color: var(--dark-2);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.orbit--one div:nth-child(1) { left: 50%; top: -18px; transform: translateX(-50%); }
.orbit--one div:nth-child(2) { right: -18px; top: 48%; transform: translateY(-50%); }
.orbit--one div:nth-child(3) { left: 50%; bottom: -18px; transform: translateX(-50%); }
.orbit--one div:nth-child(4) { left: -18px; top: 48%; transform: translateY(-50%); }
.orbit--two div:nth-child(1) { left: 8%; top: 10%; }
.orbit--two div:nth-child(2) { right: 6%; top: 10%; }
.orbit--two div:nth-child(3) { right: 8%; bottom: 10%; }
.orbit--two div:nth-child(4) { left: 5%; bottom: 10%; }

.key-strip {
  position: absolute;
  left: 62px;
  right: 62px;
  bottom: 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.key-strip span {
  padding: 18px 16px 0;
  border-left: 1px solid var(--line);
  color: var(--dark-2);
  font-size: 17px;
  font-weight: 700;
}

.key-strip span:first-child {
  border-left: none;
  padding-left: 0;
}

.process-board {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
  gap: 18px;
  margin-top: 12px;
}

.route-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 22px;
  padding: 52px 0 26px;
}

.route-line::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 78px;
  height: 2px;
  background: linear-gradient(90deg, rgba(45,127,249,0), rgba(45,127,249,0.72), rgba(45,127,249,0));
}

.route-line div {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: start;
  padding-top: 56px;
  text-align: center;
}

.route-line div::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  width: 18px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 12px rgba(45,127,249,0.11);
}

.route-line b {
  font-size: 24px;
}

.route-line span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.operation-loop {
  position: relative;
  height: 390px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
}

.operation-loop::before {
  content: "";
  position: absolute;
  inset: 72px 122px;
  border-radius: 999px;
  border: 2px solid rgba(45,127,249,0.28);
}

.operation-loop div {
  position: absolute;
  width: 144px;
  display: grid;
  gap: 8px;
  text-align: center;
}

.operation-loop div::before {
  content: "";
  justify-self: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 9px rgba(45,127,249,0.12);
}

.operation-loop div:nth-child(1) { left: 50%; top: 26px; transform: translateX(-50%); }
.operation-loop div:nth-child(2) { right: 72px; top: 98px; }
.operation-loop div:nth-child(3) { right: 72px; bottom: 58px; }
.operation-loop div:nth-child(4) { left: 50%; bottom: 18px; transform: translateX(-50%); }
.operation-loop div:nth-child(5) { left: 72px; bottom: 58px; }
.operation-loop div:nth-child(6) { left: 72px; top: 98px; }

.operation-loop b {
  font-size: 23px;
}

.operation-loop span {
  color: var(--muted);
  font-size: 15px;
}

.partner-map {
  position: relative;
  height: 480px;
  border-radius: 32px;
  background:
    radial-gradient(circle at center, rgba(45,127,249,0.12), transparent 48%),
    linear-gradient(180deg, #f9fafb, #eef2f7);
}

.partner-value-flow {
  display: grid;
  grid-template-columns: 1fr 1.08fr 1fr;
  grid-template-rows: 1fr 92px;
  gap: 22px 30px;
  min-height: 456px;
}

.partner-column {
  display: grid;
  gap: 18px;
  align-content: center;
  padding: 28px;
  border-radius: 32px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
}

.partner-column small,
.partner-integrator small,
.partner-output small {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.partner-column div {
  display: grid;
  gap: 9px;
  padding: 4px 0 18px;
  border-bottom: 1px solid rgba(17,18,20,0.08);
}

.partner-column div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.partner-column b {
  font-size: 22px;
}

.partner-column span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.partner-integrator {
  position: relative;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 38px;
  border-radius: 36px;
  color: white;
  background:
    radial-gradient(circle at 50% 12%, rgba(45,127,249,0.34), transparent 42%),
    linear-gradient(145deg, #111317, #2a3038);
  box-shadow: 0 32px 70px rgba(17,18,20,0.22);
}

.partner-integrator::before,
.partner-integrator::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34px;
  height: 2px;
  background: var(--blue);
}

.partner-integrator::before {
  left: -32px;
}

.partner-integrator::after {
  right: -32px;
}

.partner-integrator b {
  font-size: 35px;
}

.partner-integrator span {
  color: rgba(255,255,255,0.76);
  font-size: 18px;
  line-height: 1.6;
}

.partner-output {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 150px repeat(4, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px 24px;
  border-radius: 28px;
  background: #f3f6fa;
}

.partner-output span {
  display: grid;
  place-items: center;
  min-height: 50px;
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
  color: var(--dark-2);
  font-size: 20px;
  font-weight: 760;
}

.partner-core {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 336px;
  height: 130px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 30px;
  color: white;
  background: linear-gradient(145deg, #111317, #272d36);
  box-shadow: 0 30px 70px rgba(17,18,20,0.24);
}

.partner-core b {
  font-size: 29px;
}

.partner-core span {
  margin-top: -18px;
  color: rgba(255,255,255,0.66);
  font-size: 14px;
}

.partner-line {
  position: absolute;
  background: linear-gradient(90deg, rgba(45,127,249,0), rgba(45,127,249,0.62), rgba(45,127,249,0));
}

.partner-line--top,
.partner-line--bottom {
  left: 50%;
  width: 2px;
  height: 78px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(45,127,249,0), rgba(45,127,249,0.68), rgba(45,127,249,0));
}

.partner-line--top { top: 112px; }
.partner-line--bottom { bottom: 112px; }
.partner-line--left,
.partner-line--right {
  top: 50%;
  width: 150px;
  height: 2px;
  transform: translateY(-50%);
}

.partner-line--left { left: 220px; }
.partner-line--right { right: 220px; }

.partner-cap {
  position: absolute;
  width: 300px;
  display: grid;
  gap: 9px;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 18px 42px rgba(17,18,20,0.075);
}

.partner-cap b {
  font-size: 21px;
}

.partner-cap span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.cap-top { left: 50%; top: 26px; transform: translateX(-50%); text-align: center; }
.cap-bottom { left: 50%; bottom: 26px; transform: translateX(-50%); text-align: center; }
.cap-left { left: 34px; top: 50%; transform: translateY(-50%); }
.cap-right { right: 34px; top: 50%; transform: translateY(-50%); }

.solution-path {
  display: grid;
  grid-template-columns: 1fr 116px 1fr 116px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 382px;
  padding: 8px 0 0;
}

.solution-col {
  min-height: 348px;
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 28px 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
}

.solution-col--middle {
  color: white;
  background: linear-gradient(145deg, #111317, #2a3038);
}

.solution-col b {
  margin-bottom: 12px;
  font-size: 23px;
}

.solution-col span {
  padding: 11px 0;
  color: var(--dark-2);
  font-size: 18px;
  font-weight: 720;
}

.solution-col--middle span {
  color: rgba(255,255,255,0.86);
}

.solution-bridge {
  display: grid;
  place-items: center;
  min-height: 64px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 780;
}

.solution-bridge::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 8px;
  background: var(--blue);
}

.capability-overview {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 34px;
  align-items: center;
  min-height: 470px;
}

.capability-main {
  min-height: 360px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 34px;
  color: white;
  background:
    radial-gradient(circle at 50% 18%, rgba(45,127,249,0.28), transparent 38%),
    linear-gradient(145deg, #111317, #272d36);
  box-shadow: 0 30px 70px rgba(17,18,20,0.2);
}

.capability-main b {
  align-self: end;
  font-size: 34px;
}

.capability-main span {
  align-self: start;
  max-width: 230px;
  color: rgba(255,255,255,0.68);
  font-size: 17px;
  line-height: 1.5;
}

.capability-list {
  display: grid;
  gap: 12px;
}

.capability-list section {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 72px;
  padding: 0 6px 0 0;
  border-bottom: 1px solid rgba(17,18,20,0.08);
}

.capability-list section:last-child {
  border-bottom: none;
}

.capability-list b {
  font-size: 22px;
}

.capability-list span {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.value-chain {
  display: grid;
  gap: 7px;
  height: 386px;
  padding-top: 4px;
}

.value-chain__head,
.value-row {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 1.05fr;
  gap: 20px;
  align-items: center;
}

.value-chain__head {
  color: var(--blue);
  font-size: 14px;
  font-weight: 820;
  padding: 0 24px 8px;
}

.value-row {
  position: relative;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 22px;
  background: linear-gradient(90deg, #f8fafc 0%, #eef2f7 46%, #f8fafc 100%);
}

.value-row::before,
.value-row::after {
  content: "";
  justify-self: center;
  width: 38px;
  height: 2px;
  background: rgba(45,127,249,0.58);
}

.value-row::before {
  grid-column: 1 / 2;
  grid-row: 1;
  justify-self: end;
  transform: translateX(46px);
}

.value-row::after {
  grid-column: 3 / 4;
  grid-row: 1;
  justify-self: start;
  transform: translateX(-46px);
}

.value-row span,
.value-row b {
  position: relative;
  z-index: 2;
}

.value-row span {
  color: var(--dark-2);
  font-size: 18px;
  font-weight: 700;
}

.value-row span:last-child {
  color: var(--muted);
}

.value-row b {
  justify-self: center;
  width: 190px;
  display: grid;
  place-items: center;
  min-height: 40px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(145deg, #111317, #2a3038);
  box-shadow: 0 12px 30px rgba(17,18,20,0.16);
  font-size: 18px;
}

.process-step {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfd;
}

.process-step b {
  font-size: 23px;
}

.process-step span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.process-step--dark {
  color: white;
  background: var(--dark);
  border-color: var(--dark);
}

.process-step--dark span {
  color: rgba(255, 255, 255, 0.72);
}

.process-arrow {
  display: none;
}

.focus-panel {
  position: absolute;
  left: 62px;
  right: 62px;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-radius: var(--radius);
  background: #f0f4f9;
  border: 0;
  color: var(--dark-2);
  font-size: 18px;
  line-height: 1.55;
}

.focus-panel strong {
  flex: 0 0 auto;
  color: var(--blue);
}

.case-layout {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 34px;
  align-items: stretch;
}

.case-layout--whitepaper {
  min-height: 410px;
}

.case-visual {
  margin: 0;
  min-height: 398px;
  border-radius: 16px;
  overflow: hidden;
  background: #111317;
  box-shadow: 0 22px 56px rgba(17, 18, 20, 0.16);
}

.case-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.material-placeholder {
  min-height: 430px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, #f8fafc, #edf1f6),
    radial-gradient(circle at 50% 40%, rgba(45, 127, 249, 0.08), transparent 42%);
  color: var(--muted);
  text-align: center;
  padding: 34px;
}

.material-placeholder b {
  color: var(--dark-2);
  font-size: 26px;
}

.material-placeholder span {
  max-width: 420px;
  font-size: 18px;
  line-height: 1.6;
}

.case-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--dark-2);
  font-size: 19px;
  line-height: 1.68;
}

.case-copy p {
  margin: 0 0 16px;
}

.evidence-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 18, 20, 0.08);
}

.evidence-box strong {
  grid-column: 1 / -1;
  color: var(--blue);
  font-size: 16px;
}

.evidence-box span {
  padding: 11px 12px;
  border: 0;
  border-radius: var(--radius);
  background: white;
  font-size: 16px;
  font-weight: 700;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.partner-detail {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 34px;
  min-height: 430px;
  align-items: stretch;
}

.partner-detail .case-visual,
.partner-detail .material-placeholder {
  min-height: 395px;
}

.partner-detail__copy {
  display: grid;
  align-content: start;
  gap: 14px;
  color: var(--dark-2);
  font-size: 18px;
  line-height: 1.62;
}

.partner-detail__copy p {
  margin: 0;
}

.partner-abilities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(17,18,20,0.08);
}

.partner-abilities span,
.summary-points span,
.standard-points span {
  padding: 10px 13px;
  border-radius: 999px;
  background: #eef3f9;
  color: var(--dark-2);
  font-size: 15px;
  font-weight: 720;
}

.matrix-board {
  display: grid;
  gap: 8px;
  min-height: 430px;
  align-content: center;
}

.matrix-head,
.matrix-row {
  display: grid;
  grid-template-columns: 0.9fr 1.08fr 1.08fr 1.2fr;
  gap: 14px;
  align-items: center;
}

.matrix-head {
  color: var(--blue);
  font-size: 14px;
  font-weight: 820;
  padding: 0 18px 8px;
}

.matrix-row {
  min-height: 74px;
  padding: 0 18px;
  border-radius: 22px;
  background: linear-gradient(90deg, #f9fafb, #eef2f7);
}

.matrix-row span {
  color: var(--dark-2);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 640;
}

.solution-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  min-height: 414px;
  align-items: stretch;
}

.solution-card-grid section {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 30px 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
}

.solution-card-grid section:nth-child(3) {
  color: white;
  background: linear-gradient(145deg, #111317, #2a3038);
  box-shadow: 0 26px 60px rgba(17,18,20,0.18);
}

.solution-card-grid b {
  color: var(--blue);
  font-size: 20px;
}

.solution-card-grid section:nth-child(3) b {
  color: rgba(255,255,255,0.9);
}

.solution-card-grid p {
  margin: 0;
  color: var(--dark-2);
  font-size: 18px;
  line-height: 1.62;
}

.solution-card-grid section:nth-child(3) p {
  color: rgba(255,255,255,0.78);
}

.summary-layout,
.standard-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 44px;
  min-height: 430px;
  align-items: center;
}

.summary-copy,
.standard-layout .copy-block {
  color: var(--dark-2);
  font-size: 20px;
  line-height: 1.72;
}

.summary-copy p {
  margin: 0 0 18px;
}

.summary-points,
.standard-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: center;
  padding: 34px;
  min-height: 300px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
}

.sheet--contact {
  background:
    radial-gradient(circle at 84% 16%, rgba(45, 127, 249, 0.12), transparent 30%),
    #ffffff;
}

.sheet--chapter {
  background:
    radial-gradient(circle at 85% 18%, rgba(45,127,249,0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.chapter-intro-copy {
  position: relative;
  z-index: 2;
}

.sheet--dark .chapter-intro-copy {
  margin: 132px 0 0 66px;
}

.chapter-brand-block {
  width: 48%;
  min-height: 320px;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 42px;
  border-radius: 34px;
  color: white;
  background:
    radial-gradient(circle at 80% 10%, rgba(45,127,249,0.32), transparent 38%),
    linear-gradient(145deg, #111317, #29303a);
  box-shadow: 0 30px 70px rgba(17,18,20,0.2);
}

.chapter-brand-block b {
  font-size: 44px;
  line-height: 1.08;
}

.chapter-brand-block span {
  color: rgba(255,255,255,0.76);
  font-size: 21px;
  line-height: 1.52;
}

.chapter-intro-body {
  position: absolute;
  z-index: 2;
  right: 62px;
  bottom: 86px;
  width: 42%;
  color: var(--dark-2);
  font-size: 20px;
  line-height: 1.72;
}

.sheet--dark .chapter-intro-body {
  left: 66px;
  right: auto;
  bottom: 52px;
  width: 560px;
  color: rgba(255,255,255,0.76);
}

.chapter-intro-body p {
  margin: 0 0 16px;
}

.chapter-intro-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.chapter-intro-points span {
  padding: 9px 12px;
  border-radius: 999px;
  background: #eef3f9;
  color: var(--dark-2);
  font-size: 14px;
  font-weight: 720;
}

.sheet--dark .chapter-intro-points span {
  background: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.86);
}

.sheet--dark:not(:has(.cover-visual)) {
  background:
    radial-gradient(circle at 78% 18%, rgba(45,127,249,0.26), transparent 30%),
    radial-gradient(circle at 22% 84%, rgba(255,255,255,0.08), transparent 28%),
    linear-gradient(145deg, #0f1115, #242a33 58%, #121418);
}

.sheet--dark:not(:has(.cover-visual))::before {
  content: "";
  position: absolute;
  inset: 36px;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.06), transparent 34%),
    linear-gradient(180deg, transparent, rgba(255,255,255,0.05));
  opacity: 0.8;
}

.chapter-path {
  display: grid;
  grid-template-columns: 0.58fr 1.42fr;
  gap: 44px;
  min-height: 430px;
  align-items: center;
}

.chapter-path__copy,
.chapter-air-copy {
  color: var(--dark-2);
  font-size: 20px;
  line-height: 1.72;
}

.chapter-path__copy p,
.chapter-air-copy p {
  margin: 0 0 16px;
}

.chapter-path__map {
  position: relative;
  height: 390px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
  overflow: hidden;
}

.chapter-path__map::before {
  content: "";
  position: absolute;
  left: 56px;
  right: 56px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(45,127,249,0), rgba(45,127,249,0.78), rgba(45,127,249,0));
}

.chapter-path__map span {
  position: absolute;
  left: calc(7% + var(--i) * 17%);
  top: calc(52% - (var(--i) % 2) * 82px);
  min-width: 124px;
  padding: 13px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 16px 38px rgba(17,18,20,0.08);
  color: var(--dark-2);
  font-size: 16px;
  font-weight: 760;
  text-align: center;
}

.sheet--chapter-air .page-head {
  margin-bottom: 22px;
}

.chapter-air-copy {
  max-width: 760px;
  min-height: 138px;
}

.chapter-module-matrix {
  position: absolute;
  left: 62px;
  right: 62px;
  bottom: 118px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.chapter-module-matrix span {
  min-height: 86px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-radius: 26px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
  color: var(--dark-2);
  font-size: 18px;
  font-weight: 760;
  text-align: center;
}

.narrative-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  min-height: 430px;
  align-items: center;
}

.narrative-copy {
  color: var(--dark-2);
  font-size: 21px;
  line-height: 1.75;
}

.narrative-copy p {
  margin: 0 0 18px;
}

.narrative-side {
  min-height: 340px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: center;
  padding: 38px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 12%, rgba(45,127,249,0.12), transparent 32%),
    linear-gradient(180deg, #f9fafb, #eef2f7);
}

.narrative-side small,
.business-points small {
  flex: 0 0 100%;
  color: var(--blue);
  font-size: 14px;
  font-weight: 820;
}

.narrative-side span,
.business-points span {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  color: var(--dark-2);
  font-size: 16px;
  font-weight: 730;
}

.sheet--layered .page-head {
  margin-bottom: 20px;
}

.layered-reading {
  display: grid;
  grid-template-rows: 98px minmax(154px, 1fr) 104px;
  gap: 14px;
  min-height: 384px;
}

.layered-reading section {
  position: relative;
  overflow: hidden;
}

.layered-reading small {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 820;
}

.layered-reading__judgement {
  display: grid;
  align-content: center;
  padding: 18px 30px;
  border-radius: 30px;
  color: white;
  background:
    radial-gradient(circle at 88% 16%, rgba(45,127,249,0.38), transparent 38%),
    linear-gradient(145deg, #111317, #2b313a);
  box-shadow: 0 24px 58px rgba(17,18,20,0.16);
}

.layered-reading__judgement small {
  margin-bottom: 8px;
  color: rgba(255,255,255,0.62);
}

.layered-reading__judgement b {
  max-width: 980px;
  color: white;
  font-size: 28px;
  line-height: 1.24;
  font-weight: 760;
}

.layered-reading__context {
  display: grid;
  align-content: center;
  padding: 20px 30px;
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(45,127,249,0.08), transparent 34%),
    #f7f9fc;
}

.layered-reading__context div {
  display: grid;
  gap: 8px;
}

.layered-reading__context p {
  max-width: 980px;
  margin: 0;
  color: var(--dark-2);
  font-size: 19px;
  line-height: 1.5;
}

.layered-reading__support {
  display: grid;
  align-content: center;
  padding: 16px 24px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fbfcfd, #f0f3f7);
}

.layered-reading__support small {
  margin: 0 0 10px;
}

.layered-reading__support div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.layered-reading__support span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 15px 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 12px 30px rgba(31,37,49,0.07);
  color: var(--dark-2);
  font-size: 15px;
  font-weight: 760;
}

.layered-reading__support em {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 11px;
  font-style: normal;
  font-weight: 840;
}

.position-compare {
  display: grid;
  grid-template-columns: 1fr 84px 1fr;
  gap: 24px;
  min-height: 330px;
  align-items: stretch;
}

.position-compare__side {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 32px 38px;
  border-radius: 34px;
}

.position-compare__side small,
.park-compare small {
  color: var(--blue);
  font-size: 14px;
  font-weight: 820;
}

.position-compare__side b {
  color: var(--dark-2);
  font-size: 38px;
  line-height: 1.08;
}

.position-compare__side p,
.park-compare p {
  margin: 0;
  color: var(--dark-2);
  font-size: 19px;
  line-height: 1.58;
}

.position-compare__side--muted {
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
}

.position-compare__side--brand {
  color: white;
  background:
    radial-gradient(circle at 86% 12%, rgba(45,127,249,0.38), transparent 38%),
    linear-gradient(145deg, #111317, #2b313a);
  box-shadow: 0 26px 64px rgba(17,18,20,0.16);
}

.position-compare__side--brand small,
.position-compare__side--brand p {
  color: rgba(255,255,255,0.72);
}

.position-compare__side--brand b {
  color: white;
  font-size: 34px;
}

.position-compare__bridge {
  display: grid;
  place-items: center;
}

.position-compare__bridge span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 18px;
  font-weight: 850;
}

.position-compare__foundation {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fbfcfd, #f0f3f7);
}

.position-compare__foundation span,
.park-compare__issues span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  color: var(--dark-2);
  font-size: 16px;
  font-weight: 760;
}

.problem-map {
  display: grid;
  grid-template-columns: 0.46fr 1.54fr;
  gap: 36px;
  min-height: 430px;
  align-items: center;
}

.problem-map__copy {
  color: var(--dark-2);
  font-size: 19px;
  line-height: 1.64;
}

.problem-map__copy p {
  margin: 0 0 14px;
}

.problem-map__canvas {
  position: relative;
  min-height: 420px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 50%, rgba(45,127,249,0.16), transparent 32%),
    linear-gradient(145deg, #f9fafc, #eef2f7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 24px 70px rgba(17,18,20,0.07);
}

.problem-map__canvas::before,
.problem-map__canvas::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.problem-map__canvas::before {
  inset: 58px 138px;
  border: 1px solid rgba(45,127,249,0.18);
}

.problem-map__canvas::after {
  inset: 108px 222px;
  border: 1px solid rgba(17,18,20,0.08);
}

.problem-map__core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  gap: 8px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  color: white;
  text-align: center;
  background:
    radial-gradient(circle at 70% 18%, rgba(45,127,249,0.42), transparent 42%),
    linear-gradient(145deg, #111317, #2b313a);
  transform: translate(-50%, -50%);
  box-shadow: 0 30px 70px rgba(17,18,20,0.2);
}

.problem-map__core small {
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  font-weight: 780;
}

.problem-map__core b {
  max-width: 120px;
  color: white;
  font-size: 30px;
  line-height: 1.08;
}

.problem-point {
  position: absolute;
  z-index: 2;
  min-width: 144px;
  padding: 15px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 18px 42px rgba(31,37,49,0.11);
  color: var(--dark-2);
  font-size: 17px;
  font-weight: 780;
  text-align: center;
}

.problem-point-1 { left: 50%; top: 38px; transform: translateX(-50%); }
.problem-point-2 { right: 70px; top: 136px; }
.problem-point-3 { right: 92px; bottom: 78px; }
.problem-point-4 { left: 86px; bottom: 78px; }
.problem-point-5 { left: 70px; top: 136px; }

.park-compare {
  display: grid;
  grid-template-columns: 1fr 0.78fr 1fr;
  gap: 20px;
  min-height: 330px;
  align-items: stretch;
}

.park-compare section {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 30px 34px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
}

.park-compare section b {
  color: var(--dark-2);
  font-size: 34px;
  line-height: 1.1;
}

.park-compare__middle {
  background:
    linear-gradient(180deg, rgba(45,127,249,0.09), rgba(45,127,249,0.02)),
    #f8fafc !important;
}

.park-compare__ai {
  color: white;
  background:
    radial-gradient(circle at 84% 14%, rgba(45,127,249,0.38), transparent 38%),
    linear-gradient(145deg, #111317, #2b313a) !important;
}

.park-compare__ai small,
.park-compare__ai p {
  color: rgba(255,255,255,0.72);
}

.park-compare__ai b {
  color: white !important;
}

.park-compare__issues {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fbfcfd, #f0f3f7);
}

.media-values {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  min-height: 430px;
  align-items: center;
}

.media-values__copy {
  color: var(--dark-2);
  font-size: 19px;
  line-height: 1.66;
}

.media-values__copy p {
  margin: 0 0 14px;
}

.media-values__numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.media-values__numbers div {
  min-height: 174px;
  display: grid;
  align-content: space-between;
  padding: 28px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
  box-shadow: 0 18px 48px rgba(31,37,49,0.07);
}

.media-values__numbers div:nth-child(1) {
  background:
    radial-gradient(circle at 86% 14%, rgba(45,127,249,0.26), transparent 42%),
    linear-gradient(145deg, #111317, #2b313a);
}

.media-values__numbers div:nth-child(1) b,
.media-values__numbers div:nth-child(1) small {
  color: white;
}

.media-values__numbers small {
  color: var(--blue);
  font-size: 42px;
  line-height: 0.95;
  font-weight: 820;
}

.media-values__numbers b {
  color: var(--dark-2);
  font-size: 28px;
  line-height: 1.12;
}

.industry-upgrade {
  display: grid;
  grid-template-rows: 250px 1fr;
  gap: 26px;
  min-height: 430px;
}

.industry-upgrade__path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: end;
  padding: 26px;
  border-radius: 38px;
  background:
    linear-gradient(120deg, rgba(45,127,249,0.08), transparent 48%),
    #f7f9fc;
}

.industry-upgrade__path::before {
  content: "";
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 88px;
  height: 2px;
  background: linear-gradient(90deg, rgba(45,127,249,0), rgba(45,127,249,0.75), rgba(45,127,249,0));
}

.industry-upgrade__step {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 136px;
  padding: 20px;
  border-radius: 28px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 18px 42px rgba(31,37,49,0.1);
}

.industry-upgrade__step-2 { transform: translateY(-18px); }
.industry-upgrade__step-3 { transform: translateY(-36px); }
.industry-upgrade__step-4 {
  color: white;
  background:
    radial-gradient(circle at 84% 16%, rgba(45,127,249,0.38), transparent 38%),
    linear-gradient(145deg, #111317, #2b313a);
  transform: translateY(-54px);
}

.industry-upgrade__step small {
  color: var(--blue);
  font-size: 13px;
  font-weight: 820;
}

.industry-upgrade__step b {
  color: var(--dark-2);
  font-size: 25px;
  line-height: 1.12;
}

.industry-upgrade__step span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.industry-upgrade__step-4 small,
.industry-upgrade__step-4 b,
.industry-upgrade__step-4 span {
  color: white;
}

.industry-upgrade__step-4 span {
  color: rgba(255,255,255,0.72);
}

.industry-upgrade__copy {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fbfcfd, #f0f3f7);
}

.industry-upgrade__copy p {
  margin: 0;
  color: var(--dark-2);
  font-size: 18px;
  line-height: 1.48;
}

.timeline-layout {
  display: grid;
  grid-template-columns: 0.58fr 1.42fr;
  gap: 42px;
  min-height: 430px;
  align-items: center;
}

.timeline-copy,
.loop-copy {
  color: var(--dark-2);
  font-size: 19px;
  line-height: 1.7;
}

.timeline-copy p,
.loop-copy p {
  margin: 0 0 16px;
}

.rising-timeline {
  position: relative;
  min-height: 390px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
  overflow: hidden;
}

.rising-timeline::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 96px;
  height: 3px;
  background: linear-gradient(90deg, rgba(45,127,249,0), rgba(45,127,249,0.82), rgba(45,127,249,0));
  transform: rotate(-9deg);
  transform-origin: center;
}

.timeline-step {
  position: absolute;
  left: calc(6% + var(--i) * 13.9%);
  bottom: calc(48px + var(--i) * 25px);
  width: 122px;
  display: grid;
  gap: 8px;
}

.timeline-step::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 10px rgba(45,127,249,0.12);
}

.timeline-step b {
  font-size: 18px;
  line-height: 1.18;
}

.timeline-step span {
  color: var(--muted);
  font-size: 13px;
}

.capability-map {
  position: relative;
  min-height: 460px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 48%, rgba(45,127,249,0.13), transparent 42%),
    linear-gradient(180deg, #f9fafb, #eef2f7);
}

.capability-map__core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  min-height: 132px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  border-radius: 32px;
  color: white;
  background: linear-gradient(145deg, #111317, #2a3038);
  box-shadow: 0 28px 64px rgba(17,18,20,0.22);
}

.capability-map__core b {
  font-size: 28px;
}

.capability-map__core span {
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.4;
}

.capability-map__item {
  position: absolute;
  min-width: 150px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 16px 38px rgba(17,18,20,0.08);
  color: var(--dark-2);
  font-size: 17px;
  font-weight: 760;
  text-align: center;
}

.capability-map__item:nth-child(1) { left: 50%; top: 34px; transform: translateX(-50%); }
.capability-map__item:nth-child(2) { right: 88px; top: 112px; }
.capability-map__item:nth-child(3) { right: 78px; bottom: 112px; }
.capability-map__item:nth-child(4) { left: 50%; bottom: 34px; transform: translateX(-50%); }
.capability-map__item:nth-child(5) { left: 78px; bottom: 112px; }
.capability-map__item:nth-child(6) { left: 88px; top: 112px; }
.capability-map__item:nth-child(7) { left: 50%; top: 50%; transform: translate(-50%, 112px); }

.loop-page {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 42px;
  min-height: 430px;
  align-items: center;
}

.loop-ring {
  position: relative;
  height: 410px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
}

.loop-ring::before {
  content: "";
  position: absolute;
  inset: 64px 150px;
  border-radius: 999px;
  border: 2px solid rgba(45,127,249,0.24);
}

.loop-node {
  position: absolute;
  width: 138px;
  display: grid;
  gap: 8px;
  text-align: center;
  color: var(--dark-2);
}

.loop-node::before {
  content: "";
  justify-self: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 9px rgba(45,127,249,0.12);
}

.loop-node b {
  font-size: 19px;
}

.loop-node-1 { left: 50%; top: 30px; transform: translateX(-50%); }
.loop-node-2 { right: 92px; top: 96px; }
.loop-node-3 { right: 92px; bottom: 74px; }
.loop-node-4 { left: 50%; bottom: 30px; transform: translateX(-50%); }
.loop-node-5 { left: 92px; bottom: 74px; }
.loop-node-6 { left: 92px; top: 96px; }

.business-module {
  display: grid;
  gap: 34px;
  min-height: 430px;
  align-items: center;
}

.business-module--split,
.business-module--value {
  grid-template-columns: 1fr 0.9fr;
}

.business-module--center {
  grid-template-columns: 0.9fr 1fr;
}

.business-module--stack {
  grid-template-rows: auto 1fr;
}

.business-copy {
  color: var(--dark-2);
  font-size: 19px;
  line-height: 1.7;
}

.business-copy p {
  margin: 0 0 16px;
}

.business-points {
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: center;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 14%, rgba(45,127,249,0.12), transparent 34%),
    linear-gradient(180deg, #f9fafb, #eef2f7);
}

.business-module--center .business-points {
  order: -1;
  color: white;
  background: linear-gradient(145deg, #111317, #2a3038);
}

.business-module--center .business-points span {
  background: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.88);
}

.metric-dashboard {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  min-height: 430px;
  align-items: stretch;
}

.metric-dashboard__hero {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 42px;
  border-radius: 36px;
  color: white;
  background:
    radial-gradient(circle at 82% 14%, rgba(45,127,249,0.36), transparent 38%),
    linear-gradient(145deg, #111317, #2b313a);
  box-shadow: 0 30px 70px rgba(17,18,20,0.2);
}

.metric-dashboard__hero small,
.metric-dashboard__grid small,
.horizontal-timeline__step span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 820;
}

.metric-dashboard__hero b {
  font-size: 76px;
  line-height: 0.95;
  letter-spacing: 0;
}

.metric-dashboard__hero span {
  color: rgba(255,255,255,0.74);
  font-size: 20px;
  line-height: 1.55;
}

.metric-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.metric-dashboard__grid div {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 190px;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
}

.metric-dashboard__grid b {
  color: var(--dark-2);
  font-size: 38px;
  line-height: 1;
}

.metric-dashboard__grid span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.horizontal-timeline {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 32px;
  min-height: 430px;
}

.horizontal-timeline__copy {
  max-width: 880px;
  color: var(--dark-2);
  font-size: 19px;
  line-height: 1.66;
}

.horizontal-timeline__copy p {
  margin: 0 0 12px;
}

.horizontal-timeline__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 14px;
  align-items: center;
  min-height: 248px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
  padding: 34px 32px;
  overflow: hidden;
}

.horizontal-timeline__track::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(45,127,249,0), rgba(45,127,249,0.78), rgba(45,127,249,0));
}

.horizontal-timeline__step {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  align-content: center;
  min-height: 126px;
  padding: 18px 14px;
  border-radius: 26px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 16px 38px rgba(17,18,20,0.08);
}

.horizontal-timeline__step::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 9px rgba(45,127,249,0.12);
}

.horizontal-timeline__step b {
  color: var(--dark-2);
  font-size: 19px;
  line-height: 1.22;
}

.ability-matrix {
  display: grid;
  grid-template-columns: 0.52fr 1.48fr;
  gap: 34px;
  min-height: 430px;
  align-items: stretch;
}

.ability-matrix__intro {
  display: grid;
  align-content: center;
  color: var(--dark-2);
  font-size: 18px;
  line-height: 1.62;
}

.ability-matrix__intro p {
  margin: 0 0 16px;
}

.ability-matrix__table {
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 22px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
}

.ability-matrix__row {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr 1.1fr;
  gap: 12px;
  min-height: 56px;
  align-items: center;
}

.ability-matrix__row span {
  min-height: 46px;
  display: grid;
  align-items: center;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  color: var(--dark-2);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 680;
}

.ability-matrix__row:first-child span {
  background: transparent;
  color: var(--blue);
  font-size: 14px;
  font-weight: 820;
}

.radial-system {
  position: relative;
  min-height: 460px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 50%, rgba(45,127,249,0.12), transparent 42%),
    linear-gradient(180deg, #f9fafb, #eef2f7);
  overflow: hidden;
}

.radial-system::before,
.radial-system::after {
  content: "";
  position: absolute;
  inset: 72px 190px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(45,127,249,0.14), 0 0 0 58px rgba(45,127,249,0.035);
}

.radial-system::after {
  inset: 130px 318px;
  box-shadow: 0 0 0 1px rgba(17,18,20,0.08);
}

.radial-system__core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 300px;
  min-height: 126px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  border-radius: 32px;
  color: white;
  background:
    radial-gradient(circle at 75% 12%, rgba(45,127,249,0.34), transparent 36%),
    linear-gradient(145deg, #111317, #2a3038);
  box-shadow: 0 28px 64px rgba(17,18,20,0.22);
}

.radial-system__core b {
  font-size: 30px;
}

.radial-system__core span {
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.45;
}

.radial-system__node {
  position: absolute;
  z-index: 2;
  width: 240px;
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 26px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 18px 42px rgba(17,18,20,0.08);
}

.radial-system__node b {
  color: var(--dark-2);
  font-size: 20px;
}

.radial-system__node span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
}

.radial-node-1 { left: 50%; top: 28px; transform: translateX(-50%); text-align: center; }
.radial-node-2 { right: 56px; top: 126px; }
.radial-node-3 { right: 86px; bottom: 66px; }
.radial-node-4 { left: 50%; bottom: 28px; transform: translateX(-50%); text-align: center; }
.radial-node-5 { left: 86px; bottom: 66px; }
.radial-node-6 { left: 56px; top: 126px; }

.quadrant-analysis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  min-height: 430px;
}

.quadrant {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 30px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 12%, rgba(45,127,249,0.1), transparent 32%),
    linear-gradient(180deg, #f9fafb, #eef2f7);
}

.quadrant:nth-child(4n + 1) {
  background:
    radial-gradient(circle at 90% 12%, rgba(45,127,249,0.16), transparent 32%),
    linear-gradient(145deg, #111317, #2a3038);
  color: white;
}

.quadrant small {
  color: var(--blue);
  font-size: 14px;
  font-weight: 820;
}

.quadrant b {
  color: var(--dark-2);
  font-size: 28px;
  line-height: 1.18;
}

.quadrant span {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.quadrant:nth-child(4n + 1) b {
  color: white;
}

.quadrant:nth-child(4n + 1) span {
  color: rgba(255,255,255,0.72);
}

.case-waterfall {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: start;
}

.case-waterfall__card {
  display: grid;
  gap: 10px;
  padding: 20px 18px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
  box-shadow: 0 16px 38px rgba(17,18,20,0.06);
}

.case-waterfall__card:nth-child(2),
.case-waterfall__card:nth-child(5) {
  margin-top: 34px;
}

.case-waterfall__card:nth-child(3) {
  margin-top: 18px;
  color: white;
  background:
    radial-gradient(circle at 82% 12%, rgba(45,127,249,0.34), transparent 36%),
    linear-gradient(145deg, #111317, #2a3038);
}

.case-waterfall__card small {
  color: var(--blue);
  font-size: 13px;
  font-weight: 820;
}

.case-waterfall__card b {
  color: var(--dark-2);
  font-size: 21px;
  line-height: 1.18;
}

.case-waterfall__card span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

.case-waterfall__card:nth-child(3) b {
  color: white;
}

.case-waterfall__card:nth-child(3) span {
  color: rgba(255,255,255,0.72);
}

#p46 .page-head,
#p50 .page-head,
#p53 .page-head,
#p54 .page-head,
#p59 .page-head,
#p64 .page-head {
  margin-bottom: 20px;
}

#p46 .focus-panel,
#p50 .focus-panel,
#p53 .focus-panel,
#p54 .focus-panel,
#p59 .focus-panel,
#p64 .focus-panel {
  bottom: 34px;
  min-height: 52px;
  padding: 14px 22px;
}

#p50 .case-layout--whitepaper {
  min-height: 330px;
  gap: 22px;
}

#p50 .case-visual {
  min-height: 318px;
}

#p50 .case-copy {
  gap: 10px;
  font-size: 15px;
  line-height: 1.42;
}

#p50 .case-copy p {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.42;
}

#p50 .evidence-box {
  padding-top: 8px;
  gap: 6px;
}

#p50 .evidence-box strong {
  font-size: 13px;
}

#p50 .evidence-box span {
  padding: 7px 9px;
  font-size: 13px;
}

#p46 .case-waterfall,
#p53 .case-waterfall {
  min-height: 386px;
  gap: 12px;
}

#p46 .case-waterfall__card,
#p53 .case-waterfall__card {
  gap: 8px;
  padding: 16px 15px;
  border-radius: 26px;
}

#p46 .case-waterfall__card:nth-child(2),
#p46 .case-waterfall__card:nth-child(5),
#p53 .case-waterfall__card:nth-child(2),
#p53 .case-waterfall__card:nth-child(5) {
  margin-top: 22px;
}

#p46 .case-waterfall__card:nth-child(3),
#p53 .case-waterfall__card:nth-child(3) {
  margin-top: 12px;
}

#p46 .case-waterfall__card b,
#p53 .case-waterfall__card b {
  font-size: 19px;
}

#p46 .case-waterfall__card span,
#p53 .case-waterfall__card span {
  font-size: 14px;
  line-height: 1.34;
}

#p50 .radial-system {
  min-height: 400px;
}

#p50 .radial-system::before {
  inset: 58px 176px;
}

#p50 .radial-system::after {
  inset: 116px 306px;
}

#p50 .radial-system__core {
  width: 268px;
  min-height: 112px;
  padding: 20px;
}

#p50 .radial-system__core b {
  font-size: 27px;
}

#p50 .radial-system__core span {
  font-size: 14px;
  line-height: 1.35;
}

#p50 .radial-system__node {
  width: 218px;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 22px;
}

#p50 .radial-system__node b {
  font-size: 18px;
}

#p50 .radial-system__node span {
  font-size: 13px;
  line-height: 1.3;
}

#p50 .radial-node-1 { top: 22px; }
#p50 .radial-node-2 { right: 50px; top: 106px; }
#p50 .radial-node-3 { right: 78px; bottom: 48px; }
#p50 .radial-node-4 { bottom: 22px; }
#p50 .radial-node-5 { left: 78px; bottom: 48px; }
#p50 .radial-node-6 { left: 50px; top: 106px; }

#p54 .partner-value-flow,
#p59 .partner-value-flow {
  grid-template-rows: 1fr 74px;
  gap: 16px 24px;
  min-height: 394px;
}

#p54 .partner-column,
#p59 .partner-column {
  gap: 12px;
  padding: 20px;
  border-radius: 28px;
}

#p54 .partner-column div,
#p59 .partner-column div {
  gap: 6px;
  padding: 2px 0 12px;
}

#p54 .partner-column b,
#p59 .partner-column b {
  font-size: 19px;
}

#p54 .partner-column span,
#p59 .partner-column span {
  font-size: 14px;
  line-height: 1.32;
}

#p54 .partner-integrator,
#p59 .partner-integrator {
  gap: 12px;
  padding: 28px;
  border-radius: 32px;
}

#p54 .partner-integrator b,
#p59 .partner-integrator b {
  font-size: 30px;
}

#p54 .partner-integrator span,
#p59 .partner-integrator span {
  font-size: 15px;
  line-height: 1.42;
}

#p54 .partner-output,
#p59 .partner-output {
  padding: 12px 18px;
  gap: 12px;
  border-radius: 24px;
}

#p54 .partner-output span,
#p59 .partner-output span {
  min-height: 42px;
  font-size: 17px;
}

#p64 .metric-dashboard {
  min-height: 386px;
  gap: 24px;
}

#p64 .metric-dashboard__hero {
  gap: 12px;
  padding: 30px;
  border-radius: 32px;
}

#p64 .metric-dashboard__hero b {
  font-size: 62px;
}

#p64 .metric-dashboard__hero span {
  font-size: 17px;
  line-height: 1.4;
}

#p64 .metric-dashboard__grid {
  gap: 12px;
}

#p64 .metric-dashboard__grid div {
  gap: 8px;
  min-height: 160px;
  padding: 20px;
  border-radius: 24px;
}

#p64 .metric-dashboard__grid b {
  font-size: 30px;
}

#p64 .metric-dashboard__grid span {
  font-size: 14px;
  line-height: 1.34;
}

.process-penetration {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 34px;
  min-height: 430px;
  align-items: stretch;
}

.process-penetration__spine {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  align-items: center;
  padding: 32px;
  border-radius: 36px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
  overflow: hidden;
}

.process-penetration__spine::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 3px;
  background: linear-gradient(90deg, rgba(45,127,249,0), rgba(45,127,249,0.82), rgba(45,127,249,0));
}

.process-layer {
  position: relative;
  z-index: 2;
  min-height: 250px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 22px 18px;
  border-radius: 26px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 16px 38px rgba(17,18,20,0.07);
}

.process-layer:nth-child(even) {
  transform: translateY(34px);
}

.process-layer small,
.process-penetration__outcome small,
.mode-panel small {
  color: var(--blue);
  font-size: 13px;
  font-weight: 820;
}

.process-layer b {
  color: var(--dark-2);
  font-size: 21px;
  line-height: 1.18;
}

.process-layer span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.process-penetration__outcome {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 34px;
  border-radius: 36px;
  color: white;
  background:
    radial-gradient(circle at 78% 12%, rgba(45,127,249,0.36), transparent 36%),
    linear-gradient(145deg, #111317, #2a3038);
  box-shadow: 0 30px 70px rgba(17,18,20,0.2);
}

.process-penetration__outcome b {
  font-size: 38px;
  line-height: 1.08;
}

.process-penetration__outcome span {
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.55;
}

.mode-comparison {
  display: grid;
  grid-template-columns: 1fr 86px 1fr;
  gap: 24px;
  min-height: 430px;
  align-items: stretch;
}

.mode-panel {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 38px;
  border-radius: 36px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
}

.mode-panel b {
  color: var(--dark-2);
  font-size: 38px;
  line-height: 1.08;
}

.mode-panel span {
  display: block;
  padding: 13px 0;
  border-top: 1px solid rgba(17,18,20,0.08);
  color: var(--muted);
  font-size: 18px;
  line-height: 1.4;
}

.mode-panel--opc {
  color: white;
  background:
    radial-gradient(circle at 80% 12%, rgba(45,127,249,0.36), transparent 36%),
    linear-gradient(145deg, #111317, #2a3038);
  box-shadow: 0 30px 70px rgba(17,18,20,0.2);
}

.mode-panel--opc b {
  color: white;
}

.mode-panel--opc span {
  border-top-color: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.74);
}

.mode-bridge {
  display: grid;
  place-items: center;
}

.mode-bridge span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: #eef3f9;
  font-size: 18px;
  font-weight: 820;
}

.scene-map {
  display: grid;
  grid-template-columns: 1.32fr 0.68fr;
  gap: 28px;
  min-height: 430px;
}

.scene-map__canvas {
  position: relative;
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 48%, rgba(45,127,249,0.13), transparent 42%),
    linear-gradient(180deg, #f9fafb, #eef2f7);
  overflow: hidden;
}

.scene-map__canvas::before {
  content: "";
  position: absolute;
  inset: 64px 110px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(45,127,249,0.12), 0 0 0 62px rgba(45,127,249,0.035);
}

.scene-map__core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  min-height: 112px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 22px;
  border-radius: 30px;
  color: white;
  background: linear-gradient(145deg, #111317, #2a3038);
  box-shadow: 0 24px 56px rgba(17,18,20,0.2);
}

.scene-map__core b {
  font-size: 27px;
}

.scene-map__core span {
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.4;
}

.scene-point {
  position: absolute;
  width: 188px;
  display: grid;
  gap: 7px;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 16px 38px rgba(17,18,20,0.08);
}

.scene-point b {
  color: var(--dark-2);
  font-size: 18px;
}

.scene-point span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.scene-point-1 { left: 50%; top: 28px; transform: translateX(-50%); text-align: center; }
.scene-point-2 { right: 44px; top: 112px; }
.scene-point-3 { right: 58px; bottom: 62px; }
.scene-point-4 { left: 50%; bottom: 28px; transform: translateX(-50%); text-align: center; }
.scene-point-5 { left: 58px; bottom: 62px; }
.scene-point-6 { left: 44px; top: 112px; }

.scene-map__legend {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 30px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
}

.scene-map__legend span {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--dark-2);
  font-size: 17px;
  font-weight: 720;
}

.scene-map__legend i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: #eaf2ff;
  font-style: normal;
  font-size: 13px;
  font-weight: 820;
}

.industry-chain {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  min-height: 430px;
  align-items: center;
  padding: 34px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, #f9fafb, #eef2f7),
    radial-gradient(circle at 50% 50%, rgba(45,127,249,0.1), transparent 42%);
  overflow: hidden;
}

.industry-chain::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(45,127,249,0), rgba(45,127,249,0.78), rgba(45,127,249,0));
}

.industry-chain__stage {
  position: relative;
  z-index: 2;
  min-height: 250px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 24px 20px;
  border-radius: 30px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 16px 38px rgba(17,18,20,0.07);
}

.industry-chain__stage:nth-child(3) {
  color: white;
  background:
    radial-gradient(circle at 80% 12%, rgba(45,127,249,0.36), transparent 36%),
    linear-gradient(145deg, #111317, #2a3038);
  box-shadow: 0 28px 64px rgba(17,18,20,0.2);
}

.industry-chain__stage small,
.strategy-roadmap__milestone small {
  color: var(--blue);
  font-size: 13px;
  font-weight: 820;
}

.industry-chain__stage b {
  color: var(--dark-2);
  font-size: 24px;
  line-height: 1.16;
}

.industry-chain__stage span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.industry-chain__stage:nth-child(3) b {
  color: white;
}

.industry-chain__stage:nth-child(3) span {
  color: rgba(255,255,255,0.72);
}

.strategy-roadmap {
  position: relative;
  min-height: 430px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 78% 18%, rgba(45,127,249,0.12), transparent 32%),
    linear-gradient(180deg, #f9fafb, #eef2f7);
  overflow: hidden;
  padding: 36px;
}

.strategy-roadmap__axis {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 54%;
  height: 3px;
  background: linear-gradient(90deg, rgba(45,127,249,0), rgba(45,127,249,0.82), rgba(45,127,249,0));
}

.strategy-roadmap__milestone {
  position: absolute;
  width: 230px;
  display: grid;
  gap: 10px;
  padding: 22px 22px;
  border-radius: 28px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 16px 38px rgba(17,18,20,0.08);
}

.strategy-roadmap__milestone::before {
  content: "";
  position: absolute;
  left: 28px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 10px rgba(45,127,249,0.12);
}

.strategy-roadmap__milestone b {
  color: var(--dark-2);
  font-size: 23px;
  line-height: 1.18;
}

.strategy-roadmap__milestone span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.milestone-1 { left: 8%; top: 56px; }
.milestone-2 { left: 30%; bottom: 54px; }
.milestone-3 { left: 52%; top: 56px; }
.milestone-4 { right: 8%; bottom: 54px; }

.milestone-1::before,
.milestone-3::before {
  bottom: -46px;
}

.milestone-2::before,
.milestone-4::before {
  top: -46px;
}

.immersive-timeline {
  display: grid;
  min-height: 430px;
  gap: 30px;
}

.immersive-timeline--diagonal {
  grid-template-columns: 0.55fr 1.45fr;
  align-items: center;
}

.immersive-timeline--vertical {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
}

.immersive-timeline__story {
  color: var(--dark-2);
  font-size: 19px;
  line-height: 1.68;
}

.immersive-timeline__story p {
  margin: 0 0 16px;
}

.immersive-timeline__canvas {
  position: relative;
  min-height: 410px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 78% 16%, rgba(45,127,249,0.13), transparent 34%),
    linear-gradient(180deg, #f9fafb, #eef2f7);
  overflow: hidden;
}

.immersive-timeline--diagonal .immersive-timeline__canvas::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 56%;
  height: 3px;
  background: linear-gradient(90deg, rgba(45,127,249,0), rgba(45,127,249,0.82), rgba(45,127,249,0));
  transform: rotate(-13deg);
}

.immersive-timeline--vertical .immersive-timeline__canvas::before {
  content: "";
  position: absolute;
  left: 92px;
  top: 32px;
  bottom: 32px;
  width: 3px;
  background: linear-gradient(180deg, rgba(45,127,249,0), rgba(45,127,249,0.82), rgba(45,127,249,0));
}

.immersive-step {
  position: absolute;
  display: grid;
  gap: 8px;
  padding: 15px 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 16px 38px rgba(17,18,20,0.08);
}

.immersive-step small {
  color: var(--blue);
  font-size: 12px;
  font-weight: 820;
}

.immersive-step b {
  color: var(--dark-2);
  font-size: 18px;
  line-height: 1.18;
}

.immersive-timeline--diagonal .step-1 { left: 7%; bottom: 64px; }
.immersive-timeline--diagonal .step-2 { left: 20%; bottom: 118px; }
.immersive-timeline--diagonal .step-3 { left: 34%; bottom: 172px; }
.immersive-timeline--diagonal .step-4 { left: 48%; bottom: 226px; }
.immersive-timeline--diagonal .step-5 { right: 20%; bottom: 280px; }
.immersive-timeline--diagonal .step-6 { right: 7%; bottom: 220px; }
.immersive-timeline--diagonal .step-7 { right: 6%; top: 42px; }

.immersive-timeline--vertical .immersive-step {
  left: 126px;
  right: 38px;
}

.immersive-timeline--vertical .step-1 { top: 26px; }
.immersive-timeline--vertical .step-2 { top: 84px; }
.immersive-timeline--vertical .step-3 { top: 142px; }
.immersive-timeline--vertical .step-4 { top: 200px; }
.immersive-timeline--vertical .step-5 { top: 258px; }
.immersive-timeline--vertical .step-6 { top: 316px; }
.immersive-timeline--vertical .step-7 { top: 374px; }

.path-inference {
  min-height: 430px;
  display: grid;
  gap: 32px;
}

.path-inference--rise {
  grid-template-columns: 0.56fr 1.44fr;
  align-items: center;
}

.path-inference--loopless {
  grid-template-rows: auto 1fr;
  min-height: 360px;
  gap: 18px;
}

.path-inference__start {
  color: var(--dark-2);
  font-size: 19px;
  line-height: 1.68;
}

.path-inference__start p {
  margin: 0 0 16px;
}

.path-inference__path {
  position: relative;
  min-height: 388px;
  border-radius: 36px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
  overflow: hidden;
}

.path-inference--rise .path-inference__path::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 88px;
  height: 3px;
  background: linear-gradient(90deg, rgba(45,127,249,0), rgba(45,127,249,0.82), rgba(45,127,249,0));
  transform: rotate(-10deg);
}

.path-inference--loopless .path-inference__path {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 24px 24px;
  min-height: 290px;
}

.path-inference--loopless .path-inference__path::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(45,127,249,0), rgba(45,127,249,0.78), rgba(45,127,249,0));
}

.path-step {
  position: absolute;
  display: grid;
  gap: 8px;
  padding: 14px 14px;
  border-radius: 26px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 16px 38px rgba(17,18,20,0.08);
}

.path-inference--loopless .path-step {
  position: relative;
  z-index: 2;
  align-content: center;
}

.path-step small {
  color: var(--blue);
  font-size: 12px;
  font-weight: 820;
}

.path-step b {
  color: var(--dark-2);
  font-size: 18px;
  line-height: 1.18;
}

.path-step span {
  color: var(--muted);
  font-size: 13px;
}

.path-inference--rise .path-step-1 { left: 6%; bottom: 54px; }
.path-inference--rise .path-step-2 { left: 22%; bottom: 92px; }
.path-inference--rise .path-step-3 { left: 38%; bottom: 132px; }
.path-inference--rise .path-step-4 { left: 54%; bottom: 172px; }
.path-inference--rise .path-step-5 { right: 12%; bottom: 214px; }
.path-inference--rise .path-step-6 { right: 6%; top: 42px; }

.ecosystem-io {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.8fr;
  gap: 26px;
  min-height: 430px;
  align-items: stretch;
}

.ecosystem-io__input,
.ecosystem-io__core {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 34px;
  border-radius: 36px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
}

.ecosystem-io__core {
  color: white;
  background:
    radial-gradient(circle at 80% 12%, rgba(45,127,249,0.36), transparent 36%),
    linear-gradient(145deg, #111317, #2a3038);
  box-shadow: 0 30px 70px rgba(17,18,20,0.2);
}

.ecosystem-io small,
.advantage-dashboard small {
  color: var(--blue);
  font-size: 13px;
  font-weight: 820;
}

.ecosystem-io__input span {
  padding: 13px 0;
  border-top: 1px solid rgba(17,18,20,0.08);
  color: var(--dark-2);
  font-size: 18px;
  font-weight: 720;
  line-height: 1.4;
}

.ecosystem-io__core b {
  font-size: 34px;
  line-height: 1.08;
}

.ecosystem-io__core p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  font-size: 17px;
  line-height: 1.55;
}

.advantage-dashboard {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
  min-height: 430px;
}

.advantage-dashboard__lead {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 40px;
  border-radius: 36px;
  color: white;
  background:
    radial-gradient(circle at 80% 12%, rgba(45,127,249,0.36), transparent 36%),
    linear-gradient(145deg, #111317, #2a3038);
  box-shadow: 0 30px 70px rgba(17,18,20,0.2);
}

.advantage-dashboard__lead b {
  font-size: 76px;
  line-height: 0.95;
}

.advantage-dashboard__lead span {
  color: rgba(255,255,255,0.72);
  font-size: 20px;
  line-height: 1.5;
}

.advantage-dashboard__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.advantage-dashboard__cards div {
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
}

.advantage-dashboard__cards b {
  color: var(--dark-2);
  font-size: 20px;
  line-height: 1.18;
}

.advantage-dashboard__cards span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.34;
}

.solution-grid section {
  min-height: 210px;
  padding: 22px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfd;
}

.solution-grid b {
  display: block;
  margin-bottom: 22px;
  color: var(--blue);
  font-size: 18px;
}

.solution-grid p {
  margin: 0;
  color: var(--dark-2);
  font-size: 18px;
  line-height: 1.62;
}

.manufacturing-path {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.manufacturing-path span {
  position: relative;
  padding: 20px 14px;
  background: white;
  color: var(--dark-2);
  font-size: 18px;
  font-weight: 750;
  text-align: center;
  border-left: 1px solid var(--line);
}

.manufacturing-path span:first-child {
  border-left: none;
}

.manufacturing-path span::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: translateY(-50%) rotate(45deg);
  background: white;
  z-index: 2;
}

.manufacturing-path span:last-child::after {
  display: none;
}

.growth-arc {
  display: grid;
  grid-template-columns: 0.46fr 1.54fr;
  gap: 34px;
  min-height: 430px;
  align-items: center;
}

.growth-arc__copy {
  color: var(--dark-2);
  font-size: 18px;
  line-height: 1.7;
}

.growth-arc__copy p {
  margin: 0 0 14px;
}

.growth-arc__stage {
  position: relative;
  min-height: 424px;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at 72% 15%, rgba(45,127,249,0.16), transparent 36%),
    linear-gradient(145deg, #f9fafc 0%, #eef2f7 58%, #e7ecf3 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 24px 70px rgba(17,18,20,0.08);
}

.growth-arc__horizon {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 20px;
  height: 320px;
  border-top: 2px solid rgba(45,127,249,0.28);
  border-radius: 50% 50% 0 0;
  transform: rotate(-8deg) skewX(-4deg);
}

.growth-arc__horizon::before,
.growth-arc__horizon::after {
  content: "";
  position: absolute;
  inset: 38px 58px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17,18,20,0.12), transparent);
}

.growth-arc__horizon::after {
  inset: 104px 18px auto;
  background: linear-gradient(90deg, transparent, rgba(45,127,249,0.16), transparent);
}

.growth-arc__node {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  min-width: 106px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 18px 42px rgba(31,37,49,0.12);
}

.growth-arc__node small {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.growth-arc__node b {
  color: var(--dark-2);
  font-size: 16px;
  line-height: 1.18;
}

.growth-node-1 { left: 7%; bottom: 52px; }
.growth-node-2 { left: 15%; bottom: 126px; }
.growth-node-3 { left: 27%; bottom: 190px; }
.growth-node-4 { left: 43%; bottom: 238px; }
.growth-node-5 { left: 59%; bottom: 268px; }
.growth-node-6 { left: 73%; bottom: 226px; }
.growth-node-7 { right: 5%; bottom: 138px; }

.growth-arc__result {
  position: absolute;
  right: 34px;
  top: 34px;
  z-index: 3;
  display: grid;
  gap: 7px;
  width: 250px;
  padding: 22px 24px;
  border-radius: 28px;
  color: white;
  background:
    radial-gradient(circle at 86% 8%, rgba(45,127,249,0.5), transparent 42%),
    linear-gradient(145deg, #101215, #29313a);
  box-shadow: 0 28px 64px rgba(17,18,20,0.22);
}

.growth-arc__result small {
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  font-weight: 760;
}

.growth-arc__result b {
  font-size: 30px;
  line-height: 1;
}

.growth-arc__result span {
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.45;
}

.causal-path {
  display: grid;
  grid-template-columns: 0.48fr 1.52fr;
  gap: 36px;
  min-height: 430px;
  align-items: center;
}

.causal-path__lead {
  color: var(--dark-2);
  font-size: 18px;
  line-height: 1.68;
}

.causal-path__lead p {
  margin: 0 0 14px;
}

.causal-path__chain {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 38px;
  background:
    linear-gradient(125deg, rgba(45,127,249,0.08), transparent 46%),
    #f7f9fc;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 24px 70px rgba(17,18,20,0.07);
}

.causal-path__chain::before {
  content: "";
  position: absolute;
  top: 46px;
  bottom: 48px;
  left: 50%;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(45,127,249,0.1), rgba(45,127,249,0.72), rgba(17,18,20,0.22));
}

.causal-step {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 5px;
  width: 235px;
  padding: 15px 17px;
  border-radius: 22px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 44px rgba(31,37,49,0.1);
}

.causal-step::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg, rgba(45,127,249,0.55), transparent);
}

.causal-step b {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
}

.causal-step span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

.causal-step-1,
.causal-step-6 {
  left: 50%;
  transform: translateX(-50%);
}

.causal-step-1 { top: 24px; }
.causal-step-2 { left: 42px; top: 92px; }
.causal-step-3 { right: 42px; top: 150px; }
.causal-step-4 { left: 42px; top: 220px; }
.causal-step-5 { right: 42px; top: 278px; }
.causal-step-6 { bottom: 22px; background: #111317; color: white; }

.causal-step-1::after,
.causal-step-6::after {
  display: none;
}

.causal-step-2::after,
.causal-step-4::after {
  right: -52px;
}

.causal-step-3::after,
.causal-step-5::after {
  left: -52px;
  transform: rotate(180deg);
}

.causal-step-6 b {
  color: white;
}

.causal-step-6 span {
  color: rgba(255,255,255,0.62);
}

.flywheel-page {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 38px;
  min-height: 430px;
  align-items: center;
}

.flywheel {
  position: relative;
  height: 430px;
  border-radius: 42px;
  background:
    radial-gradient(circle at center, rgba(45,127,249,0.16), transparent 44%),
    linear-gradient(150deg, #f9fafc, #edf1f6);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 24px 70px rgba(17,18,20,0.07);
}

.flywheel::before {
  content: "";
  position: absolute;
  inset: 74px 114px;
  border: 2px solid rgba(45,127,249,0.34);
  border-radius: 50%;
}

.flywheel::after {
  content: "";
  position: absolute;
  right: 160px;
  top: 94px;
  width: 18px;
  height: 18px;
  border-top: 3px solid var(--blue);
  border-right: 3px solid var(--blue);
  transform: rotate(28deg);
}

.flywheel__center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  gap: 8px;
  width: 170px;
  height: 170px;
  place-content: center;
  text-align: center;
  color: white;
  border-radius: 50%;
  background:
    radial-gradient(circle at 74% 22%, rgba(45,127,249,0.44), transparent 44%),
    linear-gradient(145deg, #111317, #2c333c);
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 60px rgba(17,18,20,0.2);
}

.flywheel__center b {
  font-size: 28px;
  line-height: 1.05;
}

.flywheel__center span {
  color: rgba(255,255,255,0.64);
  font-size: 13px;
  line-height: 1.35;
}

.flywheel__node {
  position: absolute;
  z-index: 2;
  min-width: 92px;
  padding: 13px 16px;
  border-radius: 999px;
  text-align: center;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 16px 38px rgba(31,37,49,0.1);
}

.flywheel__node b {
  color: var(--dark-2);
  font-size: 18px;
  line-height: 1;
}

.flywheel-node-1 { left: 50%; top: 34px; transform: translateX(-50%); }
.flywheel-node-2 { right: 88px; top: 112px; }
.flywheel-node-3 { right: 88px; bottom: 112px; }
.flywheel-node-4 { left: 50%; bottom: 34px; transform: translateX(-50%); }
.flywheel-node-5 { left: 88px; bottom: 112px; }
.flywheel-node-6 { left: 88px; top: 112px; }

.flywheel__copy {
  color: var(--dark-2);
  font-size: 18px;
  line-height: 1.7;
}

.flywheel__copy p {
  margin: 0 0 14px;
}

.conversion-timeline {
  display: grid;
  grid-template-columns: 1.34fr 0.66fr;
  gap: 34px;
  min-height: 430px;
  align-items: center;
}

.conversion-timeline__track {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at 86% 18%, rgba(45,127,249,0.14), transparent 35%),
    linear-gradient(145deg, #f9fafc, #edf1f6);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 24px 70px rgba(17,18,20,0.07);
}

.conversion-timeline__track::before {
  content: "";
  position: absolute;
  left: 76px;
  right: 76px;
  top: 74px;
  height: 270px;
  border-left: 2px solid rgba(45,127,249,0.32);
  border-bottom: 2px solid rgba(45,127,249,0.32);
  transform: skewX(-18deg);
  transform-origin: left top;
}

.conversion-step {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 5px;
  width: 132px;
  padding: 14px 15px;
  border-radius: 22px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 44px rgba(31,37,49,0.1);
}

.conversion-step b {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.16;
}

.conversion-step small {
  color: var(--blue);
  font-size: 11px;
  font-weight: 820;
}

.conversion-step-1 { left: 42px; top: 46px; }
.conversion-step-2 { left: 152px; top: 96px; }
.conversion-step-3 { left: 264px; top: 148px; }
.conversion-step-4 { left: 376px; top: 200px; }
.conversion-step-5 { left: 488px; top: 252px; }
.conversion-step-6 {
  right: 42px;
  bottom: 34px;
  color: white;
  background: #111317;
}

.conversion-step-6 b {
  color: white;
}

.conversion-step-6 small {
  color: rgba(255,255,255,0.62);
}

.conversion-timeline__copy {
  color: var(--dark-2);
  font-size: 18px;
  line-height: 1.68;
}

.conversion-timeline__copy p {
  margin: 0 0 14px;
}

.page-indicator {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 22px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 18, 20, 0.08);
  backdrop-filter: blur(16px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

#currentPage {
  color: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.page.is-visible .reveal {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 240ms;
}

.page.is-visible .case-visual img {
  animation: subtleZoom 9s ease-out both;
}

@keyframes subtleZoom {
  from { transform: scale(1.045); }
  to { transform: scale(1.015); }
}

@media (max-width: 1100px) {
  .rail {
    display: none;
  }

  .deck {
    padding: 18px;
  }

  .sheet {
    width: min(96vw, calc(92vh * 16 / 9));
    min-height: auto;
    padding: 34px 36px;
  }

  h2 {
    font-size: 34px;
  }

  .subtitle {
    font-size: 20px;
  }

  .copy-block,
  .case-copy,
  .solution-grid p {
    font-size: 16px;
  }
}
