/*
Theme Name: 未界数字
Theme URI: https://shandongweijie.com/
Author: 山东未界数字科技有限公司
Author URI: https://shandongweijie.com/
Description: 为未界数字定制的海外社媒与品牌独立站展示主题。无插件依赖，包含响应式布局、科技感路径动效与项目清单复制交互。
Version: 1.6.3
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: weijie-digital
*/

:root {
  --ink: #0a0b0d;
  --ink-soft: #111318;
  --paper: #eeede7;
  --paper-deep: #dfddd4;
  --blue: #0455fd;
  --signal: #0455fd;
  --signal-soft: #76a0ff;
  --white: #f8f8f3;
  --muted: #656a72;
  --seam-angle: 7deg;
  --grid-unit: 56px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; }
a { color: inherit; text-decoration: none; }
a, button { touch-action: manipulation; }
button { font: inherit; }
a:focus-visible,
button:focus-visible,
summary:focus-visible { outline: 2px solid var(--white); outline-offset: 4px; box-shadow: 0 0 0 5px var(--blue); }
::selection { color: var(--white); background: var(--signal); }
.site-shell { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 99999; left: 16px; top: 0; padding: 12px 16px; color: #fff; background: var(--ink); transform: translateY(-100%); transition: transform .18s ease; }
.skip-link:focus { top: 16px; transform: translateY(0); }
.admin-bar .skip-link:focus { top: 48px; }

/* ─── 00 / OPEN SEAM ─────────────────────────────────────────── */
.unbound-hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  isolation: isolate;
}
.unbound-grid {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    linear-gradient(rgba(11,12,15,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,12,15,.055) 1px, transparent 1px);
  background-size: var(--grid-unit) var(--grid-unit);
  pointer-events: none;
}
.unbound-blue-field {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: 38%;
  overflow: hidden;
  background: var(--blue);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}
.unbound-blue-field::before,
.unbound-blue-field::after {
  content: '';
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: 10%;
  width: 1px;
  background: rgba(255,255,255,.42);
  transform: rotate(var(--seam-angle));
  transform-origin: center;
}
.unbound-blue-field::after { left: 14%; background: rgba(255,255,255,.12); }
.unbound-blue-field > span {
  position: absolute;
  right: -18px;
  top: 50%;
  color: transparent;
  font: 800 clamp(82px, 10vw, 150px)/.8 Arial, sans-serif;
  letter-spacing: -.08em;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  -webkit-text-stroke: 1px rgba(255,255,255,.16);
}
.open-seam-mark {
  position: absolute;
  z-index: 1;
  top: 164px;
  right: 27%;
  width: min(46vw, 610px);
  height: 520px;
  overflow: hidden;
  opacity: .075;
  transform: rotate(-2deg);
  pointer-events: none;
}
.open-seam-mark img { width: 1250px; height: auto; max-width: none; }
.boundary-field { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.boundary-label-layer { position: absolute; z-index: 3; inset: 0; overflow: hidden; pointer-events: none; }
.boundary-origin-label { position: absolute; left: calc(55% + 16px); top: 61%; transform: translateY(-50%); color: var(--ink); font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .11em; white-space: nowrap; }
.boundary-route-label { position: absolute; left: calc(var(--route-x) + 14px); top: var(--route-y); min-width: 68px; padding-left: 10px; border-left: 1px solid rgba(255,255,255,.5); color: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; transform: translateY(-50%); }
.boundary-route-label b { display: block; font-size: 8px; letter-spacing: .12em; }
.boundary-route-label small { display: block; margin-top: 5px; color: rgba(255,255,255,.7); font-size: 8px; letter-spacing: .14em; }
.boundary-route-mobile { display: none; }

.unbound-header {
  position: relative;
  z-index: 8;
  height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(11,12,15,.2);
}
.unbound-brand { width: 154px; height: 46px; display: flex; align-items: center; overflow: hidden; }
.unbound-brand img { width: 148px; height: auto; }
.unbound-nav { display: flex; gap: 28px; font-size: 12px; font-weight: 650; }
.unbound-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; padding-inline: 4px; }
.unbound-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--blue); transition: right .25s ease; }
.unbound-nav a:hover::after { right: 0; }
.unbound-contact { justify-self: end; min-height: 44px; display: inline-flex; align-items: center; gap: 11px; padding-inline: 8px 0; color: #fff; font-size: 11px; line-height: 1; font-weight: 700; letter-spacing: .08em; }
.unbound-contact svg, .unbound-lede-row a svg { width: 14px; height: 14px; }

.unbound-content { position: relative; z-index: 4; min-height: 704px; padding-top: 76px; }
.unbound-kicker { width: 58%; display: flex; align-items: center; justify-content: space-between; margin: 0; padding-bottom: 17px; border-bottom: 1px solid rgba(11,12,15,.22); font: 650 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.unbound-kicker b { color: #626a75; font-weight: 650; }
.unbound-content h1 { width: 72%; margin: 34px 0 0; font-size: clamp(72px, 8.2vw, 112px); line-height: .94; letter-spacing: -.075em; font-weight: 760; }
.unbound-content h1 span,
.unbound-content h1 em { display: block; }
.unbound-content h1 em { color: var(--blue); font-style: normal; }
.unbound-lede-row { width: 57%; display: flex; align-items: flex-end; justify-content: space-between; gap: 44px; margin-top: 43px; }
.unbound-lede-row p { max-width: 510px; margin: 0; color: #454b54; font-size: 14px; line-height: 1.9; }
.unbound-lede-row a { flex: 0 0 auto; min-height: 44px; display: inline-flex; align-items: center; gap: 18px; padding: 6px 0 8px; border-bottom: 1px solid var(--ink-soft); font-size: 12px; font-weight: 700; transition: gap .25s ease, color .25s ease; }
.unbound-bottom { position: relative; z-index: 5; min-height: 112px; display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)) 1.25fr; align-items: center; border-top: 1px solid rgba(11,12,15,.2); }
.unbound-bottom > div { display: flex; align-items: center; gap: 12px; }
.unbound-bottom span { color: var(--blue); font: 750 8px/1 ui-monospace, monospace; }
.unbound-bottom p { margin: 0; font-size: 11px; font-weight: 650; }
.unbound-bottom > b { justify-self: end; color: rgba(255,255,255,.58); font: 650 8px/1 ui-monospace, monospace; letter-spacing: .1em; }

/* ─── 01 / TWO FOUNDATIONS ───────────────────────────────────── */
.frontier-services { padding-top: 112px; color: var(--white); background: var(--ink); }
.frontier-heading,
.fit-heading,
.delivery-heading { display: grid; grid-template-columns: 110px minmax(0, 1.35fr) minmax(300px, .65fr); gap: 48px; align-items: end; padding-bottom: 68px; }
.big-index { align-self: start; color: transparent; font: 800 78px/.82 Arial, sans-serif; letter-spacing: -.08em; -webkit-text-stroke: 1px rgba(255,255,255,.23); }
.frontier-heading > div > p,
.fit-heading > div > p,
.delivery-heading > div > p,
.connection-heading > div > p,
.closing-inner > div:first-child > p { margin: 0 0 24px; color: #7d8490; font: 650 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .15em; }
.frontier-heading h2,
.fit-heading h2,
.delivery-heading h2,
.connection-heading h2,
.closing-inner h2 { margin: 0; font-size: clamp(48px, 5vw, 70px); line-height: 1.08; letter-spacing: -.06em; font-weight: 720; }
.frontier-heading > p,
.fit-heading > p,
.delivery-heading > p { margin: 0 0 4px; color: #b3b7be; font-size: 15px; line-height: 1.85; }
.service-chapters { border-top: 1px solid rgba(255,255,255,.16); }
.service-chapter { border-bottom: 1px solid rgba(255,255,255,.16); }
.chapter-inner { min-height: 420px; display: grid; grid-template-columns: 110px minmax(310px, .75fr) minmax(0, 1.25fr); gap: 48px; align-items: center; padding-block: 56px; }
.chapter-number { align-self: start; color: #737a86; font: 700 10px/1 ui-monospace, monospace; letter-spacing: .14em; }
.chapter-copy > p:first-child { margin: 0; color: #6f89ff; font: 700 9px/1 ui-monospace, monospace; letter-spacing: .14em; }
.chapter-copy h3 { max-width: 440px; margin: 27px 0 0; font-size: clamp(36px, 3.8vw, 54px); line-height: 1.14; letter-spacing: -.055em; }
.chapter-copy h3 span { display: block; }
.chapter-description { max-width: 430px; margin: 22px 0 0; color: #bdc1c8; font-size: 15px; line-height: 1.85; }
.service-context { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 520px; margin-top: 24px; }
.service-context p { margin: 0; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.17); color: #aeb3bc; font-size: 11px; line-height: 1.7; }
.service-context span { display: block; margin-bottom: 8px; color: #707783; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .11em; }
.deliverable-label { margin: 29px 0 0; color: #777e89; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.chapter-copy ul { display: flex; flex-wrap: wrap; gap: 13px 24px; margin: 14px 0 0; padding: 0; list-style: none; color: #d7d9dd; font-size: 11px; }
.chapter-copy li::before { content: '/'; margin-right: 9px; color: var(--blue); font-weight: 800; }
.chapter-graphic { position: relative; min-height: 300px; overflow: hidden; container-type: inline-size; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 34px 34px; }
.chapter-graphic-mobile { display: none; }
.chapter-system-meta { position: absolute; left: 5%; right: 5%; top: 18px; display: flex; justify-content: space-between; color: #747b87; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.chapter-system-meta b { color: #9aa0aa; font-weight: 700; }
.chapter-origin-node { position: absolute; z-index: 3; left: 6%; top: 54%; display: flex; align-items: center; gap: 10px; color: #d7dae0; font: 700 8px/1 ui-monospace, monospace; letter-spacing: .11em; transform: translateY(-50%); }
.chapter-origin-node i { width: 10px; height: 10px; border: 3px solid var(--ink); border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 1px rgba(255,255,255,.42), 0 0 14px rgba(4,85,253,.28); }
.chapter-rail { position: absolute; left: 14%; right: 4%; top: 54%; height: 1px; background: rgba(255,255,255,.3); transform: rotate(calc(-1 * var(--seam-angle))); transform-origin: left center; }
.chapter-rail::before { content: ''; position: absolute; left: 0; right: 0; top: -12px; height: 24px; border-left: 1px solid rgba(255,255,255,.3); border-right: 1px solid rgba(255,255,255,.3); }
.chapter-signal { position: absolute; z-index: 4; left: 14%; top: calc(54% - 1px); width: 34px; height: 3px; background: var(--signal); box-shadow: 0 0 12px rgba(4,85,253,.45); transform: rotate(calc(-1 * var(--seam-angle))); transform-origin: left center; animation: chapter-run 7.2s cubic-bezier(.55,.08,.35,.95) infinite; animation-play-state: paused; will-change: transform; }
@keyframes chapter-run {
  from { transform: translate3d(0, 0, 0) rotate(calc(-1 * var(--seam-angle))); }
  to { transform: translate3d(78cqw, -9.6cqw, 0) rotate(calc(-1 * var(--seam-angle))); }
}
.chapter-graphic.is-motion-active .chapter-signal { animation-play-state: running; }
.chapter-label { position: absolute; z-index: 2; min-width: 78px; padding: 7px 9px; border-left: 1px solid var(--blue); color: #d5d8de; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.chapter-label b { display: block; color: #748cff; font-size: 7px; line-height: 1; letter-spacing: .12em; }
.chapter-label em { display: block; margin-top: 6px; font: normal 600 13px/1.1 "PingFang SC", "Microsoft YaHei", sans-serif; }
.chapter-label small { display: block; margin-top: 5px; color: #8f96a1; font-size: 7px; line-height: 1; letter-spacing: .12em; }
.label-1 { left: 30%; top: 23%; }
.label-2 { left: 56%; top: 47%; }
.label-3 { right: 4%; top: 18%; }
.chapter-reverse { color: var(--ink); background: var(--paper); border-color: rgba(10,11,13,.2); }
.chapter-reverse .chapter-copy { grid-column: 3; }
.chapter-reverse .chapter-graphic { grid-column: 2; grid-row: 1; }
.chapter-reverse .chapter-copy > p:first-child { color: var(--blue); }
.chapter-reverse .chapter-description { color: #626871; }
.chapter-reverse .service-context p { border-color: rgba(10,11,13,.18); color: #5f656d; }
.chapter-reverse .service-context span { color: #797f87; }
.chapter-reverse .chapter-copy ul { color: #3f444b; }
.chapter-reverse .chapter-graphic { background-image: linear-gradient(rgba(10,11,13,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(10,11,13,.045) 1px, transparent 1px); }
.chapter-reverse .chapter-system-meta { color: #787e87; }
.chapter-reverse .chapter-system-meta b { color: #4e545c; }
.chapter-reverse .chapter-origin-node { color: #30343a; }
.chapter-reverse .chapter-origin-node i { border-color: var(--paper); box-shadow: 0 0 0 1px rgba(10,11,13,.34), 0 0 14px rgba(4,85,253,.4); }
.chapter-reverse .chapter-rail { background: rgba(10,11,13,.25); }
.chapter-reverse .chapter-rail::before { border-color: rgba(10,11,13,.24); }
.chapter-reverse .chapter-label { color: #30343a; }
.chapter-reverse .chapter-label small { color: #696f78; }
.chapter-reverse .chapter-signal { animation-direction: reverse; }

/* ─── 02 / FIT DIAGNOSTIC ───────────────────────────────────── */
.fit-section { padding: 112px 0 104px; color: var(--white); background: #050608; }
.fit-heading > div > p { color: #858c97; }
.fit-matrix { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.fit-matrix article { position: relative; min-height: 300px; display: flex; flex-direction: column; padding: 28px 34px 30px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); overflow: hidden; }
.fit-matrix article::before { content: ''; position: absolute; right: -44px; top: -72px; width: 132px; height: 210px; border-left: 1px solid rgba(4,85,253,.7); transform: rotate(var(--seam-angle)); }
.fit-matrix article:nth-child(2),
.fit-matrix article:nth-child(3) { background: rgba(255,255,255,.025); }
.fit-code { display: flex; align-items: center; justify-content: space-between; gap: 20px; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.fit-code span { color: var(--signal); }
.fit-code b { color: #69717e; font-weight: 700; }
.fit-matrix h3 { max-width: 420px; margin: 64px 0 0; font-size: clamp(25px, 2.5vw, 34px); letter-spacing: -.045em; }
.fit-matrix article > p { max-width: 470px; margin: 17px 0 32px; color: #aeb3bc; font-size: 13px; line-height: 1.8; }
.fit-start { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); }
.fit-start small { color: #69717e; font: 700 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.fit-start strong { color: #fff; font-size: 12px; font-weight: 700; }
.capability-rail { display: grid; grid-template-columns: 120px 1.2fr 120px 1fr; align-items: center; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.capability-rail span { color: #6f7783; font: 700 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.capability-rail p { margin: 0; color: #d1d4da; font-size: 10px; line-height: 1.7; letter-spacing: .025em; }

/* ─── 03 / ONE CONNECTED PATH ────────────────────────────────── */
.connection-section { position: relative; overflow: hidden; padding: 112px 0 104px; color: #fff; background: var(--blue); }
.connection-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px); background-size: var(--grid-unit) var(--grid-unit); pointer-events: none; }
.connection-inner { position: relative; z-index: 1; }
.connection-heading { display: grid; grid-template-columns: 110px 1fr; gap: 48px; }
.connection-heading .big-index { -webkit-text-stroke-color: rgba(255,255,255,.34); }
.connection-heading > div > p { color: rgba(255,255,255,.84); }
.connection-heading h2 { max-width: 870px; }
.journey-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 84px; border-top: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.42); container-type: inline-size; }
.journey-line article { position: relative; min-height: 218px; padding: 27px 24px; border-left: 1px solid rgba(255,255,255,.2); }
.journey-line article:last-of-type { border-right: 1px solid rgba(255,255,255,.2); }
.journey-line article > span { color: var(--signal); font: 700 9px/1 ui-monospace, monospace; letter-spacing: .12em; }
.journey-line article.journey-core { background: rgba(7,13,38,.16); box-shadow: inset 0 -3px 0 rgba(4,85,253,.8); }
.journey-core-label { position: absolute; top: 27px; right: 22px; color: rgba(255,255,255,.72); font: 700 7px/1 ui-monospace, monospace; letter-spacing: .14em; }
.journey-line h3 { margin: 68px 0 0; font-size: 28px; letter-spacing: -.035em; }
.journey-line p { margin: 12px 0 0; color: rgba(255,255,255,.84); font-size: 12px; }
.journey-line article > i { position: absolute; z-index: 3; right: -13px; top: 51%; width: 26px; height: 1px; background: #fff; }
.journey-line article > i::after { content: ''; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-right: 1px solid #fff; border-top: 1px solid #fff; transform: rotate(45deg); }
.journey-signal { position: absolute; z-index: 4; left: -52px; top: -2px; width: 52px; height: 3px; background: var(--signal); box-shadow: 0 0 14px rgba(4,85,253,.5); animation: journey-run 7.4s ease-in-out infinite; animation-play-state: paused; will-change: transform; }
@keyframes journey-run { from { transform: translate3d(0,0,0); } to { transform: translate3d(calc(100cqw + 52px),0,0); } }
.journey-line.is-motion-active .journey-signal { animation-play-state: running; }
.connection-statement { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 82px 0 0; font-size: clamp(42px, 6.4vw, 88px); line-height: 1; letter-spacing: -.06em; font-weight: 760; }
.connection-statement i { color: var(--signal); font-style: normal; font-weight: 350; }

/* ─── 04 / DELIVERY ──────────────────────────────────────────── */
.delivery-section { padding: 112px 0 68px; color: var(--ink); background: var(--paper); }
.delivery-heading .big-index { -webkit-text-stroke-color: rgba(10,11,13,.23); }
.delivery-heading > div > p { color: #7a8088; }
.delivery-heading > p { color: #656a72; }
.delivery-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 22px; border-top: 1px solid rgba(10,11,13,.25); }
.delivery-steps article { position: relative; min-height: 300px; padding: 30px 42px 36px 0; border-right: 1px solid rgba(10,11,13,.18); overflow: hidden; }
.delivery-steps article:not(:first-child) { padding-left: 42px; }
.delivery-steps article:last-child { border-right: 0; }
.delivery-steps article > span { color: var(--blue); font: 750 9px/1 ui-monospace, monospace; letter-spacing: .12em; }
.step-slash { position: absolute; right: 20%; top: -42px; width: 1px; height: 210px; background: rgba(10,11,13,.12); transform: rotate(var(--seam-angle)); }
.step-slash::after { content: ''; position: absolute; left: 8px; top: 0; width: 1px; height: 150px; background: var(--blue); }
.delivery-steps h3 { margin: 119px 0 0; font-size: 32px; letter-spacing: -.04em; }
.delivery-steps p { max-width: 310px; margin: 17px 0 0; color: #666c74; font-size: 13px; line-height: 1.8; }
.ownership-statement { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; margin-top: 72px; padding: 56px; color: #fff; background: var(--ink-soft); }
.ownership-statement h3 { margin: 0; font-size: clamp(42px, 4.5vw, 62px); line-height: 1.08; letter-spacing: -.06em; }
.ownership-statement > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ownership-statement span { min-height: 88px; display: flex; align-items: flex-end; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.24); color: #c2c6cc; font-size: 11px; }
.ownership-statement span::before { content: '/'; align-self: flex-start; margin-right: auto; color: var(--signal); font-weight: 800; }
.about-line { margin-top: 30px; color: #555b63; font-size: 12px; line-height: 1.8; }

/* ─── 05 / QUESTIONS ─────────────────────────────────────────── */
.faq-section { padding: 112px 0; color: var(--ink); background: var(--paper-deep); }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 104px; }
.faq-heading { align-self: start; }
.faq-heading .big-index { display: block; margin-bottom: 38px; -webkit-text-stroke-color: rgba(10,11,13,.25); }
.faq-heading > p { margin: 0 0 22px; color: #6b727c; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.faq-heading h2 { margin: 0; font-size: clamp(44px, 4.6vw, 64px); line-height: 1.08; letter-spacing: -.06em; }
.faq-heading > a { min-height: 44px; display: inline-flex; align-items: center; gap: 16px; margin-top: 38px; padding-bottom: 8px; border-bottom: 1px solid rgba(10,11,13,.48); font-size: 11px; font-weight: 700; }
.faq-heading > a svg { width: 14px; height: 14px; }
.faq-list { border-top: 1px solid rgba(10,11,13,.28); }
.faq-list details { border-bottom: 1px solid rgba(10,11,13,.28); }
.faq-list details[open] { background: rgba(255,255,255,.3); }
.faq-list summary { min-height: 88px; display: grid; grid-template-columns: 46px minmax(0, 1fr) 24px; gap: 18px; align-items: center; padding: 0 18px 0 0; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--blue); font: 750 8px/1 ui-monospace, monospace; letter-spacing: .12em; }
.faq-list summary strong { font-size: 16px; line-height: 1.55; font-weight: 680; }
.faq-list summary i { position: relative; width: 18px; height: 18px; justify-self: end; }
.faq-list summary i::before,
.faq-list summary i::after { content: ''; position: absolute; left: 2px; right: 2px; top: 8px; height: 1px; background: var(--ink); transition: transform .22s ease; }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-answer { padding: 0 62px 30px 64px; }
.faq-answer p { max-width: 650px; margin: 0; color: #555c65; font-size: 13px; line-height: 1.9; }

/* ─── 06 / START ─────────────────────────────────────────────── */
.closing-section { position: relative; overflow: hidden; padding: 112px 0; color: #fff; background: var(--ink); }
.closing-seam { position: absolute; left: 50.5%; top: -18%; width: 76px; height: 140%; background: var(--blue); opacity: .76; transform: rotate(var(--seam-angle)); }
.closing-seam::after { content: ''; position: absolute; left: 28px; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,.45); }
.closing-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 130px; align-items: end; }
.closing-inner > div:first-child > p { color: #7d8490; }
.closing-inner h2 { font-size: clamp(60px, 7vw, 94px); }
.closing-mobile-break { display: none; }
.closing-side > p { max-width: 500px; margin: 0; color: #a5a9b0; font-size: 14px; line-height: 1.95; }
.contact-channel { margin-top: 34px; padding: 22px 0 26px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); font-style: normal; }
.contact-channel-meta { display: flex; justify-content: space-between; gap: 24px; color: #7d8490; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.contact-channel-meta span { display: flex; align-items: center; gap: 8px; }
.contact-channel-meta i { width: 6px; height: 6px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 4px rgba(4,85,253,.1), 0 0 15px rgba(4,85,253,.45); }
.contact-channel-meta em { color: #aeb3bb; font-style: normal; }
.contact-number { display: block; margin-top: 22px; color: #fff; font: 720 clamp(34px, 3.7vw, 52px)/.95 Arial, "PingFang SC", sans-serif; letter-spacing: -.055em; }
.contact-number small { display: block; margin-top: 11px; color: #aeb3bb; font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.contact-action { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 15px; border: 1px solid rgba(255,255,255,.28); color: #fff; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.contact-action svg { width: 15px; height: 15px; }
.contact-action-primary { border-color: var(--blue); background: var(--blue); }
.contact-action-secondary::after { content: '⧉'; color: var(--signal); font-size: 15px; }
.contact-action-secondary.is-copied { border-color: var(--signal); color: #fff; background: var(--signal); }
.contact-action-secondary.is-copied::after { content: '✓'; color: #fff; }
.contact-action.is-copy-failed,
.brief-copy-button.is-copy-failed { border-color: #ff8c8c; color: #ffd2d2; }
.brief-context-label { margin: 35px 0 0; color: #7d8490; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.project-brief { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 18px 0 0; padding: 0; list-style: none; }
.project-brief li { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.25); color: #d0d3d8; font-size: 11px; }
.project-brief b { margin-right: 7px; color: #708dff; font: 700 8px/1 ui-monospace, monospace; }
.closing-side > strong { display: block; margin-top: 34px; color: var(--signal); font-size: 13px; font-weight: 650; }
.brief-copy-button { width: min(100%, 320px); min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding: 0 16px; border: 1px solid rgba(255,255,255,.32); border-radius: 0; color: #fff; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .02em; transition: color .22s ease, background-color .22s ease, border-color .22s ease; }
.brief-copy-button svg { width: 17px; height: 17px; }

.motion-ready [data-reveal] { opacity: 0; transform: translate3d(0, 26px, 0); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .85s cubic-bezier(.2,.7,.2,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translate3d(0,0,0); }
.mobile-contact-dock { display: none; }
.copy-status { position: fixed; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.unbound-footer { color: #fff; background: #050608; }
.footer-inner { min-height: 112px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.12); }
.footer-inner > a { width: 140px; height: 54px; display: flex; align-items: center; overflow: hidden; }
.footer-inner img { width: 136px; height: auto; filter: none; }
.footer-inner p { margin: 0; color: rgba(255,255,255,.62); font-size: 10px; text-align: center; }
.footer-meta { display: grid; justify-items: end; gap: 9px; }
.footer-meta a { color: #fff; font: 700 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .04em; }
.footer-meta span { color: rgba(255,255,255,.52); font: 650 8px/1 ui-monospace, monospace; letter-spacing: .1em; text-align: right; }

/* ─── PRICING / STANDALONE SERVICE PAGE ─────────────────────── */
.weijie-pricing-page { color: var(--ink); background: var(--paper); }
.pricing-hero { position: relative; min-height: 850px; overflow: hidden; color: #fff; background: #050608; isolation: isolate; }
.pricing-grid { position: absolute; z-index: 0; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: var(--grid-unit) var(--grid-unit); pointer-events: none; }
.pricing-hero::after { content: ''; position: absolute; z-index: 0; top: -18%; right: 22%; width: 1px; height: 136%; background: rgba(255,255,255,.18); transform: rotate(var(--seam-angle)); }
.pricing-header { position: relative; z-index: 5; height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.pricing-brand { width: 154px; height: 46px; display: flex; align-items: center; overflow: hidden; }
.pricing-brand img { width: 148px; height: auto; filter: none; }
.pricing-header nav { display: flex; gap: 34px; font-size: 11px; font-weight: 650; }
.pricing-header nav a { min-height: 44px; display: inline-flex; align-items: center; color: #bec3ca; }
.pricing-home-link { justify-self: end; min-height: 44px; display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 11px; font-weight: 700; }
.pricing-home-link svg { width: 14px; height: 14px; }
.pricing-hero-inner { position: relative; z-index: 2; min-height: 642px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 86px; align-items: center; padding: 70px 0 58px; }
.pricing-hero-copy > p { display: flex; justify-content: space-between; gap: 30px; margin: 0; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.2); color: #737b87; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.pricing-hero-copy > p b { color: #b8bec7; font-weight: 700; }
.pricing-hero-copy h1 { margin: 38px 0 0; font-size: clamp(62px, 6.5vw, 92px); line-height: .98; letter-spacing: -.07em; }
.pricing-hero-copy h1 em { color: var(--signal); font-style: normal; }
.pricing-hero-copy > div { display: grid; grid-template-columns: 1fr auto; gap: 38px; align-items: end; margin-top: 44px; }
.pricing-hero-copy > div p { max-width: 520px; margin: 0; color: #aeb4bd; font-size: 14px; line-height: 1.9; }
.pricing-hero-copy > div a { min-height: 44px; display: inline-flex; align-items: center; gap: 17px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.66); font-size: 11px; font-weight: 700; white-space: nowrap; }
.pricing-hero-copy > div svg { width: 14px; height: 14px; }
.pricing-globe { position: relative; min-height: 470px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #07090d; box-shadow: 26px 26px 0 rgba(255,255,255,.025), 0 0 70px rgba(35,68,160,.12); contain: layout paint; }
.pricing-globe-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; opacity: .18; pointer-events: none; transition: opacity .8s cubic-bezier(.2,.7,.2,1); }
.pricing-globe.is-globe-ready .pricing-globe-canvas { opacity: 1; }
.pricing-globe-meta { position: absolute; z-index: 2; top: 24px; left: 26px; right: 26px; display: flex; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.52); font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; pointer-events: none; }
.pricing-globe-meta b { color: var(--signal); font-weight: 700; }
.pricing-globe-origin,
.pricing-globe-guide { position: absolute; z-index: 2; bottom: 24px; display: grid; gap: 8px; color: rgba(255,255,255,.5); font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; pointer-events: none; }
.pricing-globe-origin { left: 26px; }
.pricing-globe-guide { right: 26px; justify-items: end; text-align: right; }
.pricing-globe-origin strong,
.pricing-globe-guide strong { color: #fff; font-size: 9px; font-weight: 700; }
.pricing-globe-guide span { color: var(--signal); }
.pricing-hero-foot { position: relative; z-index: 2; min-height: 124px; display: grid; grid-template-columns: auto auto auto auto 1fr; gap: 18px 26px; align-items: center; border-top: 1px solid rgba(255,255,255,.18); }
.pricing-hero-foot span { color: #6f7783; font: 700 8px/1 ui-monospace, monospace; letter-spacing: .12em; }
.pricing-hero-foot strong { color: #fff; font-size: 11px; }
.pricing-hero-foot p { justify-self: end; max-width: 360px; margin: 0; color: #818995; font-size: 10px; line-height: 1.7; text-align: right; }

.pricing-plans { padding: 112px 0 118px; color: var(--ink); background: var(--paper); }
.pricing-section-heading { display: grid; grid-template-columns: 110px minmax(0, 1.2fr) minmax(300px, .8fr); gap: 48px; align-items: end; }
.pricing-section-heading .big-index { -webkit-text-stroke-color: rgba(10,11,13,.24); }
.pricing-section-heading > div > p { margin: 0 0 24px; color: #6d747d; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.pricing-section-heading h2 { margin: 0; font-size: clamp(48px, 5vw, 68px); line-height: 1.07; letter-spacing: -.06em; }
.pricing-section-heading > p { margin: 0 0 4px; color: #646a72; font-size: 14px; line-height: 1.85; }
.pricing-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border-top: 1px solid rgba(10,11,13,.26); border-left: 1px solid rgba(10,11,13,.26); }
.pricing-card { position: relative; min-height: 720px; display: flex; flex-direction: column; padding: 28px 28px 30px; border-right: 1px solid rgba(10,11,13,.26); border-bottom: 1px solid rgba(10,11,13,.26); background: rgba(255,255,255,.13); }
.pricing-card.is-recommended { margin: -18px 0 18px; color: #fff; background: var(--ink-soft); box-shadow: inset 0 4px 0 var(--signal); }
.pricing-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.pricing-card-top span { color: var(--blue); }
.pricing-card-top b { color: #7a818b; font-weight: 700; }
.pricing-card.is-recommended .pricing-card-top span { color: var(--signal); }
.pricing-card.is-recommended .pricing-card-top b { color: var(--signal); }
.pricing-card h3 { margin: 44px 0 0; font-size: 32px; letter-spacing: -.045em; }
.pricing-card-audience { min-height: 54px; margin: 16px 0 0; color: #666c74; font-size: 13px; line-height: 1.75; }
.pricing-card.is-recommended .pricing-card-audience { color: #aeb3bb; }
.pricing-card-price { display: flex; align-items: flex-start; margin: 38px 0 0; font: 740 clamp(48px, 4.4vw, 64px)/.9 Arial, sans-serif; letter-spacing: -.055em; }
.pricing-card-price small { margin: 3px 5px 0 0; font-size: 18px; }
.pricing-card-price em { align-self: flex-end; margin: 0 0 5px 8px; color: #757c85; font: normal 700 8px/1 ui-monospace, monospace; letter-spacing: .1em; }
.pricing-renewal { margin: 18px 0 0; padding-bottom: 24px; border-bottom: 1px solid rgba(10,11,13,.2); color: #747a82; font-size: 10px; }
.pricing-renewal strong { color: var(--ink); font-weight: 750; }
.pricing-card.is-recommended .pricing-renewal { border-color: rgba(255,255,255,.2); color: #9299a3; }
.pricing-card.is-recommended .pricing-renewal strong { color: #fff; }
.pricing-card ul { display: grid; gap: 13px; margin: 26px 0 34px; padding: 0; list-style: none; }
.pricing-card li { position: relative; padding-left: 17px; color: #4f555d; font-size: 11px; line-height: 1.6; }
.pricing-card li::before { content: ''; position: absolute; left: 0; top: .63em; width: 5px; height: 5px; background: var(--blue); }
.pricing-card.is-recommended li { color: #c2c6cd; }
.pricing-card.is-recommended li::before { background: var(--signal); }
.pricing-card > a { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding: 0 15px; border: 1px solid rgba(10,11,13,.34); font-size: 11px; font-weight: 700; }
.pricing-card > a svg { width: 14px; height: 14px; }
.pricing-card.is-recommended > a { border-color: var(--signal); color: #fff; background: var(--signal); }

.pricing-comparison-section { padding: 112px 0 120px; color: #fff; background: #050608; }
.comparison-heading { display: grid; grid-template-columns: 1fr minmax(320px, .5fr); gap: 90px; align-items: end; }
.comparison-heading span { color: #69717c; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.comparison-heading h2 { margin: 25px 0 0; font-size: clamp(48px, 5vw, 68px); line-height: 1.07; letter-spacing: -.06em; }
.comparison-heading > p { margin: 0 0 5px; color: #9ea4ad; font-size: 13px; line-height: 1.85; }
.comparison-groups { margin-top: 72px; border-top: 1px solid rgba(255,255,255,.24); }
.comparison-group { border-bottom: 1px solid rgba(255,255,255,.24); }
.comparison-group > summary { min-height: 96px; display: grid; grid-template-columns: 72px minmax(0,1fr) 26px; gap: 22px; align-items: center; cursor: pointer; list-style: none; }
.comparison-group > summary::-webkit-details-marker { display: none; }
.comparison-group > summary span { color: var(--signal); font: 700 9px/1 ui-monospace, monospace; letter-spacing: .14em; }
.comparison-group > summary strong { font-size: 20px; font-weight: 680; letter-spacing: -.025em; }
.comparison-group > summary i { position: relative; width: 20px; height: 20px; justify-self: end; }
.comparison-group > summary i::before,
.comparison-group > summary i::after { content: ''; position: absolute; left: 2px; right: 2px; top: 9px; height: 1px; background: #fff; transition: transform .22s ease; }
.comparison-group > summary i::after { transform: rotate(90deg); }
.comparison-group[open] > summary i::after { transform: rotate(0); }
.comparison-scroll { overflow-x: auto; padding: 0 0 32px; scrollbar-color: var(--blue) rgba(255,255,255,.1); }
.comparison-scroll:focus-visible { outline: 2px solid var(--signal); outline-offset: 4px; }
.comparison-scroll table { width: 100%; min-width: 860px; border-collapse: collapse; table-layout: fixed; }
.comparison-scroll th,
.comparison-scroll td { height: 64px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.16); color: #c4c8cf; font-size: 11px; line-height: 1.55; text-align: left; vertical-align: middle; }
.comparison-scroll thead th { height: 54px; color: #fff; background: rgba(255,255,255,.055); font: 700 9px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; }
.comparison-scroll th:first-child { width: 28%; color: #fff; }
.comparison-scroll th:nth-child(3),
.comparison-scroll td:nth-child(3) { background: rgba(4,85,253,.12); }
.comparison-scroll tbody th { font-weight: 650; }

.pricing-scope { padding: 112px 0 76px; color: var(--ink); background: var(--paper-deep); }
.pricing-scope-layout { display: grid; grid-template-columns: minmax(280px,.68fr) minmax(0,1.32fr); gap: 104px; }
.pricing-scope-heading { align-self: start; }
.pricing-scope-heading > span { color: #666d76; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.pricing-scope-heading h2 { margin: 25px 0 0; font-size: clamp(46px, 4.7vw, 66px); line-height: 1.08; letter-spacing: -.06em; }
.pricing-scope-heading p { max-width: 400px; margin: 28px 0 0; color: #646a72; font-size: 13px; line-height: 1.85; }
.pricing-scope-list { margin: 0; padding: 0; border-top: 1px solid rgba(10,11,13,.28); list-style: none; }
.pricing-scope-list li { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(10,11,13,.28); }
.pricing-scope-list li > span { padding-top: 4px; color: var(--blue); font: 750 8px/1 ui-monospace, monospace; letter-spacing: .12em; }
.pricing-scope-list h3 { margin: 0; font-size: 16px; }
.pricing-scope-list p { margin: 10px 0 0; color: #5d636b; font-size: 12px; line-height: 1.8; }
.pricing-legal-note { margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(10,11,13,.26); color: #6d737b; font-size: 10px; line-height: 1.75; }

.pricing-contact { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: var(--blue); }
.pricing-contact::before { content: ''; position: absolute; top: -35%; left: 50%; width: 1px; height: 170%; background: rgba(255,255,255,.46); transform: rotate(var(--seam-angle)); }
.pricing-contact-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 120px; align-items: end; }
.pricing-contact-inner > div:first-child > p { margin: 0 0 25px; color: rgba(255,255,255,.72); font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.pricing-contact h2 { margin: 0; font-size: clamp(54px, 6vw, 82px); line-height: 1.03; letter-spacing: -.065em; }
.pricing-contact-side > p { margin: 0; color: rgba(255,255,255,.83); font-size: 13px; line-height: 1.9; }
.pricing-phone { display: block; margin-top: 34px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); font: 730 clamp(38px, 4vw, 54px)/1 Arial, sans-serif; letter-spacing: -.045em; }
.pricing-phone small { display: block; margin-bottom: 15px; color: rgba(255,255,255,.7); font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.pricing-contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.pricing-contact-actions a,
.pricing-contact-actions button { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 16px; border: 1px solid rgba(255,255,255,.55); color: #fff; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.pricing-contact-actions a { color: #fff; border-color: var(--signal); background: var(--signal); }
.pricing-contact-actions svg { width: 14px; height: 14px; }
.pricing-contact-actions button::after { content: '⧉'; color: var(--signal); font-size: 15px; }
.pricing-contact-actions button.is-copied { color: #fff; border-color: var(--signal); background: var(--signal); }
.pricing-contact-actions button.is-copied::after { content: '✓'; color: #fff; }
.pricing-footer { color: #fff; background: #050608; }
.pricing-footer > div { min-height: 112px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.12); }
.pricing-footer a { width: 140px; height: 54px; display: flex; align-items: center; overflow: hidden; }
.pricing-footer img { width: 136px; height: auto; filter: none; }
.pricing-footer p { margin: 0; color: rgba(255,255,255,.62); font-size: 10px; text-align: center; }
.pricing-footer span { justify-self: end; color: rgba(255,255,255,.52); font: 650 8px/1 ui-monospace, monospace; letter-spacing: .1em; text-align: right; }

@media (hover: hover) and (pointer: fine) {
  .unbound-contact svg,
  .unbound-lede-row a svg { transition: transform .25s ease; }
  .unbound-contact:hover svg,
  .unbound-lede-row a:hover svg { transform: translate(3px, -3px); }
  .unbound-lede-row a:hover { gap: 23px; color: var(--blue); }
  .brief-copy-button:hover { border-color: var(--signal); color: #fff; background: var(--signal); }
  .contact-number:hover { color: var(--signal); }
  .contact-action-primary:hover { border-color: var(--signal); color: #fff; background: var(--signal); }
  .contact-action-secondary:hover { border-color: rgba(255,255,255,.7); }
  .pricing-header nav a:hover,
  .pricing-home-link:hover { color: var(--signal); }
  .pricing-card:not(.is-recommended) > a:hover { color: #fff; border-color: var(--blue); background: var(--blue); }
  .comparison-group > summary:hover strong { color: var(--signal); }
  .pricing-contact-actions button:hover { color: var(--ink); border-color: #fff; background: #fff; }
}

@media (max-width: 920px) {
  .site-shell { width: min(calc(100% - 48px), 1220px); }
  .unbound-blue-field { width: 35%; }
  .boundary-route-edge { padding: 0 10px 0 0; border-right: 1px solid rgba(255,255,255,.5); border-left: 0; text-align: right; transform: translate(calc(-100% - 28px), -50%); }
  .unbound-nav { gap: 24px; }
  .unbound-content h1 { width: 76%; font-size: clamp(64px, 9vw, 84px); }
  .unbound-kicker, .unbound-lede-row { width: 61%; }
  .unbound-lede-row { align-items: flex-start; flex-direction: column; gap: 23px; }
  .unbound-bottom { grid-template-columns: repeat(3, 1fr) .8fr; }
  .frontier-heading, .fit-heading, .delivery-heading { grid-template-columns: 76px 1fr; }
  .frontier-heading > p, .fit-heading > p, .delivery-heading > p { grid-column: 2; max-width: 570px; }
  .chapter-inner { grid-template-columns: 60px minmax(260px, .9fr) minmax(0, 1.1fr); gap: 28px; }
  .chapter-reverse .chapter-copy { grid-column: 3; }
  .chapter-reverse .chapter-graphic { grid-column: 2; }
  .connection-heading { grid-template-columns: 76px 1fr; }
  .journey-line { grid-template-columns: repeat(2, 1fr); }
  .journey-line article:nth-child(2) { border-right: 1px solid rgba(255,255,255,.2); }
  .journey-line article > i { display: none; }
  .connection-statement { flex-wrap: wrap; justify-content: flex-start; }
  .delivery-steps article { padding-right: 26px; }
  .delivery-steps article:not(:first-child) { padding-left: 26px; }
  .ownership-statement { grid-template-columns: 1fr; gap: 42px; }
  .faq-layout { grid-template-columns: 1fr; gap: 56px; }
  .closing-inner { grid-template-columns: 1fr; gap: 64px; }
  .closing-seam { right: 8%; opacity: .5; }
  .pricing-header nav { display: none; }
  .pricing-hero-inner { grid-template-columns: 1fr; gap: 64px; padding-block: 76px; }
  .pricing-globe { min-height: 420px; }
  .pricing-hero-foot { grid-template-columns: auto 1fr auto 1fr; }
  .pricing-hero-foot p { grid-column: 1 / -1; justify-self: start; max-width: 620px; padding-bottom: 24px; text-align: left; }
  .pricing-section-heading { grid-template-columns: 76px 1fr; }
  .pricing-section-heading > p { grid-column: 2; max-width: 580px; }
  .pricing-card-grid { grid-template-columns: 1fr; }
  .pricing-card { min-height: auto; }
  .pricing-card.is-recommended { margin: 0; }
  .comparison-heading { grid-template-columns: 1fr; gap: 30px; }
  .pricing-scope-layout { grid-template-columns: 1fr; gap: 58px; }
  .pricing-contact-inner { grid-template-columns: 1fr; gap: 58px; }
}

@media (max-width: 700px) {
  :root { --grid-unit: 42px; }
  .site-shell { width: min(calc(100% - 32px), 1220px); }
  .unbound-hero { min-height: 930px; }
  .unbound-blue-field { top: 64%; width: 100%; clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%); }
  .unbound-blue-field::before, .unbound-blue-field::after { top: 4%; bottom: auto; left: -5%; width: 115%; height: 1px; transform: rotate(-3.8deg); }
  .unbound-blue-field::after { top: 8%; }
  .unbound-blue-field > span { right: 6px; top: 59%; font-size: 88px; writing-mode: initial; transform: none; }
  .open-seam-mark { top: 552px; right: -20%; width: 100%; height: 300px; opacity: .08; }
  .open-seam-mark img { width: 760px; }
  .unbound-header { height: 72px; grid-template-columns: 1fr auto; }
  .unbound-brand { width: 132px; }
  .unbound-brand img { width: 128px; }
  .unbound-nav { display: none; }
  .unbound-contact { color: var(--ink); }
  .unbound-content { min-height: 716px; padding-top: 58px; }
  .unbound-kicker { width: 100%; font-size: 9px; }
  .unbound-content h1 { width: 100%; margin-top: 30px; font-size: clamp(50px, 14.5vw, 64px); line-height: 1.01; letter-spacing: -.055em; }
  .unbound-lede-row { width: 100%; margin-top: 34px; }
  .unbound-lede-row p { max-width: 95%; }
  .boundary-origin-label { left: calc(28% + 16px); top: 76%; color: #fff; }
  .boundary-route-desktop { display: none; }
  .boundary-route-mobile { display: block; }
  .boundary-route-mobile:last-child { padding: 0 10px 0 0; border-right: 1px solid rgba(255,255,255,.5); border-left: 0; text-align: right; transform: translate(calc(-100% - 28px), -50%); }
  .unbound-bottom { min-height: 142px; grid-template-columns: 1fr 1fr; gap: 17px; color: #fff; }
  .unbound-bottom > div:nth-child(3) { grid-column: 1 / -1; }
  .unbound-bottom p { font-size: 10px; }
  .unbound-bottom > b { display: none; }
  .unbound-bottom span { color: var(--signal); }
  .frontier-services { padding-top: 78px; }
  .frontier-heading, .fit-heading, .delivery-heading, .connection-heading { display: block; padding-bottom: 56px; }
  .big-index { display: block; margin-bottom: 38px; font-size: 62px; }
  .frontier-heading h2, .fit-heading h2, .delivery-heading h2, .connection-heading h2 { font-size: 42px; }
  .frontier-heading > p, .fit-heading > p, .delivery-heading > p { margin-top: 24px; }
  .chapter-inner, .chapter-reverse .chapter-inner { display: block; min-height: auto; padding-block: 40px; }
  .chapter-number { display: block; }
  .chapter-copy, .chapter-reverse .chapter-copy { margin-top: 25px; }
  .chapter-copy h3 { font-size: 38px; }
  .chapter-graphic-desktop { display: none; }
  .chapter-graphic-mobile { display: block; min-height: 158px; margin: 24px 0 21px; }
  .chapter-system-meta { top: 12px; font-size: 7px; }
  .chapter-origin-node { left: 4%; font-size: 7px; }
  .chapter-origin-node i { width: 9px; height: 9px; }
  .chapter-label { min-width: 64px; padding: 5px 7px; }
  .chapter-label em { font-size: 11px; }
  .label-1 { left: 27%; top: 20%; }
  .label-2 { left: 53%; top: 46%; }
  .label-3 { right: 1%; top: 15%; }
  .deliverable-label { margin-top: 24px; }
  .chapter-copy ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 14px; margin-top: 15px; font-size: 12px; }
  .service-context { grid-template-columns: 1fr; gap: 14px; }
  .fit-section { padding: 78px 0 72px; }
  .fit-matrix { grid-template-columns: 1fr; }
  .fit-matrix article { min-height: 270px; padding: 26px 24px 28px; }
  .fit-code { font-size: 9px; }
  .fit-matrix h3 { margin-top: 50px; font-size: 29px; }
  .fit-start small { font-size: 9px; }
  .capability-rail { grid-template-columns: 1fr; gap: 10px; padding-block: 24px; }
  .capability-rail span { margin-top: 8px; font-size: 9px; }
  .capability-rail p { font-size: 11px; }
  .connection-section { padding: 78px 0; }
  .journey-line { grid-template-columns: 1fr; margin-top: 45px; }
  .journey-line article { min-height: 148px; border-right: 1px solid rgba(255,255,255,.2); }
  .journey-line h3 { margin-top: 38px; }
  .connection-statement { display: grid; grid-template-columns: auto 1fr; margin-top: 58px; font-size: 44px; line-height: 1.05; }
  .connection-statement i { text-align: center; }
  .delivery-section { padding: 78px 0 48px; }
  .delivery-steps { grid-template-columns: 1fr; }
  .delivery-steps article, .delivery-steps article:not(:first-child) { min-height: 220px; padding: 27px 0 32px; border-right: 0; border-bottom: 1px solid rgba(10,11,13,.18); }
  .delivery-steps h3 { margin-top: 72px; }
  .ownership-statement { width: 100%; margin-top: 62px; padding: 48px 24px; }
  .ownership-statement > div { grid-template-columns: 1fr; }
  .ownership-statement span { min-height: 55px; }
  .about-line { margin-top: 24px; font-size: 12px; }
  .faq-section { padding: 78px 0; }
  .faq-layout { gap: 44px; }
  .faq-heading h2 { font-size: 42px; }
  .faq-list summary { min-height: 82px; grid-template-columns: 34px minmax(0,1fr) 22px; gap: 12px; padding-right: 4px; }
  .faq-list summary > span { font-size: 9px; }
  .faq-list summary strong { font-size: 14px; }
  .faq-list details[open] { box-shadow: inset 3px 0 0 var(--blue); }
  .faq-answer { padding: 0 34px 26px; }
  .closing-section { padding: 80px 0; }
  .closing-seam { left: auto; right: -30%; width: 94px; opacity: .18; }
  .closing-inner h2 { font-size: 50px; }
  .closing-mobile-break { display: block; }
  .contact-channel { margin-top: 28px; }
  .contact-channel-meta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .contact-number { margin-top: 25px; font-size: 38px; }
  .contact-actions { grid-template-columns: 1fr; }
  .project-brief { grid-template-columns: 1fr; gap: 14px; }
  .brief-copy-button { width: 100%; margin-top: 24px; }
  .weijie-digital-site,
  .weijie-pricing-page { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .mobile-contact-dock { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; padding: 8px max(12px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); border-top: 1px solid rgba(255,255,255,.2); color: #fff; background: rgba(5,6,8,.92); box-shadow: 0 -12px 40px rgba(0,0,0,.28); backdrop-filter: blur(16px); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(100%); transition: opacity .22s ease, transform .28s cubic-bezier(.2,.7,.2,1), visibility 0s linear .28s; }
  .mobile-contact-dock.is-visible { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .mobile-contact-dock a,
  .mobile-contact-dock button { min-height: 52px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 0 16px; border: 0; color: #fff; background: transparent; text-align: left; }
  .mobile-contact-dock a { background: var(--blue); }
  .mobile-contact-dock button { border: 1px solid rgba(255,255,255,.26); cursor: pointer; }
  .mobile-contact-dock button.is-copied { color: #fff; background: var(--signal); }
  .mobile-contact-dock small { color: rgba(255,255,255,.9); font: 700 9px/1 ui-monospace, monospace; letter-spacing: .12em; }
  .mobile-contact-dock button.is-copied small { color: rgba(10,11,13,.6); }
  .mobile-contact-dock span { margin-top: 7px; font-size: 11px; font-weight: 700; }
  .footer-inner { min-height: 138px; grid-template-columns: 1fr auto; gap: 20px; }
  .footer-inner p { grid-column: 1 / -1; grid-row: 2; text-align: left; }
  .footer-meta { align-self: center; }
  .footer-meta a { font-size: 10px; }
  .footer-meta span { font-size: 7px; }
  .pricing-header { height: 72px; grid-template-columns: 1fr auto; }
  .pricing-brand { width: 132px; }
  .pricing-brand img { width: 128px; }
  .pricing-home-link { font-size: 10px; }
  .pricing-hero-inner { gap: 48px; padding: 64px 0; }
  .pricing-hero-copy > p { align-items: flex-start; flex-direction: column; gap: 10px; font-size: 9px; }
  .pricing-hero-copy h1 { margin-top: 30px; font-size: clamp(50px, 14.5vw, 64px); }
  .pricing-hero-copy > div { grid-template-columns: 1fr; gap: 24px; margin-top: 32px; }
  .pricing-hero-copy > div a { justify-self: start; }
  .pricing-globe { min-height: 340px; box-shadow: 14px 14px 0 rgba(255,255,255,.025), 0 0 46px rgba(35,68,160,.1); }
  .pricing-globe-meta { top: 18px; left: 18px; right: 18px; font-size: 7px; }
  .pricing-globe-origin,
  .pricing-globe-guide { bottom: 18px; gap: 6px; font-size: 7px; }
  .pricing-globe-origin { left: 18px; }
  .pricing-globe-guide { right: 18px; }
  .pricing-globe-origin strong,
  .pricing-globe-guide strong { font-size: 8px; }
  .pricing-hero-foot { grid-template-columns: auto 1fr; padding-top: 24px; }
  .pricing-hero-foot p { padding-bottom: 26px; }
  .pricing-plans { padding: 78px 0 82px; }
  .pricing-section-heading { display: block; }
  .pricing-section-heading .big-index { margin-bottom: 38px; }
  .pricing-section-heading h2 { font-size: 42px; }
  .pricing-section-heading > p { margin-top: 24px; }
  .pricing-card-grid { margin-top: 54px; }
  .pricing-card { padding: 26px 22px 28px; }
  .pricing-card h3 { margin-top: 36px; }
  .pricing-card-price { font-size: 52px; }
  .pricing-comparison-section { padding: 78px 0 84px; }
  .comparison-heading h2 { font-size: 42px; }
  .comparison-groups { margin-top: 50px; }
  .comparison-group > summary { min-height: 84px; grid-template-columns: 38px minmax(0,1fr) 22px; gap: 12px; }
  .comparison-group > summary strong { font-size: 15px; }
  .comparison-group > summary span { font-size: 9px; }
  .comparison-scroll { margin-right: -16px; }
  .pricing-scope { padding: 78px 0 60px; }
  .pricing-scope-layout { gap: 46px; }
  .pricing-scope-heading h2 { font-size: 42px; }
  .pricing-scope-list li { grid-template-columns: 34px minmax(0,1fr); gap: 10px; }
  .pricing-contact { padding: 80px 0; }
  .pricing-contact-inner { gap: 48px; }
  .pricing-contact h2 { font-size: 50px; }
  .pricing-phone { font-size: 38px; }
  .pricing-contact-actions { grid-template-columns: 1fr; }
  .pricing-footer > div { min-height: 138px; grid-template-columns: 1fr auto; gap: 20px; }
  .pricing-footer p { grid-column: 1 / -1; grid-row: 2; text-align: left; }
  .pricing-footer span { font-size: 7px; }
}

/* The verified particle globe is the only hero visual; keep the content field open. */
.wj-home-hero-grid,
.wj-page .wj-hero { grid-template-columns: 1fr; }
.wj-home-copy { width: min(860px, 67%); }
.wj-page .wj-hero__content { width: min(980px, 78%); max-width: 980px; }
.wj-page .wj-hero__content h1 { font-size: clamp(54px, 5.8vw, 80px); }
.wj-hero-orbit,
.wj-page .wj-hero__visual { display: none; }

@media (max-width: 920px) {
  .wj-home-copy,
  .wj-page .wj-hero__content { width: min(760px, 78%); }
}

@media (max-width: 700px) {
  .wj-home-copy,
  .wj-page .wj-hero__content { width: 100%; }
}

@media (max-width: 360px) {
  .site-shell { width: min(calc(100% - 28px), 1220px); }
  .unbound-content h1 { font-size: 47px; }
  .frontier-heading h2,
  .fit-heading h2,
  .delivery-heading h2,
  .connection-heading h2 { font-size: 37px; }
  .chapter-copy h3 { font-size: 34px; }
  .connection-statement { font-size: 39px; }
  .closing-inner h2 { font-size: 45px; }
  .closing-seam { display: none; }
  .pricing-section-heading h2,
  .comparison-heading h2,
  .pricing-scope-heading h2 { font-size: 37px; }
  .pricing-contact h2 { font-size: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* ─── PRICING V2 / CONTINUOUS GLOBE FIELD ───────────────────── */
.weijie-pricing-page {
  position: relative;
  isolation: isolate;
  color: #f4f7f6;
  background: #04070a;
}
.pricing-cosmos {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  pointer-events: none;
  background: #04070a;
}
.pricing-cosmos::before {
  content: '';
  position: absolute;
  inset: -14%;
  background:
    radial-gradient(ellipse at 73% 48%, rgba(4,85,253,.2) 0%, rgba(15,61,151,.1) 27%, rgba(4,16,42,.025) 52%, transparent 72%),
    radial-gradient(circle at 83% 32%, rgba(115,169,255,.085), transparent 24%);
  filter: blur(24px);
  opacity: .86;
  pointer-events: none;
}
.pricing-cosmos .pricing-globe-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .16;
  filter: brightness(1.13) saturate(1.16) contrast(1.08);
  pointer-events: none;
  transition: opacity 1.1s cubic-bezier(.2,.7,.2,1), filter .8s ease;
}
.pricing-cosmos.is-globe-ready .pricing-globe-canvas { opacity: .98; }
.pricing-cosmos[data-globe-phase="1"] .pricing-globe-canvas { opacity: .84; }
.pricing-cosmos[data-globe-phase="2"] .pricing-globe-canvas { opacity: .74; }
.pricing-cosmos[data-globe-phase="3"] .pricing-globe-canvas { opacity: .8; }
.pricing-cosmos[data-globe-phase="4"] .pricing-globe-canvas { opacity: .98; }
#pricing-main,
.pricing-footer { position: relative; z-index: 1; }

.pricing-hero {
  position: relative;
  min-height: 100svh;
  overflow: visible;
  color: #fff;
  background: linear-gradient(90deg, rgba(4,7,10,.92) 0%, rgba(4,7,10,.76) 39%, rgba(4,7,10,.18) 68%, rgba(4,7,10,.04) 100%);
  isolation: auto;
}
.pricing-grid,
.pricing-hero::after,
.pricing-contact::before { display: none; }
.pricing-header {
  position: relative;
  z-index: 5;
  height: 90px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 0;
}
.pricing-brand { width: 154px; height: 48px; }
.pricing-brand img { width: 148px; }
.pricing-header nav { gap: 36px; font-size: 12px; }
.pricing-header nav a { color: rgba(237,243,242,.68); }
.pricing-home-link { font-size: 12px; }
.pricing-hero-inner {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 212px);
  display: flex;
  align-items: center;
  padding: 82px 0 76px;
}
.pricing-hero-copy { width: min(860px, 64%); }
.pricing-hero-copy > p {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  color: rgba(236,243,241,.52);
  font: 650 12px/1.4 "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: .08em;
}
.pricing-hero-copy > p::before {
  content: '';
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--signal);
  box-shadow: 0 0 18px rgba(4,85,253,.55);
}
.pricing-hero-copy > p b { color: var(--signal); font-weight: 650; }
.pricing-hero-copy h1 {
  max-width: 860px;
  margin: 32px 0 0;
  font-size: clamp(66px, 7.2vw, 104px);
  line-height: .96;
  letter-spacing: -.075em;
  text-wrap: balance;
}
.pricing-hero-copy h1 em { color: var(--signal); font-style: normal; text-shadow: 0 0 38px rgba(4,85,253,.13); }
.pricing-hero-copy > div {
  max-width: 620px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 34px;
  align-items: end;
  margin-top: 42px;
}
.pricing-hero-copy > div p { margin: 0; color: rgba(227,234,233,.72); font-size: 14px; line-height: 1.9; }
.pricing-hero-copy > div a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 18px;
  border: 0;
  color: #fff;
  background: var(--signal);
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
  box-shadow: 0 12px 34px rgba(4,85,253,.13);
}
.pricing-hero-foot {
  position: relative;
  z-index: 2;
  min-height: 122px;
  display: grid;
  grid-template-columns: auto auto auto auto 1fr;
  gap: 18px 28px;
  align-items: center;
  border: 0;
}
.pricing-hero-foot span { color: rgba(221,231,229,.42); font: 650 10px/1.2 "PingFang SC", sans-serif; letter-spacing: .04em; }
.pricing-hero-foot strong { color: rgba(248,251,250,.92); font-size: 12px; }
.pricing-hero-foot p { color: rgba(221,231,229,.46); font-size: 10px; }

.pricing-plans {
  position: relative;
  padding: 136px 0 146px;
  color: #fff;
  background: rgba(4,7,10,.66);
}
.pricing-section-heading {
  display: grid;
  grid-template-columns: auto minmax(0,1.15fr) minmax(300px,.72fr);
  gap: 34px 56px;
  align-items: end;
}
.pricing-section-heading .big-index {
  align-self: start;
  margin: 7px 0 0;
  color: var(--signal);
  font: 720 12px/1 "PingFang SC", sans-serif;
  -webkit-text-stroke: 0;
}
.pricing-section-heading > div > p,
.comparison-heading span,
.pricing-scope-heading > span,
.pricing-contact-inner > div:first-child > p {
  margin: 0 0 19px;
  color: var(--signal);
  font: 650 11px/1.4 "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: .08em;
}
.pricing-section-heading h2,
.comparison-heading h2,
.pricing-scope-heading h2 {
  margin: 0;
  color: #f5f8f7;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.06;
  letter-spacing: -.06em;
}
.pricing-section-heading > p,
.comparison-heading > p,
.pricing-scope-heading p { margin: 0 0 4px; color: rgba(225,233,231,.69); font-size: 14px; line-height: 1.85; }
.pricing-section-heading > p,
.comparison-heading > p {
  position: relative;
  z-index: 1;
  margin: -8px -10px -4px;
  padding: 8px 10px;
  color: rgba(230,237,235,.82);
  background: rgba(4,7,10,.26);
  box-shadow: 0 0 42px 20px rgba(4,7,10,.46);
  text-shadow: 0 2px 14px rgba(4,7,10,.92);
}
.pricing-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  margin-top: 74px;
  border: 0;
}
.pricing-card {
  position: relative;
  min-height: 690px;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 32px;
  border: 0;
  color: #f3f7f6;
  background: rgba(8,13,16,.76);
  box-shadow: 0 30px 90px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
  transition: transform .42s cubic-bezier(.2,.7,.2,1), background-color .32s ease, box-shadow .32s ease;
}
.pricing-card.is-recommended {
  margin: 0;
  color: #fff;
  background: rgba(17,28,25,.86);
  box-shadow: inset 0 3px 0 var(--signal), 0 34px 110px rgba(0,0,0,.3), 0 0 70px rgba(4,85,253,.045);
}
.pricing-card-top { font: 700 11px/1.2 "PingFang SC", sans-serif; letter-spacing: .04em; }
.pricing-card-top span,
.pricing-card.is-recommended .pricing-card-top span { color: var(--signal); }
.pricing-card-top b,
.pricing-card.is-recommended .pricing-card-top b { color: rgba(230,238,236,.48); font-weight: 650; }
.pricing-card h3 { margin: 42px 0 0; color: #f7faf9; font-size: 32px; }
.pricing-card-audience,
.pricing-card.is-recommended .pricing-card-audience { color: rgba(225,233,231,.6); }
.pricing-card-price { color: #fff; }
.pricing-card-price em { color: rgba(225,233,231,.48); font-family: "PingFang SC", sans-serif; letter-spacing: .04em; }
.pricing-renewal,
.pricing-card.is-recommended .pricing-renewal {
  padding-bottom: 0;
  border: 0;
  color: rgba(225,233,231,.48);
}
.pricing-renewal strong,
.pricing-card.is-recommended .pricing-renewal strong { color: #f6faf8; }
.pricing-card li,
.pricing-card.is-recommended li { color: rgba(230,237,235,.72); }
.pricing-card li::before,
.pricing-card.is-recommended li::before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 10px rgba(4,85,253,.42);
}
.pricing-card > a,
.pricing-card.is-recommended > a {
  min-height: 50px;
  padding: 0 17px;
  border: 0;
  color: #f5f8f7;
  background: rgba(255,255,255,.075);
}
.pricing-card.is-recommended > a { color: #fff; background: var(--signal); }

.pricing-comparison-section {
  position: relative;
  padding: 136px 0 146px;
  color: #fff;
  background: rgba(4,7,10,.72);
}
.comparison-heading { grid-template-columns: 1fr minmax(320px,.5fr); }
.comparison-heading span { display: block; }
.comparison-heading h2 { margin-top: 0; }
.comparison-groups {
  display: grid;
  gap: 12px;
  margin-top: 68px;
  border: 0;
}
.comparison-group {
  overflow: hidden;
  border: 0;
  background: rgba(7,12,15,.73);
  backdrop-filter: blur(13px);
}
.comparison-group > summary {
  min-height: 92px;
  padding: 0 24px;
  grid-template-columns: 54px minmax(0,1fr) 26px;
}
.comparison-group > summary span { color: var(--signal); font: 700 11px/1 "PingFang SC", sans-serif; letter-spacing: .04em; }
.comparison-group > summary strong { color: #f5f8f7; }
.comparison-scroll { padding: 0 20px 28px; scrollbar-color: var(--signal) rgba(255,255,255,.08); }
.comparison-scroll th,
.comparison-scroll td {
  border: 0;
  border-top: 1px solid rgba(255,255,255,.075);
  color: rgba(230,237,235,.7);
  background: transparent;
}
.comparison-scroll thead th {
  border-top: 0;
  color: rgba(248,251,250,.88);
  background: transparent;
  font-family: "PingFang SC", sans-serif;
  letter-spacing: .02em;
}
.comparison-scroll th:first-child { color: #f6f9f8; }
.comparison-scroll th:nth-child(3),
.comparison-scroll td:nth-child(3) { background: rgba(4,85,253,.045); }

.pricing-scope {
  position: relative;
  padding: 136px 0 96px;
  color: #fff;
  background: rgba(4,7,10,.7);
}
.pricing-scope-layout { gap: 104px; }
.pricing-scope-heading p { max-width: 420px; }
.pricing-scope-list {
  margin: -8px -22px 0;
  padding: 8px 22px;
  border: 0;
  background: linear-gradient(90deg, rgba(4,7,10,.66), rgba(4,7,10,.42));
  box-shadow: 0 0 54px 24px rgba(4,7,10,.38);
  backdrop-filter: blur(5px);
}
.pricing-scope-list li {
  border-bottom: 1px solid rgba(255,255,255,.075);
  transition: background-color .26s ease, padding-left .32s ease;
}
.pricing-scope-list li > span { color: var(--signal); font-family: "PingFang SC", sans-serif; letter-spacing: .04em; }
.pricing-scope-list h3 { color: #f6f9f8; }
.pricing-scope-list p { color: rgba(231,238,236,.8); text-shadow: 0 2px 14px rgba(4,7,10,.9); }
.pricing-legal-note {
  margin-top: 54px;
  padding-top: 0;
  border: 0;
  color: rgba(225,233,231,.47);
}

.pricing-contact {
  position: relative;
  min-height: 78svh;
  display: flex;
  align-items: center;
  overflow: visible;
  padding: 120px 0;
  color: #fff;
  background: rgba(4,7,10,.36);
}
.pricing-contact-inner { gap: 120px; }
.pricing-contact-inner > div:first-child > p { margin-bottom: 24px; }
.pricing-contact h2 { color: #f7faf9; }
.pricing-contact-side > p { color: rgba(230,237,235,.72); }
.pricing-phone {
  margin-top: 34px;
  padding: 12px 0 4px;
  border: 0;
  color: var(--signal);
  text-shadow: 0 0 34px rgba(4,85,253,.14);
}
.pricing-phone small { color: rgba(232,239,237,.56); font-family: "PingFang SC", sans-serif; letter-spacing: .05em; }
.pricing-contact-actions a,
.pricing-contact-actions button {
  border: 0;
  color: #f7faf9;
  background: rgba(255,255,255,.085);
}
.pricing-contact-actions a { color: #fff; background: var(--signal); }
.pricing-contact-actions button::after,
.pricing-contact-actions button.is-copied::after { content: none; }
.pricing-footer { color: #fff; background: rgba(4,7,10,.86); backdrop-filter: blur(14px); }
.pricing-footer > div { border: 0; }
.pricing-footer p,
.pricing-footer span { color: rgba(230,237,235,.48); font-family: "PingFang SC", sans-serif; letter-spacing: .02em; }

@media (hover: hover) and (pointer: fine) {
  .pricing-card:hover,
  .pricing-card:focus-within {
    transform: translateY(-8px);
    background: rgba(12,20,22,.88);
    box-shadow: 0 38px 110px rgba(0,0,0,.34), 0 0 70px rgba(4,85,253,.04);
  }
  .pricing-card:not(.is-recommended) > a:hover,
  .pricing-contact-actions button:hover {
    color: #fff;
    border: 0;
    background: var(--signal);
  }
  .pricing-scope-list li:hover { padding-left: 12px; background: rgba(255,255,255,.025); }
}

@media (max-width: 920px) {
  .pricing-hero-inner { min-height: calc(100svh - 198px); display: flex; padding: 78px 0 68px; }
  .pricing-hero-copy { width: min(100%, 690px); }
  .pricing-section-heading { grid-template-columns: auto 1fr; }
  .pricing-section-heading > p { grid-column: 2; }
  .pricing-card-grid { grid-template-columns: 1fr; gap: 14px; }
  .pricing-card { min-height: auto; }
  .pricing-scope-layout,
  .pricing-contact-inner { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .pricing-cosmos::before { opacity: .68; filter: blur(18px); }
  .pricing-cosmos .pricing-globe-canvas { filter: brightness(1.12) saturate(1.12) contrast(1.06); }
  .pricing-cosmos.is-globe-ready .pricing-globe-canvas { opacity: .78; }
  .pricing-cosmos[data-globe-phase="1"] .pricing-globe-canvas,
  .pricing-cosmos[data-globe-phase="3"] .pricing-globe-canvas { opacity: .62; }
  .pricing-cosmos[data-globe-phase="2"] .pricing-globe-canvas { opacity: .54; }
  .pricing-cosmos[data-globe-phase="4"] .pricing-globe-canvas { opacity: .82; }
  .pricing-header { height: 72px; }
  .pricing-hero { min-height: 920px; background: linear-gradient(180deg, rgba(4,7,10,.86) 0%, rgba(4,7,10,.57) 48%, rgba(4,7,10,.13) 88%, rgba(4,7,10,.05) 100%); }
  .pricing-hero-inner { min-height: 690px; padding: 76px 0 58px; align-items: flex-start; }
  .pricing-hero-copy { width: 100%; }
  .pricing-hero-copy > p { align-items: center; flex-direction: row; gap: 12px; font-size: 10px; }
  .pricing-hero-copy > p::before { width: 20px; }
  .pricing-hero-copy h1 { margin-top: 28px; font-size: clamp(44px,12vw,52px); }
  .pricing-hero-copy > div { grid-template-columns: 1fr; gap: 24px; margin-top: 32px; }
  .pricing-hero-copy > div a { justify-self: start; }
  .pricing-hero-foot { grid-template-columns: auto 1fr; padding: 12px 0 26px; }
  .pricing-hero-foot p { padding-bottom: 0; }
  .pricing-plans,
  .pricing-comparison-section,
  .pricing-scope { padding: 92px 0 96px; }
  .pricing-section-heading { display: block; }
  .pricing-section-heading .big-index { margin: 0 0 22px; }
  .pricing-section-heading h2,
  .comparison-heading h2,
  .pricing-scope-heading h2 { font-size: 42px; }
  .pricing-section-heading > p { margin-top: 24px; }
  .pricing-card-grid { margin-top: 50px; }
  .pricing-card { padding: 28px 23px 30px; }
  .pricing-card,
  .comparison-group,
  .pricing-footer { backdrop-filter: none; }
  .pricing-comparison-section { background: rgba(4,7,10,.64); }
  .comparison-heading { grid-template-columns: 1fr; gap: 28px; }
  .comparison-heading > p { width: auto; }
  .comparison-groups { margin-top: 46px; }
  .comparison-group > summary { padding: 0 17px; }
  .comparison-scroll { margin-right: 0; padding-inline: 16px; }
  .pricing-scope-layout { gap: 48px; }
  .pricing-scope-list { margin: 0; padding: 8px 14px; }
  .pricing-contact { min-height: auto; padding: 96px 0; background: rgba(4,7,10,.54); }
  .pricing-contact h2 { font-size: 50px; }
  .pricing-contact-actions { grid-template-columns: 1fr; }
  .mobile-contact-dock a { color: #fff; background: var(--signal); }
  .mobile-contact-dock a small { color: rgba(255,255,255,.76); }
}

@media (max-width: 360px) {
  .pricing-section-heading h2,
  .comparison-heading h2,
  .pricing-scope-heading h2 { font-size: 37px; }
  .pricing-contact h2 { font-size: 45px; }
}

@media (forced-colors: active) {
  .pricing-cosmos { display: none; }
}

/* ─── 1.6 / UNIFIED MULTI-PAGE SYSTEM ───────────────────────── */
.weijie-unified-page {
  position: relative;
  isolation: isolate;
  color: #f5f8f7;
  background: #04070a;
}
.weijie-unified-page .pricing-cosmos { opacity: .99; }
.weijie-unified-page .pricing-cosmos::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 4%, rgba(20,52,112,.09), transparent 34%),
    linear-gradient(90deg, rgba(4,7,10,.14), rgba(4,7,10,.015) 46%, rgba(4,7,10,.11));
  pointer-events: none;
}
.wj-main,
.wj-footer { position: relative; z-index: 1; }
.wj-main { overflow: clip; }
.wj-section { position: relative; padding: 132px 0; }
.wj-home-hero {
  position: relative;
  min-height: 940px;
  color: #f6faf8;
  background: linear-gradient(180deg, rgba(4,7,10,.78), rgba(4,7,10,.18) 64%, rgba(4,7,10,.7));
}

.wj-header {
  position: relative;
  z-index: 20;
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}
.wj-brand { width: 154px; height: 48px; display: flex; align-items: center; overflow: hidden; }
.wj-brand img { width: 148px; height: auto; filter: none; }
.wj-nav { display: flex; align-items: center; justify-content: center; gap: 34px; }
.wj-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(236,243,241,.68);
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}
.wj-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 1px;
  background: var(--signal);
  transition: right .24s ease;
}
.wj-nav a:hover,
.wj-nav a[aria-current="page"] { color: #fff; }
.wj-nav a:hover::after,
.wj-nav a[aria-current="page"]::after { right: 0; }
.wj-header-actions { display: flex; align-items: center; justify-self: end; gap: 12px; }
.wj-client-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 44px;
  min-height: 44px;
  padding: 0 8px;
  color: #dce7fa;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease;
}
.wj-client-login svg { flex: 0 0 20px; width: 20px; height: 20px; }
.wj-client-login:hover,
.wj-client-login:focus-visible { color: #fff; background: rgba(47,115,255,.16); }
.wj-header-cta {
  justify-self: end;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  background: var(--signal);
  padding: 0 16px;
  font-size: 12px;
  font-weight: 750;
}
.wj-header-cta svg,
.wj-button svg,
.wj-text-link svg,
.wj-service-top svg,
.wj-stage-list strong svg { width: 15px; height: 15px; flex: 0 0 auto; }
.wj-menu-toggle { display: none; }

.wj-home-hero-grid {
  min-height: 716px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  align-items: center;
  gap: 64px;
  padding: 58px 0 64px;
}
.wj-home-copy { position: relative; z-index: 3; max-width: 820px; }
.wj-eyebrow,
.wj-section-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  color: rgba(224,233,231,.58);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: .08em;
}
.wj-eyebrow i { width: 24px; height: 1px; background: var(--signal); box-shadow: 0 0 12px rgba(4,85,253,.56); }
.wj-home-copy h1 {
  margin: 34px 0 0;
  max-width: 940px;
  font-size: clamp(62px, 6.8vw, 96px);
  line-height: .99;
  letter-spacing: -.072em;
}
.wj-home-copy h1 em { display: inline-block; color: var(--signal); font-style: normal; text-shadow: 0 0 42px rgba(4,85,253,.11); }
.wj-home-lede {
  max-width: 660px;
  margin: 38px 0 0;
  color: rgba(226,234,232,.7);
  font-size: 15px;
  line-height: 1.95;
}
.wj-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.wj-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
}
.wj-button-primary { color: #fff; background: var(--signal); }
.wj-button-secondary { color: #f6faf8; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.wj-button.is-copied { color: #fff; background: var(--signal); }
.wj-button.is-copy-failed { color: #ffd2d2; box-shadow: inset 0 0 0 1px #ff8c8c; }
.wj-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #f6faf8;
  font-size: 12px;
  font-weight: 700;
}

.wj-hero-orbit {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(39vw, 510px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18,56,126,.18), rgba(5,12,28,.06) 46%, transparent 68%);
  filter: drop-shadow(0 0 48px rgba(72,129,230,.1));
}
.wj-hero-orbit::before,
.wj-hero-orbit::after {
  content: '';
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(118,160,255,.2);
  border-radius: 50%;
  transform: rotate(-18deg) scaleY(.34);
}
.wj-hero-orbit::after { inset: 1%; border-color: rgba(4,85,253,.16); transform: rotate(42deg) scaleY(.26); }
.wj-hero-orbit-core {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 132px;
  height: 132px;
  display: grid;
  place-content: center;
  gap: 8px;
  border-radius: 50%;
  color: #f7faf9;
  text-align: center;
  background: radial-gradient(circle at 42% 38%, rgba(42,102,205,.6), rgba(5,13,31,.92) 68%);
  box-shadow: 0 0 0 1px rgba(120,170,255,.26), 0 0 55px rgba(50,118,225,.24), inset 0 0 34px rgba(4,85,253,.08);
  transform: translate(-50%, -50%);
}
.wj-hero-orbit-core span { color: rgba(232,241,239,.54); font-size: 10px; letter-spacing: .12em; }
.wj-hero-orbit-core b { font-size: 16px; letter-spacing: .08em; }
.wj-orbit-node {
  position: absolute;
  z-index: 4;
  min-width: 66px;
  min-height: 34px;
  display: grid;
  place-items: center;
  color: rgba(241,247,245,.82);
  background: rgba(5,13,17,.72);
  box-shadow: inset 0 0 0 1px rgba(118,165,255,.2), 0 0 24px rgba(48,110,212,.08);
  backdrop-filter: blur(10px);
  font-size: 11px;
}
.wj-orbit-node-a { left: 7%; top: 30%; }
.wj-orbit-node-b { right: 3%; top: 24%; }
.wj-orbit-node-c { right: 10%; bottom: 19%; }
.wj-orbit-node-d { left: 4%; bottom: 24%; }
.wj-hero-orbit.is-motion-active::after { animation: wj-orbit-spin 18s linear infinite; }
@keyframes wj-orbit-spin { to { transform: rotate(402deg) scaleY(.26); } }

.wj-hero-proof {
  min-height: 116px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  align-items: center;
}
.wj-hero-proof div { display: grid; gap: 10px; }
.wj-hero-proof span { color: rgba(224,233,231,.45); font-size: 11px; }
.wj-hero-proof strong { color: rgba(248,251,250,.92); font-size: 13px; font-weight: 650; }

.wj-section-heading { max-width: 920px; }
.wj-section-heading h2 {
  margin: 24px 0 0;
  color: #f7faf9;
  font-size: clamp(48px, 5.2vw, 72px);
  line-height: 1.08;
  letter-spacing: -.062em;
}
.wj-section-heading > p:last-child,
.wj-section-heading-split > p {
  max-width: 670px;
  margin: 30px 0 0;
  color: rgba(225,233,231,.65);
  font-size: 14px;
  line-height: 1.9;
}
.wj-section-heading-split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 96px;
  align-items: end;
}
.wj-section-heading-split > p { margin: 0 0 5px; }

.wj-stage-section { background: linear-gradient(180deg, rgba(4,7,10,.68), rgba(7,14,17,.45)); }
.wj-stage-list { margin-top: 78px; }
.wj-stage-list article {
  min-height: 132px;
  display: grid;
  grid-template-columns: 80px minmax(0,1fr) auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid rgba(218,231,228,.12);
}
.wj-stage-list article:last-child { border-bottom: 1px solid rgba(218,231,228,.12); }
.wj-stage-list article > span { color: var(--signal); font-size: 11px; font-weight: 750; letter-spacing: .1em; }
.wj-stage-list h3 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.wj-stage-list p { margin: 10px 0 0; color: rgba(224,232,230,.58); font-size: 13px; line-height: 1.75; }
.wj-stage-list strong { display: flex; align-items: center; gap: 16px; color: rgba(244,248,247,.82); font-size: 12px; font-weight: 650; }

.wj-services-section { background: rgba(4,7,10,.28); }
.wj-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 76px; }
.wj-service-panel {
  position: relative;
  min-height: 590px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(11,21,42,.82), rgba(6,12,16,.78) 63%, rgba(20,45,93,.22));
  box-shadow: inset 0 0 0 1px rgba(139,184,255,.11), 0 30px 80px rgba(0,0,0,.18);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease;
}
.wj-service-panel::after {
  content: '';
  position: absolute;
  right: -12%;
  bottom: -26%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(82,142,238,.14), transparent 68%);
  pointer-events: none;
}
.wj-service-panel:nth-child(2)::after { background: radial-gradient(circle, rgba(4,85,253,.08), transparent 68%); }
.wj-service-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wj-service-top > span { color: var(--signal); font-size: 11px; font-weight: 750; letter-spacing: .1em; }
.wj-service-top b { display: inline-flex; align-items: center; gap: 12px; color: rgba(241,247,245,.72); font-size: 11px; font-weight: 650; }
.wj-service-panel > p:not(.wj-service-description) { margin: 96px 0 0; color: rgba(225,233,231,.5); font-size: 12px; }
.wj-service-panel h3 { max-width: 520px; margin: 18px 0 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -.055em; }
.wj-service-description { max-width: 530px; margin: 28px 0 0; color: rgba(225,233,231,.66); font-size: 14px; line-height: 1.85; }
.wj-service-panel ul { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: auto 0 0; padding: 0; list-style: none; }
.wj-service-panel li { position: relative; padding-left: 13px; color: rgba(235,241,239,.72); font-size: 12px; }
.wj-service-panel li::before { content: ''; position: absolute; left: 0; top: .58em; width: 4px; height: 4px; background: var(--signal); }

.wj-path-section { background: linear-gradient(180deg, rgba(4,7,10,.32), rgba(5,12,15,.76)); }
.wj-path { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 86px; }
.wj-path::before { content: ''; position: absolute; left: 9%; right: 9%; top: 42px; height: 1px; background: rgba(116,162,252,.22); }
.wj-path article { position: relative; min-height: 230px; padding-right: 28px; }
.wj-path article > span { color: rgba(230,238,236,.44); font-size: 11px; }
.wj-path article > i {
  position: relative;
  z-index: 2;
  width: 12px;
  height: 12px;
  display: block;
  margin-top: 23px;
  border-radius: 50%;
  background: #76a0ff;
  box-shadow: 0 0 0 5px rgba(86,140,238,.08), 0 0 20px rgba(86,140,238,.36);
}
.wj-path article:nth-child(3) > i { background: var(--signal); box-shadow: 0 0 0 5px rgba(4,85,253,.09), 0 0 24px rgba(4,85,253,.32); }
.wj-path h3 { margin: 36px 0 0; font-size: 21px; }
.wj-path p { margin: 12px 0 0; color: rgba(225,233,231,.55); font-size: 12px; line-height: 1.75; }
.wj-path-signal { position: absolute; z-index: 3; left: 9%; top: 39px; width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 18px rgba(4,85,253,.7); opacity: 0; }
.wj-path.is-motion-active .wj-path-signal { opacity: 1; animation: wj-path-run 5.8s cubic-bezier(.25,.6,.3,1) infinite; }
@keyframes wj-path-run { 0% { left: 9%; opacity: 0; } 8%, 86% { opacity: 1; } 100% { left: 91%; opacity: 0; } }

.wj-delivery-section { background: rgba(4,7,10,.64); }
.wj-delivery-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 110px; align-items: start; }
.wj-delivery-list { margin: 0; padding: 0; list-style: none; }
.wj-delivery-list li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgba(218,231,228,.13); }
.wj-delivery-list li:first-child { padding-top: 0; }
.wj-delivery-list li > span { padding-top: 4px; color: var(--signal); font-size: 11px; font-weight: 750; }
.wj-delivery-list h3 { margin: 0; font-size: 20px; }
.wj-delivery-list p { margin: 10px 0 0; color: rgba(225,233,231,.6); font-size: 13px; line-height: 1.8; }
.wj-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 72px; }
.wj-principles span { min-height: 72px; display: flex; align-items: center; justify-content: center; color: rgba(246,249,248,.84); background: rgba(10,20,40,.6); font-size: 13px; box-shadow: inset 0 0 0 1px rgba(116,162,252,.1); }

.wj-faq-section { background: linear-gradient(180deg, rgba(4,7,10,.66), rgba(8,16,19,.72)); }
.wj-faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; align-items: start; }
.wj-faq-grid .wj-section-heading .wj-text-link { margin-top: 34px; }
.wj-faq-list { border-top: 1px solid rgba(218,231,228,.14); }
.wj-faq-list details { border-bottom-color: rgba(218,231,228,.14); }
.wj-faq-list summary { grid-template-columns: 42px minmax(0,1fr) 20px; min-height: 88px; padding: 0; }
.wj-faq-list summary > span { color: var(--signal); font-size: 10px; }
.wj-faq-list summary strong { color: rgba(246,249,248,.88); font-size: 15px; line-height: 1.5; }
.wj-faq-list summary i { width: 15px; height: 15px; }
.wj-faq-list summary i::before,
.wj-faq-list summary i::after { background: rgba(241,247,245,.72); }
.wj-faq-list .faq-answer { padding: 0 36px 25px 42px; }
.wj-faq-list .faq-answer p { color: rgba(224,233,231,.6); font-size: 13px; line-height: 1.85; }

.wj-final-cta {
  position: relative;
  padding: 128px 0;
  background: linear-gradient(125deg, rgba(6,15,35,.94), rgba(12,31,78,.78) 60%, rgba(15,42,100,.42));
}
.wj-final-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 120px; align-items: end; }
.wj-final-grid h2 { margin: 24px 0 0; font-size: clamp(52px, 6vw, 80px); line-height: 1.04; letter-spacing: -.065em; }
.wj-final-side > p { margin: 0; color: rgba(229,237,235,.7); font-size: 14px; line-height: 1.9; }
.wj-final-phone { display: block; margin-top: 32px; color: #fff; font: 730 clamp(38px, 4.5vw, 58px)/1 Arial, "PingFang SC", sans-serif; letter-spacing: -.05em; }
.wj-final-phone span { display: block; margin-bottom: 13px; color: rgba(230,238,236,.55); font: 650 11px/1.3 "PingFang SC", sans-serif; letter-spacing: .06em; }

.wj-footer { color: #f6faf8; background: rgba(3,6,8,.95); }
.wj-footer-grid { min-height: 220px; display: grid; grid-template-columns: 1.15fr .75fr .85fr; gap: 80px; align-items: center; }
.wj-footer-brand > a { width: 144px; height: 54px; display: flex; align-items: center; overflow: hidden; }
.wj-footer-brand img { width: 138px; height: auto; filter: none; }
.wj-footer-brand p { max-width: 360px; margin: 20px 0 0; color: rgba(225,233,231,.5); font-size: 12px; line-height: 1.75; }
.wj-footer nav { display: grid; gap: 14px; }
.wj-footer nav a { color: rgba(241,247,245,.76); font-size: 12px; }
.wj-footer-contact { display: grid; justify-items: start; gap: 12px; }
.wj-footer-contact span { color: rgba(225,233,231,.46); font-size: 10px; }
.wj-footer-contact a:first-of-type { color: #fff; font: 720 22px/1 Arial, sans-serif; letter-spacing: -.025em; }
.wj-footer-contact a:last-of-type { color: rgba(241,247,245,.62); font-size: 11px; }
.wj-footer-legal { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(218,231,228,.1); color: rgba(225,233,231,.42); font-size: 11px; }
.wj-footer-legal > div { display: flex; align-items: center; gap: 18px; }

@media (hover: hover) and (pointer: fine) {
  .wj-service-panel:hover { transform: translateY(-5px); box-shadow: inset 0 0 0 1px rgba(4,85,253,.23), 0 36px 100px rgba(0,0,0,.28); }
  .wj-button-primary:hover,
  .wj-header-cta:hover { background: #2f73ff; }
  .wj-text-link:hover,
  .wj-service-top b:hover { color: var(--signal); }
  .wj-footer a:hover { color: var(--signal); }
}

@media (max-width: 1060px) {
  .wj-nav { gap: 22px; }
  .wj-client-login span { display: none; }
  .wj-home-hero-grid { grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); }
  .wj-delivery-grid,
  .wj-faq-grid { gap: 72px; }
}

@media (max-width: 920px) {
  .wj-header { grid-template-columns: 1fr auto auto; }
  .wj-menu-toggle {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    color: #fff;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
  }
  .wj-menu-toggle i { position: relative; width: 18px; height: 12px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
  .wj-menu-toggle i::after { content: ''; position: absolute; left: 0; right: 0; top: 5px; height: 1px; background: currentColor; }
  .wj-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    display: grid;
    gap: 0;
    padding: 16px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(4,10,13,.96);
    box-shadow: 0 24px 60px rgba(0,0,0,.34);
    backdrop-filter: blur(18px);
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .25s ease, visibility 0s linear .25s;
  }
  .wj-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .wj-nav a { min-height: 50px; padding: 0 10px; border-bottom: 1px solid rgba(218,231,228,.1); }
  .wj-home-hero-grid { grid-template-columns: 1fr; gap: 18px; padding-top: 88px; }
  .wj-home-copy { max-width: 760px; }
  .wj-hero-orbit { position: absolute; right: -17%; top: 200px; width: 500px; opacity: .42; }
  .wj-hero-proof { position: relative; z-index: 4; }
  .wj-section-heading-split { grid-template-columns: 1fr; gap: 30px; }
  .wj-section-heading-split > p { margin: 0; }
  .wj-service-grid { grid-template-columns: 1fr; }
  .wj-service-panel { min-height: 520px; }
  .wj-delivery-grid,
  .wj-faq-grid { grid-template-columns: 1fr; gap: 58px; }
  .wj-principles { gap: 10px; }
  .wj-final-grid { grid-template-columns: 1fr; gap: 60px; }
  .wj-footer-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .wj-footer-contact { justify-self: end; }
  .wj-footer nav { display: none; }
}

@media (max-width: 700px) {
  .weijie-unified-page { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .wj-section { padding: 92px 0; }
  .wj-header { min-height: 74px; gap: 10px; }
  .wj-brand { width: 126px; height: 44px; }
  .wj-brand img { width: 122px; }
  .wj-menu-toggle { min-width: 44px; justify-content: center; padding: 0 4px; }
  .wj-header-actions { gap: 6px; }
  .wj-menu-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .wj-header-cta { min-height: 40px; padding: 0 12px; font-size: 11px; }
  .wj-header-cta svg { display: none; }
  .wj-nav { top: 68px; }
  .wj-home-hero { min-height: 900px; }
  .wj-home-hero-grid { min-height: 700px; padding: 66px 0 82px; }
  .wj-home-copy h1 { margin-top: 27px; font-size: clamp(48px, 14.2vw, 64px); line-height: 1.02; letter-spacing: -.062em; }
  .wj-home-lede { margin-top: 28px; font-size: 14px; line-height: 1.85; }
  .wj-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .wj-button,
  .wj-text-link { width: 100%; justify-content: space-between; }
  .wj-text-link { padding: 0 2px; }
  .wj-hero-orbit { right: -50%; top: 318px; width: 430px; opacity: .25; }
  .wj-hero-proof { min-height: auto; grid-template-columns: 1fr; gap: 20px; padding-bottom: 42px; }
  .wj-hero-proof div { gap: 5px; }
  .wj-section-heading h2 { font-size: 42px; }
  .wj-section-heading > p:last-child,
  .wj-section-heading-split > p { margin-top: 24px; }
  .wj-stage-list { margin-top: 52px; }
  .wj-stage-list article { min-height: auto; grid-template-columns: 36px 1fr; gap: 12px; padding: 25px 0; }
  .wj-stage-list article > strong { grid-column: 2; }
  .wj-stage-list h3 { font-size: 20px; }
  .wj-service-grid { margin-top: 48px; }
  .wj-service-panel { min-height: 500px; padding: 24px; }
  .wj-service-top b { font-size: 10px; }
  .wj-service-panel > p:not(.wj-service-description) { margin-top: 68px; }
  .wj-service-panel h3 { font-size: 39px; }
  .wj-service-description { font-size: 13px; }
  .wj-service-panel ul { display: grid; grid-template-columns: 1fr 1fr; }
  .wj-path { grid-template-columns: 1fr; margin-top: 50px; }
  .wj-path::before { left: 5px; right: auto; top: 8px; bottom: 56px; width: 1px; height: auto; }
  .wj-path article { min-height: 150px; padding: 0 0 0 38px; }
  .wj-path article > span { position: absolute; right: 0; top: 0; }
  .wj-path article > i { position: absolute; left: 0; top: 4px; width: 11px; height: 11px; margin: 0; }
  .wj-path h3 { margin: 0; font-size: 20px; }
  .wj-path p { max-width: 270px; }
  .wj-path-signal { display: none; }
  .wj-delivery-list li { grid-template-columns: 42px 1fr; gap: 12px; }
  .wj-principles { grid-template-columns: 1fr; margin-top: 46px; }
  .wj-faq-list summary { grid-template-columns: 32px minmax(0,1fr) 18px; min-height: 86px; }
  .wj-faq-list summary strong { font-size: 14px; }
  .wj-faq-list .faq-answer { padding: 0 18px 24px 32px; }
  .wj-final-cta { padding: 92px 0; }
  .wj-final-grid h2 { font-size: 45px; }
  .wj-final-phone { font-size: 37px; }
  .wj-footer-grid { min-height: 236px; grid-template-columns: 1fr; gap: 34px; align-content: center; }
  .wj-footer-contact { justify-self: start; }
  .wj-footer-legal { min-height: 100px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 12px; }
  .wj-footer-legal > div { align-items: flex-start; flex-direction: column; gap: 9px; }
}

@media (max-width: 370px) {
  .wj-brand { width: 108px; }
  .wj-brand img { width: 108px; }
  .wj-home-copy h1 { font-size: 45px; }
  .wj-section-heading h2,
  .wj-final-grid h2 { font-size: 38px; }
  .wj-header-cta { padding: 0 9px; }
}

/* ─── SERVICE / COMPANY PAGES ───────────────────────────────── */
.wj-page {
  color: #f5f8f7;
  background: #04070a;
}
.wj-shell { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }
.wj-skip-link {
  position: fixed;
  z-index: 99999;
  left: 16px;
  top: 0;
  padding: 12px 16px;
  color: #fff;
  background: var(--signal);
  transform: translateY(-110%);
  transition: transform .18s ease;
}
.wj-skip-link:focus { top: 16px; transform: translateY(0); }
.wj-page__main,
.wj-page > .wj-header,
.wj-page > .wj-footer { position: relative; z-index: 1; }
.wj-page > .wj-header { z-index: 50; min-height: 86px; }
.wj-page > .wj-header:not(.site-shell) { display: block; width: 100%; }
.wj-header__inner {
  position: relative;
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}
.wj-header__action {
  justify-self: end;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  color: #fff;
  background: var(--signal);
  font-size: 12px;
  font-weight: 750;
}
.wj-page .wj-header .wj-menu-toggle { grid-column: 2; grid-row: 1; }
.wj-page .wj-header .wj-nav { z-index: 60; grid-column: 2; grid-row: 1; }
.wj-page .wj-header .wj-header__action { grid-column: 3; grid-row: 1; }

.wj-page .wj-hero {
  position: relative;
  z-index: 1;
  min-height: 710px;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(320px,.92fr);
  gap: 78px;
  align-items: center;
  padding-block: 80px 100px;
}
.wj-page .wj-hero--text,
.wj-page .wj-hero--legal { grid-template-columns: 1fr; min-height: 570px; }
.wj-hero__content { max-width: 820px; }
.wj-kicker {
  margin: 0;
  color: rgba(226,235,232,.58);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: .08em;
}
.wj-kicker::before { content: ''; width: 22px; height: 1px; display: inline-block; margin: 0 10px 3px 0; background: var(--signal); box-shadow: 0 0 10px rgba(4,85,253,.5); }
.wj-hero__content h1,
.wj-article__header h1,
.wj-error__content h1 {
  margin: 30px 0 0;
  color: #f7faf9;
  font-size: clamp(56px, 6.4vw, 88px);
  line-height: 1.01;
  letter-spacing: -.068em;
}
.wj-hero__lead {
  max-width: 680px;
  margin: 34px 0 0;
  color: rgba(226,234,232,.68);
  font-size: 15px;
  line-height: 1.92;
}
.wj-page .wj-button--primary { color: #fff; background: var(--signal); }
.wj-page .wj-button--quiet { color: #f6faf8; background: rgba(255,255,255,.055); box-shadow: inset 0 0 0 1px rgba(255,255,255,.17); }

.wj-hero__visual { position: relative; justify-self: end; width: min(40vw, 500px); aspect-ratio: 1; }
.wj-network { border-radius: 50%; background: radial-gradient(circle, rgba(27,73,155,.2), transparent 66%); }
.wj-network__core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, rgba(44,103,202,.72), rgba(5,13,31,.96) 68%);
  box-shadow: 0 0 0 1px rgba(139,184,255,.25), 0 0 54px rgba(63,126,235,.24);
  transform: translate(-50%,-50%);
  font-size: 15px;
  font-weight: 700;
}
.wj-network__orbit { position: absolute; left: 10%; right: 10%; top: 35%; bottom: 35%; border: 1px solid rgba(118,165,255,.2); border-radius: 50%; transform: rotate(-16deg); }
.wj-network__orbit--two { left: 4%; right: 4%; top: 42%; bottom: 42%; border-color: rgba(4,85,253,.15); transform: rotate(44deg); }
.wj-network__node {
  position: absolute;
  z-index: 4;
  min-width: 62px;
  min-height: 34px;
  display: grid;
  place-items: center;
  color: rgba(244,248,247,.82);
  background: rgba(5,13,17,.72);
  box-shadow: inset 0 0 0 1px rgba(116,162,252,.18);
  font-size: 11px;
}
.wj-network__node--one { left: 5%; top: 31%; }
.wj-network__node--two { right: 2%; top: 24%; }
.wj-network__node--three { right: 12%; bottom: 18%; }

.wj-site-map { display: grid; place-items: center; }
.wj-site-map::before,
.wj-site-map::after { content: ''; position: absolute; inset: 8%; border: 1px solid rgba(116,162,252,.18); border-radius: 50%; }
.wj-site-map::after { inset: 18%; border-color: rgba(4,85,253,.13); }
.wj-site-map__screen {
  position: relative;
  z-index: 3;
  width: 64%;
  height: 48%;
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 22px;
  background: rgba(5,15,19,.85);
  box-shadow: inset 0 0 0 1px rgba(118,165,255,.24), 0 0 50px rgba(48,110,212,.13);
}
.wj-site-map__screen i { height: 8px; display: block; background: linear-gradient(90deg, var(--signal) 0 18%, rgba(94,150,255,.28) 18% 72%, transparent 72%); }
.wj-site-map__screen i:nth-child(2) { width: 82%; }
.wj-site-map__screen i:nth-child(3) { width: 64%; }
.wj-site-map__signal { position: absolute; z-index: 4; width: 8px; height: 8px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 16px rgba(4,85,253,.6); }
.wj-site-map__signal--one { left: 10%; top: 38%; }
.wj-site-map__signal--two { right: 12%; top: 26%; }
.wj-site-map__signal--three { right: 22%; bottom: 15%; }

.wj-page .wj-section { padding-block: 118px; }
.wj-section--tint { background: linear-gradient(180deg, rgba(7,15,18,.62), rgba(4,9,12,.5)); }
.wj-section--compact { padding-top: 48px !important; padding-bottom: 98px !important; }
.wj-section__intro { max-width: 820px; }
.wj-section__intro h2,
.wj-cta h2,
.wj-contact-card h2 {
  margin: 24px 0 0;
  color: #f7faf9;
  font-size: clamp(42px, 4.8vw, 66px);
  line-height: 1.08;
  letter-spacing: -.058em;
}
.wj-section__intro > p:last-child { max-width: 650px; margin: 25px 0 0; color: rgba(225,233,231,.62); font-size: 14px; line-height: 1.85; }
.wj-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.wj-split--statement .wj-prose { max-width: 680px; }

.wj-capability-list { margin: 72px 0 0; padding: 0; list-style: none; }
.wj-capability {
  min-height: 122px;
  display: grid;
  grid-template-columns: 74px minmax(230px,.72fr) minmax(0,1.28fr);
  gap: 28px;
  align-items: center;
  border-top: 1px solid rgba(219,231,228,.12);
}
.wj-capability:last-child { border-bottom: 1px solid rgba(219,231,228,.12); }
.wj-capability__number { color: var(--signal); font-size: 11px; font-weight: 750; letter-spacing: .1em; }
.wj-capability h3 { margin: 0; font-size: 21px; }
.wj-capability p { margin: 0; color: rgba(225,233,231,.6); font-size: 13px; line-height: 1.8; }

.wj-check-list { margin: 0; padding: 0; list-style: none; }
.wj-check-list li { position: relative; min-height: 66px; display: flex; align-items: center; padding: 13px 0 13px 32px; border-bottom: 1px solid rgba(219,231,228,.12); color: rgba(239,245,243,.77); font-size: 14px; line-height: 1.7; }
.wj-check-list li:first-child { border-top: 1px solid rgba(219,231,228,.12); }
.wj-check-list li::before { content: ''; position: absolute; left: 2px; width: 8px; height: 8px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 14px rgba(4,85,253,.34); }

.wj-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 66px 0 0; padding: 0; list-style: none; }
.wj-process__item { min-height: 260px; padding: 28px; background: rgba(7,17,38,.58); box-shadow: inset 0 0 0 1px rgba(118,165,255,.1); }
.wj-process__item > span { color: var(--signal); font-size: 11px; font-weight: 750; letter-spacing: .1em; }
.wj-process__item h3 { margin: 72px 0 0; font-size: 23px; }
.wj-process__item p { margin: 15px 0 0; color: rgba(225,233,231,.58); font-size: 13px; line-height: 1.8; }
.wj-notice { padding: 32px 36px; color: rgba(230,238,236,.76); background: rgba(35,57,35,.28); box-shadow: inset 3px 0 0 var(--signal); }
.wj-notice h2 { margin: 0; color: #f5f8f7; font-size: 20px; }
.wj-notice p { margin: 14px 0 0; font-size: 13px; line-height: 1.85; }

.wj-cta { position: relative; z-index: 1; padding: 108px 0; background: linear-gradient(125deg, rgba(6,15,35,.96), rgba(12,35,88,.78) 64%, rgba(15,42,100,.42)); }
.wj-cta__inner { display: grid; grid-template-columns: 1.08fr .92fr; gap: 96px; align-items: end; }
.wj-cta__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

.wj-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.wj-contact-card { min-height: 430px; display: flex; flex-direction: column; padding: 34px; background: rgba(6,15,35,.7); box-shadow: inset 0 0 0 1px rgba(118,165,255,.11); }
.wj-contact-card--brief { background: linear-gradient(145deg, rgba(24,48,46,.78), rgba(12,25,28,.78)); }
.wj-contact-card h2 { font-size: clamp(34px, 4vw, 52px); }
.wj-contact-card > p:not(.wj-kicker) { max-width: 520px; margin: 22px 0 0; color: rgba(225,233,231,.6); font-size: 13px; line-height: 1.8; }
.wj-contact-card .wj-actions,
.wj-contact-card > .wj-button { margin-top: auto; align-self: flex-start; }

.wj-prose { color: rgba(226,234,232,.7); font-size: 15px; line-height: 1.95; }
.wj-prose p { margin: 0 0 20px; }
.wj-legal { max-width: 900px; padding-top: 20px !important; }
.wj-legal__section { padding: 34px 0; border-top: 1px solid rgba(219,231,228,.12); }
.wj-legal__section:last-child { border-bottom: 1px solid rgba(219,231,228,.12); }
.wj-legal__section h2 { margin: 0; color: #f5f8f7; font-size: 22px; }
.wj-legal__section p { margin: 16px 0 0; color: rgba(226,234,232,.68); font-size: 14px; line-height: 1.95; }
.wj-legal__section a { color: var(--signal); }

.wj-article { padding: 100px 0 140px; }
.wj-article__header { max-width: 900px; }
.wj-article__content { max-width: 900px; margin-top: 58px; }
.wj-article__content h2 { margin: 52px 0 18px; color: #f6faf8; font-size: 30px; }
.wj-article__content h3 { margin: 38px 0 14px; color: #f6faf8; font-size: 22px; }
.wj-article__content a { color: var(--signal); text-decoration: underline; text-underline-offset: 3px; }

.wj-error { min-height: 720px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.wj-error__code { margin: 0; color: transparent; font: 800 clamp(120px, 20vw, 300px)/.8 Arial, sans-serif; letter-spacing: -.08em; -webkit-text-stroke: 1px rgba(4,85,253,.28); }
.wj-error__content > p:not(.wj-kicker) { margin: 26px 0 0; color: rgba(226,234,232,.64); font-size: 14px; line-height: 1.85; }

.wj-page .wj-footer__inner { min-height: 138px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 42px; align-items: center; }
.wj-footer__brand { display: grid; gap: 7px; }
.wj-footer__brand strong { color: #f5f8f7; font-size: 18px; }
.wj-footer__brand span { color: rgba(225,233,231,.45); font-size: 10px; }
.wj-footer__nav { display: flex !important; flex-direction: row; gap: 24px !important; }
.wj-footer__nav a { color: rgba(240,246,244,.65); font-size: 11px; }
.wj-footer__legal { justify-self: end; margin: 0; color: rgba(225,233,231,.4); font-size: 10px; }

@media (hover: hover) and (pointer: fine) {
  .wj-page .wj-button--primary:hover,
  .wj-header__action:hover { background: #2f73ff; }
  .wj-page .wj-button--quiet:hover { box-shadow: inset 0 0 0 1px rgba(4,85,253,.5); }
  .wj-capability:hover h3,
  .wj-footer__nav a:hover { color: var(--signal); }
}

@media (max-width: 920px) {
  .wj-shell { width: min(calc(100% - 48px), 1220px); }
  .wj-header__inner { grid-template-columns: 1fr auto auto; }
  .wj-page .wj-header .wj-menu-toggle { display: inline-flex; }
  .wj-page .wj-header .wj-nav { grid-column: auto; grid-row: auto; }
  .wj-page .wj-header .wj-header__action { grid-column: auto; grid-row: auto; }
  .wj-page .wj-hero { grid-template-columns: 1fr; min-height: 670px; padding-top: 110px; }
  .wj-hero__visual { position: absolute; right: -13%; top: 160px; width: 460px; opacity: .32; }
  .wj-hero__content { position: relative; z-index: 4; }
  .wj-split { grid-template-columns: 1fr; gap: 48px; }
  .wj-capability { grid-template-columns: 56px minmax(210px,.75fr) minmax(0,1.25fr); }
  .wj-cta__inner { grid-template-columns: 1fr; gap: 48px; }
  .wj-cta__actions { justify-content: flex-start; }
  .wj-contact-grid { grid-template-columns: 1fr; }
  .wj-page .wj-footer__inner { grid-template-columns: 1fr 1fr; }
  .wj-footer__nav { display: none !important; }
}

@media (max-width: 700px) {
  .wj-page { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .wj-shell { width: min(calc(100% - 32px), 1220px); }
  .wj-page > .wj-header,
  .wj-header__inner { min-height: 74px; }
  .wj-page .wj-header .wj-nav { top: 68px; }
  .wj-header__action { min-height: 40px; padding: 0 11px; font-size: 11px; }
  .wj-header__action span { display: none; }
  .wj-page .wj-hero { min-height: 670px; padding: 74px 0 82px; }
  .wj-page .wj-hero--text,
  .wj-page .wj-hero--legal { min-height: 520px; }
  .wj-page .wj-hero__content h1,
  .wj-article__header h1,
  .wj-error__content h1 { font-size: 42px; }
  .wj-hero__lead { font-size: 14px; }
  .wj-hero__visual { right: -48%; top: 240px; width: 410px; opacity: .2; }
  .wj-page .wj-section { padding-block: 86px; }
  .wj-section__intro h2,
  .wj-cta h2 { font-size: 40px; }
  .wj-capability-list { margin-top: 48px; }
  .wj-capability { min-height: auto; grid-template-columns: 36px 1fr; gap: 12px; padding: 24px 0; }
  .wj-capability p { grid-column: 2; }
  .wj-process { grid-template-columns: 1fr; margin-top: 48px; }
  .wj-process__item { min-height: 210px; }
  .wj-process__item h3 { margin-top: 54px; }
  .wj-notice { padding: 27px 24px; }
  .wj-cta { padding: 84px 0; }
  .wj-cta__actions { align-items: stretch; flex-direction: column; }
  .wj-contact-card { min-height: 390px; padding: 25px; }
  .wj-contact-card h2 { font-size: 34px; }
  .wj-error { min-height: 690px; grid-template-columns: 1fr; gap: 16px; align-content: center; }
  .wj-error__code { font-size: 130px; }
  .wj-page .wj-footer__inner { min-height: 170px; grid-template-columns: 1fr; gap: 24px; align-content: center; }
  .wj-footer__legal { justify-self: start; }
}

@media (max-width: 370px) {
  .wj-page .wj-hero__content h1,
  .wj-article__header h1,
  .wj-error__content h1 { font-size: 38px; }
}

/* Use the verified particle globe as the only hero visual. */
.wj-home-hero-grid,
.wj-page .wj-hero { grid-template-columns: 1fr; }
.wj-home-copy { width: min(860px, 67%); }
.wj-page .wj-hero__content { width: min(980px, 78%); max-width: 980px; }
.wj-hero-orbit,
.wj-page .wj-hero__visual { display: none; }

@media (max-width: 920px) {
  .wj-home-copy,
  .wj-page .wj-hero__content { width: min(760px, 78%); }
}

@media (max-width: 700px) {
  .wj-home-copy,
  .wj-page .wj-hero__content { width: 100%; }
}
