/* 鼾友故事 / 常见问答 / 详情 — 与首页同壳 */

/* 列表页短 Banner（氛围底图 + 浅色蒙版，左对齐） */
.page-banner {
  position: relative;
  overflow: hidden;
  padding: 32px 0 36px;
  border-bottom: 1px solid var(--line);
  background: #faf8f7;
}

.page-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.page-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 42%;
  filter: saturate(0.88) brightness(1.06);
  opacity: 0.9;
}

.page-banner__mask {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      100deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.88) 42%,
      rgba(255, 252, 250, 0.72) 68%,
      rgba(255, 248, 246, 0.48) 100%
    ),
    radial-gradient(ellipse 50% 70% at 92% 20%, rgba(208, 32, 0, 0.06), transparent 55%);
}

.page-banner .container {
  position: relative;
  z-index: 1;
  text-align: left;
}

.page-banner .crumb {
  font-size: 0.8125rem;
  color: var(--ink-3);
  margin-bottom: 22px;
}

.page-banner .crumb a {
  color: var(--ink-3);
}

.page-banner .crumb a:hover {
  color: var(--primary);
}

.page-banner .crumb span[aria-current="page"] {
  color: var(--ink-2);
}

.page-banner h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.2vw, 2.35rem);
  color: var(--ink);
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.page-banner .page-banner__lead {
  color: var(--ink-3);
  max-width: 34em;
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0;
}

.page-banner .page-banner__actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-banner .page-banner__actions .btn {
  min-height: 44px;
  padding: 10px 22px;
}

.page-banner .page-banner__link {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--primary);
}

.page-banner .page-banner__link:hover {
  color: var(--primary-dark);
}

.page-banner--crumb-only {
  padding: 14px 0 0;
  background: #fff;
  border-bottom: none;
}

.page-banner--crumb-only::before {
  display: none;
}

.page-banner--crumb-only .container {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.page-banner--crumb-only .crumb {
  margin-bottom: 0;
}

/* 上一篇 / 下一篇 */
.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--line);
}

.post-nav a,
.post-nav > span {
  display: block;
  padding: 20px 0;
  color: inherit;
  min-width: 0;
}

.post-nav__prev {
  padding-right: 20px;
  border-right: 1px solid var(--line);
}

.post-nav__next {
  padding-left: 20px;
  text-align: right;
}

.post-nav__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ink-3);
  margin-bottom: 8px;
}

.post-nav__title {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
}

.post-nav a:hover .post-nav__title {
  color: var(--primary);
}

.post-nav__empty {
  opacity: 0.35;
  pointer-events: none;
}

@media (max-width: 640px) {
  .post-nav {
    grid-template-columns: 1fr;
  }

  .post-nav__prev {
    border-right: none;
    border-bottom: 1px solid var(--line);
    padding-right: 0;
  }

  .post-nav__next {
    padding-left: 0;
    text-align: left;
  }
}



/* 轻落地 / 工具页：英雄文案与导航左缘对齐，勿居中成窄栏 */
.hero--compact .hero__grid {
  grid-template-columns: 1fr;
  max-width: none;
  width: min(100% - 40px, var(--container));
  justify-items: start;
  text-align: left;
}

.hero--compact .hero__copy {
  max-width: 36em;
  margin-inline: 0;
  text-align: left;
}

.hero--compact .hero__lead {
  margin-bottom: 0;
}

.hero--compact .hero__visual {
  display: none;
}

.story-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.story-filters > a {
  padding: 8px 14px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink-3);
  border: 1px solid var(--line);
  border-radius: 2px;
  background: #fff;
}

.story-filters > a:hover,
.story-filters > a.is-active {
  color: var(--primary);
  border-color: rgba(208, 32, 0, 0.35);
  background: var(--brand-red-soft);
}

.story-item__meta {
  margin-top: 14px;
  font-size: 0.8125rem;
  color: var(--ink-3);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: 10px;
  font-weight: 700;
}

.faq-item p {
  color: var(--ink-3);
  font-size: 0.975rem;
  line-height: 1.75;
  margin: 0;
}

/* 文章详情 — 左右栏结构保留，视觉对齐 home-brand（去旧站卡片感） */
.article-section {
  padding: 24px 0 80px;
  background: var(--paper);
}

.article-crumb {
  font-size: 0.8125rem;
  color: var(--ink-3);
  margin: 0 0 22px;
  line-height: 1.5;
}

.article-crumb a {
  color: var(--ink-3);
}

.article-crumb a:hover {
  color: var(--primary);
}

.article-crumb span[aria-current="page"] {
  color: var(--ink-2);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  align-items: start;
}

.article-main {
  min-width: 0;
  padding-right: 8px;
  border-right: 1px solid var(--line);
}

.single-post {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 8px 0 0;
}

.single-post__title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  color: var(--ink);
  line-height: 1.3;
  margin: 0 0 18px;
  font-weight: 700;
}

.single-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--line);
  font-size: 0.8125rem;
  color: var(--ink-3);
}

.single-post__meta .article__tag,
.single-post__cat {
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.single-post__cover {
  margin: 0 0 28px;
  background: var(--paper-2, #f5f3ef);
  overflow: hidden;
}

.single-post__cover img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}

.single-post--has-cover {
  padding-top: 0;
}

/* 正文：普通段落 + 公众号迁移 HTML（原在 style.css，brand 页不挂 legacy） */
.article,
.article.entry-content,
.entry-content.article {
  max-width: none;
  width: 100%;
  margin: 0;
  color: var(--ink-3);
  font-size: 1.02rem;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 0.8125rem;
  color: var(--ink-3);
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.article__tag {
  color: var(--secondary);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.article h2,
.entry-content h2 {
  font-family: var(--font-display);
  font-size: 1.28rem;
  color: var(--ink);
  margin: 32px 0 12px;
  line-height: 1.35;
  font-weight: 700;
}

.article h3,
.entry-content h3,
.article-wechat-title {
  font-family: var(--font-display);
  color: var(--ink);
  margin: 28px 0 12px;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
}

.article-wechat-title {
  padding: 10px 16px;
  background: var(--paper-2, #f5f3ef);
  text-align: center;
  border-radius: 2px;
}

.article-wechat-title:first-child {
  margin-top: 0;
}

.article h4,
.entry-content h4 {
  font-size: 1rem;
  color: var(--ink);
  margin: 22px 0 10px;
  font-weight: 700;
}

.article p,
.entry-content p {
  color: var(--ink-3);
  line-height: 1.9;
  margin: 0 0 16px;
  font-size: 1.02rem;
}

.article ul,
.article ol,
.entry-content ul,
.entry-content ol {
  margin: 0 0 20px 1.15em;
  color: var(--ink-3);
  line-height: 1.85;
}

.article li,
.entry-content li {
  margin-bottom: 6px;
}

.article a,
.entry-content a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article a:hover,
.entry-content a:hover {
  color: var(--primary);
  opacity: 0.85;
}

.article blockquote,
.entry-content blockquote {
  border-left: 4px solid var(--primary);
  background: rgba(208, 32, 0, 0.04);
  padding: 16px 22px;
  margin: 24px 0;
  border-radius: 0 8px 8px 0;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ink-2);
}

.article blockquote p:last-child,
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

/* 公众号迁移：压平 section 装饰，保留可读排版 */
.article section {
  padding: 0 !important;
  margin-bottom: 10px;
}

.article [data-role-node="guide"],
.article .channels_iframe_wrp,
.article .mp_profile_iframe_wrp {
  display: none !important;
}

/* 默认：正文内不展示公众号视觉样式（字体/色/边距/背景等），由主题接管 */
.article :where(p, span, section, div, strong, b, em, i, li, ul, ol, td, th, h1, h2, h3, h4, h5, h6, a):not(.article-wechat-title) {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  letter-spacing: normal !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.article :where(p, span, section, div, li, td, th):not(.article-wechat-title) {
  color: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.article :where(h1, h2, h3, h4, h5, h6, strong, b):not(.article-wechat-title) {
  font-weight: 700 !important;
  color: var(--ink) !important;
}

.article :where(a) {
  color: var(--primary) !important;
  font-weight: inherit !important;
}

.article h3.article-wechat-title {
  font-family: var(--font-display) !important;
  font-size: 1.08rem !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
  background: var(--paper-2, #f5f3ef) !important;
  border: 0 !important;
  border-radius: 2px !important;
  letter-spacing: normal !important;
  line-height: 1.4 !important;
  text-indent: 0 !important;
}

.article blockquote {
  border-left: 4px solid var(--primary) !important;
  background: rgba(208, 32, 0, 0.04) !important;
  border-radius: 0 8px 8px 0 !important;
}

.article section[style],
.article section section[style] {
  display: block !important;
  flex-flow: unset !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
  text-align: left !important;
  visibility: visible !important;
}

.article section[style*="width: 20px"],
.article section[style*="width:20px"],
.article section[style*="width: 14px"],
.article section[style*="width: 15px"],
.article section[style*="height: 1px"],
.article section[style*="height:1px"],
.article section[style*="line-height: 0"],
.article section[style*="line-height:0"] {
  display: none !important;
  margin: 0 !important;
}

.article [data-role-node="paragraph"] section[style],
.article [data-role-node="paragraph"] section section[style] {
  margin-bottom: 0 !important;
}

.article [data-role-type="text"],
.article [data-role-type="paragraph"],
.article [data-role="uecloud"] p {
  font-size: inherit !important;
  color: var(--ink-3) !important;
  line-height: 1.9 !important;
}

/* 兜底：未剥净的公众号 inline 排版不压过主题 */
.article p[style],
.article span[style],
.article section[style],
.article strong[style],
.article em[style],
.entry-content p[style],
.entry-content span[style] {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  letter-spacing: normal !important;
  line-height: inherit !important;
  text-indent: 0 !important;
}

.article img,
.article .rich_pages,
.article .wxw-img,
.entry-content img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  border-radius: 8px;
  margin: 1.25rem auto;
  display: block;
  float: none !important;
}

.article p:empty,
.article section:empty {
  display: none;
}

.article table,
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 0.95rem;
}

.article th,
.article td,
.entry-content th,
.entry-content td {
  border: 1px solid var(--line);
  padding: 8px 10px;
  text-align: left;
}

.article-back {
  margin: 36px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.article-back a {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink-3);
}

.article-back a:hover {
  color: var(--primary);
}

/* D-32：侧栏分型修饰符（结构相同，便于主题映射）
   .article-sidebar--kepu | --gushi | --weixiu */
.article-sidebar {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.sidebar-widget {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.sidebar-widget:first-child {
  padding-top: 0;
}

.sidebar-widget:last-child {
  border-bottom: none;
}

.sidebar-widget-cta {
  border-top: none;
  padding-bottom: 24px;
}

.sidebar-widget-cta .widget-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0;
}

.widget-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink);
  margin: 0 0 12px;
}

.widget-title i {
  width: 16px;
  height: 16px;
  color: var(--secondary);
}

.sidebar-widget p {
  font-size: 0.875rem;
  color: var(--ink-3);
  line-height: 1.7;
  margin: 0 0 16px;
}

.widget-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.widget-btns .btn {
  min-height: 44px;
  border-radius: 2px;
}

.btn-block {
  display: flex;
  width: 100%;
  text-align: center;
}

.widget-phone {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.widget-phone:hover {
  color: var(--primary);
}

.widget-hint {
  margin: 0 !important;
  font-size: 0.8125rem !important;
}

.widget-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.widget-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-2);
  font-size: 0.9rem;
  font-weight: 600;
  transition: padding-left 0.2s var(--ease), color 0.2s;
}

.widget-links a:last-child {
  border-bottom: none;
}

.widget-links a:hover {
  color: var(--primary);
  padding-left: 6px;
}

.widget-links i {
  width: 16px;
  height: 16px;
  color: var(--primary);
}

@media (max-width: 960px) {
  .article-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .article-main {
    padding-right: 0;
    border-right: none;
  }

  .article-sidebar {
    position: static;
    border-top: 1px solid var(--line);
    padding-top: 8px;
  }

  .single-post {
    padding: 0;
  }
}

.article__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

/* 机型详情：参数块已有底色分区，按钮区不再叠横线 */
.product-detail-body .article__nav {
  margin-top: 24px;
  padding-top: 0;
  border-top: none;
}

/* 产品功能网格 */
.product-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  background: #fff;
}

.product-feature {
  padding: 24px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-feature:nth-child(3n) {
  border-right: none;
}

.product-feature:nth-last-child(-n + 3) {
  border-bottom: none;
}

.product-feature h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: var(--ink);
}

.product-feature p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--ink-3);
}

@media (max-width: 900px) {
  .product-features {
    grid-template-columns: 1fr 1fr;
  }

  .product-feature:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .product-feature:nth-child(2n) {
    border-right: none;
  }

  .product-feature:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .product-feature:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

@media (max-width: 520px) {
  .product-features {
    grid-template-columns: 1fr;
  }

  .product-feature {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .product-feature:last-child {
    border-bottom: none;
  }
}

/* 产品详情 */
.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) 1.12fr;
  gap: 40px 48px;
  align-items: stretch;
}

.product-detail-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  box-sizing: border-box;
  background: var(--paper-2, #f6f5f3);
  border: none;
  padding: 36px 28px 24px;
  text-align: center;
}

.product-detail-visual img {
  width: min(100%, 380px);
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.1));
}

.product-detail-note {
  margin: auto 0 0;
  padding-top: 20px;
  font-size: 0.8125rem;
  color: var(--ink-3);
  line-height: 1.6;
  max-width: 22em;
}

.product-detail-body h2 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 20px 0 8px;
  color: var(--ink);
}

.product-detail-body h2:first-child {
  margin-top: 0;
}

.product-detail-body p,
.product-detail-body li {
  color: var(--ink-3);
  line-height: 1.7;
}

.product-detail-body > p {
  margin: 0 0 4px;
}

.product-detail-body ul:not(.feature-rows) {
  margin: 0 0 8px 1.2em;
}

.feature-rows {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  background: transparent;
  border: none;
}

.feature-rows li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  background: var(--paper-2, #f6f5f3);
  border: none;
  grid-template-columns: none;
}

.feature-rows li + li {
  margin-top: 0;
}

.feature-rows strong {
  color: var(--ink-3);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.feature-rows span {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.45;
}

.product-modules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

.product-module {
  padding: 28px 24px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

a.product-module--link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease, color 0.2s ease;
}

a.product-module--link:hover {
  background: color-mix(in srgb, var(--primary) 6%, transparent);
}

a.product-module--link:hover h3 {
  color: var(--primary);
}

a.product-module--link:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: -2px;
}

.product-module:nth-child(3n) {
  border-right: none;
}

.product-module h3 {
  font-family: var(--font-display);
  font-size: 1.12rem;
  color: var(--ink);
  margin: 0 0 10px;
  line-height: 1.35;
}

.product-module__body {
  color: var(--ink-3);
  font-size: 0.95rem;
  line-height: 1.7;
}

.product-module__body p {
  margin: 0 0 0.65em;
}

.product-module__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .product-modules {
    grid-template-columns: 1fr 1fr;
  }

  .product-module:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .product-module:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 640px) {
  .product-modules {
    grid-template-columns: 1fr;
  }

  .product-module {
    border-right: none;
  }
}

/* 本机可享吉康服务（非商城） */
.product-services {
  margin-top: 56px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.product-services__head {
  margin-bottom: 28px;
  max-width: 40em;
}

.product-services__head .eyebrow {
  display: block;
  margin-bottom: 10px;
}

.product-services__head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--ink);
  margin: 0 0 10px;
}

.product-services__head p {
  color: var(--ink-3);
  font-size: 0.975rem;
  line-height: 1.7;
  margin: 0;
}

.product-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

.product-services__card {
  display: block;
  padding: 28px 22px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: inherit;
  background: var(--paper);
  transition: background 0.2s var(--ease);
}

.product-services__card:last-child {
  border-right: none;
}

.product-services__card:hover {
  color: inherit;
  background: var(--brand-red-soft);
}

.product-services__num {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 12px;
}

.product-services__card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ink);
  margin: 0 0 8px;
}

.product-services__card p {
  font-size: 0.875rem;
  color: var(--ink-3);
  line-height: 1.65;
  margin: 0 0 14px;
}

.product-services__card span {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--primary);
}

.product-services__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* 4S 轻页要点 */
.s-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}

.s-point {
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.s-point:nth-child(2n) {
  border-right: none;
}

.s-point h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: var(--ink);
}

.s-point p {
  font-size: 0.9375rem;
  color: var(--ink-3);
  line-height: 1.7;
  margin: 0;
}

.s-point p + p {
  margin-top: 0.65em;
}

.s-points--3 {
  grid-template-columns: repeat(3, 1fr);
}

.s-points--3 .s-point:nth-child(2n) {
  border-right: 1px solid var(--line);
}

.s-points--3 .s-point:nth-child(3n) {
  border-right: none;
}

/* 工具页 / 向导 */
.wizard-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.wizard-steps span {
  padding: 8px 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  border: 1px solid var(--line);
  color: var(--ink-3);
  border-radius: 2px;
}

.wizard-steps span.is-active {
  color: var(--primary);
  border-color: rgba(208, 32, 0, 0.35);
  background: var(--brand-red-soft);
}

.wizard-steps span.is-done {
  color: var(--secondary);
  border-color: rgba(0, 160, 16, 0.35);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.choice-grid a,
.choice-grid button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 18px 16px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 2px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}

.choice-grid a:hover,
.choice-grid button:hover {
  border-color: rgba(208, 32, 0, 0.35);
  background: var(--brand-red-soft);
  color: var(--primary);
}

.choice-grid small {
  display: block;
  margin-top: 6px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: var(--ink-3);
}

.form-card {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 32px;
}

.form-card label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 18px 0 8px;
  color: var(--ink-2);
}

.form-card label:first-of-type {
  margin-top: 0;
}

.form-card .req {
  color: var(--primary);
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
}

.form-card textarea {
  min-height: 110px;
  resize: vertical;
}

.form-card .form-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.form-card .btn {
  margin-top: 20px;
}

.form-note {
  margin-top: 16px;
  font-size: 0.8125rem;
  color: var(--ink-3);
  line-height: 1.6;
}

.result-box {
  max-width: 640px;
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.result-box h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin-bottom: 12px;
  color: var(--ink);
}

.result-box p {
  color: var(--ink-3);
  line-height: 1.75;
  margin-bottom: 12px;
}

/* 保养学堂：视频列表（复用 story-item 栅格，仅叠加播放角标） */
.baoyang-main .page-banner--baoyang {
  margin-bottom: 0;
}

.baoyang-main .story-filters {
  margin-bottom: 28px;
}

.video-item__media {
  position: relative;
}

.video-item__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border-radius: 50%;
  background: rgba(20, 24, 28, 0.72);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.video-item__play::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}

.video-item:hover .video-item__play {
  background: rgba(208, 32, 0, 0.9);
}

/* 保养学堂 · 视频详情 */
.video-detail-section {
  padding-top: 28px;
}

.article-layout--video {
  align-items: start;
}

.video-detail > .video-player {
  margin: 0 0 22px;
}

.video-detail__header {
  margin: 0 0 8px;
}

.video-detail .single-post__title {
  margin-bottom: 10px;
  max-width: 18em;
  line-height: 1.25;
}

.video-detail__lead {
  color: var(--ink-3);
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0 0 22px;
  max-width: 36em;
}

.video-player {
  margin: 0 0 18px;
}

.video-player__stage {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0f1215;
  overflow: hidden;
}

.video-player__stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.85;
}

.video-player__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  border: none;
  border-radius: 50%;
  background: rgba(208, 32, 0, 0.92);
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s var(--ease, ease), background 0.2s;
}

.video-player__play:hover {
  transform: scale(1.06);
  background: var(--primary, #d02000);
}

.video-player__play-icon {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  transform: translateX(3px);
}

.video-player__embed {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f1215;
  color: #fff;
}

/* 多吉云官方播放器：嵌入主题 video-player 壳 */
.video-player--doge .video-player__stage--embed {
  background: #0f1215;
}

.video-player--doge .video-player__embed {
  display: block;
  padding: 0;
  overflow: hidden;
}

.video-player--doge .wp-block-dogecloud-video,
.video-player--doge .wp-block-doge-video,
.video-player--doge .doge-video-player,
.video-player--doge .doge-video-container,
.video-player--doge .doge-auto-height,
.video-player--doge figure {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.video-player--doge .doge-auto-height {
  padding-bottom: 0 !important;
  position: static !important;
}

.video-player--doge .doge-auto-height figure {
  position: static !important;
}

.video-player--doge .doge-margin-auto {
  margin: 0 !important;
}

.video-player--doge iframe,
.video-player--doge video,
.video-player--doge .dplayer,
.video-player--doge [class*="player"] {
  max-width: 100%;
}

@media (max-width: 800px) {
  .video-player--doge .doge-video-player {
    width: 100% !important;
    height: 100% !important;
  }
}

.video-player__note {
  margin: 10px 0 0;
  font-size: 0.8125rem;
  color: var(--ink-3);
  letter-spacing: 0.01em;
}

/* 要点速记：不用 .article，避免公众号正文重置压样式 */
.video-tips {
  margin: 28px 0 8px;
  padding: 0;
  max-width: 40em;
  border: 0;
  background: transparent;
}

.video-tips__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 14px;
  line-height: 1.35;
  text-align: left;
}

.video-tips__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: tip;
}

.video-tips__list li {
  position: relative;
  counter-increment: tip;
  margin: 0 0 12px;
  padding: 0 0 0 2.1em;
  color: var(--ink-2);
  font-size: 0.98rem;
  line-height: 1.7;
}

.video-tips__list li::before {
  content: counter(tip);
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 1.55em;
  height: 1.55em;
  border-radius: 50%;
  background: rgba(208, 32, 0, 0.08);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.55em;
  text-align: center;
}

.video-detail-section .article-back {
  margin-top: 28px;
}

.video-detail-section .post-nav {
  margin-top: 20px;
}

.video-player__placeholder {
  text-align: center;
  padding: 24px;
  max-width: 22em;
}

.video-player__placeholder p {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 600;
}

.video-player__placeholder-hint {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.65) !important;
  line-height: 1.6;
}

.sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-list li {
  border-bottom: 1px solid var(--line);
}

.sidebar-list a {
  display: block;
  padding: 10px 0;
  font-size: 0.875rem;
  color: var(--ink-2);
  line-height: 1.45;
}

.sidebar-list a:hover,
.sidebar-list a[aria-current="page"] {
  color: var(--primary);
}

/* weixiu 入口清单微调 */
.wx-entries--panel {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  padding: 8px 20px 12px;
  backdrop-filter: blur(8px);
}

.wx-entries--panel .wx-entry {
  padding-left: 8px;
  padding-right: 8px;
}

.wx-entries--panel .wx-entries__foot {
  padding-left: 8px;
}

@media (max-width: 1024px) {
  .product-detail-grid,
  .s-points,
  .choice-grid,
  .product-services__grid {
    grid-template-columns: 1fr;
  }

  .product-detail-visual {
    min-height: 0;
    padding: 28px 20px 20px;
  }

  .product-detail-note {
    margin-top: 16px;
  }

  .s-point,
  .product-services__card {
    border-right: none;
  }

  .product-services__grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-services__card:nth-child(2n) {
    border-right: none;
  }

  .feature-rows {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .product-services__grid {
    grid-template-columns: 1fr;
  }
}

/* ========== S4 疗效评估 · 电子保卡整合 ========== */
.s4-nav-section {
  padding-top: 8px;
  padding-bottom: 8px;
}

.s4-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.s4-pillar {
  display: block;
  padding: 28px 24px 30px;
  border-right: 1px solid var(--line);
  color: inherit;
  background: var(--paper);
  transition: background 0.2s var(--ease, ease);
}

.s4-pillar:last-child {
  border-right: none;
}

.s4-pillar:hover {
  color: inherit;
  background: var(--brand-red-soft, #fceeed);
}

.s4-pillar--accent {
  background: linear-gradient(180deg, rgba(0, 160, 16, 0.06), transparent 70%);
}

.s4-pillar__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--secondary, #00a010);
  margin-bottom: 10px;
}

.s4-pillar strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--ink);
  margin-bottom: 8px;
  font-weight: 700;
}

.s4-pillar p {
  margin: 0;
  color: var(--ink-3);
  font-size: 0.9rem;
  line-height: 1.65;
}

.s4-baoka {
  padding: 72px 0 64px;
  background:
    radial-gradient(ellipse at 10% 0%, rgba(0, 160, 16, 0.07), transparent 48%),
    radial-gradient(ellipse at 92% 100%, rgba(208, 32, 0, 0.04), transparent 42%),
    var(--paper-2, #f6f5f3);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 88px;
}

.s4-baoka__intro {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
}

.s4-baoka__eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary, #00a010);
  margin-bottom: 14px;
}

.s4-baoka h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--ink);
  line-height: 1.35;
  margin: 0 0 16px;
}

.s4-baoka__lead {
  color: var(--ink-3);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0 0 28px;
  max-width: 36em;
}

.s4-baoka__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.s4-baoka__aside {
  background: var(--paper);
  padding: 28px 26px;
  border-left: 3px solid var(--secondary, #00a010);
}

.s4-baoka__quote {
  font-family: var(--font-display);
  font-size: 1.1rem;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 12px;
}

.s4-baoka__cite {
  font-size: 0.8125rem;
  color: var(--ink-3);
  margin: 0 0 22px;
}

.s4-baoka__cite a {
  color: var(--primary);
  font-weight: 600;
}

.s4-baoka__checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.s4-baoka__checklist li {
  position: relative;
  padding: 6px 0 6px 18px;
  font-size: 0.9rem;
  color: var(--ink-2);
  line-height: 1.5;
}

.s4-baoka__checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--secondary, #00a010);
}

.s4-baoka__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 36px;
}

.s4-baoka__card {
  background: var(--paper);
  padding: 20px 18px;
}

.s4-baoka__card h3 {
  font-size: 1rem;
  color: var(--ink);
  margin: 0 0 8px;
  font-weight: 700;
}

.s4-baoka__card p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--ink-3);
  line-height: 1.65;
}

.s4-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.s4-step {
  padding: 22px 20px;
  border-right: 1px solid var(--line);
}

.s4-step:last-child {
  border-right: none;
}

.s4-step span {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 8px;
}

.s4-step h3 {
  font-size: 0.95rem;
  margin: 0 0 6px;
  color: var(--ink);
}

.s4-step p {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--ink-3);
  line-height: 1.6;
}

.s4-step a {
  color: var(--primary);
  font-weight: 600;
}

.s4-baoka__note {
  margin: 20px 0 0;
  font-size: 0.8125rem;
  color: var(--ink-3);
  line-height: 1.65;
}

.s4-follow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

.s4-follow__item {
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.s4-follow__item:last-child {
  border-right: none;
}

.s4-follow__item h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0 0 10px;
  color: var(--ink);
}

.s4-follow__item p {
  margin: 0;
  color: var(--ink-3);
  line-height: 1.7;
  font-size: 0.95rem;
}

.s4-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.s4-duo--3 {
  grid-template-columns: repeat(3, 1fr);
}

.s4-duo__card {
  background: var(--paper);
  padding: 32px 28px;
}

.s4-duo__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  margin-bottom: 12px;
}

.s4-duo__card h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 12px;
  color: var(--ink);
  line-height: 1.35;
}

.s4-duo__card p {
  color: var(--ink-3);
  line-height: 1.75;
  margin: 0 0 24px;
  font-size: 0.95rem;
}

.s4-duo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#follow,
#tuoji,
#yunguanjia,
#baoka {
  scroll-margin-top: 88px;
}

/* 健康云平台说明 */
.s4-cloud {
  max-width: 800px;
  margin: 0 auto;
}

.s4-cloud__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}

.s4-cloud__list li {
  padding: 12px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink-2);
  text-align: center;
}

.s4-cloud__flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
  margin: 28px 0 16px;
  padding: 18px 16px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ink-2);
}

.s4-cloud__hub {
  padding: 6px 14px;
  background: var(--primary);
  color: #fff;
  border-radius: 999px;
}

.s4-cloud__arrow {
  color: var(--ink-3);
  font-weight: 400;
}

.s4-cloud__note {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--ink-3);
  text-align: center;
}

/* S4 枢纽入口卡：一行三项 */
.s4-hub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto;
}

.s4-hub__card {
  display: block;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--line);
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.s4-hub__card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
  color: inherit;
}

.s4-hub__card--accent {
  border-color: var(--primary);
  background: var(--primary-light);
}

.s4-hub__label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ink-3);
}

.s4-hub__card--accent .s4-hub__label {
  color: var(--primary);
}

.s4-hub__card strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--ink);
  line-height: 1.3;
}

.s4-hub__card p {
  margin: 0 0 16px;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--ink-3);
}

.s4-hub__go {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary);
}

@media (max-width: 800px) {
  .s4-hub {
    grid-template-columns: 1fr;
  }

  .s4-cloud__list {
    grid-template-columns: 1fr;
  }

  .s4-cloud__list li {
    border-radius: 10px;
  }
}

@media (max-width: 1024px) {
  .s4-pillars,
  .s4-baoka__intro,
  .s4-baoka__grid,
  .s4-steps,
  .s4-follow,
  .s4-duo {
    grid-template-columns: 1fr;
  }

  .s4-pillar,
  .s4-step,
  .s4-follow__item {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .s4-pillar:last-child,
  .s4-step:last-child,
  .s4-follow__item:last-child {
    border-bottom: none;
  }

  .s4-baoka__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .s4-baoka__grid {
    grid-template-columns: 1fr;
  }
}

/* ========== 在线报修（对齐 Local /register 逻辑） ========== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-banner--register .page-banner__lead {
  margin-bottom: 0;
}

.benefit-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.benefit-strip span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-2);
  border: 1px solid var(--line);
  padding: 5px 14px;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 9999px;
}

/* 深色底上的承诺条（如首页深色 Hero 内复用） */
.benefit-strip--on-dark span {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.16);
}

.form-section--register {
  padding-top: 0;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.register-form-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--primary);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

/* 覆盖 tools-runtime .form-wrap 兜底，避免双套 padding / 限宽打架 */
.register-form-card.form-wrap {
  max-width: 720px;
  padding: 0;
  border-radius: 0;
}

.register-form-card__head {
  padding: 28px 32px 8px;
  text-align: center;
}

.register-form-card__head h2 {
  margin: 0 0 8px;
  font-size: 1.375rem;
  color: var(--ink);
}

.register-form-card__head p {
  margin: 0;
  color: var(--ink-3);
  font-size: 0.9375rem;
}

.register-form-card form {
  padding: 20px 32px 28px;
}

.register-form-card label {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0 0 8px;
  color: var(--ink-2);
}

.register-form-card .req {
  color: var(--primary);
}

.register-form-card input:not([type="checkbox"]):not([type="radio"]),
.register-form-card textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  background: #fff;
}

.register-form-card textarea {
  resize: vertical;
  min-height: 110px;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-step {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.form-step--featured {
  margin-left: -32px;
  margin-right: -32px;
  padding: 20px 32px 24px;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
}

.form-step--compact {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 8px;
}

.register-form-card .consent-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.7;
  cursor: pointer;
  margin: 12px 0 0;
  color: var(--ink-2);
}

.register-form-card .consent-row input[type="checkbox"] {
  width: auto;
  min-width: 1rem;
  height: auto;
  margin: 5px 0 0;
  flex: none;
  padding: 0;
  border: none;
  border-radius: 0;
  accent-color: var(--primary);
}

.register-form-card .consent-row > span {
  flex: 1 1 auto;
  min-width: 0;
}

.form-step__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 14px;
}

.form-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  flex-shrink: 0;
}

.hint {
  margin: 10px 0 0;
  font-size: 0.8125rem;
  color: var(--ink-3);
  line-height: 1.55;
}

.hint a {
  color: var(--primary);
  font-weight: 600;
}

.hint--tight {
  margin-top: -4px;
  margin-bottom: 12px;
}

.model-picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.model-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 10px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  font-family: inherit;
  transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.model-card:hover {
  border-color: var(--primary);
  transform: translateY(-1px);
}

.model-card.sel {
  border-color: var(--primary);
  background: var(--primary-light);
}

.model-card svg {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  flex-shrink: 0;
  display: block;
}

.model-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 36px;
  padding: 0 8px;
  margin-bottom: 6px;
  border-radius: 8px;
  background: var(--paper-2);
  color: var(--ink-2);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.model-card__icon--q {
  font-size: 1.125rem;
  color: var(--ink-3);
}

.model-card .name {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}

.model-card .brand-tag {
  font-size: 0.6875rem;
  color: var(--ink-3);
}

.model-picked-hint {
  font-size: 0.875rem;
  color: var(--primary);
  margin-top: 12px;
  min-height: 1.25em;
  font-weight: 600;
}

.model-picked-hint.is-error {
  color: #b91c1c;
}

.form-submit-row {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.btn-register-submit {
  width: 100%;
  padding: 16px 28px;
  font-size: 1.0625rem;
}

.register-form-card__foot {
  margin: 0;
  padding: 14px 32px 20px;
  text-align: center;
  font-size: 0.875rem;
  color: var(--ink-3);
  background: var(--paper-2);
  border-top: 1px solid var(--line);
}

.register-form-card__foot a {
  font-weight: 600;
  color: var(--primary);
}

.form-alert {
  margin-bottom: 16px;
  padding: 12px 14px;
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
  border-radius: 8px;
  font-size: 0.875rem;
}

.register-success {
  padding: 48px 32px;
  text-align: center;
}

.register-success h2 {
  margin: 0 0 12px;
  font-size: 1.375rem;
}

.register-success p {
  margin: 0 auto 24px;
  max-width: 28em;
  color: var(--ink-3);
  line-height: 1.65;
}

.register-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.ship-address-section--register {
  padding: 48px 0 72px;
  background: #fff;
}

.ship-address-section--register .section-head {
  text-align: center;
  margin-bottom: 28px;
}

.ship-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.ship-card-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 28px;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
}

.ship-card-header i {
  width: 36px;
  height: 36px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  flex-shrink: 0;
  color: var(--primary);
}

.ship-card-header h3 {
  margin: 0 0 4px;
  font-size: 1.0625rem;
  color: var(--ink);
}

.ship-card-header p {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--ink-3);
  line-height: 1.5;
}

.ship-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 28px;
  border-bottom: 1px solid var(--line);
}

.ship-row:last-child {
  border-bottom: none;
}

.ship-label {
  flex-shrink: 0;
  width: 52px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink-3);
  padding-top: 2px;
}

.ship-value {
  flex: 1;
  margin: 0;
  font-size: 0.975rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
}

.ship-value a {
  color: var(--primary);
}

.ship-copy {
  flex-shrink: 0;
  padding: 6px 12px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--primary);
  background: var(--primary-light);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
}

.ship-copy:hover {
  background: var(--primary);
  color: #fff;
}

.ship-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 28px;
  font-size: 0.875rem;
  line-height: 1.6;
  background: #fffbeb;
  color: #92400e;
  border-top: 1px solid #fde68a;
}

.ship-notice i {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #d97706;
}

/* 微信激活提示（电子保卡） */
.wechat-activate-tip {
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  font-size: 0.875rem;
  color: #166534;
  line-height: 1.6;
}

.wechat-activate-tip.is-visible {
  display: block;
}

.wechat-activate-tip code {
  display: block;
  margin-top: 8px;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #d1fae5;
  border-radius: 6px;
  font-size: 0.75rem;
  word-break: break-all;
  color: var(--ink-2);
}

.s4-baoka__wechat-note {
  margin: 10px 0 0;
  font-size: 0.8125rem;
  color: var(--ink-3);
  line-height: 1.55;
  max-width: 28em;
}

@media (max-width: 720px) {
  .form-grid-2,
  .model-picker {
    grid-template-columns: 1fr 1fr;
  }

  .form-step--featured {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .register-form-card form,
  .register-form-card__head,
  .register-form-card__foot {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 640px) {
  .ship-row {
    flex-wrap: wrap;
    padding: 14px 18px;
  }

  .ship-copy {
    width: 100%;
    margin-top: 8px;
    padding: 10px;
  }

  .ship-card-header,
  .ship-notice {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* ========== 远程诊断预约（对齐 Local /consult） ========== */
.tiers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.tier {
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px 24px;
}

.tier--hi {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}

.tier .who {
  display: inline-block;
  margin-bottom: 12px;
  padding: 3px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: var(--ink-3);
  border-radius: 999px;
}

.tier--hi .who {
  background: var(--primary);
}

.tier h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: var(--ink);
}

.tier .price {
  margin: 0 0 14px;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--primary-dark);
  line-height: 1.2;
}

.tier .price small {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--ink-3);
}

.tier ul {
  margin: 0 0 16px;
  padding-left: 1.15em;
  color: var(--ink-2);
  font-size: 0.9rem;
  line-height: 1.65;
}

.tier li {
  margin-bottom: 6px;
}

.tier .fit {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 0.8125rem;
  color: var(--ink-3);
  line-height: 1.55;
}

.deduct-banner {
  max-width: 900px;
  margin: 24px auto 0;
  padding: 14px 18px;
  background: var(--brand-green-soft);
  border: 1px solid #b7e4bc;
  color: var(--brand-green-dark);
  font-size: 0.9375rem;
  line-height: 1.55;
  text-align: center;
}

.steps-mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.smini {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ink-3);
}

.smini b {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 0.9375rem;
}

.value-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--primary);
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--ink-2);
}

.form-section--consult {
  padding-top: 8px;
}

.consult-form-card select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  background: #fff;
}

.consult-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}

.consult-cta {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--line);
}

.consult-cta h3 {
  margin: 0 0 10px;
  font-size: 1.125rem;
}

.consult-cta p {
  margin: 0 0 18px;
  color: var(--ink-3);
  font-size: 0.9rem;
  line-height: 1.65;
}

.consult-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.consult-cta--main {
  border-color: var(--primary);
  background: var(--primary-light);
}

@media (max-width: 800px) {
  .tiers,
  .steps-mini,
  .consult-cta-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== 脱机训练营 ========== */
.tuoji-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 880px;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: #fff;
}

.tuoji-path {
  padding: 36px 32px;
  border-right: 1px solid var(--line);
}

.tuoji-path:last-child {
  border-right: none;
}

.tuoji-path__label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--primary);
}

.tuoji-path h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.3;
  color: var(--ink);
}

.tuoji-path p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ink-3);
}

.tuoji-aside {
  margin: 24px auto 0;
  max-width: 40rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--ink-3);
}

.tuoji-aside a {
  color: var(--primary);
  font-weight: 600;
}

.tuoji-join {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 880px;
  border: 1px solid var(--line);
  background: #fff;
}

.tuoji-join__item {
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}

.tuoji-join__item:last-child {
  border-right: none;
}

.tuoji-join__n {
  display: block;
  margin-bottom: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--primary);
}

.tuoji-join__item h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--ink);
}

.tuoji-join__item p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--ink-3);
}

.tuoji-timeline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.tuoji-tl {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 4px;
  padding: 20px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}

.tuoji-tl:hover {
  background: var(--paper-2, #f6f6f4);
}

.tuoji-tl__num {
  grid-row: 1 / span 2;
  align-self: center;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
  letter-spacing: 0.02em;
}

.tuoji-tl__meta {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-3);
}

.tuoji-tl__title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
}

.tuoji-tl:hover .tuoji-tl__title {
  color: var(--primary);
}

.tuoji-note {
  margin: 28px auto 0;
  max-width: 44em;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--ink-3);
}

.tuoji-note a {
  color: var(--primary);
  font-weight: 600;
}

.tuoji-wechat {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.tuoji-wechat img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  border: 1px solid var(--line);
  background: #fff;
  flex-shrink: 0;
}

.tuoji-wechat__label {
  margin: 0 0 4px;
  font-weight: 700;
  color: var(--ink);
  font-size: 0.975rem;
}

.tuoji-wechat__hint {
  margin: 0 0 14px;
  font-size: 0.8125rem;
  color: var(--ink-3);
}

@media (max-width: 720px) {
  .tuoji-paths,
  .tuoji-join {
    grid-template-columns: 1fr;
  }

  .tuoji-path,
  .tuoji-join__item {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .tuoji-path:last-child,
  .tuoji-join__item:last-child {
    border-bottom: none;
  }

  .tuoji-timeline {
    grid-template-columns: 1fr;
  }

  .tuoji-tl {
    column-gap: 14px;
    padding: 18px 16px;
  }

  .tuoji-tl__num {
    font-size: 1.25rem;
  }
}

/* ========== 合规说明 ========== */
.legal-doc {
  padding-top: 40px;
}

.legal-doc__inner {
  max-width: 720px;
  margin: 0 auto;
}

.legal-lead {
  margin: 0 0 28px;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--ink);
}

.legal-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0 0 36px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.legal-toc a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
}

.legal-toc a:hover {
  text-decoration: underline;
}

.legal-block {
  margin: 0 0 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 88px;
}

.legal-block h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.35;
  color: var(--ink);
}

.legal-block p {
  margin: 0 0 14px;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--ink-2, #3a3a3a);
}

.legal-block ul {
  margin: 0;
  padding: 0 0 0 1.15em;
}

.legal-block li {
  margin: 0 0 10px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ink-3);
}

.legal-block li:last-child {
  margin-bottom: 0;
}

.legal-block a {
  color: var(--primary);
  font-weight: 600;
}

.legal-entity {
  margin: 8px 0 32px;
  padding: 24px 28px;
  background: var(--paper-2, #f6f6f4);
  border: 1px solid var(--line);
  scroll-margin-top: 88px;
}

.legal-entity h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--ink);
}

.legal-entity p {
  margin: 0 0 6px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--ink-3);
}

.legal-entity p:last-child {
  margin-bottom: 0;
}

.legal-entity a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 0 0 8px;
  padding-top: 8px;
}

.legal-links a {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
}

.legal-links a:hover {
  text-decoration: underline;
}

/* ========== 居家监测预约 ========== */
.jianche-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  background: #fff;
  max-width: 960px;
  margin: 0 auto;
}

.jianche-opt {
  padding: 22px 20px;
  border-right: 1px solid var(--line);
}

.jianche-opt:last-child {
  border-right: none;
}

.jianche-opt h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--ink);
}

.jianche-opt p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ink-3);
}

.s4-follow__item a.s4-follow__link,
.qilin-value a.s4-follow__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary);
}

@media (max-width: 800px) {
  .jianche-options {
    grid-template-columns: 1fr 1fr;
  }

  .jianche-opt:nth-child(2n) {
    border-right: none;
  }

  .jianche-opt:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 520px) {
  .jianche-options {
    grid-template-columns: 1fr;
  }

  .jianche-opt {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .jianche-opt:last-child {
    border-bottom: none;
  }
}

/* ========== 麒林家园 / 健康云子页 ========== */
.qilin-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  background: #fff;
  margin-bottom: 0;
}

.qilin-value {
  padding: 24px 22px;
  border-right: 1px solid var(--line);
}

.qilin-value:last-child {
  border-right: none;
}

.qilin-value h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: var(--ink);
}

.qilin-value p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--ink-3);
}

.qilin-simple {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 720px;
  border: 1px solid var(--line);
  background: #fff;
}

.qilin-simple li {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 12px 20px;
  align-items: baseline;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-2);
}

.qilin-simple li:last-child {
  border-bottom: none;
}

.qilin-simple strong {
  color: var(--ink);
  font-weight: 700;
}

.qilin-simple__note {
  max-width: 720px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--ink-3);
}

/* ========== 麒林改版预览（service-yunguanjia-qilin-v2） ========== */
.preview-banner {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.82);
  padding: 12px 0;
  font-size: 0.875rem;
}

.preview-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 24px;
}

.preview-banner p {
  margin: 0;
  line-height: 1.5;
}

.preview-banner code {
  font-size: 0.8125rem;
  color: #ffb4a8;
}

.preview-banner a {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.qilin-hub {
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.qilin-hub__intro {
  max-width: 36em;
  margin: 0 auto 28px;
  text-align: center;
}

.qilin-hub__intro h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  color: var(--ink);
  margin: 0 0 12px;
  line-height: 1.3;
}

.qilin-hub__intro > p {
  margin: 0;
  color: var(--ink-3);
  line-height: 1.7;
  font-size: 0.9875rem;
}

.qilin-map--img {
  margin: 0 auto 20px;
  max-width: 880px;
  text-align: center;
}

.qilin-map--img img {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid var(--line);
}

.qilin-map__cap {
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--ink-3);
  text-align: left;
}

.qilin-hub__blurb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  margin: 0 auto 18px;
  max-width: 880px;
  font-size: 0.9rem;
  color: var(--ink-3);
  line-height: 1.5;
}

.qilin-hub__blurb b {
  color: var(--ink);
  font-weight: 700;
}

.qilin-org--line {
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: none;
  border-left: none;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--ink-3);
}

.qilin-org--line a {
  font-weight: 700;
  color: var(--primary);
}

/* 日常价值：杂志编号清单（预览页） */
.qilin-daily {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  max-width: 820px;
}

.qilin-daily li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.qilin-daily__n {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--primary);
  padding-top: 3px;
}

.qilin-daily strong {
  display: block;
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ink);
}

.qilin-daily p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--ink-3);
}

.qilin-daily a {
  font-weight: 700;
  color: var(--primary);
}

.qilin-daily__note {
  margin: 18px 0 0;
  font-size: 0.8125rem;
  color: var(--ink-3);
  line-height: 1.55;
}

/* 报告样例压缩版（仅预览修饰符，不影响监测页完整版） */
.report-stage--compact {
  padding: 64px 0;
  background: var(--paper-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.report-stage--compact .report-stage__board--compact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 36px 48px;
  align-items: center;
  margin: 0;
}

.report-stage--compact .report-stage__glow {
  display: none;
}

.report-stage--compact .report-stage__paper {
  margin: 0;
  width: min(100%, 300px);
  justify-self: center;
  transform: none;
}

.report-stage--compact .report-stage__paper:hover {
  transform: translateY(-3px);
}

.report-stage--compact .report-stage__paper img {
  box-shadow: 0 16px 36px rgba(40, 28, 20, 0.1);
}

.report-stage--compact .report-stage__read {
  padding: 0;
  border-left: none;
}

.report-stage--compact .report-stage__read h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--ink);
  margin: 0 0 12px;
  line-height: 1.3;
}

.report-stage--compact .report-stage__lead {
  margin: 0 0 16px;
}

.report-stage--compact .report-stage__list {
  margin-bottom: 14px;
}

.report-stage--compact .report-stage__note {
  margin: 0 0 18px;
  border: none;
  padding: 0;
}

.report-stage__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

@media (max-width: 900px) {
  .report-stage--compact .report-stage__board--compact {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .report-stage--compact .report-stage__paper {
    width: min(100%, 260px);
  }

  .qilin-hub__blurb {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .qilin-org--line {
    text-align: left;
  }
}

.qilin-spokes {
  list-style: none;
  margin: 0 auto 36px;
  padding: 0;
  max-width: 820px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.qilin-spokes--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qilin-spokes li {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: 12px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.qilin-spokes li:nth-child(2n) {
  border-right: none;
}

.qilin-spokes--3 li {
  border-right: 1px solid var(--line);
}

.qilin-spokes--3 li:nth-child(2n) {
  border-right: 1px solid var(--line);
}

.qilin-spokes--3 li:last-child {
  border-right: none;
}

.qilin-spokes__n {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--primary);
  padding-top: 2px;
}

.qilin-spokes strong {
  display: block;
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--ink);
}

.qilin-spokes p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--ink-3);
}

.qilin-org {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--primary);
}

.qilin-org p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ink-2);
}

.qilin-org__links {
  margin-top: 12px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.qilin-org__links a {
  font-weight: 700;
  color: var(--primary);
}

@media (max-width: 900px) {
  .qilin-spokes--3 {
    grid-template-columns: 1fr;
  }

  .qilin-spokes--3 li,
  .qilin-spokes--3 li:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .qilin-spokes {
    grid-template-columns: 1fr;
  }

  .qilin-spokes li {
    border-right: none;
  }
}

/* 报告样例：报告作主视觉 + 下方路径（非卡片双栏） */
.report-stage {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 18% 42%, rgba(208, 32, 0, 0.05), transparent 60%),
    linear-gradient(180deg, #f7f3f0 0%, var(--paper) 48%, #faf8f7 100%);
}

.report-stage__intro {
  max-width: 36em;
  margin-bottom: 40px;
}

.report-stage__intro h2 {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.28;
  color: var(--ink);
  margin: 0 0 14px;
}

.report-stage__intro > p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink-3);
}

.report-stage__board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px 56px;
  align-items: center;
  margin-bottom: 56px;
}

.report-stage__glow {
  position: absolute;
  left: -8%;
  top: 8%;
  width: 58%;
  height: 84%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.9), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.report-stage__paper {
  position: relative;
  z-index: 1;
  margin: 0;
  justify-self: center;
  width: min(100%, 420px);
  transform: rotate(-1.5deg);
  transition: transform 0.45s var(--ease);
}

.report-stage__paper:hover {
  transform: rotate(0deg) translateY(-4px);
}

.report-stage__paper img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow:
    0 1px 0 rgba(40, 28, 20, 0.04),
    0 28px 56px rgba(40, 28, 20, 0.14);
}

.report-stage__read {
  position: relative;
  z-index: 1;
  padding: 8px 0 8px 28px;
  border-left: 2px solid rgba(208, 32, 0, 0.35);
}

.report-stage__tag {
  margin: 0 0 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--primary);
}

.report-stage__read h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.35;
  color: var(--ink);
}

.report-stage__list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.report-stage__list li {
  position: relative;
  padding: 0 0 12px 18px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink-2);
}

.report-stage__list li:last-child {
  padding-bottom: 0;
}

.report-stage__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 1px;
}

.report-stage__lead {
  margin: 0 0 20px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ink-3);
}

.report-stage__link {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.02em;
}

.report-stage__link:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

.report-path {
  padding-top: 36px;
  border-top: 1px solid rgba(40, 28, 20, 0.08);
}

.report-path__title {
  margin: 0 0 28px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--ink);
}

.report-path__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 36px;
  position: relative;
}

.report-path__list::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: 2.2rem;
  right: 2.2rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(208, 32, 0, 0.28) 12%,
    rgba(208, 32, 0, 0.28) 88%,
    transparent
  );
  pointer-events: none;
}

.report-path__list li {
  position: relative;
  margin: 0;
  padding: 0;
}

.report-path__idx {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--primary);
  background: var(--paper);
  width: fit-content;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}

.report-path__list strong {
  display: block;
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--ink);
}

.report-path__list p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--ink-3);
}

.report-path__list a {
  color: var(--primary);
  font-weight: 600;
}

.report-stage__note {
  margin: 28px 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--ink-3);
}

.report-stage__note a {
  color: var(--primary);
  font-weight: 600;
}

@media (max-width: 900px) {
  .report-stage__board {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
  }

  .report-stage__glow {
    left: 50%;
    top: 0;
    width: 90%;
    height: 48%;
    transform: translateX(-50%);
  }

  .report-stage__paper {
    width: min(100%, 340px);
    transform: none;
  }

  .report-stage__paper:hover {
    transform: translateY(-3px);
  }

  .report-stage__read {
    padding-left: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 2px solid rgba(208, 32, 0, 0.35);
  }

  .report-path__list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .report-path__list::before {
    display: none;
  }

  .report-path__idx {
    margin-bottom: 8px;
  }
}

@media (max-width: 520px) {
  .report-stage__paper {
    width: min(100%, 280px);
  }
}

/* 加微信：单条横幅 */
.guanjia-invite {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 36px 40px;
  background: #fff;
  border: 1px solid var(--line);
}

.guanjia-invite__qr img {
  display: block;
  width: 168px;
  height: 168px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
}

.guanjia-invite__body .eyebrow {
  margin-bottom: 8px;
}

.guanjia-invite__body h2 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  line-height: 1.3;
}

.guanjia-invite__body > p {
  margin: 0 0 20px;
  max-width: 36em;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--ink-2);
}

.guanjia-invite__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.guanjia-invite__links a {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--primary);
}

.guanjia-invite__links a:hover {
  text-decoration: underline;
}

.guanjia-invite__body > p.guanjia-invite__org {
  margin: 16px 0 0;
  max-width: 36em;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #6B6B6B;
}

@media (max-width: 900px) {
  .qilin-values {
    grid-template-columns: 1fr 1fr;
  }

  .qilin-value:nth-child(2n) {
    border-right: none;
  }

  .qilin-value:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .qilin-simple li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .guanjia-invite {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 24px;
    text-align: center;
  }

  .guanjia-invite__qr img {
    margin: 0 auto;
  }

  .guanjia-invite__body > p {
    margin-left: auto;
    margin-right: auto;
  }

  .guanjia-invite__links {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .qilin-values {
    grid-template-columns: 1fr;
  }

  .qilin-value {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .qilin-value:last-child {
    border-bottom: none;
  }
}

