.news-section {
  box-sizing: border-box;
  width: 100%;
  padding: 96px 24px;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 105, 111, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fe 100%);
  color: #2a2b2e;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.news-section *,
.news-section *::before,
.news-section *::after {
  box-sizing: border-box;
}

.news {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 58px 64px 44px;
  border: 1px solid rgba(225, 229, 239, 0.92);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 70px rgba(58, 72, 105, 0.09);
}

.news-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.news-eyebrow {
  margin: 0 0 12px;
  color: #fb4a3e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.news-title {
  margin: 0;
  scroll-margin-top: 100px;
  color: #2a2b2e;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.news-desc {
  margin: 18px 0 0;
  color: #71747b;
  font-size: 17px;
  line-height: 1.85;
}

.news-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.news-list:has(.news-item[data-aid*="$vo"]) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
}

.news-item {
  display: flex;
  min-height: 66px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #edf0f5;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

/* 静态预览时隐藏尚未经过模板引擎解析的占位行。 */
.news-item[hidden],
.news-item[data-aid*="$vo"],
.news-item:has(.news-link[href*="$vo"]) {
  display: none !important;
}

.news-item:last-child {
  border-bottom: 1px solid #edf0f5;
}

.news-item:hover {
  transform: translateX(4px);
  border-radius: 10px;
  background: #fff7f6;
}

.news-link {
  flex: 1 1 auto;
  color: #303238;
  font-size: 17px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.news-link:hover {
  color: #fb4a3e;
}

.news-time {
  flex: 0 0 auto;
  color: #9a9da4;
  font-size: 14px;
  white-space: nowrap;
}

.news-more {
  margin-top: 32px;
  text-align: right;
}

.news-more a {
  display: inline-flex;
  min-width: 148px;
  height: 46px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 24px;
  background: #fb4a3e;
  box-shadow: 0 10px 24px rgba(251, 74, 62, 0.22);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-more a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(251, 74, 62, 0.28);
}

.news-more span {
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 820px) {
  .news-section {
    padding: 64px 18px;
  }

  .news {
    padding: 42px 30px 36px;
    border-radius: 22px;
  }

  .news-title {
    font-size: 34px;
  }
}

@media (max-width: 560px) {
  .news-section {
    padding: 48px 12px;
  }

  .news {
    padding: 34px 20px 30px;
    border-radius: 18px;
  }

  .news-title {
    font-size: 30px;
  }

  .news-desc,
  .news-link {
    font-size: 15px;
  }

  .news-item {
    padding: 14px 8px;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .news-more {
    text-align: left;
  }
}

.site-minimal-footer {
  box-sizing: border-box;
  width: 100%;
  padding: 52px 24px 24px;
  background: #f1f5fd;
  color: #7583a3;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.site-minimal-footer *,
.site-minimal-footer *::before,
.site-minimal-footer *::after {
  box-sizing: border-box;
}

.site-minimal-footer a {
  color: inherit;
  text-decoration: none;
}

.site-minimal-footer a:hover {
  color: #e92d3d;
}

.minimal-footer-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 88px;
  width: min(100%, 1060px);
  margin: 0 auto;
}

.minimal-footer-brand {
  flex: 0 0 310px;
}

.minimal-footer-logo {
  display: block;
  width: 196px;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.minimal-footer-service {
  display: flex;
  align-items: center;
  gap: 20px;
}

.minimal-footer-qrcode {
  display: block;
  width: 112px;
  height: 112px;
  border-radius: 8px;
  object-fit: contain;
}

.minimal-footer-service p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}

.minimal-footer-dynamics {
  margin-top: 28px;
  font-size: 17px;
}

.minimal-footer-socials {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 15px;
}

.minimal-footer-socials img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.minimal-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 28px;
  min-width: 360px;
  padding: 28px 32px;
  border: 1px solid rgba(117, 131, 163, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.minimal-footer-meta {
  width: min(100%, 1240px);
  margin: 40px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(117, 131, 163, 0.2);
  text-align: center;
  font-size: 12px;
  line-height: 1.9;
}

.minimal-footer-meta p {
  margin: 4px 0;
}

.minimal-footer-meta a,
.minimal-footer-meta span {
  margin: 0 5px;
}

@media (max-width: 820px) {
  .site-minimal-footer {
    padding: 36px 18px 20px;
  }

  .minimal-footer-main {
    flex-direction: column;
    gap: 30px;
  }

  .minimal-footer-brand {
    flex-basis: auto;
    width: min(100%, 310px);
  }

  .minimal-footer-links {
    min-width: 0;
    width: 100%;
    padding: 22px 18px;
  }
}

@media (max-width: 460px) {
  .minimal-footer-service p {
    font-size: 15px;
  }

  .minimal-footer-qrcode {
    width: 96px;
    height: 96px;
  }

  .minimal-footer-links {
    flex-direction: column;
    gap: 14px;
  }
}

/* Refined footer layout */
.site-minimal-footer {
  padding: 42px 24px 22px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.92), transparent 30%),
    linear-gradient(135deg, #f4f7fd 0%, #edf2fb 100%);
}

.minimal-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  align-items: stretch;
  gap: 38px;
  width: min(100%, 1120px);
  padding: 36px 42px;
  border: 1px solid rgba(117, 131, 163, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 48px rgba(55, 73, 112, 0.08);
}

.minimal-footer-brand {
  display: grid;
  grid-template-columns: 210px minmax(250px, 1fr);
  grid-template-areas:
    "logo service"
    "dynamics service"
    "socials service";
  align-items: center;
  gap: 12px 34px;
  min-width: 0;
}

.minimal-footer-logo {
  grid-area: logo;
  width: 188px;
  margin: 0;
}

.minimal-footer-home {
  grid-area: logo;
  display: inline-flex;
  width: fit-content;
  border-radius: 8px;
}

.minimal-footer-home:focus-visible {
  outline: 2px solid #e92d3d;
  outline-offset: 5px;
}

.minimal-footer-service {
  grid-area: service;
  justify-content: flex-start;
  gap: 18px;
  min-width: 0;
  padding-left: 4px;
}

.minimal-footer-qrcode {
  width: 118px;
  height: 118px;
  padding: 5px;
  border: 1px solid rgba(117, 131, 163, 0.12);
  background: #fff;
  box-shadow: 0 8px 24px rgba(55, 73, 112, 0.08);
}

.minimal-footer-service p {
  font-size: 17px;
  line-height: 1.75;
  white-space: nowrap;
}

.minimal-footer-dynamics {
  grid-area: dynamics;
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.minimal-footer-socials {
  grid-area: socials;
  gap: 12px;
  margin: 0;
}

.minimal-footer-socials img {
  width: 42px;
  height: 42px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.minimal-footer-socials img:hover {
  transform: translateY(-2px);
  opacity: 0.86;
}

.minimal-footer-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 11px;
  min-width: 0;
  padding: 2px 0 2px 38px;
  border: 0;
  border-left: 1px solid rgba(117, 131, 163, 0.18);
  border-radius: 0;
  background: transparent;
}

.minimal-footer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid rgba(117, 131, 163, 0.13);
  border-radius: 12px;
  background: rgba(247, 249, 253, 0.92);
  color: #566583;
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.minimal-footer-links a::after {
  content: "›";
  color: #9aa6bf;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.minimal-footer-links a:hover {
  transform: translateX(3px);
  border-color: rgba(233, 45, 61, 0.24);
  background: #fff;
}

.minimal-footer-meta {
  width: min(100%, 1120px);
  margin-top: 24px;
  padding-top: 18px;
  font-size: 12px;
  line-height: 1.8;
}

@media (max-width: 920px) {
  .minimal-footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }

  .minimal-footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 28px 0 0;
    border-top: 1px solid rgba(117, 131, 163, 0.18);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .site-minimal-footer {
    padding: 28px 14px 18px;
  }

  .minimal-footer-main {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .minimal-footer-brand {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "service"
      "dynamics"
      "socials";
    justify-items: center;
    text-align: center;
  }

  .minimal-footer-service {
    padding-left: 0;
  }

  .minimal-footer-links {
    grid-template-columns: 1fr;
  }

  .minimal-footer-links a:hover {
    transform: translateY(-1px);
  }
}

/* 顶部横幅中的“立即体验”保留原有视觉，但不再响应点击。 */
.top-banner-wrap.banner,
.top-banner-wrap.banner > a,
.top-banner-wrap.banner .top-banner {
  cursor: default;
}

.top-banner-wrap.banner > a {
  pointer-events: none;
}

.nav .nav-content .item-right .nav-download-button {
  display: inline-flex;
  min-width: 104px;
  height: 40px;
  margin: 0 0 0 40px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: #ff4b47;
  box-shadow: 0 6px 16px rgba(255, 75, 71, 0.24);
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.nav .nav-content {
  box-sizing: border-box;
  width: min(1200px, calc(100% - 40px)) !important;
}

.nav .nav-content .item-left,
.nav .nav-content .item-right {
  align-items: center;
}

.nav .nav-content .item-left {
  flex: 0 0 auto;
  line-height: 0;
}

.nav .nav-content .item-left .logo {
  display: block;
  width: 164px !important;
  height: auto !important;
  object-fit: contain;
  transform: none;
}

.nav .nav-content .item-left > a {
  display: block;
  flex: 0 0 auto;
}

.nav .nav-content .item-right .nav-download-button:hover {
  background: #f43f3b;
  box-shadow: 0 8px 20px rgba(255, 75, 71, 0.3);
  color: #fff;
}

.nav .nav-content .item-right .nav-download-button:focus-visible {
  outline: 3px solid rgba(255, 75, 71, 0.28);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .nav .nav-content .item-left .logo {
    width: 132px !important;
  }

  .nav .nav-content .item-right {
    font-size: 14px;
  }

  .nav .nav-content .item-right .tab {
    margin-left: 18px;
  }

  .nav .nav-content .item-right .nav-download-button {
    min-width: 88px;
    margin-left: 18px;
    padding: 0 16px;
  }
}

@media (max-width: 640px) {
  .nav .nav-content {
    width: calc(100% - 24px) !important;
  }

  .nav .nav-content .item-left .logo {
    width: 112px !important;
  }

  .nav .nav-content .item-right {
    font-size: 12px;
  }

  .nav .nav-content .item-right .tab {
    margin-left: 12px;
  }

  .nav .nav-content .item-right .nav-download-button {
    min-width: 64px;
    height: 34px;
    margin-left: 12px;
    padding: 0 12px;
    line-height: 34px;
  }
}
