:root {
  --ink: #08111f;
  --ink-2: #172033;
  --muted: #657184;
  --soft: #f4f7fb;
  --paper: #ffffff;
  --line: #dbe2ec;
  --blue: #1b5cff;
  --cyan: #00a8c8;
  --lime: #a8ff60;
  --amber: #c58a2a;
  --dark: #050914;
  --radius: 8px;
  --shadow: 0 26px 80px rgba(8, 17, 31, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.58;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin-top: 0; }
.mobile-block { display: inline; }

.container {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(219, 226, 236, 0.8);
  backdrop-filter: blur(18px);
}

.topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #08111f;
  color: #fff;
  font-weight: 950;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 4px;
}

.nav a {
  padding: 9px 12px;
  border-radius: 8px;
  color: #4d5a70;
  font-size: 14px;
  font-weight: 800;
}

.nav a:hover,
.nav a.current {
  background: #eef3fb;
  color: var(--ink);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.btn.small {
  min-height: 38px;
  padding: 8px 13px;
  font-size: 14px;
}

.btn-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 16px 40px rgba(8, 17, 31, 0.18);
}
.btn-primary:hover { background: #172033; }

.btn-blue {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 16px 40px rgba(27, 92, 255, 0.22);
}
.btn-blue:hover { background: #164bd1; }

.btn-ghost {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}
.btn-ghost:hover { border-color: #aeb9ca; }

.btn-text {
  min-height: auto;
  padding: 0;
  background: transparent;
  color: var(--blue);
  font-weight: 950;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 54%, #eaf0f7 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 17, 31, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 17, 31, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.55;
}

.real-hero {
  min-height: calc(100vh - 72px);
  background-image:
    linear-gradient(90deg, rgba(3, 7, 14, 0.98) 0%, rgba(3, 7, 14, 0.88) 34%, rgba(3, 7, 14, 0.45) 64%, rgba(3, 7, 14, 0.08) 100%),
    linear-gradient(180deg, rgba(3, 7, 14, 0.08) 0%, rgba(3, 7, 14, 0.72) 100%);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.hero-home {
  background-image:
    linear-gradient(90deg, rgba(3, 7, 14, 0.98) 0%, rgba(3, 7, 14, 0.86) 33%, rgba(3, 7, 14, 0.42) 63%, rgba(3, 7, 14, 0.04) 100%),
    linear-gradient(180deg, rgba(3, 7, 14, 0.08) 0%, rgba(3, 7, 14, 0.72) 100%),
    url("./hero-growth-team-real.png");
}

.hero-solutions {
  background-image:
    linear-gradient(90deg, rgba(3, 7, 14, 0.98) 0%, rgba(3, 7, 14, 0.86) 33%, rgba(3, 7, 14, 0.42) 63%, rgba(3, 7, 14, 0.04) 100%),
    linear-gradient(180deg, rgba(3, 7, 14, 0.08) 0%, rgba(3, 7, 14, 0.72) 100%),
    url("./hero-scenarios-command-room.png");
}

.hero-managed {
  background-image:
    linear-gradient(90deg, rgba(3, 7, 14, 0.98) 0%, rgba(3, 7, 14, 0.86) 33%, rgba(3, 7, 14, 0.42) 63%, rgba(3, 7, 14, 0.04) 100%),
    linear-gradient(180deg, rgba(3, 7, 14, 0.08) 0%, rgba(3, 7, 14, 0.72) 100%),
    url("./hero-managed-team-real.png");
}

.hero-resources {
  background-image:
    linear-gradient(90deg, rgba(3, 7, 14, 0.98) 0%, rgba(3, 7, 14, 0.86) 33%, rgba(3, 7, 14, 0.42) 63%, rgba(3, 7, 14, 0.04) 100%),
    linear-gradient(180deg, rgba(3, 7, 14, 0.08) 0%, rgba(3, 7, 14, 0.72) 100%),
    url("./hero-readiness-team-real.png");
}

.real-hero::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  opacity: 0.22;
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: 48px;
  align-items: center;
  padding: 64px 0;
}

.real-hero .hero-grid {
  min-height: calc(100vh - 72px);
  grid-template-columns: minmax(0, 760px);
  align-items: end;
  padding: 92px 0 72px;
}

@media (min-width: 641px) {
  .hero-solutions.real-hero,
  .hero-solutions.real-hero .hero-grid {
    min-height: clamp(720px, calc(92vh - 72px), 860px);
  }
}

.hero-copy { max-width: 620px; }
.hero-copy,
.hero-media,
.media-frame,
.asset-frame,
.split > *,
.hero-grid > * { min-width: 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 7px 10px;
  border: 1px solid #cfd8e5;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: #314056;
  font-size: 13px;
  font-weight: 950;
}

h1 {
  margin-bottom: 22px;
  color: var(--ink);
  font-size: 66px;
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.real-hero h1 {
  color: #fff;
  font-size: 74px;
  max-width: 820px;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-copy > p,
.section-lead {
  color: var(--muted);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.hero-copy > p {
  max-width: 580px;
  margin-bottom: 28px;
}

.real-hero .hero-copy {
  max-width: 760px;
}

.real-hero .hero-copy > p {
  max-width: 640px;
  color: #d8e5f3;
  font-size: 20px;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.5);
}

.real-hero .eyebrow {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(6, 14, 28, 0.54);
  color: #dce9f8;
  backdrop-filter: blur(16px);
}

.real-hero .hero-media {
  display: none;
}

.real-hero .signal {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(6, 14, 28, 0.52);
  color: #b9c9dc;
  backdrop-filter: blur(18px);
}

.real-hero .signal strong {
  color: #fff;
}

html[lang="zh-CN"] .hero-copy > p {
  word-break: break-all;
}

html[lang="zh-CN"] p,
html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3 {
  word-break: break-word;
}

.hero-actions,
.cta-actions,
.button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions-single {
  margin-top: 4px;
}

.btn-hero-main {
  min-height: 58px;
  min-width: 248px;
  padding: 16px 30px;
  border-color: rgba(126, 238, 255, 0.28);
  font-size: 18px;
  box-shadow:
    0 22px 60px rgba(27, 92, 255, 0.34),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

.btn-hero-main:hover {
  transform: translateY(-1px);
  box-shadow:
    0 26px 70px rgba(27, 92, 255, 0.42),
    inset 0 1px 0 rgba(255,255,255,0.2);
}

.signal-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.signal {
  min-height: 86px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  font-size: 13px;
}

.signal strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 16px;
}

.hero-media,
.media-frame,
.asset-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #070c16;
  box-shadow: var(--shadow);
}

.hero-media {
  position: relative;
  min-height: 520px;
}

.hero-media img,
.media-frame img,
.asset-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.09) 42%, transparent 56%);
  transform: translateX(-120%);
  animation: sheen 5.8s ease-in-out infinite;
}

@keyframes sheen {
  0%, 48% { transform: translateX(-120%); }
  78%, 100% { transform: translateX(120%); }
}

.film-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(5, 9, 20, 0.78);
  color: #fff;
  backdrop-filter: blur(14px);
}

.film-caption p {
  margin: 4px 0 0;
  color: #aebbd0;
  font-size: 13px;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b7ff79;
  font-size: 12px;
  font-weight: 950;
}

.live-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 16px rgba(168, 255, 96, 0.8);
  animation: pulse 1.8s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.1); }
}

.section { padding: 92px 0; }
.section.tight { padding: 62px 0; }
.page-hero {
  padding: 104px 0 76px;
  background:
    linear-gradient(90deg, rgba(8, 17, 31, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #eef3f8 100%);
  background-size: 96px 100%, auto;
  border-bottom: 1px solid var(--line);
}
.page-hero .section-kicker {
  margin-bottom: 14px;
}
.page-hero h1 {
  max-width: 920px;
  color: var(--ink);
  font-size: 62px;
}
.page-hero p {
  max-width: 760px;
  color: #4d5a70;
  font-size: 20px;
}
.band {
  background: #fff;
  border-block: 1px solid var(--line);
}
.dark-band {
  background: var(--dark);
  color: #fff;
}
.dark-band h2,
.dark-band h3 { color: #fff; }
.dark-band p,
.dark-band li,
.dark-band .section-lead { color: #b6c1d2; }

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}
.section-kicker {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}
.dark-band .section-kicker { color: #7eeeff; }
.invert h2 { color: #fff; }
.invert .section-lead { color: #aebdd0; }

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

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}
.split.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.card,
.resource-item,
.timeline-step {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8, 17, 31, 0.05);
}
.card p,
.card li,
.resource-item p,
.timeline-step p { color: var(--muted); }

.card.feature {
  background: linear-gradient(180deg, #ffffff, #f0f6ff);
  border-color: #c2d5f7;
  box-shadow: var(--shadow);
}
.dark-card {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.16);
  color: #fff;
}
.dark-card p,
.dark-card li { color: #b6c1d2; }

.tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 9px;
  border-radius: 8px;
  background: #eaf2ff;
  color: #174ebf;
  font-size: 12px;
  font-weight: 950;
}
.tag.cyan { background: #e2fbff; color: #047487; }
.tag.amber { background: #fff4df; color: #9a6515; }
.tag.dark { background: #111a29; color: #b7ff79; }

.list { margin: 0; padding-left: 18px; }
.list li { margin: 8px 0; }

.quote-band {
  padding: 30px;
  border-radius: 8px;
  background: #08111f;
  color: #fff;
}
.quote-band p {
  max-width: 820px;
  margin: 0;
  color: #d7e2f0;
  font-size: 24px;
  line-height: 1.34;
}

.signature-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 17, 31, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 62%, #eef3f8 100%);
  background-size: 96px 100%, auto;
  color: var(--ink);
  border-block: 1px solid var(--line);
}

.signature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

.signature-grid > *,
.frontdesk-layer-grid > *,
.flow-board > *,
.operator-grid > *,
.agent-layer-grid > *,
.segment-panels > *,
.premium-cta > * {
  min-width: 0;
}

.signature-copy,
.frontdesk-chain-card,
.frontdesk-chain,
.flow-board,
.flow-step,
.operator-list,
.agent-console,
.agent-layer-points,
.segment-panel {
  max-width: 100%;
}

.signature-section h2 {
  max-width: 720px;
  color: var(--ink);
  font-size: 54px;
}

.signature-copy {
  padding: 30px 0 30px 34px;
  border-left: 1px solid #c9d5e4;
}

.signature-copy p {
  margin: 0;
  color: #4d5a70;
  font-size: 20px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.signature-marks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.signature-marks span {
  min-height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid #d7e0eb;
  border-radius: 8px;
  background: rgba(255,255,255,0.78);
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
  box-shadow: 0 16px 46px rgba(8, 17, 31, 0.08);
}

.frontdesk-layer-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(27, 92, 255, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(8, 17, 31, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f6f9fc 48%, #eaf0f7 100%);
  background-size: auto, 96px 100%, auto;
  color: var(--ink);
  border-block: 1px solid var(--line);
}

.frontdesk-layer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 58px;
  align-items: center;
}

.frontdesk-layer-copy h2 {
  max-width: 720px;
  font-size: 54px;
}

.frontdesk-layer-copy p {
  max-width: 660px;
  color: #4d5a70;
  font-size: 20px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.frontdesk-layer-marks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-top: 30px;
}

.frontdesk-layer-marks span {
  min-height: 66px;
  display: grid;
  place-items: center;
  border: 1px solid #d7e0eb;
  border-radius: 8px;
  background: rgba(255,255,255,0.78);
  color: var(--ink);
  font-size: 16px;
  font-weight: 950;
  text-align: center;
  box-shadow: 0 16px 46px rgba(8, 17, 31, 0.08);
}

.frontdesk-chain-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #0a1425 0%, #050914 100%);
  background-size: 72px 72px, auto;
  color: #fff;
  box-shadow: var(--shadow);
}

.frontdesk-chain-card::before {
  content: "";
  position: absolute;
  inset: -20% -30% auto 20%;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 168, 200, 0.32), transparent 62%);
  pointer-events: none;
}

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

.frontdesk-chain-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.frontdesk-chain-head span {
  color: #8eeeff;
  font-size: 13px;
  font-weight: 950;
}

.frontdesk-chain-head strong {
  color: #fff;
  font-size: 14px;
}

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

.frontdesk-chain article {
  min-height: 190px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.075);
  backdrop-filter: blur(14px);
}

.frontdesk-chain article span {
  display: inline-flex;
  margin-bottom: 26px;
  color: #8eeeff;
  font-size: 13px;
  font-weight: 950;
}

.frontdesk-chain h3 {
  color: #fff;
  font-size: 24px;
}

.frontdesk-chain p {
  margin: 0;
  color: #c8d6e7;
  font-size: 14px;
}

.frontdesk-chain-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.frontdesk-chain-strip span {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  color: #d8e5f3;
  font-size: 12px;
  font-weight: 850;
}

.flow-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 17, 31, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f4f7fb 0%, #eaf0f7 100%);
  background-size: 74px 100%, auto;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}

.flow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 17, 31, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 17, 31, 0.06) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.28;
}

.flow-section .container {
  position: relative;
  z-index: 2;
}

.flow-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #d0dae7;
  border-radius: 8px;
  overflow: hidden;
  background: #d6e0ec;
  box-shadow: 0 34px 90px rgba(8, 17, 31, 0.12);
}

.flow-step {
  min-height: 300px;
  padding: 26px;
  background: rgba(255,255,255,0.88);
}

.flow-step:nth-child(even) {
  background: rgba(248,251,255,0.9);
}

.flow-step > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.flow-step h3 {
  margin-top: 62px;
  color: var(--ink);
  font-size: 28px;
}

.flow-step p {
  color: #59677a;
  font-size: 15px;
  overflow-wrap: anywhere;
}

.flow-step p span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.operator-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #eef3f8 100%);
}

.operator-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 52px;
  align-items: center;
}

.operator-copy > p,
.operator-thesis p {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.operator-thesis {
  display: grid;
  gap: 10px;
  max-width: 670px;
}

.operator-thesis p:first-child {
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
}

.operator-list {
  display: grid;
  gap: 0;
  margin: 32px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d3dce8;
}

.operator-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #d3dce8;
}

.operator-index {
  align-self: start;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

.operator-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 18px;
}

.operator-list span {
  color: var(--muted);
  line-height: 1.62;
}

.operator-visual {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #050914;
  box-shadow: var(--shadow);
}

.operator-visual img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.operator-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(5, 9, 20, 0.86));
  pointer-events: none;
}

.operator-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  background: rgba(5, 9, 20, 0.68);
  color: #fff;
  backdrop-filter: blur(16px);
}

.operator-caption strong,
.operator-caption span {
  display: block;
}

.operator-caption span {
  margin-top: 6px;
  color: #aebdd0;
  font-size: 13px;
}

.segment-section {
  background: #f7f9fc;
  border-block: 1px solid var(--line);
}

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

.segment-panel {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5,9,20,0.16), rgba(5,9,20,0.92)),
    url("./hero-solution-team-real.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  box-shadow: var(--shadow);
}

.segment-panel:nth-child(2) {
  background-image:
    linear-gradient(180deg, rgba(5,9,20,0.16), rgba(5,9,20,0.92)),
    url("./hero-growth-team-real.png");
}

.segment-panel span {
  margin-bottom: 14px;
  color: #7eeeff;
  font-size: 13px;
  font-weight: 950;
}

.segment-panel h3 {
  max-width: 520px;
  color: #fff;
  font-size: 32px;
}

.segment-panel p {
  max-width: 560px;
  margin: 0;
  color: #d8e5f3;
  overflow-wrap: anywhere;
}

.agent-layer-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 168, 200, 0.12), transparent 32%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 48%, #eef3f8 100%);
  border-block: 1px solid var(--line);
}

.agent-layer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 52px;
  align-items: center;
}

.agent-layer-copy h2 {
  max-width: 700px;
  font-size: 52px;
}

.agent-layer-copy > p {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.agent-layer-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.agent-layer-points div {
  min-height: 176px;
  padding: 18px;
  border: 1px solid #d5deea;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.agent-layer-points span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.agent-layer-points strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 18px;
}

.agent-layer-points p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.agent-console {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 21, 39, 0.94), rgba(5, 9, 20, 0.98)),
    url("./hero-console.svg");
  background-size: 64px 64px, auto, cover;
  color: #fff;
  box-shadow: var(--shadow);
}

.agent-console::before {
  content: "";
  position: absolute;
  inset: -35% -20% auto 18%;
  height: 360px;
  background: radial-gradient(circle, rgba(0, 168, 200, 0.36), transparent 62%);
  pointer-events: none;
}

.agent-console > * {
  position: relative;
  z-index: 1;
}

.agent-console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.agent-console-top span {
  color: #8eeeff;
  font-size: 13px;
  font-weight: 950;
}

.agent-console-top strong {
  color: #fff;
  font-size: 15px;
}

.agent-channel-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.agent-channel-rail span {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  color: #d8e5f3;
  font-size: 12px;
  font-weight: 850;
}

.agent-thread {
  display: grid;
  gap: 12px;
}

.agent-message {
  width: min(88%, 520px);
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
}

.agent-message.ai {
  justify-self: end;
  border-color: rgba(126, 238, 255, 0.24);
  background: rgba(0, 168, 200, 0.15);
}

.agent-message b {
  display: block;
  margin-bottom: 6px;
  color: #8eeeff;
  font-size: 12px;
  letter-spacing: 0;
}

.agent-message p {
  margin: 0;
  color: #e8f1fb;
  font-size: 14px;
}

.agent-brief {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(168, 255, 96, 0.28);
  border-radius: 8px;
  background: rgba(168, 255, 96, 0.1);
}

.agent-brief span {
  display: block;
  margin-bottom: 8px;
  color: #c9ff94;
  font-size: 12px;
  font-weight: 950;
}

.agent-brief p {
  margin: 0;
  color: #f4ffe9;
  font-size: 14px;
}

.btn-ghost.light {
  background: rgba(255, 255, 255, 0.7);
}

.premium-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.timeline-step b {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
}

.intelligence-section {
  background:
    linear-gradient(90deg, rgba(8, 17, 31, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  background-size: 96px 100%, auto;
  border-bottom: 1px solid var(--line);
}

.intelligence-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: stretch;
}

.intelligence-copy {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 0;
}

.intelligence-copy h2 {
  max-width: 680px;
  font-size: 56px;
}

.intelligence-copy p {
  max-width: 650px;
  color: var(--muted);
  font-size: 19px;
}

.intelligence-output {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.intelligence-output span {
  padding: 10px 12px;
  border: 1px solid #c9d4e3;
  border-radius: 8px;
  background: rgba(255,255,255,0.78);
  color: #263349;
  font-size: 13px;
  font-weight: 950;
}

.intelligence-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #cfd9e7;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.intelligence-matrix article {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border-right: 1px solid #dbe3ee;
  border-bottom: 1px solid #dbe3ee;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.86), rgba(245,248,252,0.98)),
    radial-gradient(circle at 20% 18%, rgba(27, 92, 255, 0.15), transparent 34%);
}

.intelligence-matrix article:nth-child(2n) { border-right: 0; }
.intelligence-matrix article:nth-last-child(-n + 2) { border-bottom: 0; }

.intelligence-matrix span {
  margin-bottom: auto;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intelligence-matrix h3 {
  font-size: 29px;
  margin-bottom: 12px;
  min-height: 40px;
}

.intelligence-matrix p {
  margin-bottom: 0;
  color: var(--muted);
  min-height: 96px;
}

.entry-architecture {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(180deg, #050914 0%, #0b1424 54%, #07101c 100%);
  background-size: 96px 100%, auto;
  color: #fff;
}

.entry-architecture::before {
  content: "";
  position: absolute;
  inset: auto -12% 0 40%;
  height: 460px;
  background: radial-gradient(circle, rgba(0,168,200,0.2), transparent 60%);
  pointer-events: none;
}

.entry-architecture .container {
  position: relative;
  z-index: 1;
}

.entry-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.55fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 38px;
}

.entry-head h2 {
  max-width: 780px;
  color: #fff;
  font-size: 54px;
}

.entry-head p {
  margin-bottom: 0;
  color: #b9c8dc;
  font-size: 18px;
}

.entry-architecture .section-kicker {
  color: #7eeeff;
}

.entry-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,0.045);
  box-shadow: 0 28px 90px rgba(0,0,0,0.3);
}

.entry-node {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-right: 1px solid rgba(255,255,255,0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025)),
    radial-gradient(circle at 50% 18%, rgba(126,238,255,0.13), transparent 36%);
}

.entry-node:last-child {
  border-right: 0;
}

.entry-node::before {
  content: "";
  position: absolute;
  top: 72px;
  left: 24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 22px rgba(168,255,96,0.68);
}

.entry-node:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 77px;
  left: 42px;
  right: -18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(168,255,96,0.7), rgba(126,238,255,0.2));
}

.entry-node span {
  margin-bottom: auto;
  color: #7eeeff;
  font-size: 12px;
  font-weight: 950;
}

.entry-node h3 {
  color: #fff;
  font-size: 23px;
  margin-bottom: 10px;
  min-height: 56px;
}

.entry-node p {
  margin-bottom: 0;
  color: #b9c8dc;
  min-height: 82px;
}

html[lang="en"] .entry-node p {
  min-height: 108px;
}

.translator-section {
  background:
    linear-gradient(90deg, rgba(8,17,31,0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
  background-size: 96px 100%, auto;
  border-bottom: 1px solid var(--line);
}

.translator-system {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
  gap: 20px;
  align-items: stretch;
}

.translator-visual {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(5,9,20,0.28), rgba(5,9,20,0.92)),
    url("./hero-scenarios-command-room.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  box-shadow: var(--shadow);
}

.translator-visual h2 {
  max-width: 700px;
  color: #fff;
  font-size: 52px;
}

.translator-visual p {
  max-width: 660px;
  margin-bottom: 0;
  color: #d7e3f1;
  font-size: 18px;
}

.translator-stack {
  display: grid;
  gap: 14px;
}

.translator-stack article {
  min-height: 164px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid #cfd9e7;
  border-radius: 8px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 14px 42px rgba(8, 17, 31, 0.07);
}

.translator-stack span {
  margin-bottom: auto;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.translator-stack h3 {
  font-size: 25px;
}

.translator-stack p {
  margin-bottom: 0;
  color: var(--muted);
}

.scenario-lens-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lens-card {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid #cfd9e7;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245,248,252,0.92)),
    linear-gradient(135deg, rgba(27,92,255,0.1), transparent 42%);
  box-shadow: 0 18px 46px rgba(8, 17, 31, 0.08);
}

.lens-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.lens-card h3 {
  margin-top: auto;
  font-size: 26px;
}

.lens-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.scenario-stage {
  background:
    linear-gradient(90deg, rgba(8, 17, 31, 0.042) 1px, transparent 1px),
    linear-gradient(180deg, #eef3f8 0%, #ffffff 100%);
  background-size: 96px 100%, auto;
}

.scenario-board {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid rgba(8, 17, 31, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(5,9,20,0.9) 0%, rgba(10,22,39,0.82) 46%, rgba(5,9,20,0.58) 100%),
    url("./hero-solution-team-real.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  box-shadow: var(--shadow);
}

.scenario-board h2 {
  color: #fff;
}

.scenario-board p {
  color: #d7e3f1;
}

.scenario-board-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 440px;
  padding: 12px;
}

.scenario-board-copy h2 {
  max-width: 620px;
  font-size: 52px;
}

.scenario-board-list {
  display: grid;
  gap: 12px;
  align-content: center;
}

.scenario-board-list div {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.scenario-board-list b {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 18px;
}

.scenario-board-list span {
  display: block;
  color: #bdcadb;
}

.scenario-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 50px rgba(8, 17, 31, 0.07);
}

.scenario-strip article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.85), rgba(244,247,251,0.96)),
    radial-gradient(circle at 20% 20%, rgba(27,92,255,0.14), transparent 36%);
}

.scenario-strip article:last-child {
  border-right: 0;
}

.scenario-strip h3 {
  font-size: 21px;
}

.scenario-strip p {
  margin-bottom: 0;
  color: var(--muted);
}

.scenario-bridge {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: stretch;
}

.scenario-bridge-copy {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(5,9,20,0.22), rgba(5,9,20,0.9)),
    url("./hero-scenarios-command-room.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  box-shadow: var(--shadow);
}

.scenario-bridge-copy h2 {
  color: #fff;
  font-size: 50px;
}

.scenario-bridge-copy p {
  max-width: 640px;
  margin-bottom: 0;
  color: #d7e3f1;
  font-size: 18px;
}

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

.scenario-bridge-grid article {
  min-height: 208px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid #cfd9e7;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f4f8fd);
  box-shadow: 0 14px 42px rgba(8, 17, 31, 0.07);
}

.scenario-bridge-grid span {
  margin-bottom: auto;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.scenario-bridge-grid h3 {
  font-size: 25px;
}

.scenario-bridge-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.scenario-cta {
  background:
    linear-gradient(135deg, rgba(8,17,31,0.94) 0%, rgba(19,35,62,0.94) 48%, rgba(6,72,88,0.92) 100%),
    url("./hero-growth-team-real.png");
  background-size: cover;
  background-position: center;
}

.media-frame {
  min-height: 360px;
  background: #070c16;
}
.asset-frame {
  min-height: 360px;
  background: #07101d;
}

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

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

.answer-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 56px rgba(8, 17, 31, 0.08);
  overflow: hidden;
}

.answer-card h3 {
  font-size: 28px;
  overflow-wrap: anywhere;
}

.answer-card p {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.answer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  gap: 34px;
  align-items: start;
}

.answer-body {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 56px rgba(8, 17, 31, 0.08);
  overflow: hidden;
}

.answer-body h2 {
  margin-top: 34px;
  font-size: 34px;
}

.answer-body h2:first-child {
  margin-top: 0;
}

.answer-body p,
.answer-body li {
  color: #4d5a70;
  font-size: 18px;
  overflow-wrap: anywhere;
}

.answer-body .direct-answer {
  padding: 24px;
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  background: #f3f7ff;
  color: var(--ink);
  font-size: 21px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.answer-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
}

.answer-box {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.answer-box h3 {
  font-size: 20px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid #cfd8e5;
  border-radius: 8px;
  background: #fff;
  color: #314056;
  font-size: 13px;
  font-weight: 900;
}

.diagnosis-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.diagnosis-panel {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 56px rgba(8, 17, 31, 0.08);
}

.diagnosis-panel.dark {
  background: var(--dark);
  color: #fff;
}

.diagnosis-panel.dark h2,
.diagnosis-panel.dark h3 {
  color: #fff;
}

.diagnosis-panel.dark p,
.diagnosis-panel.dark li {
  color: #b8c7da;
}

.accordion { display: grid; gap: 10px; }
.accordion-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 0;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  font-weight: 950;
}
.accordion-body {
  display: none;
  padding: 0 18px 18px;
  color: var(--muted);
}
.accordion-item.open .accordion-body { display: block; }

.cta-panel {
  padding: 40px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #08111f 0%, #16233a 52%, #0a3945 100%);
  color: #fff;
  box-shadow: var(--shadow);
}
.cta-panel h2 { color: #fff; }
.cta-panel p {
  max-width: 760px;
  color: #cbd6e5;
}

.footer {
  padding: 58px 0 42px;
  background: #08111f;
  color: #d7e2f0;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.86fr));
  gap: 44px;
}
.footer .brand { color: #fff; }
.footer p,
.footer a { color: #aebbd0; }
.footer p {
  max-width: 430px;
  margin: 18px 0 0;
  line-height: 1.72;
}
.footer a,
.footer-contact {
  display: block;
  margin: 9px 0;
  color: #aebbd0;
}
.footer a:hover { color: #fff; }
.footer h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
}
.footer-contact {
  margin-top: 14px;
  color: #dbe7f6;
  font-weight: 850;
}
.footer-brand-block {
  padding-right: 24px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: #8fa0b7;
  font-size: 14px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(8, 17, 31, 0.72);
}
.modal-backdrop.open { display: flex; }
.modal-panel {
  width: min(760px, 100%);
  max-height: min(780px, calc(100vh - 40px));
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}
.modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}
.modal-head h2 { margin-bottom: 6px; font-size: 28px; }
.modal-head p { margin: 0; color: var(--muted); }
.modal-close {
  min-width: 38px;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 22px;
}
.modal-body { padding: 22px; }
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}
.contact-box {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}
.contact-label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}
.contact-value {
  display: block;
  overflow-wrap: anywhere;
  font-size: 24px;
  font-weight: 950;
}
.copy-source {
  white-space: pre-wrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  color: #324154;
  font-size: 13px;
}
.demo-chat { display: grid; gap: 12px; }
.chat-row {
  max-width: 86%;
  padding: 12px 14px;
  border-radius: 8px;
  background: #eef4f9;
  color: #243143;
}
.chat-row.agent {
  margin-left: auto;
  background: #e3f8ff;
}

:focus-visible {
  outline: 3px solid rgba(27, 92, 255, 0.35);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1080px) {
  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }
  .nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .topbar-actions { width: 100%; flex-wrap: wrap; }
  .hero,
  .hero-grid { min-height: 0; }
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 54px 0 46px;
  }
  .real-hero .hero-grid {
    min-height: calc(100vh - 72px);
    padding: 72px 0 48px;
  }
  .hero-media { min-height: 420px; }
  h1,
  .real-hero h1 { font-size: 58px; }
  h2 { font-size: 40px; }
  .grid-2,
  .grid-3,
  .grid-4,
  .answer-grid,
  .answer-layout,
  .diagnosis-grid,
  .frontdesk-layer-grid,
  .flow-board,
  .operator-grid,
  .agent-layer-grid,
  .segment-panels,
  .intelligence-layout,
  .entry-head,
  .translator-system,
  .scenario-lens-grid,
  .scenario-board,
  .scenario-strip,
  .scenario-bridge,
  .scenario-bridge-grid,
  .premium-cta,
  .signature-grid,
  .split,
  .split.reverse,
  .footer-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .entry-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .entry-node:nth-child(3) { border-right: 0; }
  .entry-node:nth-child(3)::after { display: none; }
  .intelligence-copy { min-height: auto; padding: 12px 0; }
  .intelligence-copy h2,
  .entry-head h2,
  .translator-visual h2 { font-size: 42px; }
  .translator-visual { min-height: 420px; }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scenario-strip { border-bottom: 0; }
  .scenario-strip article {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .scenario-board-copy {
    min-height: 320px;
  }
  .scenario-board-copy h2 { font-size: 42px; }
  .scenario-bridge-copy {
    min-height: 360px;
  }
  .scenario-bridge-copy h2 { font-size: 42px; }
  .flow-step { min-height: 220px; }
  .flow-step h3 { margin-top: 34px; }
  .answer-aside { position: static; }
  .signature-section h2 { font-size: 42px; }
  .frontdesk-layer-copy h2 { font-size: 42px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .topbar {
    background: rgba(255, 255, 255, 0.96);
  }
  .topbar.menu-open {
    box-shadow: 0 16px 36px rgba(8, 17, 31, 0.12);
  }
  .topbar-inner {
    position: relative;
    min-height: 58px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 8px 52px 8px 0;
  }
  .topbar .brand {
    min-width: 0;
    white-space: nowrap;
    font-size: 15px;
  }
  .topbar .brand span:not(.brand-mark) {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .topbar .brand-mark {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 8px;
    font-size: 14px;
  }
  .mobile-menu-toggle {
    position: fixed;
    top: 8px;
    right: 14px;
    z-index: 80;
    border-color: #08111f;
    background: #08111f;
    color: #fff;
    display: inline-flex !important;
  }
  .topbar.menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .topbar.menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .topbar.menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .nav,
  .topbar-actions {
    display: none;
  }
  .topbar.menu-open .nav {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 6px;
  }
  .topbar.menu-open .nav a {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border: 1px solid #e6ebf3;
    background: #f7f9fc;
    font-size: 13px;
    text-align: center;
  }
  .topbar.menu-open .nav a.current {
    border-color: #dbe7ff;
    background: #eef3fb;
  }
  .topbar.menu-open .topbar-actions {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .topbar.menu-open .topbar-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 8px 10px;
    font-size: 13px;
    white-space: nowrap;
  }
  h1,
  .real-hero h1 { font-size: 40px; }
  h1,
  h2,
  h3,
  .real-hero h1,
  .section-head h2 {
    max-width: 100%;
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .page-hero {
    padding: 68px 0 54px;
  }
  .page-hero h1 { font-size: 38px; }
  .page-hero p { font-size: 17px; }
  .page-hero .container {
    max-width: calc(100vw - 28px);
  }
  .pill-row {
    width: 100%;
    align-items: flex-start;
  }
  .pill {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .page-hero h1,
  .page-hero p,
  .answer-card h3,
  .answer-card p,
  .answer-body h2,
  .answer-body p,
  .answer-body li,
  .answer-body .direct-answer,
  .answer-box h3,
  .answer-box p {
    max-width: 100%;
    white-space: normal !important;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    line-break: anywhere;
  }
  h2 { font-size: 32px; }
  h3 { font-size: 20px; }
  .hero-grid { padding: 40px 0 36px; }
  .real-hero {
    min-height: 760px;
    background-position: center;
    background-image:
      linear-gradient(180deg, rgba(3, 7, 14, 0.76) 0%, rgba(3, 7, 14, 0.9) 52%, rgba(3, 7, 14, 0.98) 100%),
      linear-gradient(90deg, rgba(3, 7, 14, 0.2), rgba(3, 7, 14, 0.18));
  }
  .hero-home { background-image: linear-gradient(180deg, rgba(3, 7, 14, 0.76) 0%, rgba(3, 7, 14, 0.9) 52%, rgba(3, 7, 14, 0.98) 100%), url("./hero-growth-team-real.png"); }
  .hero-solutions { background-image: linear-gradient(180deg, rgba(3, 7, 14, 0.76) 0%, rgba(3, 7, 14, 0.9) 52%, rgba(3, 7, 14, 0.98) 100%), url("./hero-scenarios-command-room.png"); }
  .hero-managed { background-image: linear-gradient(180deg, rgba(3, 7, 14, 0.76) 0%, rgba(3, 7, 14, 0.9) 52%, rgba(3, 7, 14, 0.98) 100%), url("./hero-managed-team-real.png"); }
  .hero-resources { background-image: linear-gradient(180deg, rgba(3, 7, 14, 0.76) 0%, rgba(3, 7, 14, 0.9) 52%, rgba(3, 7, 14, 0.98) 100%), url("./hero-readiness-team-real.png"); }
  .real-hero .hero-grid {
    min-height: 760px;
    align-items: center;
    padding: 46px 0 34px;
  }
  .hero-copy { width: 100%; }
  .hero-copy > p,
  .section-lead { font-size: 16px; }
  .hero-copy > p {
    max-width: 100%;
    line-height: 1.72;
  }
  .real-hero .hero-copy > p {
    font-size: 17px;
    line-height: 1.72;
  }
  html[lang="zh-CN"] .hero-copy > p {
    word-break: break-all !important;
    overflow-wrap: anywhere !important;
  }
  .hero-actions .btn,
  .cta-actions .btn,
  .button-row .btn {
    width: 100%;
  }
  .mobile-block { display: block; }
  .mobile-block,
  .hero-copy > p,
  .intelligence-copy p,
  .intelligence-matrix p,
  .entry-head p,
  .entry-node p,
  .translator-visual p,
  .translator-stack p,
  .signature-copy p,
  .frontdesk-layer-copy p,
  .frontdesk-chain p,
  .lens-card p,
  .scenario-board-list span,
  .scenario-strip p,
  .scenario-bridge-copy p,
  .scenario-bridge-grid p,
  .flow-section .section-lead,
  .flow-step p,
  .operator-copy > p,
  .operator-thesis p,
  .operator-list span,
  .agent-layer-copy > p,
  .agent-layer-points p,
  .agent-message p,
  .agent-brief p,
  .segment-panel p,
  .signature-section h2,
  .flow-section h2 {
    white-space: normal !important;
    word-break: break-all !important;
    overflow-wrap: anywhere !important;
  }
  html[lang="zh-CN"] .signature-copy p,
  html[lang="zh-CN"] .frontdesk-layer-copy p,
  html[lang="zh-CN"] .frontdesk-chain p,
  html[lang="zh-CN"] .section-lead,
  html[lang="zh-CN"] .intelligence-copy p,
  html[lang="zh-CN"] .intelligence-matrix p,
  html[lang="zh-CN"] .entry-head p,
  html[lang="zh-CN"] .entry-node p,
  html[lang="zh-CN"] .translator-visual p,
  html[lang="zh-CN"] .translator-stack p,
  html[lang="zh-CN"] .lens-card p,
  html[lang="zh-CN"] .scenario-board-list span,
  html[lang="zh-CN"] .scenario-strip p,
  html[lang="zh-CN"] .scenario-bridge-copy p,
  html[lang="zh-CN"] .scenario-bridge-grid p,
  html[lang="zh-CN"] .flow-step p,
  html[lang="zh-CN"] .operator-copy > p,
  html[lang="zh-CN"] .operator-thesis p,
  html[lang="zh-CN"] .operator-list span,
  html[lang="zh-CN"] .agent-layer-copy > p,
  html[lang="zh-CN"] .agent-layer-points p,
  html[lang="zh-CN"] .agent-message p,
  html[lang="zh-CN"] .agent-brief p,
  html[lang="zh-CN"] .segment-panel p {
    white-space: normal !important;
    word-break: break-all !important;
    overflow-wrap: anywhere !important;
  }
  .signature-copy p,
  .frontdesk-layer-copy p,
  .frontdesk-chain p,
  .intelligence-copy p,
  .intelligence-matrix p,
  .entry-head p,
  .entry-node p,
  .translator-visual p,
  .translator-stack p,
  .lens-card p,
  .scenario-board-list span,
  .scenario-strip p,
  .scenario-bridge-copy p,
  .scenario-bridge-grid p,
  .flow-section .section-lead,
  .flow-step p,
  .operator-copy > p,
  .operator-thesis p,
  .operator-list span,
  .agent-layer-copy > p,
  .agent-layer-points p,
  .agent-message p,
  .agent-brief p,
  .segment-panel p {
    max-width: calc(100vw - 64px);
  }
  .flow-board,
  .flow-step {
    width: 100%;
  }
  .signal-row,
  .signature-marks,
  .timeline {
    grid-template-columns: 1fr;
  }
  .intelligence-matrix,
  .entry-flow {
    grid-template-columns: 1fr;
  }
  .intelligence-copy h2,
  .entry-head h2,
  .translator-visual h2 {
    font-size: 34px;
  }
  .intelligence-copy p,
  .entry-head p,
  .translator-visual p {
    font-size: 16px;
  }
  .intelligence-matrix article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid #dbe3ee;
    padding: 22px;
  }
  .intelligence-matrix h3 {
    min-height: auto;
  }
  .intelligence-matrix p {
    min-height: auto;
  }
  .intelligence-matrix article:last-child { border-bottom: 0; }
  .intelligence-output span {
    width: calc(50% - 5px);
    text-align: center;
  }
  .entry-node {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.14);
    padding: 22px;
  }
  .entry-node h3 {
    min-height: auto;
  }
  .entry-node p {
    min-height: auto;
  }
  html[lang="en"] .entry-node p {
    min-height: auto;
  }
  .entry-node:last-child { border-bottom: 0; }
  .entry-node::after { display: none; }
  .translator-visual {
    min-height: 400px;
    padding: 24px;
  }
  .translator-stack article {
    min-height: 190px;
    padding: 20px;
  }
  .lens-card {
    min-height: 230px;
    padding: 22px;
  }
  .scenario-board {
    padding: 20px;
  }
  .scenario-board-copy {
    min-height: 280px;
    padding: 4px;
  }
  .scenario-board-copy h2 {
    font-size: 34px;
  }
  .scenario-board-list div {
    padding: 16px;
  }
  .scenario-strip article {
    min-height: auto;
    padding: 20px;
  }
  .scenario-bridge {
    gap: 18px;
  }
  .scenario-bridge-copy {
    min-height: 360px;
    padding: 24px;
  }
  .scenario-bridge-copy h2 {
    font-size: 34px;
  }
  .scenario-bridge-grid article {
    min-height: 210px;
    padding: 20px;
  }
  .signature-grid { gap: 24px; }
  .signature-section h2 { font-size: 34px; }
  .signature-copy {
    padding: 0;
    border-left: 0;
  }
  .signature-copy p { font-size: 17px; }
  .signature-marks span { min-height: 56px; }
  .frontdesk-layer-copy h2 { font-size: 34px; }
  .frontdesk-layer-copy p { font-size: 17px; }
  .frontdesk-layer-marks,
  .frontdesk-chain {
    grid-template-columns: 1fr;
  }
  .frontdesk-layer-marks span {
    min-height: 56px;
  }
  .frontdesk-chain-card {
    padding: 18px;
  }
  .frontdesk-chain-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .frontdesk-chain article {
    min-height: auto;
  }
  .flow-step { min-height: auto; padding: 22px; }
  .flow-step h3 { margin-top: 28px; }
  .answer-card,
  .answer-body,
  .answer-box,
  .diagnosis-panel {
    padding: 18px;
  }
  .answer-card { min-height: auto; }
  .answer-body h2 { font-size: 28px; }
  .answer-body p,
  .answer-body li { font-size: 15px; }
  .answer-body .list {
    padding-left: 0;
    list-style-position: inside;
  }
  .answer-body .direct-answer {
    padding: 18px;
    font-size: 16px;
  }
  .operator-list li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }
  .operator-visual img { min-height: 360px; }
  .agent-layer-copy h2 { font-size: 34px; }
  .agent-layer-points {
    grid-template-columns: 1fr;
  }
  .agent-layer-points div {
    min-height: auto;
  }
  .agent-console {
    min-height: auto;
    padding: 18px;
  }
  .agent-console-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .agent-message {
    width: 100%;
  }
  .segment-panel {
    min-height: 320px;
    padding: 24px;
  }
  .segment-panel h3 { font-size: 26px; }
  .hero-media,
  .media-frame,
  .asset-frame { min-height: 0; }
  .hero-media img,
  .media-frame img,
  .asset-frame img {
    height: auto;
    object-fit: contain;
  }
  .film-caption {
    position: static;
    grid-template-columns: 1fr;
    border-radius: 0;
  }
  .section { padding: 64px 0; }
  .cta-panel,
  .quote-band { padding: 26px; }
  .card,
  .resource-item,
  .timeline-step { padding: 20px; }
  .quote-band p { font-size: 20px; }
}
