:root {
  --bg: #f5f7fb;
  --ink: #162033;
  --muted: #667085;
  --line: #e5e7eb;
  --panel: #ffffff;
  --orange: #ff6428;
  --orange-2: #ff9a3c;
  --orange-soft: rgba(255, 100, 40, .14);
  --navy: #0b1020;
  --navy-2: #111827;
  --blue: #245c7d;
  --gold: #ff8a4c;
  --soft: #f2f4f7;
  --shadow: 0 24px 70px rgba(11, 16, 32, .18);
}

.wechat-page {
  min-height: 100dvh;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 100, 40, .12), transparent 28%),
    radial-gradient(circle at 96% 18%, rgba(36, 92, 125, .08), transparent 26%),
    #f5f7fb;
}

.wechat-shell {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: max(18px, env(safe-area-inset-top)) 16px calc(36px + env(safe-area-inset-bottom));
}

.wechat-hero,
.wechat-section,
.wechat-contact-card {
  margin: 14px 0;
  padding: 22px;
  border: 1px solid #e2e6ee;
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 46px rgba(16, 24, 40, .07);
}

.wechat-hero {
  padding-top: 24px;
  background:
    linear-gradient(135deg, rgba(255, 100, 40, .12), rgba(255, 255, 255, .96) 44%),
    #fff;
}

.anchor-section {
  scroll-margin-top: 18px;
}

.wechat-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.wechat-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 100, 40, .35);
  border-radius: 999px;
  color: var(--orange);
  background: rgba(255, 100, 40, .08);
  font-size: 14px;
  font-weight: 900;
}

.wechat-page h1,
.wechat-page h2,
.wechat-page h3,
.wechat-page p {
  letter-spacing: 0;
}

.wechat-page h1 {
  margin: 0;
  font-size: clamp(34px, 9vw, 58px);
  line-height: 1.08;
}

.wechat-page h2 {
  margin: 0 0 16px;
  font-size: clamp(26px, 6.6vw, 40px);
  line-height: 1.18;
}

.wechat-section > .eyebrow + h2 {
  margin-top: 10px;
}

.wechat-page h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

.wechat-page p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.wechat-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.wechat-actions .button {
  justify-content: center;
  width: 100%;
  padding: 13px 14px;
  text-align: center;
}

.wechat-card-grid,
.wechat-steps,
.wechat-metrics,
.wechat-report-list {
  display: grid;
  gap: 12px;
}

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

.wechat-card-grid article,
.wechat-steps article,
.wechat-metrics article,
.wechat-report-list article,
.wechat-link-list a {
  padding: 18px;
  border: 1px solid #e1e6ef;
  border-radius: 12px;
  background: #fff;
}

.wechat-card-grid span,
.wechat-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 10px;
  color: var(--orange);
  background: rgba(255, 100, 40, .1);
  font-weight: 900;
}

.wechat-card-grid p,
.wechat-steps p,
.wechat-report-list p {
  font-size: 15px;
  line-height: 1.7;
}

.wechat-link-list a {
  display: block;
}

.wechat-link-list a + a {
  margin-top: 10px;
}

.wechat-link-list strong,
.wechat-link-list span {
  display: block;
}

.wechat-link-list strong {
  font-size: 19px;
}

.wechat-link-list span {
  margin-top: 5px;
  color: var(--muted);
}

.wechat-dark-cta {
  color: #fff;
  border-color: rgba(255, 255, 255, .1);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 100, 40, .3), transparent 34%),
    #0b1020;
}

.wechat-dark-cta h2,
.wechat-dark-cta p {
  color: #fff;
}

.wechat-dark-cta p {
  color: rgba(255, 255, 255, .74);
}

.wechat-note {
  border-color: rgba(255, 100, 40, .28);
  background:
    linear-gradient(135deg, rgba(255, 100, 40, .08), rgba(255, 255, 255, .96) 48%),
    #fff;
}

.wechat-note ul,
.wechat-note ol {
  margin: 12px 0 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.wechat-note li + li {
  margin-top: 8px;
}

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

.wechat-metrics small {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.wechat-metrics strong {
  display: block;
  margin-top: 8px;
  font-size: 42px;
  line-height: 1;
}

.wechat-metrics p {
  margin-top: 8px;
  font-size: 14px;
}

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

.wechat-question-list {
  display: grid;
  gap: 10px;
}

.wechat-question-list p {
  margin: 0;
  padding: 13px 14px;
  border: 1px solid #e1e6ef;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  font-weight: 800;
}

.wechat-muted {
  color: var(--muted) !important;
}

.wechat-contact-card {
  min-height: calc(100dvh - 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wechat-contact-card h1 {
  font-size: clamp(32px, 8vw, 48px);
}

.wechat-qr-panel {
  width: min(100%, 420px);
  margin: 24px auto 0;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(16, 24, 40, .12);
}

.wechat-qr-panel img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

@media (max-width: 640px) {
  .wechat-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wechat-hero,
  .wechat-section,
  .wechat-contact-card {
    margin: 10px 0;
    padding: 18px;
    border-radius: 12px;
  }

  .wechat-brand {
    margin-bottom: 22px;
  }

  .wechat-brand .logo-mark {
    width: 44px;
    height: 44px;
  }

  .wechat-brand .logo-type strong {
    font-size: 20px;
  }

  .wechat-brand .logo-type small {
    font-size: 12px;
  }

  .wechat-page h1 {
    font-size: 34px;
  }

  .wechat-page h2 {
    font-size: 26px;
    line-height: 1.24;
  }

  .wechat-page p {
    font-size: 16px;
    line-height: 1.7;
  }

  .wechat-section > .eyebrow {
    margin-bottom: 18px;
  }

  .wechat-section > .eyebrow + h2 {
    margin-top: 0;
  }

  .wechat-actions,
  .wechat-card-grid,
  .wechat-metrics,
  .wechat-report-list {
    grid-template-columns: 1fr;
  }

  .wechat-actions {
    gap: 10px;
  }

  .wechat-card-grid article,
  .wechat-steps article,
  .wechat-metrics article,
  .wechat-report-list article,
  .wechat-link-list a {
    padding: 16px;
  }

  .wechat-metrics strong {
    font-size: 34px;
  }

  .wechat-qr-panel {
    width: min(100%, 330px);
    padding: 10px;
  }
}

* { box-sizing: border-box; }

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(226, 232, 240, .82);
  box-shadow: 0 10px 34px rgba(16, 24, 40, .06);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.logo-mark {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--orange), #ff7f1f);
  box-shadow: 0 0 22px rgba(255, 100, 40, .32);
}

.logo-mark i,
.logo-mark b {
  position: absolute;
  left: 50%;
  display: block;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
}

.logo-mark i {
  top: 8px;
  width: 22px;
  height: 22px;
}

.logo-mark b {
  bottom: 5px;
  width: 10px;
  height: 10px;
}

.logo-type strong,
.logo-type small {
  display: block;
  color: var(--ink);
  line-height: 1.05;
}

.logo-type strong {
  font-size: 22px;
  font-weight: 900;
}

.logo-type small {
  margin-top: 5px;
  font-size: 13px;
  letter-spacing: .02em;
  color: var(--muted);
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #4f5b6c;
  font-size: 15px;
}

.nav a:hover { color: var(--ink); }
.nav-outline {
  padding: 9px 14px;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  color: var(--ink) !important;
  background: #fff;
}

.nav-cta {
  color: #fff !important;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  padding: 9px 14px;
  border-radius: 8px;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0;
}

.compact { padding-top: 48px; }

.diagnosis-output-section {
  width: 100%;
  margin: 0;
  padding-top: 64px;
  padding-bottom: 76px;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(255,100,40,.09), transparent 28%),
    #f5f7fb;
}

.diagnosis-output-section .section-heading {
  margin-bottom: 28px;
}

.diagnosis-result-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.diagnosis-result-grid article {
  min-height: 180px;
  padding: 20px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .055);
}

.diagnosis-result-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: var(--orange);
  background: rgba(255,100,40,.1);
  font-weight: 900;
}

.diagnosis-result-grid strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.28;
}

.diagnosis-result-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.band {
  width: 100%;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  background:
    radial-gradient(circle at 88% 18%, rgba(255,100,40,.08), transparent 26%),
    var(--soft);
}

.report-sample-section {
  width: 100%;
  margin: 0;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  background: #fff;
}

.report-sample-section .section-heading p:last-child {
  max-width: 760px;
  color: var(--muted);
}

.sample-report {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid #dce3ee;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 22px 60px rgba(16, 24, 40, .07);
}

.sample-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.sample-summary article {
  min-height: 132px;
  padding: 18px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
}

.sample-summary small {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.sample-summary strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.1;
}

.sample-summary p {
  margin: 10px 0 0;
  color: var(--muted);
}

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

.sample-detail article {
  padding: 20px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
}

.sample-detail article:first-child {
  background: #fff8ed;
  border-color: rgba(255,154,60,.35);
}

.sample-detail article:last-child {
  background: #f1f7ff;
  border-color: rgba(37,99,235,.18);
}

.sample-detail h3 {
  margin-bottom: 14px;
}

.sample-detail ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.sample-detail li + li {
  margin-top: 8px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .72fr);
  align-items: center;
  gap: 44px;
  min-height: 640px;
  padding-top: 44px;
  padding-bottom: 44px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(247,249,252,.98) 0%, rgba(247,249,252,.94) 42%, rgba(247,249,252,.62) 68%, rgba(247,249,252,.9) 100%),
    radial-gradient(circle at 18% 74%, rgba(255,100,40,.12), transparent 28%),
    url("assets/hero-geo-visual-light.jpg"),
    #f7f9fc;
  background-size: auto, auto, cover, auto;
  background-position: center, center, center, center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 100, 40, .55);
  border-radius: 8px;
  background: rgba(255, 100, 40, .09);
  margin: 0 0 14px;
  color: var(--orange-2);
  font-weight: 700;
  letter-spacing: 0;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.12;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.16;
  letter-spacing: 0;
}

h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.3; }

.hero-copy {
  max-width: 630px;
  color: #4f5b6c;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.78;
}

.hero-copy strong { color: var(--ink); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 700;
  border: 1px solid transparent;
}

.button.primary { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-2)); }
.button.secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.hero .button.secondary { color: var(--ink); background: rgba(255,255,255,.78); border-color: #d8dee8; }
.button:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(255,100,40,.22); }

.trust-row {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0 0;
}

.trust-row div {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
}

.trust-row dt { color: rgba(255,255,255,.56); font-size: 13px; }
.trust-row dd { margin: 4px 0 0; font-weight: 700; }

.hero-panel {
  padding: 22px;
  border: 1px solid rgba(255,100,40,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 24px 70px rgba(16, 24, 40, .13);
  backdrop-filter: blur(16px);
}

.insight-panel {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(255,100,40,.2);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,100,40,.16), transparent 34%),
    rgba(255,255,255,.84);
  box-shadow: 0 26px 80px rgba(16, 24, 40, .16);
}

.insight-panel::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle, rgba(255,100,40,.18) 0 2px, transparent 3px) 0 0 / 72px 72px,
    linear-gradient(120deg, transparent 0 36%, rgba(255,100,40,.1), transparent 62%);
  opacity: .58;
  pointer-events: none;
}

.insight-core,
.insight-grid,
.insight-flow {
  position: relative;
  z-index: 1;
}

.insight-core {
  display: grid;
  place-items: center;
  min-height: 118px;
  margin-bottom: 14px;
  border: 1px solid rgba(255,100,40,.42);
  border-radius: 12px;
  background:
    radial-gradient(circle, rgba(255,100,40,.22), rgba(255,100,40,.08) 46%, rgba(255,255,255,.76) 100%);
  text-align: center;
}

.insight-core span {
  color: #9b6a4d;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.insight-core strong {
  max-width: 320px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.25;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.insight-grid article {
  min-height: 128px;
  padding: 14px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: rgba(255,255,255,.82);
}

.insight-grid small {
  display: block;
  margin-bottom: 8px;
  color: var(--orange-2);
  font-weight: 900;
}

.insight-grid strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.3;
}

.insight-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.insight-flow {
  display: grid;
  grid-template-columns: 1fr 22px 1fr 22px 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.insight-flow span {
  display: grid;
  place-items: center;
  min-height: 42px;
  border: 1px solid rgba(255,100,40,.34);
  border-radius: 8px;
  color: #7a3517;
  background: rgba(255,100,40,.1);
  font-weight: 800;
  font-size: 14px;
}

.insight-flow i {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
}

.sample-preview {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255,100,40,.2);
  border-radius: 12px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 26px 80px rgba(16, 24, 40, .14);
  backdrop-filter: blur(16px);
}

.sample-preview::before {
  content: "";
  position: absolute;
  inset: -18%;
  background:
    radial-gradient(circle at 50% 12%, rgba(255,100,40,.14), transparent 28%),
    radial-gradient(circle, rgba(255,100,40,.15) 0 2px, transparent 3px) 0 0 / 74px 74px;
  opacity: .7;
  pointer-events: none;
}

.sample-preview-head,
.sample-preview-metrics,
.sample-preview-list {
  position: relative;
  z-index: 1;
}

.sample-preview-head {
  padding: 20px;
  border: 1px solid rgba(255,100,40,.24);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,100,40,.1), rgba(255,255,255,.82));
}

.sample-preview-head span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}

.sample-preview-head strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.28;
}

.sample-preview-head p {
  margin: 10px 0 0;
  color: var(--muted);
}

.sample-preview-alert {
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255,100,40,.18);
  border-radius: 8px;
  color: #8a3c18;
  background: rgba(255,100,40,.08);
  font-weight: 800;
  line-height: 1.45;
}

.sample-preview-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.sample-preview-metrics article {
  min-height: 126px;
  padding: 16px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: rgba(255,255,255,.86);
}

.sample-preview-metrics small {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.sample-preview-metrics strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.1;
}

.sample-preview-metrics p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.sample-preview-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.sample-preview-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255,100,40,.16);
  border-radius: 8px;
  color: #324056;
  background: rgba(255,100,40,.06);
  font-weight: 700;
}

.sample-preview-list span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--orange);
}

.panel-top, .query-card, .model-grid div, .signal-list span {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
}

.panel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  font-weight: 800;
  background: rgba(255,255,255,.08);
}

.status-dot { color: var(--orange-2); font-size: 13px; }
.query-card { margin: 16px 0; padding: 16px; background: rgba(255,100,40,.12); }
.query-card small { display: block; color: rgba(255,255,255,.58); margin-bottom: 8px; }
.query-card strong { display: block; line-height: 1.45; }

.model-grid { display: grid; gap: 12px; }
.model-grid div { padding: 14px; background: rgba(255,255,255,.06); }
.model-grid span, .model-grid em { display: block; color: rgba(255,255,255,.62); font-style: normal; font-size: 13px; }
.model-grid strong { display: block; margin: 4px 0; font-size: 20px; }

.diagnosis-card {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 138, 76, .34);
  border-radius: 8px;
  background: rgba(255, 100, 40, .13);
}

.diagnosis-card small {
  display: block;
  color: var(--orange-2);
  font-weight: 800;
}

.diagnosis-card strong {
  display: block;
  margin-top: 6px;
  font-size: 22px;
}

.diagnosis-card p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.72);
}

.signal-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 16px; }
.signal-list span { padding: 10px; text-align: center; color: #fff; background: rgba(255,255,255,.08); font-weight: 700; font-size: 14px; }

.section-heading { max-width: 1040px; margin-bottom: 34px; }
.section-heading p:last-child { color: var(--muted); }

.question-grid, .service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.question-grid article, .service-grid article, .knowledge-list article, .process li, .faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.question-grid article {
  min-height: 128px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  font-size: 20px;
  font-weight: 800;
}

.service-grid { grid-template-columns: repeat(2, 1fr); }
.service-grid {
  counter-reset: service;
}

.service-grid article {
  position: relative;
  overflow: hidden;
  min-height: 154px;
  padding: 22px 22px 22px 76px;
  border-color: #e3e7ee;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .045);
}

.service-grid article::before {
  counter-increment: service;
  content: "0" counter(service);
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: var(--orange);
  background: rgba(255,100,40,.09);
  font-size: 13px;
  font-weight: 900;
}

.service-grid article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--orange), transparent);
  opacity: .75;
}

.service-grid article:hover {
  border-color: rgba(255,100,40,.38);
  transform: translateY(-2px);
}

.service-grid p, .split p, .faq p, .cta p { color: var(--muted); }

.split {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 54px;
  align-items: start;
}

.industry-section {
  width: 100%;
  margin: 0;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  background:
    radial-gradient(circle at 16% 12%, rgba(255,100,40,.1), transparent 26%),
    #f5f7fb;
}

.industry-head {
  max-width: 820px;
  margin-bottom: 34px;
}

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

.industry-grid article {
  min-height: 188px;
  padding: 20px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .06);
}

.industry-grid article:hover {
  border-color: rgba(255,100,40,.42);
  transform: translateY(-2px);
}

.industry-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: var(--orange);
  background: rgba(255,100,40,.1);
  font-weight: 900;
}

.industry-grid strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.25;
}

.industry-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 700;
}

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

.output-grid article {
  position: relative;
  min-height: 190px;
  padding: 20px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .05);
}

.output-grid article::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,100,40,.18), transparent 68%);
}

.output-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--orange);
  background: rgba(255,100,40,.1);
  font-weight: 900;
}

.output-grid strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.3;
}

.output-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.process {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.process li { padding: 18px; }
.process span { color: var(--gold); font-weight: 900; }
.process strong { display: block; margin: 10px 0 8px; line-height: 1.35; }
.process p { margin: 0; color: var(--muted); font-size: 14px; }

.methodology-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  background: linear-gradient(180deg, #fff, #f5f7fb);
}

.methodology-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.methodology-steps li {
  min-height: 198px;
  padding: 22px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .045);
}

.methodology-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--orange);
  background: rgba(255,100,40,.1);
  font-weight: 900;
}

.methodology-steps strong { display: block; font-size: 20px; line-height: 1.3; }
.methodology-steps p { margin: 12px 0 0; color: var(--muted); }
.methodology-action { display: flex; justify-content: center; margin-top: 28px; }
.methodology-intro { max-width: 760px; margin: 0 auto 28px; }
.methodology-intro h3 { margin: 0; font-size: 28px; line-height: 1.3; }
.methodology-intro p { color: var(--muted); }
.difference-section { padding-top: 76px; padding-bottom: 76px; }

.mobile-diagnosis-cta { display: none; }

/* Formal GEO methodology reading experience. */
.methodology-guide {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 84px;
}

.methodology-summary {
  padding: 28px;
  border: 1px solid rgba(255, 100, 40, .25);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 100, 40, .1), rgba(255, 255, 255, .98) 50%);
}

.methodology-summary p:last-child { margin-bottom: 0; }

.methodology-summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.methodology-layer-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.methodology-layer-grid article {
  min-height: 132px;
  padding: 16px;
  border: 1px solid #e2e6ee;
  border-top: 3px solid var(--orange);
  border-radius: 8px;
  background: #fff;
}

.methodology-layer-grid strong,
.methodology-layer-grid span { display: block; }
.methodology-layer-grid strong { font-size: 18px; }
.methodology-layer-grid span { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.55; }

.methodology-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 760px);
  gap: 36px;
  align-items: start;
  min-width: 0;
  margin-top: 38px;
}

.methodology-toc {
  position: sticky;
  top: 96px;
  min-width: 0;
  padding: 18px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
}

.methodology-toc strong { display: block; margin-bottom: 10px; }
.methodology-toc a {
  display: block;
  padding: 7px 0;
  border-top: 1px solid #eef2f6;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.methodology-toc a:hover { color: var(--orange); }

.methodology-body {
  min-width: 0;
  padding: 38px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 24, 40, .045);
}

.methodology-body > h2 {
  margin: 54px 0 20px;
  padding-top: 8px;
  font-size: 30px;
  line-height: 1.35;
  scroll-margin-top: 100px;
}
.methodology-body > h2:first-child { margin-top: 0; }
.methodology-body h3 { margin: 30px 0 12px; font-size: 22px; line-height: 1.4; scroll-margin-top: 100px; }
.methodology-body h4 { margin: 24px 0 10px; font-size: 18px; }
.methodology-body p,
.methodology-body li { color: #4f5b6c; line-height: 1.85; }
.methodology-body ul,
.methodology-body ol { padding-left: 23px; }
.methodology-body li + li { margin-top: 8px; }
.methodology-body a { color: #c94918; text-decoration: underline; text-decoration-color: rgba(201,73,24,.28); text-underline-offset: 3px; }
.methodology-body table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; margin: 22px 0; font-size: 14px; }
.methodology-body th,
.methodology-body td { min-width: 150px; padding: 12px; border: 1px solid #e2e6ee; text-align: left; vertical-align: top; }
.methodology-body th { background: #fff7f2; color: var(--ink); }

.definition-callout,
.methodology-boundary,
.official-evidence-note {
  margin: 24px 0;
  padding: 20px;
  border-radius: 8px;
}
.definition-callout { border: 1px solid rgba(255,100,40,.28); background: rgba(255,100,40,.08); }
.methodology-boundary { border-left: 4px solid var(--orange); background: #fff7f2; }
.official-evidence-note { border: 1px solid #dce7ef; background: #f5f9fc; }
.definition-callout strong,
.methodology-boundary strong,
.official-evidence-note strong { display: block; margin-bottom: 7px; color: var(--ink); }
.definition-callout p:last-child,
.methodology-boundary p:last-child,
.official-evidence-note p:last-child { margin-bottom: 0; }

.methodology-definition-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px 8px;
  border-radius: 6px;
  color: #8a3c18;
  background: rgba(255,100,40,.12);
  font-size: 13px;
  font-weight: 800;
}

.methodology-backtop {
  display: inline-flex;
  margin-top: 32px;
  padding: 9px 14px;
  border: 1px solid rgba(255,100,40,.26);
  border-radius: 8px;
  color: #c94918;
  font-weight: 800;
}

.knowledge-featured-methodology {
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid rgba(255,100,40,.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,100,40,.1), rgba(255,255,255,.98) 58%);
}
.knowledge-featured-methodology h2 { margin: 4px 0 10px; font-size: 27px; line-height: 1.35; }
.knowledge-featured-methodology p { max-width: 780px; color: var(--muted); }

@media (max-width: 900px) {
  .methodology-layer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .methodology-layout { grid-template-columns: 1fr; }
  .methodology-toc { position: static; }
}

@media (max-width: 640px) {
  .methodology-guide { width: 100%; padding: 28px 16px 70px; }
  .methodology-summary,
  .methodology-body { padding: 20px; }
  .methodology-layer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .methodology-layer-grid article { min-height: 116px; padding: 13px; }
  .methodology-layer-grid strong { font-size: 16px; }
  .methodology-layer-grid span { font-size: 13px; }
  .methodology-layout { margin-top: 24px; gap: 18px; }
  .methodology-toc {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    padding: 16px;
  }
  .methodology-toc a,
  .methodology-body a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .methodology-body > h2 { margin-top: 38px; font-size: 25px; }
  .methodology-body h3 { font-size: 20px; }
  .methodology-body p,
  .methodology-body li { font-size: 16px; line-height: 1.78; }
  .knowledge-featured-methodology { padding: 19px; }
  .knowledge-featured-methodology h2 { font-size: 23px; }
}

.knowledge-list { display: grid; gap: 12px; }
.knowledge-list article { padding: 16px; }
.knowledge-list strong { display: block; margin-bottom: 4px; }
.knowledge-list span { color: var(--muted); }

.knowledge-preview-section {
  width: 100%;
  margin: 0;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  background:
    radial-gradient(circle at 88% 12%, rgba(255,100,40,.08), transparent 28%),
    #fff;
}

.knowledge-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.knowledge-preview-grid a {
  min-height: 220px;
  padding: 22px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .045);
}

.knowledge-preview-grid a:hover {
  border-color: rgba(255,100,40,.36);
  transform: translateY(-2px);
}

.knowledge-preview-grid span,
.article-category {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 5px 9px;
  border-radius: 8px;
  color: var(--orange);
  background: rgba(255,100,40,.08);
  font-size: 13px;
  font-weight: 900;
}

.knowledge-preview-grid strong {
  display: block;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.34;
}

.knowledge-preview-grid p {
  margin: 14px 0 0;
  color: var(--muted);
}

.topic-center-section {
  border-bottom: 1px solid var(--line);
}

.topic-center-grid a {
  min-height: 182px;
}

.topic-center-grid strong {
  font-size: 19px;
}

.knowledge-preview-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.knowledge-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
}

.category-panel {
  position: sticky;
  top: 96px;
  align-self: start;
  padding: 20px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
}

.category-panel strong {
  display: block;
  margin-bottom: 12px;
}

.category-panel a {
  display: block;
  padding: 9px 0;
  color: var(--muted);
  border-top: 1px solid #eef2f6;
}

.category-panel a:hover { color: var(--ink); }

.article-list {
  display: grid;
  gap: 14px;
}

.article-item {
  padding: 22px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .04);
}

.article-item h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.article-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
}

.article-meta code {
  padding: 2px 6px;
  border-radius: 6px;
  color: #8a3c18;
  background: rgba(255,100,40,.08);
}

.article-link {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  border: 1px solid rgba(255,100,40,.24);
  border-radius: 999px;
  color: #d94b18;
  background: rgba(255,100,40,.08);
  font-weight: 800;
}

.article-link:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 760px) 300px;
  gap: 48px;
  align-items: start;
}

.article-body {
  padding: 34px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 24, 40, .045);
}

.article-body h2 {
  margin-top: 42px;
  font-size: 30px;
}

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

.article-body h3 {
  margin-top: 26px;
}

.article-body p,
.article-body li {
  color: #4f5b6c;
}

.article-body ul,
.article-body ol {
  padding-left: 22px;
}

.article-body li + li {
  margin-top: 8px;
}

.answer-box {
  padding: 20px;
  border: 1px solid rgba(255,100,40,.2);
  border-radius: 8px;
  color: #733614;
  background: rgba(255,100,40,.07);
  font-weight: 800;
}

.article-source-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.article-source-meta span {
  display: inline-flex;
  align-items: center;
}

.article-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}

.aside-card {
  padding: 20px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
}

.aside-card strong {
  display: block;
  margin-bottom: 10px;
}

.aside-card a {
  display: block;
  padding: 8px 0;
  color: var(--muted);
  border-top: 1px solid #eef2f6;
}

.aside-card a:hover {
  color: var(--ink);
}

.article-cta {
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,100,40,.22), transparent 34%),
    #111827;
}

.article-cta p {
  color: rgba(255,255,255,.72);
}

.article-cta .button {
  width: 100%;
}

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

.faq-category-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.faq-category-nav a {
  min-height: 92px;
  padding: 18px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .04);
}

.faq-category-nav strong {
  display: block;
  color: var(--ink);
}

.faq-category-nav span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.faq-category-nav a:hover {
  border-color: rgba(255,100,40,.36);
  transform: translateY(-2px);
}

.faq-group-title {
  margin: 28px 0 4px;
  font-size: 26px;
}

.faq details { padding: 18px 20px; }
.faq summary { cursor: pointer; font-size: 18px; font-weight: 800; }
.faq p { margin: 12px 0 0; }
.faq details .article-link { margin-top: 14px; }

.faq-more {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.cta {
  width: 100%;
  margin: 0;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  text-align: center;
  border-top: 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,100,40,.18), transparent 34%),
    linear-gradient(180deg, #111827, #050505);
}

.cta .button.secondary {
  color: #fff;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.2);
}

.cta h2 { color: #fff; }
.cta p { max-width: 720px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,.72); }
.cta .hero-actions { justify-content: center; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 36px clamp(20px, 5vw, 72px);
  color: #dce8e2;
  background: #14231d;
}

.site-footer p { margin: 6px 0 0; color: #aebdb6; }
.site-footer p a { color: #aebdb6; }
.site-footer p a:hover { color: #fff; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

.page-hero {
  padding-top: 76px;
  padding-bottom: 52px;
}

.breadcrumb { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.breadcrumb a { color: var(--orange); }

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.content-card {
  min-height: 170px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

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

.case-sample {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.case-score,
.case-actions {
  padding: 22px;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .05);
}

.case-score span {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.case-score strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.1;
}

.case-score p,
.case-actions li {
  color: var(--muted);
}

.case-actions {
  grid-column: 1 / -1;
}

.case-actions ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.advisor-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 22px;
}

.advisor-modal:target { display: grid; }

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, .72);
  backdrop-filter: blur(8px);
}

.modal-card {
  position: relative;
  z-index: 1;
  width: min(500px, 100%);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,100,40,.24), transparent 34%),
    #0b1020;
  box-shadow: 0 28px 90px rgba(0,0,0,.45);
}

.modal-card h2 {
  font-size: 30px;
}

.modal-card p {
  color: rgba(255,255,255,.74);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
}

.advisor-qr-wrap {
  width: min(100%, 396px);
  margin: 22px auto;
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
  overflow: hidden;
}

.advisor-qr {
  display: block;
  width: 100%;
  height: auto;
  max-height: 56vh;
  object-fit: contain;
}

.modal-note {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
}

/* China-market and global GEO solution entry points */
.market-path-section {
  padding-top: 64px;
  padding-bottom: 68px;
}

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

.market-path-card {
  position: relative;
  min-height: 270px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(16, 24, 40, .06);
}

.market-path-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 100, 40, .2);
  border-radius: 50%;
}

.market-path-card.global-path {
  border-color: rgba(36, 92, 125, .28);
  background: linear-gradient(145deg, #fff 0%, #f3f8fb 100%);
}

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

.market-path-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  border-radius: 6px;
  color: var(--orange);
  background: rgba(255, 100, 40, .09);
  font-size: 13px;
  font-weight: 800;
}

.global-path .market-path-label {
  color: var(--blue);
  background: rgba(36, 92, 125, .09);
}

.diagnosis-selector-hero {
  padding-bottom: 42px;
  text-align: center;
}

.diagnosis-selector-hero .breadcrumb {
  text-align: left;
}

.diagnosis-selector-hero .eyebrow {
  justify-content: center;
}

.diagnosis-selector-hero h1,
.diagnosis-selector-hero .hero-copy {
  margin-right: auto;
  margin-left: auto;
}

.diagnosis-selector-hero h1 {
  max-width: 900px;
}

.diagnosis-selector-hero .hero-copy {
  max-width: 820px;
}

.diagnosis-choice-section {
  padding-top: 28px;
}

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

.diagnosis-choice-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 500px;
  flex-direction: column;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(16, 24, 40, .07);
}

.diagnosis-choice-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--orange);
}

.diagnosis-choice-card.global-choice::before {
  background: #123d55;
}

.diagnosis-choice-label {
  width: fit-content;
  margin: 0 0 20px;
  padding: 7px 10px;
  border-radius: 6px;
  color: #9b411d;
  background: rgba(255, 100, 40, .1);
  font-size: 14px;
  font-weight: 800;
}

.global-choice .diagnosis-choice-label {
  color: #174c67;
  background: rgba(23, 76, 103, .1);
}

.diagnosis-choice-card h2 {
  margin: 0;
  font-size: 29px;
  line-height: 1.3;
}

.diagnosis-choice-card > p:not(.diagnosis-choice-label) {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.diagnosis-choice-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.diagnosis-choice-card li {
  position: relative;
  padding-left: 24px;
  color: #344054;
  line-height: 1.6;
}

.diagnosis-choice-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 900;
}

.global-choice li::before {
  color: #174c67;
}

.diagnosis-choice-card .button {
  width: fit-content;
  margin-top: auto;
}

.diagnosis-choice-secondary {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  color: #174c67;
  font-size: 14px;
  font-weight: 800;
}

.diagnosis-choice-secondary::after {
  content: "→";
  margin-left: 7px;
}

.diagnosis-guide-section .content-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.market-path-card h3 {
  margin-top: 20px;
  font-size: 27px;
}

.market-path-card p {
  max-width: 520px;
  color: var(--muted);
}

.market-path-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 22px;
}

.market-path-meta span {
  padding: 6px 9px;
  border: 1px solid #e1e6ee;
  border-radius: 6px;
  color: #536071;
  background: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
}

.market-path-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.market-path-link::after { content: "→"; }

/* Enterprise global GEO page */
.global-geo-hero {
  background:
    linear-gradient(90deg, rgba(247,249,252,.98) 0%, rgba(247,249,252,.95) 48%, rgba(247,249,252,.76) 100%),
    radial-gradient(circle at 22% 74%, rgba(255,100,40,.12), transparent 28%),
    url("assets/hero-geo-visual-light.jpg"),
    #f7f9fc;
}

.global-geo-hero .breadcrumb {
  margin-bottom: 18px;
}

.service-boundary {
  max-width: 650px;
  margin: 18px 0 0;
  color: #687386;
  font-size: 14px;
}

.global-monitor-panel {
  padding: 24px;
  border: 1px solid rgba(36, 92, 125, .24);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 24px 70px rgba(16, 24, 40, .13);
}

.global-monitor-head > span {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 5px 9px;
  border-radius: 6px;
  color: var(--blue);
  background: rgba(36, 92, 125, .09);
  font-size: 13px;
  font-weight: 800;
}

.global-monitor-head > strong {
  display: block;
  font-size: 24px;
  line-height: 1.3;
}

.global-monitor-head p {
  margin: 9px 0 20px;
  color: var(--muted);
}

.platform-list {
  display: grid;
  gap: 10px;
}

.platform-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  padding: 13px;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  background: #fff;
}

.platform-list b {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
}

.platform-list article:nth-child(2) b { background: #101828; }
.platform-list article:nth-child(3) b { background: var(--orange); }
.platform-list strong { line-height: 1.3; }
.platform-list span { color: var(--muted); font-size: 13px; }

.monitor-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.monitor-signals span {
  padding: 6px 8px;
  border-radius: 6px;
  color: #4f5b6c;
  background: #f2f4f7;
  font-size: 12px;
  font-weight: 700;
}

.global-question-section {
  padding-bottom: 76px;
}

.global-question-grid article {
  min-height: 225px;
  display: block;
  padding: 22px;
  font-size: inherit;
  font-weight: inherit;
}

.global-question-grid article > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 7px;
  color: var(--orange);
  background: rgba(255, 100, 40, .09);
  font-size: 13px;
  font-weight: 800;
}

.global-question-grid strong {
  display: block;
  font-size: 18px;
  line-height: 1.48;
}

.global-question-grid p {
  margin-top: 12px;
}

.global-loop-section .section-heading,
.global-optimization-section .section-heading {
  max-width: 900px;
}

.global-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.global-geo-page .global-process li,
.global-geo-page .global-capability-grid article,
.global-geo-page .global-deliverables-section .output-grid article {
  display: block;
}

.global-optimization-section .content-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.global-deliverables-section {
  padding-bottom: 72px;
}

.global-mobile-cta b {
  min-width: max-content;
}

/* Enterprise global GEO diagnosis report sample */
.global-report-hero {
  max-width: none;
  padding-right: max(24px, calc((100vw - 1180px) / 2));
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid #e1e6ee;
  background: #f6f8fb;
}

.global-report-hero h1,
.global-report-hero .hero-copy {
  max-width: 900px;
}

.sample-disclaimer {
  max-width: 900px;
  margin: 22px 0 0;
  padding-left: 12px;
  border-left: 3px solid var(--orange);
  color: #687386;
  font-size: 14px;
  line-height: 1.7;
}

.report-config-grid,
.report-metric-grid,
.platform-report-grid {
  display: grid;
  gap: 14px;
}

.report-config-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.report-config-grid article,
.report-metric-grid article,
.platform-report-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #fff;
}

.report-config-grid span,
.report-metric-grid span {
  display: block;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.report-config-grid strong {
  display: block;
  margin-top: 9px;
  font-size: 20px;
  line-height: 1.35;
}

.report-config-grid p,
.report-metric-grid p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

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

.report-metric-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 35px;
  line-height: 1.15;
}

.report-metric-grid .report-finding {
  grid-column: 1 / -1;
  border-color: rgba(255, 100, 40, .3);
  background: #fff9f5;
}

.report-metric-grid .report-finding strong {
  font-size: 24px;
}

.report-question-list {
  display: grid;
  gap: 10px;
}

.report-question-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #fff;
}

.report-question-list article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #fff;
  background: #174c67;
  font-size: 13px;
  font-weight: 900;
}

.report-question-list strong {
  display: block;
  line-height: 1.45;
}

.report-question-list p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.report-question-list article > b {
  min-width: 70px;
  padding: 7px 9px;
  border-radius: 6px;
  color: #a33a3a;
  background: #fff1f1;
  font-size: 13px;
  text-align: center;
}

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

.platform-report-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.platform-report-title b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #fff;
  background: #174c67;
}

.platform-report-grid article:nth-child(2) .platform-report-title b { background: #101828; }
.platform-report-grid article:nth-child(3) .platform-report-title b { background: var(--orange); }
.platform-report-grid dl { margin: 20px 0 0; }
.platform-report-grid dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid #edf0f4;
}
.platform-report-grid dt { color: var(--muted); }
.platform-report-grid dd { margin: 0; font-weight: 800; text-align: right; }

.competitor-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 18px;
}

.competitor-chart,
.competitor-reasons {
  padding: 24px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #fff;
}

.competitor-chart {
  display: grid;
  gap: 20px;
}

.competitor-chart div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 12px;
}

.competitor-chart span,
.competitor-chart b {
  font-size: 13px;
}

.competitor-chart i {
  position: relative;
  height: 12px;
  overflow: hidden;
  border-radius: 4px;
  background: #edf1f5;
}

.competitor-chart i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar);
  border-radius: inherit;
  background: #245c7d;
}

.competitor-chart div:last-child i::after { background: var(--orange); }
.competitor-reasons { display: grid; gap: 14px; }
.competitor-reasons article + article { padding-top: 14px; border-top: 1px solid #edf0f4; }
.competitor-reasons strong { display: block; }
.competitor-reasons p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.global-report-contents .output-grid article,
.global-report-process li {
  display: block;
}

.global-report-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.report-boundary-section {
  padding-top: 10px;
  padding-bottom: 72px;
}

.report-boundary-section .answer-box {
  border-left: 4px solid #245c7d;
}

.report-boundary-section .answer-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
}

.report-boundary-section .answer-box p { margin: 0; }

.case-global-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(36, 92, 125, .25);
  border-radius: 8px;
  background: #f4f8fa;
}

.case-global-entry h2 { margin-bottom: 10px; font-size: 28px; }
.case-global-entry p { max-width: 760px; margin: 0; color: var(--muted); }

.global-sample-action {
  margin-top: 22px;
  text-align: center;
}

@media (max-width: 1040px) {
  .nav { display: none; }
  .hero, .split { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .trust-row, .question-grid, .service-grid, .content-grid { grid-template-columns: repeat(2, 1fr); }
  .diagnosis-result-grid { grid-template-columns: repeat(2, 1fr); }
  .sample-summary { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .output-grid { grid-template-columns: repeat(2, 1fr); }
  .knowledge-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-category-nav { grid-template-columns: repeat(2, 1fr); }
  .knowledge-layout { grid-template-columns: 1fr; }
  .article-shell { grid-template-columns: 1fr; }
  .category-panel { position: static; }
  .article-aside { position: static; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .methodology-steps { grid-template-columns: repeat(2, 1fr); }
  .global-monitor-panel { max-width: 720px; }
  .global-process { grid-template-columns: repeat(2, 1fr); }
  .global-optimization-section .content-grid { grid-template-columns: repeat(2, 1fr); }
  .report-config-grid { grid-template-columns: repeat(2, 1fr); }
  .competitor-layout { grid-template-columns: 1fr; }
  .global-report-process { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .category-panel {
    display: flex;
    gap: 8px;
    padding: 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .category-panel::-webkit-scrollbar { display: none; }
  .category-panel strong { display: none; }
  .category-panel a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid #e2e6ee;
    border-radius: 6px;
    background: #fff;
    white-space: nowrap;
  }
  html,
  body {
    overflow-x: hidden;
  }

  body {
    width: 100%;
    min-width: 0;
  }

  .site-header {
    position: static;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 16px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, .05);
    backdrop-filter: none;
  }
  .brand { gap: 10px; }
  .logo-mark { width: 38px; height: 38px; border-radius: 10px; }
  .logo-mark i { top: 7px; width: 16px; height: 16px; }
  .logo-mark b { bottom: 5px; width: 9px; height: 9px; }
  .logo-type strong { font-size: 18px; }
  .logo-type small { font-size: 11px; }
  .section {
    width: calc(100% - 32px);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 0;
  }
  main {
    overflow: hidden;
  }
  .hero.section,
  .section.cta,
  .band,
  .diagnosis-output-section,
  .report-sample-section,
  .knowledge-preview-section,
  .industry-section {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .hero.section,
  .band,
  .diagnosis-output-section,
  .report-sample-section,
  .knowledge-preview-section,
  .industry-section,
  .section.cta,
  .site-footer {
    clip-path: none;
  }
  .hero.section,
  .report-sample-section,
  .knowledge-preview-section { box-shadow: none; }
  .band,
  .diagnosis-output-section,
  .industry-section,
  .section.cta { box-shadow: none; }
  .section + .section {
    margin-top: 0;
  }
  .band { padding-left: 16px; padding-right: 16px; }
  .methodology-section { padding-left: 16px; padding-right: 16px; }
  .methodology-intro { margin-bottom: 20px; }
  .methodology-intro h3 { font-size: 22px; }
  .methodology-intro p { margin-bottom: 0; font-size: 15px; line-height: 1.62; }
  .methodology-steps { grid-template-columns: 1fr; gap: 10px; }
  .methodology-steps li { min-height: 0; padding: 16px; }
  .methodology-steps p { margin-top: 8px; font-size: 15px; line-height: 1.58; }
  .difference-section { padding-top: 52px; padding-bottom: 52px; }
  .hero { gap: 18px; min-height: auto; padding: 26px 18px 42px; }
  .hero {
    background:
      linear-gradient(180deg, rgba(247,249,252,.97) 0%, rgba(247,249,252,.9) 58%, rgba(247,249,252,.86) 100%),
      url("assets/hero-geo-visual-light.jpg"),
      #f7f9fc;
    background-size: auto, cover, auto;
    background-position: center, 58% center, center;
  }
  .eyebrow {
    gap: 8px;
    padding: 6px 9px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.42;
  }
  h1 {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.16;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.22;
  }
  h3 { font-size: 17px; }
  .hero-copy {
    font-size: 15px;
    line-height: 1.62;
  }
  .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }
  .button {
    min-height: 44px;
    padding: 10px 13px;
    font-size: 14px;
  }
  .trust-row,
  .hero-panel { display: none; }
  .global-monitor-panel { display: block; padding: 16px; }
  .global-monitor-head > strong { font-size: 21px; }
  .global-monitor-head p { font-size: 14px; line-height: 1.58; }
  .platform-list article { padding: 11px; }
  .monitor-signals { margin-top: 12px; }
  .sample-preview { display: none; }
  .insight-panel { padding: 16px; }
  .insight-core { min-height: 124px; }
  .insight-core strong { font-size: 22px; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-grid article { min-height: auto; }
  .insight-flow { grid-template-columns: 1fr; }
  .insight-flow i { display: none; }
  .diagnosis-output-section,
  .report-sample-section,
  .knowledge-preview-section,
  .industry-section { padding-left: 16px; padding-right: 16px; }
  .diagnosis-output-section {
    padding-top: 52px;
    padding-bottom: 58px;
    background:
      radial-gradient(circle at 12% 0%, rgba(255,100,40,.13), transparent 34%),
      #f3f6fb;
  }
  .report-sample-section {
    padding-top: 56px;
    padding-bottom: 58px;
    border-top: 1px solid rgba(226,232,240,.9);
    border-bottom: 1px solid rgba(226,232,240,.9);
  }
  .band {
    padding-top: 56px;
    padding-bottom: 58px;
  }
  .industry-section {
    padding-top: 56px;
    padding-bottom: 58px;
    background:
      radial-gradient(circle at 16% 12%, rgba(255,100,40,.15), transparent 34%),
      #f6f8fc;
  }
  .knowledge-preview-section {
    padding-top: 56px;
    padding-bottom: 58px;
    border-top: 1px solid rgba(226,232,240,.9);
    border-bottom: 1px solid rgba(226,232,240,.9);
  }
  .faq {
    padding-top: 56px;
    padding-bottom: 58px;
  }
  .section:not(.hero):not(.cta) h2 {
    max-width: 11em;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero .eyebrow {
    max-width: 100%;
  }
  .hero-actions .button {
    flex: 1 1 0;
    justify-content: center;
    text-align: center;
  }
  .diagnosis-output-section .section-heading,
  .section-heading {
    margin-bottom: 24px;
  }
  .section-heading .eyebrow,
  .industry-head .eyebrow {
    margin-bottom: 14px;
  }
  .industry-head {
    margin-bottom: 24px;
  }
  .section-heading p:last-child {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.65;
  }
  .diagnosis-result-grid { gap: 10px; }
  .diagnosis-result-grid article {
    min-height: auto;
    padding: 18px;
  }
  .diagnosis-result-grid span,
  .industry-grid span,
  .output-grid span {
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
    font-size: 13px;
  }
  .diagnosis-result-grid strong,
  .industry-grid strong {
    font-size: 18px;
    line-height: 1.35;
  }
  .diagnosis-result-grid p,
  .industry-grid p,
  .output-grid p {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.58;
  }
  .sample-report {
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .sample-summary { gap: 10px; }
  .sample-summary article {
    min-height: auto;
    padding: 16px;
  }
  .sample-summary small { font-size: 13px; }
  .sample-summary strong {
    margin-top: 4px;
    font-size: 25px;
  }
  .sample-summary p { margin-top: 6px; font-size: 14px; line-height: 1.55; }
  .sample-detail { grid-template-columns: 1fr; }
  .sample-detail { gap: 10px; }
  .sample-detail article { padding: 14px; }
  .sample-detail h3 { margin-bottom: 8px; }
  .sample-detail li { font-size: 14px; line-height: 1.55; }
  .sample-detail li + li { margin-top: 6px; }
  .service-grid article {
    min-height: auto;
    padding: 18px 18px 18px 58px;
  }
  .service-grid article::before {
    top: 14px;
    left: 14px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .industry-grid,
  .output-grid,
  .knowledge-preview-grid,
  .service-grid,
  .content-grid,
  .process {
    gap: 10px;
  }
  .industry-grid article,
  .output-grid article,
  .content-card,
  .article-item,
  .process li,
  .faq details {
    min-height: auto;
    padding: 16px;
  }
  .service-grid h3,
  .content-card h3,
  .article-item h2,
  .process strong,
  .output-grid strong {
    font-size: 18px;
    line-height: 1.35;
  }
  .service-grid p,
  .content-card p,
  .article-item p,
  .process p,
  .knowledge-list span {
    font-size: 15px;
    line-height: 1.58;
  }
  .article-item { box-shadow: 0 10px 24px rgba(16, 24, 40, .035); }
  .article-category {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 16px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.2;
  }
  .article-item h2 {
    clear: both;
    margin-top: 0;
  }
  .article-meta {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    font-size: 13px;
  }
  .article-meta span,
  .article-meta code,
  .article-meta .article-link {
    width: fit-content;
    max-width: 100%;
  }
  .article-meta code {
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .page-hero { padding-top: 46px; padding-bottom: 34px; }
  .knowledge-list article { padding: 14px; }
  .knowledge-list strong { font-size: 17px; }
  .faq summary { font-size: 16px; line-height: 1.45; }
  .faq p { font-size: 15px; line-height: 1.7; }
  .article-body { padding: 18px; }
  .article-body h2 {
    margin-top: 34px;
    font-size: 23px;
    line-height: 1.28;
  }
  .article-body h2:first-child { margin-top: 0; }
  .answer-box {
    padding: 16px;
    line-height: 1.7;
  }
  .trust-row, .question-grid, .service-grid, .content-grid, .process, .signal-list, .industry-grid, .output-grid, .diagnosis-result-grid, .knowledge-preview-grid, .faq-category-nav, .case-sample { grid-template-columns: 1fr; }
  .market-path-section { padding: 52px 16px 58px; }
  .market-path-grid { grid-template-columns: 1fr; gap: 10px; }
  .market-path-card { min-height: 0; padding: 20px; }
  .market-path-card h3 { margin-top: 15px; font-size: 23px; }
  .market-path-meta { margin: 15px 0 18px; }
  .diagnosis-selector-hero { padding-bottom: 28px; text-align: left; }
  .diagnosis-selector-hero .eyebrow { justify-content: flex-start; }
  .diagnosis-choice-section { padding-top: 18px; }
  .diagnosis-choice-grid { grid-template-columns: 1fr; gap: 12px; }
  .diagnosis-choice-card { min-height: 0; padding: 22px 18px; }
  .diagnosis-choice-card h2 { font-size: 23px; }
  .diagnosis-choice-card ul { margin: 20px 0 24px; }
  .diagnosis-choice-card .button { width: 100%; }
  .diagnosis-choice-secondary { margin-right: auto; margin-left: auto; }
  .diagnosis-guide-section .content-grid { grid-template-columns: 1fr; }
  .global-question-grid article { min-height: 0; }
  .global-process { grid-template-columns: 1fr; }
  .global-optimization-section .content-grid { grid-template-columns: 1fr; }
  .global-report-hero { padding-right: 16px; padding-left: 16px; }
  .report-config-grid,
  .report-metric-grid,
  .platform-report-grid,
  .global-report-process { grid-template-columns: 1fr; }
  .report-config-grid article,
  .report-metric-grid article,
  .platform-report-grid article { padding: 17px; }
  .report-metric-grid .report-finding { grid-column: auto; }
  .report-metric-grid strong { font-size: 29px; }
  .report-metric-grid .report-finding strong { font-size: 21px; }
  .report-question-list article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    padding: 15px;
  }
  .report-question-list article > span { width: 36px; height: 36px; }
  .report-question-list article > b { grid-column: 2; justify-self: start; }
  .competitor-chart,
  .competitor-reasons { padding: 17px; }
  .competitor-chart div { grid-template-columns: 92px minmax(0, 1fr) 40px; gap: 8px; }
  .case-global-entry { grid-template-columns: 1fr; gap: 18px; padding: 20px 18px; }
  .case-global-entry h2 { font-size: 23px; }
  .case-global-entry .button { width: 100%; }
  .global-geo-page .global-capability-grid article,
  .global-geo-page .global-deliverables-section .output-grid article,
  .global-geo-page .global-process li { display: block; }
  .service-grid article:nth-child(n+5),
  .output-grid article:nth-child(n+5),
  .process li:nth-child(n+5),
  .knowledge-preview-grid a:nth-child(n+4),
  .section.faq:not(.compact) .faq-list details:nth-child(n+7) {
    display: none;
  }
  .geo-service-page .service-grid article {
    display: block;
  }
  .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .industry-grid article {
    padding: 16px 12px;
  }
  .industry-grid span {
    margin-bottom: 10px;
  }
  .industry-grid strong {
    font-size: 17px;
  }
  .industry-grid p {
    display: none;
  }
  .sample-detail {
    display: none;
  }
  .diagnosis-output-section,
  .report-sample-section,
  .band,
  .industry-section,
  .knowledge-preview-section,
  .faq,
  .split {
    position: relative;
  }
  .diagnosis-output-section::before,
  .report-sample-section::before,
  .band::before,
  .industry-section::before,
  .knowledge-preview-section::before,
  .faq::before,
  .split::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    height: 1px;
    background: rgba(226, 232, 240, .88);
  }
  .report-sample-section .section-heading p:last-child,
  .knowledge-preview-section .section-heading p:last-child,
  .faq .section-heading p:last-child {
    display: none;
  }
  .knowledge-preview-grid a {
    min-height: auto;
    padding: 18px;
  }
  .knowledge-preview-grid span {
    margin-bottom: 12px;
  }
  .knowledge-preview-grid strong {
    font-size: 19px;
    line-height: 1.34;
  }
  .knowledge-preview-grid p {
    font-size: 15px;
    line-height: 1.58;
  }
  .split {
    gap: 22px;
  }
  .split h2 {
    max-width: 9em;
  }
  .knowledge-list {
    gap: 10px;
  }
  .section.cta {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 52px;
    padding-bottom: 54px;
  }
  .section.cta h2 {
    font-size: 24px;
  }
  .section.cta p {
    font-size: 15px;
    line-height: 1.62;
  }
  .advisor-modal {
    width: 100%;
    min-height: 100dvh;
    padding: 16px;
    overflow: hidden;
  }
  .modal-card {
    width: min(100%, 360px);
    max-height: calc(100dvh - 32px);
    padding: 18px 16px;
    overflow: auto;
  }
  .modal-card h2 { font-size: 24px; }
  .advisor-qr-wrap {
    width: min(100%, 300px);
    margin: 16px auto;
  }
  .advisor-qr { max-height: 48dvh; }
  .site-footer {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 28px 16px;
    box-shadow: none;
  }
  .site-footer nav { margin-top: 20px; }
  .mobile-diagnosis-cta {
    position: fixed;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 54px;
    padding: 8px 10px 8px 16px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    color: #fff;
    background: rgba(15, 29, 25, .96);
    box-shadow: 0 12px 32px rgba(16, 24, 40, .24);
  }
  .mobile-diagnosis-cta span { font-size: 14px; font-weight: 800; line-height: 1.35; }
  .mobile-diagnosis-cta b {
    flex: 0 0 auto;
    padding: 10px 12px;
    border-radius: 6px;
    color: #1a130d;
    background: var(--orange);
    font-size: 13px;
    line-height: 1;
  }
  body.has-mobile-diagnosis-cta { padding-bottom: 82px; }
}
