:root {
  --wy-bg: #f5f7f8;
  --wy-paper: #ffffff;
  --wy-soft: #fff7e6;
  --wy-ink: #111827;
  --wy-text: #344054;
  --wy-muted: #667085;
  --wy-line: #eadfcb;
  --wy-green: rgb(255, 186, 27);
  --wy-green-dark: #8a5600;
  --wy-gold: rgb(255, 186, 27);
  --wy-primary-rgb: 255, 186, 27;
  --wy-navy: #101828;
  --wy-radius: 6px;
  --wy-shadow: 0 18px 45px rgba(16, 24, 40, 0.1);
  --wy-shadow-soft: 0 12px 28px rgba(16, 24, 40, 0.07);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

/* Reference-site replica pass: keep site-02 content, rebuild home visual order and proportions. */
body[data-page="home"] {
  min-width: 0;
  background: #f5f5f5;
  color: #333;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

body[data-page="home"] .wy-page {
  overflow: hidden;
  background: #f5f5f5;
}

img {
  border: 0;
}

img:not([src]),
img[src=""],
img[src*="/placeholders/"],
img[src*="gray-placeholder.svg"],
img[src*="placeholder.svg"],
img[src^="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9'"],
img.is-loading,
img.is-placeholder {
  opacity: 0;
}

figure:has(> img.is-loading),
figure:has(> img.is-placeholder),
figure:has(> img[src=""]),
figure:has(> img[src*="/placeholders/"]),
figure:has(> img[src*="placeholder.svg"]),
.imgbox:has(> img.is-loading),
.imgbox:has(> img.is-placeholder),
.imgbox:has(> img[src=""]),
.imgbox:has(> img[src*="/placeholders/"]),
.imgbox:has(> img[src*="placeholder.svg"]) {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

figure:has(> img.is-loading)::before,
figure:has(> img.is-loading)::after,
figure:has(> img.is-placeholder)::before,
figure:has(> img.is-placeholder)::after,
figure:has(> img[src=""])::before,
figure:has(> img[src=""])::after,
figure:has(> img[src*="/placeholders/"])::before,
figure:has(> img[src*="/placeholders/"])::after,
figure:has(> img[src*="placeholder.svg"])::before,
figure:has(> img[src*="placeholder.svg"])::after,
.imgbox:has(> img.is-loading)::before,
.imgbox:has(> img.is-loading)::after,
.imgbox:has(> img.is-placeholder)::before,
.imgbox:has(> img.is-placeholder)::after,
.imgbox:has(> img[src=""])::before,
.imgbox:has(> img[src=""])::after,
.imgbox:has(> img[src*="/placeholders/"])::before,
.imgbox:has(> img[src*="/placeholders/"])::after,
.imgbox:has(> img[src*="placeholder.svg"])::before,
.imgbox:has(> img[src*="placeholder.svg"])::after {
  display: none !important;
}

.wy-hero__photo:has(img.is-loading),
.wy-hero__photo:has(img.is-placeholder),
.wy-hero__photo:has(img[src=""]),
.wy-hero__photo:has(img[src*="/placeholders/"]),
.wy-hero__photo:has(img[src*="placeholder.svg"]),
.wy-platform__image:has(img.is-loading),
.wy-platform__image:has(img.is-placeholder),
.wy-platform__image:has(img[src=""]),
.wy-platform__image:has(img[src*="/placeholders/"]),
.wy-platform__image:has(img[src*="placeholder.svg"]),
.wy-proof-ref .imgbox:has(img.is-loading),
.wy-proof-ref .imgbox:has(img.is-placeholder),
.wy-proof-ref .imgbox:has(img[src=""]),
.wy-proof-ref .imgbox:has(img[src*="/placeholders/"]),
.wy-proof-ref .imgbox:has(img[src*="placeholder.svg"]),
.wy-standard__media figure:has(img.is-loading),
.wy-standard__media figure:has(img.is-placeholder),
.wy-standard__media figure:has(img[src=""]),
.wy-standard__media figure:has(img[src*="/placeholders/"]),
.wy-standard__media figure:has(img[src*="placeholder.svg"]),
.wy-city-globe:has(img.is-loading),
.wy-city-globe:has(img.is-placeholder),
.wy-city-globe:has(img[src=""]),
.wy-city-globe:has(img[src*="/placeholders/"]),
.wy-city-globe:has(img[src*="placeholder.svg"]),
.wy-qr:has(img.is-loading),
.wy-qr:has(img.is-placeholder),
.wy-qr:has(img[src=""]),
.wy-qr:has(img[src*="/placeholders/"]),
.wy-qr:has(img[src*="placeholder.svg"]) {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

.wy-hero__photo:has(img.is-loading)::before,
.wy-hero__photo:has(img.is-loading)::after,
.wy-hero__photo:has(img.is-placeholder)::before,
.wy-hero__photo:has(img.is-placeholder)::after,
.wy-hero__photo:has(img[src=""])::before,
.wy-hero__photo:has(img[src=""])::after,
.wy-hero__photo:has(img[src*="/placeholders/"])::before,
.wy-hero__photo:has(img[src*="/placeholders/"])::after,
.wy-hero__photo:has(img[src*="placeholder.svg"])::before,
.wy-hero__photo:has(img[src*="placeholder.svg"])::after {
  display: none !important;
}

.wy-qr img.is-loading,
.wy-qr img.is-placeholder,
.wy-contact-modal__qr img.is-loading,
.wy-contact-modal__qr img.is-placeholder {
  border-color: transparent;
  background: transparent;
}

body[data-page="home"] .wy-shell {
  width: 73.9583333333vw;
  max-width: 1420px;
  min-width: 0;
}

body[data-page="home"] .wy-footer .wy-shell {
  width: auto;
  max-width: none;
  margin: 0;
}

body[data-page="home"] .wy-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: #fff;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-page="home"] .wy-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #005b82, #00a14f);
}

body[data-page="home"] .wy-header__inner {
  width: auto;
  max-width: none;
  height: clamp(55px, 5.9895833333vw, 115px);
  margin: 0;
  padding: 0 clamp(12px, 2.6041666667vw, 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

body[data-page="home"] .wy-logo__image {
  width: auto;
  height: clamp(35px, 2.7083333333vw, 52px);
  object-fit: contain;
}

body[data-page="home"] .wy-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0;
}

body[data-page="home"] .wy-nav a {
  display: block;
  margin-left: 2.6041666667vw;
  padding: 0;
  color: #333;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 48px;
}

body[data-page="home"] .wy-nav a::after {
  display: none;
}

body[data-page="home"] .wy-nav a:hover,
body[data-page="home"] .wy-nav a.is-active {
  background: linear-gradient(90deg, #005b82, #00a14f);
  background-clip: text;
  color: transparent;
  font-weight: 800;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body[data-page="home"] .wy-header__cta {
  display: none;
}

body[data-page="home"] .wy-hero {
  height: calc(100vh - clamp(55px, 5.9895833333vw, 115px));
  min-height: 560px;
  margin-top: clamp(55px, 5.9895833333vw, 115px);
  overflow: hidden;
  background: #101828;
}

body[data-page="home"] .wy-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.02)),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18));
}

body[data-page="home"] .wy-hero__layout {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  display: block;
  padding: 0;
}

body[data-page="home"] .wy-hero__scene {
  position: absolute;
  inset: 0;
  min-height: 0;
}

body[data-page="home"] .wy-hero__photo {
  position: absolute;
  inset: 0;
  height: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  background: #d8dde2;
}

body[data-page="home"] .wy-hero__photo::before {
  display: none;
}

body[data-page="home"] .wy-hero__photo::after {
  display: none;
}

body[data-page="home"] .wy-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

body[data-page="home"] .wy-hero__story {
  position: absolute;
  left: 13.0208333333vw;
  bottom: 13vh;
  z-index: 3;
  width: min(680px, 45vw);
  padding: 0;
  color: #fff;
}

body[data-page="home"] .wy-kicker {
  display: block;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 800;
  letter-spacing: 0;
}

body[data-page="home"] .wy-kicker::before {
  display: none;
}

body[data-page="home"] .wy-hero h1 {
  max-width: none;
  color: #fff;
  font-size: clamp(42px, 3.8541666667vw, 74px);
  font-weight: 900;
  line-height: 1.12;
}

body[data-page="home"] .wy-hero__story > p:not(.wy-kicker) {
  max-width: 580px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1.85;
}

body[data-page="home"] .wy-hero__actions {
  margin-top: clamp(32px, 3.125vw, 60px);
}

body[data-page="home"] .wy-btn,
body[data-page="home"] .wy-link-btn {
  width: clamp(124px, 8.75vw, 168px);
  height: clamp(40px, 2.6041666667vw, 50px);
  border: 0;
  border-radius: 3px;
  padding: 0 clamp(10px, 1.0416666667vw, 20px);
  background: linear-gradient(90deg, #005b82, #00a14f);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  justify-content: space-between;
  box-shadow: none;
}

body[data-page="home"] .wy-link-btn::after {
  content: "›";
  width: auto;
  height: auto;
  margin-left: 12px;
  background: transparent;
  font-size: 20px;
  line-height: 1;
}

body[data-page="home"] .wy-hero__metrics {
  display: none;
}

body[data-page="home"] .wy-hero__rail {
  right: clamp(12px, 2.6041666667vw, 50px);
  left: auto;
  bottom: clamp(12px, 2.0833333333vw, 40px);
  z-index: 3;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
}

body[data-page="home"] .wy-hero__rail span {
  color: #fff;
  font-size: clamp(20px, 1.6666666667vw, 32px);
}

body[data-page="home"] .wy-hero__rail b {
  color: rgba(255, 255, 255, 0.82);
}

body[data-page="home"] .wy-proof {
  padding: clamp(52px, 6.25vw, 120px) 0;
  background: #fff;
}

body[data-page="home"] .wy-proof__layout {
  display: block;
}

body[data-page="home"] .wy-proof__heading {
  position: static;
  width: 42%;
}

body[data-page="home"] .wy-proof__heading .wy-kicker,
body[data-page="home"] .wy-route .wy-kicker,
body[data-page="home"] .wy-menu .wy-kicker,
body[data-page="home"] .wy-platform .wy-kicker,
body[data-page="home"] .wy-download .wy-kicker {
  color: var(--wy-green-dark);
  font-size: clamp(16px, 0.9375vw, 18px);
}

body[data-page="home"] .wy-proof h2,
body[data-page="home"] .wy-route h2,
body[data-page="home"] .wy-menu h2,
body[data-page="home"] .wy-platform h2,
body[data-page="home"] .wy-download h2 {
  color: #111827;
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 900;
  line-height: 1.2;
}

body[data-page="home"] .wy-proof__heading p:not(.wy-kicker),
body[data-page="home"] .wy-menu__head p:not(.wy-kicker),
body[data-page="home"] .wy-platform__copy p:not(.wy-kicker),
body[data-page="home"] .wy-download p {
  color: #666;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.8;
}

body[data-page="home"] .wy-proof__list {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(30px, 4.1666666667vw, 80px);
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

body[data-page="home"] .wy-proof__item {
  width: 25%;
  min-height: 0;
  padding: clamp(20px, 1.5625vw, 30px) clamp(16px, 1.25vw, 24px);
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 16px;
}

body[data-page="home"] .wy-proof__item:hover {
  transform: none;
  box-shadow: none;
}

body[data-page="home"] .wy-proof__icon {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 0;
  background: #fff7dc;
}

body[data-page="home"] .wy-proof__icon img {
  width: 22px;
  height: 22px;
}

body[data-page="home"] .wy-proof__item h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(20px, 1.875vw, 36px);
  line-height: 1.1;
}

body[data-page="home"] .wy-proof__item p {
  grid-column: 2;
  margin: 8px 0 0;
  color: #666;
}

body[data-page="home"] .wy-route {
  padding: clamp(52px, 5.2083333333vw, 100px) 0;
  background: #f5f5f5;
}

body[data-page="home"] .wy-route__layout {
  display: block;
}

body[data-page="home"] .wy-route__title {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: clamp(16px, 1.5625vw, 30px);
}

body[data-page="home"] .wy-route__title h2 {
  color: #005980;
  font-size: clamp(22px, 1.5625vw, 30px);
}

body[data-page="home"] .wy-route__title .wy-kicker {
  order: 2;
  margin: 0;
  color: #d7d7d7;
  font-size: clamp(18px, 1.25vw, 24px);
  text-transform: uppercase;
}

body[data-page="home"] .wy-route__title .wy-kicker::before {
  content: "/";
  display: inline;
  margin-right: 8px;
  color: #d7d7d7;
}

body[data-page="home"] .wy-route__steps {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: clamp(12px, 1.0416666667vw, 20px);
}

body[data-page="home"] .wy-step {
  min-height: clamp(180px, 13.5416666667vw, 260px);
  padding: clamp(22px, 1.8229166667vw, 35px);
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #333;
  position: relative;
  overflow: hidden;
}

body[data-page="home"] .wy-step::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #005b82, #00a14f);
  transition: width 0.45s ease;
}

body[data-page="home"] .wy-step:hover::before {
  width: 100%;
}

body[data-page="home"] .wy-step span {
  width: auto;
  height: auto;
  border: 0;
  color: #b4b4b4;
  font-size: clamp(20px, 1.6666666667vw, 32px);
  line-height: 1;
}

body[data-page="home"] .wy-step h3 {
  margin-top: clamp(18px, 1.4583333333vw, 28px);
  color: #111827;
  font-size: clamp(18px, 1.25vw, 24px);
}

body[data-page="home"] .wy-step p {
  color: #666;
}

body[data-page="home"] .wy-menu {
  padding: clamp(52px, 5.2083333333vw, 100px) 0;
  background: #fff;
}

body[data-page="home"] .wy-menu__head {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: clamp(16px, 1.5625vw, 30px);
}

body[data-page="home"] .wy-menu__head h2 {
  color: #005980;
  font-size: clamp(22px, 1.5625vw, 30px);
}

body[data-page="home"] .wy-menu__head .wy-kicker {
  order: 2;
  margin: 0;
  color: #d7d7d7;
  font-size: clamp(18px, 1.25vw, 24px);
  text-transform: uppercase;
}

body[data-page="home"] .wy-menu__head .wy-kicker::before {
  content: "/";
  display: inline;
  margin-right: 8px;
  color: #d7d7d7;
}

body[data-page="home"] .wy-menu__head p:not(.wy-kicker) {
  flex: 1;
  max-width: 560px;
  margin: 0 0 0 auto;
  text-align: right;
}

body[data-page="home"] .wy-menu__tabs {
  display: none;
}

body[data-page="home"] .wy-menu__showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.0416666667vw, 20px);
}

body[data-page="home"] .wy-menu-card,
body[data-page="home"] .wy-menu-card.is-active {
  display: flex;
  min-height: 0;
  flex-direction: column-reverse;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

body[data-page="home"] .wy-menu-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #005b82, #00a14f);
  transition: width 0.5s ease;
}

body[data-page="home"] .wy-menu-card:hover::before {
  width: 100%;
}

body[data-page="home"] .wy-menu-card__media {
  height: clamp(190px, 13.0208333333vw, 250px);
  min-height: 0;
  background: #eef2f4;
  overflow: hidden;
}

body[data-page="home"] .wy-menu-card__media img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  transition: transform 0.8s ease;
}

body[data-page="home"] .wy-menu-card:hover .wy-menu-card__media img {
  transform: scale(1.05);
}

body[data-page="home"] .wy-menu-card__copy {
  min-height: clamp(180px, 11.4583333333vw, 220px);
  padding: clamp(18px, 1.5625vw, 30px);
  background: #f8f9fa;
}

body[data-page="home"] .wy-menu-card h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(18px, 1.25vw, 24px);
}

body[data-page="home"] .wy-menu-card p {
  margin-top: 12px;
  color: #666;
}

body[data-page="home"] .wy-menu-card ul {
  display: none;
}

body[data-page="home"] .wy-menu-card__arrow {
  display: inline-flex;
  width: auto;
  height: auto;
  margin-top: clamp(12px, 1.0416666667vw, 20px);
  border: 0;
  border-radius: 0;
  color: #b4b4b4;
  font-size: 13px;
}

body[data-page="home"] .wy-menu-card__arrow::before {
  content: "了解详情";
  margin-right: 8px;
}

body[data-page="home"] .wy-platform {
  padding: clamp(52px, 5.2083333333vw, 100px) 0;
  background: #f5f5f5;
}

body[data-page="home"] .wy-platform__layout {
  display: flex;
  align-items: center;
  gap: clamp(36px, 5.2083333333vw, 100px);
}

body[data-page="home"] .wy-platform__copy {
  width: 42%;
  padding: 0;
  border: 0;
}

body[data-page="home"] .wy-platform__copy::after {
  display: none;
}

body[data-page="home"] .wy-platform__image {
  width: 31.0416666667vw;
  height: 17.8125vw;
  min-height: 290px;
  margin-left: auto;
  border-radius: 0;
  box-shadow: none;
}

body[data-page="home"] .wy-download {
  padding: clamp(52px, 5.2083333333vw, 100px) 0;
  background: #151b25;
  color: #fff;
}

body[data-page="home"] .wy-download__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

body[data-page="home"] .wy-download h2 {
  color: #fff;
}

body[data-page="home"] .wy-download .wy-kicker {
  color: rgba(255, 255, 255, 0.64);
}

body[data-page="home"] .wy-download p {
  color: rgba(255, 255, 255, 0.68);
}

body[data-page="home"] .wy-qr {
  width: 150px;
  padding: 10px;
  border-radius: 0;
  background: #fff;
}

body[data-page="home"] .wy-qr img {
  width: 130px;
  height: 130px;
}

@media (max-width: 980px) {
  body[data-page="home"] .wy-shell {
    width: 94%;
  }

  body[data-page="home"] .wy-header__inner {
    height: 55px;
  }

  body[data-page="home"] .wy-nav {
    display: none;
  }

  body[data-page="home"] .wy-hero {
    height: auto;
    min-height: 0;
    margin-top: 55px;
  }

  body[data-page="home"] .wy-hero__layout {
    min-height: 76vw;
  }

  body[data-page="home"] .wy-hero__story {
    left: 3%;
    right: 3%;
    bottom: 9vw;
    width: auto;
  }

  body[data-page="home"] .wy-hero h1 {
    font-size: 32px;
  }

  body[data-page="home"] .wy-hero__story > p:not(.wy-kicker) {
    max-width: 94%;
    font-size: 14px;
    line-height: 1.7;
  }

  body[data-page="home"] .wy-hero__actions {
    margin-top: 22px;
  }

  body[data-page="home"] .wy-hero__rail {
    display: none;
  }

  body[data-page="home"] .wy-proof__heading,
  body[data-page="home"] .wy-platform__copy {
    width: 100%;
  }

  body[data-page="home"] .wy-proof__list {
    flex-wrap: wrap;
  }

  body[data-page="home"] .wy-proof__item {
    width: 50%;
  }

  body[data-page="home"] .wy-route__steps,
  body[data-page="home"] .wy-menu__showcase {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .wy-menu__head {
    display: block;
  }

  body[data-page="home"] .wy-menu__head p:not(.wy-kicker) {
    max-width: none;
    margin: 14px 0 0;
    text-align: left;
  }

  body[data-page="home"] .wy-platform__layout,
  body[data-page="home"] .wy-download__inner {
    display: block;
  }

  body[data-page="home"] .wy-platform__image {
    width: 100%;
    height: 50vw;
    min-height: 0;
    margin-top: 30px;
  }

  body[data-page="home"] .wy-qr {
    margin-top: 28px;
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .wy-proof__item {
    width: 100%;
  }
}
/* Final service advantages correction: gold theme, no blue-green residue. */
body[data-page="home"] .wy-route {
  background: #f5f5f5;
  padding: clamp(58px, 5.2083333333vw, 100px) 0;
}

body[data-page="home"] .wy-route__layout {
  display: block;
}

body[data-page="home"] .wy-route__title {
  display: flex;
  align-items: flex-end;
  gap: clamp(7px, 0.5208333333vw, 10px);
  margin-bottom: clamp(22px, 1.5625vw, 30px);
  padding: 0;
  border: 0;
  background: transparent;
}

body[data-page="home"] .wy-route__title h2 {
  margin: 0;
  color: var(--wy-green-dark);
  font-size: clamp(24px, 1.5625vw, 30px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

body[data-page="home"] .wy-route__title .wy-kicker {
  order: 2;
  margin: 0;
  color: rgba(17, 24, 39, 0.16);
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0;
}

body[data-page="home"] .wy-route__title .wy-kicker::before {
  content: "/";
  display: inline-block;
  margin-right: clamp(7px, 0.5208333333vw, 10px);
  color: var(--wy-green);
  -webkit-text-fill-color: currentColor;
}

body[data-page="home"] .wy-route__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.0416666667vw, 20px);
  background: transparent;
}

body[data-page="home"] .wy-step {
  position: relative;
  min-height: clamp(190px, 13.5416666667vw, 260px);
  overflow: hidden;
  padding: clamp(28px, 1.8229166667vw, 35px);
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

body[data-page="home"] .wy-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.06);
}

body[data-page="home"] .wy-step::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: 0;
  height: clamp(3px, 0.2083333333vw, 4px);
  background: linear-gradient(90deg, var(--wy-green), #ffd46a);
  transition: width 0.8s ease;
}

body[data-page="home"] .wy-step:hover::before {
  width: 100%;
}

body[data-page="home"] .wy-step span {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(138, 86, 0, 0.42);
  font-size: clamp(26px, 1.875vw, 36px);
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

body[data-page="home"] .wy-step h3 {
  margin: clamp(24px, 1.4583333333vw, 28px) 0 0;
  color: #07152f;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 900;
  line-height: 1.35;
}

body[data-page="home"] .wy-step p {
  margin: clamp(12px, 0.78125vw, 15px) 0 0;
  color: #4a5873;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.75;
}

body[data-page="home"] .wy-route::after {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  body[data-page="home"] .wy-route__steps {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .wy-route__title {
    align-items: baseline;
  }
}

/* Reference module transplant: helijc about block structure with site-02 copy and brand color. */
body[data-page="home"] .wy-proof-ref {
  --ref-theme: var(--wy-green);
  --ref-theme-dark: var(--wy-green-dark);
  background: #fff url("./images/helijc/about-bg.jpg") no-repeat center;
  background-size: cover;
  padding: clamp(40px, 6.25vw, 120px) 0;
}

body[data-page="home"] .wy-proof-ref .z_container {
  width: 73.9583333333vw;
  max-width: 1420px;
  margin: 0 auto;
}

body[data-page="home"] .wy-proof-ref .z_flex_warp {
  display: flex;
  align-items: flex-start;
}

body[data-page="home"] .wy-proof-ref .infobox {
  width: 42%;
  padding: 0;
}

body[data-page="home"] .wy-proof-ref .slg {
  color: var(--ref-theme-dark);
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 700;
  line-height: 1.55;
}

body[data-page="home"] .wy-proof-ref .tit {
  margin-top: clamp(10px, 0.5208333333vw, 10px);
  color: #07152f;
  font-size: clamp(34px, 2.5vw, 48px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  white-space: nowrap;
}

body[data-page="home"] .wy-proof-ref .desc {
  display: block;
  width: 100%;
  margin: clamp(13px, 1.3020833333vw, 25px) 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4a5873;
  font-family: inherit;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.75;
  white-space: pre-wrap;
}

body[data-page="home"] .wy-proof-ref .z_more {
  width: clamp(124px, 8.75vw, 168px);
  height: clamp(40px, 2.6041666667vw, 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(36.4px, 3.6458333333vw, 70px);
  padding: 0 clamp(10.4px, 1.0416666667vw, 20px);
  border-radius: 3px;
  background: linear-gradient(90deg, var(--ref-theme), #ffd46a);
  color: #001a33;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-weight: 700;
  text-decoration: none;
  transition: padding 0.8s ease;
}

body[data-page="home"] .wy-proof-ref .z_more:hover {
  padding: 0 clamp(15.6px, 1.5625vw, 30px);
}

body[data-page="home"] .wy-proof-ref .z_more span {
  font-size: 26px;
  line-height: 1;
}

body[data-page="home"] .wy-proof-ref .imgbox {
  width: 31.0416666667vw;
  max-width: 596px;
  height: 17.8125vw;
  max-height: 342px;
  min-height: 250px;
  margin-left: auto;
  margin-top: 0;
  overflow: hidden;
  background: #eef1f3;
}

body[data-page="home"] .wy-proof-ref .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

body[data-page="home"] .wy-proof-ref .imgbox:hover img {
  transform: scale(1.04);
}

body[data-page="home"] .wy-proof-ref .z_about_num {
  margin-top: clamp(30px, 4.1666666667vw, 80px);
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

body[data-page="home"] .wy-proof-ref .z_about_num ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: clamp(20px, 3.125vw, 60px);
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page="home"] .wy-proof-ref .z_about_num li {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(20px, 1.5625vw, 30px) 0;
}

body[data-page="home"] .wy-proof-ref .z_about_num .ico {
  display: block;
  flex-shrink: 0;
  max-width: clamp(20px, 1.1458333333vw, 22px);
  width: clamp(20px, 1.1458333333vw, 22px);
  height: auto;
  margin-right: clamp(10.4px, 1.0416666667vw, 20px);
  margin-top: 1px;
  filter: sepia(1) saturate(1.5) hue-rotate(350deg) brightness(1.03);
}

body[data-page="home"] .wy-proof-ref .z_about_num .tt {
  color: #07152f;
  font-size: clamp(26px, 1.875vw, 36px);
  font-weight: 900;
  line-height: 1;
}

body[data-page="home"] .wy-proof-ref .z_about_num .tt em {
  font-style: normal;
}

body[data-page="home"] .wy-proof-ref .z_about_num .cc {
  margin-top: clamp(6px, 0.3125vw, 6px);
  color: #4a5873;
  font-size: clamp(13px, 0.8333333333vw, 16px);
  line-height: 1.45;
  white-space: nowrap;
}

@media (max-width: 980px) {
  body[data-page="home"] .wy-proof-ref {
    padding: 48px 0;
  }

  body[data-page="home"] .wy-proof-ref .z_container {
    width: 94%;
  }

  body[data-page="home"] .wy-proof-ref .z_flex_warp {
    display: block;
  }

  body[data-page="home"] .wy-proof-ref .infobox,
  body[data-page="home"] .wy-proof-ref .imgbox {
    width: 100%;
    max-width: none;
  }

  body[data-page="home"] .wy-proof-ref .tit {
    white-space: normal;
  }

  body[data-page="home"] .wy-proof-ref .imgbox {
    height: 50vw;
    min-height: 0;
    margin-top: 30px;
  }

  body[data-page="home"] .wy-proof-ref .z_about_num ul {
    flex-wrap: wrap;
    gap: 0;
  }

  body[data-page="home"] .wy-proof-ref .z_about_num li {
    width: 50%;
    padding-right: 16px;
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .wy-proof-ref .z_about_num li {
    width: 100%;
  }
}

/* Service advantages block color correction. */
body[data-page="home"] .wy-route {
  background: #f5f5f5;
  padding: clamp(58px, 5.2083333333vw, 100px) 0;
}

body[data-page="home"] .wy-route__layout {
  display: block;
}

body[data-page="home"] .wy-route__title {
  display: flex;
  align-items: flex-end;
  gap: clamp(7px, 0.5208333333vw, 10px);
  margin-bottom: clamp(22px, 1.5625vw, 30px);
  padding: 0;
  border: 0;
  background: transparent;
}

body[data-page="home"] .wy-route__title h2 {
  margin: 0;
  color: var(--wy-green-dark);
  font-size: clamp(24px, 1.5625vw, 30px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

body[data-page="home"] .wy-route__title .wy-kicker {
  order: 2;
  margin: 0;
  color: rgba(17, 24, 39, 0.16);
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0;
}

body[data-page="home"] .wy-route__title .wy-kicker::before {
  content: "/";
  display: inline-block;
  margin-right: clamp(7px, 0.5208333333vw, 10px);
  color: var(--wy-green);
  -webkit-text-fill-color: currentColor;
}

body[data-page="home"] .wy-route__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.0416666667vw, 20px);
  background: transparent;
}

body[data-page="home"] .wy-step {
  position: relative;
  min-height: clamp(190px, 13.5416666667vw, 260px);
  overflow: hidden;
  padding: clamp(28px, 1.8229166667vw, 35px);
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

body[data-page="home"] .wy-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.06);
}

body[data-page="home"] .wy-step::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: 0;
  height: clamp(3px, 0.2083333333vw, 4px);
  background: linear-gradient(90deg, var(--wy-green), #ffd46a);
  transition: width 0.8s ease;
}

body[data-page="home"] .wy-step:hover::before {
  width: 100%;
}

body[data-page="home"] .wy-step span {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(138, 86, 0, 0.42);
  font-size: clamp(26px, 1.875vw, 36px);
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

body[data-page="home"] .wy-step h3 {
  margin: clamp(24px, 1.4583333333vw, 28px) 0 0;
  color: #07152f;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 900;
  line-height: 1.35;
}

body[data-page="home"] .wy-step p {
  margin: clamp(12px, 0.78125vw, 15px) 0 0;
  color: #4a5873;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.75;
}

body[data-page="home"] .wy-route::after {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  body[data-page="home"] .wy-route__steps {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .wy-route__title {
    align-items: baseline;
  }
}

/* Proof block exact replica: intro left, image right, numbers row below. */
body[data-page="home"] .wy-proof {
  padding: clamp(78px, 6.25vw, 120px) 0 clamp(62px, 5.2083333333vw, 100px);
  background: #fff;
}

body[data-page="home"] .wy-proof > .wy-shell {
  width: min(1420px, calc(100vw - 140px));
  max-width: 1420px;
}

body[data-page="home"] .wy-proof__top {
  display: grid;
  grid-template-columns: 42% 42%;
  align-items: start;
  justify-content: space-between;
  gap: 6%;
}

body[data-page="home"] .wy-proof__heading {
  width: auto;
  padding-top: clamp(2px, 0.2604166667vw, 5px);
}

body[data-page="home"] .wy-proof__heading .wy-kicker {
  margin: 0;
  color: #005980;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 800;
  line-height: 1.4;
}

body[data-page="home"] .wy-proof h2 {
  margin-top: clamp(10px, 0.5208333333vw, 10px);
  color: #111827;
  font-size: clamp(34px, 2.4vw, 46px);
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

body[data-page="home"] .wy-proof__heading p:not(.wy-kicker) {
  max-width: 600px;
  margin-top: clamp(18px, 1.3020833333vw, 25px);
  color: #333;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.9;
}

body[data-page="home"] .wy-proof__more {
  width: clamp(124px, 8.75vw, 168px);
  height: clamp(40px, 2.6041666667vw, 50px);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(38px, 3.6458333333vw, 70px);
  border-radius: 3px;
  padding: 0 clamp(14px, 1.0416666667vw, 20px);
  background: linear-gradient(90deg, #005b82, #00a14f);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  transition: padding 0.45s ease;
}

body[data-page="home"] .wy-proof__more:hover {
  padding-right: clamp(20px, 1.5625vw, 30px);
}

body[data-page="home"] .wy-proof__more span {
  font-size: 24px;
  line-height: 1;
}

body[data-page="home"] .wy-proof__image {
  width: 100%;
  height: clamp(250px, 17.8125vw, 342px);
  margin: 0;
  overflow: hidden;
  background: #e7ebee;
}

body[data-page="home"] .wy-proof__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

body[data-page="home"] .wy-proof__image:hover img {
  transform: scale(1.05);
}

body[data-page="home"] .wy-proof__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(52px, 4.1666666667vw, 80px);
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: transparent;
}

body[data-page="home"] .wy-proof__item {
  width: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  column-gap: clamp(10px, 1.0416666667vw, 20px);
  padding: clamp(20px, 1.5625vw, 30px) 0;
  border: 0;
  background: transparent;
}

body[data-page="home"] .wy-proof__item:hover {
  transform: none;
  box-shadow: none;
}

body[data-page="home"] .wy-proof__icon {
  width: 18px;
  height: 18px;
  margin-top: 5px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body[data-page="home"] .wy-proof__icon img {
  display: none;
}

body[data-page="home"] .wy-proof__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #005b82, #00a14f);
  clip-path: polygon(15% 0, 85% 0, 85% 40%, 100% 40%, 100% 100%, 0 100%, 0 40%, 15% 40%);
  opacity: 0.95;
}

body[data-page="home"] .wy-proof__item:nth-child(2) .wy-proof__icon::before {
  border-radius: 50%;
  clip-path: polygon(50% 0, 60% 28%, 90% 18%, 72% 45%, 100% 56%, 68% 60%, 76% 92%, 50% 72%, 24% 92%, 32% 60%, 0 56%, 28% 45%, 10% 18%, 40% 28%);
}

body[data-page="home"] .wy-proof__item:nth-child(3) .wy-proof__icon::before,
body[data-page="home"] .wy-proof__item:nth-child(4) .wy-proof__icon::before {
  content: "ISO";
  width: auto;
  height: auto;
  background: transparent;
  clip-path: none;
  color: #00a14f;
  font-size: 10px;
  font-weight: 900;
  line-height: 18px;
}

body[data-page="home"] .wy-proof__item:nth-child(4) .wy-proof__icon::before {
  content: "CNAS";
  font-size: 8px;
}

body[data-page="home"] .wy-proof__item h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(28px, 1.875vw, 36px);
  font-weight: 900;
  line-height: 1;
}

body[data-page="home"] .wy-proof__item p {
  grid-column: 2;
  margin: clamp(6px, 0.3125vw, 6px) 0 0;
  color: #333;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.45;
}

@media (max-width: 980px) {
  body[data-page="home"] .wy-proof > .wy-shell {
    width: 94%;
  }

  body[data-page="home"] .wy-proof__top {
    display: block;
  }

  body[data-page="home"] .wy-proof h2 {
    white-space: normal;
  }

  body[data-page="home"] .wy-proof__image {
    height: 50vw;
    margin-top: 30px;
  }

  body[data-page="home"] .wy-proof__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .wy-proof__list {
    grid-template-columns: 1fr;
  }
}

/* Home visual refresh inspired by the reference site's clean corporate layout. */
body[data-page="home"] {
  background: #f7f8fa;
}

body[data-page="home"] .wy-page {
  background: #f7f8fa;
}

body[data-page="home"] .wy-shell,
body[data-page="home"] .wy-header__inner {
  width: min(1420px, calc(100vw - 96px));
}

body[data-page="home"] .wy-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 0;
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.07);
}

body[data-page="home"] .wy-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--wy-green) 0%, #ffd46a 100%);
}

body[data-page="home"] .wy-header__inner {
  height: 86px;
  grid-template-columns: 230px 1fr 136px;
}

body[data-page="home"] .wy-nav a {
  color: #1d2939;
  font-size: 16px;
}

body[data-page="home"] .wy-header__cta,
body[data-page="home"] .wy-btn {
  border-radius: 3px;
  background: linear-gradient(90deg, var(--wy-green), #ffd46a);
  box-shadow: 0 10px 22px rgba(var(--wy-primary-rgb), 0.24);
}

body[data-page="home"] .wy-link-btn {
  color: #344054;
}

body[data-page="home"] .wy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wy-green-dark);
  font-size: 13px;
}

body[data-page="home"] .wy-kicker::before {
  content: "";
  width: 38px;
  height: 3px;
  background: linear-gradient(90deg, var(--wy-green), #ffd46a);
}

body[data-page="home"] .wy-hero {
  background: #fff;
}

body[data-page="home"] .wy-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 45%, rgba(247, 248, 250, 0.54) 100%),
    linear-gradient(180deg, rgba(255, 186, 27, 0.12), rgba(255, 255, 255, 0) 58%);
}

body[data-page="home"] .wy-hero__layout {
  min-height: calc(100vh - 86px);
  grid-template-columns: 0.82fr 1.18fr;
  gap: 74px;
  padding: 78px 0 98px;
}

body[data-page="home"] .wy-hero__story {
  padding-top: 0;
}

body[data-page="home"] .wy-hero h1 {
  max-width: 640px;
  font-size: clamp(50px, 4.1vw, 78px);
  line-height: 1.06;
}

body[data-page="home"] .wy-hero__story > p:not(.wy-kicker) {
  max-width: 560px;
  margin-top: 24px;
  color: #475467;
  font-size: 18px;
  line-height: 1.9;
}

body[data-page="home"] .wy-hero__actions {
  margin-top: 42px;
}

body[data-page="home"] .wy-hero__scene {
  min-height: 590px;
}

body[data-page="home"] .wy-hero__photo {
  inset: 0 0 92px 0;
  border-radius: 0;
  box-shadow: 0 32px 70px rgba(16, 24, 40, 0.14);
}

body[data-page="home"] .wy-hero__photo::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 32px;
  z-index: 2;
  width: 52px;
  height: 156px;
  background: var(--wy-green);
}

body[data-page="home"] .wy-hero__photo::after {
  background: linear-gradient(180deg, rgba(16, 24, 40, 0.02), rgba(16, 24, 40, 0.22));
}

body[data-page="home"] .wy-hero__metrics {
  left: 44px;
  right: 44px;
  gap: 0;
  background: #fff;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 22px 50px rgba(16, 24, 40, 0.12);
}

body[data-page="home"] .wy-stat {
  min-height: 132px;
  border: 0;
  border-right: 1px solid #edf0f3;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

body[data-page="home"] .wy-stat:last-child {
  border-right: 0;
}

body[data-page="home"] .wy-stat strong {
  color: #111827;
  font-size: 36px;
}

body[data-page="home"] .wy-stat span {
  color: #667085;
  font-weight: 700;
}

body[data-page="home"] .wy-hero__rail {
  left: max(48px, calc((100vw - 1420px) / 2));
  bottom: 52px;
  border-left: 0;
  border-radius: 0;
  background: #101828;
  color: #fff;
}

body[data-page="home"] .wy-hero__rail span {
  color: #ffcd5d;
}

body[data-page="home"] .wy-proof,
body[data-page="home"] .wy-menu,
body[data-page="home"] .wy-platform {
  padding: 104px 0;
}

body[data-page="home"] .wy-proof {
  background: #fff;
}

body[data-page="home"] .wy-proof__layout,
body[data-page="home"] .wy-route__layout {
  grid-template-columns: 0.42fr 1fr;
  gap: 74px;
}

body[data-page="home"] .wy-proof h2,
body[data-page="home"] .wy-route h2,
body[data-page="home"] .wy-menu h2,
body[data-page="home"] .wy-platform h2,
body[data-page="home"] .wy-download h2 {
  font-size: clamp(34px, 2.5vw, 48px);
  line-height: 1.16;
}

body[data-page="home"] .wy-proof__heading p:not(.wy-kicker),
body[data-page="home"] .wy-menu__head p:not(.wy-kicker),
body[data-page="home"] .wy-platform__copy p:not(.wy-kicker) {
  color: #667085;
}

body[data-page="home"] .wy-proof__list {
  gap: 0;
  border-top: 1px solid #edf0f3;
  border-left: 1px solid #edf0f3;
}

body[data-page="home"] .wy-proof__item {
  min-height: 224px;
  padding: 34px;
  border: 0;
  border-right: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
  border-radius: 0;
  background: #fff;
}

body[data-page="home"] .wy-proof__item:hover,
body[data-page="home"] .wy-menu-card:hover {
  box-shadow: 0 22px 52px rgba(16, 24, 40, 0.1);
}

body[data-page="home"] .wy-proof__icon,
body[data-page="home"] .wy-menu__icon {
  border-radius: 3px;
  background: #fff8e6;
}

body[data-page="home"] .wy-route {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
    linear-gradient(90deg, rgba(16, 24, 40, 0.96), rgba(16, 24, 40, 0.84)),
    url("./images/company-img.png") center / cover no-repeat;
}

body[data-page="home"] .wy-route::after {
  content: "SERVICE";
  position: absolute;
  right: 4vw;
  bottom: -26px;
  color: rgba(255, 255, 255, 0.06);
  font-size: 140px;
  font-weight: 900;
  line-height: 1;
}

body[data-page="home"] .wy-route__steps {
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

body[data-page="home"] .wy-step {
  min-height: 210px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
}

body[data-page="home"] .wy-step span {
  border-radius: 50%;
  background: rgba(255, 186, 27, 0.12);
}

body[data-page="home"] .wy-menu {
  background: #f4f6f8;
}

body[data-page="home"] .wy-menu__head {
  margin-bottom: 42px;
}

body[data-page="home"] .wy-menu__tabs {
  gap: 0;
  border-bottom: 0;
  margin-bottom: 32px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.06);
}

body[data-page="home"] .wy-menu__tab {
  min-width: 176px;
  padding: 20px 28px;
  text-align: center;
}

body[data-page="home"] .wy-menu__tab::after {
  bottom: 0;
}

body[data-page="home"] .wy-menu__showcase {
  grid-template-columns: 1.18fr 0.91fr 0.91fr;
  gap: 20px;
}

body[data-page="home"] .wy-menu-card {
  min-height: 390px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.07);
}

body[data-page="home"] .wy-menu-card.is-active {
  min-height: 390px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(16, 24, 40, 0.12);
}

body[data-page="home"] .wy-menu-card.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--wy-green);
}

body[data-page="home"] .wy-menu-card__copy {
  padding: 38px;
}

body[data-page="home"] .wy-menu-card h3 {
  margin-top: 0;
  font-size: 26px;
}

body[data-page="home"] .wy-menu-card__media {
  background: linear-gradient(180deg, #fffdf7, #eef1f4);
}

body[data-page="home"] .wy-menu-card__arrow {
  border-radius: 50%;
}

body[data-page="home"] .wy-platform {
  background: #fff;
}

body[data-page="home"] .wy-platform__layout {
  grid-template-columns: 0.8fr 1.2fr;
  gap: 76px;
}

body[data-page="home"] .wy-platform__copy {
  padding: 0;
  border-left: 0;
}

body[data-page="home"] .wy-platform__copy::after {
  content: "";
  display: block;
  width: 88px;
  height: 4px;
  margin-top: 34px;
  background: linear-gradient(90deg, var(--wy-green), #ffd46a);
}

body[data-page="home"] .wy-platform__image {
  height: 470px;
  border-radius: 0;
  box-shadow: 0 24px 62px rgba(16, 24, 40, 0.12);
}

body[data-page="home"] .wy-download {
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(16, 24, 40, 0.96), rgba(16, 24, 40, 0.88)),
    linear-gradient(90deg, var(--wy-green), #ffd46a);
}

body[data-page="home"] .wy-download__inner {
  grid-template-columns: 1fr 188px;
}

body[data-page="home"] .wy-qr {
  width: 174px;
  border-radius: 0;
}

body[data-page="home"] .wy-qr img {
  width: 150px;
  height: 150px;
}

@media (max-width: 1279px) {
  body[data-page="home"] .wy-shell,
  body[data-page="home"] .wy-header__inner {
    width: min(100% - 44px, 1120px);
  }

  body[data-page="home"] .wy-hero__layout,
  body[data-page="home"] .wy-proof__layout,
  body[data-page="home"] .wy-route__layout,
  body[data-page="home"] .wy-platform__layout {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .wy-hero__layout {
    min-height: 0;
  }

  body[data-page="home"] .wy-hero__photo {
    height: 470px;
  }

  body[data-page="home"] .wy-menu__showcase,
  body[data-page="home"] .wy-menu-card,
  body[data-page="home"] .wy-menu-card.is-active {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body[data-page="home"] .wy-shell,
  body[data-page="home"] .wy-header__inner {
    width: calc(100vw - 32px);
  }

  body[data-page="home"] .wy-header__inner {
    height: auto;
    grid-template-columns: 1fr auto;
  }

  body[data-page="home"] .wy-hero__layout,
  body[data-page="home"] .wy-proof,
  body[data-page="home"] .wy-menu,
  body[data-page="home"] .wy-platform,
  body[data-page="home"] .wy-route,
  body[data-page="home"] .wy-download {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  body[data-page="home"] .wy-hero h1 {
    font-size: 40px;
  }

  body[data-page="home"] .wy-hero__photo {
    height: 300px;
  }

  body[data-page="home"] .wy-hero__metrics,
  body[data-page="home"] .wy-proof__list,
  body[data-page="home"] .wy-route__steps,
  body[data-page="home"] .wy-download__inner {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .wy-hero__metrics {
    left: auto;
    right: auto;
  }

  body[data-page="home"] .wy-stat {
    border-right: 0;
    border-bottom: 1px solid #edf0f3;
  }

  body[data-page="home"] .wy-menu__tabs {
    overflow-x: auto;
  }

  body[data-page="home"] .wy-menu__tab {
    min-width: 142px;
    padding: 16px 20px;
  }

  body[data-page="home"] .wy-menu-card,
  body[data-page="home"] .wy-menu-card.is-active {
    grid-template-rows: auto 220px;
  }

  body[data-page="home"] .wy-platform__image {
    height: 300px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 1200px;
  margin: 0;
  color: var(--wy-text);
  background: var(--wy-bg);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.wy-page {
  overflow: hidden;
  background: var(--wy-bg);
}

.wy-shell {
  width: min(1200px, calc(100vw - 96px));
  margin: 0 auto;
}

.wy-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(223, 230, 227, 0.9);
  backdrop-filter: blur(16px);
}

.wy-header__inner {
  width: min(1200px, calc(100vw - 96px));
  height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr 136px;
  align-items: center;
  gap: 36px;
}

.wy-logo__image {
  width: 170px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.wy-nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

.wy-nav a {
  position: relative;
  padding: 28px 2px 24px;
  color: #263238;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.wy-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  background: var(--wy-green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.wy-nav a:hover,
.wy-nav a.is-active {
  color: var(--wy-green-dark);
}

.wy-nav a:hover::after,
.wy-nav a.is-active::after {
  transform: scaleX(1);
}

.wy-header__cta,
.wy-btn {
  display: inline-flex;
  min-width: 124px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wy-green);
  padding: 0 22px;
  background: var(--wy-green);
  color: var(--wy-navy);
  font-size: 15px;
  font-weight: 800;
  border-radius: var(--wy-radius);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.wy-header__cta:hover,
.wy-btn:hover {
  background: var(--wy-green-dark);
  border-color: var(--wy-green-dark);
  color: #fff;
  box-shadow: 0 16px 28px rgba(var(--wy-primary-rgb), 0.28);
  transform: translateY(-2px);
}

.wy-btn:active,
.wy-header__cta:active {
  transform: translateY(0) scale(0.98);
}

.wy-header__cta:empty,
.wy-btn:empty,
.wy-link-btn:empty {
  visibility: hidden;
}

.wy-link-btn {
  display: inline-flex;
  height: 46px;
  align-items: center;
  color: var(--wy-green-dark);
  font-size: 15px;
  font-weight: 800;
  transition: color 0.18s ease, padding 0.18s ease;
}

.wy-link-btn::after {
  content: "";
  width: 34px;
  height: 1px;
  margin-left: 12px;
  background: currentColor;
  transition: width 0.18s ease;
}

.wy-link-btn:hover {
  color: var(--wy-green-dark);
}

.wy-link-btn:hover::after {
  width: 46px;
}

.wy-kicker {
  margin: 0 0 14px;
  color: var(--wy-green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.wy-hero {
  position: relative;
  overflow: hidden;
  background: var(--wy-paper);
}

.wy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(238, 244, 241, 0.7) 100%),
    radial-gradient(circle at 78% 18%, rgba(var(--wy-primary-rgb), 0.14), transparent 34%);
}

.wy-hero__rail {
  position: absolute;
  left: calc(50% - 600px);
  bottom: 40px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-left: 3px solid var(--wy-gold);
  background: rgba(255, 255, 255, 0.78);
  color: var(--wy-navy);
  border-radius: var(--wy-radius);
  box-shadow: var(--wy-shadow-soft);
}

.wy-hero__rail span {
  color: var(--wy-green-dark);
  font-size: 22px;
  font-weight: 900;
}

.wy-hero__rail b {
  color: var(--wy-muted);
  font-size: 14px;
}

.wy-hero__layout {
  position: relative;
  z-index: 1;
  min-height: 660px;
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 64px;
  align-items: center;
  padding: 70px 0 88px;
}

.wy-hero__story {
  padding-top: 14px;
}

.wy-hero h1,
.wy-proof h2,
.wy-route h2,
.wy-menu h2,
.wy-platform h2,
.wy-download h2,
.wy-about-hero h1,
.wy-about-intro h2,
.wy-standard h2,
.wy-history h2,
.wy-cities h2 {
  margin: 0;
  color: var(--wy-ink);
  line-height: 1.14;
  letter-spacing: 0;
}

.wy-hero h1 {
  max-width: 600px;
  font-size: 54px;
  font-weight: 900;
}

.wy-hero p:not(.wy-kicker),
.wy-proof p,
.wy-route p,
.wy-menu p,
.wy-platform p,
.wy-about-intro p,
.wy-standard p,
.wy-history p,
.wy-cities p {
  margin: 18px 0 0;
  color: var(--wy-text);
  font-size: 16px;
  line-height: 1.86;
}

.wy-hero__story > p:not(.wy-kicker) {
  max-width: 500px;
  font-size: 18px;
}

.wy-hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.wy-hero__scene {
  position: relative;
  min-height: 520px;
}

.wy-hero__photo {
  position: absolute;
  inset: 0 0 88px 0;
  margin: 0;
  overflow: hidden;
  background: #f1e3c4;
  border-radius: var(--wy-radius);
  box-shadow: var(--wy-shadow);
}

.wy-hero__photo::after,
.wy-about-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 24, 40, 0.06), rgba(16, 24, 40, 0.2));
  pointer-events: none;
}

.wy-hero__photo img,
.wy-platform__image img,
.wy-about-hero__image img,
.wy-about-intro figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.wy-hero__scene:hover .wy-hero__photo img,
.wy-platform__image:hover img,
.wy-about-intro figure:hover img {
  filter: saturate(1.05);
  transform: scale(1.035);
}

.wy-hero__metrics {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.wy-stat {
  min-height: 120px;
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--wy-line);
  border-radius: var(--wy-radius);
  box-shadow: var(--wy-shadow-soft);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.wy-stat:hover {
  border-color: rgba(var(--wy-primary-rgb), 0.48);
  transform: translateY(-5px);
}

.wy-stat strong {
  display: block;
  color: var(--wy-green-dark);
  font-size: 30px;
  line-height: 1;
}

.wy-stat span {
  display: block;
  margin-top: 10px;
  color: var(--wy-muted);
  font-size: 13px;
}

.wy-proof,
.wy-platform,
.wy-standard,
.wy-cities {
  background: var(--wy-paper);
}

.wy-proof {
  padding: 86px 0;
}

.wy-proof__layout,
.wy-route__layout,
.wy-standard__layout {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 58px;
  align-items: start;
}

.wy-proof__heading,
.wy-standard__aside {
  position: sticky;
  top: 112px;
}

.wy-proof h2,
.wy-route h2,
.wy-menu h2,
.wy-platform h2,
.wy-about-intro h2,
.wy-standard h2,
.wy-history h2,
.wy-cities h2 {
  font-size: 40px;
  font-weight: 900;
}

.wy-proof__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wy-proof__item {
  min-height: 202px;
  padding: 30px;
  background: var(--wy-bg);
  border: 1px solid var(--wy-line);
  border-radius: var(--wy-radius);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wy-proof__item:hover,
.wy-menu-card:hover {
  border-color: rgba(var(--wy-primary-rgb), 0.5);
  box-shadow: var(--wy-shadow-soft);
  transform: translateY(-5px);
}

.wy-proof__icon,
.wy-menu__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--wy-primary-rgb), 0.28);
  background: #fff;
  border-radius: var(--wy-radius);
}

.wy-proof__icon img,
.wy-menu__icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.wy-proof__item h3,
.wy-menu-card h3 {
  margin: 20px 0 10px;
  color: var(--wy-ink);
  font-size: 20px;
}

.wy-proof__item p,
.wy-menu-card p {
  margin: 0;
  color: var(--wy-muted);
  font-size: 14px;
  line-height: 1.8;
}

.wy-route {
  padding: 78px 0;
  background:
    linear-gradient(135deg, rgba(16, 24, 40, 0.96), rgba(70, 46, 0, 0.9)),
    #101828;
}

.wy-route__layout {
  align-items: center;
}

.wy-route h2,
.wy-route p {
  color: #fff;
}

.wy-route .wy-kicker {
  color: #ffcd5d;
}

.wy-route__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wy-step {
  min-height: 178px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: var(--wy-radius);
  transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.wy-step:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(var(--wy-primary-rgb), 0.42);
  transform: translateY(-5px);
}

.wy-step span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(var(--wy-primary-rgb), 0.76);
  color: #ffcd5d;
  border-radius: var(--wy-radius);
  font-weight: 900;
}

.wy-step h3 {
  margin: 20px 0 8px;
  color: #fff;
  font-size: 20px;
}

.wy-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.8;
}

.wy-menu,
.wy-about-intro,
.wy-history {
  background: var(--wy-bg);
}

.wy-menu {
  padding: 90px 0;
}

.wy-menu__head {
  display: block;
  margin-bottom: 38px;
}

.wy-menu__head p:not(.wy-kicker) {
  margin: 18px 0 0;
  max-width: 620px;
}

.wy-menu__grid {
  display: block;
}

.wy-menu__tabs {
  display: flex;
  align-items: center;
  gap: 58px;
  border-bottom: 1px solid var(--wy-line);
  margin-bottom: 56px;
}

.wy-menu__tab {
  position: relative;
  border: 0;
  padding: 0 0 20px;
  background: transparent;
  color: var(--wy-muted);
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s ease;
}

.wy-menu__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--wy-green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.wy-menu__tab:hover,
.wy-menu__tab.is-active {
  color: var(--wy-green-dark);
}

.wy-menu__tab.is-active::after {
  transform: scaleX(1);
}

.wy-menu__showcase {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.9fr;
  gap: 30px;
  align-items: stretch;
}

.wy-menu-card {
  position: relative;
  min-height: 330px;
  display: grid;
  grid-template-rows: 1fr 150px;
  overflow: hidden;
  border: 1px solid transparent;
  background: var(--wy-paper);
  border-radius: var(--wy-radius);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.06);
  cursor: pointer;
  transition: grid-template-rows 0.24s ease, transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.wy-menu-card:hover,
.wy-menu-card:focus-visible {
  border-color: rgba(var(--wy-primary-rgb), 0.48);
  box-shadow: 0 22px 54px rgba(16, 24, 40, 0.1);
  outline: 0;
}

.wy-menu-card.is-active {
  order: -1;
  grid-template-columns: 0.92fr 1.08fr;
  grid-template-rows: 1fr;
  min-height: 330px;
  background:
    linear-gradient(135deg, rgba(255, 186, 27, 0.96), rgba(255, 214, 117, 0.82)),
    var(--wy-green);
  color: var(--wy-navy);
  box-shadow: 0 24px 62px rgba(194, 125, 0, 0.18);
}

.wy-menu-card__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 36px;
}

.wy-menu-card ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.wy-menu-card li {
  position: relative;
  padding: 0 0 0 18px;
  color: var(--wy-text);
  font-size: 13px;
  line-height: 1.65;
}

.wy-menu-card.is-active li {
  color: rgba(16, 24, 40, 0.78);
}

.wy-menu-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--wy-green);
}

.wy-menu-card.is-active li::before {
  background: var(--wy-green-dark);
}

.wy-menu-card h3 {
  margin: 22px 0 14px;
  color: var(--wy-ink);
  font-size: 24px;
}

.wy-menu-card.is-active h3 {
  color: var(--wy-navy);
}

.wy-menu-card p {
  margin: 0;
  color: var(--wy-muted);
  font-size: 15px;
  line-height: 1.85;
}

.wy-menu-card.is-active p {
  color: rgba(16, 24, 40, 0.76);
}

.wy-menu-card__arrow {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-top: auto;
  border: 1px solid rgba(var(--wy-primary-rgb), 0.48);
  color: var(--wy-green-dark);
  border-radius: var(--wy-radius);
  font-size: 34px;
  line-height: 1;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.wy-menu-card.is-active .wy-menu-card__arrow {
  border-color: rgba(16, 24, 40, 0.38);
  color: var(--wy-navy);
}

.wy-menu-card:hover .wy-menu-card__arrow {
  transform: translateX(4px);
}

.wy-menu-card__media {
  min-height: 150px;
  margin: 0;
  background: linear-gradient(180deg, #fff8e8, #f3f6f7);
}

.wy-menu-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.wy-menu-card.is-active .wy-menu-card__media {
  min-height: 100%;
  background: rgba(255, 255, 255, 0.16);
}

.wy-menu-card.is-active .wy-menu-card__media img {
  padding: 28px 16px 0;
}

.wy-platform {
  padding: 86px 0;
}

.wy-platform__layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 64px;
  align-items: center;
}

.wy-platform__copy {
  padding: 42px 0 42px 34px;
  border-left: 5px solid var(--wy-green);
}

.wy-platform__image,
.wy-about-intro figure,
.wy-about-hero__image {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #f1e3c4;
  border-radius: var(--wy-radius);
  box-shadow: var(--wy-shadow-soft);
}

.wy-platform__image {
  height: 420px;
}

.wy-download {
  padding: 70px 0;
  background: var(--wy-navy);
  color: #fff;
}

.wy-download__inner {
  display: grid;
  grid-template-columns: 1fr 168px;
  gap: 60px;
  align-items: center;
}

.wy-download h2 {
  color: #fff;
  font-size: 44px;
}

.wy-download p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.72);
}

.wy-download .wy-kicker {
  color: #ffcd5d;
}

.wy-qr {
  margin: 0;
  width: 156px;
  padding: 12px;
  background: #fff;
  color: var(--wy-ink);
  text-align: center;
  border-radius: var(--wy-radius);
  transition: transform 0.18s ease;
}

.wy-qr:hover {
  transform: translateY(-4px);
}

.wy-qr img {
  width: 132px;
  height: 132px;
  object-fit: cover;
}

.wy-qr figcaption {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 800;
}

.wy-about-hero {
  position: relative;
  height: 470px;
  min-height: 470px;
  overflow: hidden;
  background: var(--wy-navy);
}

.wy-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(16, 24, 40, 0.72) 0%, rgba(16, 24, 40, 0.42) 42%, rgba(16, 24, 40, 0.1) 100%),
    linear-gradient(180deg, rgba(16, 24, 40, 0.12) 0%, rgba(16, 24, 40, 0.36) 100%);
  pointer-events: none;
}

.wy-about-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: wyHeroZoomOut 2.8s ease both;
}

.wy-about-hero:hover .wy-about-hero__bg {
  transform: scale(1.08);
  transition: transform 1.4s ease;
}

.wy-about-hero__copy {
  position: absolute;
  left: max(8.3vw, calc((100vw - 1360px) / 2));
  top: 45%;
  z-index: 2;
  transform: translateY(-50%);
  color: #fff;
}

.wy-about-hero__en {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.wy-about-hero__en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 3px;
  background: var(--wy-green);
}

.wy-about-hero h1 {
  color: #fff;
  font-size: 60px;
  line-height: 1.05;
}

.wy-about-hero__mark {
  display: block;
  width: 103px;
  height: 27px;
  margin-top: 46px;
  background:
    linear-gradient(90deg, var(--wy-green) 0 36%, transparent 36% 48%, rgba(255, 255, 255, 0.95) 48% 60%, transparent 60% 72%, var(--wy-green) 72% 100%);
  clip-path: polygon(0 0, 86% 0, 100% 50%, 86% 100%, 0 100%, 14% 50%);
  opacity: 0.94;
}

.wy-about-hero__bar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 0 max(8.3vw, calc((100vw - 1360px) / 2));
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.wy-about-hero__crumb {
  flex: 1 1 auto;
  border-left: 3px solid #fff;
  padding-left: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 20px;
}

.wy-about-hero__crumb a:hover {
  color: #ffcd5d;
}

.wy-about-hero__tabs {
  display: flex;
  min-width: 0;
  align-items: center;
  align-self: center;
  gap: 34px;
  height: 66px;
  padding: 0 4px;
}

.wy-about-hero__tabs a {
  position: relative;
  display: inline-flex;
  min-width: auto;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
  transition: color 0.26s ease;
}

.wy-about-hero__tabs a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 2px;
  background: var(--wy-green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.26s ease;
}

.wy-about-hero__tabs a:hover,
.wy-about-hero__tabs a.is-active {
  color: #ffcd5d;
}

.wy-about-hero__tabs a:hover::after,
.wy-about-hero__tabs a.is-active::after {
  transform: scaleX(1);
}

.wy-about-intro,
.wy-standard,
.wy-history,
.wy-cities {
  padding: 86px 0;
}

.wy-about-intro__layout {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 78px;
}

.wy-about-intro {
  position: relative;
  overflow: hidden;
  background: var(--wy-paper);
}

.wy-about-intro::before {
  content: "";
  position: absolute;
  left: -5%;
  bottom: -20%;
  width: 44vw;
  height: 44vw;
  border: 1px solid rgba(var(--wy-primary-rgb), 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.wy-about-intro::after {
  content: "XIAOJINGLIN";
  position: absolute;
  left: max(8.3vw, calc((100vw - 1360px) / 2));
  bottom: 40px;
  z-index: 0;
  color: rgba(var(--wy-primary-rgb), 0.1);
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
}

.wy-about-intro__head {
  flex: 0 0 360px;
}

.wy-about-intro__head h1 {
  margin: 0;
  color: var(--wy-ink);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.wy-about-intro__head p {
  margin: 14px 0 0;
  color: var(--wy-muted);
  font-size: 18px;
  font-weight: 800;
}

.wy-about-intro__text {
  width: min(640px, 100%);
  margin-left: auto;
  border-top: 2px solid #c3ccdc;
  padding: 28px 0 0;
}

.wy-about-intro__text h2 {
  display: none;
}

.wy-about-intro__text p {
  margin-top: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.95;
  text-align: justify;
}

.wy-about-intro__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  color: var(--wy-green-dark);
  font-weight: 900;
}

.wy-about-intro__more span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  position: relative;
  border: 2px solid var(--wy-green);
  border-radius: 50%;
  color: var(--wy-green-dark);
  font-size: 0;
  line-height: 0;
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.wy-about-intro__more span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
}

.wy-about-intro__more b {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.wy-about-intro__more:hover span {
  background: var(--wy-green);
  color: var(--wy-navy);
  transform: translateX(4px);
}

.wy-reveal {
  opacity: 0;
  transform: translateY(34px);
}

.wy-reveal.is-visible {
  animation: wyFadeInUp2 0.9s ease both;
}

.wy-about-intro__text.wy-reveal {
  transform: translateX(46px);
}

.wy-about-intro__text.wy-reveal.is-visible {
  animation-name: wyFadeInRight2;
  animation-delay: 0.12s;
}

@keyframes wyHeroZoomOut {
  from {
    transform: scale(1.12);
  }
  to {
    transform: scale(1.04);
  }
}

@keyframes wyFadeInUp2 {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wyFadeInRight2 {
  from {
    opacity: 0;
    transform: translateX(46px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes wyFadeInLeft2 {
  from {
    opacity: 0;
    transform: translateX(-42px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.wy-standard__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 54px;
}

.wy-standard__head p {
  max-width: 560px;
}

.wy-standard__layout {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 72px;
  align-items: stretch;
}

.wy-standard__media {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--wy-radius);
  background: #fff7e6;
  box-shadow: var(--wy-shadow-soft);
}

.wy-standard__media figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.wy-standard__media figure.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.wy-standard__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.wy-standard__media:hover img {
  transform: scale(1.045);
}

.wy-standard__body {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: stretch;
}

.wy-standard-item {
  border-bottom: 1px solid rgba(16, 24, 40, 0.1);
  padding: 27px 0;
  outline: 0;
}

.wy-standard-item:first-child {
  padding-top: 0;
}

.wy-standard-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

.wy-standard-item h3 {
  flex: 1;
  margin: 0;
  overflow: hidden;
  color: var(--wy-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.28s ease;
}

.wy-standard-item__top span {
  color: #98a2b3;
  font-size: 16px;
  font-weight: 900;
}

.wy-standard-item__body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.36s ease;
}

.wy-standard-item__body > div {
  min-height: 0;
}

.wy-standard-item__body p {
  margin: 18px 0;
  color: var(--wy-muted);
  font-size: 15px;
  line-height: 1.75;
}

.wy-standard-item.is-active h3,
.wy-standard-item:hover h3,
.wy-standard-item:focus-visible h3 {
  color: var(--wy-green-dark);
}

.wy-standard-item.is-active .wy-standard-item__body {
  grid-template-rows: 1fr;
}

.wy-history {
  position: relative;
  overflow: hidden;
  background: #f6f9fb;
}

.wy-history::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0));
  opacity: 1;
  pointer-events: none;
}

.wy-history::after {
  content: "";
  position: absolute;
  right: 8%;
  top: -140px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(var(--wy-primary-rgb), 0.06);
  border-radius: 44% 56% 50% 50%;
  transform: rotate(-22deg);
  opacity: 0;
  pointer-events: none;
}

.wy-history .wy-shell {
  position: relative;
  z-index: 1;
}

.wy-history__head {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 62px;
}

.wy-history__head .wy-kicker,
.wy-history__head p {
  display: none;
}

.wy-history__head h2 {
  margin: 0;
  color: #111827;
  font-size: 42px;
  font-weight: 900;
}

.wy-history__switch {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.wy-history__switch button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: rgba(17, 24, 39, 0.62);
  font-size: 52px;
  font-family: Arial, sans-serif;
  line-height: 28px;
  cursor: pointer;
  transition: color 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
}

.wy-history__switch button:hover {
  color: var(--wy-green-dark);
  transform: translateY(-2px);
}

.wy-history__switch button:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.wy-timeline {
  position: relative;
  overflow: hidden;
}

.wy-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 72px;
  height: 1px;
  background: rgba(var(--wy-primary-rgb), 0.32);
}

.wy-timeline__track {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  transition: transform 0.8s ease;
  will-change: transform;
}

.wy-time {
  position: relative;
  flex: 0 0 25%;
  min-height: 236px;
  padding-left: 1px;
  background: transparent;
}

.wy-time strong {
  display: block;
  height: 34px;
  margin-bottom: 32px;
  color: #111827;
  font-size: 34px;
  font-weight: 900;
  line-height: 34px;
}

.wy-time__dot {
  position: relative;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 0 26px 12px;
  border-radius: 50%;
  background: var(--wy-green);
  transition: transform 0.4s ease;
}

.wy-time__dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(var(--wy-primary-rgb), 0.38);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.65;
  transition: opacity 0.4s ease;
}

.wy-time__dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(var(--wy-primary-rgb), 0.42);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
}

.wy-time:hover .wy-time__dot {
  transform: scale(0.82);
}

.wy-time:hover .wy-time__dot::before {
  opacity: 0;
}

.wy-time:hover .wy-time__dot::after {
  animation: wyHistoryPulse 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.wy-time ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wy-time li {
  position: relative;
  padding-left: 30px;
  color: #666;
  font-size: 16px;
  line-height: 1.65;
}

.wy-time li::before {
  content: "";
  left: 14px;
  top: 10px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wy-green);
}

@keyframes wyHistoryPulse {
  0% {
    opacity: 0.8;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(2.6);
  }
}

.wy-cities {
  position: relative;
  overflow: hidden;
  padding: clamp(50px, 7.8125vw, 150px) 0;
  background: #fff var(--section-bg-image, url("./images/timemaker-index-bg.png")) no-repeat bottom center;
  background-size: 100% auto;
}

.wy-cities::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #fff 0%, rgba(250, 250, 250, 0.78) 58%, rgba(244, 245, 247, 0.58) 100%);
  pointer-events: none;
}

.wy-cities__stage {
  position: relative;
  z-index: 1;
  width: min(1400px, calc(100vw - 140px));
  min-height: 500px;
  padding: 0;
}

.wy-cities__copy {
  position: relative;
  z-index: 3;
  width: 430px;
  padding-top: 0;
}

.wy-cities__copy p {
  max-width: 390px;
}

.wy-cities__copy .wy-kicker {
  margin-bottom: 8px;
}

.wy-city-tags {
  position: relative;
  z-index: 4;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: clamp(50px, 6.25vw, 120px);
  background: #fff;
  box-shadow: 0 28px 70px rgba(16, 24, 40, 0.08);
  border-radius: var(--wy-radius);
  overflow: hidden;
}

.wy-city-tags span {
  position: relative;
  flex: 1 1 16.6667%;
  min-height: clamp(52px, 5.2083333333vw, 100px);
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  color: var(--wy-ink);
  font-size: 15px;
  font-weight: 800;
  box-shadow: inset -1px 0 0 rgba(234, 223, 203, 0.72), inset 0 -1px 0 rgba(234, 223, 203, 0.72);
  transition: color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.wy-city-tags span::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--wy-green);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.wy-city-tags span:hover {
  z-index: 2;
  color: var(--wy-green-dark);
  background: linear-gradient(180deg, #fffaf0 0%, #fff4d8 100%);
  box-shadow: inset 0 0 0 1px rgba(var(--wy-primary-rgb), 0.42);
}

.wy-city-tags span:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.wy-city-visual {
  position: absolute;
  top: clamp(-75px, -3.90625vw, -75px);
  right: 0;
  width: 29.4270833333vw;
  aspect-ratio: 1;
  z-index: -1;
  pointer-events: none;
}

.wy-city-globe {
  position: relative;
  width: 100%;
  height: 100%;
}

.wy-city-globe::before,
.wy-city-globe::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.wy-city-globe::before {
  inset: 1.5%;
  border: 1px solid rgba(218, 222, 229, 0.72);
  z-index: 1;
}

.wy-city-globe::after {
  inset: 9%;
  border: 1px solid rgba(var(--wy-primary-rgb), 0.18);
  z-index: 1;
}

.wy-city-globe__map,
.wy-city-globe__orbit,
.wy-city-globe__marker-cover,
.wy-city-globe__ring-dot {
  position: absolute;
}

.wy-city-globe__map {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.92) hue-rotate(28deg);
  z-index: 0;
}

.wy-city-globe__orbit {
  display: none;
}

.wy-city-globe__marker-cover {
  left: 38%;
  top: 59%;
  z-index: 3;
  width: 76px;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(circle at 52% 45%, rgba(248, 248, 249, 1) 0%, rgba(246, 247, 248, 0.98) 66%, rgba(246, 247, 248, 0) 88%);
  filter: blur(2px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.wy-city-globe__ring-dot {
  z-index: 4;
  inset: 1.5%;
  border-radius: 50%;
  animation: wyCityOrbit 20s linear infinite;
  transform-origin: 50% 50%;
}

.wy-city-globe__ring-dot i {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.wy-city-globe__ring-dot i {
  display: block;
  width: var(--city-dot-size, 11px);
  height: var(--city-dot-size, 11px);
  background: var(--wy-green);
  box-shadow: 0 6px 18px rgba(255, 186, 27, 0.36);
}

.wy-city-globe__ring-dot--one {
  --city-dot-size: 9px;
  animation-delay: -13.2s;
}

.wy-city-globe__ring-dot--two {
  --city-dot-size: 15px;
  animation-delay: -2.4s;
}

.wy-city-globe__ring-dot--three {
  --city-dot-size: 11px;
  animation-delay: -6.8s;
}

@keyframes wyCityOrbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wy-footer {
  padding: clamp(52px, 5.2083333333vw, 100px) clamp(24px, 5.2vw, 100px) 32px;
  background: #151b25;
  color: rgba(255, 255, 255, 0.72);
}

.wy-footer .wy-shell {
  width: auto;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
  column-gap: 48px;
}

.wy-footer__top {
  display: grid;
  grid-template-columns: 0.78fr 1.18fr 180px;
  gap: 44px;
  grid-column: 1 / -1;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.wy-footer__logo {
  width: 170px;
  height: auto;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: left center;
}

.wy-footer p {
  margin: 0 0 8px;
  line-height: 1.8;
}

.wy-footer__contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.wy-footer__contact > div {
  padding-left: 0;
  border-left: 0;
}

.wy-footer__contact h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
}

.wy-footer__contact p {
  margin: 4px 0;
  font-size: 14px;
}

.wy-footer__qr {
  justify-self: end;
  margin: 0;
  text-align: center;
}

.wy-footer__qr h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
}

.wy-footer__qr img {
  width: 132px;
  height: 132px;
  padding: 8px;
  border-radius: 6px;
  background: #fff;
  object-fit: cover;
}

.wy-footer__qr figcaption {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
}

.wy-footer__features {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1;
  gap: 12px;
  padding: 24px 0;
}

.wy-footer__features span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 9px 14px;
}

.wy-footer__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-column: 2;
  gap: 24px;
  min-height: 40px;
  padding: 24px 0;
  font-size: 13px;
  text-align: right;
}

@media (min-width: 1600px) {
  .wy-shell,
  .wy-header__inner {
    width: min(1360px, calc(100vw - 140px));
  }

  .wy-cities .wy-cities__stage {
    width: min(1400px, calc(100vw - 140px));
    max-width: 1400px;
  }

  .wy-hero__rail {
    left: calc(50% - 680px);
  }

  .wy-hero__layout {
    grid-template-columns: 0.94fr 1.06fr;
  }

  .wy-hero h1 {
    font-size: 62px;
  }
}

@media (max-width: 1279px) {
  body {
    min-width: 0;
  }

  .wy-shell,
  .wy-header__inner {
    width: min(100% - 44px, 1120px);
  }

  .wy-header__inner {
    grid-template-columns: 190px 1fr 124px;
    gap: 20px;
  }

  .wy-nav {
    gap: 18px;
  }

  .wy-hero__rail {
    display: none;
  }

  .wy-hero__layout,
  .wy-about-hero__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wy-about-hero {
    height: 430px;
    min-height: 430px;
  }

  .wy-about-hero__copy {
    left: 22px;
    right: 22px;
  }

  .wy-about-hero__bar {
    padding: 0 22px;
  }

  .wy-hero__layout {
    min-height: 0;
    padding: 58px 0 72px;
  }

  .wy-hero__photo,
  .wy-hero__metrics {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .wy-hero__scene {
    min-height: 0;
  }

  .wy-hero__photo {
    height: 430px;
  }

  .wy-hero__metrics {
    margin-top: 12px;
  }

  .wy-proof__layout,
  .wy-route__layout,
  .wy-standard__layout,
  .wy-menu__head,
  .wy-platform__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wy-about-intro__layout {
    gap: 46px;
  }

  .wy-about-intro__head {
    flex-basis: 300px;
  }

  .wy-about-intro__text {
    width: min(560px, 100%);
  }

  .wy-cities__stage {
    width: min(100% - 44px, 1120px);
    min-height: 620px;
  }

  .wy-cities__copy {
    width: 48%;
  }

  .wy-city-visual {
    right: -42px;
    width: min(540px, 52vw);
  }

  .wy-city-tags {
    width: 100%;
    margin-top: 70px;
  }

  .wy-city-tags span {
    flex-basis: 25%;
  }

  .wy-proof__heading {
    position: static;
  }

  .wy-standard__layout {
    grid-template-columns: 1fr;
  }

  .wy-standard__media,
  .wy-standard__media img {
    min-height: 380px;
  }

  .wy-menu__tabs {
    gap: 34px;
    margin-bottom: 36px;
  }

  .wy-menu__showcase {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wy-menu-card,
  .wy-menu-card.is-active {
    grid-template-columns: 1fr 0.9fr;
    grid-template-rows: 1fr;
    min-height: 300px;
  }

  .wy-history__head {
    width: auto;
  }

  .wy-timeline {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .wy-shell,
  .wy-header__inner {
    width: calc(100vw - 32px);
  }

  .wy-header__inner {
    height: auto;
    grid-template-columns: 1fr auto;
    gap: 8px 16px;
    padding: 10px 0 12px;
  }

  .wy-logo__image {
    width: 142px;
    height: 42px;
  }

  .wy-header__cta {
    min-width: 96px;
    height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .wy-nav {
    grid-column: 1 / -1;
    justify-self: start;
    gap: 22px;
  }

  .wy-nav a {
    padding: 8px 0 6px;
    font-size: 14px;
  }

  .wy-nav a::after {
    bottom: 0;
  }

  .wy-hero__layout {
    padding: 44px 0 58px;
  }

  .wy-hero h1 {
    font-size: 42px;
    line-height: 1.14;
  }

  .wy-hero__story > p:not(.wy-kicker) {
    font-size: 16px;
  }

  .wy-hero__actions {
    gap: 18px;
    margin-top: 28px;
  }

  .wy-btn,
  .wy-link-btn {
    height: 44px;
    font-size: 14px;
  }

  .wy-hero__photo {
    height: 290px;
  }

  .wy-hero__metrics,
  .wy-proof__list,
  .wy-route__steps,
  .wy-menu__grid,
  .wy-standard__body,
  .wy-footer__contact,
  .wy-footer__features {
    grid-template-columns: 1fr;
  }

  .wy-stat {
    min-height: 96px;
  }

  .wy-proof,
  .wy-menu,
  .wy-platform,
  .wy-about-intro,
  .wy-standard,
  .wy-history,
  .wy-cities {
    padding: 58px 0;
  }

  .wy-route,
  .wy-download {
    padding: 58px 0;
  }

  .wy-proof h2,
  .wy-route h2,
  .wy-menu h2,
  .wy-platform h2,
  .wy-about-intro h2,
  .wy-standard h2,
  .wy-history h2,
  .wy-cities h2,
  .wy-download h2 {
    font-size: 32px;
  }

  .wy-menu-card {
    min-height: 0;
  }

  .wy-standard__head {
    margin-bottom: 34px;
  }

  .wy-standard__layout {
    gap: 30px;
  }

  .wy-standard__media,
  .wy-standard__media img {
    min-height: 260px;
  }

  .wy-standard__body {
    min-height: 0;
  }

  .wy-standard-item {
    padding: 22px 0;
  }

  .wy-standard-item__top {
    align-items: flex-start;
    gap: 18px;
  }

  .wy-standard-item h3 {
    font-size: 17px;
    white-space: normal;
  }

  .wy-standard-item__body p {
    font-size: 14px;
  }

  .wy-menu__head {
    margin-bottom: 26px;
  }

  .wy-menu__tabs {
    gap: 28px;
    overflow-x: auto;
    padding-bottom: 0;
    margin-bottom: 26px;
    scrollbar-width: none;
  }

  .wy-menu__tabs::-webkit-scrollbar {
    display: none;
  }

  .wy-menu__tab {
    flex: 0 0 auto;
    padding-bottom: 14px;
    font-size: 15px;
  }

  .wy-menu-card,
  .wy-menu-card.is-active {
    grid-template-columns: 1fr;
    grid-template-rows: auto 210px;
    min-height: 0;
  }

  .wy-menu-card__copy {
    padding: 26px;
  }

  .wy-menu-card h3 {
    font-size: 22px;
  }

  .wy-menu-card__media {
    min-height: 220px;
  }

  .wy-menu-card.is-active .wy-menu-card__media img {
    padding: 10px 10px 0;
  }

  .wy-platform__copy {
    padding: 0 0 0 22px;
  }

  .wy-platform__image,
  .wy-about-intro figure {
    height: 280px;
  }

  .wy-download__inner,
  .wy-footer__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .wy-about-hero {
    height: 300px;
    min-height: 300px;
    padding: 0;
  }

  .wy-about-hero h1 {
    font-size: 34px;
  }

  .wy-about-hero__en {
    font-size: 12px;
  }

  .wy-about-hero__mark {
    width: 78px;
    height: 20px;
    margin-top: 26px;
  }

  .wy-about-hero__bar {
    min-height: 45px;
    padding: 0;
    background: var(--wy-green);
  }

  .wy-about-hero__crumb {
    display: none;
  }

  .wy-about-hero__tabs {
    gap: 22px;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .wy-about-hero__tabs::-webkit-scrollbar {
    display: none;
  }

  .wy-about-hero__tabs a {
    flex: 0 0 auto;
    height: 45px;
    min-width: auto;
    padding: 0 4px;
    color: var(--wy-navy);
  }

  .wy-about-hero__tabs a:hover,
  .wy-about-hero__tabs a.is-active {
    color: #5a3900;
  }

  .wy-about-hero__tabs a::after {
    bottom: 8px;
    background: var(--wy-navy);
  }

  .wy-about-intro__layout {
    display: block;
  }

  .wy-about-intro__head {
    text-align: center;
  }

  .wy-about-intro__head h1 {
    font-size: 30px;
  }

  .wy-about-intro__head p {
    font-size: 15px;
  }

  .wy-about-intro__text {
    width: 100%;
    margin-top: 28px;
    border-top: 0;
    padding-top: 0;
  }

  .wy-about-intro__text p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .wy-about-intro__more {
    margin-top: 24px;
  }

  .wy-about-intro__more span {
    width: 36px;
    height: 36px;
  }

  .wy-about-intro__more span::before {
    width: 7px;
    height: 7px;
    border-width: 2px;
  }

  .wy-about-intro::after {
    display: none;
  }

  .wy-history__head {
    width: auto;
    margin-bottom: 36px;
  }

  .wy-history__head h2 {
    font-size: 34px;
  }

  .wy-history__switch {
    gap: 10px;
  }

  .wy-history__switch button {
    width: 28px;
    height: 28px;
    font-size: 40px;
    line-height: 24px;
  }

  .wy-timeline {
    overflow: hidden;
    padding-bottom: 0;
  }

  .wy-timeline::before {
    top: 66px;
  }

  .wy-time {
    min-height: 220px;
    padding: 0 4px;
  }

  .wy-time strong {
    height: 32px;
    margin-bottom: 28px;
    font-size: 30px;
    line-height: 32px;
  }

  .wy-time__dot {
    margin-bottom: 24px;
  }

  .wy-time li {
    padding-left: 24px;
    font-size: 14px;
  }

  .wy-time li::before {
    left: 8px;
  }

  .wy-cities {
    padding: 0;
  }

  .wy-cities::before {
    background: linear-gradient(180deg, #fff 0%, rgba(250, 250, 250, 0.78) 60%, rgba(244, 245, 247, 0.7) 100%);
  }

  .wy-cities__stage {
    min-height: 0;
    padding: 58px 0;
  }

  .wy-cities__copy {
    width: 100%;
    padding-top: 0;
  }

  .wy-cities__copy p {
    max-width: none;
  }

  .wy-city-visual {
    position: relative;
    top: auto;
    right: auto;
    width: min(330px, 86vw);
    margin: 26px auto 0;
  }

  .wy-city-tags {
    width: 100%;
    margin-top: 28px;
  }

  .wy-city-tags span {
    flex-basis: 50%;
    min-height: 54px;
    font-size: 14px;
  }

  .wy-footer .wy-shell {
    grid-template-columns: 1fr;
  }

  .wy-footer__features,
  .wy-footer__bottom {
    grid-column: 1;
  }

  .wy-footer__bottom {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    text-align: left;
  }

  .wy-footer__qr {
    justify-self: start;
  }
}

/* Final home replica override. Placed at EOF so the reference-style layout wins. */
body[data-page="home"] {
  min-width: 0;
  background: #f5f5f5;
  color: #333;
}

body[data-page="home"] .wy-page {
  background: #f5f5f5;
}

body[data-page="home"] .wy-shell {
  width: 73.9583333333vw;
  max-width: 1420px;
  min-width: 0;
}

body[data-page="home"] .wy-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  border: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-page="home"] .wy-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #005b82, #00a14f);
}

body[data-page="home"] .wy-header__inner {
  width: auto;
  max-width: none;
  height: clamp(55px, 5.9895833333vw, 115px);
  margin: 0;
  padding: 0 clamp(12px, 2.6041666667vw, 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

body[data-page="home"] .wy-logo__image {
  width: auto;
  height: clamp(35px, 2.7083333333vw, 52px);
}

body[data-page="home"] .wy-nav {
  margin-left: auto;
  display: flex;
  gap: 0;
}

body[data-page="home"] .wy-nav a {
  margin-left: 2.6041666667vw;
  padding: 0;
  color: #333;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 48px;
}

body[data-page="home"] .wy-nav a::after {
  display: none;
}

body[data-page="home"] .wy-nav a:hover,
body[data-page="home"] .wy-nav a.is-active {
  background: linear-gradient(90deg, #005b82, #00a14f);
  background-clip: text;
  color: transparent;
  font-weight: 800;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body[data-page="home"] .wy-header__cta {
  display: none;
}

body[data-page="home"] .wy-hero {
  height: calc(100vh - clamp(55px, 5.9895833333vw, 115px));
  min-height: 560px;
  margin-top: clamp(55px, 5.9895833333vw, 115px);
  overflow: hidden;
  background: #101828;
}

body[data-page="home"] .wy-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.12) 54%, rgba(0, 0, 0, 0.02)),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18));
}

body[data-page="home"] .wy-hero__layout {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  display: block;
  padding: 0;
}

body[data-page="home"] .wy-hero__scene,
body[data-page="home"] .wy-hero__photo {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

body[data-page="home"] .wy-hero__photo::before,
body[data-page="home"] .wy-hero__photo::after {
  display: none;
}

body[data-page="home"] .wy-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

body[data-page="home"] .wy-hero__story {
  position: absolute;
  left: 13.0208333333vw;
  bottom: 13vh;
  z-index: 3;
  width: min(680px, 45vw);
  padding: 0;
}

body[data-page="home"] .wy-kicker {
  display: block;
  margin: 0 0 14px;
  color: var(--wy-green-dark);
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 800;
  letter-spacing: 0;
}

body[data-page="home"] .wy-kicker::before {
  display: none;
}

body[data-page="home"] .wy-hero .wy-kicker,
body[data-page="home"] .wy-hero h1 {
  color: #fff;
}

body[data-page="home"] .wy-hero h1 {
  max-width: none;
  font-size: clamp(42px, 3.8541666667vw, 74px);
  line-height: 1.12;
}

body[data-page="home"] .wy-hero__story > p:not(.wy-kicker) {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1.85;
}

body[data-page="home"] .wy-hero__actions {
  margin-top: clamp(32px, 3.125vw, 60px);
}

body[data-page="home"] .wy-btn,
body[data-page="home"] .wy-link-btn {
  width: clamp(124px, 8.75vw, 168px);
  height: clamp(40px, 2.6041666667vw, 50px);
  border: 0;
  border-radius: 3px;
  padding: 0 clamp(10px, 1.0416666667vw, 20px);
  background: linear-gradient(90deg, #005b82, #00a14f);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  justify-content: space-between;
  box-shadow: none;
}

body[data-page="home"] .wy-link-btn::after {
  content: "›";
  width: auto;
  height: auto;
  margin-left: 12px;
  background: transparent;
}

body[data-page="home"] .wy-hero__metrics {
  display: none;
}

body[data-page="home"] .wy-hero__rail {
  right: clamp(12px, 2.6041666667vw, 50px);
  left: auto;
  bottom: clamp(12px, 2.0833333333vw, 40px);
  z-index: 3;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .wy-hero__rail span {
  color: #fff;
}

body[data-page="home"] .wy-hero__rail b {
  color: rgba(255, 255, 255, 0.82);
}

body[data-page="home"] .wy-proof,
body[data-page="home"] .wy-menu,
body[data-page="home"] .wy-platform,
body[data-page="home"] .wy-route,
body[data-page="home"] .wy-download {
  padding: clamp(52px, 5.2083333333vw, 100px) 0;
}

body[data-page="home"] .wy-proof {
  background: #fff;
}

body[data-page="home"] .wy-proof__layout {
  display: block;
}

body[data-page="home"] .wy-proof__heading {
  position: static;
  width: 42%;
}

body[data-page="home"] .wy-proof h2,
body[data-page="home"] .wy-platform h2,
body[data-page="home"] .wy-download h2 {
  color: #111827;
  font-size: clamp(28px, 2.5vw, 48px);
  line-height: 1.2;
}

body[data-page="home"] .wy-proof p,
body[data-page="home"] .wy-platform p,
body[data-page="home"] .wy-download p {
  color: #666;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.8;
}

body[data-page="home"] .wy-proof__list {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(30px, 4.1666666667vw, 80px);
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

body[data-page="home"] .wy-proof__item {
  width: 25%;
  min-height: 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: clamp(20px, 1.5625vw, 30px) clamp(16px, 1.25vw, 24px);
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body[data-page="home"] .wy-proof__icon {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 0;
  background: #fff7dc;
}

body[data-page="home"] .wy-proof__item h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(20px, 1.875vw, 36px);
  line-height: 1.1;
}

body[data-page="home"] .wy-proof__item p {
  grid-column: 2;
  margin-top: 8px;
}

body[data-page="home"] .wy-route {
  background: #f5f5f5;
}

body[data-page="home"] .wy-route__layout {
  display: block;
}

body[data-page="home"] .wy-route__title,
body[data-page="home"] .wy-menu__head {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: clamp(16px, 1.5625vw, 30px);
}

body[data-page="home"] .wy-route__title h2,
body[data-page="home"] .wy-menu__head h2 {
  color: #005980;
  font-size: clamp(22px, 1.5625vw, 30px);
}

body[data-page="home"] .wy-route__title .wy-kicker,
body[data-page="home"] .wy-menu__head .wy-kicker {
  order: 2;
  margin: 0;
  color: #d7d7d7;
  font-size: clamp(18px, 1.25vw, 24px);
  text-transform: uppercase;
}

body[data-page="home"] .wy-route__title .wy-kicker::before,
body[data-page="home"] .wy-menu__head .wy-kicker::before {
  content: "/";
  display: inline;
  margin-right: 8px;
  color: #d7d7d7;
}

body[data-page="home"] .wy-route__steps {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: clamp(12px, 1.0416666667vw, 20px);
}

body[data-page="home"] .wy-step {
  min-height: clamp(180px, 13.5416666667vw, 260px);
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 1.8229166667vw, 35px);
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #333;
}

body[data-page="home"] .wy-step::before,
body[data-page="home"] .wy-menu-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #005b82, #00a14f);
  transition: width 0.5s ease;
}

body[data-page="home"] .wy-step:hover::before,
body[data-page="home"] .wy-menu-card:hover::before {
  width: 100%;
}

body[data-page="home"] .wy-step span {
  width: auto;
  height: auto;
  border: 0;
  color: #b4b4b4;
  font-size: clamp(20px, 1.6666666667vw, 32px);
}

body[data-page="home"] .wy-step h3 {
  margin-top: clamp(18px, 1.4583333333vw, 28px);
  color: #111827;
  font-size: clamp(18px, 1.25vw, 24px);
}

body[data-page="home"] .wy-step p {
  color: #666;
}

body[data-page="home"] .wy-menu {
  background: #fff;
}

body[data-page="home"] .wy-menu__head p:not(.wy-kicker) {
  flex: 1;
  max-width: 560px;
  margin: 0 0 0 auto;
  color: #666;
  text-align: right;
}

body[data-page="home"] .wy-menu__tabs {
  display: none;
}

body[data-page="home"] .wy-menu__showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.0416666667vw, 20px);
}

body[data-page="home"] .wy-menu-card,
body[data-page="home"] .wy-menu-card.is-active {
  min-height: 0;
  display: flex;
  flex-direction: column-reverse;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body[data-page="home"] .wy-menu-card__media {
  height: clamp(190px, 13.0208333333vw, 250px);
  min-height: 0;
  background: #eef2f4;
}

body[data-page="home"] .wy-menu-card__media img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  transition: transform 0.8s ease;
}

body[data-page="home"] .wy-menu-card:hover .wy-menu-card__media img {
  transform: scale(1.05);
}

body[data-page="home"] .wy-menu-card__copy {
  min-height: clamp(180px, 11.4583333333vw, 220px);
  padding: clamp(18px, 1.5625vw, 30px);
  background: #f8f9fa;
}

body[data-page="home"] .wy-menu-card h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(18px, 1.25vw, 24px);
}

body[data-page="home"] .wy-menu-card p {
  margin-top: 12px;
  color: #666;
}

body[data-page="home"] .wy-menu-card ul {
  display: none;
}

body[data-page="home"] .wy-menu-card__arrow {
  display: inline-flex;
  width: auto;
  height: auto;
  margin-top: clamp(12px, 1.0416666667vw, 20px);
  border: 0;
  color: #b4b4b4;
  font-size: 13px;
}

body[data-page="home"] .wy-menu-card__arrow::before {
  content: "了解详情";
  margin-right: 8px;
}

body[data-page="home"] .wy-platform {
  background: #f5f5f5;
}

body[data-page="home"] .wy-platform__layout {
  display: flex;
  align-items: center;
  gap: clamp(36px, 5.2083333333vw, 100px);
}

body[data-page="home"] .wy-platform__copy {
  width: 42%;
  padding: 0;
  border: 0;
}

body[data-page="home"] .wy-platform__image {
  width: 31.0416666667vw;
  height: 17.8125vw;
  min-height: 290px;
  margin-left: auto;
  border-radius: 0;
  box-shadow: none;
}

body[data-page="home"] .wy-download {
  background: #151b25;
  color: #fff;
}

body[data-page="home"] .wy-download__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

body[data-page="home"] .wy-download h2 {
  color: #fff;
}

body[data-page="home"] .wy-download .wy-kicker {
  color: rgba(255, 255, 255, 0.64);
}

body[data-page="home"] .wy-download p {
  color: rgba(255, 255, 255, 0.68);
}

body[data-page="home"] .wy-qr {
  width: 150px;
  padding: 10px;
  border-radius: 0;
  background: #fff;
}

body[data-page="home"] .wy-qr img {
  width: 130px;
  height: 130px;
}

@media (max-width: 980px) {
  body[data-page="home"] .wy-shell {
    width: 94%;
  }

  body[data-page="home"] .wy-header__inner {
    height: 55px;
  }

  body[data-page="home"] .wy-nav {
    display: none;
  }

  body[data-page="home"] .wy-hero {
    height: auto;
    min-height: 0;
    margin-top: 55px;
  }

  body[data-page="home"] .wy-hero__layout {
    min-height: 76vw;
  }

  body[data-page="home"] .wy-hero__story {
    left: 3%;
    right: 3%;
    bottom: 9vw;
    width: auto;
  }

  body[data-page="home"] .wy-hero h1 {
    font-size: 32px;
  }

  body[data-page="home"] .wy-hero__story > p:not(.wy-kicker) {
    max-width: 94%;
    font-size: 14px;
    line-height: 1.7;
  }

  body[data-page="home"] .wy-hero__actions {
    margin-top: 22px;
  }

  body[data-page="home"] .wy-hero__rail {
    display: none;
  }

  body[data-page="home"] .wy-proof__heading,
  body[data-page="home"] .wy-platform__copy {
    width: 100%;
  }

  body[data-page="home"] .wy-proof__list {
    flex-wrap: wrap;
  }

  body[data-page="home"] .wy-proof__item {
    width: 50%;
  }

  body[data-page="home"] .wy-route__steps,
  body[data-page="home"] .wy-menu__showcase {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .wy-menu__head {
    display: block;
  }

  body[data-page="home"] .wy-menu__head p:not(.wy-kicker) {
    max-width: none;
    margin: 14px 0 0;
    text-align: left;
  }

  body[data-page="home"] .wy-platform__layout,
  body[data-page="home"] .wy-download__inner {
    display: block;
  }

  body[data-page="home"] .wy-platform__image {
    width: 100%;
    height: 50vw;
    min-height: 0;
    margin-top: 30px;
  }

  body[data-page="home"] .wy-qr {
    margin-top: 28px;
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .wy-proof__item {
    width: 100%;
  }
}

/* 2026-06-24 final issue-list refinements at EOF. */
body[data-page="home"] .wy-hero__story {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

@media (max-width: 980px) {
  body[data-page="home"] .wy-hero__story {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .wy-route__title,
  body[data-page="home"] .wy-menu__head {
    display: block;
    margin-bottom: 22px;
  }

  body[data-page="home"] .wy-route__title h2,
  body[data-page="home"] .wy-menu__head h2 {
    display: block;
    order: initial;
    max-width: 100%;
    font-size: 24px;
    line-height: 1.25;
  }

  body[data-page="home"] .wy-route__title .wy-kicker,
  body[data-page="home"] .wy-menu__head .wy-kicker {
    display: block;
    order: initial;
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.25;
  }

  body[data-page="home"] .wy-route__title .wy-kicker::before,
  body[data-page="home"] .wy-menu__head .wy-kicker::before {
    margin-right: 6px;
  }

  body[data-page="home"] .wy-proof__item {
    width: 50%;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 12px;
  }

  body[data-page="home"] .wy-proof-ref .z_about_num ul {
    gap: 0;
  }

  body[data-page="home"] .wy-proof-ref .z_about_num li {
    flex: 0 0 50%;
    width: 50%;
    min-width: 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 18px 10px;
  }

  body[data-page="home"] .wy-proof-ref .z_about_num .ico {
    width: 36px;
    height: 36px;
  }

  body[data-page="home"] .wy-proof-ref .z_about_num .text {
    min-width: 0;
  }

  body[data-page="home"] .wy-proof-ref .z_about_num .tt {
    font-size: 24px;
    line-height: 1.08;
    white-space: nowrap;
  }

  body[data-page="home"] .wy-proof-ref .z_about_num .cc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
  }

  body[data-page="home"] .wy-proof__item p {
    grid-column: auto;
  }
}
