.page-hetian {
  --ht-ink: #091620;
  --ht-ink-2: #122736;
  --ht-steel: #4d6677;
  --ht-blue: #54a4c8;
  --ht-amber: #e0a445;
  --ht-sand: #eadbc1;
  --ht-mist: #f3f0e8;
  --ht-line: rgba(13, 37, 52, .16);
  --ht-white-line: rgba(255,255,255,.15);
  --ht-active-node: 0;
  color: var(--ht-ink);
  background: var(--ht-mist);
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
}
.page-hetian *, .page-hetian *::before, .page-hetian *::after { box-sizing: border-box; }
.page-hetian .city-main { overflow: hidden; }
.page-hetian a { color: inherit; }
.page-hetian h1, .page-hetian h2, .page-hetian h3, .page-hetian p { margin-top: 0; }
.page-hetian h1, .page-hetian h2, .page-hetian h3 { text-wrap: balance; }
.page-hetian .city-eyebrow { color: var(--ht-amber); }

.ht-hero { position: relative; min-height: 720px; display: flex; color: #fff; background: var(--ht-ink); }
.ht-hero-media, .ht-hero-media img, .ht-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.ht-hero-media img { object-fit: cover; }
.ht-hero-shade { background: linear-gradient(90deg, rgba(3,12,19,.96) 0%, rgba(5,17,25,.88) 39%, rgba(6,18,27,.24) 68%, rgba(6,18,27,.05) 100%), linear-gradient(0deg, rgba(3,12,19,.76), transparent 44%); }
.ht-hero-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 370px; grid-template-rows: auto 1fr; gap: 40px 76px; padding: 118px 0 62px; }
.ht-hero .city-crumb { grid-column: 1 / -1; display: flex; align-items: center; align-self: start; gap: 10px; color: rgba(255,255,255,.65); font-size: 13px; }
.ht-hero .city-crumb a { text-decoration: none; }
.ht-hero .city-crumb strong { color: #fff; }
.ht-hero-copy { align-self: center; max-width: 730px; }
.ht-hero-copy h1 { margin: 0 0 26px; max-width: 720px; font-size: clamp(52px,5vw,60px); line-height: 1.12; letter-spacing: -.048em; }
.ht-hero-copy h1 em { color: var(--ht-sand); font-style: normal; }
.ht-hero-copy > p:last-of-type { max-width: 650px; margin-bottom: 32px; color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.9; }
.ht-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.ht-hero-actions a { min-width: 178px; min-height: 52px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; border: 1px solid rgba(255,255,255,.34); color: #fff; font-size: 14px; font-weight: 900; text-decoration: none; transition: .25s ease; }
.ht-hero-actions a:first-child { color: var(--ht-ink); background: var(--ht-sand); border-color: var(--ht-sand); }
.ht-hero-actions a:hover { color: var(--ht-ink); background: #fff; border-color: #fff; }
.ht-signal-card { align-self: end; padding: 22px; display: grid; grid-template-columns: 1fr 58px 1fr; gap: 13px; align-items: center; border: 1px solid var(--ht-white-line); background: rgba(7,21,31,.74); backdrop-filter: blur(12px); box-shadow: 0 26px 70px rgba(0,0,0,.25); }
.ht-signal-card > div { display: grid; gap: 5px; }
.ht-signal-card > div:last-of-type { text-align: right; }
.ht-signal-card span { color: var(--ht-amber); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.ht-signal-card b { font-size: 14px; }
.ht-signal-card ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5,1fr); list-style: none; }
.ht-signal-card li { position: relative; width: 6px; height: 6px; border-radius: 50%; background: var(--ht-blue); box-shadow: 0 0 12px rgba(84,164,200,.8); }
.ht-signal-card li:nth-child(even) { margin-top: 14px; background: var(--ht-amber); box-shadow: 0 0 12px rgba(224,164,69,.8); }
.ht-signal-card p { grid-column: 1 / -1; margin: 11px 0 0; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .04em; }

.ht-first-ad { background: var(--ht-mist); }
.ht-section-head { margin-bottom: 52px; display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,430px); gap: 72px; align-items: end; }
.ht-section-head h2, .ht-platform-head h2, .ht-copy h2, .ht-faq h2, .ht-closing h2 { margin-bottom: 0; font-size: clamp(42px,4.2vw,47px); line-height: 1.16; letter-spacing: -.045em; }
.ht-section-head > p { margin-bottom: 4px; color: var(--ht-steel); font-size: 16px; line-height: 1.9; }
.ht-section-head.is-light h2 { color: #fff; }
.ht-section-head.is-light > p { color: rgba(255,255,255,.66); }

.ht-route { padding: 120px 0 126px; background: var(--ht-mist); }
.ht-route-board { display: grid; grid-template-columns: 390px minmax(0,1fr); background: #fff; box-shadow: 0 24px 70px rgba(11,32,46,.08); }
.ht-route-nav { position: relative; min-height: 620px; padding: 20px 24px; display: grid; grid-template-rows: repeat(6,1fr); overflow: hidden; color: #fff; background: var(--ht-ink-2); }
.ht-route-nav button { position: relative; z-index: 2; width: 47%; min-height: 72px; padding: 13px 15px; display: grid; grid-template-columns: 26px 1fr; gap: 3px 10px; align-content: center; border: 1px solid var(--ht-white-line); color: rgba(255,255,255,.68); background: rgba(255,255,255,.025); font: inherit; text-align: left; cursor: pointer; transition: .25s ease; }
.ht-route-nav button.is-right { margin-left: auto; }
.ht-route-nav button i { grid-row: 1 / 3; align-self: center; color: var(--ht-amber); font-style: normal; font-size: 10px; font-weight: 900; }
.ht-route-nav button span { font-size: 14px; font-weight: 900; }
.ht-route-nav button b { color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: .12em; }
.ht-route-nav button.is-active { color: var(--ht-ink); background: var(--ht-sand); border-color: var(--ht-sand); transform: translateX(5px); }
.ht-route-nav button.is-active b { color: var(--ht-steel); }
.ht-route-nav button:focus-visible { outline: 3px solid var(--ht-blue); outline-offset: 2px; }
.ht-route-line { position: absolute; inset: 30px 142px 30px; width: 106px; height: calc(100% - 60px); overflow: visible; }
.ht-route-line path { fill: none; stroke: url(#none); stroke: var(--ht-blue); stroke-width: 1.2; vector-effect: non-scaling-stroke; opacity: .65; }
.ht-route-line circle { fill: var(--ht-amber); stroke: var(--ht-ink-2); stroke-width: 1; vector-effect: non-scaling-stroke; }
.ht-route-panels { min-height: 620px; display: grid; align-items: center; }
.ht-route-panels article { grid-area: 1 / 1; padding: 70px 78px; }
.ht-route-panels article[hidden] { display: none !important; }
.ht-route-panels article > span { color: var(--ht-amber); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.ht-route-panels h3 { max-width: 610px; margin: 16px 0 18px; font-size: 34px; line-height: 1.35; }
.ht-route-panels p { max-width: 650px; color: var(--ht-steel); font-size: 16px; line-height: 1.9; }
.ht-route-panels ul { max-width: 650px; margin: 38px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; }
.ht-route-panels li { margin: -1px 0 0 -1px; padding: 21px; border: 1px solid var(--ht-line); font-size: 13px; font-weight: 900; }

.ht-scenarios { padding: 122px 0 128px; color: #fff; background: var(--ht-ink); }
.ht-scenario-path { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 0 110px; }
.ht-scenario-path::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(var(--ht-blue),var(--ht-amber),var(--ht-blue)); content: ""; }
.ht-scenario-path article { position: relative; min-height: 220px; padding: 30px; border: 1px solid var(--ht-white-line); }
.ht-scenario-path article:nth-child(odd) { grid-column: 1; }
.ht-scenario-path article:nth-child(even) { grid-column: 2; }
.ht-scenario-path article::after { position: absolute; top: 50%; width: 55px; height: 1px; background: var(--ht-blue); content: ""; }
.ht-scenario-path article:nth-child(odd)::after { right: -56px; }
.ht-scenario-path article:nth-child(even)::after { left: -56px; background: var(--ht-amber); }
.ht-scenario-path i { color: var(--ht-amber); font-style: normal; font-size: 10px; font-weight: 900; }
.ht-scenario-path span { margin-left: 18px; color: rgba(255,255,255,.56); font-size: 11px; font-weight: 900; }
.ht-scenario-path h3 { margin: 39px 0 24px; font-size: 23px; line-height: 1.55; }
.ht-scenario-path b { color: var(--ht-sand); font-size: 11px; letter-spacing: .1em; }

.ht-register { padding: 128px 0; background: #fff; }
.ht-register-grid, .ht-growth-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); gap: 88px; align-items: center; }
.ht-copy h2 { margin-bottom: 26px; }
.ht-copy > p:not(.city-eyebrow):not(.ht-boundary) { color: var(--ht-steel); font-size: 16px; line-height: 1.9; }
.ht-photo { position: relative; margin: 0; overflow: hidden; background: var(--ht-ink); }
.ht-photo img { width: 100%; min-height: 560px; display: block; object-fit: cover; }
.ht-photo figcaption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 18px 21px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #fff; background: rgba(6,19,28,.83); backdrop-filter: blur(10px); }
.ht-photo figcaption span { color: var(--ht-amber); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.ht-photo figcaption b { font-size: 13px; }
.ht-pairs { margin: 34px 0; border-top: 1px solid var(--ht-line); }
.ht-pairs > div { min-height: 72px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 15px; border-bottom: 1px solid var(--ht-line); }
.ht-pairs i { color: var(--ht-amber); font-style: normal; font-size: 10px; font-weight: 900; }
.ht-pairs b { font-size: 15px; }
.ht-pairs span { color: var(--ht-blue); font-size: 12px; font-weight: 900; }
.ht-boundary { margin: 0; padding-left: 17px; border-left: 3px solid var(--ht-amber); color: var(--ht-steel); font-size: 13px; line-height: 1.8; }

.ht-accounting { padding: 124px 0 128px; background: var(--ht-sand); }
.ht-wide-photo { position: relative; margin: 0; overflow: hidden; background: var(--ht-ink); }
.ht-wide-photo img { width: 100%; max-height: 650px; display: block; object-fit: cover; }
.ht-wide-photo figcaption { position: absolute; left: 28px; right: 28px; bottom: 25px; height: 52px; padding: 0 18px; display: flex; align-items: center; gap: 9px; color: #fff; background: rgba(6,19,28,.84); backdrop-filter: blur(10px); }
.ht-wide-photo figcaption i { height: 1px; flex: 1; background: var(--ht-blue); }
.ht-wide-photo figcaption i:nth-of-type(even) { background: var(--ht-amber); }
.ht-wide-photo figcaption span { white-space: nowrap; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.ht-ledger-path { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; }
.ht-ledger-path article { min-height: 185px; padding: 27px; border-right: 1px solid var(--ht-line); }
.ht-ledger-path article:last-child { border: 0; }
.ht-ledger-path i { color: var(--ht-amber); font-style: normal; font-size: 10px; font-weight: 900; }
.ht-ledger-path b { display: block; margin: 28px 0 12px; font-size: 18px; }
.ht-ledger-path p { margin: 0; color: var(--ht-steel); font-size: 13px; line-height: 1.75; }

.ht-platform { padding: 126px 0; color: #fff; background: #102736; }
.ht-platform-head { margin-bottom: 53px; display: flex; justify-content: space-between; align-items: end; gap: 55px; }
.ht-platform-head > div { max-width: 790px; }
.ht-platform-head h2 { margin-bottom: 24px; }
.ht-platform-head p:last-child { margin: 0; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.9; }
.ht-platform-head > span { padding: 10px 14px; border: 1px solid var(--ht-white-line); color: var(--ht-amber); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.ht-platform-board { display: grid; grid-template-columns: minmax(0,1.32fr) minmax(340px,.68fr); gap: 22px; }
.ht-platform-shot { position: relative; min-height: 510px; margin: 0; overflow: hidden; background: #07131c; }
.ht-platform-shot img { width: 100%; height: 100%; min-height: 510px; display: block; object-fit: cover; object-position: left center; }
.ht-platform-shot figcaption { position: absolute; left: 18px; bottom: 18px; padding: 10px 13px; background: rgba(5,16,24,.8); color: rgba(255,255,255,.7); font-size: 11px; }
.ht-workspace-route { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ht-white-line); }
.ht-workspace-route article { min-height: 254px; padding: 26px; background: var(--ht-ink-2); }
.ht-workspace-route i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--ht-ink); background: var(--ht-amber); font-style: normal; font-size: 10px; font-weight: 900; }
.ht-workspace-route .is-right i { margin-left: auto; background: var(--ht-blue); }
.ht-workspace-route .is-right { text-align: right; }
.ht-workspace-route b { display: block; margin: 34px 0 12px; font-size: 18px; }
.ht-workspace-route p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.75; }
.ht-platform-note { grid-column: 1 / -1; padding: 23px 28px; display: grid; grid-template-columns: 200px 1fr auto; align-items: center; gap: 30px; color: var(--ht-ink); background: var(--ht-amber); }
.ht-platform-note b { font-size: 16px; }
.ht-platform-note p { margin: 0; font-size: 13px; line-height: 1.75; }
.ht-platform-note a { white-space: nowrap; font-size: 13px; font-weight: 900; text-decoration: none; }

.ht-change { padding: 126px 0; background: var(--ht-mist); }
.ht-change-route { position: relative; display: grid; grid-template-columns: repeat(4,1fr); }
.ht-change-route::before { position: absolute; top: 52px; left: 7%; right: 7%; height: 1px; background: linear-gradient(90deg,var(--ht-blue),var(--ht-amber),var(--ht-blue)); content: ""; }
.ht-change-route > * { position: relative; min-height: 335px; margin: -1px 0 0 -1px; padding: 29px; display: flex; flex-direction: column; border: 1px solid var(--ht-line); color: var(--ht-ink); text-decoration: none; background: rgba(255,255,255,.3); transition: .25s ease; }
.ht-change-route a:hover { transform: translateY(-5px); background: #fff; }
.ht-change-route i { position: relative; z-index: 1; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ht-ink-2); font-style: normal; font-size: 10px; font-weight: 900; }
.ht-change-route span { margin-top: 50px; color: var(--ht-blue); font-size: 10px; font-weight: 900; }
.ht-change-route h3 { margin: 16px 0; font-size: 22px; }
.ht-change-route p { color: var(--ht-steel); font-size: 14px; line-height: 1.8; }
.ht-change-route b { margin-top: auto; font-size: 11px; }

.ht-growth { padding: 128px 0; background: #fff; }
.ht-growth-grid { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); }
.ht-growth .ht-photo img { min-height: 590px; }
.ht-product-links { margin-top: 34px; border-top: 1px solid var(--ht-line); }
.ht-product-links a { min-height: 105px; display: grid; grid-template-columns: 30px 1fr auto; gap: 16px; align-items: center; border-bottom: 1px solid var(--ht-line); text-decoration: none; }
.ht-product-links i { color: var(--ht-amber); font-style: normal; font-size: 10px; font-weight: 900; }
.ht-product-links span { display: grid; gap: 6px; }
.ht-product-links b { font-size: 15px; }
.ht-product-links small { color: var(--ht-steel); font-size: 12px; }
.ht-product-links em { color: var(--ht-blue); font-style: normal; font-size: 11px; font-weight: 900; }

.ht-reading { padding: 125px 0 130px; color: #fff; background: var(--ht-ink); }
.ht-article-route { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 0 90px; }
.ht-article-route::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(var(--ht-amber),var(--ht-blue),var(--ht-amber)); content: ""; }
.ht-article-route a { position: relative; min-height: 230px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--ht-white-line); color: #fff; text-decoration: none; transition: .25s ease; }
.ht-article-route a:nth-child(odd) { grid-column: 1; }
.ht-article-route a:nth-child(even) { grid-column: 2; }
.ht-article-route a:hover { background: rgba(255,255,255,.07); transform: translateY(-4px); }
.ht-article-route a::after { position: absolute; top: 50%; width: 46px; height: 1px; background: var(--ht-amber); content: ""; }
.ht-article-route a:nth-child(odd)::after { right: -46px; }
.ht-article-route a:nth-child(even)::after { left: -46px; background: var(--ht-blue); }
.ht-article-route i { color: var(--ht-amber); font-style: normal; font-size: 10px; font-weight: 900; }
.ht-article-route span { margin: 24px 0 10px; color: var(--ht-blue); font-size: 10px; font-weight: 900; }
.ht-article-route h3 { margin: 0 0 18px; font-size: 20px; line-height: 1.55; }
.ht-article-route b { margin-top: auto; color: var(--ht-sand); font-size: 11px; }

.ht-faq { padding: 126px 0; background: #fff; }
.ht-faq-grid { display: grid; grid-template-columns: minmax(300px,390px) 1fr; gap: 95px; }
.ht-faq header { position: sticky; top: 110px; align-self: start; }
.ht-faq header > p:last-of-type { margin: 26px 0 0; color: var(--ht-steel); font-size: 14px; line-height: 1.85; }
.ht-faq-pulse { margin-top: 34px; display: flex; gap: 9px; }
.ht-faq-pulse i { width: 9px; height: 9px; border-radius: 50%; background: var(--ht-blue); box-shadow: 0 0 12px rgba(84,164,200,.5); }
.ht-faq-pulse i:nth-child(even) { margin-top: 14px; background: var(--ht-amber); box-shadow: 0 0 12px rgba(224,164,69,.5); }
.ht-faq-list { border-top: 1px solid var(--ht-line); }
.ht-faq-list details { border-bottom: 1px solid var(--ht-line); }
.ht-faq-list summary { min-height: 106px; display: grid; grid-template-columns: 34px 1fr 22px; gap: 18px; align-items: center; cursor: pointer; list-style: none; }
.ht-faq-list summary::-webkit-details-marker { display: none; }
.ht-faq-list summary i { color: var(--ht-amber); font-style: normal; font-size: 10px; font-weight: 900; }
.ht-faq-list summary span { font-size: 16px; font-weight: 900; line-height: 1.65; }
.ht-faq-list summary b { font-size: 20px; font-weight: 400; transition: transform .25s ease; }
.ht-faq-list details[open] summary b { transform: rotate(45deg); }
.ht-faq-list details > p { margin: -5px 40px 28px 52px; color: var(--ht-steel); font-size: 14px; line-height: 1.9; }

.ht-final-ad { background: var(--ht-ink); }
.ht-closing { padding: 116px 0 124px; color: #fff; text-align: center; background: var(--ht-ink); }
.ht-closing .city-shell { max-width: 900px; }
.ht-closing-route { margin: 0 auto 43px; display: grid; grid-template-columns: repeat(6,1fr); align-items: center; gap: 9px; }
.ht-closing-route i { position: relative; height: 1px; background: var(--ht-blue); }
.ht-closing-route i:nth-child(even) { background: var(--ht-amber); transform: translateY(8px); }
.ht-closing-route i::after { position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: inherit; content: ""; }
.ht-closing > div > p { color: var(--ht-amber); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.ht-closing h2 { margin: 22px 0 27px; }
.ht-closing span { display: block; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.9; }

@media (max-width: 1060px) {
  .ht-hero-shell { grid-template-columns: minmax(0,1fr) 320px; gap: 38px; }
  .ht-section-head { gap: 42px; }
  .ht-route-board { grid-template-columns: 350px 1fr; }
  .ht-route-line { inset-inline: 126px; }
  .ht-route-panels article { padding: 58px 48px; }
  .ht-register-grid, .ht-growth-grid { gap: 50px; }
  .ht-platform-board { grid-template-columns: 1fr; }
  .ht-platform-shot, .ht-platform-shot img { min-height: 440px; }
  .ht-workspace-route article { min-height: 190px; }
  .ht-faq-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .ht-hero { min-height: 780px; }
  .ht-hero-shade { background: linear-gradient(0deg,rgba(3,12,19,.97) 2%,rgba(4,14,22,.8) 58%,rgba(4,14,22,.14) 100%); }
  .ht-hero-shell { grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; gap: 23px; padding: 92px 0 26px; }
  .ht-hero-copy { align-self: end; }
  .ht-hero-copy h1 { margin-bottom: 19px; font-size: clamp(36px,10.2vw,40px); line-height: 1.16; }
  .ht-hero-copy > p:last-of-type { margin-bottom: 21px; font-size: 14px; line-height: 1.75; }
  .ht-hero-actions { gap: 8px; }
  .ht-hero-actions a { min-width: 0; min-height: 46px; padding: 0 14px; flex: 1; gap: 7px; font-size: 12px; }
  .ht-signal-card { padding: 15px; grid-template-columns: 1fr 46px 1fr; }
  .ht-signal-card p { font-size: 8px; }
  .ht-section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 36px; }
  .ht-section-head h2, .ht-platform-head h2, .ht-copy h2, .ht-faq h2, .ht-closing h2 { font-size: clamp(29px,8.3vw,33px); line-height: 1.22; }
  .ht-section-head > p { font-size: 14px; line-height: 1.75; }
  .ht-route, .ht-scenarios, .ht-register, .ht-accounting, .ht-platform, .ht-change, .ht-growth, .ht-reading, .ht-faq { padding: 78px 0; }
  .ht-route-board { grid-template-columns: 1fr; }
  .ht-route-nav { min-height: 0; padding: 18px; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3,86px); gap: 10px; }
  .ht-route-nav button, .ht-route-nav button.is-right { width: 100%; min-height: 0; margin: 0; }
  .ht-route-nav button.is-active { transform: translateY(-3px); }
  .ht-route-line { display: none; }
  .ht-route-panels { min-height: 0; }
  .ht-route-panels article { min-height: 455px; padding: 35px 22px; }
  .ht-route-panels h3 { font-size: 25px; }
  .ht-route-panels p { font-size: 14px; }
  .ht-route-panels ul { margin-top: 28px; }
  .ht-route-panels li { padding: 16px 13px; font-size: 12px; }
  .ht-scenario-path, .ht-article-route { grid-template-columns: 1fr; gap: 0; padding-left: 25px; }
  .ht-scenario-path::before, .ht-article-route::before { left: 6px; }
  .ht-scenario-path article:nth-child(n), .ht-article-route a:nth-child(n) { grid-column: 1; }
  .ht-scenario-path article, .ht-article-route a { min-height: 220px; }
  .ht-scenario-path article::after, .ht-article-route a::after { top: 42px !important; left: -20px !important; right: auto !important; width: 19px !important; }
  .ht-register-grid, .ht-growth-grid { grid-template-columns: 1fr; gap: 44px; }
  .ht-register .ht-photo { order: 2; }
  .ht-photo img, .ht-growth .ht-photo img { min-height: 400px; }
  .ht-photo figcaption { left: 12px; right: 12px; bottom: 12px; padding: 14px; }
  .ht-photo figcaption span { font-size: 8px; }
  .ht-pairs > div { grid-template-columns: 30px 1fr auto; gap: 10px; }
  .ht-wide-photo img { min-height: 330px; object-fit: cover; }
  .ht-wide-photo figcaption { left: 10px; right: 10px; bottom: 10px; padding: 0 8px; gap: 4px; }
  .ht-wide-photo figcaption span { font-size: 6px; letter-spacing: 0; }
  .ht-wide-photo figcaption i { min-width: 4px; }
  .ht-ledger-path { grid-template-columns: 1fr 1fr; }
  .ht-ledger-path article { min-height: 175px; padding: 22px; border-bottom: 1px solid var(--ht-line); }
  .ht-ledger-path article:nth-child(2) { border-right: 0; }
  .ht-platform-head { margin-bottom: 36px; display: block; }
  .ht-platform-head > span { margin-top: 21px; display: inline-block; }
  .ht-platform-shot, .ht-platform-shot img { min-height: 260px; }
  .ht-workspace-route article { min-height: 185px; padding: 20px; }
  .ht-workspace-route b { margin-top: 24px; font-size: 16px; }
  .ht-platform-note { grid-template-columns: 1fr; gap: 10px; padding: 22px; }
  .ht-change-route { grid-template-columns: 1fr 1fr; }
  .ht-change-route::before { display: none; }
  .ht-change-route > * { min-height: 280px; padding: 21px; }
  .ht-change-route span { margin-top: 34px; }
  .ht-change-route h3 { font-size: 20px; }
  .ht-product-links a { grid-template-columns: 25px 1fr; padding: 12px 0; }
  .ht-product-links em { grid-column: 2; }
  .ht-article-route h3 { font-size: 18px; }
  .ht-faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .ht-faq header { position: static; }
  .ht-faq-list summary { min-height: 96px; grid-template-columns: 25px 1fr 18px; gap: 10px; }
  .ht-faq-list summary span { font-size: 14px; }
  .ht-faq-list details > p { margin: -2px 28px 24px 35px; font-size: 13px; }
  .ht-closing { padding: 74px 0 82px; }
  .ht-closing-route { gap: 6px; margin-bottom: 32px; }
}

@media (max-width: 390px) {
  .ht-workspace-route article { min-height: 198px; padding: 17px; }
  .ht-workspace-route p { font-size: 12px; }
  .ht-change-route > * { min-height: 295px; padding: 18px; }
  .ht-change-route p { font-size: 13px; }
  .ht-wide-photo figcaption span { font-size: 5.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-hetian *, .page-hetian *::before, .page-hetian *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .ht-change-route a:hover, .ht-article-route a:hover { transform: none; }
}
