/* =============================================================
   VPNEM —— components.css
   章节头 / 首屏线路日程台装置 / 数据条 / 对撞双栏 / 日程条目 /
   套餐卡 / 线路表 / 平台卡 / 文章卡 / 目录条 / FAQ / callout /
   徽章 / 文末推广块 / tab / 预览页示例排版
   ============================================================= */

/* =============================================================
   1. 章节容器与标题
   ============================================================= */
.sec{padding-top:var(--sec-y);padding-bottom:var(--sec-y)}
.sec-head{max-width:840px;margin:0 auto 40px;text-align:center}
.sec-title{
  margin-top:16px;
  font-family:var(--font-display);
  font-weight:800;
  font-size:clamp(26px,3.2vw,38px);
  line-height:1.2;
  letter-spacing:-0.02em;
}
.sec-sub{margin-top:14px;font-size:16.5px;color:var(--muted)}
.link-more{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:26px;
  font-size:14.5px;
  font-weight:600;
  color:var(--accent);
  white-space:nowrap;
}
.link-more svg{width:14px;height:14px;flex:none}

/* —— 描边胶囊 kicker(签名 6) —— */
.kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  height:28px;
  padding:0 12px;
  border:1.5px solid var(--accent);
  border-radius:var(--r-pill);
  color:var(--accent);
  font-size:12.5px;
  font-weight:600;
  letter-spacing:.01em;
  line-height:1;
  background:var(--tint-white-60);
  max-width:100%;
  overflow:hidden;
}
.k-mono{font-family:var(--font-mono);font-size:11.5px;font-weight:600;letter-spacing:0}
.k-dot{width:3px;height:3px;border-radius:50%;background:var(--accent);flex:none}

/* =============================================================
   2. 首屏:氛围层 + 文案列 + 线路日程台窗口(签名 1/2/3/6)
   ============================================================= */
.stage{
  position:relative;
  overflow:clip;
  max-width:100%;
  isolation:isolate;
  background:linear-gradient(180deg,var(--hero-top) 0%,var(--hero-bottom) 100%);
}
.stage::before{
  content:"";
  position:absolute;
  z-index:-2;
  top:-24%;
  right:-12%;
  width:66%;
  height:98%;
  border-radius:50%;
  background:radial-gradient(ellipse at 58% 42%,var(--tint-apricot-40) 0%,var(--tint-apricot-18) 34%,var(--tint-bg-0) 72%);
  filter:blur(36px);
  pointer-events:none;
}
.stage::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.045;
  pointer-events:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.hero{position:relative;padding-top:52px;padding-bottom:80px}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,480px) minmax(0,1fr);
  gap:56px;
  align-items:center;
}
.hero-copy{position:relative;z-index:2}
.hero-title{
  margin-top:22px;
  font-family:var(--font-display);
  font-weight:800;
  font-size:clamp(36px,5vw,64px);
  line-height:1.06;
  letter-spacing:-0.02em;
}
.cta-row{display:flex;gap:12px;margin-top:28px}
.hero-desc{margin-top:22px;font-size:17px;line-height:1.72;color:var(--muted)}
.hero-desc strong{color:var(--text);font-weight:600}
.trust{margin-top:22px;display:flex;flex-wrap:wrap;gap:8px}
.trust li{
  display:inline-flex;
  align-items:center;
  gap:7px;
  height:34px;
  padding:0 12px;
  border-radius:8px;
  background:var(--tint-white-60);
  border:1px solid var(--border);
  font-size:12.5px;
  font-weight:500;
  color:var(--text);
  white-space:nowrap;
}
.trust svg{width:13px;height:13px;flex:none}
.s-ok{stroke:var(--success)}
.s-none{fill:none}

/* —— 窗口本体 —— */
.deck-wrap{position:relative;z-index:1;margin-right:-36px}
.deck{
  position:relative;
  transform:rotate(-1.5deg);
  background:var(--bg-panel2);
  border-radius:var(--r-lg);
  padding:9px;
  box-shadow:
    inset 0 0 0 1px var(--bg-panel),
    0 30px 60px var(--tint-accent-12),
    0 10px 24px var(--tint-ink-06);
}
.deck-screen{
  display:grid;
  grid-template-columns:144px minmax(0,1fr) 168px;
  min-height:404px;
  background:var(--bg-panel);
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 0 0 1px var(--border);
}

/* 左栏:地区导航 */
.d-nav{padding:14px 12px 16px;border-right:1px solid var(--bg-panel2)}
.d-name{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:2px 8px 12px;
  font-size:12px;
  font-weight:700;
  letter-spacing:-0.01em;
}
.d-name .chev{color:var(--muted);font-size:10px}
.d-menu a{
  display:flex;
  align-items:center;
  gap:8px;
  height:28px;
  padding:0 8px;
  border-radius:7px;
  font-size:12px;
  color:var(--muted);
}
.d-menu a.on{background:var(--bg-panel2);color:var(--text);font-weight:600}
.d-menu svg{
  width:12px;
  height:12px;
  flex:none;
  fill:none;
  stroke:currentColor;
  stroke-width:1.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.d-label{
  margin:16px 8px 6px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  color:var(--muted);
}
.d-regions li{
  display:flex;
  align-items:center;
  gap:8px;
  height:27px;
  padding:0 8px;
  font-size:12px;
  color:var(--text);
}
.flag{width:20px;height:14px;border-radius:2.5px;box-shadow:0 0 0 1px var(--border);flex:none}
.f-white{fill:var(--flag-white)}
.f-jp{fill:var(--flag-jp)}
.f-hk{fill:var(--flag-hk)}
.f-sg{fill:var(--flag-sg)}
.f-us-red{fill:var(--flag-us-red)}
.f-us-blue{fill:var(--flag-us-blue)}
.f-ca{fill:var(--flag-ca)}

/* 中栏:今日可用线路 */
.d-main{padding:14px 14px 16px}
.d-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.d-head h3{font-size:13px;font-weight:700;letter-spacing:-0.01em}
.d-view{
  font-family:var(--font-mono);
  font-size:10px;
  color:var(--muted);
  padding:3px 7px;
  border:1px solid var(--border);
  border-radius:6px;
  background:var(--white);
  white-space:nowrap;
}
.d-cols{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-width:0}
.d-col{min-width:0}
.d-col h4{
  display:flex;
  align-items:baseline;
  gap:6px;
  font-size:12px;
  font-weight:700;
  margin:0 2px 8px;
}
.d-col h4 span{
  font-family:var(--font-mono);
  font-size:9.5px;
  font-weight:500;
  color:var(--muted);
  letter-spacing:.04em;
}
.route{
  background:var(--white);
  border:1px solid var(--bg-panel2);
  border-radius:10px;
  padding:10px 10px 9px;
  box-shadow:0 1px 2px var(--tint-ink-04);
}
.route + .route{margin-top:8px}
.route-top{display:flex;align-items:flex-start;justify-content:space-between;gap:6px}
.route-city{font-size:12.5px;font-weight:700;line-height:1.3}
.route-use{margin-top:3px;font-size:10.5px;line-height:1.35;color:var(--muted)}
.type{
  flex:none;
  display:inline-block;
  padding:2px 5px;
  border-radius:4px;
  font-family:var(--font-mono);
  font-size:9px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:.02em;
}
.type-iepl{background:var(--accent);color:var(--white)}
.type-relay{background:var(--relay);color:var(--white)}
.type-direct{background:var(--accent-2);color:var(--text)}
.route-foot{display:flex;align-items:center;gap:6px;margin-top:9px;font-size:10px;color:var(--muted)}
.route-foot svg{
  width:13px;
  height:13px;
  flex:none;
  fill:none;
  stroke:var(--border);
  stroke-width:1.3;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.route-foot .auto{margin-left:auto;display:inline-flex;align-items:center;gap:5px}
.toggle{position:relative;width:20px;height:11px;border-radius:6px;background:var(--success);flex:none}
.toggle::after{
  content:"";
  position:absolute;
  top:1.5px;
  right:1.5px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--white);
}
.auto-state{font-family:var(--font-mono);font-weight:700;color:var(--text)}

/* 右栏:本月周期 */
.d-cycle{
  display:flex;
  flex-direction:column;
  padding:14px 12px 16px;
  border-left:1px solid var(--bg-panel2);
}
.d-cycle h3{font-size:13px;font-weight:700;letter-spacing:-0.01em;margin-bottom:10px;padding:0 2px}
.plan-pill{
  display:block;
  text-align:center;
  padding:5px 8px;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--r-pill);
  font-family:var(--font-mono);
  font-size:9.5px;
  font-weight:600;
  line-height:1.35;
  color:var(--text);
}
.week{margin-top:12px;flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:4px}
.week li{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:6px;min-height:30px}
.week .d{font-size:10px;color:var(--muted);line-height:1}
.week .slot{height:0;border-top:1px dashed var(--border)}
.week li.ev .slot{
  height:auto;
  border:0;
  padding:5px 7px;
  border-radius:6px;
  font-size:9.5px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
}
.week li.ev-reset .slot{background:var(--accent);color:var(--white)}
.week li.ev-renew .slot{background:var(--bg-panel2);color:var(--relay)}
.d-online{
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid var(--bg-panel2);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  font-size:10px;
  color:var(--muted);
}
.d-online b{font-size:10.5px;color:var(--text)}

/* 前层漂浮件 */
.float-plat{
  position:absolute;
  left:-34px;
  bottom:-30px;
  z-index:3;
  display:flex;
  align-items:center;
  gap:16px;
  padding:10px 14px;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--r-sm);
  box-shadow:0 14px 30px var(--tint-violet-10);
}
.fp-label{
  font-family:var(--font-mono);
  font-size:10px;
  font-weight:600;
  letter-spacing:.06em;
  color:var(--muted);
  padding-right:12px;
  border-right:1px solid var(--border);
  white-space:nowrap;
}
.float-plat ul{display:flex;align-items:center;gap:16px}
.float-plat li{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:11.5px;
  font-weight:600;
  color:var(--text);
  white-space:nowrap;
}
.float-plat li svg{width:15px;height:15px;flex:none;color:var(--muted)}
.float-refund{
  position:absolute;
  top:-14px;
  right:-14px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:6px;
  height:30px;
  padding:0 14px;
  border:1.5px solid var(--accent);
  border-radius:var(--r-pill);
  background:var(--bg-panel);
  color:var(--accent);
  font-size:12.5px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  box-shadow:0 10px 24px var(--tint-accent-12);
}
.float-refund svg{
  width:12px;
  height:12px;
  flex:none;
  fill:none;
  stroke:var(--accent);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* 数据条 */
.statsband ul{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px 24px;
  padding-top:16px;
  padding-bottom:16px;
  padding-inline:4px;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  font-size:13px;
  color:var(--muted);
}
.statsband li{display:flex;align-items:baseline;gap:6px;white-space:nowrap}
.statsband b{
  font-family:var(--font-mono);
  font-size:17px;
  font-weight:700;
  color:var(--text);
  letter-spacing:-0.01em;
}

/* =============================================================
   3. 对撞双栏(签名 4)+ 日程条目
   ============================================================= */
.versus{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
  gap:24px;
  align-items:start;
}
.vs-card{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  padding:26px;
  box-shadow:0 10px 26px var(--tint-ink-04);
}
.vs-card.is-solution{
  background:var(--bg-panel2);
  border-color:transparent;
  box-shadow:0 18px 40px var(--tint-violet-10);
}
.vs-card h3{font-size:20px;line-height:1.3}
.vs-list{margin-top:18px;display:flex;flex-direction:column;gap:4px}
.vs-list li{display:block;position:relative;padding:9px 0 9px 34px;font-size:15.5px;line-height:1.6}
.vs-mark{
  position:absolute;
  left:0;
  top:11px;
  width:22px;
  height:22px;
  border-radius:50%;
  display:grid;
  place-items:center;
}
.vs-mark svg{width:12px;height:12px}
.vs-mark.is-cross{background:var(--tint-error-14)}
.vs-mark.is-cross svg{stroke:var(--error);fill:none;stroke-width:2;stroke-linecap:round}
.vs-mark.is-check{background:var(--tint-success-14)}
.vs-mark.is-check svg{stroke:var(--success);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hl{color:var(--accent);font-weight:700}
.bubble{
  margin-top:22px;
  padding:16px 18px;
  background:var(--white);
  border-radius:var(--r-md);
  font-size:15px;
  line-height:1.65;
  color:var(--text);
  box-shadow:0 10px 24px var(--tint-ink-04);
}

.sched{
  display:grid;
  grid-template-columns:minmax(0,260px) minmax(0,1fr);
  gap:40px;
  align-items:start;
}
.sched-rail{position:sticky;top:96px;align-self:start}
.sched-rail p{margin-top:14px;font-size:15px;color:var(--muted);line-height:1.7}
.sched-list{display:flex;flex-direction:column;border-radius:var(--r-md);overflow:hidden}
.sched-item{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:18px;
  align-items:start;
  padding:22px 18px;
  border-left:3px solid transparent;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.sched-item:nth-child(odd){background:var(--bg-panel)}
.sched-item:hover{
  transform:translateY(-2px);
  border-left-color:var(--accent);
  box-shadow:0 14px 30px var(--tint-ink-06);
}
.sched-key{width:12px;height:12px;border-radius:3px;flex:none;margin-top:7px}
.k-speed{background:var(--accent)}
.k-log{background:var(--relay)}
.k-dev{background:var(--accent-2)}
.k-ai{background:var(--accent)}
.k-media{background:var(--relay)}
.k-refund{background:var(--accent-2)}
.sched-item h3{font-size:18px;line-height:1.35}
.sched-item p{margin-top:8px;font-size:15px;line-height:1.7;color:var(--muted)}
.sched-tag{
  font-family:var(--font-mono);
  font-size:11px;
  letter-spacing:.02em;
  color:var(--muted);
  white-space:nowrap;
  padding-top:4px;
}

/* =============================================================
   4. 套餐卡 / 周期 tab / 流量包
   ============================================================= */
.cycle-tabs{
  display:inline-flex;
  gap:6px;
  padding:5px;
  background:var(--bg-panel);
  border:1px solid var(--border);
  border-radius:var(--r-sm);
}
.cycle-tabs [role="tab"]{
  min-height:38px;
  padding:0 16px;
  border:0;
  border-radius:var(--r-xs);
  background:transparent;
  color:var(--muted);
  font-size:14.5px;
  font-weight:600;
  cursor:pointer;
  white-space:nowrap;
}
.cycle-tabs [role="tab"][aria-selected="true"]{
  background:var(--white);
  color:var(--text);
  box-shadow:0 4px 12px var(--tint-ink-06);
}
.plan-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(248px,1fr));
  gap:20px;
  align-items:stretch;
}
.plan-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:26px 22px 22px;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  box-shadow:0 10px 26px var(--tint-ink-04);
}
.plan-card.is-featured{
  border-color:var(--accent);
  box-shadow:0 20px 44px var(--tint-accent-12);
}
.plan-card.is-current{background:var(--bg-panel2);border-color:var(--relay)}
.plan-badge{
  position:absolute;
  top:-12px;
  left:22px;
  display:inline-flex;
  align-items:center;
  height:24px;
  padding:0 10px;
  border-radius:var(--r-pill);
  background:var(--accent);
  color:var(--white);
  font-size:11.5px;
  font-weight:700;
  letter-spacing:.02em;
  white-space:nowrap;
}
.plan-name{font-size:15px;font-weight:700;color:var(--muted)}
.plan-price{
  font-family:var(--font-mono);
  font-size:34px;
  font-weight:700;
  letter-spacing:-0.02em;
  line-height:1.1;
}
.plan-price span{font-size:13px;font-weight:500;color:var(--muted);margin-left:6px}
.plan-list{display:flex;flex-direction:column;gap:8px;margin-top:2px}
.plan-list li{display:flex;align-items:flex-start;gap:9px;font-size:14.5px;line-height:1.6;color:var(--muted)}
.plan-list svg{
  width:14px;
  height:14px;
  flex:none;
  margin-top:4px;
  fill:none;
  stroke:var(--success);
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.plan-cta{margin-top:auto;display:flex;flex-direction:column;gap:10px}
.pack-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px;
  margin-top:26px;
}
.pack-card{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:20px;
  background:var(--bg-panel);
  border:1px solid var(--border);
  border-radius:var(--r-md);
}
.pack-card b{font-family:var(--font-mono);font-size:22px;font-weight:700}
.pack-card span{font-size:13.5px;color:var(--muted)}

/* =============================================================
   5. 线路表(窄屏整表横滑,不撑破页面)
   ============================================================= */
.routes{display:flex;flex-direction:column;gap:28px}
.routes h3{display:flex;align-items:baseline;gap:10px;font-size:17px;font-weight:700;margin-bottom:10px}
.routes h3 span{font-family:var(--font-mono);font-size:12px;font-weight:500;color:var(--muted)}
.table-scroll{
  overflow-x:auto;
  max-width:100%;
  -webkit-overflow-scrolling:touch;
  background:var(--bg-panel);
  border:1px solid var(--border);
  border-radius:var(--r-md);
}
.table-scroll table{width:100%;min-width:660px;border-collapse:collapse}
.table-scroll th,
.table-scroll td{
  padding:12px 16px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid var(--border);
  font-size:14.5px;
  line-height:1.55;
}
.table-scroll th{
  background:var(--bg-panel2);
  color:var(--text);
  font-weight:600;
  font-size:13.5px;
  white-space:nowrap;
}
.table-scroll td{color:var(--text);word-break:keep-all}
.table-scroll tbody tr:last-child td,
.table-scroll tr:last-child td{border-bottom:0}
.table-scroll tbody tr:hover td{background:var(--tint-white-60)}
.route-table .cell-city{font-weight:700}
.route-table .cell-note{color:var(--muted)}

/* =============================================================
   6. 平台卡
   ============================================================= */
.plat-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:16px;
}
.plat-card{
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:flex-start;
  padding:22px 20px;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  box-shadow:0 10px 24px var(--tint-ink-04);
}
.plat-card > svg{width:24px;height:24px;color:var(--muted)}
.plat-name{font-size:16px;font-weight:700}
.plat-card p{font-size:13.5px;color:var(--muted);line-height:1.6}
.plat-card .btn{margin-top:auto;flex-shrink:0;white-space:nowrap}

/* =============================================================
   7. 文章卡
   ============================================================= */
.post-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(258px,1fr));
  gap:20px;
}
.post-card{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:22px 20px;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  box-shadow:0 10px 24px var(--tint-ink-04);
}
.post-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  font-family:var(--font-mono);
  font-size:12px;
  color:var(--muted);
}
.post-meta .dot{width:3px;height:3px;border-radius:50%;background:var(--border);flex:none}
.post-tag{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:2px 9px;
  border:1.5px solid var(--accent);
  border-radius:var(--r-pill);
  color:var(--accent);
  font-family:var(--font-body);
  font-size:11.5px;
  font-weight:600;
  white-space:nowrap;
  max-width:100%;
  overflow:hidden;
}
.post-card h3{font-size:17.5px;line-height:1.4}
.post-card p{font-size:14.5px;color:var(--muted);line-height:1.68}
.post-card .link-more{margin-top:auto}

/* =============================================================
   8. 长页目录条(吸顶跟随由 reveal.js 负责)
   ============================================================= */
.toc-tabs{
  position:sticky;
  top:var(--toc-top);
  z-index:5;
  display:flex;
  gap:8px;
  margin-bottom:28px;
  padding:8px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  background:var(--bg-panel);
  border:1px solid var(--border);
  border-radius:var(--r-sm);
  box-shadow:0 10px 24px var(--tint-ink-04);
}
.toc-tabs.is-static{position:static}
.toc-tabs a{
  flex:none;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:8px;
  font-size:14px;
  color:var(--muted);
  white-space:nowrap;
}
.toc-tabs a:hover{background:var(--tint-white-70);color:var(--text)}
.toc-tabs a.is-current{
  background:var(--white);
  color:var(--accent);
  font-weight:700;
  box-shadow:0 4px 12px var(--tint-ink-06);
}
body:has(.toc-tabs) [id]{scroll-margin-top:var(--toc-anchor-offset)}

/* =============================================================
   9. FAQ 折叠项
   ============================================================= */
.faq{display:flex;flex-direction:column;gap:10px}
.faq-item{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--r-sm);
  overflow:hidden;
}
.faq-item summary{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:48px;
  padding:14px 18px;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  list-style:none;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";
  margin-left:auto;
  font-family:var(--font-mono);
  font-size:16px;
  color:var(--accent);
  flex:none;
}
.faq-item[open] summary::after{content:"−"}
.faq-item[open] summary{border-bottom:1px solid var(--border)}
.faq-body{padding:14px 18px 18px;font-size:15.5px;line-height:1.72;color:var(--muted)}
.faq-body p{font-size:15.5px;color:var(--muted)}

/* =============================================================
   10. callout / 徽章 / 标签 / 文末推广块 / CTA 带 / 步骤 / 正文
   ============================================================= */
.callout{
  padding:14px 18px;
  border-left:3px solid var(--accent);
  border-radius:0 var(--r-sm) var(--r-sm) 0;
  background:var(--bg-panel);
  font-size:15.5px;
  line-height:1.7;
  color:var(--text);
}
.callout strong{color:var(--text)}
.callout-warn{border-left-color:var(--warn);background:var(--white)}

.badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:26px;
  padding:3px 10px;
  border-radius:var(--r-pill);
  border:1px solid var(--border);
  background:var(--white);
  font-size:12.5px;
  font-weight:600;
  color:var(--text);
  max-width:100%;
  overflow:hidden;
}
.badge.is-accent{border-color:var(--accent);color:var(--accent);background:var(--tint-white-60)}
.badge.is-violet{border-color:var(--relay);color:var(--relay)}
.badge svg{width:12px;height:12px;flex:none}
.tag{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:2px 8px;
  border-radius:var(--r-xs);
  border:1px solid var(--border);
  background:var(--bg-panel);
  font-family:var(--font-mono);
  font-size:11.5px;
  color:var(--muted);
  max-width:100%;
  overflow:hidden;
}
.badge-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}

.promo-block{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:28px;
  background:var(--bg-panel2);
  border-radius:var(--r-lg);
  box-shadow:0 16px 36px var(--tint-violet-10);
}
.promo-block h3{font-size:20px}
.promo-block p{margin-top:6px;font-size:14.5px;color:var(--muted);max-width:52ch}
.promo-block .btn{flex-shrink:0;white-space:nowrap}
.promo-block .btn-secondary{background:var(--white)}

.cta-band{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:36px 32px;
  border-radius:var(--r-lg);
  background:var(--text);
  color:var(--white);
  box-shadow:0 24px 50px var(--tint-ink-06);
}
.cta-band h2{color:var(--white);font-size:clamp(22px,2.6vw,30px)}
.cta-band p{margin-top:8px;font-size:15px;color:var(--tint-white-70);max-width:54ch}
.cta-band .btn-secondary{
  background:transparent;
  border-color:var(--tint-white-30);
  color:var(--white);
  box-shadow:none;
}
.cta-band .btn-secondary:hover{background:var(--tint-white-14)}
.cta-band-actions{display:flex;flex-wrap:wrap;gap:12px}

.steps{counter-reset:step;display:flex;flex-direction:column}
.steps > li{
  counter-increment:step;
  position:relative;
  padding-left:52px;
  padding-bottom:26px;
}
.steps > li::before{
  content:counter(step);
  position:absolute;
  left:0;
  top:2px;
  width:32px;
  height:32px;
  border-radius:50%;
  background:var(--accent);
  color:var(--white);
  display:grid;
  place-items:center;
  font-family:var(--font-mono);
  font-size:14px;
  font-weight:700;
}
.steps > li::after{
  content:"";
  position:absolute;
  left:15px;
  top:40px;
  bottom:8px;
  width:1px;
  border-left:1px dashed var(--border);
}
.steps > li:last-child{padding-bottom:0}
.steps > li:last-child::after{display:none}
.steps h3{font-size:18px;margin-bottom:8px}
.steps p{font-size:15.5px;color:var(--muted);line-height:1.72}

.prose{max-width:78ch}
.prose h2{margin-top:42px;margin-bottom:14px;font-size:clamp(22px,2.6vw,28px)}
.prose h3{margin-top:28px;margin-bottom:10px;font-size:19px}
.prose p{margin-bottom:15px}
.prose ul,
.prose ol{margin:0 0 18px;padding-left:24px}
.prose ul{list-style:disc}
.prose ol{list-style:decimal}
.prose li{margin-bottom:8px;font-size:16.5px;line-height:1.72}
.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}
.prose blockquote{
  margin:0 0 18px;
  padding:12px 18px;
  border-left:3px solid var(--accent);
  border-radius:0 var(--r-sm) var(--r-sm) 0;
  background:var(--bg-panel);
  color:var(--muted);
}
.prose img{max-width:100%;height:auto;border-radius:var(--r-sm)}
.prose > .data-table{
  display:block;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  max-width:100%;
  min-width:0;
}
.prose > .data-table th{white-space:nowrap}

/* =============================================================
   11. 通用 tab 组件(tabs.js)
   ============================================================= */
.tabset{display:block}
.tablist{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding-bottom:14px;
  border-bottom:1px solid var(--border);
}
.tablist [role="tab"]{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 16px;
  border:1px solid var(--border);
  border-radius:var(--r-sm);
  background:var(--tint-white-70);
  color:var(--muted);
  font-size:14.5px;
  font-weight:600;
  cursor:pointer;
  white-space:nowrap;
}
.tablist [role="tab"]:hover{background:var(--white);color:var(--text)}
.tablist [role="tab"][aria-selected="true"]{
  background:var(--white);
  border-color:var(--accent);
  color:var(--accent);
  box-shadow:0 8px 20px var(--tint-accent-12);
}
.tabpanel{padding-top:22px}
.tabpanel[hidden]{display:none}
.tabpanel h3{font-size:18px;margin-bottom:10px}
.tabpanel p{font-size:15.5px;color:var(--muted)}

/* =============================================================
   12. 通用小组件:旗帜行 / 行内旗帜 / 平台图标行
   ============================================================= */
.flag-row{display:flex;flex-wrap:wrap;gap:10px 18px}
.flag-row li{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:24px;
  font-size:14px;
  color:var(--muted);
  white-space:nowrap;
}
.flag-row svg{flex:none}
.flag-inline{display:inline-flex;align-items:center;gap:8px}
.flag-inline svg{width:20px;height:14px;flex:none;border-radius:2.5px}

/* =============================================================
   13. 预览页专用示例排版(仅 design-preview.html 使用)
   ============================================================= */
.pv-sec{padding-top:56px;padding-bottom:56px;border-top:1px solid var(--border)}
.pv-head{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-bottom:24px}
.pv-head h2{font-size:24px}
.pv-head code{
  font-size:12.5px;
  color:var(--muted);
  background:var(--bg-panel);
  border:1px solid var(--border);
  border-radius:var(--r-xs);
  padding:3px 8px;
}
.pv-note{font-size:14px;color:var(--muted);max-width:76ch}
.pv-stack{display:flex;flex-direction:column;gap:18px}
.pv-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.pv-sample{
  padding:20px;
  background:var(--bg-panel);
  border:1px solid var(--border);
  border-radius:var(--r-sm);
}
.pv-swatches{display:grid;grid-template-columns:repeat(auto-fill,minmax(186px,1fr));gap:14px}
.pv-swatch{
  padding:12px;
  background:var(--bg-panel);
  border:1px solid var(--border);
  border-radius:var(--r-sm);
}
.pv-swatch i{
  display:block;
  height:52px;
  margin-bottom:10px;
  border-radius:var(--r-xs);
  border:1px solid var(--tint-ink-06);
}
.pv-swatch b{display:block;font-size:13px}
.pv-swatch span{
  font-family:var(--font-mono);
  font-size:11.5px;
  color:var(--muted);
  overflow-wrap:anywhere;
}
.pv-c-bg{background:var(--bg)}
.pv-c-panel{background:var(--bg-panel)}
.pv-c-panel2{background:var(--bg-panel2)}
.pv-c-border{background:var(--border)}
.pv-c-accent{background:var(--accent)}
.pv-c-accent-dark{background:var(--accent-dark)}
.pv-c-accent-2{background:var(--accent-2)}
.pv-c-relay{background:var(--relay)}
.pv-c-text{background:var(--text)}
.pv-c-muted{background:var(--muted)}
.pv-c-success{background:var(--success)}
.pv-c-warn{background:var(--warn)}
.pv-c-error{background:var(--error)}
.pv-c-hero{background:linear-gradient(180deg,var(--hero-top) 0%,var(--hero-bottom) 100%)}
.pv-c-tint-accent{background:var(--tint-accent-12)}
.pv-c-tint-violet{background:var(--tint-violet-10)}

/* =============================================================
   14. 响应式
   ============================================================= */
@media (max-width:1180px){
  .hero-title{font-size:clamp(34px,4.6vw,56px)}
  .deck-wrap{margin-right:0}
  .hero-grid{gap:40px}
  .sched{grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:28px}
}
@media (max-width:960px){
  .hero-grid{grid-template-columns:minmax(0,1fr);gap:44px}
  .deck-wrap{max-width:720px}
  .hero{padding-bottom:64px}
  .versus{grid-template-columns:minmax(0,1fr)}
  .sched{grid-template-columns:minmax(0,1fr);gap:22px}
  .sched-rail{position:static}
  .hero-title{font-size:clamp(32px,5.4vw,46px)}
}
@media (max-width:768px){
  .d-cycle{display:none}
  .deck-screen{grid-template-columns:132px minmax(0,1fr)}
  .d-head{flex-wrap:wrap}
  .d-view{white-space:normal}
  .float-plat{
    position:static;
    margin-top:18px;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
  }
  .float-plat ul{flex-wrap:wrap;justify-content:center;gap:10px 14px}
  .fp-label{padding-right:0;border-right:0}
  .float-refund{top:-14px;right:8px}
  .hero-title{font-size:40px}
  .statsband ul{justify-content:flex-start;flex-wrap:wrap;gap:12px 24px}
  .sec-title{font-size:28px}
  .sched-item{grid-template-columns:auto minmax(0,1fr);gap:12px}
  .sched-tag{grid-column:2;padding-top:0}
  .cta-band{padding:26px 22px}
}
@media (max-width:640px){
  .hero-title{font-size:34px}
  .deck{transform:none}
  .d-cols{grid-template-columns:1fr}
  .cta-row{flex-direction:column}
  .trust li{white-space:normal;height:auto;padding:7px 12px}
  .plan-grid{grid-template-columns:minmax(0,1fr)}
  .tablist [role="tab"]{width:100%;justify-content:center}
  .promo-block{padding:22px 18px}
  .promo-block .btn{width:100%}
}