﻿:root {
  --scroll: 0;
  --content-width: 1240px;
  --section-y: 118px;
  --section-y-mobile: 84px;
  --block-gap: 72px;
  --block-gap-mobile: 48px;
  --bg-glow-top: 18%;
  --bg-green-top: 8%;
  --bg-horizon-top: 54%;
  --bg-shift-soft: 0px;
  --bg-shift-deep: 0px;
  --ambient-opacity: 0.58;
  --graphite: #050609;
  --fog: #111821;
  --white: #ffffff;
  --silver: #c7ccd4;
  --steel: #8d96a5;
  --deep-blue: #0b1b2b;
  --electric: #4a8dff;
  --signal: #4dffb3;
  --ink: #f5f7fa;
  --line: rgba(255, 255, 255, 0.14);
  --dark-line: rgba(255, 255, 255, 0.12);
  --font-cn: "Noto Sans SC", "HarmonyOS Sans", "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  --font-en: "Barlow", "Inter", "SF Pro Display", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--graphite);
  color: var(--white);
  font-family: var(--font-cn);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

.coming-soon-page {
  --ambient-opacity: 0.94;
}

.ambient-stage {
  background:
    linear-gradient(118deg, rgba(74, 141, 255, 0.2) 0%, transparent 36%),
    linear-gradient(242deg, rgba(77, 255, 179, 0.14) 0%, transparent 42%),
    linear-gradient(180deg, #0a111b 0%, #050609 68%);
  inset: -12%;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.ambient-stage::before {
  background: linear-gradient(180deg, rgba(5, 6, 9, 0.32), rgba(5, 6, 9, 0.58));
  content: "";
  inset: 0;
  opacity: 0.88;
  position: absolute;
  z-index: 1;
}

.ambient-stage::after {
  background: linear-gradient(90deg, rgba(5, 6, 9, 0.58), transparent 20%, transparent 80%, rgba(5, 6, 9, 0.58));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 2;
}

.ambient-video {
  filter: saturate(1.04) contrast(1.08) brightness(0.82) blur(0.15px);
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 1600ms ease;
  user-select: none;
  width: 100%;
  z-index: 0;
}

.ambient-video.is-active {
  opacity: var(--ambient-opacity);
}

.ambient-video.is-fading-out {
  opacity: 0;
}

.ambient-video::-webkit-media-controls,
.ambient-video::-webkit-media-controls-enclosure,
.ambient-video::-webkit-media-controls-panel,
.ambient-video::-webkit-media-controls-play-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.coming-soon-page .ambient-stage::before {
  background: linear-gradient(180deg, rgba(5, 6, 9, 0.04), rgba(5, 6, 9, 0.2));
  opacity: 0.42;
}

.coming-soon-page .ambient-stage::after {
  background: linear-gradient(90deg, rgba(5, 6, 9, 0.2), transparent 20%, transparent 80%, rgba(5, 6, 9, 0.2));
}

.coming-soon-page .ambient-video {
  filter: saturate(1.16) contrast(1.12) brightness(1.04);
}

.coming-soon-page .reveal {
  filter: none;
  opacity: 1;
  transform: none;
}

.is-video-paused .ambient-video.is-active {
  opacity: var(--ambient-opacity);
}

.ambient-grid {
  display: none !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  inset: -18%;
  opacity: 0.28;
  position: absolute;
  transform:
    perspective(900px)
    rotateX(62deg)
    translate3d(0, var(--bg-shift-deep), 0);
  transform-origin: center top;
  z-index: 2;
}

.ambient-horizon {
  display: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.16) 18%, transparent 30% 38%, rgba(255, 255, 255, 0.08) 54%, transparent 76%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  height: 320px;
  inset-inline: -12%;
  opacity: 0.5;
  position: absolute;
  top: var(--bg-horizon-top);
  transform: skewY(-7deg);
  z-index: 2;
}

main,
.site-nav,
.footer {
  position: relative;
  z-index: 1;
}

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

canvas {
  display: block;
}

.liquid-glass,
.liquid-glass-strong {
  background: rgba(255, 255, 255, 0.018);
  background-blend-mode: luminosity;
  border: none;
  position: relative;
  overflow: hidden;
}

.liquid-glass {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

.liquid-glass-strong {
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  box-shadow:
    4px 4px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.16);
}

.liquid-glass::before,
.liquid-glass-strong::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.2px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.46) 0%,
    rgba(255, 255, 255, 0.16) 22%,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0) 58%,
    rgba(74, 141, 255, 0.18) 78%,
    rgba(255, 255, 255, 0.42) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.site-nav {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  padding: 16px 44px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand,
.nav-actions,
.nav-cta,
.nav-shell {
  align-items: center;
  display: flex;
}

.brand {
  gap: 12px;
  justify-self: start;
}

.brand-mark {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(5, 6, 9, 0.06);
  display: flex;
  height: 44px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 44px;
}

.brand-logo {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.brand-text {
  display: grid;
  gap: 0;
}

.brand-text strong {
  font-size: 14px;
  font-weight: 600;
}

.brand-text em {
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-en);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.nav-shell {
  border-radius: 999px;
  gap: 2px;
  justify-self: center;
  padding: 6px;
}

.nav-shell a {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 500;
  min-width: 48px;
  padding: 8px 10px;
  text-align: center;
  transition: background 180ms ease, color 180ms ease;
}

.nav-shell a:hover,
.nav-shell a.is-active {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.nav-cta {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  gap: 8px;
  padding: 10px 16px;
}

.nav-actions {
  gap: 10px;
  justify-self: end;
}

.lang-toggle {
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  min-height: 40px;
  min-width: 48px;
  padding: 0 14px;
}

.section-dark,
.section-cold {
  background: transparent;
  color: var(--white);
}

.section-light {
  background: transparent;
  color: var(--white);
}

.section-silver {
  background: transparent;
  color: var(--white);
}

.section-white {
  background: transparent;
  color: var(--white);
}

.section-inner {
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 0 32px;
  width: 100%;
}

.narrow {
  max-width: 980px;
}

.section-kicker {
  color: var(--electric);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.section-title {
  color: var(--white);
  font-size: 64px;
  font-weight: 600;
  line-height: 1.08;
  margin: 0;
  max-width: 820px;
}

.dark-title {
  color: var(--white);
}

.section-lead {
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  font-weight: 300;
  margin: 28px 0 0;
  max-width: 740px;
}

.dark-lead {
  color: rgba(255, 255, 255, 0.68);
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  transition: transform 180ms ease, background 180ms ease;
  white-space: nowrap;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.94);
  color: var(--graphite);
}

.coming-soon {
  align-items: center;
  display: flex;
  min-height: 100vh;
  padding: 48px 24px;
}

.coming-soon-panel {
  border-radius: 8px;
  margin: 0 auto;
  max-width: 760px;
  padding: 56px 48px;
  text-align: center;
  width: min(100%, 760px);
}

.coming-soon-logo {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: inline-flex;
  height: 74px;
  justify-content: center;
  margin-bottom: 32px;
  overflow: hidden;
  width: 74px;
}

.coming-soon-logo img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.coming-soon-kicker {
  color: var(--electric);
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 14px;
}

.coming-soon h1 {
  color: var(--white);
  font-size: clamp(46px, 7vw, 86px);
  font-weight: 700;
  line-height: 1.02;
  margin: 0;
}

.coming-soon-message {
  color: var(--white);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  margin: 30px 0 0;
}

.coming-soon-copy {
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.75;
  margin: 28px auto 0;
  max-width: 560px;
}

.hero {
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.network-canvas {
  display: none !important;
  height: 100%;
  inset: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}

.hero-shade {
  display: none;
  background: transparent;
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1060px;
  min-height: 760px;
  padding: 112px 32px 76px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.eyebrow {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 28px;
  padding: 8px 16px;
}

.hero-title {
  color: var(--white);
  font-size: 76px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
  max-width: 920px;
}

.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(32px);
  filter: blur(10px);
}

.word.is-visible {
  animation: blurWord 700ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: var(--word-delay, 0ms);
}

@keyframes blurWord {
  50% {
    filter: blur(4px);
    opacity: 0.6;
    transform: translateY(-3px);
  }
  to {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
  font-weight: 300;
  margin: 30px 0 0;
  max-width: 760px;
}

.team-loop {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

.team-loop span {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  font-size: 14px;
  min-height: 38px;
  padding: 0 16px;
}

.team-loop span::before {
  background: var(--signal);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(77, 255, 179, 0.38);
  content: "";
  height: 6px;
  margin-right: 9px;
  width: 6px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 36px;
}

.proof {
  padding: var(--section-y) 0;
}

.proof-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: var(--block-gap);
}

.proof-stat {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(5, 6, 9, 0.28);
  border-radius: 8px;
  box-shadow:
    4px 4px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.12);
  min-height: 220px;
  padding: 28px;
}

.proof-stat strong {
  color: var(--ink);
  display: block;
  font-family: var(--font-en);
  font-size: 88px;
  font-weight: 500;
  line-height: 1;
}

.proof-stat > span {
  color: rgba(255, 255, 255, 0.64);
  display: block;
  font-size: 16px;
  margin-top: 18px;
}

.footnote {
  border-left: 2px solid var(--electric);
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  margin: 70px 0 0;
  max-width: 900px;
  padding-left: 18px;
}

.problem {
  background: transparent;
  min-height: auto;
  padding: var(--section-y) 0;
}

.problem-layout {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
}

.problem-lines {
  display: grid;
  gap: 22px;
  margin-top: 56px;
}

.problem-lines p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}

.problem-conclusion {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  margin: 52px 0 0;
}

.organize-board {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.02)),
    rgba(5, 6, 9, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow:
    4px 4px 34px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.14);
  min-height: 420px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.organize-board::after {
  background: linear-gradient(90deg, transparent, rgba(74, 141, 255, 0.42), rgba(77, 255, 179, 0.2), transparent);
  content: "";
  height: 1px;
  left: 34px;
  opacity: 0.65;
  position: absolute;
  right: 34px;
  top: 50%;
}

.organize-heading,
.organize-flow,
.clean-pipeline {
  position: relative;
  z-index: 1;
}

.organize-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 32px;
}

.organize-heading span {
  color: var(--electric);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.organize-heading strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 22px;
  font-weight: 600;
}

.organize-flow {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 0.82fr 1fr;
}

.flow-column,
.flow-core {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(5, 6, 9, 0.34);
  position: relative;
}

.flow-column {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.flow-column p {
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
  margin: 0 0 4px;
}

.flow-column span {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
  display: flex;
  font-size: 15px;
  min-height: 42px;
  padding: 0 14px;
}

.flow-column span::before {
  background: rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  content: "";
  height: 6px;
  margin-right: 10px;
  width: 6px;
}

.flow-column-output span {
  border-color: rgba(74, 141, 255, 0.18);
}

.flow-column-output span::before {
  background: var(--electric);
}

.flow-core {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  padding: 20px;
  text-align: center;
}

.flow-core::before,
.flow-core::after {
  background: linear-gradient(90deg, transparent, rgba(74, 141, 255, 0.72));
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 44px;
}

.flow-core::before {
  left: -44px;
}

.flow-core::after {
  right: -44px;
  transform: rotate(180deg);
}

.flow-core span {
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.flow-core strong {
  color: var(--white);
  font-size: 26px;
  font-weight: 600;
  margin-top: 8px;
}

.flow-core small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  margin-top: 10px;
}

.clean-pipeline {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 34px;
  padding-top: 22px;
}

.clean-pipeline span {
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-en);
  font-size: 12px;
  position: relative;
  text-align: center;
}

.clean-pipeline span::before {
  background: var(--electric);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(74, 141, 255, 0.55);
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: -27px;
  transform: translateX(-50%);
  width: 8px;
}

.clean-pipeline i {
  color: rgba(255, 255, 255, 0.32);
  display: block;
  font-style: normal;
  margin-bottom: 4px;
}

.reframe {
  padding: var(--section-y) 0;
}

.reframe-title {
  color: var(--ink);
  font-size: 54px;
  font-weight: 500;
  line-height: 1.18;
  margin: 0;
  max-width: 980px;
}

.reframe-pause {
  color: var(--ink);
  font-size: 38px;
  font-weight: 700;
  margin: 82px 0 0;
  max-width: 980px;
}

.contrast-grid {
  display: grid;
  gap: 16px;
  margin-top: 56px;
  max-width: 980px;
}

.contrast-line {
  align-items: baseline;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
    rgba(5, 6, 9, 0.26);
  border-radius: 8px;
  box-shadow:
    4px 4px 26px rgba(0, 0, 0, 0.16),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 28px;
  grid-template-columns: 0.85fr 1.1fr;
  padding: 26px 28px;
}

.contrast-line span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 18px;
}

.contrast-line strong {
  color: var(--ink);
  font-size: 24px;
  font-weight: 600;
}

.system {
  padding: var(--section-y) 0;
}

.system-stack {
  border-radius: 8px;
  margin-top: var(--block-gap);
  padding: 18px;
}

.system-stack .system-rail {
  margin-top: 0;
}

.system-rail {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(230px, 1fr));
  margin-top: var(--block-gap);
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.system-module {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
    rgba(5, 6, 9, 0.26);
  border-radius: 8px;
  box-shadow:
    4px 4px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
  min-height: 350px;
  padding: 28px 24px 30px;
  position: relative;
  transition: background 400ms ease, border-color 400ms ease;
}

.system-module:last-child {
  border-right: 0;
}

.system-module::after {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  content: "";
  height: 9px;
  left: 24px;
  position: absolute;
  top: -4px;
  transition: background 400ms ease, box-shadow 400ms ease;
  width: 9px;
}

.system-module.is-visible {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    rgba(5, 6, 9, 0.3);
}

.system-module.is-visible::after {
  background: var(--electric);
  box-shadow: 0 0 26px rgba(74, 141, 255, 0.78);
}

.module-index {
  color: rgba(255, 255, 255, 0.36);
  font-family: var(--font-en);
  font-size: 12px;
}

.system-module h3 {
  color: var(--white);
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.14;
  margin: 76px 0 22px;
}

.system-module p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}

.pipeline-finish {
  align-items: stretch;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(5, 6, 9, 0.26);
  border-radius: 8px;
  box-shadow:
    4px 4px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 46px;
  padding: 18px;
}

.system-stack .pipeline-finish {
  margin-top: 18px;
}

.pipeline-finish div {
  background: rgba(255, 255, 255, 0.035);
  border-radius: 8px;
  min-height: 150px;
  padding: 18px;
}

.pipeline-finish span {
  color: var(--electric);
  display: block;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 34px;
}

.pipeline-finish strong {
  color: var(--white);
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.pipeline-finish p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  margin: 14px 0 0;
}

.process {
  padding: var(--section-y) 0;
}

.timeline {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(210px, 1fr));
  margin-top: var(--block-gap);
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.timeline-step {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
    rgba(5, 6, 9, 0.26);
  border-radius: 8px;
  box-shadow:
    4px 4px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
  min-height: 280px;
  padding: 28px 22px 24px;
  position: relative;
}

.timeline-step:last-child {
  border-right: 0;
}

.timeline-step::after {
  background: var(--ink);
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 22px;
  position: absolute;
  top: -4px;
  width: 8px;
}

.timeline-step.is-visible::after {
  background: var(--electric);
  box-shadow: 0 0 22px rgba(74, 141, 255, 0.62);
}

.timeline-step span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 600;
}

.timeline-step h3 {
  color: var(--ink);
  font-size: 26px;
  font-weight: 600;
  margin: 68px 0 16px;
}

.timeline-step p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  margin: 0;
}

.cases {
  padding: var(--section-y) 0 44px;
}

.case-screen {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(5, 6, 9, 0.3);
  border-radius: 8px;
  box-shadow:
    4px 4px 34px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  margin: 36px auto 0;
  max-width: 1180px;
  min-height: 620px;
  padding: 54px;
}

.case-screen + .case-screen {
  border-top: 0;
  margin-top: 28px;
}

.case-label {
  color: var(--electric);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.case-copy h3 {
  color: var(--white);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.18;
  margin: 0 0 28px;
}

.case-copy p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
  font-weight: 300;
  margin: 12px 0;
  max-width: 630px;
}

.case-data {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 42px;
}

.case-data strong {
  color: var(--white);
  display: block;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 30px;
}

.case-data span {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 17px;
  padding: 16px 0;
}

.mini-funnel {
  display: grid;
  gap: 9px;
  margin-top: 34px;
  max-width: 310px;
}

.mini-funnel i {
  background: linear-gradient(90deg, rgba(74, 141, 255, 0.9), rgba(77, 255, 179, 0.38));
  border-radius: 999px;
  display: block;
  height: 6px;
}

.mini-funnel i:nth-child(1) {
  width: 100%;
}

.mini-funnel i:nth-child(2) {
  width: 72%;
}

.mini-funnel i:nth-child(3) {
  width: 42%;
}

.mini-funnel i:nth-child(4) {
  width: 18%;
}

.industries {
  padding: var(--section-y) 0;
}

.industry-layout {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: 1fr;
}

.industry-copy {
  max-width: 900px;
}

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

.market-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
    rgba(5, 6, 9, 0.26);
  border-radius: 8px;
  box-shadow:
    4px 4px 26px rgba(0, 0, 0, 0.16),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
  min-height: 360px;
  padding: 34px;
}

.market-card span {
  color: var(--electric);
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 42px;
}

.market-card h3 {
  color: var(--white);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 36px;
  max-width: 720px;
}

.market-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  margin: 18px 0 0;
}

.compliance {
  padding: var(--section-y) 0;
}

.compliance-layout {
  display: grid;
  gap: 100px;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
}

.compliance-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.compliance-list li {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
    rgba(5, 6, 9, 0.26);
  border-radius: 8px;
  box-shadow:
    4px 4px 26px rgba(0, 0, 0, 0.16),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  padding: 22px 24px 22px 42px;
  position: relative;
}

.compliance-list li::after {
  background: var(--signal);
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 22px;
  position: absolute;
  top: 33px;
  width: 7px;
}

.offer {
  padding: var(--section-y) 0;
}

.offer-layout {
  align-items: start;
  display: grid;
  gap: 90px;
  grid-template-columns: 0.9fr minmax(420px, 0.78fr);
}

.engagement-brief {
  border-radius: 8px;
  padding: 42px;
}

.engagement-brief > p {
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.engagement-brief h3 {
  color: var(--white);
  font-family: var(--font-en);
  font-size: 42px;
  font-weight: 500;
  margin: 0 0 36px;
}

.engagement-brief dl {
  display: grid;
  gap: 0;
  margin: 0 0 36px;
}

.engagement-brief dl > div {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 20px;
  grid-template-columns: 100px 1fr;
  padding: 16px 0;
}

.engagement-brief dt {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.engagement-brief dd {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  margin: 0;
}

.offer-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.entry-plan-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.entry-plan-grid article {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 22px;
}

.entry-plan-grid span {
  color: var(--electric);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.entry-plan-grid strong {
  color: var(--white);
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.entry-plan-grid p,
.entry-note {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  margin: 14px 0 0;
}

.entry-note {
  margin: 0 0 28px;
}

.engagement-brief .button + .button {
  margin-left: 12px;
}

.final-cta {
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.final-cta::before {
  display: none;
  background: transparent;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.final-cta .network-canvas {
  display: none !important;
}

.final-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 760px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.final-inner .section-kicker {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  display: inline-flex;
  padding: 8px 16px;
}

.final-title {
  color: var(--white);
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  max-width: 900px;
}

.final-copy {
  color: rgba(255, 255, 255, 0.68);
  font-size: 19px;
  font-weight: 300;
  margin: 28px 0 34px;
  max-width: 680px;
}

.footer {
  align-items: center;
  background: var(--graphite);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.38);
  display: flex;
  font-family: var(--font-en);
  font-size: 12px;
  justify-content: space-between;
  padding: 28px 44px;
}


html:not([data-lang="en"]) .en-only,
html[data-lang="en"] .cn-only {
  display: none !important;
}

.market-tabs-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-card .price-table {
  margin: 0 0 24px;
}
.pricing-page .ambient-stage {
  background: var(--black);
}

.pricing-hero {
  align-items: center;
  display: flex;
  min-height: 780px;
  padding-top: 96px;
}

.pricing-hero-inner {
  text-align: center;
}

.pricing-title {
  color: var(--white);
  font-size: clamp(48px, 7vw, 94px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 26px auto 28px;
  max-width: 1120px;
}

.pricing-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.65;
  margin: 0 auto 32px;
  max-width: 920px;
}

.pricing-section {
  padding: var(--section-y) 0;
}

.market-tabs {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: var(--block-gap);
}

.market-tabs button {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(5, 6, 9, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  cursor: default;
  min-height: 150px;
  padding: 24px;
  text-align: left;
}

.market-tabs button.is-active {
  border-color: rgba(74, 141, 255, 0.75);
  box-shadow:
    0 0 0 1px rgba(74, 141, 255, 0.26),
    0 20px 60px rgba(74, 141, 255, 0.12);
}

.market-tabs strong,
.market-tabs span {
  display: block;
}

.market-tabs strong {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.market-tabs span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  margin-top: 18px;
}

.pricing-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: var(--block-gap);
}

.pricing-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
    rgba(5, 6, 9, 0.28);
  border-radius: 8px;
  min-height: 100%;
  padding: 34px;
  position: relative;
}

.pricing-card-wide {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.58fr);
}

.pricing-card-featured {
  border-color: rgba(74, 141, 255, 0.66);
  box-shadow:
    0 0 0 1px rgba(74, 141, 255, 0.22),
    0 22px 80px rgba(74, 141, 255, 0.16);
}

.plan-badge,
.plan-kicker {
  color: var(--electric);
  display: inline-flex;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.plan-badge {
  background: rgba(74, 141, 255, 0.16);
  border: 1px solid rgba(74, 141, 255, 0.38);
  border-radius: 999px;
  padding: 7px 11px;
  position: absolute;
  right: 24px;
  top: 24px;
}

.pricing-card h2,
.pricing-card h3 {
  color: var(--white);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 22px;
}

.pricing-card h2 {
  font-size: clamp(34px, 4.2vw, 60px);
}

.pricing-card h3 {
  font-size: clamp(28px, 3vw, 42px);
}

.pricing-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  margin: 0 0 24px;
}

.price-line {
  color: var(--white);
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 10px;
}

.plan-period {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font-size: 15px;
  margin-bottom: 26px;
}

.pricing-card ul,
.pricing-principles {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.pricing-card li,
.pricing-principles li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  padding-left: 18px;
  position: relative;
}

.pricing-card li::before,
.pricing-principles li::before {
  background: var(--signal);
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.68em;
  width: 6px;
}

.price-panel {
  display: grid;
  gap: 24px;
}

.price-table {
  border-collapse: collapse;
  width: 100%;
}

.price-table th,
.price-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  padding: 14px 0;
  text-align: left;
}

.price-table td {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.included-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: var(--block-gap);
}

.pricing-principles {
  margin: 0;
}

.pricing-support {
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  margin: -10px auto 34px;
  max-width: 940px;
}

.plan-mini-grid,
.diagnosis-grid,
.rule-grid {
  display: grid;
  gap: 18px;
  margin-top: var(--block-gap);
}

.plan-mini-grid,
.rule-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.diagnosis-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-mini-grid .pricing-card {
  padding: 24px;
  text-align: left;
}

.plan-mini-grid .pricing-card p:last-child,
.diagnosis-fit ul,
.success-fee p:last-child,
.principle-emphasis {
  margin-bottom: 0;
}

.diagnosis-fit {
  margin-top: var(--block-gap);
}

.plan-detail-grid {
  align-items: stretch;
}

.plan-detail-card {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.plan-detail-card h4 {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 8px 0 12px;
}

.plan-detail-card .button {
  margin: 4px 0 22px;
}

.plan-note {
  border-left: 1px solid rgba(74, 141, 255, 0.5);
  padding-left: 16px;
}

.fee-line {
  color: rgba(255, 255, 255, 0.86) !important;
  font-weight: 700;
}

.success-fee {
  background: rgba(74, 141, 255, 0.1);
  border: 1px solid rgba(74, 141, 255, 0.28);
  border-radius: 8px;
  margin-top: auto;
  padding: 18px;
}

.success-fee strong {
  color: var(--white);
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.success-fee p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.75;
}

.comparison-table-wrap {
  margin-top: var(--block-gap);
  overflow-x: auto;
  padding: 8px;
}

.comparison-table {
  border-collapse: collapse;
  min-width: 860px;
  width: 100%;
}

.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th,
.comparison-table tbody th {
  color: var(--white);
  font-weight: 700;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.principle-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.principle-emphasis {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 20px !important;
  line-height: 1.65 !important;
  padding-top: 24px;
}

.reveal,
.line-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 700ms ease;
  filter: blur(8px);
}

.reveal.is-visible,
.line-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.line-reveal:nth-child(2) {
  transition-delay: 90ms;
}

.line-reveal:nth-child(3) {
  transition-delay: 180ms;
}

.line-reveal:nth-child(4) {
  transition-delay: 270ms;
}

@media (max-width: 1100px) {
  .site-nav {
    grid-template-columns: 1fr auto;
    padding: 14px 24px;
  }

  .nav-shell {
    display: none;
  }

  .hero-title {
    font-size: 62px;
  }

  .section-title,
  .final-title {
    font-size: 52px;
  }

  .problem-layout,
  .industry-layout,
  .compliance-layout,
  .offer-layout,
  .case-screen,
  .pricing-card-wide {
    grid-template-columns: 1fr;
  }

  .market-tabs,
  .pricing-card-grid,
  .plan-mini-grid,
  .rule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .pipeline-finish {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .organize-board {
    min-height: 420px;
  }

  .organize-flow {
    grid-template-columns: 1fr;
  }

  .flow-core {
    min-height: 180px;
  }

  .flow-core::before,
  .flow-core::after {
    display: none;
  }

  .timeline {
    grid-template-columns: 1fr;
    overflow: visible;
    padding-bottom: 0;
  }

  .timeline-step {
    min-height: 0;
    padding: 28px 22px;
  }

  .timeline-step:last-child {
    border-right: 0;
  }

  .timeline-step::after {
    left: 22px;
  }

  .timeline-step h3 {
    margin: 22px 0 10px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15px;
  }

  .site-nav {
    gap: 12px;
    padding: 12px 16px;
  }

  .brand {
    gap: 8px;
  }

  .brand-text {
    display: grid;
  }

  .brand-text strong {
    font-size: 13px;
    line-height: 1.05;
  }

  .brand-text em {
    font-size: 10px;
  }

  .brand-mark {
    height: 40px;
    width: 40px;
  }

  .nav-cta {
    font-size: 12px;
    min-height: 40px;
    padding: 9px 13px;
  }

  .nav-actions {
    gap: 8px;
  }

  .lang-toggle {
    font-size: 12px;
    min-height: 40px;
    min-width: 42px;
    padding: 0 11px;
  }

  .section-inner {
    padding: 0 20px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    min-height: 720px;
    padding: 104px 20px 64px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .button {
    white-space: normal;
    width: 100%;
  }

  .coming-soon {
    padding: 28px 18px;
  }

  .coming-soon-panel {
    padding: 42px 22px;
  }

  .coming-soon-logo {
    height: 62px;
    margin-bottom: 28px;
    width: 62px;
  }

  .coming-soon-copy {
    font-size: 16px;
  }

  .proof,
  .reframe,
  .system,
  .process,
  .cases,
  .industries,
  .compliance,
  .human-team,
  .offer,
  .pricing-section {
    padding: var(--section-y-mobile) 0;
  }

  .section-title,
  .reframe-title,
  .final-title {
    font-size: 36px;
  }

  .section-lead {
    font-size: 16px;
  }

  .proof-grid {
    gap: 28px;
    grid-template-columns: 1fr;
    margin-top: var(--block-gap-mobile);
  }

  .proof-stat strong {
    font-size: 64px;
  }

  .problem {
    padding: var(--section-y-mobile) 0;
  }

  .problem-layout {
    gap: 54px;
  }

  .problem-lines p {
    font-size: 23px;
  }

  .organize-board {
    min-height: 350px;
    padding: 24px 18px;
  }

  .organize-heading strong {
    font-size: 19px;
  }

  .flow-column span {
    font-size: 14px;
  }

  .clean-pipeline {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 18px;
  }

  .clean-pipeline span {
    border-left: 1px solid rgba(74, 141, 255, 0.45);
    padding-left: 18px;
    text-align: left;
  }

  .clean-pipeline span::before {
    left: -4px;
    top: 7px;
    transform: none;
  }

  .contrast-line,
  .pipeline-finish,
  .engagement-brief dl > div {
    grid-template-columns: 1fr;
  }

  .reframe-pause {
    font-size: 28px;
    margin-top: 60px;
  }

  .system-rail {
    gap: 16px;
    grid-template-columns: 1fr;
    overflow: visible;
    padding-bottom: 0;
  }

  .system-module {
    min-height: auto;
    padding: 28px 22px;
  }

  .system-module:last-child {
    border-right: 0;
  }

  .system-module::after {
    left: 22px;
  }

  .system-module h3 {
    margin: 36px 0 14px;
  }

  .system-stack {
    padding: 14px;
  }

  .system-stack .pipeline-finish {
    gap: 12px;
  }

  .case-screen {
    gap: 36px;
    min-height: auto;
    padding: 70px 20px;
  }

  .case-copy h3,
  .case-data strong,
  .engagement-brief h3 {
    font-size: 32px;
  }

  .case-data {
    border-left: 0;
    padding-left: 0;
  }

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

  .market-tabs,
  .pricing-card-grid,
  .included-grid,
  .plan-mini-grid,
  .rule-grid,
  .principle-list {
    grid-template-columns: 1fr;
  }

  .market-tabs button {
    min-height: auto;
  }

  .pricing-hero {
    min-height: 720px;
    padding-top: 92px;
  }

  .pricing-title {
    font-size: 42px;
  }

  .pricing-lead {
    font-size: 16px;
  }

  .pricing-support {
    font-size: 15px;
  }

  .pricing-card {
    padding: 28px 20px;
  }

  .pricing-card h2 {
    font-size: 34px;
  }

  .pricing-card h3 {
    font-size: 30px;
  }

  .comparison-table-wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 13px;
    padding: 13px 12px;
  }

  .market-card {
    min-height: auto;
    padding: 28px 20px;
  }

  .compliance-layout,
  .offer-layout {
    gap: 48px;
  }

  .engagement-brief {
    padding: 28px 20px;
  }

  .engagement-brief .button + .button {
    margin-left: 0;
    margin-top: 12px;
  }

  .final-cta,
  .final-inner {
    min-height: 720px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 24px 20px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal,
  .line-reveal,
  .word {
    filter: none;
    opacity: 1;
    transform: none;
  }
}

/* Conversion-focused structure updates */
.hero-title {
  font-size: clamp(50px, 6.2vw, 82px);
  max-width: 1120px;
  overflow-wrap: anywhere;
}

.hero-copy {
  max-width: 900px;
}

.team-loop {
  max-width: 980px;
}

.hero-fit {
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
  margin: 22px 0 0;
  max-width: 780px;
}

.problem .section-inner {
  max-width: var(--content-width);
}

@media (min-width: 1101px) {
  .problem-layout {
    display: block;
  }
}

.problem-copy {
  max-width: 980px;
}

.problem-card-grid,
.solution-grid,
.choice-grid,
.path-steps,
.offer-steps,
.edition-grid {
  display: grid;
  gap: 18px;
  margin-top: var(--block-gap);
}

.problem-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.problem-card,
.solution-card,
.offer-step,
.path-step,
.ai-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.016)),
    rgba(5, 6, 9, 0.28);
  border-radius: 8px;
  box-shadow:
    4px 4px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
  padding: 26px;
}

.problem-card {
  min-height: 300px;
}

.card-number,
.module-index {
  align-items: center;
  background: rgba(74, 141, 255, 0.12);
  border: 1px solid rgba(74, 141, 255, 0.32);
  border-radius: 999px;
  color: var(--electric);
  display: inline-flex;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  min-width: 34px;
  padding: 0 10px;
}

.problem-card h3,
.solution-card h3,
.offer-step h3,
.path-step h3,
.ai-card h3 {
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin: 28px 0 12px;
}

.problem-card p,
.solution-card p,
.offer-step p,
.path-step p,
.ai-card li {
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-principle {
  grid-column: 1 / -1;
  min-height: 0;
}

.card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.card-chips span {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.25;
  padding: 7px 10px;
}

.system-grid.system-rail {
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: var(--block-gap);
  overflow: visible;
  padding-bottom: 0;
}

.system-grid .system-module {
  min-height: 310px;
  padding: 28px;
}

.system-grid .system-module::after {
  display: none;
}

.system-grid .system-module h3 {
  font-family: var(--font-cn);
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0 14px;
}

.system-grid .system-module p {
  line-height: 1.7;
}

.case-sections {
  display: grid;
  gap: 18px;
}

.case-sections div {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 16px;
}

.case-sections strong {
  color: var(--white);
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.case-sections p {
  margin: 0;
}

.ai-compare {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-benefit-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  max-width: 700px;
}

.ai-benefit-strip span {
  background: rgba(74, 141, 255, 0.12);
  border: 1px solid rgba(74, 141, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 14px;
}

.ai-card {
  min-height: 420px;
}

.ai-card h3 {
  margin-top: 0;
}

.ai-card ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.ai-card li {
  padding-left: 22px;
  position: relative;
}

.ai-card li::before {
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 7px;
}

.ai-do li::before {
  background: var(--signal);
}

.ai-dont li::before {
  background: rgba(255, 255, 255, 0.45);
}

.human-team {
  padding: 96px 0 76px;
}

.human-team-header {
  max-width: 980px;
}

.human-team .section-title {
  font-size: clamp(42px, 4.7vw, 60px);
  max-width: 920px;
}

.human-team .section-lead {
  max-width: 860px;
}

.human-expert-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 38px;
}

.human-expert-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.018)),
    rgba(5, 6, 9, 0.3);
  border-radius: 8px;
  box-shadow:
    4px 4px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
  grid-column: span 2;
  padding: 26px;
}

.human-expert-card:nth-child(1),
.human-expert-card:nth-child(2) {
  grid-column: span 3;
}

.human-expert-index {
  align-items: center;
  background: rgba(74, 141, 255, 0.12);
  border: 1px solid rgba(74, 141, 255, 0.34);
  border-radius: 999px;
  color: var(--electric);
  display: inline-flex;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  min-width: 34px;
  padding: 0 10px;
}

.human-expert-card h3 {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 28px 0 12px;
}

.human-expert-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.72;
  margin: 0;
}

.human-expert-card strong {
  color: var(--electric);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 20px 0 10px;
}

.human-expert-card ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.human-expert-card li {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.58;
  padding-left: 16px;
  position: relative;
}

.human-expert-card li::before {
  background: rgba(74, 141, 255, 0.86);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0.78em;
  width: 5px;
}

.human-expert-card li.keep-line {
  font-size: 13px;
  white-space: nowrap;
}

.human-team-emphasis {
  align-items: center;
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 220px minmax(0, 1fr);
  margin-top: 16px;
  padding: 26px 28px;
}

.human-team-emphasis strong {
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.human-team-emphasis > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.market-card .button {
  margin-top: 28px;
}

.offer-steps,
.path-steps,
.edition-grid,
.choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#how-to-choose .plan-badge {
  bottom: auto;
  left: auto;
  margin: 0;
  right: -22px;
  top: -20px;
}

#how-to-choose .pricing-card-featured {
  overflow: visible;
}

.edition-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.offer-step-featured,
.path-step-featured,
.pricing-card-featured {
  background:
    linear-gradient(180deg, rgba(74, 141, 255, 0.14), rgba(255, 255, 255, 0.018)),
    rgba(5, 6, 9, 0.32);
}

.offer-step span,
.path-step span {
  color: var(--electric);
  display: inline-flex;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.offer-step h3,
.path-step h3 {
  margin-top: 0;
}

.pricing-card .button {
  margin-top: 8px;
}

.pricing-card-featured .button-primary {
  width: 100%;
}

.scope-grid .scope-card {
  min-height: 0;
}

.scope-included {
  background:
    linear-gradient(180deg, rgba(77, 255, 179, 0.08), rgba(255, 255, 255, 0.016)),
    rgba(5, 6, 9, 0.28);
}

.scope-not {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.016)),
    rgba(5, 6, 9, 0.28);
}

@media (max-width: 1180px) {
  .problem-card-grid,
  .system-grid.system-rail,
  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .problem-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .human-expert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .human-expert-card,
  .human-expert-card:nth-child(1),
  .human-expert-card:nth-child(2) {
    grid-column: auto;
  }

}

@media (max-width: 900px) {
  .ai-compare,
  .offer-steps,
  .path-steps,
  .choice-grid,
  .edition-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero-title {
    font-size: 38px;
    line-height: 1.12;
  }

  .hero-fit {
    font-size: 13px;
  }

  .team-loop {
    justify-content: flex-start;
  }

  .problem-card-grid,
  .solution-grid,
  .system-grid.system-rail,
  .problem-card-grid {
    grid-template-columns: 1fr;
    margin-top: var(--block-gap-mobile);
  }

  .problem-card,
  .solution-card,
  .system-grid .system-module,
  .ai-card,
  .human-expert-card,
  .offer-step,
  .path-step {
    min-height: auto;
    padding: 24px 20px;
  }

  #how-to-choose .plan-badge {
    right: 14px;
    top: 14px;
  }

  .human-team {
    padding: 72px 0;
  }

  .human-team .section-title {
    font-size: 34px;
  }

  .human-expert-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .human-expert-card h3 {
    font-size: 23px;
  }

  .human-expert-card li.keep-line {
    font-size: 14px;
    white-space: normal;
  }

  .human-team-emphasis {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .solution-principle {
    grid-column: auto;
  }

  .ai-card {
    min-height: auto;
  }

  .case-sections {
    gap: 14px;
  }

  .pricing-card .button,
  .market-card .button {
    width: 100%;
  }

  .price-table th,
  .price-table td {
    display: block;
    padding: 10px 0 0;
    text-align: left;
  }

  .price-table tr {
    display: block;
    padding: 10px 0 14px;
  }

  .price-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 12px;
  }
}
/* Fix nested language spans inside hero chips and before/after flow cards. */
.team-loop > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  font-size: 14px;
  min-height: 38px;
  padding: 0 16px;
}

.team-loop > span::before {
  background: var(--signal);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(77, 255, 179, 0.38);
  content: "";
  flex: 0 0 6px;
  height: 6px;
  margin-right: 9px;
  width: 6px;
}

.team-loop > span > span,
.flow-column > span > span,
.flow-column p > span,
.flow-core strong span,
.flow-core small span {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font: inherit;
  min-height: 0;
  padding: 0;
  text-transform: none;
}

.team-loop > span > span::before,
.flow-column > span > span::before,
.flow-column p > span::before,
.flow-core strong span::before,
.flow-core small span::before {
  content: none;
  display: none;
}

.flow-column > span {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
  display: flex;
  font-size: 15px;
  min-height: 42px;
  padding: 0 14px;
}

.flow-column > span::before {
  background: rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  content: "";
  flex: 0 0 6px;
  height: 6px;
  margin-right: 10px;
  width: 6px;
}

.flow-column-output > span {
  border-color: rgba(74, 141, 255, 0.18);
}

.flow-column-output > span::before {
  background: var(--electric);
}

.flow-core > span {
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Keep the problem flow panel to one visual line system. */
.organize-board.liquid-glass {
  border: 0;
}

.organize-board::after {
  content: none;
  display: none;
}


/* Refine the Before / LeadPilot / After flow into clearer glass cards. */
.organize-board.liquid-glass {
  border: 1px solid rgba(255, 255, 255, 0.14);
  min-height: 0;
  padding: 30px;
}

.organize-board .organize-heading {
  margin-bottom: 22px;
}

.organize-board .organize-heading strong {
  display: block;
  font-size: 18px;
  line-height: 1.55;
}

.organize-board .organize-heading p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.72;
  margin: 8px 0 0;
}

.compact-flow {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1.2fr);
}

.compact-flow .flow-column,
.compact-flow .flow-core {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.compact-flow .flow-column {
  align-content: start;
  display: grid;
  gap: 10px;
  padding: 16px;
}

.compact-flow .flow-column p {
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.compact-flow .flow-column > span {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  min-height: 40px;
}

.compact-flow .flow-column-output {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compact-flow .flow-column-output p {
  grid-column: 1 / -1;
}

.compact-flow .flow-column-output > span {
  background: rgba(74, 141, 255, 0.08);
  border-color: rgba(74, 141, 255, 0.18);
  color: rgba(255, 255, 255, 0.86);
}

.compact-flow .flow-core {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 16px 14px;
  text-align: center;
}

.compact-flow .flow-core::before,
.compact-flow .flow-core::after {
  content: none;
  display: none;
}

.compact-flow .flow-core span {
  color: var(--electric);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.compact-flow .flow-core strong {
  color: var(--white);
  font-size: 22px;
  line-height: 1.2;
  margin-top: 8px;
}

.compact-flow .flow-core small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 8px;
}

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

  .compact-flow .flow-core {
    min-height: 0;
    padding: 18px;
  }

  .compact-flow .flow-column-output {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .organize-board.liquid-glass {
    padding: 22px 16px;
  }
}

/* Three-column customer development conversion diagram */
.conversion-flow {
  align-items: stretch;
  gap: 16px;
  grid-template-columns: minmax(0, 32fr) minmax(0, 24fr) minmax(0, 44fr);
}

.conversion-flow .flow-column,
.conversion-flow .flow-core {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(5, 6, 9, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  min-width: 0;
}

.conversion-flow .flow-column {
  align-content: start;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.conversion-flow .flow-core {
  align-items: stretch;
  display: grid;
  gap: 12px;
  justify-content: stretch;
  min-height: 0;
  padding: 18px;
  text-align: left;
}

.conversion-flow .flow-core::before,
.conversion-flow .flow-core::after {
  content: none;
  display: none;
}

.conversion-flow h3 {
  color: var(--white);
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0;
}

.conversion-flow .flow-process h3 {
  color: var(--electric);
  font-family: var(--font-cn);
  font-size: 18px;
  letter-spacing: 0;
}

.conversion-flow p,
.conversion-flow small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.58;
  margin: 0;
}

.flow-card-list,
.flow-result-grid,
.flow-timeline {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.flow-result-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.conversion-flow .flow-card-list > span,
.conversion-flow .flow-result-grid > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  font-size: 14px;
  line-height: 1.35;
  min-height: 44px;
  min-width: 0;
  overflow-wrap: break-word;
  padding: 10px 12px;
  white-space: normal;
  word-break: keep-all;
}

.conversion-flow .flow-card-list > span::before,
.conversion-flow .flow-result-grid > span::before {
  content: none;
  display: none;
}

.conversion-flow .flow-result-grid > span {
  background: rgba(74, 141, 255, 0.08);
  border-color: rgba(74, 141, 255, 0.18);
}

.conversion-flow .flow-card-list > span > span,
.conversion-flow .flow-result-grid > span > span,
.conversion-flow .flow-timeline strong span,
.conversion-flow p > span,
.conversion-flow small > span {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font: inherit;
  min-height: 0;
  padding: 0;
  text-transform: none;
}

.conversion-flow .flow-card-list > span > span::before,
.conversion-flow .flow-result-grid > span > span::before,
.conversion-flow .flow-timeline strong span::before,
.conversion-flow p > span::before,
.conversion-flow small > span::before {
  content: none;
  display: none;
}

.flow-timeline {
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
}

.flow-timeline li {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 48px;
  padding: 9px 10px;
}

.conversion-flow .flow-timeline li > span {
  align-items: center;
  background: rgba(74, 141, 255, 0.12);
  border: 1px solid rgba(74, 141, 255, 0.26);
  border-radius: 999px;
  color: var(--electric);
  display: inline-flex;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  letter-spacing: 0;
  min-width: 0;
  padding: 0;
  width: 34px;
}

.conversion-flow .flow-timeline li > span::before {
  content: none;
  display: none;
}

.flow-timeline strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.42;
}

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

@media (max-width: 520px) {
  .flow-result-grid {
    grid-template-columns: 1fr;
  }
}

/* Polished triptych flow board */
.organize-board.liquid-glass {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
    rgba(5, 6, 9, 0.2);
  border-color: rgba(255, 255, 255, 0.12);
  margin-top: 26px;
  padding: 18px;
}

.conversion-flow {
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1.16fr) 42px minmax(0, 1.1fr);
}

.conversion-flow .flow-column,
.conversion-flow .flow-core {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(7, 13, 20, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  min-height: 420px;
  padding: 28px;
  position: relative;
}

.conversion-flow .flow-process {
  border-color: rgba(74, 141, 255, 0.58);
  box-shadow:
    0 0 0 1px rgba(74, 141, 255, 0.14),
    0 22px 70px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.conversion-flow .flow-before::before,
.conversion-flow .flow-process::before {
  content: none;
  display: none;
}

.conversion-flow .flow-before::after,
.conversion-flow .flow-process::after {
  content: none;
  display: none;
}

.flow-connector {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.flow-connector span {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(74, 141, 255, 0.8));
  display: block;
  height: 1px;
  position: relative;
  width: 100%;
}

.flow-connector span::after {
  border-right: 2px solid rgba(74, 141, 255, 0.86);
  border-top: 2px solid rgba(74, 141, 255, 0.86);
  content: "";
  height: 10px;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
}

.flow-panel-header {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 16px;
  grid-template-columns: 62px minmax(0, 1fr);
  min-height: 82px;
  padding-bottom: 22px;
}

.flow-before .flow-panel-header,
.flow-after .flow-panel-header {
  grid-template-columns: 1fr;
}

.flow-panel-header h3,
.conversion-flow .flow-process h3 {
  color: var(--white);
  font-family: var(--font-cn);
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 6px;
}

.flow-panel-header p,
.conversion-flow .flow-panel-header p {
  color: rgba(255, 255, 255, 0.56);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}

.flow-panel-icon,
.flow-logo-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  position: relative;
  width: 58px;
}

.flow-logo-icon {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(74, 141, 255, 0.42);
  box-shadow: 0 0 34px rgba(74, 141, 255, 0.28);
}

.flow-logo-icon img {
  display: block;
  height: 34px;
  object-fit: contain;
  width: 34px;
}

.flow-dots {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 5px);
  place-content: center;
}

.flow-dots i {
  border: 2px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  display: block;
  height: 5px;
  width: 5px;
}

.flow-target::before {
  border: 2px solid rgba(74, 141, 255, 0.78);
  border-radius: 999px;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}

.flow-target::after {
  border-right: 2px solid rgba(74, 141, 255, 0.92);
  border-top: 2px solid rgba(74, 141, 255, 0.92);
  content: "";
  height: 13px;
  position: absolute;
  transform: rotate(45deg) translate(6px, -4px);
  width: 13px;
}

.flow-card-list {
  gap: 16px;
  margin-top: 28px;
}

.conversion-flow .flow-card-list > span {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 700;
  gap: 16px;
  min-height: 72px;
  padding: 16px 18px;
}

.conversion-flow .flow-card-list > span b,
.conversion-flow .flow-result-grid > span b {
  color: rgba(255, 255, 255, 0.58);
  flex: 0 0 auto;
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.flow-timeline {
  gap: 0;
  margin-top: 24px;
  position: relative;
}

.flow-timeline::before {
  background: rgba(74, 141, 255, 0.55);
  bottom: 34px;
  content: "";
  left: 33px;
  position: absolute;
  top: 34px;
  width: 2px;
}

.flow-timeline li {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0;
  gap: 24px;
  grid-template-columns: 68px minmax(0, 1fr);
  min-height: 96px;
  padding: 20px 0;
  position: relative;
}

.flow-timeline li:first-child {
  padding-top: 0;
}

.flow-timeline li:last-child {
  padding-bottom: 0;
}

.conversion-flow .flow-timeline li > span {
  background: rgba(14, 30, 54, 0.98);
  border-color: rgba(74, 141, 255, 0.72);
  box-shadow: 0 0 0 6px rgba(74, 141, 255, 0.05);
  color: rgba(126, 177, 255, 0.98);
  font-size: 18px;
  height: 64px;
  position: relative;
  width: 64px;
  z-index: 1;
}

.flow-timeline strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 1.45vw, 26px);
  font-weight: 800;
  line-height: 1.35;
}

.conversion-flow .flow-process small {
  color: rgba(74, 141, 255, 0.95);
  display: block;
  font-size: clamp(17px, 1.35vw, 24px);
  font-weight: 800;
  line-height: 1.45;
  margin-top: 28px;
}

.flow-result-grid {
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.conversion-flow .flow-result-grid > span {
  align-items: center;
  background: rgba(74, 141, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  flex-direction: column;
  font-size: 17px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  min-height: 96px;
  padding: 18px 12px;
  text-align: center;
}

.conversion-flow .flow-result-grid > span b {
  color: rgba(74, 141, 255, 0.94);
  font-size: 30px;
}

.flow-panel-note,
.conversion-flow .flow-panel-note {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: auto 0 0;
  padding-top: 22px;
  text-align: center;
}

.conversion-flow .flow-panel-header h3 span,
.conversion-flow .flow-panel-header p span,
.conversion-flow .flow-panel-note span {
  background: transparent;
  border-radius: inherit;
  box-shadow: none;
  color: inherit;
  font: inherit;
  min-height: 0;
  padding: 0;
  text-transform: none;
}

.conversion-flow .flow-panel-header h3 span::before,
.conversion-flow .flow-panel-header p span::before,
.conversion-flow .flow-panel-note span::before,
.conversion-flow .flow-panel-icon::before,
.conversion-flow .flow-logo-icon::before {
  content: none;
  display: none;
}

.conversion-flow .flow-target::before {
  content: "";
  display: block;
}

@media (max-width: 1280px) {
  .conversion-flow {
    gap: 18px;
  }

  .conversion-flow .flow-column,
  .conversion-flow .flow-core {
    padding: 22px;
  }

  .conversion-flow .flow-before::after,
  .conversion-flow .flow-process::after,
  .conversion-flow .flow-before::before,
  .conversion-flow .flow-process::before {
    display: none;
  }

  .flow-panel-header {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .flow-panel-icon,
  .flow-logo-icon {
    height: 46px;
    width: 46px;
  }

  .flow-logo-icon img {
    height: 28px;
    width: 28px;
  }

  .conversion-flow .flow-card-list > span,
  .conversion-flow .flow-result-grid > span {
    font-size: 15px;
  }

  .flow-timeline li {
    gap: 14px;
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 80px;
  }

  .conversion-flow .flow-timeline li > span {
    height: 48px;
    width: 48px;
  }

  .flow-timeline::before {
    left: 25px;
  }
}

@media (max-width: 1500px) and (min-width: 1101px) {
  .organize-board.liquid-glass {
    padding: 16px;
  }

  .conversion-flow {
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1.16fr) 34px minmax(0, 1.1fr);
  }

  .conversion-flow .flow-column,
  .conversion-flow .flow-core {
    min-height: 0;
    padding: 20px;
  }

  .conversion-flow .flow-before::after,
  .conversion-flow .flow-process::after,
  .conversion-flow .flow-before::before,
  .conversion-flow .flow-process::before {
    right: -20px;
  }

  .flow-panel-header {
    gap: 12px;
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 66px;
    padding-bottom: 16px;
  }

  .flow-panel-header h3,
  .conversion-flow .flow-process h3 {
    font-size: 24px;
  }

  .flow-panel-header p,
  .conversion-flow .flow-panel-header p {
    font-size: 13px;
  }

  .flow-panel-icon,
  .flow-logo-icon {
    height: 44px;
    width: 44px;
  }

  .flow-logo-icon img {
    height: 27px;
    width: 27px;
  }

  .flow-card-list,
  .flow-result-grid {
    gap: 12px;
    margin-top: 20px;
  }

  .conversion-flow .flow-card-list > span {
    font-size: 15px;
    gap: 12px;
    min-height: 56px;
    padding: 12px 14px;
  }

  .conversion-flow .flow-card-list > span b,
  .conversion-flow .flow-result-grid > span b {
    font-size: 22px;
  }

  .conversion-flow .flow-result-grid > span {
    font-size: 14px;
    gap: 8px;
    min-height: 70px;
    padding: 12px 8px;
  }

  .flow-timeline {
    margin-top: 18px;
  }

  .flow-timeline li {
    gap: 14px;
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 70px;
    padding: 14px 0;
  }

  .flow-timeline::before {
    bottom: 26px;
    left: 24px;
    top: 26px;
  }

  .conversion-flow .flow-timeline li > span {
    font-size: 13px;
    height: 46px;
    width: 46px;
  }

  .flow-timeline strong {
    font-size: 17px;
  }

  .conversion-flow .flow-process small {
    font-size: 16px;
    margin-top: 18px;
  }

  .flow-panel-note,
  .conversion-flow .flow-panel-note {
    font-size: 13px;
    padding-top: 16px;
  }
}

@media (min-width: 1501px) {
  .organize-board.liquid-glass {
    padding: 16px;
  }

  .conversion-flow {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1.16fr) 42px minmax(0, 1.1fr);
  }

  .conversion-flow .flow-column,
  .conversion-flow .flow-core {
    min-height: 0;
    padding: 22px;
  }

  .flow-panel-header {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 70px;
    padding-bottom: 16px;
  }

  .flow-before .flow-panel-header,
  .flow-after .flow-panel-header {
    grid-template-columns: 1fr;
  }

  .flow-panel-header h3,
  .conversion-flow .flow-process h3 {
    font-size: 28px;
  }

  .flow-panel-header p,
  .conversion-flow .flow-panel-header p {
    font-size: 14px;
  }

  .flow-card-list,
  .flow-result-grid {
    gap: 12px;
    margin-top: 22px;
  }

  .conversion-flow .flow-card-list > span {
    font-size: 16px;
    min-height: 58px;
    padding: 12px 16px;
  }

  .conversion-flow .flow-result-grid > span {
    font-size: 15px;
    min-height: 78px;
    padding: 12px 10px;
  }

  .flow-timeline {
    margin-top: 18px;
  }

  .flow-timeline li {
    gap: 18px;
    grid-template-columns: 56px minmax(0, 1fr);
    min-height: 76px;
    padding: 14px 0;
  }

  .conversion-flow .flow-timeline li > span {
    font-size: 15px;
    height: 52px;
    width: 52px;
  }

  .flow-timeline::before {
    bottom: 28px;
    left: 26px;
    top: 28px;
  }

  .flow-timeline strong {
    font-size: 20px;
  }

  .conversion-flow .flow-process small {
    font-size: 18px;
    margin-top: 18px;
  }

  .flow-panel-note,
  .conversion-flow .flow-panel-note {
    font-size: 14px;
    padding-top: 16px;
  }
}

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

  .conversion-flow .flow-column,
  .conversion-flow .flow-core {
    min-height: 0;
  }

  .flow-connector {
    align-self: center;
    height: 38px;
    width: 1px;
  }

  .flow-connector span {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(74, 141, 255, 0.8));
    height: 100%;
    width: 1px;
  }

  .flow-connector span::after {
    right: auto;
    top: auto;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
}
/* Case study cards: anonymous pilot scenarios */
.case-section {
  padding: var(--section-y) 0;
}

.case-section-header {
  max-width: var(--content-width);
}

.case-guidance {
  border-left: 1px solid rgba(74, 141, 255, 0.7);
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.75;
  margin: 28px 0 0;
  max-width: 100%;
  padding-left: 18px;
}

.case-grid {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
  margin-top: 44px;
}

.case-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022)),
    rgba(5, 6, 9, 0.34);
  border-radius: 8px;
  box-shadow:
    4px 4px 34px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 18px 26px;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  min-height: 0;
  padding: 28px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.case-card > * {
  position: relative;
  z-index: 1;
}

.case-card:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.028)),
    rgba(5, 6, 9, 0.38);
  transform: translateY(-4px);
}

.case-badge {
  align-self: flex-start;
  border: 1px solid rgba(74, 141, 255, 0.24);
  border-radius: 999px;
  color: rgba(132, 183, 255, 0.96);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  padding: 7px 11px;
}

.case-badge {
  grid-column: 1;
  grid-row: 1;
}

.case-title {
  color: var(--white);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 700;
  grid-column: 1;
  grid-row: 2;
  line-height: 1.2;
  margin: 0;
}

.case-summary {
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  grid-column: 1;
  grid-row: 3;
  line-height: 1.72;
  margin: 0;
}

.case-meta {
  display: grid;
  gap: 10px;
  grid-column: 1;
  grid-row: 4;
}

.case-meta-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 12px;
}

.case-meta-item span {
  color: rgba(255, 255, 255, 0.42);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}

.case-meta-item strong {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 14px;
  line-height: 1.55;
}

.case-metrics {
  display: grid;
  gap: 10px;
  grid-column: 2;
  grid-row: 1 / span 3;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-metric {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  min-height: 86px;
  padding: 12px;
}

.case-metric strong {
  color: var(--white);
  display: block;
  font-family: var(--font-en);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.case-metric span {
  color: rgba(255, 255, 255, 0.64);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 8px;
}

.case-ai-execution {
  background:
    linear-gradient(180deg, rgba(74, 141, 255, 0.13), rgba(77, 255, 179, 0.035)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(132, 183, 255, 0.26);
  border-radius: 8px;
  grid-column: 2;
  grid-row: 4 / span 2;
  padding: 16px;
}

.case-kicker {
  color: rgba(132, 183, 255, 0.98);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.case-ai-execution p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 12px;
}

.case-ai-execution ul,
.case-block ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.case-ai-execution li,
.case-block li {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}

.case-ai-execution li::before,
.case-block li::before {
  background: var(--signal);
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
}

.case-flow,
.case-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.case-flow span,
.case-chips span {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  font-size: 12px;
  line-height: 1.2;
  padding: 7px 10px;
}

.case-outcome {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  grid-column: 1;
  grid-row: 5;
  padding: 15px;
}

.case-outcome strong,
.case-block h4 {
  color: var(--white);
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
}

.case-outcome p,
.case-block p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.case-details {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  grid-column: 1 / -1;
  grid-row: 6;
  padding-top: 14px;
}

.case-details summary {
  color: var(--white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style-position: outside;
  outline-offset: 4px;
}

.case-details summary::marker {
  color: var(--electric);
}

.case-block {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 16px;
  padding-top: 16px;
}


/* Short case cards for compact pilot scenarios */
.case-grid-short {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: var(--content-width);
}

.case-card-short {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: 24px;
}

.case-card-short .case-badge,
.case-card-short .case-title,
.case-card-short .case-summary,
.case-card-short .case-metrics,
.case-card-short .case-outcome,
.case-card-short .case-chips,
.case-card-short .case-block {
  grid-column: auto;
  grid-row: auto;
}

.case-card-short .case-title {
  font-size: clamp(24px, 2vw, 34px);
}

.case-short-block {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0;
  padding-top: 14px;
}

.case-short-list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.case-short-list li {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.62;
  padding-left: 17px;
  position: relative;
}

.case-short-list li::before {
  background: var(--signal);
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
}

.case-metrics-short {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-card-short .case-metric {
  min-height: 78px;
}

.case-card-short .case-outcome {
  margin-top: auto;
}

@media (max-width: 1100px) {
  .case-grid-short {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .case-grid-short {
    grid-template-columns: 1fr;
  }

  .case-card-short {
    padding: 20px;
  }

  .case-metrics-short {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1100px) and (min-width: 901px) {
  .case-grid {
    grid-template-columns: 1fr;
  }

  .case-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .case-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 901px) {
  .case-chips {
    grid-column: 1 / -1;
    grid-row: 7;
  }
}

@media (max-width: 900px) {
  .case-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .case-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .case-section {
    padding: var(--section-y-mobile) 0;
  }

  .case-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .case-card {
    padding: 20px;
  }

  .case-metrics {
    grid-template-columns: 1fr;
  }

  .case-title {
    font-size: 24px;
  }

  .case-guidance {
    font-size: 15px;
  }
}




/* Final uniform section width and case columns */
@media (min-width: 1101px) {
  .case-grid.case-grid-short {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) and (min-width: 721px) {
  .case-grid.case-grid-short {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .case-grid.case-grid-short {
    grid-template-columns: 1fr;
  }
}

/* Horizontal short case strips */
.case-grid.case-grid-short {
  grid-template-columns: 1fr;
  gap: 24px;
}

.case-card-short {
  align-items: start;
  column-gap: 28px;
  display: grid;
  grid-template-areas:
    "badge work metrics"
    "title work metrics"
    "summary work outcome"
    "chips chips chips";
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) minmax(260px, 0.85fr);
  min-height: 0;
  padding: 28px;
  row-gap: 14px;
}

.case-card-short .case-badge {
  grid-area: badge;
}

.case-card-short .case-title {
  grid-area: title;
  margin: 0;
}

.case-card-short .case-summary {
  grid-area: summary;
}

.case-card-short .case-short-block {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  grid-area: work;
  padding-left: 22px;
  padding-top: 0;
}

.case-card-short .case-metrics-short {
  grid-area: metrics;
  margin-top: 0;
}

.case-card-short .case-outcome {
  grid-area: outcome;
  margin-top: 0;
}

.case-card-short .case-chips {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  grid-area: chips;
  padding-top: 14px;
}

@media (max-width: 1100px) {
  .case-card-short {
    grid-template-areas:
      "badge metrics"
      "title metrics"
      "summary metrics"
      "work outcome"
      "chips chips";
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
  }

  .case-card-short .case-short-block {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 0;
    padding-top: 14px;
  }
}

@media (max-width: 760px) {
  .case-card-short {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }

  .case-card-short .case-badge,
  .case-card-short .case-title,
  .case-card-short .case-summary,
  .case-card-short .case-metrics-short,
  .case-card-short .case-outcome,
  .case-card-short .case-chips,
  .case-card-short .case-short-block {
    grid-area: auto;
  }

  .case-card-short .case-metrics-short {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .case-card-short .case-metrics-short {
    grid-template-columns: 1fr;
  }
}

/* Case action column readability polish */
.case-card-short .case-short-block {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 20px;
}

.case-card-short .case-short-block h4 {
  color: var(--white);
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.case-card-short .case-short-list {
  gap: 12px;
}

.case-card-short .case-short-list li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.72;
  padding-left: 20px;
}

.case-card-short .case-short-list li::before {
  height: 7px;
  top: 10px;
  width: 7px;
}

@media (min-width: 1101px) {
  .case-card-short {
    column-gap: 32px;
    grid-template-columns: minmax(280px, 0.82fr) minmax(500px, 1.45fr) minmax(250px, 0.78fr);
  }
}

@media (max-width: 1100px) {
  .case-card-short .case-short-block {
    padding: 18px;
  }
}

/* Center the action block within horizontal case cards */
@media (min-width: 1101px) {
  .case-card-short .case-short-block {
    align-self: center;
    justify-self: stretch;
    margin-block: auto;
  }
}


