:root {
  --scroll: 0;
  --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.36;
  --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;
}

.ambient-stage {
  background: #050609;
  inset: -12%;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.ambient-stage::before {
  background: rgba(5, 6, 9, 0.68);
  content: "";
  inset: 0;
  opacity: 1;
  position: absolute;
  z-index: 1;
}

.ambient-stage::after {
  background: linear-gradient(90deg, rgba(5, 6, 9, 0.92), transparent 22%, transparent 78%, rgba(5, 6, 9, 0.92));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 3;
}

.ambient-video {
  filter: saturate(0.78) contrast(1.08) brightness(0.82);
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.56;
  pointer-events: none;
  position: absolute;
  transition: opacity 240ms ease;
  user-select: none;
  width: 100%;
  z-index: 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;
}

.is-video-paused .ambient-video {
  opacity: 0;
}

.ambient-grid {
  display: none;
  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: 52px;
  padding: 8px 12px;
  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: 1180px;
  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);
}

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

.network-canvas {
  display: none;
  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: 40px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: var(--block-gap);
}

.proof-stat {
  border-top: 1px solid var(--dark-line);
  padding-top: 24px;
}

.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.055), rgba(255, 255, 255, 0.018)),
    rgba(5, 6, 9, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 30px 80px rgba(0, 0, 0, 0.18);
  min-height: 420px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.organize-board::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  inset: 0;
  opacity: 0.5;
  position: absolute;
}

.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: 0;
  margin-top: 56px;
  max-width: 980px;
}

.contrast-line {
  align-items: baseline;
  border-top: 1px solid var(--dark-line);
  display: grid;
  gap: 28px;
  grid-template-columns: 0.85fr 1.1fr;
  padding: 26px 0;
}

.contrast-line:last-child {
  border-bottom: 1px solid var(--dark-line);
}

.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-rail {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(6, minmax(210px, 1fr));
  margin-top: var(--block-gap);
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.system-module {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  min-height: 350px;
  padding: 24px 24px 30px;
  position: relative;
  transition: background 400ms ease, border-color 400ms ease;
}

.system-module:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.system-module::before {
  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: rgba(255, 255, 255, 0.035);
  border-color: rgba(74, 141, 255, 0.5);
}

.system-module.is-visible::before {
  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: center;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto 1fr auto;
  margin-top: 46px;
  padding: 22px 26px;
}

.pipeline-finish i {
  background: linear-gradient(90deg, rgba(74, 141, 255, 0.1), rgba(74, 141, 255, 0.9));
  height: 1px;
}

.pipeline-finish strong {
  color: var(--white);
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 500;
}

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

.timeline {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, 1fr);
  margin-top: var(--block-gap);
}

.timeline-step {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  min-height: 280px;
  padding: 24px 20px 0;
  position: relative;
}

.timeline-step:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

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

.timeline-step.is-visible::before {
  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-family: var(--font-en);
  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;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: 720px;
  padding: 40px 32px;
}

.case-screen + .case-screen {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.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: 80px;
  grid-template-columns: 0.95fr 1.05fr;
}

.blueprint {
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    rgba(255, 255, 255, 0.02);
  background-size: 34px 34px, 34px 34px, auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 0;
  padding: 14px 28px;
}

.blueprint span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
  padding: 24px 0;
  position: relative;
}

.blueprint span:last-child {
  border-bottom: 0;
}

.blueprint span::before {
  background: var(--electric);
  border-radius: 999px;
  content: "";
  height: 7px;
  left: -4px;
  opacity: 0.8;
  position: absolute;
  top: 32px;
  width: 7px;
}

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

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

.compliance-list {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
  margin: 0;
  padding: 0;
}

.compliance-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  padding: 20px 0 20px 34px;
  position: relative;
}

.compliance-list li::before {
  background: var(--signal);
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 32px;
  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 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;
}

.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;
}

.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;
}

.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 {
    grid-template-columns: 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;
  }

  .timeline-step {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
    min-height: 0;
    padding: 28px 0;
  }

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

  .timeline-step::before {
    left: 0;
  }

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

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

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

  .brand-text {
    display: none;
  }

  .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%;
  }

  .proof,
  .reframe,
  .system,
  .process,
  .cases,
  .industries,
  .compliance,
  .offer {
    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 div {
    grid-template-columns: 1fr;
  }

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

  .system-rail {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .system-module {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
    min-height: auto;
    padding: 28px 0;
  }

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

  .system-module::before {
    left: 0;
  }

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

  .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;
  }

  .blueprint {
    padding: 8px 20px;
  }

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

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

  .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;
  }
}
