.page-linyi {
  --ly-ink: #101716;
  --ly-ink-2: #172321;
  --ly-paper: #f2eadc;
  --ly-paper-2: #e7d7bd;
  --ly-teal: #2b8b83;
  --ly-teal-soft: #89c3ba;
  --ly-orange: #ec6d35;
  --ly-gold: #c69655;
  --ly-line: rgba(16, 23, 22, .14);
  color: var(--ly-ink);
  background: #f7f3eb;
}

.page-linyi .city-main {
  overflow: clip;
}

.page-linyi .city-shell {
  width: min(1180px, calc(100% - 40px));
}

.page-linyi .city-eyebrow {
  margin: 0 0 16px;
  color: var(--ly-orange);
  font: 800 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.page-linyi .city-section {
  padding: 112px 0;
}

.page-linyi .city-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .58fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 48px;
}

.page-linyi .city-section-head h2,
.page-linyi .ly-conveyor-copy h2,
.page-linyi .ly-platform-copy h2,
.page-linyi .ly-faq-layout h2,
.page-linyi .ly-final h2 {
  margin: 0;
  font-size: clamp(40px, 3.7vw, 47px);
  line-height: 1.12;
  letter-spacing: -.045em;
}

.page-linyi .city-section-copy,
.page-linyi .ly-conveyor-copy > p,
.page-linyi .ly-platform-copy > p,
.page-linyi .ly-final p {
  margin: 0;
  color: #66706c;
  font-size: 17px;
  line-height: 1.9;
}

.page-linyi .ly-hero {
  position: relative;
  min-height: 780px;
  padding: 20px 0 76px;
  isolation: isolate;
  color: #f7f1e8;
  background:
    linear-gradient(90deg, rgba(236,109,53,.06) 1px, transparent 1px) 0 0 / 80px 80px,
    linear-gradient(rgba(236,109,53,.06) 1px, transparent 1px) 0 0 / 80px 80px,
    radial-gradient(circle at 85% 20%, rgba(43,139,131,.24), transparent 30%),
    linear-gradient(140deg, #0b1110 0%, #111b19 58%, #172420 100%);
}

.page-linyi .ly-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255,255,255,.018) 50%, transparent 50%);
  background-size: 16px 16px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.page-linyi .ly-hero .city-crumb {
  margin: 24px 0 54px;
  color: rgba(255,255,255,.55);
}

.page-linyi .ly-hero .city-crumb a,
.page-linyi .ly-hero .city-crumb strong {
  color: inherit;
}

.page-linyi .ly-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
  align-items: start;
}

.page-linyi .ly-hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 52px;
}

.page-linyi .ly-hero-copy h1 {
  max-width: 610px;
  margin: 0;
  font-size: clamp(51px, 4.5vw, 56px);
  line-height: 1.08;
  letter-spacing: -.055em;
}

.page-linyi .ly-hero-copy h1 span {
  display: block;
  margin-top: 10px;
  color: var(--ly-teal-soft);
}

.page-linyi .ly-hero-lead {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(247,241,232,.72);
  font-size: 18px;
  line-height: 1.9;
}

.page-linyi .ly-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.page-linyi .ly-hero-actions a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: 750;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.page-linyi .ly-hero-actions .ly-primary {
  border-color: var(--ly-orange);
  color: #171b19;
  background: var(--ly-orange);
}

.page-linyi .ly-hero-actions a:hover {
  transform: translateY(-3px);
  border-color: var(--ly-teal-soft);
}

.page-linyi .ly-hero-marks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 42px;
}

.page-linyi .ly-hero-marks span {
  position: relative;
  min-height: 78px;
  padding: 14px 14px 12px;
  border-top: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.035);
}

.page-linyi .ly-hero-marks span::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 9px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: var(--ly-orange);
}

.page-linyi .ly-hero-marks i,
.page-linyi .ly-hero-marks b {
  display: block;
  font-style: normal;
}

.page-linyi .ly-hero-marks i {
  color: rgba(255,255,255,.5);
  font-size: 12px;
}

.page-linyi .ly-hero-marks b {
  margin-top: 9px;
  font-size: 15px;
}

.page-linyi .ly-command-board {
  position: relative;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(0,0,0,.24);
  box-shadow: 0 38px 100px rgba(0,0,0,.4);
}

.page-linyi .ly-command-board::before,
.page-linyi .ly-command-board::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 28px;
  height: 28px;
  border-color: var(--ly-orange);
}

.page-linyi .ly-command-board::before {
  top: -8px;
  left: -8px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.page-linyi .ly-command-board::after {
  right: -8px;
  bottom: -8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.page-linyi .ly-hero-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}

.page-linyi .ly-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,11,10,.86), transparent 45%);
  pointer-events: none;
}

.page-linyi .ly-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-linyi .ly-hero-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 16px;
  padding: 7px 10px;
  color: rgba(255,255,255,.78);
  background: rgba(6,11,10,.58);
  font-size: 11px;
  letter-spacing: .12em;
}

.page-linyi .ly-board-status {
  position: absolute;
  z-index: 3;
  left: 30px;
  bottom: 104px;
}

.page-linyi .ly-board-status small,
.page-linyi .ly-board-status strong {
  display: block;
}

.page-linyi .ly-board-status small {
  color: var(--ly-orange);
  font: 800 11px/1 ui-monospace, monospace;
  letter-spacing: .14em;
}

.page-linyi .ly-board-status strong {
  margin-top: 8px;
  font-size: 18px;
}

.page-linyi .ly-board-tabs {
  position: absolute;
  z-index: 4;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.page-linyi .ly-board-tabs button {
  display: flex;
  min-width: 0;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 3px;
  color: rgba(255,255,255,.65);
  background: rgba(8,15,14,.78);
  cursor: pointer;
}

.page-linyi .ly-board-tabs button b {
  color: var(--ly-orange);
  font: 800 11px/1 ui-monospace, monospace;
}

.page-linyi .ly-board-tabs button span {
  overflow: hidden;
  font-size: 13px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-linyi .ly-board-tabs button.is-active {
  border-color: var(--ly-teal-soft);
  color: #fff;
  background: rgba(43,139,131,.36);
}

.page-linyi .ly-board-rail {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 28px;
  display: flex;
  gap: 5px;
}

.page-linyi .ly-board-rail i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ly-teal-soft);
  box-shadow: 0 0 16px var(--ly-teal-soft);
}

.page-linyi .ly-stamp {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(236,109,53,.22);
  transform: rotate(14deg);
}

.page-linyi .ly-stamp::before,
.page-linyi .ly-stamp::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(236,109,53,.15);
}

.page-linyi .ly-stamp::after {
  inset: 22px;
  border-radius: 50%;
}

.page-linyi .stamp-a {
  right: -45px;
  top: 100px;
  width: 160px;
  height: 160px;
}

.page-linyi .stamp-b {
  left: 4%;
  bottom: -36px;
  width: 100px;
  height: 100px;
  transform: rotate(-22deg);
}

.page-linyi .ly-bento-section {
  background: var(--ly-paper);
}

.page-linyi .ly-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.page-linyi .ly-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--ly-line);
  border-radius: 7px;
  background: rgba(255,255,255,.66);
  box-shadow: 0 14px 34px rgba(39,35,29,.05);
}

.page-linyi .ly-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(16,23,22,.22);
  transform: rotate(45deg);
}

.page-linyi .ly-card-no {
  display: block;
  margin-bottom: 42px;
  color: var(--ly-orange);
  font: 800 11px/1 ui-monospace, monospace;
  letter-spacing: .14em;
}

.page-linyi .ly-card h3 {
  max-width: 680px;
  margin: 0;
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.page-linyi .ly-card p {
  max-width: 680px;
  margin: 16px 0 0;
  color: #626a66;
  font-size: 16px;
  line-height: 1.86;
}

.page-linyi .ly-card figure {
  margin: 26px 0 0;
}

.page-linyi .ly-card figure img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 4px;
}

.page-linyi .ly-card figure figcaption {
  padding-top: 9px;
  color: #81786b;
  font-size: 12px;
}

.page-linyi .ly-card-register,
.page-linyi .ly-card-accounting,
.page-linyi .ly-card-growth {
  grid-column: span 7;
}

.page-linyi .ly-card-order,
.page-linyi .ly-card-permit,
.page-linyi .ly-card-boundary {
  grid-column: span 5;
}

.page-linyi .ly-card-order {
  color: #f7f1e8;
  background: var(--ly-ink-2);
}

.page-linyi .ly-card-order p,
.page-linyi .ly-card-boundary p {
  color: rgba(255,255,255,.68);
}

.page-linyi .ly-card-boundary {
  color: #fff;
  background: var(--ly-teal);
}

.page-linyi .ly-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 44px);
  gap: 8px;
  margin: -12px 0 34px;
}

.page-linyi .ly-mini-grid i {
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.05);
}

.page-linyi .ly-mini-grid i:nth-child(2),
.page-linyi .ly-mini-grid i:nth-child(6) {
  border-radius: 50%;
  background: var(--ly-orange);
}

.page-linyi .ly-seal {
  display: grid;
  width: 118px;
  height: 118px;
  margin: -14px 0 30px;
  place-items: center;
  border: 1px dashed rgba(236,109,53,.5);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.page-linyi .ly-seal i {
  width: 56px;
  height: 56px;
  border: 2px solid var(--ly-orange);
  transform: rotate(45deg);
}

.page-linyi .ly-boundary-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 30px;
}

.page-linyi .ly-boundary-row i {
  padding: 12px 4px;
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  font-style: normal;
  text-align: center;
}

.page-linyi .ly-conveyor-section {
  color: #f8f2e8;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 70px),
    var(--ly-ink);
}

.page-linyi .ly-conveyor-layout {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: 74px;
  align-items: center;
}

.page-linyi .ly-conveyor-copy > p {
  margin-top: 26px;
  color: rgba(255,255,255,.63);
}

.page-linyi .ly-conveyor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 34px;
}

.page-linyi .ly-conveyor-list span {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.13);
  font-size: 14px;
}

.page-linyi .ly-conveyor-list b {
  color: var(--ly-orange);
  font: 800 11px/1 ui-monospace, monospace;
}

.page-linyi .ly-conveyor-board {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.035);
}

.page-linyi .ly-conveyor-board article {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 86px 180px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 122px;
  padding: 24px;
  border-left: 3px solid var(--ly-teal);
  background: #1b2826;
}

.page-linyi .ly-conveyor-board article:nth-of-type(2) {
  margin-left: 38px;
  border-color: var(--ly-orange);
}

.page-linyi .ly-conveyor-board article:nth-of-type(3) {
  margin-left: 76px;
  border-color: var(--ly-gold);
}

.page-linyi .ly-conveyor-board small {
  color: var(--ly-orange);
  font: 800 11px/1.2 ui-monospace, monospace;
  letter-spacing: .12em;
}

.page-linyi .ly-conveyor-board h3,
.page-linyi .ly-conveyor-board p {
  margin: 0;
}

.page-linyi .ly-conveyor-board h3 {
  font-size: 20px;
}

.page-linyi .ly-conveyor-board p {
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.75;
}

.page-linyi .ly-track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.page-linyi .ly-track i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ly-orange);
  box-shadow: 0 0 12px var(--ly-orange);
}

.page-linyi .ly-articles-section {
  background: #fcfaf5;
}

.page-linyi .ly-article-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.page-linyi .ly-article-card {
  position: relative;
  grid-column: span 4;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--ly-line);
  color: var(--ly-ink);
  background: #fff;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.page-linyi .ly-article-card:nth-child(1),
.page-linyi .ly-article-card:nth-child(2) {
  grid-column: span 6;
}

.page-linyi .ly-article-card::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(16,23,22,.2);
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 7px rgba(16,23,22,.12);
}

.page-linyi .ly-article-card:hover {
  transform: translateY(-5px);
  border-color: var(--ly-teal);
  box-shadow: 0 20px 50px rgba(26,35,33,.1);
}

.page-linyi .ly-article-card small {
  color: var(--ly-orange);
  font: 800 11px/1 ui-monospace, monospace;
  letter-spacing: .12em;
}

.page-linyi .ly-article-card h3 {
  max-width: 520px;
  margin: 44px 0 0;
  font-size: 22px;
  line-height: 1.46;
}

.page-linyi .ly-article-card span {
  position: absolute;
  right: 28px;
  bottom: 26px;
  color: #69716d;
  font-size: 13px;
}

.page-linyi .ly-platform-section {
  background: #dce7e2;
}

.page-linyi .ly-platform-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: 68px;
  align-items: center;
}

.page-linyi .ly-platform-visual {
  position: relative;
  padding: 16px;
  border: 1px solid rgba(16,23,22,.2);
  background: rgba(255,255,255,.42);
  box-shadow: 22px 22px 0 rgba(16,23,22,.08);
}

.page-linyi .ly-platform-visual figure {
  margin: 0;
}

.page-linyi .ly-platform-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.page-linyi .ly-platform-visual figcaption {
  padding: 11px 2px 0;
  color: #65706b;
  font-size: 12px;
}

.page-linyi .ly-platform-badge {
  position: absolute;
  right: -22px;
  bottom: -22px;
  display: grid;
  width: 112px;
  height: 112px;
  place-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ly-orange);
  text-align: center;
}

.page-linyi .ly-platform-badge b,
.page-linyi .ly-platform-badge span {
  display: block;
}

.page-linyi .ly-platform-badge b {
  font-size: 38px;
  line-height: 1;
}

.page-linyi .ly-platform-badge span {
  margin-top: 5px;
  font-size: 12px;
}

.page-linyi .ly-platform-copy > p {
  margin-top: 24px;
  color: #53605b;
}

.page-linyi .ly-workspaces {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 28px;
}

.page-linyi .ly-workspaces span {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid rgba(16,23,22,.18);
  background: rgba(255,255,255,.36);
  font-weight: 750;
}

.page-linyi .ly-workspaces i {
  color: var(--ly-orange);
  font: 800 11px/1 ui-monospace, monospace;
  font-style: normal;
}

.page-linyi .ly-platform-copy > a {
  display: inline-flex;
  gap: 18px;
  margin-top: 26px;
  color: var(--ly-ink);
  font-weight: 800;
  text-decoration: none;
}

.page-linyi .ly-faq-section {
  background: var(--ly-paper);
}

.page-linyi .ly-faq-layout {
  display: grid;
  grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr);
  gap: 72px;
  align-items: start;
}

.page-linyi .ly-faq-layout header {
  position: sticky;
  top: 112px;
}

.page-linyi .ly-faq-layout .city-section-copy {
  margin-top: 24px;
}

.page-linyi .ly-faq-layout .faq-list {
  display: grid;
  gap: 10px;
}

.page-linyi .ly-faq-layout details {
  border: 1px solid var(--ly-line);
  background: rgba(255,255,255,.62);
}

.page-linyi .ly-faq-layout summary {
  min-height: 82px;
}

.page-linyi .ly-final {
  padding: 88px 0;
  color: #fff;
  background:
    radial-gradient(circle at 84% 30%, rgba(236,109,53,.22), transparent 25%),
    var(--ly-ink-2);
}

.page-linyi .ly-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .62fr);
  gap: 70px;
  align-items: end;
}

.page-linyi .ly-final small {
  display: block;
  margin-bottom: 18px;
  color: var(--ly-orange);
  font: 800 11px/1 ui-monospace, monospace;
  letter-spacing: .14em;
}

.page-linyi .ly-final p {
  color: rgba(255,255,255,.64);
}

@media (max-width: 980px) {
  .page-linyi .ly-hero-grid,
  .page-linyi .ly-conveyor-layout,
  .page-linyi .ly-platform-layout,
  .page-linyi .ly-faq-layout,
  .page-linyi .ly-final-inner {
    grid-template-columns: 1fr;
  }

  .page-linyi .ly-hero-grid {
    gap: 40px;
  }

  .page-linyi .ly-hero-copy h1 {
    max-width: 760px;
  }

  .page-linyi .ly-conveyor-layout,
  .page-linyi .ly-platform-layout,
  .page-linyi .ly-faq-layout,
  .page-linyi .ly-final-inner {
    gap: 44px;
  }

  .page-linyi .ly-faq-layout header {
    position: static;
  }

  .page-linyi .ly-card-register,
  .page-linyi .ly-card-accounting,
  .page-linyi .ly-card-growth,
  .page-linyi .ly-card-order,
  .page-linyi .ly-card-permit,
  .page-linyi .ly-card-boundary {
    grid-column: span 6;
  }
}

@media (max-width: 680px) {
  .page-linyi .city-shell {
    width: min(100% - 28px, 1180px);
  }

  .page-linyi .city-section {
    padding: 78px 0;
  }

  .page-linyi .city-section-head {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 34px;
  }

  .page-linyi .city-section-head h2,
  .page-linyi .ly-conveyor-copy h2,
  .page-linyi .ly-platform-copy h2,
  .page-linyi .ly-faq-layout h2,
  .page-linyi .ly-final h2 {
    font-size: clamp(29px, 8.2vw, 33px);
    line-height: 1.16;
  }

  .page-linyi .city-section-copy,
  .page-linyi .ly-conveyor-copy > p,
  .page-linyi .ly-platform-copy > p,
  .page-linyi .ly-final p {
    font-size: 15px;
    line-height: 1.78;
  }

  .page-linyi .ly-hero {
    min-height: auto;
    padding: 8px 0 58px;
  }

  .page-linyi .ly-hero .city-crumb {
    margin: 20px 0 34px;
  }

  .page-linyi .ly-hero-grid {
    gap: 32px;
  }

  .page-linyi .ly-hero-copy h1 {
    font-size: clamp(36px, 10.2vw, 40px);
    line-height: 1.09;
  }

  .page-linyi .ly-hero-copy {
    padding-top: 0;
  }

  .page-linyi .ly-hero-lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.78;
  }

  .page-linyi .ly-hero-actions {
    margin-top: 26px;
  }

  .page-linyi .ly-hero-actions a {
    flex: 1 1 150px;
    min-height: 50px;
    padding: 0 16px;
    font-size: 14px;
  }

  .page-linyi .ly-hero-marks {
    margin-top: 28px;
  }

  .page-linyi .ly-hero-marks span {
    min-height: 68px;
    padding: 12px 9px;
  }

  .page-linyi .ly-hero-marks b {
    font-size: 13px;
  }

  .page-linyi .ly-command-board {
    padding: 8px;
  }

  .page-linyi .ly-hero-visual img {
    aspect-ratio: 3 / 4;
  }

  .page-linyi .ly-hero-visual figcaption {
    right: 12px;
    top: 12px;
    max-width: 62%;
    letter-spacing: .04em;
    text-align: right;
  }

  .page-linyi .ly-board-status {
    left: 20px;
    bottom: 94px;
  }

  .page-linyi .ly-board-status strong {
    font-size: 15px;
  }

  .page-linyi .ly-board-tabs {
    right: 16px;
    bottom: 16px;
    left: 16px;
    gap: 4px;
  }

  .page-linyi .ly-board-tabs button {
    min-height: 48px;
    justify-content: center;
    padding: 7px 5px;
  }

  .page-linyi .ly-board-tabs button b {
    display: none;
  }

  .page-linyi .ly-board-tabs button span {
    font-size: 12px;
  }

  .page-linyi .ly-bento {
    grid-template-columns: 1fr;
  }

  .page-linyi .ly-card-register,
  .page-linyi .ly-card-accounting,
  .page-linyi .ly-card-growth,
  .page-linyi .ly-card-order,
  .page-linyi .ly-card-permit,
  .page-linyi .ly-card-boundary {
    grid-column: 1;
  }

  .page-linyi .ly-card {
    padding: 24px;
  }

  .page-linyi .ly-card-no {
    margin-bottom: 30px;
  }

  .page-linyi .ly-card h3 {
    font-size: 23px;
  }

  .page-linyi .ly-card p {
    font-size: 15px;
  }

  .page-linyi .ly-mini-grid {
    grid-template-columns: repeat(3, 38px);
  }

  .page-linyi .ly-boundary-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-linyi .ly-conveyor-list {
    grid-template-columns: 1fr;
  }

  .page-linyi .ly-conveyor-board {
    padding: 20px;
  }

  .page-linyi .ly-conveyor-board article,
  .page-linyi .ly-conveyor-board article:nth-of-type(2),
  .page-linyi .ly-conveyor-board article:nth-of-type(3) {
    grid-template-columns: 1fr;
    gap: 9px;
    min-height: 0;
    margin-left: 0;
    padding: 22px;
  }

  .page-linyi .ly-article-grid {
    grid-template-columns: 1fr;
  }

  .page-linyi .ly-article-card,
  .page-linyi .ly-article-card:nth-child(1),
  .page-linyi .ly-article-card:nth-child(2) {
    grid-column: 1;
    min-height: 238px;
    padding: 24px;
  }

  .page-linyi .ly-article-card h3 {
    margin-top: 38px;
    font-size: 20px;
  }

  .page-linyi .ly-platform-visual {
    padding: 8px;
    box-shadow: 10px 10px 0 rgba(16,23,22,.08);
  }

  .page-linyi .ly-platform-badge {
    right: -4px;
    bottom: -32px;
    width: 86px;
    height: 86px;
  }

  .page-linyi .ly-platform-badge b {
    font-size: 28px;
  }

  .page-linyi .ly-workspaces {
    grid-template-columns: 1fr;
  }

  .page-linyi .ly-faq-layout summary {
    min-height: 76px;
  }

  .page-linyi .ly-final {
    padding: 68px 0;
  }
}

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