.page-hezhou {
  --hz-ink: #171d1d;
  --hz-dark: #131919;
  --hz-panel: #202827;
  --hz-paper: #f1f0e9;
  --hz-stone: #dedbd0;
  --hz-white: #fffdf7;
  --hz-orange: #ff6b35;
  --hz-yellow: #f1c644;
  --hz-mint: #88d8c0;
  --hz-line: rgba(23, 29, 29, .16);
  --accent: var(--hz-orange);
  background: var(--hz-paper);
  color: var(--hz-ink);
}
.page-hezhou .city-shell { width: min(1220px, calc(100% - 40px)); }
.page-hezhou .city-eyebrow { color: var(--hz-orange); }
.page-hezhou .city-eyebrow::before { width: 34px; height: 7px; background: repeating-linear-gradient(90deg, currentColor 0 6px, transparent 6px 10px); }
.page-hezhou .city-section { padding: 118px 0; }
.page-hezhou .city-section h2 { font-size: 46px; line-height: 1.07; letter-spacing: -.047em; }
.page-hezhou .city-section h3 { letter-spacing: -.025em; }

.hz-hero { position: relative; min-height: 860px; overflow: hidden; background: var(--hz-dark); color: var(--hz-white); }
.hz-hero::before { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 46px 46px; content: ""; }
.hz-hero::after { position: absolute; top: -150px; right: 4vw; width: 520px; height: 520px; border: 100px solid rgba(255,107,53,.1); border-radius: 50%; content: ""; }
.hz-hero .city-shell { position: relative; z-index: 1; }
.hz-hero .city-crumb { color: rgba(255,255,255,.5); }
.hz-hero .city-crumb strong { color: rgba(255,255,255,.86); }
.hz-hero .city-crumb i { color: rgba(255,255,255,.26); }
.hz-hero-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr) 104px; align-items: center; gap: 38px; min-height: 752px; padding: 24px 0 56px; }
.hz-hero-copy { align-self: center; }
.hz-code { display: inline-flex; margin-bottom: 24px; padding: 8px 12px; border: 1px solid rgba(136,216,192,.42); color: var(--hz-mint); font: 850 11px/1.2 var(--font-sans); letter-spacing: .15em; }
.hz-hero-copy h1 { max-width: 650px; margin: 0; font-size: clamp(51px,4.55vw,58px); line-height: .99; letter-spacing: -.062em; }
.hz-hero-copy h1 em { display: block; margin-top: 12px; color: var(--hz-orange); font-style: normal; }
.hz-hero-copy > p:last-of-type { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.9; }
.hz-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hz-actions a, .hz-actions button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid rgba(255,255,255,.22); color: #fff; background: transparent; font: 850 14px var(--font-sans); text-decoration: none; cursor: pointer; }
.hz-actions a { border-color: var(--hz-orange); background: var(--hz-orange); color: #171d1d; }
.hz-actions button:hover, .hz-actions button:focus-visible { border-color: var(--hz-mint); color: var(--hz-mint); }
.hz-hero-visual { position: relative; margin: 0; padding: 18px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.045); box-shadow: 0 36px 80px rgba(0,0,0,.34); }
.hz-hero-visual::before, .hz-hero-visual::after { position: absolute; z-index: 2; width: 36px; height: 36px; border-color: var(--hz-orange); content: ""; pointer-events: none; }
.hz-hero-visual::before { top: 8px; left: 8px; border-top: 4px solid var(--hz-orange); border-left: 4px solid var(--hz-orange); }
.hz-hero-visual::after { right: 8px; bottom: 8px; border-right: 4px solid var(--hz-mint); border-bottom: 4px solid var(--hz-mint); }
.hz-hero-visual picture, .hz-hero-visual img { display: block; width: 100%; }
.hz-hero-visual img { height: auto; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.9) contrast(1.02); }
.hz-hero-visual figcaption { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); }
.hz-hero-visual figcaption span { display: grid; grid-template-columns: auto 1fr; gap: 3px 10px; align-items: center; padding: 17px; background: var(--hz-panel); }
.hz-hero-visual figcaption i { grid-row: 1 / 3; color: var(--hz-orange); font-style: normal; font-size: 20px; }
.hz-hero-visual figcaption span:last-child i { color: var(--hz-mint); }
.hz-hero-visual figcaption b { font-size: 14px; }
.hz-hero-visual figcaption small { color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .09em; }
.hz-calibration { position: absolute; top: -16px; right: 34px; display: grid; grid-template-columns: repeat(4, 10px); gap: 6px; }
.hz-calibration i { width: 10px; height: 10px; background: var(--hz-orange); }
.hz-calibration i:nth-child(2) { border-radius: 50%; background: var(--hz-yellow); }
.hz-calibration i:nth-child(3) { transform: rotate(45deg); background: var(--hz-mint); }
.hz-calibration i:nth-child(4) { clip-path: polygon(50% 0,100% 100%,0 100%); background: #fff; }
.hz-rail { align-self: stretch; display: flex; flex-direction: column; justify-content: center; gap: 9px; }
.hz-rail button { display: grid; grid-template-columns: 22px 1fr; grid-template-rows: auto auto; gap: 2px 7px; min-height: 102px; padding: 15px 10px; border: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.56); background: rgba(255,255,255,.025); text-align: left; cursor: pointer; transition: .25s ease; }
.hz-rail button i { grid-row: 1 / 3; color: var(--hz-mint); font-style: normal; }
.hz-rail button span { font-size: 11px; }
.hz-rail button b { font-size: 12px; line-height: 1.35; }
.hz-rail button.is-active { border-color: var(--hz-orange); color: #171d1d; background: var(--hz-orange); }
.hz-rail button.is-active i { color: #171d1d; }

.page-hezhou .city-ad { background: #e5e3da; }
.page-hezhou .city-ad.is-dark { background: #0e1414; }
.page-hezhou .city-ad-inner { border-radius: 0; border: 1px solid rgba(23,29,29,.18); box-shadow: 14px 14px 0 rgba(23,29,29,.08); }
.page-hezhou .city-ad.is-dark .city-ad-inner { border-color: rgba(255,255,255,.14); box-shadow: 14px 14px 0 rgba(255,107,53,.16); }

.hz-console { background: var(--hz-paper); }
.hz-console::before { position: absolute; top: 0; left: 50%; width: 1px; height: 80px; background: var(--hz-orange); content: ""; }
.hz-console-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 68px; margin-bottom: 48px; }
.hz-console-head p:last-child { margin: 0; color: #5e6765; font-size: 16px; line-height: 1.9; }
.hz-board-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.hz-board { position: relative; overflow: hidden; border: 1px solid var(--hz-line); background: var(--hz-white); }
.hz-board header { min-height: 245px; padding: 34px 38px; color: #fff; background: var(--hz-panel); }
.hz-board-commerce header { color: var(--hz-ink); background: var(--hz-mint); }
.hz-board header > span { display: inline-block; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.hz-board header > i { float: right; font-style: normal; font-size: 32px; }
.hz-board header h3 { margin: 56px 0 10px; font-size: 31px; }
.hz-board header p { max-width: 450px; margin: 0; color: rgba(255,255,255,.64); line-height: 1.7; }
.hz-board-commerce header p { color: rgba(23,29,29,.67); }
.hz-board ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: board; }
.hz-board li { display: grid; grid-template-columns: 38px minmax(120px,.5fr) 1fr; align-items: center; gap: 15px; min-height: 82px; padding: 15px 28px; border-bottom: 1px solid var(--hz-line); counter-increment: board; }
.hz-board li::before { content: "0" counter(board); color: var(--hz-orange); font-size: 11px; font-weight: 900; }
.hz-board-commerce li::before { color: #328670; }
.hz-board li b { font-size: 15px; }
.hz-board li span { color: #6a7370; font-size: 13px; line-height: 1.5; }
.hz-board footer { display: flex; align-items: center; gap: 12px; padding: 20px 28px; background: #eceae2; }
.hz-board footer i { width: 10px; height: 10px; background: var(--hz-orange); }
.hz-board-commerce footer i { transform: rotate(45deg); background: #328670; }
.hz-board footer b { font-size: 10px; letter-spacing: .16em; }
.hz-bus { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 12px; margin-top: 22px; padding: 22px 26px; border: 1px solid var(--hz-line); background: #fff; }
.hz-bus span { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.hz-bus span i { color: var(--hz-orange); font-style: normal; }
.hz-bus span:nth-of-type(even) i { color: #328670; }
.hz-bus span b { font-size: 13px; }
.hz-bus em { height: 2px; background: repeating-linear-gradient(90deg, var(--hz-stone) 0 14px, transparent 14px 22px); }

.hz-panel-label { display: flex; align-items: center; gap: 18px; margin-bottom: 42px; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.hz-panel-label::after { height: 1px; flex: 1; background: currentColor; opacity: .25; content: ""; }
.hz-panel-label b { order: 3; display: grid; width: 42px; height: 42px; place-items: center; background: var(--hz-orange); font-size: 12px; }
.hz-entity { background: #dad7cc; }
.hz-entity-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.hz-entity-grid header > p:last-of-type { margin: 24px 0 0; color: #5e6664; font-size: 16px; line-height: 1.88; }
.hz-mark-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 32px; background: rgba(23,29,29,.18); border: 1px solid rgba(23,29,29,.18); }
.hz-mark-stack span { display: grid; grid-template-columns: 28px 1fr; gap: 3px 10px; align-items: center; min-height: 94px; padding: 18px; background: #efede5; }
.hz-mark-stack i { grid-row: 1 / 3; color: var(--hz-orange); font-style: normal; }
.hz-mark-stack span:nth-child(even) i { color: #328670; }
.hz-mark-stack b { font-size: 14px; }
.hz-mark-stack em { color: #737b78; font-style: normal; font-size: 11px; }
.hz-photo-panel { position: relative; margin: 0; padding: 18px; border: 1px solid rgba(23,29,29,.25); background: #f4f1e7; box-shadow: 18px 18px 0 rgba(23,29,29,.12); }
.hz-photo-panel img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.hz-photo-panel figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 4px 2px; }
.hz-photo-panel figcaption b { font-size: 15px; }
.hz-photo-panel figcaption span { color: #707873; font-size: 11px; letter-spacing: .12em; }

.hz-ledger { color: #fff; background: var(--hz-dark); }
.hz-ledger::before { position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.08) 50%, transparent 50.1%); content: ""; }
.hz-ledger .city-shell { position: relative; }
.hz-ledger .hz-panel-label b { color: #171d1d; }
.hz-ledger-head { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 60px; margin-bottom: 45px; }
.hz-ledger-head > p:last-child { margin: 0; color: rgba(255,255,255,.62); line-height: 1.88; }
.hz-wide-photo { margin: 0; border: 1px solid rgba(255,255,255,.15); background: var(--hz-panel); }
.hz-wide-photo img { display: block; width: 100%; height: auto; max-height: 610px; aspect-ratio: 3 / 2; object-fit: cover; }
.hz-wide-photo figcaption { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); }
.hz-wide-photo figcaption span { display: grid; grid-template-columns: auto 1fr; gap: 3px 12px; align-items: center; padding: 21px 26px; background: var(--hz-panel); }
.hz-wide-photo figcaption i { grid-row: 1 / 3; color: var(--hz-orange); font-style: normal; font-size: 21px; }
.hz-wide-photo figcaption span:last-child i { color: var(--hz-mint); }
.hz-wide-photo figcaption small { color: rgba(255,255,255,.45); }
.hz-ledger-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 22px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.hz-ledger-grid article { min-height: 220px; padding: 26px; background: #1d2423; }
.hz-ledger-grid i { color: var(--hz-yellow); font-style: normal; font-size: 20px; }
.hz-ledger-grid h3 { margin: 60px 0 10px; font-size: 20px; }
.hz-ledger-grid p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.7; }

.hz-platform { overflow: hidden; background: var(--hz-white); }
.hz-platform::after { position: absolute; right: -120px; bottom: -180px; width: 420px; height: 420px; border: 80px solid rgba(136,216,192,.18); border-radius: 50%; content: ""; }
.hz-platform-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 72px; }
.hz-platform header > p:last-of-type { margin: 25px 0; color: #616a67; line-height: 1.88; }
.hz-platform header > a { display: inline-flex; padding: 12px 16px; background: var(--hz-dark); color: #fff; font-size: 13px; font-weight: 850; text-decoration: none; }
.hz-workspaces { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.hz-workspaces span { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 12px 14px; border: 1px solid var(--hz-line); background: #f4f2ea; }
.hz-workspaces i { color: var(--hz-orange); font-style: normal; }
.hz-workspaces span:nth-child(even) i { color: #328670; }
.hz-workspaces b { font-size: 13px; }
.hz-platform-screen { margin: 0; padding: 12px; border: 1px solid var(--hz-line); background: #202726; box-shadow: 24px 24px 0 #dfddd4; }
.hz-platform-screen img { display: block; width: 100%; height: auto; }
.hz-platform-screen figcaption { display: flex; justify-content: space-between; gap: 16px; padding: 14px 8px 4px; color: #fff; }
.hz-platform-screen figcaption b { color: var(--hz-mint); font-size: 10px; letter-spacing: .12em; }
.hz-platform-screen figcaption span { color: rgba(255,255,255,.52); font-size: 10px; }

.hz-standard { background: #e9e7de; }
.hz-standard .standard-grid { border-color: rgba(23,29,29,.25); }
.hz-standard .standard-card { position: relative; border-color: rgba(23,29,29,.25); background: transparent; }
.hz-standard .standard-card > span { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--hz-dark); }
.hz-standard .standard-card:nth-child(even) > span { color: var(--hz-dark); background: var(--hz-mint); }
.hz-standard .standard-card h3 { margin-top: 74px; }

.hz-growth { background: #bfd5cc; }
.hz-growth-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; }
.hz-growth .hz-photo-panel { background: #17201f; box-shadow: 18px 18px 0 rgba(255,107,53,.72); }
.hz-growth .hz-photo-panel figcaption { color: #fff; }
.hz-growth .hz-photo-panel figcaption span { color: rgba(255,255,255,.5); }
.hz-growth-grid header > p:last-of-type { margin: 25px 0 0; color: #495653; line-height: 1.88; }
.hz-growth-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hz-growth-links a { display: inline-flex; padding: 12px 16px; border: 1px solid var(--hz-dark); color: var(--hz-dark); font-size: 13px; font-weight: 850; text-decoration: none; }
.hz-growth-links a:first-child { color: #fff; background: var(--hz-dark); }
.hz-channel-list { display: grid; gap: 1px; margin-top: 30px; border: 1px solid rgba(23,29,29,.2); background: rgba(23,29,29,.2); }
.hz-channel-list span { display: grid; grid-template-columns: 30px 1fr; gap: 2px 10px; align-items: center; min-height: 68px; padding: 13px 16px; background: rgba(255,255,255,.55); }
.hz-channel-list i { grid-row: 1 / 3; color: var(--hz-orange); font-style: normal; }
.hz-channel-list b { font-size: 13px; }
.hz-channel-list em { color: #5d6966; font-style: normal; font-size: 11px; }

.hz-articles { background: #efede6; }
.hz-article-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.hz-article-grid a { position: relative; display: flex; min-height: 290px; flex-direction: column; padding: 25px; border: 1px solid var(--hz-line); background: #fff; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.hz-article-grid a:nth-child(1), .hz-article-grid a:nth-child(2) { grid-column: span 3; }
.hz-article-grid a:nth-child(n+3) { grid-column: span 2; }
.hz-article-grid a:hover, .hz-article-grid a:focus-visible { transform: translateY(-6px); box-shadow: 10px 10px 0 rgba(255,107,53,.2); }
.hz-article-grid a > span { color: #8d918f; font-size: 11px; font-weight: 900; }
.hz-article-grid a > i { position: absolute; top: 23px; right: 24px; color: var(--hz-orange); font-style: normal; font-size: 19px; }
.hz-article-grid small { margin-top: 72px; color: #328670; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.hz-article-grid h3 { margin: 12px 0 20px; font-size: 21px; line-height: 1.4; }
.hz-article-grid a > b { margin-top: auto; font-size: 12px; }

.hz-faq { background: var(--hz-white); }
.hz-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 84px; }
.hz-faq header > p:last-of-type { margin: 25px 0 0; color: #626b68; line-height: 1.88; }
.hz-faq-meter { display: flex; gap: 2px; margin-top: 40px; }
.hz-faq-meter i { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--hz-line); color: var(--hz-orange); font-style: normal; }
.hz-faq-meter i:nth-child(even) { color: #328670; }
.hz-faq .faq-list details { border-color: rgba(23,29,29,.18); }
.hz-faq .faq-list summary { display: grid; grid-template-columns: 44px 1fr 24px; gap: 12px; align-items: center; padding: 27px 0; font-size: 17px; }
.hz-faq .faq-list summary i { color: var(--hz-orange); font-style: normal; font-size: 11px; }
.hz-faq .faq-list summary b { color: #328670; font-size: 22px; }
.hz-faq .faq-list details[open] summary b { transform: rotate(45deg); }
.hz-faq .faq-list details p { margin: -8px 36px 26px 56px; color: #68716e; }

.hz-final { padding: 82px 0; color: #fff; background: var(--hz-dark); }
.hz-final-grid { display: grid; grid-template-columns: 150px 1fr .75fr; align-items: center; gap: 45px; }
.hz-final-grid > span { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.hz-final-grid > span i { display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid rgba(255,255,255,.2); color: var(--hz-orange); font-style: normal; }
.hz-final-grid > span i:nth-child(even) { color: var(--hz-mint); }
.hz-final small { color: var(--hz-mint); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.hz-final h2 { margin: 12px 0 0; font-size: 39px; line-height: 1.08; letter-spacing: -.045em; }
.hz-final p { margin: 0; color: rgba(255,255,255,.56); line-height: 1.85; }

@media (max-width: 1080px) {
  .hz-hero-layout { grid-template-columns: minmax(0,.85fr) minmax(410px,1.15fr); }
  .hz-rail { grid-column: 1 / -1; flex-direction: row; align-self: auto; }
  .hz-rail button { flex: 1; min-height: 76px; }
  .hz-entity-grid, .hz-platform-layout, .hz-growth-grid { gap: 42px; }
  .hz-ledger-grid { grid-template-columns: 1fr 1fr; }
  .hz-final-grid { grid-template-columns: 130px 1fr; }
  .hz-final-grid > p { grid-column: 2; }
}

@media (max-width: 760px) {
  .page-hezhou .city-shell { width: min(calc(100% - 28px),1220px); }
  .page-hezhou .city-section { padding: 76px 0; }
  .page-hezhou .city-section h2 { font-size: 31px; line-height: 1.12; letter-spacing: -.04em; }
  .hz-hero { min-height: auto; }
  .hz-hero-layout { display: flex; min-height: 0; flex-direction: column; align-items: stretch; gap: 30px; padding: 22px 0 52px; }
  .hz-hero-copy h1 { font-size: 38px; line-height: 1.03; }
  .hz-hero-copy h1 em { margin-top: 8px; }
  .hz-hero-copy > p:last-of-type { margin-top: 22px; font-size: 15px; line-height: 1.78; }
  .hz-actions { margin-top: 24px; }
  .hz-actions a, .hz-actions button { min-height: 44px; padding: 0 14px; font-size: 12px; }
  .hz-hero-visual { padding: 10px; }
  .hz-hero-visual img { height: auto; aspect-ratio: 3 / 4; }
  .hz-hero-visual figcaption { grid-template-columns: 1fr; }
  .hz-hero-visual figcaption span { padding: 13px; }
  .hz-rail { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .hz-rail button { min-height: 72px; padding: 10px; }
  .page-hezhou .city-ad-inner, .page-hezhou .city-ad.is-dark .city-ad-inner { box-shadow: 7px 7px 0 rgba(23,29,29,.1); }
  .hz-console-head, .hz-ledger-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 30px; }
  .hz-board-grid { grid-template-columns: 1fr; gap: 14px; }
  .hz-board header { min-height: 205px; padding: 27px 25px; }
  .hz-board header h3 { margin-top: 46px; font-size: 27px; }
  .hz-board li { grid-template-columns: 30px 1fr; gap: 4px 12px; min-height: 78px; padding: 13px 20px; }
  .hz-board li::before { grid-row: 1 / 3; }
  .hz-board li span { font-size: 12px; }
  .hz-bus { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hz-bus em { display: none; }
  .hz-entity-grid, .hz-platform-layout, .hz-growth-grid, .hz-faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .hz-mark-stack { grid-template-columns: 1fr; }
  .hz-photo-panel { padding: 10px; box-shadow: 9px 9px 0 rgba(23,29,29,.12); }
  .hz-photo-panel figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hz-wide-photo img { aspect-ratio: 3 / 2; }
  .hz-wide-photo figcaption { grid-template-columns: 1fr; }
  .hz-ledger-grid { grid-template-columns: 1fr 1fr; }
  .hz-ledger-grid article { min-height: 180px; padding: 20px; }
  .hz-ledger-grid h3 { margin-top: 40px; font-size: 18px; }
  .hz-platform-layout { display: flex; flex-direction: column; }
  .hz-platform-layout header { order: 1; }
  .hz-platform-screen { order: 2; box-shadow: 12px 12px 0 #dfddd4; }
  .hz-platform-screen figcaption { flex-direction: column; gap: 5px; }
  .hz-growth .hz-photo-panel { box-shadow: 9px 9px 0 rgba(255,107,53,.72); }
  .hz-article-grid { grid-template-columns: 1fr; }
  .hz-article-grid a:nth-child(n) { grid-column: auto; min-height: 245px; }
  .hz-faq .faq-list summary { grid-template-columns: 34px 1fr 22px; padding: 22px 0; font-size: 15px; line-height: 1.55; }
  .hz-faq .faq-list details p { margin: -2px 12px 24px 46px; font-size: 14px; }
  .hz-final { padding: 64px 0; }
  .hz-final-grid { grid-template-columns: 1fr; gap: 26px; }
  .hz-final-grid > span { width: 116px; }
  .hz-final-grid > p { grid-column: auto; }
  .hz-final h2 { font-size: 31px; }
}

@media (max-width: 420px) {
  .hz-ledger-grid, .hz-workspaces { grid-template-columns: 1fr; }
  .hz-ledger-grid article { min-height: 156px; }
  .hz-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hz-mark-stack span { min-height: 84px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-hezhou *, .page-hezhou *::before, .page-hezhou *::after { animation: none !important; transition-duration: 0s !important; }
  .page-hezhou .reveal { opacity: 1; transform: none; }
}
