.page-weifang {
  --wf-bg: #071016;
  --wf-panel: #0d1921;
  --wf-panel-2: #111f28;
  --wf-paper: #eef1ef;
  --wf-ink: #102029;
  --wf-muted: #667780;
  --wf-cyan: #28d9eb;
  --wf-cyan-deep: #087b8a;
  --wf-amber: #ff9f32;
  --wf-line: rgba(40, 217, 235, .2);
  --wf-metal: #b9c3c7;
  background: var(--wf-paper);
  color: var(--wf-ink);
}

.page-weifang .city-eyebrow { color: var(--wf-cyan-deep); }
.page-weifang .city-eyebrow::before { width: 24px; }

.wf-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 38%, rgba(40, 217, 235, .12), transparent 30%),
    linear-gradient(135deg, #050b0f 0%, #08141b 56%, #0b1a22 100%);
  color: #eef8fa;
}

.wf-hero::before,
.wf-story::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(40, 217, 235, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 217, 235, .04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.wf-scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background: repeating-linear-gradient(to bottom, transparent 0 4px, rgba(255,255,255,.025) 5px 6px);
}

.wf-hero .city-shell { position: relative; z-index: 1; }
.wf-hero .city-crumb { color: #7e929c; }
.wf-hero .city-crumb strong { color: #c7d3d7; }
.wf-hero .city-crumb i { color: #465861; }

.wf-hero-board {
  position: relative;
  min-height: 630px;
  border: 1px solid rgba(40, 217, 235, .2);
  border-radius: 8px 8px 42px 8px;
  background: #081117;
  box-shadow: 0 36px 100px rgba(0, 0, 0, .42), inset 0 0 0 1px rgba(255,255,255,.02);
}

.wf-hero-board::before,
.wf-hero-board::after {
  position: absolute;
  z-index: 4;
  width: 10px;
  height: 10px;
  border: 2px solid var(--wf-amber);
  content: "";
}

.wf-hero-board::before { top: 18px; left: 18px; border-right: 0; border-bottom: 0; }
.wf-hero-board::after { right: 18px; bottom: 18px; border-top: 0; border-left: 0; }

.wf-hero-image {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border-radius: inherit;
}

.wf-hero-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #071016 0%, rgba(7,16,22,.98) 34%, rgba(7,16,22,.42) 58%, rgba(7,16,22,.08) 100%);
}

.wf-hero-image picture,
.wf-hero-image img { display: block; width: 100%; height: 100%; }
.wf-hero-image img { object-fit: cover; }

.wf-hero-copy {
  position: relative;
  z-index: 3;
  width: 55%;
  padding: 74px 0 136px 68px;
}

.wf-hero-copy .city-eyebrow { color: var(--wf-cyan); }
.wf-hero-copy h1 {
  max-width: 650px;
  margin: 0;
  color: #f5fafb;
  font-size: 58px;
  line-height: 1.06;
  letter-spacing: -.055em;
}

.wf-hero-copy h1 span { display: block; color: var(--wf-cyan); }
.wf-hero-lead { max-width: 590px; margin: 25px 0 0; color: #a7b7be; font-size: 17px; line-height: 1.86; }
.wf-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.wf-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid rgba(255,255,255,.18);
  color: #dfe9eb;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color .25s ease, background .25s ease, color .25s ease;
}
.wf-hero-actions a:first-child { border-color: var(--wf-cyan); background: var(--wf-cyan); color: #061217; }
.wf-hero-actions a:hover { border-color: var(--wf-amber); }
.wf-hero-actions i { font-style: normal; }

.wf-hero-proof { display: flex; gap: 0; margin: 34px 0 0; padding: 0; list-style: none; }
.wf-hero-proof li { min-width: 120px; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.13); }
.wf-hero-proof li:first-child { padding-left: 0; border-left: 0; }
.wf-hero-proof b { display: block; color: #fff; font-size: 26px; }
.wf-hero-proof span { color: #738892; font-size: 12px; }

.wf-process-rail {
  position: absolute;
  z-index: 4;
  right: 32px;
  bottom: 38px;
  left: 32px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.wf-process-rail::before {
  position: absolute;
  top: 9px;
  right: 5%;
  left: 5%;
  height: 1px;
  background: linear-gradient(90deg, var(--wf-amber), var(--wf-cyan) 24%, rgba(40,217,235,.28));
  content: "";
}

.wf-process-rail li { position: relative; display: grid; justify-items: center; gap: 9px; color: #72858e; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.wf-process-rail em { position: relative; z-index: 1; display: grid; place-items: center; width: 19px; height: 19px; border: 1px solid var(--wf-cyan-deep); border-radius: 50%; background: #091219; color: transparent; font-size: 0; }
.wf-process-rail em::after { width: 5px; height: 5px; border-radius: 50%; background: var(--wf-cyan); content: ""; box-shadow: 0 0 13px var(--wf-cyan); }
.wf-process-rail .is-active em { border-color: var(--wf-amber); }
.wf-process-rail .is-active em::after { background: var(--wf-amber); box-shadow: 0 0 13px var(--wf-amber); }
.wf-process-rail .is-active span { color: #fff; }

.wf-board-note {
  position: absolute;
  z-index: 4;
  top: 22px;
  right: 22px;
  display: grid;
  grid-template-columns: auto auto 8px;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(6,14,19,.74);
  backdrop-filter: blur(12px);
}
.wf-board-note span { color: #70858e; font-size: 9px; letter-spacing: .16em; }
.wf-board-note b { color: #c8d4d8; font-size: 11px; }
.wf-board-note i { width: 7px; height: 7px; border-radius: 50%; background: var(--wf-amber); box-shadow: 0 0 15px var(--wf-amber); }

.wf-opening-ad { background: #dde3e3; }

.wf-story {
  position: relative;
  padding: 118px 0;
  background: #e9edeb;
}

.wf-story::before { opacity: .25; mask-image: none; }
.wf-story-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 42px; align-items: start; }

.wf-sticky-index {
  position: sticky;
  top: 118px;
  padding: 30px;
  border-top: 4px solid var(--wf-amber);
  background: var(--wf-bg);
  color: #edf6f8;
  box-shadow: 0 28px 70px rgba(14, 28, 34, .18);
}
.wf-sticky-index > p { margin: 0 0 13px; color: var(--wf-cyan); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.wf-sticky-index h2 { margin: 0 0 30px; font-size: 29px; line-height: 1.18; letter-spacing: -.04em; }
.wf-sticky-index nav { display: grid; }
.wf-sticky-index a { position: relative; display: grid; grid-template-columns: 12px 1fr; align-items: center; gap: 11px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.1); color: #82969e; font-size: 13px; text-decoration: none; }
.wf-sticky-index a:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.wf-sticky-index a i { display: block; width: 7px; height: 7px; border: 1px solid #49616b; border-radius: 50%; }
.wf-sticky-index a b { margin-right: 7px; color: #536a74; font-size: 10px; }
.wf-sticky-index a.is-current { color: #fff; }
.wf-sticky-index a.is-current i { border-color: var(--wf-amber); background: var(--wf-amber); box-shadow: 0 0 13px rgba(255,159,50,.8); }
.wf-sticky-index a.is-current b { color: var(--wf-amber); }
.wf-sticky-index small { display: block; margin-top: 24px; color: #687b83; font-size: 11px; line-height: 1.7; }

.wf-story-stream { display: grid; gap: 34px; min-width: 0; }
.wf-story-card { position: relative; overflow: hidden; padding: 54px; border: 1px solid rgba(16,32,41,.12); background: #f8faf8; box-shadow: 0 22px 70px rgba(19,35,42,.08); }
.wf-story-card::before { position: absolute; top: 0; right: 0; width: 120px; height: 2px; background: var(--wf-cyan-deep); content: ""; }
.wf-story-card > header { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 44px; padding-bottom: 16px; border-bottom: 1px solid rgba(16,32,41,.13); }
.wf-story-card > header span { color: var(--wf-cyan-deep); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.wf-story-card > header strong { color: #728087; font-size: 12px; }
.wf-card-copy h2,
.wf-platform-heading h2 { margin: 0; font-size: 45px; line-height: 1.1; letter-spacing: -.052em; }
.wf-card-copy > p:last-child { margin: 23px 0 0; color: var(--wf-muted); font-size: 16px; line-height: 1.92; }

.wf-baseline-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 38px; background: rgba(16,32,41,.12); border: 1px solid rgba(16,32,41,.12); }
.wf-baseline-grid section { min-height: 172px; padding: 27px; background: #fff; }
.wf-baseline-grid b { color: var(--wf-ink); font-size: 18px; }
.wf-baseline-grid p { margin: 28px 0 0; color: var(--wf-muted); font-size: 14px; line-height: 1.8; }
.wf-source-note { display: grid; grid-template-columns: 10px 1fr; gap: 15px; margin-top: 32px; padding: 24px; background: #0a171e; color: #9badb4; }
.wf-source-note i { width: 7px; height: 7px; margin-top: 8px; border-radius: 50%; background: var(--wf-amber); box-shadow: 0 0 14px rgba(255,159,50,.72); }
.wf-source-note p { margin: 0; font-size: 13px; line-height: 1.82; }

.wf-media-card figure { position: relative; margin: 0 0 44px; overflow: hidden; background: #071016; }
.wf-media-card figure img,
.wf-growth-card figure img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.wf-media-card figcaption,
.wf-growth-card figcaption { position: absolute; right: 15px; bottom: 15px; padding: 8px 11px; background: rgba(5,12,16,.78); color: #9ab0b8; font-size: 9px; letter-spacing: .14em; backdrop-filter: blur(10px); }

.wf-checkline { display: grid; gap: 0; margin: 38px 0 0; padding: 0; border-top: 1px solid rgba(16,32,41,.14); list-style: none; }
.wf-checkline li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid rgba(16,32,41,.14); }
.wf-checkline em { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--wf-cyan-deep); color: var(--wf-cyan-deep); font-size: 12px; font-style: normal; font-weight: 900; }
.wf-checkline b { font-size: 17px; }
.wf-checkline p { margin: 6px 0 0; color: var(--wf-muted); font-size: 13px; line-height: 1.72; }
.wf-text-link { display: inline-flex; align-items: center; gap: 22px; margin-top: 30px; padding-bottom: 7px; border-bottom: 1px solid var(--wf-cyan-deep); color: var(--wf-ink); font-size: 13px; font-weight: 900; text-decoration: none; }
.wf-text-link i { color: var(--wf-cyan-deep); font-style: normal; }

.wf-story-card.is-inverted { border-color: rgba(40,217,235,.18); background: var(--wf-panel); color: #edf6f8; }
.wf-story-card.is-inverted > header { border-color: rgba(255,255,255,.11); }
.wf-story-card.is-inverted > header strong { color: #78909a; }
.wf-story-card.is-inverted .city-eyebrow { color: var(--wf-cyan); }
.wf-story-card.is-inverted .wf-card-copy > p:last-child { color: #9babb1; }
.wf-flow-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 38px; background: rgba(40,217,235,.18); border: 1px solid rgba(40,217,235,.18); }
.wf-flow-track div { position: relative; min-height: 142px; padding: 25px; background: #0a161d; }
.wf-flow-track i { display: block; width: 8px; height: 8px; margin-bottom: 22px; border-radius: 50%; background: var(--wf-cyan); box-shadow: 0 0 13px rgba(40,217,235,.7); }
.wf-flow-track b { display: block; color: #eef7f9; font-size: 16px; }
.wf-flow-track span { display: block; margin-top: 7px; color: #667b84; font-size: 11px; }
.wf-ledger-callout { margin-top: 28px; padding: 28px; border-left: 3px solid var(--wf-amber); background: rgba(255,255,255,.035); }
.wf-ledger-callout b { color: var(--wf-amber); font-size: 13px; }
.wf-ledger-callout p { margin: 10px 0 17px; color: #98a9b0; font-size: 13px; line-height: 1.8; }
.wf-ledger-callout a { color: #fff; font-size: 12px; font-weight: 900; }

.wf-service-switch { display: flex; gap: 0; margin-top: 36px; border-bottom: 1px solid rgba(16,32,41,.15); }
.wf-service-switch button { min-width: 150px; padding: 14px 22px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: #7b8a91; cursor: pointer; font: inherit; font-size: 13px; font-weight: 900; }
.wf-service-switch button[aria-selected="true"] { border-bottom-color: var(--wf-amber); color: var(--wf-ink); }
.wf-service-panel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 22px; background: rgba(16,32,41,.13); border: 1px solid rgba(16,32,41,.13); }
.wf-service-panel[hidden] { display: none; }
.wf-service-panel a { display: grid; grid-template-columns: 36px 1fr auto; gap: 14px; align-items: start; min-height: 174px; padding: 25px; background: #fff; text-decoration: none; }
.wf-service-panel em { color: var(--wf-amber); font-size: 10px; font-style: normal; font-weight: 900; }
.wf-service-panel b { display: block; font-size: 17px; }
.wf-service-panel small { display: block; margin-top: 26px; color: var(--wf-muted); font-size: 12px; line-height: 1.72; }
.wf-service-panel a > i { color: var(--wf-cyan-deep); font-style: normal; }

.wf-platform-card { background: #f3f6f5; }
.wf-platform-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 46px; align-items: end; }
.wf-platform-heading > p { margin: 0; color: var(--wf-muted); font-size: 14px; line-height: 1.83; }
.wf-platform-heading > p b { color: var(--wf-ink); overflow-wrap: anywhere; }
.wf-platform-shot { margin: 38px 0 0; padding: 14px; border: 1px solid rgba(16,32,41,.15); background: #dfe5e4; }
.wf-platform-shot img { display: block; width: 100%; height: auto; }
.wf-workspaces { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 22px; background: rgba(16,32,41,.13); border: 1px solid rgba(16,32,41,.13); }
.wf-workspaces section { min-height: 188px; padding: 23px; background: #fff; }
.wf-workspaces em { color: var(--wf-cyan-deep); font-size: 10px; font-style: normal; font-weight: 900; }
.wf-workspaces b { display: block; margin-top: 32px; font-size: 17px; }
.wf-workspaces p { margin: 10px 0 0; color: var(--wf-muted); font-size: 12px; line-height: 1.7; }

.wf-growth-card figure { position: relative; margin: 0 0 42px; overflow: hidden; }
.wf-signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 36px; }
.wf-signal-grid div { position: relative; padding: 25px 21px; border-top: 1px solid rgba(16,32,41,.15); border-right: 1px solid rgba(16,32,41,.15); }
.wf-signal-grid div:last-child { border-right: 0; }
.wf-signal-grid i { display: block; width: 7px; height: 7px; margin-bottom: 26px; border-radius: 50%; background: var(--wf-cyan-deep); }
.wf-signal-grid b { font-size: 15px; }
.wf-signal-grid p { margin: 9px 0 0; color: var(--wf-muted); font-size: 12px; line-height: 1.7; }
.wf-growth-links { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.wf-growth-links a { padding: 14px 18px; border: 1px solid rgba(16,32,41,.2); font-size: 12px; font-weight: 900; text-decoration: none; }

.wf-articles { background: #101c23; color: #eff7f8; }
.wf-articles::before { position: absolute; inset: 0; pointer-events: none; content: ""; background: radial-gradient(circle at 12% 10%, rgba(40,217,235,.1), transparent 30%); }
.wf-articles .city-shell { position: relative; }
.wf-articles .city-eyebrow { color: var(--wf-cyan); }
.wf-articles h2 { font-size: 47px; }
.wf-articles .city-section-copy { color: #879aa2; }
.wf-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(40,217,235,.18); border: 1px solid rgba(40,217,235,.18); }
.wf-article-card { position: relative; min-height: 290px; padding: 30px; background: #0b171e; color: #edf6f8; text-decoration: none; transition: background .25s ease, transform .25s ease; }
.wf-article-card:hover { z-index: 1; background: #12242c; transform: translateY(-4px); }
.wf-article-card.is-wide { grid-column: span 2; background: #13232b; }
.wf-article-card span { color: var(--wf-cyan); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.wf-article-card h3 { max-width: 620px; margin: 52px 0 0; font-size: 23px; line-height: 1.48; }
.wf-article-card p { max-width: 590px; margin: 17px 0 0; color: #7f939c; font-size: 13px; line-height: 1.75; }
.wf-article-card > i { position: absolute; right: 24px; bottom: 20px; color: #314951; font-size: 50px; font-style: normal; font-weight: 900; line-height: 1; }

.wf-faq { background: #f6f8f6; }
.wf-faq-layout { display: grid; grid-template-columns: 360px 1fr; gap: 80px; }
.wf-faq-intro { position: sticky; top: 120px; align-self: start; }
.wf-faq-intro h2 { font-size: 45px; }
.wf-faq-intro > p:last-child { margin: 23px 0 0; color: var(--wf-muted); line-height: 1.85; }
.wf-faq-list details { border-color: rgba(16,32,41,.17); }
.wf-faq-list summary { display: grid; grid-template-columns: 42px 1fr 30px; align-items: start; gap: 14px; padding: 28px 0; font-size: 18px; line-height: 1.55; }
.wf-faq-list summary i { color: var(--wf-cyan-deep); font-size: 10px; font-style: normal; }
.wf-faq-list summary span { min-width: 0; overflow-wrap: anywhere; }
.wf-faq-list summary b { color: var(--wf-amber); font-size: 22px; font-weight: 500; text-align: right; transition: transform .2s ease; }
.wf-faq-list details[open] summary b { transform: none; font-size: 0; }
.wf-faq-list details[open] summary b::after { content: "×"; font-size: 22px; }
.wf-faq-list details p { margin: -5px 44px 27px 56px; color: var(--wf-muted); font-size: 14px; }

.wf-closing-ad { background: #081117; }
.wf-final { position: relative; overflow: hidden; background: #071016; }
.wf-final::before { position: absolute; inset: 0; content: ""; opacity: .34; background-image: linear-gradient(rgba(40,217,235,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(40,217,235,.08) 1px, transparent 1px); background-size: 34px 34px; }
.wf-final-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 48px; align-items: center; }
.wf-final small { color: var(--wf-cyan); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.wf-final h2 { margin: 13px 0 0; font-size: 38px; line-height: 1.16; letter-spacing: -.045em; }
.wf-final p { margin: 0; color: #8fa1a8; font-size: 13px; line-height: 1.8; }
.wf-final a { display: inline-flex; align-items: center; gap: 14px; min-height: 48px; padding: 0 18px; border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 12px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.wf-final i { color: var(--wf-amber); font-style: normal; }

@media (max-width: 1080px) {
  .wf-hero-copy { width: 64%; padding-left: 48px; }
  .wf-hero-copy h1 { font-size: 52px; }
  .wf-story-layout { grid-template-columns: 250px minmax(0, 1fr); gap: 28px; }
  .wf-story-card { padding: 42px; }
  .wf-platform-heading { grid-template-columns: 1fr; }
  .wf-workspaces { grid-template-columns: repeat(2, 1fr); }
  .wf-service-panel { grid-template-columns: 1fr; }
  .wf-service-panel a { min-height: 130px; }
  .wf-signal-grid { grid-template-columns: repeat(2, 1fr); }
  .wf-faq-layout { grid-template-columns: 300px 1fr; gap: 48px; }
  .wf-final-grid { grid-template-columns: 1fr 1fr; }
  .wf-final-grid a { justify-self: start; }
}

@media (max-width: 820px) {
  .wf-hero { min-height: auto; }
  .wf-hero-board { min-height: 760px; }
  .wf-hero-copy { width: 78%; padding: 58px 36px 160px; }
  .wf-hero-image::after { background: linear-gradient(90deg, #071016 0%, rgba(7,16,22,.92) 44%, rgba(7,16,22,.28) 100%); }
  .wf-board-note { display: none; }
  .wf-story-layout { display: block; }
  .wf-sticky-index { position: relative; top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 28px; }
  .wf-sticky-index nav { grid-column: 1 / -1; grid-template-columns: repeat(5, 1fr); }
  .wf-sticky-index a { display: block; padding: 13px 8px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: center; }
  .wf-sticky-index a i { margin: 0 auto 8px; }
  .wf-sticky-index a b { display: block; margin: 0 0 3px; }
  .wf-sticky-index small { margin: 0; }
  .wf-faq-layout { grid-template-columns: 1fr; }
  .wf-faq-intro { position: relative; top: auto; }
}

@media (max-width: 680px) {
  .wf-hero .city-crumb { padding: 14px 0; }
  .wf-hero-board { min-height: 780px; border-radius: 4px 4px 28px 4px; }
  .wf-hero-image { height: 100%; }
  .wf-hero-image::after { background: linear-gradient(to bottom, rgba(5,12,17,.08) 0%, rgba(5,12,17,.44) 36%, #071016 72%, #071016 100%); }
  .wf-hero-image img { object-position: center top; }
  .wf-hero-copy { position: absolute; bottom: 92px; left: 0; width: 100%; padding: 28px 22px; }
  .wf-hero-copy h1 { max-width: 345px; font-size: 38px; line-height: 1.08; }
  .wf-hero-copy h1 span { display: inline; }
  .wf-hero-lead { margin-top: 17px; font-size: 14px; line-height: 1.72; }
  .wf-hero-actions { margin-top: 20px; }
  .wf-hero-actions a { min-height: 44px; padding: 0 14px; font-size: 11px; }
  .wf-hero-proof { margin-top: 20px; }
  .wf-hero-proof li { min-width: 0; flex: 1; padding: 0 10px; }
  .wf-hero-proof b { font-size: 20px; }
  .wf-hero-proof span { font-size: 10px; }
  .wf-process-rail { right: 14px; bottom: 18px; left: 14px; }
  .wf-process-rail li { font-size: 8px; }
  .wf-process-rail em { width: 15px; height: 15px; }
  .wf-process-rail::before { top: 7px; }
  .wf-process-rail em::after { width: 4px; height: 4px; }

  .wf-story { padding: 72px 0; }
  .wf-sticky-index { display: block; padding: 23px; }
  .wf-sticky-index h2 { font-size: 26px; }
  .wf-sticky-index nav { display: grid; grid-template-columns: repeat(2, 1fr); }
  .wf-sticky-index a { text-align: left; }
  .wf-sticky-index a i { display: inline-block; margin: 0 8px 0 0; }
  .wf-sticky-index a b { display: inline; margin-right: 4px; }
  .wf-sticky-index small { margin-top: 18px; }

  .wf-story-card { padding: 28px 22px; }
  .wf-story-card > header { margin-bottom: 31px; }
  .wf-card-copy h2,
  .wf-platform-heading h2 { font-size: 31px; line-height: 1.14; }
  .wf-card-copy > p:last-child { margin-top: 17px; font-size: 14px; line-height: 1.82; }
  .wf-baseline-grid { grid-template-columns: 1fr; }
  .wf-baseline-grid section { min-height: 140px; }
  .wf-baseline-grid p { margin-top: 18px; }
  .wf-source-note { padding: 19px; }
  .wf-media-card figure { margin: 0 -22px 34px; }
  .wf-media-card figcaption,
  .wf-growth-card figcaption { right: 9px; bottom: 9px; font-size: 7px; }
  .wf-checkline li { grid-template-columns: 42px 1fr; gap: 12px; }
  .wf-checkline em { width: 36px; height: 36px; }
  .wf-flow-track { grid-template-columns: repeat(2, 1fr); }
  .wf-flow-track div { min-height: 125px; padding: 19px; }
  .wf-ledger-callout { padding: 22px; }
  .wf-service-switch button { min-width: 0; flex: 1; padding: 13px 8px; }
  .wf-service-panel a { grid-template-columns: 30px 1fr auto; min-height: 140px; padding: 20px; }
  .wf-platform-heading { gap: 22px; }
  .wf-platform-shot { margin-right: -22px; margin-left: -22px; padding: 7px; }
  .wf-workspaces { grid-template-columns: 1fr; }
  .wf-workspaces section { min-height: 146px; }
  .wf-workspaces b { margin-top: 22px; }
  .wf-growth-card figure { margin: 0 -22px 34px; }
  .wf-signal-grid { grid-template-columns: 1fr; }
  .wf-signal-grid div { border-right: 0; }

  .wf-articles h2 { font-size: 32px; }
  .wf-article-grid { grid-template-columns: 1fr; }
  .wf-article-card,
  .wf-article-card.is-wide { grid-column: auto; min-height: 250px; padding: 24px; }
  .wf-article-card h3 { margin-top: 38px; font-size: 20px; }
  .wf-article-card > i { font-size: 39px; }
  .wf-faq-layout { gap: 25px; }
  .wf-faq-intro h2 { font-size: 31px; }
  .wf-faq-list summary { grid-template-columns: 30px 1fr 22px; gap: 9px; font-size: 16px; }
  .wf-faq-list details p { margin: -4px 28px 24px 39px; font-size: 13px; }
  .wf-final-grid { grid-template-columns: 1fr; gap: 24px; }
  .wf-final h2 { font-size: 31px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-weifang *,
  .page-weifang *::before,
  .page-weifang *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: 0s !important; }
}
