/* ============================================================
   此刻一件 · 应用市场详情页（Product Showcase · 开放麦展示版）
   视觉语言承接 demo：奶白暖底 / 薰衣草紫 / pastel / 大圆角 / 衬线标题
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600;9..144,700&family=Noto+Serif+SC:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

* { box-sizing: border-box; }

html, body, #root { min-height: 100%; width: 100%; }

body {
  margin: 0;
  font-family: 'Inter', 'Noto Serif SC', system-ui, sans-serif;
  background: #f2ede4;
  color: #3a352d;
  -webkit-font-smoothing: antialiased;
}

.tabular { font-variant-numeric: tabular-nums; font-feature-settings: 'tnum'; }

/* ── 页面滚动容器（16:9 直出，允许纵向滚动浏览详情） ── */
.sw {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background:
    radial-gradient(1200px 700px at 12% -8%, rgba(155,140,240,0.14), transparent 60%),
    radial-gradient(900px 700px at 108% 4%, rgba(111,191,154,0.09), transparent 55%),
    #f7f4ee;
  overflow-x: hidden;
}

.sw-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 56px);
}

/* ============================================================
   顶栏 · 极薄的产品标识条
   ============================================================ */
.sw-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(247,244,238,0.82);
  border-bottom: 1px solid rgba(58,53,45,0.07);
}
.sw-topbar-in {
  max-width: 1160px;
  margin: 0 auto;
  padding: 13px clamp(24px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sw-brand { display: flex; align-items: center; gap: 11px; }
.sw-brand-mark {
  width: 34px; height: 34px;
  border-radius: 10px;
  background: linear-gradient(145deg, #9b8cf0, #6f5fd0);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 18px;
  box-shadow: 0 6px 16px rgba(111,95,208,0.32);
}
.sw-brand-name {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 17px;
  color: #2c281f;
  letter-spacing: -0.01em;
}
.sw-topbar-nav { display: flex; align-items: center; gap: 26px; }
.sw-topbar-link {
  font-size: 13px; font-weight: 600; color: #7a7268;
  text-decoration: none; transition: color 160ms ease; cursor: pointer;
}
.sw-topbar-link:hover { color: #2c281f; }
.sw-topbar-cta {
  padding: 9px 20px;
  border-radius: 999px;
  background: #2c281f;
  color: #f7f4ee;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.sw-topbar-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(44,40,31,0.24); }

/* ============================================================
   Hero · 应用图标 + 名称 + 一句话定位 + 获取按钮 + 元信息
   ============================================================ */
.sw-hero { padding: clamp(40px, 6vh, 72px) 0 clamp(28px, 4vh, 44px); }
.sw-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
.sw-hero-head { display: flex; align-items: flex-start; gap: clamp(20px, 3vw, 34px); flex-wrap: wrap; }
.sw-appicon {
  flex: 0 0 auto;
  width: clamp(96px, 9vw, 128px);
  height: clamp(96px, 9vw, 128px);
  border-radius: 28px;
  background: linear-gradient(155deg, #fbf6ff 0%, #efeafc 42%, #e2d8fb 100%);
  border: 1px solid rgba(155,140,240,0.3);
  box-shadow: 0 20px 48px rgba(111,95,208,0.24), inset 0 1px 0 rgba(255,255,255,0.7);
  position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.sw-appicon::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(60% 50% at 30% 22%, rgba(255,255,255,0.65), transparent 60%);
}
/* 应用图标内的极简罗盘刻度 */
.sw-appicon-dial { position: relative; width: 60%; height: 60%; }
.sw-hero-id { flex: 1 1 320px; min-width: 0; display: flex; flex-direction: column; }
.sw-hero-name {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-weight: 500;
  font-size: clamp(38px, 4.6vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0 0 6px;
  color: #2c281f;
  font-variation-settings: 'opsz' 120;
}
.sw-hero-tag {
  font-size: clamp(15px, 1.5vw, 18px);
  color: #7a7268;
  line-height: 1.55;
  margin: 0 0 20px;
  max-width: 640px;
  font-weight: 500;
}
.sw-hero-tag b { color: #5b4bb0; font-weight: 700; }
.sw-hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.sw-get {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #9b8cf0, #6f5fd0);
  color: #fff;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 15px; font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(111,95,208,0.34);
  transition: transform 170ms ease, box-shadow 170ms ease;
}
.sw-get:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(111,95,208,0.42); }
.sw-get:active { transform: translateY(0) scale(0.98); }
.sw-get-sub { font-size: 12.5px; color: #a19a8e; font-weight: 500; }
.sw-get--got {
  background: #eef3ef;
  color: #3d8663;
  box-shadow: none;
  border: 1.5px solid rgba(61,134,99,0.28);
}

/* Hero 元信息条（分类 / AI 模型 / 数据 / 终端） */
.sw-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid rgba(58,53,45,0.08);
  border-radius: 20px;
  background: #fffdf9;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(58,53,45,0.05);
}
.sw-meta-cell {
  padding: 16px 20px;
  border-right: 1px solid rgba(58,53,45,0.07);
  display: flex; flex-direction: column; gap: 4px;
  min-width: 0;
}
.sw-meta-cell:last-child { border-right: none; }
.sw-meta-k {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: #b0a89b;
}
.sw-meta-v {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-weight: 600; font-size: 20px; color: #2c281f;
  display: flex; align-items: baseline; gap: 5px;
  line-height: 1.1;
}
.sw-meta-v small { font-size: 12px; color: #a19a8e; font-weight: 500; font-family: 'Inter', sans-serif; }
.sw-meta-stars { color: #9b8cf0; font-size: 13px; letter-spacing: 1px; }

/* ============================================================
   通用 section 结构
   ============================================================ */
.sw-section { padding: clamp(30px, 5vh, 56px) 0; }
.sw-section--divider { border-top: 1px solid rgba(58,53,45,0.08); }
.sw-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #a89bd8; margin-bottom: 10px;
}
.sw-h2 {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-weight: 500;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -0.02em;
  color: #2c281f;
  margin: 0 0 8px;
  line-height: 1.12;
}
.sw-lede {
  font-size: clamp(14px, 1.4vw, 16.5px);
  line-height: 1.7;
  color: #7a7268;
  max-width: 660px;
  margin: 0 0 clamp(20px, 3vh, 32px);
}

/* ============================================================
   截图画廊 · 横向可滚动的产品面板（真实 UI 复刻，非 stock）
   ============================================================ */
.sw-shots {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 6px 4px 24px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.sw-shots::-webkit-scrollbar { height: 8px; }
.sw-shots::-webkit-scrollbar-thumb { background: rgba(58,53,45,0.16); border-radius: 4px; }
.sw-shots::-webkit-scrollbar-track { background: transparent; }
.sw-shot {
  flex: 0 0 auto;
  width: clamp(300px, 34vw, 400px);
  scroll-snap-align: start;
  border-radius: 26px;
  background: #fffdf9;
  border: 1px solid rgba(58,53,45,0.09);
  box-shadow: 0 18px 48px rgba(58,53,45,0.1);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 220ms cubic-bezier(0.22,1,0.36,1), box-shadow 220ms ease;
}
.sw-shot:hover { transform: translateY(-6px); box-shadow: 0 28px 64px rgba(58,53,45,0.16); }
.sw-shot-canvas {
  position: relative;
  height: 300px;
  background: #f7f4ee;
  padding: 20px 20px 8px;
  overflow: hidden;
}
.sw-shot-canvas::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(420px 300px at 18% -10%, rgba(155,140,240,0.14), transparent 62%);
  pointer-events: none;
}
.sw-shot-cap {
  padding: 15px 20px 18px;
  border-top: 1px solid rgba(58,53,45,0.06);
}
.sw-shot-cap-kicker {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: #a89bd8; margin-bottom: 5px;
}
.sw-shot-cap-title {
  font-family: 'Noto Serif SC', serif;
  font-weight: 600; font-size: 16px; color: #2c281f; margin-bottom: 4px;
}
.sw-shot-cap-desc { font-size: 12.5px; line-height: 1.55; color: #8a8479; }

/* ── 复刻元件：竖向时间轴块 ── */
.mk-block { display: grid; grid-template-columns: 42px 4px 1fr; gap: 10px; align-items: stretch; margin-bottom: 10px; position: relative; z-index: 1; }
.mk-block-time { padding-top: 11px; text-align: right; }
.mk-block-start { font-size: 12px; font-weight: 700; color: #3a352d; font-variant-numeric: tabular-nums; }
.mk-block-dur { font-size: 9.5px; color: #a8a297; font-weight: 600; }
.mk-block-bar { border-radius: 99px; }
.mk-block-card {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 12px; border-radius: 16px;
}
.mk-block--now { box-shadow: 0 8px 22px rgba(155,140,240,0.26); outline: 2px solid rgba(155,140,240,0.5); }
.mk-block--past { opacity: 0.62; }
.mk-glyph { flex: 0 0 auto; width: 32px; height: 32px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.mk-block-body { flex: 1 1 auto; min-width: 0; }
.mk-block-title { font-family: 'Noto Serif SC', serif; font-weight: 600; font-size: 12.5px; line-height: 1.25; margin-bottom: 3px; color: #3a352d; }
.mk-kind { font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 999px; }

/* ── 复刻元件：Focus 圆盘 ── */
.mk-focus { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.mk-focus-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #a89bd8; align-self: flex-start; margin-bottom: 6px; }
.mk-dial { position: relative; width: 158px; height: 158px; margin: 6px 0 12px; }
.mk-dial-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.mk-dial-time { font-family: 'Fraunces', serif; font-weight: 400; font-size: 36px; color: #2c281f; line-height: 1; font-variant-numeric: tabular-nums; font-variation-settings: 'opsz' 144; }
.mk-dial-sub { font-size: 10.5px; color: #9c968c; margin-top: 5px; font-weight: 500; }
.mk-focus-task { font-family: 'Noto Serif SC', serif; font-weight: 600; font-size: 13px; color: #3a352d; text-align: center; margin-bottom: 12px; }
.mk-focus-btns { display: flex; gap: 8px; width: 100%; }
.mk-btn { flex: 1; padding: 10px 0; border-radius: 999px; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 700; border: none; }
.mk-btn--soft { background: #f1eee9; color: #6b655b; border: 1.5px solid rgba(58,53,45,0.1); }
.mk-btn--dark { background: #2c281f; color: #f7f4ee; }

/* ── 复刻元件：AI 随手记 ── */
.mk-ai { position: relative; z-index: 1; }
.mk-ai-title { display: flex; align-items: center; gap: 7px; font-family: 'Fraunces','Noto Serif SC',serif; font-weight: 500; font-size: 15px; color: #2c281f; margin-bottom: 10px; }
.mk-ai-spark { color: #9b8cf0; font-size: 13px; }
.mk-ai-input {
  border: 1.5px solid rgba(155,140,240,0.32);
  border-radius: 14px;
  background: linear-gradient(150deg, #f8f5fd, #fdfbff);
  padding: 11px 12px 9px;
  font-size: 12px; line-height: 1.5; color: #3a352d;
  margin-bottom: 11px;
}
.mk-ai-input .mk-caret { display: inline-block; width: 1.5px; height: 13px; background: #9b8cf0; vertical-align: -2px; margin-left: 1px; animation: mk-blink 1s steps(1) infinite; }
@keyframes mk-blink { 50% { opacity: 0; } }
.mk-cand {
  display: flex; gap: 9px; padding: 10px 11px; border-radius: 14px;
  border: 1px solid; align-items: flex-start; margin-bottom: 8px;
}
.mk-cand-glyph { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.mk-cand-body { flex: 1 1 auto; min-width: 0; }
.mk-cand-title { font-family: 'Noto Serif SC', serif; font-weight: 600; font-size: 12px; color: #3a352d; line-height: 1.3; margin-bottom: 5px; }
.mk-cand-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.mk-cand-tag { font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 999px; }
.mk-cand-add { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 9px; border: none; color: #fff; font-size: 15px; line-height: 1; display: flex; align-items: center; justify-content: center; }

/* ── 复刻元件：被卡住的事 ── */
.mk-stuck { position: relative; z-index: 1; border-radius: 18px; background: linear-gradient(155deg, #fdf3ea, #fbeee2); border: 1px solid rgba(240,160,116,0.34); padding: 14px 15px; }
.mk-stuck-flag { display: inline-block; font-size: 9.5px; font-weight: 700; letter-spacing: 0.06em; color: #c26a3c; background: #fbe0cd; padding: 3px 9px; border-radius: 999px; margin-bottom: 9px; }
.mk-stuck-title { font-family: 'Noto Serif SC', serif; font-weight: 600; font-size: 14px; color: #3a352d; margin-bottom: 7px; line-height: 1.3; }
.mk-stuck-summary { font-size: 11.5px; line-height: 1.55; color: #6b625a; margin-bottom: 11px; }
.mk-stuck-trace { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }
.mk-stuck-step { font-size: 9.5px; font-weight: 600; color: #b07a52; background: rgba(240,160,116,0.12); border: 1px solid rgba(240,160,116,0.28); padding: 3px 8px; border-radius: 7px; }
.mk-stuck-step--now { color: #fff; background: #c26a3c; border-color: #c26a3c; }
.mk-stuck-cta { display: inline-flex; align-items: center; gap: 5px; padding: 7px 14px; border-radius: 999px; background: #c26a3c; color: #fff; font-size: 11px; font-weight: 700; }

/* ── 复刻元件：我的每日节奏（骨架） ── */
.mk-rhythm { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 5px; }
.mk-rhythm-head { font-family: 'Fraunces','Noto Serif SC',serif; font-weight: 500; font-size: 14px; color: #2c281f; margin-bottom: 6px; }
.mk-rhythm-row { display: grid; grid-template-columns: 70px 4px 1fr auto; gap: 10px; align-items: center; padding: 8px 8px; border-radius: 11px; }
.mk-rhythm-time { font-size: 10.5px; font-weight: 700; color: #6b655b; font-variant-numeric: tabular-nums; }
.mk-rhythm-bar { width: 4px; height: 22px; border-radius: 99px; }
.mk-rhythm-name { font-family: 'Noto Serif SC', serif; font-weight: 600; font-size: 12px; color: #3a352d; }
.mk-rhythm-type { font-size: 9.5px; font-weight: 700; }

/* ============================================================
   核心能力 · Feature bento
   ============================================================ */
.sw-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.sw-feat {
  border-radius: 24px;
  border: 1px solid rgba(58,53,45,0.08);
  background: #fffdf9;
  padding: 26px 26px 24px;
  box-shadow: 0 10px 30px rgba(58,53,45,0.05);
  position: relative;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.sw-feat:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(58,53,45,0.1); }
.sw-feat--wide { grid-column: span 4; }
.sw-feat--narrow { grid-column: span 2; }
.sw-feat--half { grid-column: span 3; }
.sw-feat--full { grid-column: span 6; }
.sw-feat-split { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; }
.sw-feat-split > div:first-child { position: relative; }
.sw-feat-split .sw-feat-step { top: 0; right: 0; }
.sw-feat-step {
  position: absolute; top: 24px; right: 24px;
  font-family: 'Inter', sans-serif;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em;
  color: #b0a89b;
}
.sw-feat-glyph {
  width: 46px; height: 46px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 16px;
}
.sw-feat-title {
  font-family: 'Fraunces','Noto Serif SC',serif;
  font-weight: 600; font-size: 19px; color: #2c281f; margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.sw-feat-desc { font-size: 13.5px; line-height: 1.65; color: #7a7268; margin: 0; }
.sw-feat-desc b { color: #5b4bb0; font-weight: 700; }
.sw-feat-tag {
  display: inline-block; margin-top: 14px;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.04em;
  padding: 4px 11px; border-radius: 999px;
  background: #efeafc; color: #5b4bb0;
}

/* Feature 大卡里的迷你插画 */
.sw-feat-illo {
  margin-top: 18px;
  border-radius: 16px;
  background: #f7f4ee;
  border: 1px solid rgba(58,53,45,0.06);
  padding: 14px;
  position: relative;
  overflow: hidden;
}

/* ============================================================
   痛点 · 多任务并行 + 临时插入
   ============================================================ */
.sw-pain { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sw-pain-card {
  background: #fffdf9;
  border: 1px solid rgba(58,53,45,0.08);
  border-radius: 22px;
  padding: 26px 24px;
  box-shadow: 0 8px 24px rgba(58,53,45,0.05);
  display: flex; flex-direction: column;
}
.sw-pain-glyph {
  font-size: 20px; margin-bottom: 16px;
  display: inline-flex; width: 42px; height: 42px; border-radius: 13px;
  align-items: center; justify-content: center; flex: none;
}
.sw-pain-q {
  font-family: 'Noto Serif SC', serif; font-weight: 600;
  font-size: 15.5px; line-height: 1.55; color: #2c281f;
  margin-bottom: 12px;
}
.sw-pain-a { font-size: 13px; line-height: 1.7; color: #7a7268; }
.sw-pain-a b { color: #5b4bb0; font-weight: 700; }

/* ============================================================
   立骨架 → 填事 · 三步机制图
   ============================================================ */
.sw-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; }
.sw-flow-step {
  background: #fffdf9;
  border: 1px solid rgba(58,53,45,0.08);
  border-radius: 22px;
  padding: 26px 24px;
  position: relative;
  box-shadow: 0 8px 24px rgba(58,53,45,0.05);
}
.sw-flow-no {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 46px;
  line-height: 1;
  color: #d8cff5;
  margin-bottom: 12px;
  font-variation-settings: 'opsz' 144;
}
.sw-flow-title { font-family: 'Noto Serif SC', serif; font-weight: 600; font-size: 17px; color: #2c281f; margin-bottom: 8px; }
.sw-flow-desc { font-size: 13px; line-height: 1.65; color: #7a7268; }
.sw-flow-arrow {
  position: absolute; top: 50%; right: -13px; transform: translateY(-50%);
  z-index: 2; font-size: 20px; color: #c9c0e8;
}

/* ============================================================
   相比其他效率工具的增量价值（客观能力对照）
   ============================================================ */

/* 能力对照表：工具类型 → 通常解决什么 → 仍然缺少什么 → 增量价值 */
.sw-vs {
  margin: 26px 0 0;
  border: 1px solid rgba(58,53,45,0.10);
  border-radius: 20px;
  overflow: hidden;
  background: #fffdf9;
  box-shadow: 0 8px 24px rgba(58,53,45,0.04);
}
.sw-vs-row {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1.3fr 1.45fr;
  align-items: center;
  gap: 18px;
  padding: 15px 24px;
  border-top: 1px solid rgba(58,53,45,0.07);
}
.sw-vs-row:first-child { border-top: none; }
.sw-vs-head {
  background: #f4f0fc;
  padding-top: 12px; padding-bottom: 12px;
}
.sw-vs-head span {
  font-size: 11px; font-weight: 800; letter-spacing: 0.06em;
  text-transform: none; color: #8a8479;
}
.sw-vs-head .sw-vs-to { color: #5b4bb0; }
.sw-vs-from { display: flex; flex-direction: column; gap: 2px; }
.sw-vs-from b { font-size: 14px; font-weight: 700; color: #3a352d; }
.sw-vs-from em { font-style: normal; font-size: 11.5px; color: #a19a8e; }
.sw-vs-solves { font-size: 12.5px; line-height: 1.5; color: #7a7268; }
.sw-vs-gap {
  font-size: 12.5px; line-height: 1.5; color: #948e83;
  position: relative; padding-left: 20px;
}
.sw-vs-gap::before {
  content: '✕'; position: absolute; left: 0; top: 0;
  color: #c98b6b; font-size: 12px; font-weight: 700;
}
.sw-vs-head .sw-vs-gap { padding-left: 0; }
.sw-vs-head .sw-vs-gap::before { content: none; }
.sw-vs-to {
  font-size: 13px; line-height: 1.5; color: #4a4034; font-weight: 500;
  position: relative; padding-left: 22px;
}
.sw-vs-to::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  width: 16px; height: 16px; border-radius: 50%;
  background: #9b8cf0; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700;
}
.sw-vs-head .sw-vs-to { padding-left: 0; }
.sw-vs-head .sw-vs-to::before { content: none; }


/* ============================================================
   隐私 / 信息条
   ============================================================ */
.sw-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sw-info-card {
  background: #fffdf9;
  border: 1px solid rgba(58,53,45,0.08);
  border-radius: 20px;
  padding: 22px 22px;
}
.sw-info-glyph { font-size: 20px; margin-bottom: 12px; display: inline-flex; width: 40px; height: 40px; border-radius: 12px; background: #eef5f0; color: #3d8663; align-items: center; justify-content: center; }
.sw-info-title { font-family: 'Noto Serif SC', serif; font-weight: 600; font-size: 15px; color: #2c281f; margin-bottom: 6px; }
.sw-info-desc { font-size: 12.5px; line-height: 1.6; color: #7a7268; }

/* ============================================================
   底部 CTA
   ============================================================ */
.sw-final {
  margin: clamp(24px, 4vh, 44px) 0 0;
  border-radius: 32px;
  background: linear-gradient(150deg, #2c281f 0%, #423a52 100%);
  padding: clamp(40px, 6vh, 64px) clamp(30px, 5vw, 64px);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.sw-final::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(600px 400px at 20% -20%, rgba(155,140,240,0.4), transparent 60%),
              radial-gradient(500px 400px at 100% 120%, rgba(111,191,154,0.22), transparent 60%);
}
.sw-final-in { position: relative; z-index: 1; }
.sw-final-h {
  font-family: 'Fraunces','Noto Serif SC',serif;
  font-weight: 500;
  font-size: clamp(26px, 3.4vw, 42px);
  color: #faf7f1;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
.sw-final-p { font-size: 15px; line-height: 1.6; color: rgba(250,247,241,0.72); margin: 0 auto 28px; max-width: 480px; }
.sw-final-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.sw-final-get {
  padding: 14px 36px; border-radius: 999px;
  background: #f7f4ee; color: #2c281f; border: none;
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700;
  cursor: pointer; transition: transform 170ms ease;
}
.sw-final-get:hover { transform: translateY(-2px); }
.sw-final-ghost {
  padding: 14px 30px; border-radius: 999px;
  background: transparent; color: #faf7f1;
  border: 1.5px solid rgba(250,247,241,0.34);
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700;
  cursor: pointer; transition: border-color 170ms ease;
}
.sw-final-ghost:hover { border-color: rgba(250,247,241,0.7); }

.sw-footer {
  padding: 30px 0 44px;
  text-align: center;
  font-size: 12px; color: #a19a8e; line-height: 1.7;
}
.sw-footer b { color: #7a7268; font-weight: 600; }
.sw-footer-link { color: #5b4bb0; text-decoration: none; }
.sw-footer-link:hover { text-decoration: underline; }

/* ── toast ── */
.sw-toast {
  position: fixed; left: 50%; bottom: 34px;
  transform: translateX(-50%);
  z-index: 90;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 22px; border-radius: 999px;
  background: #2c281f; color: #f7f4ee;
  font-size: 13.5px; font-weight: 600;
  box-shadow: 0 14px 40px rgba(44,40,31,0.3);
  animation: sw-toast-in 300ms cubic-bezier(0.22,1,0.36,1);
}
.sw-toast-glyph { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(155,140,240,0.9); color: #fff; font-size: 11px; }
@keyframes sw-toast-in { from { opacity: 0; transform: translateX(-50%) translateY(12px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }

/* 响应式兜底 */
@media (max-width: 940px) {
  .sw-bento { grid-template-columns: repeat(2, 1fr); }
  .sw-feat--wide, .sw-feat--narrow, .sw-feat--half { grid-column: span 2; }
  .sw-flow { grid-template-columns: 1fr; }
  .sw-flow-arrow { display: none; }
  .sw-info { grid-template-columns: 1fr; }
  .sw-feat--full { grid-column: span 2; }
  .sw-feat-split { grid-template-columns: 1fr; }
  .sw-vs-row { grid-template-columns: 1fr; gap: 8px; }
  .sw-vs-head { display: none; }
  .sw-pain { grid-template-columns: 1fr; }
  .sw-meta { grid-template-columns: repeat(2, 1fr); }
  .sw-meta-cell:nth-child(2) { border-right: none; }
  .sw-topbar-nav .sw-topbar-link { display: none; }
}
