.page-yuncheng {
  --accent: #19d5c2;
  --yc-ink: #071b29;
  --yc-navy: #0a2940;
  --yc-cyan: #19d5c2;
  --yc-coral: #ff6948;
  --yc-sand: #f3efe5;
  --yc-fog: #e9f1f1;
  background: var(--yc-sand);
}
.page-yuncheng .ct-public-header { z-index: 1000; }
.page-yuncheng .city-eyebrow { color: var(--yc-cyan); }
.yc-main { background: var(--yc-sand); }

.yc-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  padding-top: 86px;
  overflow: clip;
  background:
    radial-gradient(circle at 14% 16%, rgba(25, 213, 194, .18), transparent 29%),
    linear-gradient(125deg, #061723 0%, #092a3e 56%, #0b3545 100%);
  color: #fff;
}
.yc-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(128, 226, 221, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 226, 221, .055) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  transform: perspective(900px) rotateX(54deg) scale(1.6) translateY(15%);
  transform-origin: bottom;
}
.yc-hero::after {
  position: absolute;
  inset: auto -14vw -36vw auto;
  z-index: -1;
  width: 70vw;
  height: 70vw;
  border: 1px solid rgba(85, 229, 218, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 6vw rgba(54, 207, 198, .025), 0 0 0 13vw rgba(54, 207, 198, .02);
  content: "";
}
.yc-hero .city-crumb { color: #7895a7; }
.yc-hero .city-crumb a { color: #a9c2cf; }
.yc-hero .city-crumb strong { color: #fff; }
.yc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: 72px;
  min-height: 675px;
  padding: 58px 0 90px;
}
.yc-hero-copy { position: relative; z-index: 2; }
.yc-hero-copy h1 {
  max-width: 710px;
  margin: 0;
  font-size: clamp(51px, 4.2vw, 60px);
  line-height: .98;
  letter-spacing: -.065em;
}
.yc-hero-copy h1 span {
  display: block;
  margin-top: 22px;
  color: #b7fff4;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.18;
  letter-spacing: -.045em;
}
.yc-hero-copy > p:not(.city-eyebrow):not(.yc-hero-note) {
  max-width: 680px;
  margin: 28px 0 0;
  color: #b3cbd4;
  font-size: 17px;
  line-height: 1.9;
}
.yc-hero-facts {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.35fr;
  gap: 1px;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid rgba(126, 232, 221, .2);
  border-radius: 18px;
  background: rgba(127, 233, 222, .15);
}
.yc-hero-facts > div { min-height: 108px; padding: 20px; background: rgba(4, 22, 35, .78); }
.yc-hero-facts small { display: block; color: #7999a8; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.yc-hero-facts strong { display: block; margin-top: 12px; font-size: 16px; line-height: 1.3; }
.yc-hero-facts em { color: #fff; font-size: 31px; font-style: normal; }
.yc-hero-note { margin: 15px 0 0; color: #7899a8; font-size: 11px; line-height: 1.7; }

.yc-route-console {
  position: relative;
  min-height: 570px;
  overflow: clip;
  border: 1px solid rgba(131, 236, 226, .22);
  border-radius: 44px 10px 44px 10px;
  background: linear-gradient(145deg, rgba(14, 57, 73, .88), rgba(4, 20, 32, .93));
  box-shadow: 0 46px 120px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .06);
}
.yc-hero-art { position: absolute; inset: 72px 0 0; z-index: 1; margin: 0; overflow: clip; }
.yc-hero-art::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 20, 32, .5), rgba(4, 20, 32, .12) 50%, rgba(4, 20, 32, .48)), linear-gradient(to top, rgba(4, 20, 32, .76), transparent 46%); content: ""; }
.yc-hero-art picture, .yc-hero-art img { display: block; width: 100%; height: 100%; }
.yc-hero-art img { object-fit: cover; opacity: .66; filter: saturate(.92) contrast(1.06); }
.yc-hero-art figcaption { position: absolute; z-index: 2; right: 26px; bottom: 38px; color: rgba(190, 247, 240, .7); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.yc-route-console::before {
  position: absolute;
  inset: 72px 26px 42px;
  border: 1px solid rgba(99, 221, 211, .08);
  background-image: radial-gradient(circle, rgba(115, 229, 219, .16) 1px, transparent 1.5px);
  background-size: 24px 24px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}
.yc-console-head {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  padding: 22px 25px;
  border-bottom: 1px solid rgba(112, 226, 217, .15);
  color: #7697a5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
}
.yc-console-head b { color: #b4fff4; }
.yc-route-line { position: absolute; inset: 70px 0 34px; z-index: 2; width: 100%; height: calc(100% - 104px); }
.yc-route-line path { fill: none; stroke: rgba(108, 224, 214, .3); stroke-width: 2; stroke-dasharray: 6 8; }
.yc-route-line .yc-route-glow { stroke: var(--yc-cyan); stroke-width: 4; stroke-dasharray: 44 1000; filter: drop-shadow(0 0 8px var(--yc-cyan)); animation: ycRoute 7s linear infinite; }
.yc-route-node {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 10px;
  width: 142px;
  padding: 13px;
  border: 1px solid rgba(130, 231, 222, .25);
  border-radius: 16px 4px 16px 4px;
  background: rgba(6, 31, 44, .9);
  color: #b8cdd5;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.yc-route-node:hover, .yc-route-node:focus-visible, .yc-route-node.is-active { transform: translateY(-5px); border-color: var(--yc-cyan); background: #0c4c57; outline: none; }
.yc-route-node b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--yc-coral); color: #fff; font-size: 11px; }
.yc-route-node span { font-size: 12px; font-weight: 850; }
.yc-route-node.node-1 { left: 4%; top: 67%; }
.yc-route-node.node-2 { left: 30%; top: 22%; }
.yc-route-node.node-3 { left: 56%; top: 70%; }
.yc-route-node.node-4 { right: 2%; top: 28%; }
.yc-console-scale { position: absolute; z-index: 5; right: 26px; bottom: 22px; left: 26px; display: flex; justify-content: space-between; color: #7eabb5; font-size: 9px; letter-spacing: .13em; }
.yc-coordinate { position: absolute; right: 4vw; bottom: 20px; color: rgba(117, 228, 218, .28); font-size: 10px; font-weight: 900; letter-spacing: .22em; }

.yc-bento-section { background: var(--yc-sand); }
.yc-bento-section .city-section-head { border-bottom: 1px solid rgba(8, 45, 59, .16); padding-bottom: 36px; }
.yc-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(110px, auto);
  gap: 14px;
}
.yc-tile {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(8, 42, 55, .12);
  border-radius: 24px 6px 24px 6px;
  background: #fff;
}
.yc-tile > span { color: #2c7d7c; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.yc-tile h3 { margin: 32px 0 13px; font-size: 24px; line-height: 1.25; letter-spacing: -.035em; }
.yc-tile p { margin: 0; color: #66767b; font-size: 14px; line-height: 1.8; }
.yc-tile.tile-main { grid-column: span 7; grid-row: span 2; min-height: 420px; padding: 46px; background: var(--yc-ink); color: #fff; }
.yc-tile.tile-main::after { position: absolute; right: -80px; bottom: -110px; width: 310px; height: 310px; border: 1px solid rgba(57, 224, 210, .23); border-radius: 50%; box-shadow: 0 0 0 38px rgba(57, 224, 210, .03), 0 0 0 76px rgba(57, 224, 210, .025); content: ""; }
.yc-tile.tile-main > span { color: #71e9de; }
.yc-tile.tile-main h3 { max-width: 700px; font-size: clamp(34px, 4vw, 54px); }
.yc-tile.tile-main p { max-width: 650px; color: #9db5be; }
.yc-checks { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.yc-checks i { padding: 9px 12px; border: 1px solid rgba(106, 224, 215, .2); border-radius: 999px; color: #b8f8f2; font-size: 11px; font-style: normal; }
.yc-tile.tile-price { grid-column: span 5; min-height: 260px; background: var(--yc-coral); color: #fff; }
.yc-tile.tile-price > span { color: #ffe0d7; }
.yc-tile.tile-price strong { display: block; margin-top: 34px; font-size: 58px; line-height: 1; letter-spacing: -.05em; }
.yc-tile.tile-price strong small { margin-left: 6px; font-size: 14px; letter-spacing: 0; }
.yc-tile.tile-price p { margin-top: 22px; color: #fff1ec; }
.yc-tile.tile-month { grid-column: span 5; min-height: 260px; padding-right: 145px; background: #deeeeb; }
.yc-month-ring { position: absolute; right: 28px; top: 70px; display: grid; place-items: center; width: 98px; height: 98px; border: 1px solid #7bbdb8; border-radius: 50%; }
.yc-month-ring::before { position: absolute; inset: 12px; border: 1px dashed #58a7a1; border-radius: 50%; content: ""; animation: ycSpin 12s linear infinite; }
.yc-month-ring b { font-size: 14px; }
.yc-month-ring i { position: absolute; top: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--yc-coral); box-shadow: 0 0 0 6px rgba(255, 105, 72, .12); }
.yc-tile.tile-permit { grid-column: span 4; grid-row: span 2; min-height: 410px; background: #fff; }
.yc-tile.tile-permit ul { display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; }
.yc-tile.tile-permit li { padding: 15px 0; border-top: 1px solid rgba(8, 42, 55, .12); color: #4d6168; font-size: 13px; }
.yc-tile.tile-permit li::before { margin-right: 10px; color: var(--yc-coral); content: "→"; }
.yc-tile.tile-growth { grid-column: span 4; min-height: 300px; background: #0c3c4d; color: #fff; }
.yc-tile.tile-growth > span { color: #73e4da; }
.yc-tile.tile-growth p { color: #a3bdc5; }
.yc-tile.tile-growth a { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 17px; border-top: 1px solid rgba(126, 231, 222, .18); color: #bafaf4; font-size: 12px; font-weight: 850; text-decoration: none; }
.yc-tile.tile-remote { grid-column: span 4; min-height: 300px; background: #ebe5d7; }
.yc-signal { display: flex; align-items: center; gap: 8px; margin-top: 26px; color: #6c7775; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.yc-signal i { width: 8px; height: 8px; border-radius: 50%; background: #23b9aa; box-shadow: 0 0 0 5px rgba(35, 185, 170, .1); }
.yc-signal i:nth-child(2) { opacity: .6; }.yc-signal i:nth-child(3) { opacity: .3; margin-right: 6px; }
.yc-service-visual { position: absolute; z-index: 1; margin: 0; overflow: clip; }
.yc-service-visual::after { position: absolute; inset: 0; content: ""; }
.yc-service-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.yc-service-visual figcaption { position: absolute; z-index: 2; right: 12px; bottom: 10px; left: 12px; color: rgba(255, 255, 255, .78); font-size: 9px; font-weight: 850; line-height: 1.35; }
.yc-tile.tile-main .yc-service-visual { right: 0; bottom: 0; width: 48%; height: 56%; border-radius: 30px 0 22px 0; }
.yc-tile.tile-main .yc-service-visual::after { background: linear-gradient(90deg, var(--yc-ink), transparent 46%), linear-gradient(to top, rgba(7, 27, 41, .7), transparent 54%); }
.yc-tile.tile-main .yc-service-visual img { opacity: .68; }
.yc-tile.tile-month .yc-service-visual { inset: 0 0 0 42%; }
.yc-tile.tile-month .yc-service-visual::after { background: linear-gradient(90deg, #deeeeb 0%, rgba(222, 238, 235, .72) 36%, rgba(222, 238, 235, .12)); }
.yc-tile.tile-month .yc-service-visual img { opacity: .48; }
.yc-tile.tile-month .yc-service-visual figcaption { color: rgba(7, 43, 55, .75); }
.yc-tile.tile-growth .yc-service-visual { inset: 0 0 0 48%; }
.yc-tile.tile-growth .yc-service-visual::after { background: linear-gradient(90deg, #0c3c4d 0%, rgba(12, 60, 77, .7) 44%, rgba(12, 60, 77, .06)); }
.yc-tile.tile-growth .yc-service-visual img { opacity: .45; }
.yc-tile.tile-main > :not(.yc-service-visual), .yc-tile.tile-month > :not(.yc-service-visual), .yc-tile.tile-growth > :not(.yc-service-visual) { position: relative; z-index: 3; }
.yc-tile.tile-main h3, .yc-tile.tile-main p, .yc-tile.tile-main .yc-checks { max-width: 55%; }
.yc-tile.tile-month h3, .yc-tile.tile-month p { max-width: 55%; }
.yc-tile.tile-growth h3, .yc-tile.tile-growth p, .yc-tile.tile-growth a { max-width: 58%; }

.yc-rhythm { background: #071b29; color: #fff; }
.yc-rhythm-grid { display: grid; grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr); gap: 78px; }
.yc-rhythm-intro { position: sticky; top: 130px; align-self: start; }
.yc-rhythm-intro h2 { font-size: clamp(38px, 4.7vw, 64px); }
.yc-rhythm-intro > p:last-child { color: #90a9b4; line-height: 1.9; }
.yc-rhythm-track { position: relative; }
.yc-rhythm-track::before { position: absolute; left: 27px; top: 36px; bottom: 36px; width: 1px; background: linear-gradient(var(--yc-cyan), var(--yc-coral)); content: ""; }
.yc-rhythm-track article { position: relative; display: grid; grid-template-columns: 56px 1fr 74px; align-items: center; gap: 22px; min-height: 148px; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.yc-rhythm-track article:first-child { border-top: 1px solid rgba(255, 255, 255, .13); }
.yc-rhythm-track article > b { z-index: 2; display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(112, 228, 218, .35); border-radius: 50%; background: #0a2a3b; color: #9ff4eb; font-size: 11px; }
.yc-rhythm-track h3 { margin: 0 0 8px; font-size: 23px; }
.yc-rhythm-track p { margin: 0; color: #94abb5; font-size: 13px; line-height: 1.7; }
.yc-rhythm-track article > span { color: #587a88; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-align: right; }

.yc-articles { background: #eaf0ef; }
.yc-article-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 13px; }
.yc-article { grid-column: span 4; min-height: 300px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(9, 49, 61, .13); border-radius: 20px 5px 20px 5px; background: #fff; color: inherit; text-decoration: none; transition: transform .25s ease, background .25s ease, color .25s ease; }
.yc-article:hover { transform: translateY(-7px); background: var(--yc-ink); color: #fff; }
.yc-article.article-feature { grid-column: span 8; grid-row: span 2; min-height: 380px; justify-content: end; background: linear-gradient(145deg, #0b3445, #071a28); color: #fff; }
.yc-article > span { color: #2a8b84; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.yc-article.article-feature > span { color: #6ee3d8; }
.yc-article h3 { margin: 38px 0 14px; font-size: 22px; line-height: 1.4; letter-spacing: -.025em; }
.yc-article.article-feature h3 { max-width: 780px; font-size: clamp(30px, 4vw, 48px); line-height: 1.16; }
.yc-article p { margin: 0; color: #6e7f83; font-size: 13px; line-height: 1.75; }
.yc-article.article-feature p { max-width: 650px; color: #9eb8c0; }
.yc-article > b { margin-top: auto; padding-top: 26px; color: var(--yc-coral); font-size: 12px; }

.yc-platform { background: #f6f2e8; }
.yc-platform-grid { display: grid; grid-template-columns: minmax(290px, .7fr) minmax(0, 1.3fr); gap: 54px; }
.yc-platform-copy { display: flex; flex-direction: column; justify-content: space-between; min-height: 650px; padding: 42px; border-radius: 32px 8px 32px 8px; background: var(--yc-coral); color: #fff; }
.yc-platform-copy h2 { font-size: clamp(38px, 4.5vw, 60px); }
.yc-platform-copy > p:not(.city-eyebrow) { line-height: 1.9; }
.yc-platform-labels { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 36px; }
.yc-platform-labels span { padding: 9px 11px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 999px; font-size: 10px; }
.yc-platform-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.yc-screen { overflow: hidden; border: 1px solid rgba(8, 42, 55, .13); border-radius: 24px 6px 24px 6px; background: #fff; }
.yc-screen.screen-wide { grid-column: 1 / -1; }
.yc-screen img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }
.yc-screen div { padding: 24px; }
.yc-screen small { color: #27877f; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.yc-screen h3 { margin: 10px 0 8px; font-size: 21px; }
.yc-screen p { margin: 0; color: #6e7e82; font-size: 13px; line-height: 1.7; }

.yc-faq { background: #fff; }
.yc-faq-grid { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 72px; }
.yc-faq-intro { position: sticky; top: 130px; align-self: start; }
.yc-faq-intro h2 { font-size: clamp(38px, 4.8vw, 64px); }
.yc-faq-intro > p:last-child { color: #68777d; line-height: 1.9; }
.yc-faq .faq-list summary { display: grid; grid-template-columns: 42px 1fr 30px; gap: 14px; align-items: center; }
.yc-faq .faq-list summary i { color: #258a82; font-size: 10px; font-style: normal; }
.yc-faq .faq-list summary b { font-size: 22px; transition: transform .25s ease; }
.yc-faq .faq-list details[open] summary b { transform: rotate(45deg); }
.yc-faq .faq-list details p { margin: 0; padding: 0 42px 27px 56px; }

.yc-final { padding: 76px 0; background: linear-gradient(110deg, #0c3546, #071a28); color: #fff; }
.yc-final-inner { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 60px; }
.yc-final small { color: #6de7dc; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.yc-final h2 { max-width: 850px; margin: 15px 0 0; font-size: clamp(36px, 4.8vw, 64px); line-height: 1.05; letter-spacing: -.05em; }
.yc-final p { margin: 0; color: #9bb4be; line-height: 1.85; }
.page-yuncheng .city-section h2, .page-yuncheng .yc-rhythm-intro h2, .page-yuncheng .yc-platform-copy h2, .page-yuncheng .yc-faq-intro h2, .page-yuncheng .yc-final h2 { font-size: clamp(43px, 3.5vw, 47px); }

@keyframes ycRoute { to { stroke-dashoffset: -1044; } }
@keyframes ycSpin { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .yc-hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .yc-route-console { width: min(760px, 100%); margin: auto; }
  .yc-tile.tile-main { grid-column: span 12; }
  .yc-tile.tile-price, .yc-tile.tile-month { grid-column: span 6; }
  .yc-tile.tile-permit, .yc-tile.tile-growth, .yc-tile.tile-remote { grid-column: span 4; }
  .yc-rhythm-grid, .yc-platform-grid, .yc-faq-grid { grid-template-columns: 1fr; }
  .yc-rhythm-intro, .yc-faq-intro { position: static; }
  .yc-platform-copy { min-height: 440px; }
}

@media (max-width: 700px) {
  .yc-hero { min-height: auto; padding-top: 76px; }
  .yc-hero-grid { min-height: auto; padding: 38px 0 62px; gap: 42px; }
  .yc-hero-copy h1 { font-size: 40px; }
  .yc-hero-copy h1 span { font-size: 26px; }
  .yc-hero-copy > p:not(.city-eyebrow):not(.yc-hero-note) { font-size: 15px; }
  .yc-hero-facts { grid-template-columns: 1fr; }
  .yc-hero-facts > div { min-height: 88px; }
  .yc-route-console { min-height: 440px; border-radius: 28px 6px 28px 6px; }
  .yc-route-line { inset: 62px -44px 32px; width: calc(100% + 88px); }
  .yc-route-node { width: 118px; grid-template-columns: 30px 1fr; gap: 7px; padding: 10px; }
  .yc-route-node b { width: 29px; height: 29px; }
  .yc-route-node.node-1 { left: 1%; top: 65%; }.yc-route-node.node-2 { left: 23%; top: 25%; }.yc-route-node.node-3 { left: 51%; top: 69%; }.yc-route-node.node-4 { right: 0; top: 30%; }
  .yc-coordinate { display: none; }
  .yc-bento { grid-template-columns: 1fr; }
  .yc-tile, .yc-tile.tile-main, .yc-tile.tile-price, .yc-tile.tile-month, .yc-tile.tile-permit, .yc-tile.tile-growth, .yc-tile.tile-remote { grid-column: auto; grid-row: auto; min-height: 0; padding: 27px; }
  .yc-tile.tile-main { min-height: 430px; }
  .yc-tile.tile-main h3 { font-size: 36px; }
  .yc-tile.tile-main h3, .yc-tile.tile-main p, .yc-tile.tile-main .yc-checks, .yc-tile.tile-month h3, .yc-tile.tile-month p, .yc-tile.tile-growth h3, .yc-tile.tile-growth p, .yc-tile.tile-growth a { max-width: none; }
  .yc-service-visual, .yc-tile.tile-main .yc-service-visual, .yc-tile.tile-month .yc-service-visual, .yc-tile.tile-growth .yc-service-visual { position: relative; inset: auto; width: 100%; height: auto; margin-top: 24px; border-radius: 18px 4px 18px 4px; aspect-ratio: 3 / 2; }
  .yc-service-visual img, .yc-tile.tile-main .yc-service-visual img, .yc-tile.tile-month .yc-service-visual img, .yc-tile.tile-growth .yc-service-visual img { opacity: 1; }
  .yc-service-visual::after, .yc-tile.tile-main .yc-service-visual::after, .yc-tile.tile-month .yc-service-visual::after, .yc-tile.tile-growth .yc-service-visual::after { background: linear-gradient(to top, rgba(4, 20, 32, .78), transparent 45%); }
  .yc-service-visual figcaption, .yc-tile.tile-month .yc-service-visual figcaption { color: rgba(255, 255, 255, .88); }
  .yc-tile.tile-month { padding-right: 130px; }
  .yc-rhythm-grid { gap: 38px; }
  .yc-rhythm-track article { grid-template-columns: 48px 1fr; gap: 15px; }
  .yc-rhythm-track::before { left: 23px; }.yc-rhythm-track article > b { width: 48px; height: 48px; }.yc-rhythm-track article > span { display: none; }
  .yc-article-grid { grid-template-columns: 1fr; }
  .yc-article, .yc-article.article-feature { grid-column: auto; grid-row: auto; min-height: 290px; }
  .yc-article.article-feature { min-height: 390px; }
  .yc-platform-copy { min-height: 0; padding: 28px; }
  .yc-platform-cards { grid-template-columns: 1fr; }
  .yc-screen.screen-wide { grid-column: auto; }
  .page-yuncheng .city-section h2, .page-yuncheng .yc-rhythm-intro h2, .page-yuncheng .yc-platform-copy h2, .page-yuncheng .yc-faq-intro h2, .page-yuncheng .yc-final h2 { font-size: 32px; }
  .yc-faq-grid { gap: 36px; }
  .yc-faq .faq-list summary { grid-template-columns: 32px 1fr 24px; font-size: 16px; }
  .yc-faq .faq-list details p { padding-left: 46px; }
  .yc-final-inner { grid-template-columns: 1fr; gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .yc-route-line .yc-route-glow, .yc-month-ring::before { animation: none; }
  .yc-route-node, .yc-article { transition: none; }
}
