/* ============================================================
   page-mac-mini-jiage.css — 定价页 · 云朵拟态 (jg-*)
   与首页同系视觉，独立杂志式布局
   ============================================================ */

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

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

/* —— 云朵 —— */
.jg-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: jg-float 8s ease-in-out infinite;
  pointer-events: none;
}
.jg-cloud::before, .jg-cloud::after { content: ''; position: absolute; border-radius: 50%; background: inherit; }
.jg-cloud::before { width: 42px; height: 42px; top: -21px; left: 6px; }
.jg-cloud::after { width: 30px; height: 30px; top: -15px; left: 42px; }
.jg-cloud--sm { width: 44px; height: 18px; }
.jg-cloud--sm::before { width: 24px; height: 24px; top: -12px; left: 4px; }
.jg-cloud--sm::after { width: 17px; height: 17px; top: -8px; left: 24px; }
.jg-cloud--md { width: 62px; height: 24px; }
.jg-cloud--md::before { width: 34px; height: 34px; top: -17px; left: 5px; }
.jg-cloud--md::after { width: 24px; height: 24px; top: -12px; left: 34px; }
.jg-cloud--lg { width: 112px; height: 44px; }
.jg-cloud--lg::before { width: 62px; height: 62px; top: -31px; left: 10px; }
.jg-cloud--lg::after { width: 44px; height: 44px; top: -22px; left: 62px; }

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

.jg-frame { position: absolute; inset: -10px; pointer-events: none; }
.jg-frame__corner { position: absolute; width: 14px; height: 14px; border: 0 solid var(--jg-border-strong); }
.jg-frame__corner--tl { top: 0; left: 0; border-top-width: 1.5px; border-left-width: 1.5px; border-radius: 6px 0 0 0; }
.jg-frame__corner--tr { top: 0; right: 0; border-top-width: 1.5px; border-right-width: 1.5px; border-radius: 0 6px 0 0; }
.jg-frame__corner--bl { bottom: 0; left: 0; border-bottom-width: 1.5px; border-left-width: 1.5px; border-radius: 0 0 0 6px; }
.jg-frame__corner--br { bottom: 0; right: 0; border-bottom-width: 1.5px; border-right-width: 1.5px; border-radius: 0 0 6px 0; }

/* —— 通用 —— */
.jg-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(--jg-ink); background: rgba(255, 255, 255, 0.62); border: 1px solid var(--jg-border-strong);
}

.jg-head { text-align: center; max-width: 62ch; margin: 0 auto clamp(32px, 5vw, 52px); }
.jg-head__eyebrow { margin: 0 0 10px; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--jg-clay); }
.jg-head__title { margin: 0 0 14px; font-weight: 800; font-size: clamp(26px, 3.8vw, 40px); line-height: 1.2; color: var(--jg-ink); }

.pe-pricing-page .jg-hero__sub a,
.pe-pricing-page .jg-zone__sub a,
.pe-pricing-page .jg-plans-foot a,
.pe-pricing-page .jg-choose-card a,
.pe-pricing-page .jg-faq-row a {
  color: var(--jg-clay); font-weight: 700;
}

.jg-btn-dark {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 28px; border: none; border-radius: 999px;
  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;
}
.jg-btn-dark:hover { transform: translateY(-2px); color: #fffdfb; }
.jg-btn-dark--onlight { color: #1c1a17; background: #fffdfb; box-shadow: 0 16px 34px -14px rgba(0, 0, 0, 0.4); }

.jg-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(--jg-ink); text-decoration: none;
  background: rgba(255, 255, 255, 0.55); border: 1px solid var(--jg-border-strong);
  transition: background 0.2s ease, transform 0.2s ease;
}
.jg-btn-outline:hover { background: rgba(255, 255, 255, 0.9); transform: translateY(-1px); color: var(--jg-ink); }
.jg-btn-outline .jg-frame { inset: -7px; }

.jg-link-quiet {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 700; color: var(--jg-clay); text-decoration: none;
}
.jg-link-quiet i { width: 16px; height: 16px; }
.jg-closing .jg-link-quiet { color: rgba(255, 253, 251, 0.86); text-decoration: underline; text-underline-offset: 3px; }
.jg-closing .jg-link-quiet:hover { color: #fffdfb; }

/* —— ① 首屏 —— */
.jg-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-jiage) .pe-pricing-page .jg-hero { margin-top: calc(-1 * var(--nav-height)); }

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

.jg-hero__wrap { position: relative; z-index: 1; width: 100%; max-width: 1680px; margin: 0 auto; padding-inline: clamp(24px, 6vw, 88px); }
.jg-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; }
.jg-hero__col-text { flex: 0 0 auto; width: min(720px, 100%); }
.jg-hero__col-panel { flex: 0 0 auto; width: 400px; max-width: 100%; display: flex; }

.jg-hero__title { margin: 0 0 18px; font-weight: 800; font-size: clamp(36px, 5.6vw, 72px); line-height: 1.1; letter-spacing: -0.02em; color: var(--jg-ink); }
.jg-hero__role { margin: 0 0 16px; font-size: clamp(16px, 1.8vw, 20px); font-weight: 600; color: #46413b; }
.jg-hero__sub { margin: 0 0 24px; max-width: 52ch; font-size: clamp(14.5px, 1.3vw, 16px); line-height: 1.8; color: var(--jg-muted); }
.jg-hero__sub strong, .jg-hero__price-anchor { color: var(--jg-ink); font-weight: 700; }

.jg-hero__points { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.jg-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(--jg-ink); background: rgba(255, 255, 255, 0.55); border: 1px solid var(--jg-border); }
.jg-hero__points i { width: 14px; height: 14px; color: var(--jg-sage); }
.jg-hero__actions { display: flex; flex-wrap: wrap; gap: 12px 16px; }

.jg-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(--jg-muted);
  animation: jg-scroll-bounce 2.2s ease-in-out infinite;
}
.jg-hero__scroll i { width: 16px; height: 16px; }
@keyframes jg-scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* —— 首屏价格卡 —— */
.jg-pricecard {
  width: 100%; max-width: 400px; border-radius: 28px; overflow: hidden;
  background: var(--jg-surface); border: 1px solid var(--jg-border); box-shadow: var(--jg-shadow);
}
.jg-pricecard__head { padding: clamp(20px, 2.8vw, 26px) clamp(22px, 3vw, 28px) clamp(14px, 2vw, 18px); border-bottom: 1px solid var(--jg-border); background: linear-gradient(180deg, #fff 0%, #faf6f2 100%); }
.jg-pricecard__badge { display: inline-block; margin-bottom: 10px; padding: 4px 12px; border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #fffdfb; background: var(--jg-sun); }
.jg-pricecard__title { margin: 0; font-size: 18px; font-weight: 800; color: var(--jg-ink); }

.jg-pricecard__tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: clamp(16px, 2.4vw, 22px) clamp(22px, 3vw, 28px); }
.jg-pricecard__tier { position: relative; padding: 14px; border-radius: 16px; background: #f6f2ee; border: 1px solid rgba(28, 26, 23, 0.06); }
.jg-pricecard__tier--feat { background: #1c1a17; border-color: #1c1a17; }
.jg-pricecard__spec { display: block; margin-bottom: 8px; font-size: 11.5px; font-weight: 600; color: var(--jg-muted); }
.jg-pricecard__tier--feat .jg-pricecard__spec { color: rgba(255, 253, 251, 0.62); }
.jg-pricecard__tag { position: absolute; top: 10px; right: 10px; padding: 2px 8px; border-radius: 999px; font-size: 10px; font-weight: 700; color: #1c1a17; background: var(--jg-sun); }
.jg-pricecard__amt { display: block; font-weight: 800; font-size: clamp(19px, 2.2vw, 22px); line-height: 1.1; color: var(--jg-ink); }
.jg-pricecard__tier--feat .jg-pricecard__amt { color: #fffdfb; }
.jg-pricecard__amt small { font-size: 11px; font-weight: 600; color: var(--jg-muted); }
.jg-pricecard__tier--feat .jg-pricecard__amt small { color: rgba(255, 253, 251, 0.62); }

.jg-pricecard__note { margin: 0; padding: 0 clamp(22px, 3vw, 28px) 14px; font-size: 12px; color: var(--jg-muted); }
.jg-pricecard__meta { list-style: none; margin: 0; padding: 14px clamp(22px, 3vw, 28px); display: flex; flex-wrap: wrap; gap: 8px; background: #f6f2ee; border-top: 1px solid var(--jg-border); }
.jg-pricecard__meta li { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; color: var(--jg-ink); }
.jg-pricecard__meta i { width: 13px; height: 13px; color: var(--jg-clay); }

/* —— ② 轨道 —— */
.jg-track { padding: clamp(48px, 8vw, 80px) 0; position: relative; }
.jg-track::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(217, 165, 63, 0.07) 0%, transparent 70%); pointer-events: none; }
.jg-track .container { position: relative; z-index: 1; }
.jg-track__rail { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(10px, 1.6vw, 14px); }
.jg-track__stop {
  flex: 1 1 110px; max-width: 140px; display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: clamp(14px, 2vw, 18px) clamp(10px, 1.6vw, 14px); border-radius: 16px;
  text-decoration: none; text-align: center; background: var(--jg-surface);
  border: 1px solid var(--jg-border); box-shadow: var(--jg-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.jg-track__stop:hover { transform: translateY(-3px); box-shadow: var(--jg-shadow); }
.jg-track__dot { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; font-size: 11px; font-weight: 800; color: #fffdfb; background: #1c1a17; }
.jg-track__label { font-size: 12.5px; font-weight: 700; line-height: 1.35; color: var(--jg-ink); }

/* —— ③ 杂志式正文 —— */
.jg-magazine { padding: clamp(40px, 6vw, 64px) 0 clamp(56px, 8vw, 88px); }
.jg-magazine__wrap { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: clamp(28px, 4vw, 48px); align-items: start; }

.jg-sidebar {
  position: sticky; top: calc(var(--nav-height) + 20px);
  padding: clamp(18px, 2.4vw, 22px); border-radius: 20px;
  background: var(--jg-surface); border: 1px solid var(--jg-border); box-shadow: var(--jg-shadow-sm);
}
.jg-sidebar__label { margin: 0 0 14px; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--jg-muted); }
.jg-sidebar__nav { display: flex; flex-direction: column; gap: 4px; margin-bottom: 16px; }
.jg-sidebar__nav a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 12px; font-size: 13px; font-weight: 600; color: var(--jg-ink); text-decoration: none; transition: background 0.2s ease, color 0.2s ease; }
.jg-sidebar__nav a i { width: 15px; height: 15px; color: var(--jg-clay); flex-shrink: 0; }
.jg-sidebar__nav a:hover { background: #f6f2ee; color: var(--jg-clay); }
.jg-sidebar__cta { padding-top: 14px; border-top: 1px solid var(--jg-border); }
.jg-sidebar__cta a { display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: 12px; font-size: 13px; font-weight: 700; color: #fffdfb; text-decoration: none; background: #1c1a17; }
.jg-sidebar__cta a i { width: 15px; height: 15px; color: var(--jg-sun); }

.jg-body { display: flex; flex-direction: column; gap: clamp(48px, 7vw, 72px); }
.jg-zone { scroll-margin-top: calc(var(--nav-height) + 20px); }
.jg-zone__head { margin-bottom: clamp(20px, 3vw, 28px); padding-bottom: clamp(16px, 2.4vw, 22px); border-bottom: 2px solid var(--jg-border); }
.jg-zone__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(--jg-sun); background: rgba(217, 165, 63, 0.12); border: 1px solid rgba(217, 165, 63, 0.25); }
.jg-zone__title { margin: 0 0 10px; font-weight: 800; font-size: clamp(22px, 2.8vw, 30px); line-height: 1.25; color: var(--jg-ink); }
.jg-zone__sub { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--jg-muted); }
.jg-zone__sub strong { color: var(--jg-ink); font-weight: 700; }

/* —— 周期切换 —— */
.jg-period-bar { margin-bottom: clamp(24px, 3.5vw, 32px); }
.jg-period-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.jg-period {
  padding: 10px 20px; border-radius: 999px; border: 1px solid var(--jg-border);
  font-size: 14px; font-weight: 700; color: var(--jg-ink);
  background: var(--jg-surface); cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.jg-period:hover { border-color: var(--jg-border-strong); }
.jg-period--active { color: #fffdfb; background: #1c1a17; border-color: #1c1a17; }

.jg-period-notes { min-height: 24px; }
.jg-period-note { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--jg-muted); }
.jg-period-note i { width: 15px; height: 15px; color: var(--jg-clay); }
.jg-period-note[hidden] { display: none; }

.jg-price-flash { opacity: 0.4; transition: opacity 0.1s ease; }

/* —— 配置卡片 —— */
.jg-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2.4vw, 22px); margin-bottom: 16px; }

.jg-plan {
  position: relative; display: flex; flex-direction: column;
  padding: clamp(24px, 3vw, 30px); border-radius: 22px;
  background: var(--jg-surface); border: 1px solid var(--jg-border); box-shadow: var(--jg-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.jg-plan:hover { transform: translateY(-3px); box-shadow: var(--jg-shadow); }
.jg-plan--highlight { background: linear-gradient(165deg, #1c1a17 0%, #2a2621 100%); border-color: rgba(255, 255, 255, 0.08); color: #fffdfb; }
.jg-plan__badge { position: absolute; top: 16px; right: 16px; padding: 4px 10px; border-radius: 999px; font-size: 10px; font-weight: 700; color: #1c1a17; background: var(--jg-sun); }

.jg-plan__tag { display: inline-block; margin-bottom: 10px; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; color: var(--jg-muted); background: #f6f2ee; border: 1px solid var(--jg-border); }
.jg-plan__tag--gold { color: var(--jg-sun); background: rgba(217, 165, 63, 0.15); border-color: rgba(217, 165, 63, 0.3); }
.jg-plan--highlight .jg-plan__tag { color: rgba(255, 253, 251, 0.72); background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.12); }
.jg-plan--highlight .jg-plan__tag--gold { color: var(--jg-sun); background: rgba(217, 165, 63, 0.2); }

.jg-plan__name { margin: 0 0 12px; font-size: clamp(18px, 2.2vw, 22px); font-weight: 800; color: var(--jg-ink); }
.jg-plan--highlight .jg-plan__name { color: #fffdfb; }

.jg-plan__price { margin: 0 0 18px; font-weight: 800; font-size: clamp(28px, 3.5vw, 36px); line-height: 1.1; color: var(--jg-ink); }
.jg-plan--highlight .jg-plan__price { color: #fffdfb; }
.jg-plan__per { font-size: 16px; font-weight: 600; color: var(--jg-muted); }
.jg-plan--highlight .jg-plan__per { color: rgba(255, 253, 251, 0.62); }

.jg-plan__specs { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.jg-plan__specs li { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--jg-body); }
.jg-plan--highlight .jg-plan__specs li { color: rgba(255, 253, 251, 0.78); }
.jg-plan__specs i { width: 16px; height: 16px; color: var(--jg-clay); flex-shrink: 0; }
.jg-plan--highlight .jg-plan__specs i { color: var(--jg-sun); }

.jg-plan__fit { margin: 0 0 20px; font-size: 13px; line-height: 1.65; color: var(--jg-muted); }
.jg-plan--highlight .jg-plan__fit { color: rgba(255, 253, 251, 0.62); }

.jg-plan__cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px; font-size: 14px; font-weight: 700;
  color: var(--jg-ink); text-decoration: none;
  background: #f6f2ee; border: 1px solid var(--jg-border);
  transition: background 0.2s ease, transform 0.2s ease;
}
.jg-plan__cta:hover { background: #fff; transform: translateY(-1px); color: var(--jg-ink); }
.jg-plan__cta i { width: 16px; height: 16px; }
.jg-plan__cta--solid { color: #1c1a17; background: var(--jg-sun); border-color: var(--jg-sun); }
.jg-plan__cta--solid:hover { color: #1c1a17; filter: brightness(1.04); }

.jg-plans-foot { margin: 0; font-size: 13px; line-height: 1.65; color: var(--jg-muted); }

/* —— 技术规格 —— */
.jg-specs { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(20px, 3vw, 28px); align-items: start; margin-bottom: clamp(20px, 3vw, 28px); }
.jg-specs__figure { margin: 0; border-radius: 20px; overflow: hidden; background: #f6f2ee; border: 1px solid var(--jg-border); }
.jg-specs__figure img { display: block; width: 100%; height: auto; }

.jg-specs__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.jg-spec-cell { padding: 14px 16px; border-radius: 14px; background: var(--jg-surface); border: 1px solid var(--jg-border); }
.jg-spec-cell dt { margin: 0 0 4px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--jg-muted); }
.jg-spec-cell dd { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.45; color: var(--jg-ink); }
.jg-spec-cell dd small { display: block; margin-top: 4px; font-size: 11.5px; font-weight: 600; color: var(--jg-muted); }

.jg-specs__points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.jg-specs__points li { display: flex; align-items: flex-start; gap: 12px; padding: 14px 18px; border-radius: 14px; background: var(--jg-surface); border: 1px solid var(--jg-border); font-size: 13.5px; line-height: 1.6; color: var(--jg-body); }
.jg-specs__points i { flex-shrink: 0; width: 18px; height: 18px; margin-top: 2px; color: var(--jg-clay); }
.jg-specs__points strong { color: var(--jg-ink); font-weight: 700; }

/* —— 均包含 —— */
.jg-includes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 2vw, 16px); }
.jg-include { padding: clamp(18px, 2.4vw, 22px); border-radius: 16px; background: var(--jg-surface); border: 1px solid var(--jg-border); box-shadow: var(--jg-shadow-sm); }
.jg-include__ico { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin-bottom: 12px; border-radius: 12px; background: #f6f2ee; border: 1px solid var(--jg-border); color: var(--jg-clay); }
.jg-include__ico i { width: 18px; height: 18px; }
.jg-include h3 { margin: 0 0 8px; font-size: 15px; font-weight: 700; color: var(--jg-ink); }
.jg-include p { margin: 0; font-size: 13px; line-height: 1.65; color: var(--jg-muted); }

/* —— 对比自购 —— */
.jg-versus { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(14px, 2vw, 18px); }
.jg-versus-card { padding: clamp(22px, 3vw, 28px); border-radius: 20px; background: var(--jg-surface); border: 1px solid var(--jg-border); box-shadow: var(--jg-shadow-sm); }
.jg-versus-card--win { background: linear-gradient(165deg, #fffaf6 0%, #fffdfb 100%); border-color: rgba(201, 143, 107, 0.25); box-shadow: var(--jg-shadow); }
.jg-versus-card__badge { display: inline-block; margin-bottom: 12px; padding: 4px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; color: var(--jg-ink); background: #f6f2ee; border: 1px solid var(--jg-border); }
.jg-versus-card--win .jg-versus-card__badge { color: #fffdfb; background: var(--jg-clay); border-color: var(--jg-clay); }
.jg-versus-card h3 { margin: 0 0 14px; font-size: 17px; font-weight: 800; color: var(--jg-ink); }
.jg-versus-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.jg-versus-card li { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; line-height: 1.55; color: var(--jg-body); }
.jg-versus-card li i { flex-shrink: 0; width: 16px; height: 16px; margin-top: 2px; }
.jg-versus-card--win li i { color: var(--jg-sage); }
.jg-versus-card:not(.jg-versus-card--win) li i { color: var(--jg-muted); }

/* —— 计费 —— */
.jg-billing { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 2vw, 16px); }
.jg-billing-card { padding: clamp(18px, 2.4vw, 22px); border-radius: 16px; background: var(--jg-surface); border: 1px solid var(--jg-border); box-shadow: var(--jg-shadow-sm); }
.jg-billing-card--feat { border-color: rgba(217, 165, 63, 0.3); background: linear-gradient(165deg, #fffaf2 0%, #fffdfb 100%); }
.jg-billing-card__ico { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 12px; border-radius: 12px; background: #f6f2ee; border: 1px solid var(--jg-border); color: var(--jg-clay); }
.jg-billing-card__ico i { width: 18px; height: 18px; }
.jg-billing-card h3 { margin: 0 0 8px; font-size: 15px; font-weight: 700; color: var(--jg-ink); }
.jg-billing-card p { margin: 0; font-size: 13px; line-height: 1.65; color: var(--jg-muted); }

/* —— 加购 —— */
.jg-addons { display: flex; flex-direction: column; gap: 10px; }
.jg-addon {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(14px, 2vw, 18px); align-items: center;
  padding: clamp(16px, 2.2vw, 20px) clamp(18px, 2.6vw, 22px);
  border-radius: 16px; background: var(--jg-surface); border: 1px solid var(--jg-border); box-shadow: var(--jg-shadow-sm);
}
.jg-addon__ico { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: #f6f2ee; border: 1px solid var(--jg-border); color: var(--jg-clay); }
.jg-addon__ico i { width: 18px; height: 18px; }
.jg-addon__body h3 { margin: 0 0 4px; font-size: 15px; font-weight: 700; color: var(--jg-ink); }
.jg-addon__body p { margin: 0; font-size: 13px; line-height: 1.6; color: var(--jg-muted); }
.jg-addon__price { margin: 0; font-weight: 800; font-size: 16px; color: var(--jg-ink); white-space: nowrap; }
.jg-addon__per { font-size: 12px; font-weight: 600; color: var(--jg-muted); }

/* —— 选型 —— */
.jg-choose { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(14px, 2vw, 18px); }
.jg-choose-card { padding: clamp(22px, 3vw, 28px); border-radius: 18px; background: var(--jg-surface); border: 1px solid var(--jg-border); box-shadow: var(--jg-shadow-sm); }
.jg-choose-card--feat { border-color: rgba(217, 165, 63, 0.3); background: linear-gradient(165deg, #fffaf2 0%, #fffdfb 100%); }
.jg-choose-card--wide { grid-column: span 2; display: flex; align-items: flex-start; gap: 16px; background: linear-gradient(135deg, #1c1a17 0%, #2a2621 100%); border-color: rgba(255, 255, 255, 0.08); color: #fffdfb; }
.jg-choose-card__tag { display: inline-block; margin-bottom: 10px; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; color: var(--jg-muted); background: #f6f2ee; }
.jg-choose-card__tag--gold { color: var(--jg-sun); background: rgba(217, 165, 63, 0.15); }
.jg-choose-card h3 { margin: 0 0 12px; font-size: 16px; font-weight: 700; color: var(--jg-ink); }
.jg-choose-card--wide h3 { color: #fffdfb; }
.jg-choose-card ul { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.jg-choose-card li { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; line-height: 1.55; color: var(--jg-body); }
.jg-choose-card li i { flex-shrink: 0; width: 16px; height: 16px; margin-top: 2px; color: var(--jg-sage); }
.jg-choose-card__note { margin: 0; font-size: 13px; font-weight: 700; color: var(--jg-muted); }
.jg-choose-card__ico { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(255, 255, 255, 0.08); color: var(--jg-sun); }
.jg-choose-card__ico i { width: 20px; height: 20px; }
.jg-choose-card--wide p { margin: 0 0 14px; font-size: 13.5px; line-height: 1.65; color: rgba(255, 253, 251, 0.72); }
.jg-choose-card--wide .jg-link-quiet { color: var(--jg-sun); }

/* —— 开通路径 —— */
.jg-path { position: relative; list-style: none; margin: 0; padding: 0; max-width: 640px; }
.jg-path::before { content: ''; position: absolute; top: 6px; bottom: 6px; left: 17px; width: 2px; background: linear-gradient(180deg, var(--jg-clay), var(--jg-sage)); border-radius: 999px; }
.jg-path li { position: relative; display: flex; align-items: flex-start; gap: 16px; padding-bottom: clamp(16px, 2.4vw, 22px); }
.jg-path li:last-child { padding-bottom: 0; }
.jg-path__dot { flex-shrink: 0; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; font-size: 11px; font-weight: 800; color: #fffdfb; background: #1c1a17; border: 3px solid var(--jg-bg); }
.jg-path h3 { margin: 0 0 6px; font-size: 15.5px; font-weight: 700; color: var(--jg-ink); }
.jg-path p { margin: 0; font-size: 13.5px; line-height: 1.65; color: var(--jg-muted); }

/* —— 机房 —— */
.jg-regions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(20px, 3vw, 28px); align-items: start; }
.jg-regions__group { margin-bottom: 20px; }
.jg-regions__group h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; font-size: 15px; font-weight: 700; color: var(--jg-ink); }
.jg-regions__group h3 i { width: 16px; height: 16px; color: var(--jg-clay); }
.jg-regions__group ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.jg-regions__group li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--jg-ink); background: var(--jg-surface); border: 1px solid var(--jg-border); }
.jg-regions__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--jg-sage); }
.jg-regions__note { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 13px; font-weight: 600; color: var(--jg-muted); }
.jg-regions__note i { width: 16px; height: 16px; color: var(--jg-clay); }
.jg-regions__figure { margin: 0; border-radius: 20px; overflow: hidden; border: 1px solid var(--jg-border); box-shadow: var(--jg-shadow-sm); }
.jg-regions__figure img { display: block; width: 100%; height: auto; }

/* —— FAQ —— */
.jg-faq-list { display: flex; flex-direction: column; gap: 10px; }
.jg-faq-row { display: flex; align-items: flex-start; gap: 16px; padding: clamp(18px, 2.4vw, 22px); border-radius: 16px; background: var(--jg-surface); border: 1px solid var(--jg-border); box-shadow: var(--jg-shadow-sm); }
.jg-faq-row__mark { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; font-weight: 800; font-size: 14px; color: #fffdfb; background: var(--jg-clay); }
.jg-faq-row h3 { margin: 0 0 6px; font-size: 15px; font-weight: 700; color: var(--jg-ink); }
.jg-faq-row p { margin: 0; font-size: 13.5px; line-height: 1.65; color: var(--jg-muted); }

/* —— 延伸阅读 / 收束 —— */
.jg-more { padding: clamp(28px, 4vw, 40px) 0 clamp(32px, 5vw, 48px); }
.jg-more__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.jg-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(--jg-ink); text-decoration: none; background: var(--jg-surface); border: 1px solid var(--jg-border); transition: transform 0.2s ease, border-color 0.2s ease; }
.jg-more-pill:hover { transform: translateY(-2px); border-color: var(--jg-border-strong); color: var(--jg-ink); }
.jg-more-pill i { width: 16px; height: 16px; color: var(--jg-clay); }

.jg-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%); }
.jg-closing__clouds { position: absolute; inset: 0; z-index: 0; opacity: 0.9; }
.jg-closing__clouds .jg-cloud { background: linear-gradient(180deg, #4a453d, #34302a); box-shadow: none; }
.jg-closing__clouds .jg-cloud::before, .jg-closing__clouds .jg-cloud::after { background: inherit; }
.jg-closing__clouds .jg-cloud:nth-child(1) { top: 14%; left: 10%; }
.jg-closing__clouds .jg-cloud:nth-child(2) { top: 60%; left: 22%; animation-delay: 1s; }
.jg-closing__clouds .jg-cloud:nth-child(3) { top: 20%; right: 12%; animation-delay: 2s; }
.jg-closing__inner { position: relative; z-index: 1; text-align: center; max-width: 640px; }
.jg-closing__title { margin: 0 0 14px; font-weight: 800; font-size: clamp(24px, 3.4vw, 34px); line-height: 1.25; color: #fffdfb; }
.jg-closing__sub { margin: 0 auto 30px; max-width: 46ch; font-size: 14.5px; line-height: 1.65; color: rgba(255, 253, 251, 0.72); }
.jg-closing__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 20px; }

/* —— fade-in —— */
#page-jiage .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-jiage .fade-in.visible, #page-jiage .jg-hero.fade-in { opacity: 1; transform: none; }

/* —— 响应式 —— */
@media (max-width: 1080px) {
  .jg-hero__grid { flex-direction: column; gap: clamp(36px, 8vw, 48px); }
  .jg-hero__col-text { width: 100%; text-align: center; }
  .jg-hero__col-panel { width: 100%; justify-content: center; }
  .jg-hero__sub { margin-inline: auto; text-align: left; }
  .jg-hero__points, .jg-hero__actions { justify-content: center; }
  .jg-magazine__wrap { grid-template-columns: 1fr; }
  .jg-sidebar { position: static; padding: 14px 16px; }
  .jg-sidebar__nav { flex-direction: row; flex-wrap: wrap; margin-bottom: 12px; }
  .jg-sidebar__nav a { flex: 1 1 auto; font-size: 12px; padding: 8px 10px; }
  .jg-plans, .jg-versus, .jg-choose { grid-template-columns: 1fr; }
  .jg-choose-card--wide { grid-column: span 1; flex-direction: column; }
  .jg-includes { grid-template-columns: repeat(2, 1fr); }
  .jg-billing { grid-template-columns: repeat(2, 1fr); }
  .jg-specs { grid-template-columns: 1fr; }
  .jg-regions { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .jg-hero__clouds .jg-cloud:nth-child(2), .jg-hero__clouds .jg-cloud:nth-child(5) { display: none; }
  .jg-hero__scroll { display: none; }
  .jg-track__stop { flex: 1 1 calc(50% - 8px); max-width: none; }
  .jg-includes, .jg-billing, .jg-specs__grid { grid-template-columns: 1fr; }
  .jg-addon { grid-template-columns: auto 1fr; }
  .jg-addon__price { grid-column: 1 / -1; text-align: left; padding-top: 8px; border-top: 1px solid var(--jg-border); }
  .jg-closing { margin-inline: 12px; border-radius: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  #page-jiage .fade-in { opacity: 1; transform: none; transition: none; }
  .jg-cloud { animation: none; }
  .jg-hero__scroll { animation: none; }
  .jg-track__stop:hover, .jg-plan:hover, .jg-more-pill:hover, .jg-btn-dark:hover, .jg-btn-outline:hover { transform: none; }
}
