/* =====================================================================
   template.css —— 极速云 CMS 子页专用样式
   承载：资讯/文档列表、常见操作两栏、套餐列表/详情、通用单页、下载中心
   基于共享 style.css 的设计变量，避免侵入首页样式。
   ===================================================================== */

/* ================= 资讯/栏目 列表页专用布局 ================= */
.news-hero-section { display: none; }
.news-tabs-section { padding: calc(var(--promo-h) + var(--nav-h) + 18px) 0 16px; border-bottom: 1px solid rgba(22,102,255,0.08); background: linear-gradient(180deg, #fff 0%, #fbfdff 100%); box-shadow: 0 4px 12px rgba(16,46,100,0.04); }
.news-tabs-section .filter-bar { margin-bottom: 0; }
.news-tabs { display: flex; flex-wrap: nowrap; gap: 14px; overflow-x: auto; scrollbar-width: none; }
.news-tabs::-webkit-scrollbar { display: none; }
.news-tab { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(22,102,255,0.15); background: #fff; color: var(--c-text-sub); font-size: 14px; font-weight: 600; white-space: nowrap; transition: all .2s ease; text-decoration: none; }
.news-tab svg { width: 18px; height: 18px; }
.news-tab:hover { color: var(--c-brand); border-color: rgba(22,102,255,0.45); }
.news-tab.is-on { color: #fff; background: var(--grad-main); border-color: transparent; box-shadow: 0 8px 18px rgba(22,102,255,0.25); }

.news-section { padding: 24px 0 30px; }
.news-list-section { padding-top: calc(var(--promo-h) + var(--nav-h) + 18px); }
.news-list-section .filter-bar { margin-bottom: 26px; flex-wrap: wrap; align-items: center; }
.game-section .filter-bar { align-items: center; flex-wrap: wrap; }
.news-section-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.news-section-head h2 { font-size: 22px; font-weight: 800; color: #0a1c38; display: flex; align-items: center; gap: 8px; }
.news-section-head h2::before { content: ""; width: 5px; height: 22px; background: var(--grad-main); border-radius: 3px; }

.news-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.news-row { display: grid; grid-template-columns: 150px 1fr; gap: 14px; align-items: start; background: #fff; border: 1px solid rgba(22,102,255,0.08); border-radius: var(--radius-l); padding: 14px; text-decoration: none; box-shadow: var(--shadow-card); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.news-row:hover { transform: translateY(-4px); border-color: rgba(22,102,255,0.35); box-shadow: 0 0 0 1px rgba(22,102,255,0.4), var(--shadow-card-hover); }
.news-row.is-hidden { display: none; }
.news-row__thumb { position: relative; height: 110px; border-radius: 10px; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--grad-main); }
.news-row__thumb--game { font-size: 46px; font-weight: 800; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.28); }
.news-row__body { display: flex; flex-direction: column; gap: 8px; }
.news-row__meta { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--c-text-dim); }
.news-row__meta em { color: var(--c-brand); font-style: normal; font-weight: 700; background: rgba(22,102,255,0.08); padding: 3px 8px; border-radius: 999px; }
.news-row h3 { font-size: 15px; font-weight: 800; color: #0a1c38; line-height: 1.35; }
.news-row p { font-size: 13px; color: var(--c-text-sub); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-empty { text-align: center; color: var(--c-text-sub); padding: 40px 0; }

/* ---------- 常见操作 / 活动：两栏排版 ---------- */
.ops-layout { display: grid; grid-template-columns: 1fr 320px; gap: 24px; align-items: start; }
.ops-main { min-width: 0; }
.ops-sidebar { min-width: 0; }

/* 顶部全宽 banner */
.top-banner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 36px 44px; border-radius: var(--radius-l); color: #fff;
  margin-bottom: 18px; box-shadow: var(--shadow-card);
  overflow: hidden; position: relative;
  background:
    radial-gradient(circle at 78% 50%, rgba(66, 214, 255, .30) 0%, transparent 45%),
    linear-gradient(110deg, #08204a 0%, #0f4ce0 55%, #1a5fff 100%);
}
.top-banner::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 8% 130%, rgba(255,255,255,.10) 0%, transparent 30%),
    radial-gradient(circle at 96% -20%, rgba(255,255,255,.08) 0%, transparent 28%);
}
.top-banner::after {
  content: ""; position: absolute; right: -40px; top: 50%; transform: translateY(-50%);
  width: 340px; height: 340px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(255,255,255,.11) 0%, transparent 65%);
  filter: blur(28px);
}
.top-banner__content { position: relative; z-index: 1; }
.top-banner__content strong { display: block; font-size: 28px; font-weight: 900; letter-spacing: 0.5px; margin-bottom: 8px; }
.top-banner__content span { display: block; font-size: 14px; opacity: 0.92; }
.top-banner__btn {
  position: relative; z-index: 1; flex: none;
  padding: 12px 26px; border-radius: 999px;
  background: #fff; color: #1a5fff;
  font-size: 14px; font-weight: 800; text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
  transition: transform .2s, box-shadow .2s;
}
.top-banner__btn:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }

/* 顶部全宽搜索条 */
.top-search { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 28px; border-radius: var(--radius-l); background: linear-gradient(90deg, #3b82f6, #60a5fa); color: #fff; margin-bottom: 24px; box-shadow: var(--shadow-card); }
.top-search__title { font-size: 20px; font-weight: 900; white-space: nowrap; }
.top-search__hint { display: flex; flex-direction: column; gap: 2px; font-size: 13px; opacity: 0.95; }
.top-search__hint strong { font-size: 14px; font-weight: 700; }
.top-search__box { flex: 1; max-width: 360px; min-width: 220px; }
.top-search__box form { display: flex; flex: 1; min-width: 0; }
.top-search__box input { flex: 1; min-width: 0; height: 42px; padding: 0 16px; border: 0; border-radius: 8px 0 0 8px; font-size: 14px; color: var(--c-text); outline: none; }
.top-search__box button { flex: none; width: 50px; height: 42px; border: 0; border-radius: 0 8px 8px 0; background: #2563eb; color: #fff; display: grid; place-items: center; cursor: pointer; }
.top-search__box button svg { width: 18px; height: 18px; stroke: #fff; }

/* 资讯页筛选栏右侧搜索 */
.news-head-search { width: 320px; max-width: 100%; margin-left: auto; }
.news-head-search form { display: flex; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(22,102,255,.12); }
.news-head-search input { flex: 1; min-width: 0; height: 42px; padding: 0 16px; border: 0; background: linear-gradient(180deg, #eff6ff 0%, #e0efff 100%); font-size: 14px; color: var(--c-text); outline: none; }
.news-head-search input::placeholder { color: #6b8cb8; }
.news-head-search button { flex: none; width: 50px; height: 42px; border: 0; background: #2563eb; color: #fff; display: grid; place-items: center; cursor: pointer; }
.news-head-search button svg { width: 18px; height: 18px; stroke: #fff; }
@media (max-width: 720px) {
  .news-head-search { width: 100%; margin-left: 0; }
}

/* 主内容区列表 */
.news-list-section.is-ops .news-list { grid-template-columns: 1fr; gap: 14px; }
.news-list-section.is-ops .news-row { display: grid; grid-template-columns: 220px 1fr; gap: 18px; padding: 18px; align-items: stretch; background: #fff; border: 1px solid rgba(22,102,255,0.08); border-radius: var(--radius-l); box-shadow: var(--shadow-card); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.news-list-section.is-ops .news-row:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(22,102,255,.1); }
.news-list-section.is-ops .news-row__thumb { height: 150px; border-radius: 10px; }
.news-list-section.is-ops .news-row__body { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.news-list-section.is-ops .news-row h3 { font-size: 17px; font-weight: 800; color: #0a1c38; line-height: 1.35; }
.news-list-section.is-ops .news-row p { font-size: 13px; color: var(--c-text-sub); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-list-section.is-ops .news-row__tags { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; }
.news-list-section.is-ops .news-row__tags em { font-style: normal; padding: 4px 10px; border-radius: 999px; background: rgba(22,102,255,0.08); color: var(--c-brand); font-size: 12px; }
.news-list-section.is-ops .news-row__meta { display: flex; align-items: center; gap: 12px; font-size: 12px; color: var(--c-text-dim); }
.news-list-section.is-ops .news-row__meta time { color: var(--c-text-dim); }
.news-list-section.is-ops .news-row__views { font-style: normal; color: var(--c-text-dim); }

/* 问答栏目：纯文字列表，无缩略图 */
.news-list-section.is-qa .news-row { grid-template-columns: 1fr; }
.news-list-section.is-qa .news-row__body { min-width: 0; }

/* 侧边栏 */
.side-block { background: #fff; border: 1px solid rgba(22,102,255,0.08); border-radius: var(--radius-l); padding: 18px; box-shadow: var(--shadow-card); margin-bottom: 18px; }
.side-block h4 { font-size: 15px; font-weight: 800; color: #0a1c38; margin-bottom: 14px; }

/* 下载客户端卡片 */
.side-download { padding: 18px; }
.side-download__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.side-download__logo { width: 42px; height: 42px; object-fit: contain; }
.side-download__head div { display: flex; flex-direction: column; gap: 2px; }
.side-download__head strong { font-size: 15px; font-weight: 800; color: #0a1c38; }
.side-download__head span { font-size: 12px; color: var(--c-text-sub); }
.side-download__qr { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.qr-placeholder { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px; border-radius: 10px; background: #f6f8fc; color: var(--c-text-sub); }
.qr-placeholder svg { width: 60px; height: 60px; color: var(--c-brand); }
.qr-placeholder__i { font-size: 60px; line-height: 1; color: #1d1d1f; }
.qr-placeholder--ios svg { color: #1d1d1f; }

/* iconfont Android 图标（阿里 CDN 在线字体，正式上线建议下载字体包自托管备份） */
@font-face {
  font-family: 'iconfont'; /* Project id 5229665 */
  src: url('//at.alicdn.com/t/c/font_5229665_b0zjwhyrhe5.woff2?t=1788350200532') format('woff2'),
       url('//at.alicdn.com/t/c/font_5229665_b0zjwhyrhe5.woff?t=1788350200532') format('woff'),
       url('//at.alicdn.com/t/c/font_5229665_b0zjwhyrhe5.ttf?t=1788350200532') format('truetype');
}
.iconfont {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-anzhuo:before { content: "\e661"; }

/* iconfont 留言图标（阿里 CDN 在线字体，Project id 5230347）
   注意：字体族名独立为 iconfont-msg，避免与上面的 iconfont(5229665) 同名冲突导致 Android 图标失效 */
@font-face {
  font-family: 'iconfont-msg'; /* Project id 5230347 */
  src: url('//at.alicdn.com/t/c/font_5230347_3j64z8fijsh.woff2?t=1788505193488') format('woff2'),
       url('//at.alicdn.com/t/c/font_5230347_3j64z8fijsh.woff?t=1788505193488') format('woff'),
       url('//at.alicdn.com/t/c/font_5230347_3j64z8fijsh.ttf?t=1788505193488') format('truetype');
}
.icon-liuyan {
  font-family: 'iconfont-msg' !important;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-liuyan:before { content: "\e638"; }

/* iconfont 客服图标（阿里 CDN 在线字体，Project id 5230358）
   字体族名独立为 iconfont-kefu，避免与其它 iconfont 项目同名冲突 */
@font-face {
  font-family: 'iconfont-kefu'; /* Project id 5230358 */
  src: url('//at.alicdn.com/t/c/font_5230358_x8mq1m8a5.woff2?t=1788505982395') format('woff2'),
       url('//at.alicdn.com/t/c/font_5230358_x8mq1m8a5.woff?t=1788505982395') format('woff'),
       url('//at.alicdn.com/t/c/font_5230358_x8mq1m8a5.ttf?t=1788505982395') format('truetype');
}
.icon-kefu {
  font-family: 'iconfont-kefu' !important;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-kefu:before { content: "\e62d"; }

/* iconfont 下载图标（阿里 CDN 在线字体，Project id 5230591）
   字体族名独立为 iconfont-dl，避免与其它 iconfont 项目同名冲突 */
@font-face {
  font-family: 'iconfont-dl'; /* Project id 5230591 */
  src: url('//at.alicdn.com/t/c/font_5230591_bxy5k5afy2.woff2?t=1788586117250') format('woff2'),
       url('//at.alicdn.com/t/c/font_5230591_bxy5k5afy2.woff?t=1788586117250') format('woff'),
       url('//at.alicdn.com/t/c/font_5230591_bxy5k5afy2.ttf?t=1788586117250') format('truetype');
}
.icon-download-fill {
  font-family: 'iconfont-dl' !important;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-download-fill:before { content: "\eb4c"; }

/* iconfont 右侧三角箭头（阿里 CDN 在线字体，Project id 5230593）
   字体族名独立为 iconfont-tri，避免与其它 iconfont 项目同名冲突 */
@font-face {
  font-family: 'iconfont-tri'; /* Project id 5230593 */
  src: url('//at.alicdn.com/t/c/font_5230593_ilc31iop8e.woff2?t=1788586858740') format('woff2'),
       url('//at.alicdn.com/t/c/font_5230593_ilc31iop8e.woff?t=1788586858740') format('woff'),
       url('//at.alicdn.com/t/c/font_5230593_ilc31iop8e.ttf?t=1788586858740') format('truetype');
}
.icon-right-triangle {
  font-family: 'iconfont-tri' !important;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-right-triangle:before { content: "\e623"; }
.qr-placeholder span { font-size: 12px; }
.side-download__btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 12px; border-radius: 10px; background: linear-gradient(90deg, #ff5a5c, #ff8a8a); color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; }
.side-download__btn svg { width: 18px; height: 18px; fill: currentColor; }

/* 热门内容（带小图） */
.side-hot ul { list-style: none; }
.side-hot ul li { border-bottom: 1px solid var(--c-line); }
.side-hot ul li:last-child { border-bottom: none; }
.side-hot ul li a { display: flex; gap: 12px; padding: 12px 0; text-decoration: none; }
.side-hot ul li a:hover strong { color: var(--c-brand); }
.side-hot__thumb { flex: none; width: 70px; height: 52px; border-radius: 6px; background-size: cover; background-position: center; background: var(--grad-main); display: grid; place-items: center; }
.side-hot__body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.side-hot__body strong { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 13px; font-weight: 700; color: #0a1c38; line-height: 1.4; }
.side-hot__body span { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--c-text-dim); }
.side-hot__body em { font-style: normal; padding: 2px 8px; border-radius: 999px; background: rgba(22,102,255,0.08); color: var(--c-brand); }

/* 标签云 */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a { padding: 6px 12px; border-radius: 999px; background: rgba(22,102,255,0.08); color: var(--c-brand); font-size: 12px; text-decoration: none; }
.tag-cloud a:hover { background: var(--c-brand); color: #fff; }

.side-rank ul { counter-reset: rank; list-style: none; }
.side-rank ul li { border-bottom: 1px solid var(--c-line); }
.side-rank ul li:last-child { border-bottom: none; }
.side-rank ul li a { display: flex; align-items: center; gap: 10px; padding: 10px 0; font-size: 13px; color: var(--c-text-sub); line-height: 1.5; text-decoration: none; }
.side-rank ul li a:hover { color: var(--c-brand); }
.side-rank ul li a::before { counter-increment: rank; content: counter(rank); flex: none; width: 20px; height: 20px; border-radius: 6px; display: grid; place-items: center; font-size: 12px; font-weight: 800; color: #fff; background: linear-gradient(135deg, #ff6a9c, #ff8a3d); }
.side-rank ul li:nth-child(n+4) a::before { background: #c3d3ee; }
.side-rank ul li a span { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.side-rank ul li a i { flex: none; font-style: normal; font-size: 12px; color: var(--c-text-dim); }

.plan__feat-src { display: none; }

@media (max-width: 1100px) {
  .news-list { grid-template-columns: 1fr; }
  .news-list .news-row { grid-template-columns: 160px 1fr; }
  .news-list .news-row__thumb { height: 110px; }
  .news-list-section.is-ops .ops-layout { grid-template-columns: 1fr; }
  .top-banner { flex-direction: column; align-items: flex-start; padding: 24px; gap: 14px; }
  .top-banner__content strong { font-size: 22px; }
  .top-search { flex-wrap: wrap; gap: 12px; padding: 14px 18px; }
  .top-search__box { flex: none; width: 100%; max-width: none; }
}
@media (max-width: 720px) {
  .news-tab { padding: 8px 14px; font-size: 13px; }
  .news-list, .news-list.is-cat { grid-template-columns: 1fr; }
  .news-list .news-row, .news-list.is-cat .news-row { grid-template-columns: 1fr; padding: 16px; }
  .news-list .news-row__thumb, .news-list.is-cat .news-row__thumb { height: 170px; }
  .news-list-section.is-ops .news-row { grid-template-columns: 1fr; }
  .news-list-section.is-ops .news-row__thumb { height: 170px; }
  .side-download__qr { grid-template-columns: 1fr; }
}

/* ================= 价格套餐 列表页 ================= */
.plans-page-section .breadcrumb { margin-bottom: 8px; }
.plans-page-section .sec-head { margin-top: 18px; margin-bottom: 18px; }
.plans-page-section .plans { margin-top: 8px; }

/* ================= 价格套餐 图文详情页 ================= */
.plan-detail { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 36px; align-items: start; margin-top: 26px; }
.plan-detail__article { min-width: 0; }
.plan-detail__head .page-hero__title { margin-top: 6px; }
.plan-detail__lead { margin-top: 14px; font-size: 16px; line-height: 1.85; color: var(--c-text-sub); }
.plan-detail__badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.plan-detail__badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 13px; border-radius: 999px; background: rgba(22,102,255,0.08); color: var(--c-brand); font-size: 12.5px; font-weight: 700; }
.plan-detail__badge--hot { background: var(--grad-main); color: #fff; box-shadow: 0 6px 14px rgba(22,102,255,0.24); }
.plan-detail__body { margin-top: 24px; }

/* ================= 资讯门户首页 ================= */
.portal-layout { display: block; }
.portal-hero { display: grid; grid-template-columns: 1fr 300px; gap: 24px; align-items: stretch; margin-bottom: 32px; }
.portal-main { min-width: 0; }

/* 轮播 */
.hero-slider { position: relative; border-radius: var(--radius-l); overflow: hidden; height: 100%; min-height: 320px; box-shadow: var(--shadow-card); margin-bottom: 0; }
.hero-slider__track { position: relative; width: 100%; height: 100%; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; color: #fff; text-decoration: none; background-size: cover; background-position: center; }
.hero-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.62) 100%); z-index: 1; }
.hero-slide > * { position: relative; z-index: 2; }
.hero-slide.is-active { opacity: 1; }
.hero-slide__tag { align-self: flex-start; padding: 5px 12px; border-radius: 999px; background: var(--grad-main); font-size: 12px; font-weight: 700; margin-bottom: 12px; box-shadow: 0 4px 12px rgba(22,102,255,.35); }
.hero-slide__body h3 { font-size: 24px; font-weight: 800; line-height: 1.25; margin-bottom: 8px; text-shadow: 0 2px 8px rgba(0,0,0,.35); }
.hero-slide__body p { font-size: 14px; line-height: 1.55; opacity: .9; max-width: 620px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero-slider__dots { position: absolute; left: 0; right: 0; bottom: 18px; display: flex; justify-content: center; gap: 8px; z-index: 3; }
.hero-slider__dots button { width: 8px; height: 8px; border-radius: 999px; border: 0; background: rgba(255,255,255,.5); cursor: pointer; transition: all .25s ease; }
.hero-slider__dots button.is-active { width: 22px; background: #fff; }

/* 通用区块头 */
.portal-block { margin-bottom: 32px; }
.portal-block__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.portal-block__head h3 { font-size: 20px; font-weight: 800; color: #0a1c38; display: flex; align-items: center; gap: 8px; }
.portal-block__head h3::before { content: ""; width: 5px; height: 20px; background: var(--grad-main); border-radius: 3px; }
.portal-block__more { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; color: var(--c-text-sub); text-decoration: none; transition: color .2s ease; }
.portal-block__more svg { width: 14px; height: 14px; }
.portal-block__more:hover { color: var(--c-brand); }

/* 专题卡片 */
.topic-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.topic-card { position: relative; height: 230px; border-radius: var(--radius-l); overflow: hidden; background-size: cover; background-position: center; box-shadow: var(--shadow-card); text-decoration: none; display: flex; align-items: flex-end; padding: 20px; color: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.topic-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); }
.topic-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.62) 100%); z-index: 1; transition: background .3s ease; }
.topic-card:hover .topic-card__overlay { background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.72) 100%); }
.topic-card__body { position: relative; z-index: 2; }
.topic-card__tag { display: inline-block; padding: 4px 10px; border-radius: 999px; background: rgba(255,255,255,.18); backdrop-filter: blur(4px); font-size: 11px; font-weight: 700; margin-bottom: 10px; }
.topic-card h4 { font-size: 17px; font-weight: 800; line-height: 1.3; margin-bottom: 6px; text-shadow: 0 2px 6px rgba(0,0,0,.35); }
.topic-card p { font-size: 12.5px; line-height: 1.5; opacity: .88; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 12px; }
.topic-card__btn { display: inline-flex; align-items: center; gap: 4px; padding: 6px 12px; border-radius: 6px; background: #fff; color: #0a1c38; font-size: 12px; font-weight: 700; transition: background .2s ease; }
.topic-card__btn::after { content: ""; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid currentColor; }

/* 攻略区 */
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: stretch; }
.guide-card { position: relative; border-radius: var(--radius-l); overflow: hidden; background-size: cover; background-position: center; box-shadow: var(--shadow-card); text-decoration: none; color: #fff; display: flex; align-items: flex-end; padding: 22px; transition: transform .3s ease, box-shadow .3s ease; }
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }
.guide-card--lg { height: 100%; min-height: 290px; }
.guide-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.65) 100%); z-index: 1; }
.guide-card > * { position: relative; z-index: 2; }
.guide-card__tag { align-self: flex-start; padding: 4px 10px; border-radius: 999px; background: var(--grad-main); font-size: 11px; font-weight: 700; margin-bottom: 10px; }
.guide-card h4 { font-size: 18px; font-weight: 800; line-height: 1.3; margin-bottom: 8px; text-shadow: 0 2px 6px rgba(0,0,0,.35); }
.guide-card p { font-size: 13px; line-height: 1.55; opacity: .9; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.guide-list { display: flex; flex-direction: column; gap: 12px; }
.guide-item { display: grid; grid-template-columns: 120px 1fr; gap: 14px; padding: 14px; background: #fff; border: 1px solid rgba(22,102,255,.08); border-radius: var(--radius-l); box-shadow: var(--shadow-card); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.guide-item:hover { transform: translateY(-2px); border-color: rgba(22,102,255,.35); box-shadow: 0 0 0 1px rgba(22,102,255,.35), var(--shadow-card-hover); }
.guide-item__thumb { height: 90px; border-radius: 8px; background-size: cover; background-position: center; background-color: #f0f5ff; }
.guide-item__body { display: flex; flex-direction: column; gap: 6px; min-width: 0; justify-content: center; }
.guide-item__body h5 { font-size: 15px; font-weight: 800; color: #0a1c38; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.guide-item__body p { font-size: 12px; color: var(--c-text-sub); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.guide-item__meta { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--c-text-sub); margin-top: 2px; }
.guide-item__meta em { font-style: normal; padding: 2px 8px; border-radius: 999px; background: rgba(22,102,255,.08); color: var(--c-main); }

/* 侧边栏 */
.portal-sidebar { position: static; top: auto; height: 100%; }
.portal-sidebar .side-block { height: 100%; margin-bottom: 0; display: flex; flex-direction: column; }
.side-latest { flex: 1; overflow-y: auto; }
.side-block__new { display: inline-flex; align-items: center; padding: 3px 6px; border-radius: 4px; background: var(--grad-main); color: #fff; font-size: 11px; font-weight: 800; margin-right: 6px; vertical-align: 1px; }
.side-latest { list-style: none; }
.side-latest li { border-bottom: 1px solid var(--c-line); }
.side-latest li:last-child { border-bottom: none; }
.side-latest li a { display: flex; flex-direction: column; gap: 4px; padding: 12px 0; text-decoration: none; }
.side-latest li a time { font-size: 12px; color: var(--c-text-dim); }
.side-latest li a span { font-size: 13px; color: var(--c-text); font-weight: 600; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color .2s ease; }
.side-latest li a:hover span { color: var(--c-brand); }

@media (max-width: 1100px) {
  .portal-hero { grid-template-columns: 1fr; }
  .hero-slider { height: 320px; }
  .portal-sidebar { position: static; margin-top: 24px; height: auto; }
  .portal-sidebar .side-block { height: auto; }
  .side-latest { flex: none; overflow-y: visible; }
  .topic-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .portal-hero { gap: 18px; }
  .hero-slider { height: 260px; }
  .hero-slide__body h3 { font-size: 18px; }
  .topic-cards { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-item { grid-template-columns: 100px 1fr; }
  .guide-item__thumb { height: 76px; }
  .guide-item__body h5 { font-size: 14px; }
}
.plan-detail__cta-inline { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.plan-detail__side { position: sticky; top: calc(var(--nav-h) + 20px); display: flex; flex-direction: column; gap: 18px; }
.plan-detail__card { background: #fff; border: 1px solid rgba(22,102,255,0.1); border-radius: var(--radius-l); box-shadow: var(--shadow-card); padding: 24px 22px; }
.plan-detail__card h4 { font-size: 19px; font-weight: 800; color: #0a1c38; }
.plan-detail__sub { margin-top: 8px; font-size: 13px; color: var(--c-text-sub); line-height: 1.65; }
.plan-detail__price { display: flex; align-items: baseline; gap: 6px; margin-top: 20px; padding-top: 18px; border-top: 1px dashed var(--c-line); }
.plan-detail__price i { font-style: normal; color: var(--c-text-sub); font-weight: 700; font-size: 16px; }
.plan-detail__price b { font-size: 44px; font-weight: 900; color: #0a1c38; letter-spacing: -1px; line-height: 1; }
.plan-detail__price s { color: var(--c-text-dim); font-size: 13px; text-decoration: none; }
/* 面议价（**）详情卡 */
.plan-detail__price.is-quote i,
.plan-detail__price.is-quote s { display: none; }
.plan-detail__price.is-quote b { font-size: 30px; letter-spacing: 2px; }
.plan-detail__cycle { margin-top: 8px; font-size: 12.5px; color: var(--c-text-dim); line-height: 1.6; }
.plan-detail__switch { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 16px 0 18px; padding: 5px; background: rgba(22,102,255,0.06); border-radius: 12px; }
.plan-detail__switch button { border: 0; background: transparent; padding: 8px 6px; border-radius: 9px; font-size: 13px; font-weight: 700; color: var(--c-text-sub); cursor: pointer; transition: all .2s ease; }
.plan-detail__switch button.is-on { background: #fff; color: var(--c-brand); box-shadow: var(--shadow-card); }
.plan-detail__switch button span { font-size: 11px; color: var(--c-promo); font-weight: 800; }
.plan-detail__feats { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.plan-detail__feats li { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; color: var(--c-text); line-height: 1.55; }
.plan-detail__feats li svg { flex: none; width: 17px; height: 17px; margin-top: 1px; color: var(--c-brand); }
.plan-detail__feats li b { color: #0a1c38; }
.plan-detail__note { margin-top: 14px; font-size: 12px; color: var(--c-text-dim); line-height: 1.7; text-align: center; }
.plan-detail__note svg { width: 13px; height: 13px; vertical-align: -2px; margin-right: 2px; }
.plan-detail__card .btn + .btn { margin-top: 10px; }

/* ================= 通用图文单页（关于/联系我们/法律） ================= */
.page-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; align-items: start; }
.page-article { min-width: 0; }
.page-lead { margin: 14px 0 0; font-size: 16px; line-height: 1.85; color: var(--c-text-sub); }
.page-body { margin-top: 24px; }
.page-aside { display: flex; flex-direction: column; gap: 18px; }
/* 通用图文页 / 文章详情页的标题微调（由原行内样式迁移而来） */
.page-article .page-hero__title,
.article-layout .page-hero__title { margin-top: 16px; font-size: clamp(26px, 3.6vw, 38px); }

/* ================= 下载中心 ================= */
.download-hero { margin-top: 26px; }
.download-sub { margin-top: 12px; font-size: 15px; color: var(--c-text-sub); line-height: 1.8; }
.download-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 34px; }
.download-card { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; background: #fff; border: 1px solid rgba(22,102,255,0.09); border-radius: var(--radius-l); padding: 24px; text-decoration: none; box-shadow: var(--shadow-card); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.download-card:hover { transform: translateY(-4px); border-color: rgba(22,102,255,0.32); box-shadow: var(--shadow-card-hover); }
.download-card.is-soon { background: #f7f9fc; border: 1px dashed rgba(22,102,255,0.28); box-shadow: none; cursor: default; }
.download-card.is-soon .download-card__icon { background: #fff; color: #8a94a6; }
.download-card.is-soon .btn { background: #eef2f8; color: #8a94a6; box-shadow: none; cursor: default; }
.download-card__icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: rgba(22,102,255,0.08); color: var(--c-brand); }
.download-card__icon svg { width: 30px; height: 30px; }
.download-card__icon i { font-style: normal; font-size: 32px; line-height: 1; }
.download-card h3 { font-size: 17px; font-weight: 800; color: #0a1c38; }
.download-card p { flex: 1; font-size: 13.5px; color: var(--c-text-sub); line-height: 1.7; }
.download-card .btn { margin-top: 6px; }
.download-tip { margin-top: 36px; background: #fff; border: 1px solid rgba(22,102,255,0.09); border-radius: var(--radius-l); padding: 22px 24px; box-shadow: var(--shadow-card); }
.download-tip h3 { font-size: 16px; font-weight: 800; color: #0a1c38; margin-bottom: 8px; }
.download-tip ul { list-style: none; }
.download-tip ul li { display: flex; flex-wrap: wrap; gap: 4px 16px; padding: 10px 0; border-bottom: 1px dashed var(--c-line); font-size: 13px; color: #0a1c38; font-weight: 700; }
.download-tip ul li:last-child { border-bottom: none; }
.download-tip ul li span { color: var(--c-text-sub); font-weight: 400; }
.download-note { margin-top: 12px; font-size: 12.5px; color: var(--c-text-dim); line-height: 1.75; background: rgba(22,102,255,0.05); border-radius: 10px; padding: 10px 14px; }
.download-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 26px; }
.download-faq__list { list-style: none; }
.download-faq__list li { padding: 12px 0; border-bottom: 1px dashed var(--c-line); }
.download-faq__list li:last-child { border-bottom: none; }
.download-faq__list li b { display: block; font-size: 13.5px; color: #0a1c38; margin-bottom: 4px; }
.download-faq__list li span { font-size: 13px; color: var(--c-text-sub); line-height: 1.7; }

@media (max-width: 1000px) {
  .plan-detail, .page-layout { grid-template-columns: 1fr; }
  .plan-detail__side, .page-aside { position: static; }
  .download-grid, .download-faq { grid-template-columns: 1fr; }
}
/* ================= 下载中心 - 问答区块 ================= */
.qa-section { margin-top: 0; }
.qa-section__head { align-items: baseline; }
.qa-section__head h3 { gap: 10px; }
.qa-section__head h3 span { font-size: 14px; color: var(--c-text-dim); font-weight: 400; }
.qa-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 22px; align-items: start; }
.qa-card { background: #fff; border: 1px solid rgba(22,102,255,0.09); border-radius: var(--radius-l); box-shadow: var(--shadow-card); padding: 6px 22px; }
.qa-item { display: block; padding: 18px 0; border-bottom: 1px solid var(--c-line); text-decoration: none; transition: background .2s ease; }
.qa-item:last-child { border-bottom: none; }
.qa-item:hover h4 { color: var(--c-brand); }
.qa-item h4 { font-size: 16px; font-weight: 700; color: #0a1c38; margin: 0 0 10px; line-height: 1.45; }
.qa-item__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; font-size: 12px; color: var(--c-text-dim); }
.qa-tag { background: rgba(22,102,255,0.08); color: var(--c-brand); padding: 3px 9px; border-radius: 4px; font-size: 12px; font-weight: 600; }
.qa-stat { display: inline-flex; align-items: center; gap: 4px; }
.qa-rank { padding: 18px 20px; }
.qa-rank h4 { font-size: 16px; font-weight: 800; color: #0a1c38; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.qa-rank h4 svg { width: 18px; height: 18px; color: var(--c-brand); }
.qa-rank__list { counter-reset: rank; list-style: none; padding: 0; margin: 0; }
.qa-rank__list li { counter-increment: rank; display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--c-line); }
.qa-rank__list li:last-child { border-bottom: none; }
.qa-rank__list li::before { content: counter(rank); width: 22px; height: 22px; display: grid; place-items: center; border-radius: 5px; background: #e9edf3; color: #6b7b93; font-size: 12px; font-weight: 800; flex: none; }
.qa-rank__list li:nth-child(-n+3)::before { background: linear-gradient(135deg, #ff6b6b, #ff8e53); color: #fff; }
.qa-rank__list a { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #0a1c38; font-size: 14px; text-decoration: none; }
.qa-rank__list a:hover { color: var(--c-brand); }
.qa-rank__list span { color: var(--c-text-dim); font-size: 12px; flex: none; }

@media (max-width: 720px) {
  .download-card { padding: 20px; }
  .qa-layout { grid-template-columns: 1fr; }
  .qa-section__head { align-items: flex-start; flex-direction: column; gap: 10px; }
}

/* ================= 专题列表（栏目ID=13）：大图卡片网格 ================= */
.news-list.is-topic { grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-list.is-topic .news-row { display: flex; flex-direction: column; gap: 0; padding: 0; overflow: hidden; align-items: stretch; }
.news-list.is-topic .news-row__thumb { width: 100%; height: auto; aspect-ratio: 16 / 9; border-radius: 0; }

.news-list.is-topic .news-row__body { gap: 6px; padding: 14px 16px 16px; }
.news-list.is-topic .news-row__meta { order: 3; margin-top: 4px; }
.news-list.is-topic .news-row h3 { order: 1; font-size: 16px; }
.news-list.is-topic .news-row p { order: 2; }
@media (max-width: 1100px) { .news-list.is-topic { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .news-list.is-topic { grid-template-columns: 1fr; } }

/* ================= 游戏发布详情页：专题大图 + 攻略区块 + 侧边资讯 ================= */
.game-detail-section { padding-bottom: 60px; }
.game-detail-section .breadcrumb { margin-top: calc(var(--promo-h) + var(--nav-h) + 18px); margin-bottom: 14px; }

/* 顶部英雄区 */
.game-hero {
  position: relative;
  display: flex; align-items: center; min-height: 360px;
  background-size: cover; background-position: center;
  overflow: hidden;
}
.game-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,28,56,0.82) 0%, rgba(10,28,56,0.45) 60%, rgba(10,28,56,0.25) 100%);
}
.game-hero__inner { position: relative; z-index: 1; padding: 56px 0; color: #fff; }
.game-hero__tag {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.15); backdrop-filter: blur(6px);
  font-size: 12px; font-weight: 700; margin-bottom: 14px;
}
.game-hero__title { font-size: clamp(32px, 5vw, 52px); font-weight: 900; line-height: 1.18; text-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.game-hero__meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px;
  margin-top: 18px; font-size: 13px; color: rgba(255,255,255,0.85);
}
.game-hero__meta em {
  font-style: normal; padding: 3px 9px; border-radius: 999px;
  background: rgba(255,255,255,0.18); margin-right: 6px;
}
.game-hero__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 26px; padding: 13px 32px; border-radius: 999px;
  background: linear-gradient(90deg, #ff5a5c, #ff8a8a); color: #fff;
  font-size: 15px; font-weight: 800; text-decoration: none;
  box-shadow: 0 8px 22px rgba(255,90,92,0.35); transition: transform .2s;
}
.game-hero__btn:hover { transform: translateY(-2px); }

/* 主体布局微调 */
.game-detail-layout { margin-top: 32px; }
.game-detail-layout article { display: grid; gap: 22px; min-width: 0; }

/* 内容块 */
.game-block {
  padding: 26px; border-radius: var(--radius-l);
  background: #fff; border: 1px solid rgba(22,102,255,0.08);
  box-shadow: var(--shadow-card);
}
.game-block__title {
  display: flex; align-items: center; gap: 10px;
  font-size: 18px; font-weight: 800; color: #0a1c38; margin-bottom: 18px;
}
.game-block__title i {
  width: 4px; height: 20px; border-radius: 2px;
  background: linear-gradient(180deg, var(--c-brand), var(--c-brand-3));
}
.game-block .prose { margin-top: 0; }

/* 相关攻略网格 */
.game-guide-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.game-guide-card {
  display: flex; flex-direction: column; gap: 10px;
  text-decoration: none; transition: transform .2s;
}
.game-guide-card:hover { transform: translateY(-4px); }
.game-guide-card:hover strong { color: var(--c-brand); }
.game-guide-card__cover {
  width: 100%; aspect-ratio: 16 / 10; border-radius: var(--radius-m);
  background-size: cover; background-position: center;
  box-shadow: var(--shadow-s);
}
.game-guide-card strong {
  font-size: 14px; font-weight: 700; color: #0a1c38; line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* 侧边栏资讯 */
.game-detail-side { position: sticky; top: calc(var(--nav-h) + 24px); }
.game-news-list { display: grid; gap: 14px; }
.game-news-item {
  display: flex; gap: 12px; text-decoration: none;
}
.game-news-item__cover {
  width: 88px; height: 62px; border-radius: 8px; flex: none;
  background-size: cover; background-position: center;
}
.game-news-item__body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.game-news-item__body strong {
  font-size: 13.5px; font-weight: 700; color: #0a1c38; line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.game-news-item__body span {
  font-size: 12px; color: var(--c-text-dim); line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.game-news-item:hover strong { color: var(--c-brand); }

/* 上一篇/下一篇 */
.game-detail-section .pager { margin-top: 8px; }

@media (max-width: 1100px) {
  .game-guide-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .game-hero { min-height: 280px; }
  .game-hero__inner { padding: 40px 0; }
}
@media (max-width: 720px) {
  .game-detail-layout { grid-template-columns: 1fr; }
  .game-detail-side { position: static; }
  .game-guide-grid { grid-template-columns: 1fr; }
  .game-hero__meta { gap: 10px; }
}

/* =====================================================================
   应用场景：详情页 / 列表页 专用样式
   ===================================================================== */
/* ---------- 首页场景卡片改为链接 ---------- */
a.scene { color: inherit; text-decoration: none; }
a.scene:hover { color: inherit; }
.scene-detail__copy { display: flex; flex-direction: column; align-items: flex-start; }
.scene-detail__cta { margin-top: 22px; }
@media (max-width: 900px) {
  .scene-detail__cta { margin-top: 16px; }
}

/* ---------- 场景详情页 ---------- */
.sc-detail {
  padding-top: calc(var(--promo-h) + var(--nav-h) + 26px);
  background: linear-gradient(180deg, #f5faff 0%, #fff 360px);
}
.sc-detail .breadcrumb { margin-bottom: 22px; }

/* Hero：左文右图卡片 */
.sc-hero { margin-bottom: 44px; }
.sc-hero__card {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 46px; align-items: center;
  padding: 52px 56px; border-radius: 28px;
  background:
    radial-gradient(circle at 78% 22%, rgba(79, 182, 255, 0.18), transparent 38%),
    linear-gradient(135deg, #0b2248 0%, #0e3670 52%, #123e82 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(8, 40, 110, 0.28);
}
.sc-hero__decoration {
  position: absolute; right: -100px; top: -100px; width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 182, 255, 0.22), transparent 68%);
  filter: blur(14px);
  pointer-events: none;
}
.sc-hero__text {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: flex-start; gap: 16px;
}
.sc-hero__tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.92); font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.12em; backdrop-filter: blur(6px);
}
.sc-hero__title {
  color: #fff; font-size: clamp(30px, 4.4vw, 48px);
  font-weight: 800; line-height: 1.12;
  display: flex; flex-direction: column; gap: 10px;
}
.sc-hero__title em {
  font-style: normal; font-size: 18px; font-weight: 500;
  color: rgba(255, 255, 255, 0.85); letter-spacing: 0.04em;
}
.sc-hero__desc {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.82); font-size: 16px; line-height: 1.85;
}
.sc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.sc-hero .btn--primary {
  background: #fff; color: #0a55ff; border-color: transparent;
  box-shadow: 0 12px 26px rgba(0, 10, 60, 0.28);
}
.sc-hero .btn--primary:hover { background: #eef5ff; transform: translateY(-2px); }
.sc-hero .btn--ghost { border-color: rgba(255,255,255,0.55); color: #fff; background: transparent; }
.sc-hero .btn--ghost:hover { background: rgba(255,255,255,0.14); border-color: #fff; }
.sc-hero__visual {
  position: relative; z-index: 2;
  border-radius: 22px; overflow: hidden;
  box-shadow: 0 28px 60px rgba(0, 10, 40, 0.35);
  background: #0b1e42;
}
.sc-hero__visual::before {
  content: ""; position: absolute; inset: 0;
  border-radius: 22px; border: 1px solid rgba(255,255,255,0.12);
  pointer-events: none;
}
.sc-hero__visual img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  aspect-ratio: 16 / 10;
}

.sc-layout { gap: 34px; margin-bottom: 20px; }
.sc-layout article { min-width: 0; }
.sc-content {
  padding: 38px 42px; border-radius: var(--radius-l);
  background: #fff; border: 1px solid var(--c-line);
  box-shadow: var(--shadow-card);
}
.sc-article-head {
  display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px;
  padding-bottom: 22px; border-bottom: 1px solid var(--c-line);
}
.sc-article-head h2 {
  font-size: 24px; font-weight: 800; color: #0a1c38;
  display: flex; align-items: center; gap: 10px;
}
.sc-article-head h2::before {
  content: ""; width: 5px; height: 24px; border-radius: 3px; background: var(--grad-main);
}
.sc-article-head p { color: var(--c-text-dim); font-size: 15px; line-height: 1.8; }
.sc-layout .prose { margin-top: 0; }
.sc-layout .prose h3:first-child { margin-top: 0; }

.sc-cta {
  margin-top: 38px; padding: 30px 34px; border-radius: 22px;
  background: linear-gradient(120deg, #f2f7ff 0%, #ffffff 45%, #eef6ff 100%);
  border: 1px solid rgba(22, 102, 255, 0.16);
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
  position: relative; overflow: hidden;
}
.sc-cta::before {
  content: ""; position: absolute; right: -70px; top: -70px; width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(22, 102, 255, 0.1), transparent 70%);
}
.sc-cta h3 { font-size: 20px; font-weight: 800; color: #0a1c38; }
.sc-cta p { color: var(--c-text-dim); font-size: 14.5px; }
.sc-cta__btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.sc-detail .pager { margin-top: 22px; }

.sc-side { position: sticky; top: calc(var(--promo-h) + var(--nav-h) + 18px); align-self: flex-start; }
.sc-nav-list { display: grid; gap: 12px; margin-top: 4px; }
.sc-nav-item {
  display: grid; grid-template-columns: 76px 1fr; gap: 12px; align-items: center;
  padding: 10px; border-radius: 14px; text-decoration: none;
  background: #f8fbff; border: 1px solid rgba(22, 102, 255, 0.08);
  transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.sc-nav-item:hover { transform: translateY(-3px); border-color: rgba(22,102,255,0.35); box-shadow: var(--shadow-card-hover); }
.sc-nav-item__cover {
  width: 76px; height: 56px; border-radius: 10px; background-size: cover; background-position: center;
}
.sc-nav-item__body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.sc-nav-item__body b { font-size: 14.5px; font-weight: 700; color: #0a1c38; }
.sc-nav-item__body small { font-size: 12px; color: var(--c-text-dim); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---------- 场景列表页 ---------- */
.sc-detail + .sc-cta-band { margin-top: 0; }
.page-scene-head { margin-bottom: 30px; }
.page-scene-head .sec-title { color: #0a1c38; }
.page-scene-head .sec-title span { color: var(--c-text-sub); }
.sc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sc-card {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  border-radius: 18px; background: #fff; text-decoration: none;
  border: 1px solid rgba(22, 102, 255, 0.1); box-shadow: var(--shadow-card);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.sc-card:hover { transform: translateY(-6px); border-color: rgba(22,102,255,0.4); box-shadow: var(--shadow-card-hover); }
.sc-card__cover { position: relative; height: 160px; background-size: cover; background-position: center; }
.sc-card__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(10, 30, 80, 0.28), transparent 55%);
}
.sc-card__body { display: flex; flex-direction: column; gap: 8px; padding: 18px 18px 20px; flex: 1; }
.sc-card__body em {
  font-style: normal; font-size: 12px; color: var(--c-brand); font-weight: 600;
  letter-spacing: 0.08em;
}
.sc-card__body h3 { font-size: 18px; font-weight: 800; color: #0a1c38; }
.sc-card__body p { color: var(--c-text-dim); font-size: 13.5px; line-height: 1.7; flex: 1; }
.sc-card__more {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 6px;
  font-size: 13px; font-weight: 700; color: var(--c-brand);
  transition: gap .25s var(--ease);
}
.sc-card__more svg { width: 15px; height: 15px; }
.sc-card:hover .sc-card__more { gap: 10px; }

@media (max-width: 1100px) {
  .sc-grid { grid-template-columns: repeat(3, 1fr); }
  .sc-hero__card { grid-template-columns: 1fr 0.9fr; gap: 36px; padding: 42px 44px; }
}
@media (max-width: 900px) {
  .sc-layout { grid-template-columns: 1fr; }
  .sc-side { position: static; }
  .sc-grid { grid-template-columns: repeat(2, 1fr); }
  .sc-nav-list { grid-template-columns: repeat(2, 1fr); }
  .sc-hero__card { grid-template-columns: 1fr; padding: 34px 30px; }
  .sc-hero__visual { order: -1; }
  .sc-content { padding: 28px 24px; }
}
@media (max-width: 640px) {
  .sc-grid { grid-template-columns: 1fr; }
  .sc-nav-list { grid-template-columns: 1fr; }
  .sc-hero__card { border-radius: 20px; padding: 28px 22px; }
  .sc-hero__visual { border-radius: 16px; }
  .sc-hero__visual::before { border-radius: 16px; }
  .sc-content { padding: 22px 18px; }
  .sc-cta { padding: 24px 20px; }
}

/* ---------- 首页场景预览面板 CTA ---------- */
.scene-detail__cta { display: inline-flex; align-items: center; gap: 6px; }
.scene-detail__cta svg { width: 15px; height: 15px; }
.section--blue .scene-detail__cta {
  background: #fff; color: #0a55ff; border-color: transparent;
  box-shadow: 0 12px 26px rgba(0, 10, 60, 0.28);
}
.section--blue .scene-detail__cta:hover {
  background: #eef5ff; transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 10, 60, 0.34);
}

/* ============================================================
   场景预览面板 · 精致化改版（左图右文 · 玻璃拟态）
   ============================================================ */
.scene-detail {
  gap: 0;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.06) 52%, rgba(255, 255, 255, 0.12) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 70px rgba(6, 24, 88, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

/* 左图 */
.scene-detail__media {
  position: relative;
  height: auto;
  min-height: 300px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  isolation: isolate;
}
.scene-detail__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.scene-detail__media::before {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(115deg, transparent 20%, rgba(120, 220, 255, 0.22) 55%, transparent 90%);
  mix-blend-mode: screen;
  pointer-events: none;
}
.scene-detail__media::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  border: 0; border-radius: 0;
  background: linear-gradient(95deg, rgba(6, 22, 80, 0.32) 0%, rgba(6, 22, 80, 0.05) 42%, transparent 70%);
  pointer-events: none;
}
.scene-detail:hover .scene-detail__media img { transform: scale(1.07); }

/* 右文 */
.scene-detail__copy {
  position: relative; z-index: 2;
  padding: 32px 34px 28px;
  justify-content: center;
}
.scene-detail__copy::before {
  content: ""; position: absolute; inset: 22px auto 22px 0;
  width: 2px; border-radius: 2px;
  background: linear-gradient(180deg, #4fd8ff, rgba(79, 216, 255, 0.08));
  opacity: 0.9;
}

.scene-detail__eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.22em;
  color: rgba(180, 232, 255, 0.92);
}
.scene-detail h4 {
  margin-top: 10px;
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 800; line-height: 1.25; color: #fff;
}
.scene-detail__desc {
  margin-top: 12px;
  font-size: 15px; line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}
.scene-detail ul {
  margin-top: 18px;
  display: grid; gap: 0;
}
.scene-detail li {
  position: relative;
  display: flex; align-items: center; gap: 12px;
  padding: 11px 0;
  font-size: 14px; line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.16);
}
.scene-detail li:last-child { border-bottom: 0; }

.scene-detail__dot {
  width: 24px; height: 24px; flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  color: #dff7ff;
  background: linear-gradient(135deg, rgba(79, 216, 255, 0.34), rgba(22, 102, 255, 0.4));
  box-shadow: 0 0 0 4px rgba(79, 216, 255, 0.1);
}
.scene-detail__dot svg { width: 13px; height: 13px; margin: 0; color: inherit; }

.scene-detail__row {
  margin-top: 22px;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
.scene-detail__row .scene-detail__cta { margin-top: 0; }
.scene-detail__cta svg { transition: transform 0.3s var(--ease); }
.scene-detail__cta:hover svg { transform: translateX(4px); }
.scene-detail__hint {
  font-size: 12.5px; line-height: 1.5;
  color: rgba(255, 255, 255, 0.52);
}

@media (max-width: 1100px) {
  .scene-detail { grid-template-columns: 1fr; }
  .scene-detail__media { min-height: 230px; }
  .scene-detail__copy { padding: 28px 28px 24px; }
  .scene-detail__copy::before { inset: 0 auto 0 0; width: 100%; height: 2px; }
}
@media (max-width: 640px) {
  .scene-detail__media { min-height: 170px; }
  .scene-detail__copy { padding: 22px 18px 22px; }
}
