/* ============================================================
   狗急加速器官网模板 - 共享样式 (Bing GEO 2026)
   配色参照原站框架：深海军蓝 + 亮橙
   ============================================================ */
:root {
  --navy: #0a1929;
  --navy-2: #10233f;
  --navy-3: #16294d;
  --blue: #1e3a6f;
  --accent: #ff6b35;
  --accent-2: #ff8f5e;
  --accent-soft: #fff1ea;
  --bg: #f6f8fb;
  --card: #ffffff;
  --text: #16202e;
  --muted: #5b6b7c;
  --line: #e5eaf0;
  --green: #16a34a;
  --radius: 16px;
  --shadow: 0 10px 30px -12px rgba(10, 25, 41, 0.15);
  --shadow-lg: 0 24px 60px -20px rgba(10, 25, 41, 0.28);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
.container { width: min(1160px, 92%); margin-inline: auto; }
::selection { background: var(--accent); color: #fff; }

/* ---------- 按钮 ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 26px; border-radius: 999px; font-weight: 600;
  font-size: 15px; cursor: pointer; border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.btn-primary { background: linear-gradient(135deg, var(--accent), #ff5a1f); color: #fff; box-shadow: 0 8px 20px -8px rgba(255, 107, 53, 0.55); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -8px rgba(255, 107, 53, 0.6); }
.btn-ghost { background: rgba(255,255,255,0.06); color: #fff; border-color: rgba(255,255,255,0.35); }
.btn-ghost:hover { background: rgba(255,255,255,0.14); }
.btn-light { background: #fff; color: var(--navy); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-sm { padding: 8px 18px; font-size: 14px; }
.btn-lg { padding: 15px 34px; font-size: 17px; }

/* ---------- 页头 ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.site-header.is-scrolled { box-shadow: 0 6px 20px -12px rgba(10, 25, 41, 0.18); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800; color: var(--navy); }
.brand img { border-radius: 10px; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav ul { display: flex; gap: 2px; }
.nav a { display: block; padding: 8px 14px; border-radius: 10px; font-weight: 500; color: var(--text); font-size: 15px; }
.nav a:hover, .nav a.active { color: var(--accent); background: var(--accent-soft); }
.nav .btn { margin-left: 10px; }
.nav-btn { display: none; }
#nav-toggle { display: none; }

/* 汉堡按钮 */
.hamburger { display: none; width: 42px; height: 42px; border-radius: 10px; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.hamburger span { width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background:
    radial-gradient(60% 70% at 78% 12%, rgba(30, 58, 111, 0.9) 0%, transparent 60%),
    radial-gradient(45% 60% at 10% 85%, rgba(255, 107, 53, 0.22) 0%, transparent 55%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 55%, var(--blue) 100%);
}
.hero.bg-cover {
  display: flex; align-items: center;
  min-height: 80vh;
  background: url('../assets/img/1.jpg') no-repeat center 68% / cover;
}
.hero.bg-cover::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(95deg, rgba(10,25,41,0.94) 0%, rgba(10,25,41,0.72) 55%, rgba(10,25,41,0.32) 100%);
  z-index: 1;
}
.hero .container { position: relative; z-index: 2; padding: 110px 0 100px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 52px; align-items: center; }
.hero.bg-cover .hero-grid { grid-template-columns: 1fr; max-width: 820px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.badge-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 999px; font-size: 13px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); }
.badge-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #4ade80; }
.hero h1 { font-size: clamp(28px, 4.4vw, 46px); line-height: 1.28; font-weight: 800; letter-spacing: 0.5px; }
.hero h1 .accent { color: var(--accent-2); }
.hero .lead { margin: 18px 0 8px; font-size: 17px; color: rgba(255,255,255,0.86); max-width: 30em; }
.hero .sub { color: rgba(255,255,255,0.62); font-size: 14px; margin-bottom: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.hero .hero-visual { position: relative; }
.hero .hero-visual img { border-radius: 20px; box-shadow: var(--shadow-lg); }
.hero-note { font-size: 13px; color: rgba(255,255,255,0.6); }
.hero-note a { color: var(--accent-2); }

/* ---------- 数据条 ---------- */
.stats-strip { background: var(--navy-3); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 26px 0; text-align: center; }
.stats-grid .num { font-size: 32px; font-weight: 800; color: var(--accent-2); }
.stats-grid .txt { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 2px; }

/* ---------- 通用区块 ---------- */
.section { padding: 72px 0; }
.section.alt { background: #fff; }
.section-kicker { color: var(--accent); font-weight: 700; letter-spacing: 2px; font-size: 13px; text-transform: uppercase; margin-bottom: 8px; }
.section h2 { font-size: clamp(24px, 3vw, 33px); font-weight: 800; line-height: 1.35; color: var(--navy); }
.section .summary { margin-top: 14px; color: var(--muted); max-width: 52em; }
.section-head { margin-bottom: 40px; }

/* ---------- 功能卡 ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.feature-card .icon { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 16px; background: linear-gradient(135deg, #eaf2ff, #dce9ff); color: var(--blue); }
.feature-card:nth-child(2n) .icon { background: linear-gradient(135deg, var(--accent-soft), #ffe2d4); color: var(--accent); }
.feature-card h3 { font-size: 18px; color: var(--navy); margin-bottom: 10px; }
.feature-card p { font-size: 14.5px; color: var(--muted); }
.feature-card .tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.chip { font-size: 12px; padding: 3px 10px; border-radius: 999px; background: #eef3fa; color: var(--blue); }

/* ---------- 节点 / 双栏 ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.split img { border-radius: 20px; box-shadow: var(--shadow-lg); }
.region-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 18px 0; }
.region-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 16px; display: flex; justify-content: space-between; font-size: 14px; }
.region-item b { color: var(--accent); }
.city-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.city { padding: 5px 13px; border-radius: 999px; background: #eef3fa; color: var(--blue); font-size: 13px; }

/* ---------- 表格 ---------- */
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.table-wrap table { width: 100%; border-collapse: collapse; min-width: 760px; }
.table-wrap th, .table-wrap td { padding: 14px 18px; text-align: left; font-size: 14.5px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.table-wrap thead { background: var(--navy); color: #fff; }
.table-wrap thead th { font-weight: 700; }
.table-wrap tbody tr:last-child td { border-bottom: 0; }
.table-wrap tbody tr:hover { background: #f8fafd; }
td .yes { color: var(--green); font-weight: 700; }
td .no { color: #b91c1c; }
td .mid { color: #b45309; }
.table-note { font-size: 12.5px; color: var(--muted); margin-top: 12px; }

/* ---------- 能力矩阵 ---------- */
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.proof-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; display: flex; gap: 14px; align-items: flex-start; box-shadow: var(--shadow); }
.proof-card .ic { font-size: 24px; }
.proof-card h4 { font-size: 15.5px; color: var(--navy); }
.proof-card p { font-size: 13px; color: var(--muted); margin-top: 4px; }
.data-src { font-size: 12.5px; color: var(--muted); background: #eef3fa; display: inline-block; padding: 4px 12px; border-radius: 999px; margin-top: 6px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 860px; margin-inline: auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: 0 4px 14px -8px rgba(10,25,41,0.08); }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 600; font-size: 16px; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; font-weight: 400; color: var(--accent); transition: transform 0.25s ease; line-height: 1; flex: none; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item[open] summary { border-bottom: 1px solid var(--line); }
.faq-item .answer { padding: 4px 22px 18px; color: var(--muted); font-size: 14.5px; }
.faq-item .answer p { margin-top: 8px; }
.faq-item .answer b { color: var(--navy); }

/* ---------- CTA ---------- */
.cta {
  position: relative; color: #fff; overflow: hidden;
  background:
    radial-gradient(55% 80% at 20% 20%, rgba(255, 107, 53, 0.28) 0%, transparent 60%),
    radial-gradient(50% 80% at 85% 85%, rgba(30, 58, 111, 0.9) 0%, transparent 60%),
    linear-gradient(150deg, var(--navy-2), var(--navy));
}
.cta .container { padding: 74px 0; text-align: center; position: relative; z-index: 1; }
.cta h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); font-weight: 800; }
.cta p { color: rgba(255,255,255,0.75); margin: 12px auto 28px; max-width: 40em; }
.plan-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 900px; margin: 34px auto; text-align: left; }
.plan-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.16); border-radius: var(--radius); padding: 22px; backdrop-filter: blur(4px); }
.plan-card.hot { background: linear-gradient(160deg, var(--accent), #e5501a); border-color: transparent; }
.plan-card h3 { font-size: 17px; }
.plan-card .price { font-size: 28px; font-weight: 800; margin: 8px 0 2px; }
.plan-card .price small { font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.75); }
.plan-card ul { margin-top: 12px; display: grid; gap: 6px; font-size: 13.5px; color: rgba(255,255,255,0.88); }
.plan-card li { display: flex; gap: 8px; }
.plan-card li::before { content: "✓"; color: #4ade80; font-weight: 700; }

/* ---------- 页脚 ---------- */
.site-footer { background: var(--navy); color: rgba(255,255,255,0.72); font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; padding: 56px 0 34px; }
.footer-grid h4 { color: #fff; font-size: 15px; margin-bottom: 14px; }
.footer-grid p { color: rgba(255,255,255,0.6); }
.footer-links li { margin-bottom: 9px; }
.footer-links a:hover { color: var(--accent-2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 18px 0; display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; font-size: 12.5px; color: rgba(255,255,255,0.45); }

/* ---------- 页面小头 (内页) ---------- */
.page-hero { color: #fff; background: linear-gradient(150deg, var(--navy), var(--blue)); padding: 64px 0 54px; }
.page-hero h1 { font-size: clamp(24px, 3.4vw, 36px); font-weight: 800; }
.page-hero p { color: rgba(255,255,255,0.78); max-width: 46em; margin-top: 12px; }
.crumbs { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 10px; }
.crumbs a:hover { color: var(--accent-2); }

/* ---------- 下载页 ---------- */
.tab-region { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.platform-tab { background: #fff; border: 2px solid var(--line); border-radius: var(--radius); padding: 22px 12px; text-align: center; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
.platform-tab:hover { transform: translateY(-3px); }
.platform-tab .os-icon { width: 58px; height: 58px; margin: 0 auto 10px; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 30px; background: #eef3fa; }
.platform-tab h3 { font-size: 15.5px; color: var(--navy); }
.platform-tab span { font-size: 12px; color: var(--muted); }
.ptabs { display: none; }
.ptabs:checked + label.platform-tab { border-color: var(--accent); box-shadow: 0 10px 24px -12px rgba(255,107,53,0.5); }
.panels { grid-column: 1 / -1; }
.panel { display: none; margin-top: 26px; }
#pt-win:checked ~ .panels #panel-win,
#pt-mac:checked ~ .panels #panel-mac,
#pt-ios:checked ~ .panels #panel-ios,
#pt-android:checked ~ .panels #panel-android,
#pt-linux:checked ~ .panels #panel-linux { display: block; }
.tab-region { position: relative; }
.step-list { counter-reset: step; display: grid; gap: 16px; }
.step-list li { display: flex; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; counter-increment: step; align-items: flex-start; }
.step-list li::before { content: counter(step, decimal-leading-zero); flex: none; width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--accent), #ff5a1f); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; }
.step-list h4 { color: var(--navy); font-size: 15.5px; }
.step-list p { font-size: 13.5px; color: var(--muted); margin-top: 3px; }
.download-box { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; background: linear-gradient(120deg, var(--accent-soft), #fff4ec); border: 1px dashed var(--accent); border-radius: var(--radius); padding: 18px 22px; margin-bottom: 26px; }
.download-box .info b { color: var(--navy); }
.download-box .info p { font-size: 13px; color: var(--muted); }

/* ---------- 资讯页 ---------- */
.news-layout { display: grid; grid-template-columns: 1fr 320px; gap: 34px; align-items: start; padding: 52px 0 70px; }
.tag-filter { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 26px; }
.tag-btn { padding: 7px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 13.5px; cursor: pointer; color: var(--muted); }
.tag-btn.active, .tag-btn:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.article-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.article-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 4px 16px -10px rgba(10,25,41,0.12); transition: transform 0.22s ease, box-shadow 0.22s ease; display: flex; flex-direction: column; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.article-thumb { height: 150px; display: flex; align-items: center; justify-content: center; font-size: 40px; color: #fff; }
.article-card .body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.article-card h3 { font-size: 16.5px; line-height: 1.5; color: var(--navy); margin: 10px 0 8px; }
.article-card h3 a:hover { color: var(--accent); }
.article-card p { font-size: 13.5px; color: var(--muted); flex: 1; }
.article-card .meta { display: flex; gap: 14px; margin-top: 12px; font-size: 12.5px; color: #8b99a9; }
.cat-chip { align-self: flex-start; font-size: 12px; padding: 3px 12px; border-radius: 999px; font-weight: 600; }
.cat-guide { background: #e6f4ff; color: #0369a1; }
.cat-update { background: var(--accent-soft); color: #c2410c; }
.cat-news { background: #eaf7ef; color: #15803d; }
.cat-safe { background: #f3e8ff; color: #7e22ce; }

/* 侧边栏 */
.sidebar { position: sticky; top: 92px; display: grid; gap: 22px; }
.side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: 0 4px 14px -10px rgba(10,25,41,0.1); }
.side-card h3 { font-size: 16px; color: var(--navy); padding-bottom: 12px; border-bottom: 2px solid var(--accent); display: inline-block; margin-bottom: 14px; }
.side-card .side-list li { padding: 11px 0; border-bottom: 1px dashed var(--line); font-size: 14px; }
.side-card .side-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.side-card .side-list a { display: flex; gap: 8px; align-items: baseline; }
.side-card .side-list a:hover { color: var(--accent); }
.side-card .side-list .rn { color: var(--accent); font-weight: 700; font-size: 13px; flex: none; }
.side-cats li { margin-bottom: 8px; }
.side-cats a { display: flex; justify-content: space-between; padding: 8px 12px; border-radius: 10px; font-size: 14px; }
.side-cats a:hover, .side-cats a.active { background: var(--accent-soft); color: var(--accent); }
.side-cats em { font-style: normal; color: #8b99a9; font-size: 12.5px; }

/* 分页 */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.page-btn { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: #fff; border: 1px solid var(--line); font-size: 14px; }
.page-btn.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---------- 响应式 ---------- */
@media (max-width: 980px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .tab-region { grid-template-columns: repeat(3, 1fr); }
  .news-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .plan-row { grid-template-columns: 1fr; max-width: 560px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .card-grid, .article-grid, .region-list { grid-template-columns: 1fr; }
  .section { padding: 52px 0; }
  .hamburger { display: flex; }
  .nav {
    display: none; position: absolute; top: 68px; left: 0; right: 0;
    background: #fff; flex-direction: column; align-items: stretch;
    padding: 12px 4vw 20px; border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 30px -18px rgba(10,25,41,0.2);
  }
  .nav ul { flex-direction: column; }
  #nav-toggle:checked ~ .nav { display: flex; }
  .nav .btn { margin: 10px 0 0 14px; align-self: flex-start; }
  .tab-region { grid-template-columns: repeat(2, 1fr); }
  .hero .container { padding: 52px 0 46px; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* 滚动显现动画（尊重减弱动效） */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition: none !important; }
}

/* ---------- 文章详情页 ---------- */
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 32px 36px; }
.post-body { margin-top: 14px; }
.post-body h2 { font-size: 21px; color: var(--navy); line-height: 1.5; margin: 34px 0 14px; padding-left: 12px; border-left: 4px solid var(--accent); }
.post-body h3 { font-size: 17px; color: var(--navy); margin: 24px 0 10px; }
.post-body p { margin: 12px 0; color: #37424f; }
.post-body ul, .post-body ol { margin: 12px 0; padding-left: 4px; }
.post-body ul { list-style: none; }
.post-body ul li { position: relative; padding-left: 22px; margin: 8px 0; color: #37424f; }
.post-body ul li::before { content: "▸"; position: absolute; left: 2px; color: var(--accent); font-weight: 700; }
.post-body ol { list-style: none; counter-reset: step; }
.post-body ol > li { position: relative; padding-left: 34px; margin: 12px 0; color: #37424f; counter-increment: step; }
.post-body ol > li::before { content: counter(step); position: absolute; left: 0; top: 2px; width: 24px; height: 24px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.post-body strong { color: var(--navy); }
.post-body a { color: #0369a1; border-bottom: 1px dashed #0369a1; }
.post-body a:hover { color: var(--accent); border-color: var(--accent); }
.post-tip, .post-note { border-radius: 12px; padding: 13px 16px; margin: 18px 0; font-size: 14.5px; line-height: 1.7; }
.post-tip { background: var(--accent-soft); border: 1px solid #ffd9c9; color: #7c2d12; }
.post-note { background: #eef3fa; border: 1px solid var(--line); color: #37424f; }
.post-body .mini-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px; }
.post-body .mini-table th, .post-body .mini-table td { border: 1px solid var(--line); padding: 9px 12px; text-align: left; }
.post-body .mini-table th { background: var(--navy); color: #fff; font-weight: 600; }
.post-body .mini-table tr:nth-child(even) td { background: #f8fafc; }
.post-meta { display: flex; flex-wrap: wrap; gap: 14px; margin: 14px 0 4px; font-size: 13px; color: var(--muted); }
.post-meta b { color: var(--accent); font-weight: 600; }
.post-end { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.post-end .end-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.post-end .tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.post-faq { margin-top: 30px; }
@media (max-width: 980px) {
  .post-card { padding: 22px 18px; }
  .post-body h2 { font-size: 19px; }
}
