:root {
  --ink: #0a0c10;
  --ink-2: #11151c;
  --panel: #171c25;
  --line: #252c38;
  --muted: #7d8797;
  --paper: #f4f6f8;
  --white: #ffffff;
  --yellow: #ffe600;
  --yellow-dark: #c2a900;
  --green: #42d392;
  --radius: 6px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(245, 247, 249, .92);
  border-bottom: 1px solid #d8dde3;
  box-shadow: 0 6px 22px rgba(35, 44, 56, .05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.brand img { display: block; width: 176px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 10px; color: #343d49; font-size: 14px; font-weight: 650; }
.site-nav a { transition: color .2s ease, background-color .2s ease; }
.site-nav > a:not(.nav-login),
.nav-group-trigger { padding: 10px 9px; border-radius: 3px; }
.site-nav > a:not(.nav-login):hover,
.site-nav > a:not(.nav-login):focus-visible,
.nav-group-trigger:hover,
.nav-group-trigger:focus-visible { color: var(--ink); background: rgba(255,230,0,.28); }
.site-nav > a[aria-current="page"],
.site-nav > a[aria-current="location"],
.site-nav > a.nav-active,
.site-nav > a[aria-current="page"]:hover,
.site-nav > a[aria-current="location"]:hover,
.site-nav > a.nav-active:hover,
.nav-group > .is-current { color: var(--ink); background: var(--yellow); font-weight: 800; }
.site-nav a:focus-visible { outline: 2px solid #0a0c10; outline-offset: 2px; }
.nav-group { position: relative; }
.nav-group-trigger { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; }
.nav-caret { color: #8b949f; font-size: 13px; transition: transform .2s ease; }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 520px;
  display: none;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 6px;
  padding: 10px;
  transform: translateX(-42%);
  border: 1px solid #d5dbe2;
  background: rgba(255,255,255,.98);
  box-shadow: 0 20px 50px rgba(35,44,56,.14);
}
.nav-dropdown::before { content:""; position:absolute; top:-12px; left:0; right:0; height:12px; }
.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown { display:grid; }
.nav-group:hover .nav-caret,
.nav-group:focus-within .nav-caret { transform:rotate(180deg); }
.nav-dropdown a { display:grid; gap:4px; padding:13px 14px; border:1px solid transparent; }
.nav-dropdown a:first-child { grid-column:1 / -1; background:#f4f6f8; }
.nav-dropdown a:hover,
.nav-dropdown a:focus-visible,
.nav-dropdown a[aria-current="page"] { border-color:#d4c300; background:#fffbe0; }
.nav-dropdown strong { color:var(--ink); font-size:13px; }
.nav-dropdown span { color:#7a8491; font-size:10px; font-weight:500; line-height:1.4; }
.site-nav .nav-login { display:inline-flex; width:156px; min-height:44px; box-sizing:border-box; align-items:center; justify-content:center; padding:0 16px; color:var(--ink); background:var(--yellow); font-weight:700; white-space:nowrap; border-radius:3px; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 940px;
  overflow: hidden;
  color: var(--ink);
  background: #f5f7f9;
  padding: 150px 24px 0;
}
.hero-grid {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 1;
  background: transparent;
  border-bottom: 1px solid #e2e6eb;
}
.hero-grid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 620px;
  background: #dfe4e9;
  opacity: 1;
}
.hero-grid::before { content: ""; position: absolute; top: 300px; left: 0; right: 0; height: 1px; background: #e5e9ed; }
.hero-signal-field { position: absolute; z-index: 1; inset: 78px 0 0; width: 100%; height: calc(100% - 78px); pointer-events: none; }
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}
.eyebrow, .section-kicker { margin: 0 0 24px; font-size: 12px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow { color: #596371; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--yellow); }
.hero h1 { display: grid; grid-template-columns: auto auto; justify-content: center; align-items: baseline; column-gap: .18em; row-gap: 18px; margin: 0; font-size: clamp(52px, 6.4vw, 88px); line-height: 1.02; letter-spacing: 0; font-weight: 800; }
.hero h1 b { font-weight: 800; }
.hero h1 .hero-category { display: block; }
.hero h1 .hero-service { grid-column: 1 / -1; display: block; margin-top: 0; color: #596371; font-size: .62em; font-weight: 650; }
.hero-lead { max-width: 840px; margin: 18px auto 0; font-size: clamp(24px, 2.8vw, 38px); line-height: 1.28; font-weight: 650; }
.hero-description { max-width: 700px; margin: 22px auto 0; color: #667180; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 30px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 190px; padding: 15px 18px; border-radius: 3px; font-size: 14px; font-weight: 750; }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-primary:hover { background: #fff06a; }
.text-link { color: #303945; font-size: 14px; border-bottom: 1px solid #8d96a2; padding: 8px 0; }

.product-stage { position: relative; z-index: 3; width: min(100%, var(--max)); margin: 74px auto 0; }
.stage-label { display: flex; justify-content: space-between; padding: 0 4px 11px; color: #7c8693; font-size: 10px; letter-spacing: 1.4px; }
.stage-label span:last-child { color: #796b00; }
.dashboard-shell { min-height: 510px; display: grid; grid-template-columns: 190px 1fr; overflow: hidden; border: 1px solid #cfd5dc; border-radius: 7px 7px 0 0; background: #f7f8fa; box-shadow: 0 30px 70px rgba(38,48,61,.16); }
.dashboard-sidebar { position: relative; padding: 19px 12px; color: #687381; background: #e7ebf0; border-right: 1px solid #d0d6dd; }
.mini-brand { display: flex; align-items: center; gap: 10px; padding: 0 5px 23px; color: var(--ink); font-size: 13px; }
.mini-mark { width: 28px; height: 28px; display: grid; place-items: center; color: #111; background: var(--yellow); font-weight: 900; border-radius: 3px; }
.side-section { padding: 8px 10px; color: #929ba6; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }
.side-item { display: flex; align-items: center; gap: 10px; padding: 11px 10px; margin-bottom: 3px; border-radius: 4px; font-size: 11px; }
.side-item.active { color: var(--ink); background: #fff; box-shadow: inset 0 0 0 1px #d2d8df; }
.side-dot { width: 6px; height: 6px; border: 1px solid currentColor; border-radius: 50%; }
.side-item.active .side-dot { border-color: var(--yellow); background: var(--yellow); }
.side-status { position: absolute; bottom: 17px; left: 20px; display: flex; gap: 7px; align-items: center; font-size: 9px; }
.side-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(66,211,146,.12); }
.dashboard-main { padding: 21px 24px 24px; color: #11151a; min-width: 0; }
.dashboard-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.dashboard-topbar p { margin: 0 0 4px; font-size: 16px; font-weight: 750; }
.dashboard-topbar div > span { color: #8a919d; font-size: 10px; }
.top-actions { display: flex; align-items: center; gap: 12px; }
.top-actions .demo-notification { display: grid; place-items: center; width: 30px; height: 30px; color: var(--yellow-dark); border: 1px solid #e2e5e9; background: #fff; border-radius: 50%; }
.top-actions > span { display: grid; place-items: center; width: 30px; height: 30px; color: var(--ink) !important; background: var(--yellow); border-radius: 50%; font-size: 9px !important; font-weight: 800; }
.metric-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.metric-card { min-width: 0; padding: 14px; border: 1px solid #e2e5e9; border-radius: 5px; background: #fff; }
.metric-card.featured { border-top: 3px solid var(--yellow); padding-top: 12px; }
.metric-label { display: flex; justify-content: space-between; color: #68717f; font-size: 9px; font-weight: 750; }
.metric-label span { color: #9ca4af; }
.metric-card > strong { display: block; min-height: 50px; margin-top: 11px; font-size: 21px; line-height: 1.2; letter-spacing: 0; }
.metric-card > strong em { font-size: 12px; font-style: normal; }
.metric-card small { color: #969eaa; font-size: 8px; }
.metric-card .positive { color: #15965f; }
.alert-card small { color: #ca7413; }
.dashboard-grid { display: grid; grid-template-columns: 1.7fr .9fr; gap: 11px; margin-top: 11px; }
.panel { min-height: 295px; padding: 16px; border: 1px solid #e2e5e9; border-radius: 5px; background: #fff; }
.panel-head { display: flex; justify-content: space-between; align-items: flex-start; }
.panel-head strong { display: block; font-size: 13px; }
.panel-head span { display: block; margin-top: 3px; color: #828b98; font-size: 8px; line-height: 1.35; }
.panel-head button, .panel-head a { border: 0; background: none; color: #737d8b; font-size: 8px; text-decoration: none; }
.segmented { display: flex; padding: 2px; border-radius: 3px; background: #f0f2f4; }
.segmented button { padding: 4px 7px; border: 0; border-radius: 2px; background: transparent; color: #9299a3; font-size: 8px; cursor: pointer; }
.segmented button.active { color: #111; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.chart-summary { display: flex; align-items: baseline; gap: 8px; margin-top: 14px; }
.chart-summary strong { font-size: 26px; }
.chart-summary span { color: #969eaa; font-size: 8px; }
.chart-summary em { color: #15965f; font-size: 8px; font-style: normal; }
.line-chart { position: relative; height: 165px; margin-top: 4px; overflow: hidden; }
.chart-grid-lines { position: absolute; inset: 5px 0 20px; background-image: linear-gradient(#edf0f3 1px, transparent 1px); background-size: 100% 33%; }
.line-chart svg { position: relative; width: 100%; height: 135px; overflow: visible; }
.line-chart polyline { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.line-shadow { stroke: rgba(255,230,0,.16); stroke-width: 12; }
.line-main { stroke: #ddc600; stroke-width: 3; }
.line-chart circle { fill: #ddc600; stroke: #fff; stroke-width: 3; }
.chart-axis { display: flex; justify-content: space-between; color: #a4abb5; font-size: 7px; }
.platform-list { margin-top: 17px; }
.platform-list > div { display: grid; grid-template-columns: 82px 1fr 26px; align-items: center; gap: 8px; margin-bottom: 10px; }
.platform-name { display: flex; align-items: center; gap: 6px; color: #414b58 !important; font-size: 8px !important; font-weight: 700; }
.platform-name img { width: 22px; height: 22px; flex: 0 0 22px; object-fit: contain; border-radius: 5px; }
.bar { height: 4px; overflow: hidden; background: #eceff2; border-radius: 2px; }
.bar b { display: block; height: 100%; background: var(--yellow-dark); }
.platform-list strong { font-size: 9px; }

.proof-strip { min-height: 280px; padding: 54px 24px 58px; background: #fff; border-bottom: 1px solid #dfe3e8; text-align: center; }
.proof-intro h2 { display: inline-block; margin: 0; padding: 9px 14px; color: #625600; background: #fff9bf; border: 1px solid #ead600; border-radius: 4px; font-size: 13px; line-height: 1; }
.proof-intro p { margin: 20px auto 0; color: #727c89; font-size: 14px; line-height: 1.7; }
.platform-logos { width: min(100%, 1040px); display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px; align-items: center; padding: 0; margin: 40px auto 0; list-style: none; }
.platform-logos li { display: flex; align-items: center; justify-content: center; gap: 11px; min-width: 0; }
.platform-logos img { width: 38px; height: 38px; flex: 0 0 auto; object-fit: contain; border-radius: 8px; }
.platform-logos span { color: #252b34; font-size: 14px; font-weight: 750; white-space: nowrap; }
.section { padding: 112px 24px; }
.why-geo { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.why-intro h2, .faq-heading h2 { margin: 0; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.12; }
.why-intro > p:last-child, .faq-heading > p:last-child { margin: 24px 0 0; color: #687280; font-size: 15px; line-height: 1.8; }
.shift-list { border-top: 1px solid #cfd5dc; }
.shift-list article { display: grid; grid-template-columns: 42px 1fr; gap: 8px 18px; padding: 25px 0; border-bottom: 1px solid #cfd5dc; }
.shift-list span { grid-row: 1 / span 2; color: #8b7800; font-size: 10px; font-weight: 800; }
.shift-list strong { font-size: 18px; }
.shift-list p { margin: 0; color: #707a87; font-size: 13px; line-height: 1.7; }
.section-heading { width: min(100%, var(--max)); margin: 0 auto 56px; }
.section-kicker { color: #9a8500; }
.section-heading h2, .results-copy h2, .closing h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 4.5vw, 60px); line-height: 1.12; letter-spacing: 0; }
.section-heading > p:last-child { max-width: 620px; margin: 24px 0 0; color: #697280; font-size: 16px; line-height: 1.75; }
.advantages { padding-bottom:64px; background: #fff; border-top: 1px solid #dfe3e8; border-bottom: 1px solid #dfe3e8; }
.advantages .section-heading h2 { max-width: 920px; }
.advantage-grid { width: min(100%, var(--max)); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 auto; border-top: 1px solid #cfd5dc; border-left: 1px solid #cfd5dc; }
.advantage-grid article { min-height: 250px; padding: 34px; border-right: 1px solid #cfd5dc; border-bottom: 1px solid #cfd5dc; }
.advantage-grid span { color: #8b7800; font-size: 10px; font-weight: 800; letter-spacing: 1.4px; }
.advantage-grid h3 { margin: 32px 0 14px; font-size: 24px; }
.advantage-grid p { max-width: 500px; margin: 0 0 28px; color: #687280; font-size: 14px; line-height: 1.75; }
.advantage-grid a { padding-bottom: 5px; border-bottom: 1px solid #a7adb6; font-size: 12px; font-weight: 750; }
.capabilities { padding-top:72px; padding-bottom:96px; background:linear-gradient(180deg,#f4f6f8 0%,#eef2f5 100%); }
.capabilities .section-heading { display:grid; grid-template-columns:1.08fr .92fr; gap:18px 64px; align-items:end; margin-bottom:34px; padding-bottom:36px; border-bottom:1px solid #c8cfd7; }
.capabilities .section-kicker { grid-column:1 / -1; margin-bottom:0; }
.capabilities .section-heading h2 { max-width:680px; font-size:clamp(36px,4vw,52px); }
.capabilities .section-heading > p:last-child { margin:0; padding:0 0 5px 24px; border-left:3px solid var(--yellow); }
.capability-list { width: min(100%, var(--max)); margin: 0 auto; }
.capability-item { display: grid; grid-template-columns: 54px .92fr 1.18fr; gap: 34px; align-items: center; min-height: 380px; padding: 52px 0; border-bottom: 1px solid #c8cfd7; }
.capability-item:last-child { border-bottom:0; padding-bottom:0; }
.capability-number { align-self:start; display:grid; place-items:center; width:42px; height:42px; color:#0a0c10; background:var(--yellow); box-shadow:7px 7px 0 #d8dde3; font-size:12px; font-weight:850; }
.capability-copy > span { color: #9a8500; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.capability-copy h3 { max-width:420px; margin: 14px 0 16px; font-size: 32px; line-height:1.22; }
.capability-copy p { max-width: 430px; margin: 0 0 30px; color: #596472; font-size: 15px; line-height: 1.78; }
.capability-copy a { display:inline-block; padding:10px 13px; color:#111; border-left:4px solid var(--yellow); background:#fff; font-size:12px; font-weight:800; }
.signal-board, .task-board, .delivery-board, .report-board { position: relative; height: 330px; overflow: hidden; border: 1px solid #bcc5cf; border-radius: var(--radius); color: var(--ink); background: linear-gradient(145deg,#fff 0%,#f7f9fb 100%); box-shadow: 0 22px 55px rgba(37,48,62,.14); }
.signal-board::before, .task-board::before, .delivery-board::before, .report-board::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: var(--yellow); }
.signal-board, .task-board, .delivery-board, .report-board { padding: 25px 28px; }
.panel-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid #d6dde4; color: #252d37; font-size: 12px; font-weight: 800; }
.panel-head em { padding: 6px 9px; color: #111; background: var(--yellow); border-radius: 3px; font-size: 8px; font-style: normal; font-weight: 800; }
.insight-lead { display:grid; grid-template-columns:1fr 150px; gap:18px; align-items:center; padding:18px 0 14px; }
.insight-lead > div:first-child small, .insight-lead > div:first-child span { display:block; color:#707b89; font-size:9px; }
.insight-lead > div:first-child strong { display:block; margin:7px 0 5px; font-size:21px; }
.insight-score { padding:14px 12px; border-left:4px solid var(--yellow); background:#fffbe1; }
.insight-score b, .insight-score span { display:block; }
.insight-score b { font-size:34px; line-height:1; }
.insight-score span { margin-top:6px; color:#665c12; font-size:8px; font-weight:750; }
.insight-list { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.insight-list > span { padding:13px; background:#eef2f5; border-radius:3px; }
.insight-list small, .insight-list b { display:block; }
.insight-list small { margin-bottom:7px; color:#687381; font-size:8px; }
.insight-list b { font-size:11px; line-height:1.4; }
.insight-list .attention { background:#fff8c9; }
.board-explainer { margin:13px 0 5px; color:#697482; font-size:9px; }
.step-list { margin-top:2px; }
.step-row { display:grid; grid-template-columns:27px 1fr auto; gap:10px; align-items:center; padding:9px 0; border-bottom:1px solid #e1e6eb; }
.step-row > i { display:grid; place-items:center; width:24px; height:24px; color:#737e8d; border:1px solid #c9d0d8; border-radius:50%; font-size:8px; font-style:normal; }
.step-row.done > i { color:#111; border-color:var(--green); background:var(--green); }
.step-row.active > i { color:#111; border-color:var(--yellow); background:var(--yellow); }
.step-row span b, .step-row span small { display:block; }
.step-row span b { margin-bottom:3px; font-size:10px; }
.step-row span small, .step-row em { color:#758090; font-size:8px; font-style:normal; }
.step-row > em { padding:4px 7px; background:#f1f3f5; border-radius:3px; }
.step-row.done > em { color:#15734f; background:#e8f7f0; }
.step-row.active { margin:0 -10px; padding-right:10px; padding-left:10px; background:#fffbe0; }
.step-row.active > em { color:#5e5200; background:var(--yellow); }
.publish-list { display:grid; gap:9px; margin-top:13px; }
.publish-row { display:grid; grid-template-columns:30px 1fr auto auto; gap:10px; align-items:center; padding:13px; border:1px solid #dce2e8; background:#fff; }
.publish-icon { display:grid; place-items:center; width:28px; height:28px; background:var(--yellow); border-radius:3px; font-size:10px; font-weight:850; }
.publish-row span b, .publish-row span small { display:block; }
.publish-row span b { margin-bottom:4px; font-size:10px; }
.publish-row span small { color:#758090; font-size:8px; }
.publish-row strong { font-size:12px; }
.publish-row em { padding:5px 7px; color:#15734f; background:#e8f7f0; border-radius:3px; font-size:8px; font-style:normal; }
.publish-next { display:flex; align-items:center; justify-content:space-between; margin-top:11px; padding:11px 13px; background:#eef2f5; font-size:9px; }
.publish-next span { color:#697482; }
.comparison-lead { display:grid; grid-template-columns:1fr auto 1fr 1.2fr; gap:11px; align-items:center; padding:17px 0; }
.comparison-lead > div { padding:12px; background:#eef2f5; }
.comparison-lead > div.current { border-top:3px solid var(--yellow); background:#fffbe1; }
.comparison-lead small, .comparison-lead strong { display:block; }
.comparison-lead small { color:#707b89; font-size:8px; }
.comparison-lead strong { margin-top:5px; font-size:24px; }
.comparison-lead > i { color:#8a939e; font-style:normal; }
.comparison-lead > span { color:#156e4a; font-size:8px; font-weight:750; }
.comparison-lead > span b { display:block; margin-bottom:3px; font-size:20px; }
.comparison-list { border-top:1px solid #dce2e8; }
.comparison-list > div { display:flex; align-items:center; justify-content:space-between; padding:11px 2px; border-bottom:1px solid #e2e7ec; font-size:9px; }
.comparison-list span { color:#687381; }
.comparison-list b { font-size:11px; }

.workflow { color: var(--ink); background: #e7ebf0; }
.workflow-inner { width: min(100%, var(--max)); margin: 0 auto; }
.light-heading { margin-left: 0; }
.light-heading .section-kicker { color: #817000; }
.light-heading > p:last-child { color: #65707d; }
.workflow-steps { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; margin: 72px 0 0; list-style: none; border-top: 1px solid #c0c8d1; }
.workflow-steps li { position: relative; min-height: 170px; padding: 30px 20px 20px 0; border-right: 1px solid #c0c8d1; }
.workflow-steps li:last-child { border-right: 0; padding-left: 20px; }
.workflow-steps li:not(:first-child) { padding-left: 20px; }
.workflow-steps li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--yellow); }
.workflow-steps li:not(:first-child)::before { left: 20px; }
.workflow-steps span { color: #7b8592; font-size: 10px; }
.workflow-steps strong { display: block; margin-top: 34px; font-size: 16px; }
.workflow-steps p { margin: 9px 0 0; color: #66717f; font-size: 11px; }

.results { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.results-copy > p:nth-of-type(2) { max-width: 500px; margin: 24px 0 40px; color: #697280; line-height: 1.8; }
.results-copy ul { padding: 0; margin: 0; list-style: none; border-top: 1px solid #d0d5db; }
.results-copy li { display: flex; gap: 18px; padding: 17px 0; border-bottom: 1px solid #d0d5db; font-size: 13px; }
.results-copy li span { color: #9a8500; font-size: 9px; }
.result-preview-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.result-preview-links a { display: inline-flex; align-items: center; padding: 10px 12px; border: 1px solid #c9d0d7; border-radius: 4px; color: #2f3944; font-size: 12px; font-weight: 700; }
.result-preview-links a:hover, .result-preview-links a:focus-visible { border-color: #bda800; background: #fff9c9; }
.report-preview { border: 1px solid #d7dbe0; border-radius: var(--radius); background: #fff; box-shadow: 0 20px 55px rgba(26,34,45,.09); }
.report-preview-top { display: flex; justify-content: space-between; padding: 18px 21px; border-bottom: 1px solid #e6e9ed; font-size: 11px; font-weight: 750; }
.report-preview-top small { color: #a0a7b1; font-size: 8px; font-weight: 400; }
.report-preview-score { display: flex; justify-content: space-between; align-items: center; padding: 28px; }
.report-preview-score > div:first-child span { display: block; color: #7e8794; font-size: 10px; }
.report-preview-score strong { display: block; margin: 5px 0; font-size: 45px; }
.report-preview-score strong em { font-size: 17px; font-style: normal; }
.report-preview-score small { color: #15965f; font-size: 9px; }
.score-ring { width: 112px; height: 112px; display: grid; place-content: center; text-align: center; border: 11px solid var(--yellow); border-left-color: #edf0f2; border-radius: 50%; transform: rotate(30deg); }
.score-ring b, .score-ring span { transform: rotate(-30deg); }
.score-ring b { font-size: 23px; }
.score-ring span { color: #8b94a1; font-size: 7px; }
.report-preview-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #e6e9ed; border-bottom: 1px solid #e6e9ed; }
.report-preview-stats div { padding: 20px; border-right: 1px solid #e6e9ed; }
.report-preview-stats div:last-child { border: 0; }
.report-preview-stats span { display: block; color: #8d95a1; font-size: 8px; }
.report-preview-stats strong { display: block; margin-top: 7px; font-size: 18px; }
.report-preview-evidence { padding: 20px; }
.report-preview-evidence > span { color: #7b8491; font-size: 9px; }
.report-preview-evidence > div { display: flex; align-items: center; gap: 12px; margin-top: 12px; padding: 12px; background: #f5f6f8; border-radius: 4px; }
.report-preview-evidence i { width: 28px; height: 28px; background: var(--yellow); border: 1px solid #d6c000; border-radius: 4px; }
.report-preview-evidence p { flex: 1; margin: 0; }
.report-preview-evidence b, .report-preview-evidence small { display: block; font-size: 9px; }
.report-preview-evidence small { margin-top: 4px; color: #929aa5; font-size: 8px; }
.report-preview-evidence em { color: #857400; font-size: 8px; font-style: normal; }

.faq { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-list { border-top: 1px solid #cfd5dc; }
.faq-list > details, .faq-extra > details { border-bottom: 1px solid #cfd5dc; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-size: 16px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span:last-child { color: #817000; font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] > summary > span:last-child { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -5px 38px 24px 0; color: #687280; font-size: 13px; line-height: 1.8; }
.faq-more > summary { color:#665900; }
.faq-more[open] > summary { border-bottom:1px solid #cfd5dc; }
.faq-more-text { color:inherit; font-size:14px; font-weight:800; }
.faq-more-text .when-open { display:none; }
.faq-more[open] .when-closed { display:none; }
.faq-more[open] .when-open { display:inline; }
.faq-extra { padding-left:18px; }
.faq-extra > details:last-child { border-bottom:0; }

.closing { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 80px max(24px, calc((100vw - var(--max)) / 2)); color: var(--ink); background: var(--yellow); border-bottom: 1px solid #d2bd00; }
.closing p { margin: 0 0 18px; color: #514800; font-size: 10px; font-weight: 800; letter-spacing: 1.6px; }
.closing h2 { max-width: 820px; }
.closing h2 span { display: block; white-space: nowrap; }
.closing h2 span + span { margin-left: clamp(54px, 7vw, 112px); }
.contact-card { width: 264px; min-width: 264px; display: grid; gap: 14px; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.contact-phone { display: flex; align-items: center; justify-content: center; gap: 8px; padding-bottom: 13px; border-bottom: 1px solid rgba(81,72,0,.35); white-space: nowrap; }
.contact-phone span, .contact-wechat span, .contact-wechat small { display: block; color: #514800; }
.contact-phone span { font-size: 11px; font-weight: 600; }
.contact-phone a { color: var(--ink); font-size: 18px; font-weight: 800; line-height: 1; }
.contact-wechat { display: flex; align-items: center; justify-content: center; gap: 14px; }
.contact-wechat > div { flex: 0 0 auto; }
.contact-wechat img { width: 108px; height: 108px; flex: 0 0 108px; object-fit: contain; }
.contact-wechat span { margin-bottom: 8px; color: #303945; font-size: 13px; font-weight: 700; }
.contact-wechat small { font-size: 10px; }
.site-footer { min-height:0; display:grid; grid-template-columns:1.45fr repeat(4,minmax(0,1fr)); align-items:start; gap:30px; padding:44px max(24px,calc((100vw - var(--max)) / 2)) 24px; color:#536171; background:#e7ebf0; font-size:13px; }
.footer-brand { display:flex; align-items:flex-start; flex-direction:column; gap:8px; }
.footer-brand img { width:166px; height:auto; margin-bottom:8px; }
.footer-brand strong { color:#1f2732; font-size:15px; font-weight:700; line-height:1.45; }
.footer-brand span { color:#536171; font-size:13px; line-height:1.6; }
.footer-group { display:flex; align-items:flex-start; flex-direction:column; gap:11px; }
.footer-group > strong { margin-bottom:4px; color:#1f2732; font-size:15px; font-weight:700; line-height:1.45; }
.footer-group > strong > a { color:inherit; font-size:inherit; line-height:inherit; }
.footer-group a, .footer-group span { color:#536171; font-size:13px; font-weight:500; line-height:1.6; }
.footer-group a:hover, .footer-group a:focus-visible { color:var(--ink); text-decoration:underline; text-underline-offset:3px; }
.footer-bottom { grid-column:1 / -1; display:flex; justify-content:space-between; gap:20px; padding-top:19px; border-top:1px solid #c3cad3; color:#667382; font-size:12px; line-height:1.55; }

@media (max-width: 900px) {
  .site-header { padding: 0 16px; }
  .menu-toggle { display: grid; gap: 5px; width: 38px; height: 38px; place-content: center; border: 1px solid #cdd3da; background: #fff; border-radius: 4px; }
  .menu-toggle span { display: block; width: 16px; height: 1px; background: var(--ink); }
  .site-nav { position: absolute; top: 66px; right: 0; width: 220px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 8px; color: #4f5966; background: #fff; border: 1px solid #d8dde3; box-shadow: 0 18px 45px rgba(35,44,56,.12); }
  .site-nav.open { display: flex; }
  .site-nav a,.site-nav > a:not(.nav-login) { padding: 14px; }
  .nav-group-trigger { display:flex; justify-content:space-between; min-height:0; }
  .nav-caret { transform:rotate(180deg); }
  .nav-dropdown { position:static; width:auto; display:grid; grid-template-columns:1fr; gap:2px; padding:4px 6px 8px; transform:none; border:0; border-left:2px solid var(--yellow); box-shadow:none; background:#f6f7f9; }
  .nav-dropdown::before { display:none; }
  .nav-dropdown a,.nav-dropdown a:first-child { grid-column:auto; gap:2px; padding:10px 11px; background:transparent; }
  .nav-dropdown a:hover,.nav-dropdown a:focus-visible,.nav-dropdown a[aria-current="page"] { background:#fffbe0; }
  .nav-dropdown span { display:none; }
  .site-nav .nav-login { width:100%; min-height:44px; margin-top:4px; }
  .hero { min-height: 930px; padding-top: 140px; }
  .dashboard-shell { grid-template-columns: 1fr; }
  .dashboard-sidebar { display: none; }
  .capabilities .section-heading { grid-template-columns:1fr; gap:18px; }
  .capabilities .section-heading > p:last-child { margin:0; padding:0 0 0 18px; }
  .capability-item { grid-template-columns: 54px 1fr; gap: 20px; }
  .capability-item > :last-child { grid-column: 2; }
  .advantage-grid { grid-template-columns: 1fr; }
  .results { grid-template-columns: 1fr; gap: 50px; }
  .why-geo, .faq { grid-template-columns: 1fr; gap: 45px; }
  .workflow-steps { grid-template-columns: 1fr 1fr; border-top: 0; }
  .workflow-steps li { border-top: 1px solid #c0c8d1; }
  .closing { align-items: flex-start; flex-direction: column; }
  .contact-card { width: min(100%, 264px); min-width: 0; }
  .site-footer { grid-template-columns:1.35fr repeat(2,minmax(0,1fr)); }
  .footer-brand, .footer-bottom { grid-column:1 / -1; }
}

@media (max-width: 640px) {
  .brand img { width: 146px; }
  .hero { min-height: 860px; padding: 125px 16px 0; }
  .hero-grid { background-size: 42px 42px; }
  .hero h1 { grid-template-columns: 1fr; justify-items: center; row-gap: 0; font-size: 46px; }
  .hero h1 b, .hero h1 .hero-category { display: block; }
  .hero h1 .hero-service { grid-column: 1; margin-top: 18px; font-size: .72em; }
  .hero-lead { margin-top: 18px; font-size: 25px; }
  .hero-description { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .product-stage { margin-top: 52px; width: 100%; transform: none; }
  .stage-label { display: none; }
  .dashboard-shell { min-height: 0; }
  .dashboard-main { padding: 14px; }
  .dashboard-topbar { align-items: flex-start; margin-bottom: 14px; }
  .metric-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .metric-card { padding: 12px; }
  .metric-card.featured { padding-top: 10px; }
  .metric-card > strong { min-height: 42px; font-size: 18px; }
  .dashboard-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 8px; }
  .panel { min-height: 0; padding: 14px; }
  .visibility-panel { min-height: 260px; }
  .platform-list { margin-top: 18px; }
  .platform-list > div { grid-template-columns: 88px 1fr 28px; gap: 7px; margin-bottom: 10px; }
  .proof-strip { padding: 42px 18px 46px; }
  .proof-intro p { max-width: 330px; font-size: 13px; }
  .platform-logos { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; margin-top: 32px; }
  .platform-logos li { justify-content: flex-start; padding-left: 12px; }
  .platform-logos img { width: 34px; height: 34px; }
  .platform-logos span { font-size: 13px; }
  .section { padding: 80px 18px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .results-copy h2, .closing h2 { font-size: 35px; }
  .closing h2 span + span { margin-left: 36px; }
  .capability-item { grid-template-columns: 1fr; gap: 15px; padding: 36px 0; }
  .advantage-grid article { min-height: 0; padding: 28px 24px; }
  .advantage-grid h3 { margin-top: 20px; font-size: 22px; }
  .capability-item > :last-child { grid-column: 1; margin-top: 12px; }
  .capability-number { display: none; }
  .signal-board, .task-board, .delivery-board, .report-board { height: auto; min-height: 310px; padding: 20px; }
  .workflow-steps { grid-template-columns: 1fr; }
  .workflow-steps li, .workflow-steps li:not(:first-child), .workflow-steps li:last-child { min-height: 125px; padding: 24px 0; border-right: 0; }
  .workflow-steps li:not(:first-child)::before { left: 0; }
  .workflow-steps strong { margin-top: 22px; }
  .report-preview-score { padding: 20px; }
  .score-ring { width: 90px; height: 90px; }
  .report-preview-evidence em { display: none; }
  .site-footer { grid-template-columns:1fr; gap:16px; padding:30px 20px 20px; }
  .footer-brand, .footer-bottom { grid-column:auto; }
  .footer-brand { align-items:center; text-align:center; }
  .footer-brand img { width:180px; margin-bottom:6px; }
  .footer-group { display:none; }
  .footer-bottom { justify-content:center; padding-top:14px; text-align:center; }
  .footer-bottom span:last-child { display:none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-signal-field { opacity: .7; }
}
