/* ============================================================
   page-fuwu-tiaokuan.css — 服务条款 · 云朵拟态 (ft-*)
   与首页同系视觉，独立杂志式布局
   ============================================================ */

html.theme-pearl-elegance .pe-terms-page {
  --ft-bg: #f6f1ec;
  --ft-surface: #fffdfb;
  --ft-ink: #1c1a17;
  --ft-muted: #7a736c;
  --ft-body: #5c5650;
  --ft-border: rgba(28, 26, 23, 0.1);
  --ft-border-strong: rgba(28, 26, 23, 0.2);
  --ft-shadow: 0 26px 60px -30px rgba(28, 26, 23, 0.24);
  --ft-shadow-sm: 0 14px 32px -18px rgba(28, 26, 23, 0.18);
  --ft-clay: #c98f6b;
  --ft-sage: #7f9a76;
  --ft-sky: #7f97b8;
  --ft-sun: #d9a53f;
  --ft-sans: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', sans-serif;
  font-family: var(--ft-sans);
  background: var(--ft-bg);
  padding-bottom: 0;
}

.pe-terms-page .container {
  max-width: 1360px;
}

/* —— 云朵 —— */
.ft-cloud {
  position: absolute;
  width: 76px;
  height: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #eee7e2 100%);
  border-radius: 999px;
  box-shadow: 0 16px 28px -12px rgba(28, 26, 23, 0.22);
  animation: ft-float 8s ease-in-out infinite;
  pointer-events: none;
}

.ft-cloud::before,
.ft-cloud::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.ft-cloud::before { width: 42px; height: 42px; top: -21px; left: 6px; }
.ft-cloud::after { width: 30px; height: 30px; top: -15px; left: 42px; }

.ft-cloud--sm { width: 44px; height: 18px; }
.ft-cloud--sm::before { width: 24px; height: 24px; top: -12px; left: 4px; }
.ft-cloud--sm::after { width: 17px; height: 17px; top: -8px; left: 24px; }

.ft-cloud--md { width: 62px; height: 24px; }
.ft-cloud--md::before { width: 34px; height: 34px; top: -17px; left: 5px; }
.ft-cloud--md::after { width: 24px; height: 24px; top: -12px; left: 34px; }

.ft-cloud--lg { width: 112px; height: 44px; }
.ft-cloud--lg::before { width: 62px; height: 62px; top: -31px; left: 10px; }
.ft-cloud--lg::after { width: 44px; height: 44px; top: -22px; left: 62px; }

@keyframes ft-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

/* —— 描边角标 —— */
.ft-frame {
  position: absolute;
  inset: -10px;
  pointer-events: none;
}

.ft-frame__corner {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 0 solid var(--ft-border-strong);
}

.ft-frame__corner--tl { top: 0; left: 0; border-top-width: 1.5px; border-left-width: 1.5px; border-radius: 6px 0 0 0; }
.ft-frame__corner--tr { top: 0; right: 0; border-top-width: 1.5px; border-right-width: 1.5px; border-radius: 0 6px 0 0; }
.ft-frame__corner--bl { bottom: 0; left: 0; border-bottom-width: 1.5px; border-left-width: 1.5px; border-radius: 0 0 0 6px; }
.ft-frame__corner--br { bottom: 0; right: 0; border-bottom-width: 1.5px; border-right-width: 1.5px; border-radius: 0 0 6px 0; }

/* —— 通用排版 / 按钮 —— */
.ft-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 24px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ft-ink);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--ft-border-strong);
}

.ft-head {
  text-align: center;
  max-width: 62ch;
  margin: 0 auto clamp(32px, 5vw, 52px);
}

.ft-head--onlight::before {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  margin: 0 auto 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ft-clay), var(--ft-sun));
}

.ft-head__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ft-clay);
}

.ft-head__title {
  margin: 0 0 14px;
  font-family: var(--ft-sans);
  font-weight: 800;
  font-size: clamp(26px, 3.8vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--ft-ink);
}

.ft-head__sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ft-muted);
}

.ft-head__sub code {
  font-size: 0.9em;
  padding: 2px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--ft-border);
  color: #46413b;
  font-weight: 600;
}

.pe-terms-page .ft-hero__sub a,
.pe-terms-page .ft-part__sub a,
.pe-terms-page .ft-article p a,
.pe-terms-page .ft-note a {
  color: var(--ft-clay);
  font-weight: 700;
}

.ft-btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 15px 28px;
  border: none;
  border-radius: 999px;
  font-family: var(--ft-sans);
  font-weight: 700;
  font-size: 15px;
  color: #fffdfb;
  background: #18140f;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 16px 34px -14px rgba(24, 20, 15, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ft-btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -16px rgba(24, 20, 15, 0.55);
  color: #fffdfb;
}

.ft-btn-dark--onlight {
  color: #1c1a17;
  background: #fffdfb;
  box-shadow: 0 16px 34px -14px rgba(0, 0, 0, 0.4);
}

.ft-btn-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ft-ink);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--ft-border-strong);
  transition: background 0.2s ease, transform 0.2s ease;
}

.ft-btn-outline:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
  color: var(--ft-ink);
}

.ft-btn-outline .ft-frame { inset: -7px; }

.ft-link-quiet {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 253, 251, 0.86);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ft-link-quiet:hover { color: #fffdfb; }

/* —— ① 首屏 —— */
.ft-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(92vh, 900px);
  padding: clamp(120px, 14vw, 150px) 0 clamp(64px, 8vw, 80px);
  background: radial-gradient(130% 100% at 50% -10%, #f3ebe6 0%, #ece3e2 45%, #ede7e3 75%, #f6f1ec 100%);
}

html.theme-pearl-elegance:has(#page-fuwu-tiaokuan) .pe-terms-page .ft-hero {
  margin-top: calc(-1 * var(--nav-height));
}

.ft-hero__clouds { position: absolute; inset: 0; z-index: 0; }
.ft-hero__clouds .ft-cloud:nth-child(1) { top: 12%; left: 4%; animation-delay: 0s; }
.ft-hero__clouds .ft-cloud:nth-child(2) { top: 22%; left: 12%; animation-delay: 1.2s; }
.ft-hero__clouds .ft-cloud:nth-child(3) { top: 8%; right: 6%; animation-delay: 0.6s; }
.ft-hero__clouds .ft-cloud:nth-child(4) { top: 48%; right: 4%; animation-delay: 1.6s; }
.ft-hero__clouds .ft-cloud:nth-child(5) { top: 72%; left: 2%; animation-delay: 0.9s; }

.ft-hero__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding-inline: clamp(24px, 6vw, 88px);
}

.ft-hero__grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 56px);
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.ft-hero__col-text {
  flex: 0 0 auto;
  width: min(720px, 100%);
}

.ft-hero__col-panel {
  flex: 0 0 auto;
  width: 360px;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
}

.ft-hero__title {
  margin: 0 0 18px;
  font-family: var(--ft-sans);
  font-weight: 800;
  font-size: clamp(36px, 5.6vw, 72px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ft-ink);
}

.ft-hero__role {
  margin: 0 0 16px;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  color: #46413b;
}

.ft-hero__sub {
  margin: 0 0 24px;
  max-width: 52ch;
  font-size: clamp(14.5px, 1.3vw, 16px);
  line-height: 1.8;
  color: var(--ft-muted);
}

.ft-hero__points {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ft-hero__points li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ft-ink);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--ft-border);
}

.ft-hero__points i { width: 14px; height: 14px; color: var(--ft-sage); }

.ft-hero__points code {
  font-size: 0.9em;
  padding: 1px 6px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--ft-border);
  font-weight: 600;
}

.ft-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.ft-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(20px, 4vh, 36px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ft-muted);
  animation: ft-scroll-bounce 2.2s ease-in-out infinite;
}

.ft-hero__scroll i { width: 16px; height: 16px; }

@keyframes ft-scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* —— 文件卡 —— */
.ft-doc {
  width: 100%;
  max-width: 360px;
  border-radius: 28px;
  overflow: hidden;
  background: var(--ft-surface);
  border: 1px solid var(--ft-border);
  box-shadow: var(--ft-shadow);
}

.ft-doc__head {
  padding: clamp(20px, 2.8vw, 26px) clamp(22px, 3vw, 28px) clamp(14px, 2vw, 18px);
  border-bottom: 1px solid var(--ft-border);
  background: linear-gradient(180deg, #fff 0%, #faf6f2 100%);
}

.ft-doc__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ft-ink);
  background: var(--ft-sky);
  color: #fffdfb;
}

.ft-doc__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--ft-ink);
}

.ft-doc__meta {
  margin: 0;
  padding: clamp(16px, 2.4vw, 22px) clamp(22px, 3vw, 28px);
}

.ft-doc__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--ft-border);
}

.ft-doc__row:last-child { border-bottom: none; }

.ft-doc__row dt {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ft-muted);
}

.ft-doc__row dd {
  margin: 0;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ft-ink);
  text-align: right;
}

.ft-doc__parts {
  display: flex;
  flex-direction: column;
  background: #1c1a17;
}

.ft-doc__parts a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px clamp(22px, 3vw, 28px);
  font-size: 13.5px;
  font-weight: 700;
  color: rgba(255, 253, 251, 0.88);
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease;
}

.ft-doc__parts a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fffdfb;
}

.ft-doc__parts a i { width: 16px; height: 16px; color: var(--ft-sun); flex-shrink: 0; }

/* —— ② 章节徽章环 —— */
.ft-ring {
  padding: clamp(48px, 8vw, 80px) 0;
  position: relative;
}

.ft-ring::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(127, 151, 184, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.ft-ring .container { position: relative; z-index: 1; }

.ft-ring__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 2vw, 18px);
}

.ft-ring__badge {
  flex: 0 1 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: clamp(16px, 2.2vw, 20px) clamp(12px, 1.8vw, 16px);
  border-radius: 18px;
  text-decoration: none;
  text-align: center;
  background: var(--ft-surface);
  border: 1px solid var(--ft-border);
  box-shadow: var(--ft-shadow-sm);
  transition: transform 0.25s ease, border-color 0.2s ease, box-shadow 0.25s ease;
}

.ft-ring__badge:hover {
  transform: translateY(-4px);
  border-color: var(--ft-border-strong);
  box-shadow: var(--ft-shadow);
}

@media (min-width: 900px) {
  .ft-ring__badge--up { margin-top: 16px; }
}

.ft-ring__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  color: #fffdfb;
  background: var(--ft-clay);
}

.ft-ring__label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ft-ink);
}

/* —— ③ 杂志式正文 —— */
.ft-magazine {
  padding: clamp(40px, 6vw, 64px) 0 clamp(56px, 8vw, 88px);
}

.ft-magazine__wrap {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.ft-sidebar {
  position: sticky;
  top: calc(var(--nav-height) + 20px);
  padding: clamp(18px, 2.4vw, 22px);
  border-radius: 20px;
  background: var(--ft-surface);
  border: 1px solid var(--ft-border);
  box-shadow: var(--ft-shadow-sm);
}

.ft-sidebar__label {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ft-muted);
}

.ft-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ft-sidebar__group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ft-sidebar__part {
  display: block;
  padding: 8px 10px;
  margin-bottom: 4px;
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--ft-clay);
  text-decoration: none;
  background: rgba(201, 143, 107, 0.08);
}

.ft-sidebar__part:hover {
  background: rgba(201, 143, 107, 0.14);
  color: #a86f4a;
}

.ft-sidebar__group > a:not(.ft-sidebar__part) {
  display: block;
  padding: 7px 10px 7px 16px;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ft-ink);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.ft-sidebar__group > a:not(.ft-sidebar__part):hover {
  background: #f6f2ee;
  color: var(--ft-clay);
}

.ft-body {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 7vw, 72px);
}

.ft-part {
  scroll-margin-top: calc(var(--nav-height) + 20px);
}

.ft-part__head {
  margin-bottom: clamp(24px, 3.5vw, 32px);
  padding-bottom: clamp(16px, 2.4vw, 22px);
  border-bottom: 2px solid var(--ft-border);
}

.ft-part__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ft-sky);
  background: rgba(127, 151, 184, 0.12);
  border: 1px solid rgba(127, 151, 184, 0.25);
}

.ft-part__title {
  margin: 0 0 10px;
  font-family: var(--ft-sans);
  font-weight: 800;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.25;
  color: var(--ft-ink);
}

.ft-part__sub {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--ft-muted);
}

.ft-article {
  scroll-margin-top: calc(var(--nav-height) + 16px);
  margin-bottom: clamp(16px, 2.4vw, 20px);
  padding: clamp(22px, 3vw, 28px);
  border-radius: 18px;
  background: var(--ft-surface);
  border: 1px solid var(--ft-border);
  box-shadow: var(--ft-shadow-sm);
}

.ft-article:last-child { margin-bottom: 0; }

.ft-article__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(16px, 2.4vw, 20px);
  padding-bottom: clamp(14px, 2vw, 18px);
  border-bottom: 1px solid var(--ft-border);
}

.ft-article__no {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  color: #fffdfb;
  background: var(--ft-clay);
}

.ft-article__head h3 {
  margin: 0;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 800;
  color: var(--ft-ink);
}

.ft-article p {
  margin: 0 0 14px;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--ft-body);
}

.ft-article p:last-child { margin-bottom: 0; }

.ft-clause-id {
  display: inline-block;
  margin-right: 4px;
  padding: 1px 7px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  color: var(--ft-clay);
  background: rgba(201, 143, 107, 0.1);
  border: 1px solid rgba(201, 143, 107, 0.2);
}

.ft-article ul {
  margin: 0 0 14px;
  padding-left: 1.4em;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--ft-body);
}

.ft-article li { margin-bottom: 6px; }
.ft-article li:last-child { margin-bottom: 0; }

.ft-article strong {
  color: var(--ft-ink);
  font-weight: 700;
}

/* —— ④ 便利贴 —— */
.ft-notes {
  padding: clamp(48px, 8vw, 80px) 0;
  position: relative;
}

.ft-notes::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(127, 154, 118, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.ft-notes .container { position: relative; z-index: 1; }

.ft-notes__scatter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 22px);
}

.ft-note {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2.6vw, 26px);
  border-radius: 18px;
  background: var(--ft-surface);
  border: 1px solid var(--ft-border);
  box-shadow: var(--ft-shadow-sm);
  transform: rotate(-1.5deg);
  transition: transform 0.25s ease;
}

.ft-note:nth-child(2) { transform: rotate(1.2deg); margin-top: 12px; }
.ft-note:nth-child(3) { transform: rotate(-0.8deg); }
.ft-note--wide { grid-column: span 3; transform: rotate(0); margin-top: 0; }

.ft-note:hover { transform: rotate(0) translateY(-3px); }
.ft-note:nth-child(2):hover { transform: translateY(-3px); }

.ft-note--sage { background: linear-gradient(165deg, #f8faf7 0%, #fffdfb 100%); }
.ft-note--sun { background: linear-gradient(165deg, #fffaf2 0%, #fffdfb 100%); }

.ft-note--wide {
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  background: linear-gradient(135deg, #1c1a17 0%, #2a2621 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.ft-note--wide h3 { color: #fffdfb; }
.ft-note--wide p { color: rgba(255, 253, 251, 0.72); }
.ft-note--wide a { color: var(--ft-sun); }
.ft-note--wide .ft-note__ico {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--ft-sun);
}

.ft-note__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: #f6f2ee;
  border: 1px solid var(--ft-border);
  color: var(--ft-clay);
  flex-shrink: 0;
}

.ft-note--wide .ft-note__ico { margin-bottom: 0; }
.ft-note__ico i { width: 20px; height: 20px; }

.ft-note h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ft-ink);
}

.ft-note p {
  margin: 0 0 14px;
  flex: 1;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ft-muted);
}

.ft-note a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ft-note a i { width: 14px; height: 14px; }
.ft-note a:hover { color: #a86f4a; }

/* —— ⑤ 延伸阅读 —— */
.ft-more {
  padding: clamp(28px, 4vw, 40px) 0 clamp(32px, 5vw, 48px);
}

.ft-more__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.ft-more-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ft-ink);
  text-decoration: none;
  background: var(--ft-surface);
  border: 1px solid var(--ft-border);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.ft-more-pill:hover {
  transform: translateY(-2px);
  border-color: var(--ft-border-strong);
  color: var(--ft-ink);
}

.ft-more-pill i { width: 16px; height: 16px; color: var(--ft-clay); }

/* —— ⑥ 收束 CTA —— */
.ft-closing {
  position: relative;
  overflow: hidden;
  margin: 0 clamp(16px, 3vw, 24px) clamp(24px, 4vw, 40px);
  padding: clamp(56px, 9vw, 96px) 0;
  border-radius: 36px;
  background: radial-gradient(120% 100% at 50% -10%, #2a2621 0%, #1c1a17 60%);
}

.ft-closing__clouds { position: absolute; inset: 0; z-index: 0; opacity: 0.9; }
.ft-closing__clouds .ft-cloud { background: linear-gradient(180deg, #4a453d, #34302a); box-shadow: none; }
.ft-closing__clouds .ft-cloud::before,
.ft-closing__clouds .ft-cloud::after { background: inherit; }
.ft-closing__clouds .ft-cloud:nth-child(1) { top: 14%; left: 10%; }
.ft-closing__clouds .ft-cloud:nth-child(2) { top: 60%; left: 22%; animation-delay: 1s; }
.ft-closing__clouds .ft-cloud:nth-child(3) { top: 20%; right: 12%; animation-delay: 2s; }

.ft-closing__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
}

.ft-closing__title {
  margin: 0 0 14px;
  font-family: var(--ft-sans);
  font-weight: 800;
  font-size: clamp(24px, 3.4vw, 34px);
  line-height: 1.25;
  color: #fffdfb;
}

.ft-closing__sub {
  margin: 0 auto 30px;
  max-width: 46ch;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 253, 251, 0.72);
}

.ft-closing__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 20px;
}

/* —— fade-in —— */
#page-fuwu-tiaokuan .fade-in {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

#page-fuwu-tiaokuan .fade-in.visible,
#page-fuwu-tiaokuan .ft-hero.fade-in {
  opacity: 1;
  transform: none;
}

/* —— 响应式 —— */
@media (max-width: 1080px) {
  .ft-hero__grid {
    flex-direction: column;
    gap: clamp(36px, 8vw, 48px);
  }

  .ft-hero__col-text { width: 100%; text-align: center; }
  .ft-hero__col-panel { width: 100%; justify-content: center; }
  .ft-hero__sub { margin-inline: auto; text-align: left; }
  .ft-hero__points { justify-content: center; }
  .ft-hero__actions { justify-content: center; }

  .ft-magazine__wrap {
    grid-template-columns: 1fr;
  }

  .ft-sidebar {
    position: static;
    padding: 14px 16px;
  }

  .ft-sidebar__nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ft-sidebar__group {
    flex: 1 1 200px;
  }
}

@media (max-width: 720px) {
  .ft-hero__clouds .ft-cloud:nth-child(2),
  .ft-hero__clouds .ft-cloud:nth-child(5) { display: none; }

  .ft-hero__scroll { display: none; }

  .ft-ring__badge--up { margin-top: 0; }

  .ft-notes__scatter {
    grid-template-columns: 1fr;
  }

  .ft-note,
  .ft-note:nth-child(2),
  .ft-note:nth-child(3) {
    transform: none;
    margin-top: 0;
  }

  .ft-note--wide {
    flex-direction: column;
  }

  .ft-closing { margin-inline: 12px; border-radius: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  #page-fuwu-tiaokuan .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ft-cloud { animation: none; }
  .ft-hero__scroll { animation: none; }

  .ft-ring__badge:hover,
  .ft-note:hover,
  .ft-btn-dark:hover,
  .ft-btn-outline:hover,
  .ft-more-pill:hover {
    transform: none;
  }
}
