/* ========== 第六屏：批量创作 / 第七屏：会员方案 / 页脚 ========== */

/* ---- 区块通用 ---- */
.sec { padding: 110px 0 0; }
.sec-tag {
  display: inline-block;
  background: #e6edff;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  padding: 8px 20px;
  margin-bottom: 22px;
}
.sec-title { font-size: 42px; font-weight: 800; letter-spacing: 1px; margin-bottom: 16px; }
.sec-title .accent { color: var(--color-primary); }
.sec-sub { font-size: 16px; color: #6b7686; margin-bottom: 44px; }

/* ---- 第六屏：批量创作 ---- */
.batch-panel {
  background: linear-gradient(160deg, #0e1626, #0a101f);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 20px;
  padding: 26px 30px 24px;
  color: #e5edff;
  box-shadow: 0 34px 70px rgba(15, 23, 42, 0.3);
}
.bp-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}
.bp-brand { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; }
.bp-brand .mark {
  width: 26px; height: 26px; border-radius: 7px;
  background: var(--gradient-logo);
  display: inline-flex; align-items: center; justify-content: center;
}
.bp-brand .mark svg { width: 13px; height: 13px; }
.bp-brand .sep { color: #44547a; font-weight: 400; }
.bp-stats { display: flex; gap: 40px; font-size: 13px; color: #8fa0bd; }
.bp-stats > span { display: flex; align-items: center; gap: 10px; }
.bp-stats em, .bp-step em { font-style: normal; }
.bp-stats b { display: block; color: #e5edff; font-size: 15px; }
.bp-stats .ic {
  width: 34px; height: 34px; border-radius: 9px; flex: none;
  background: rgba(59, 107, 255, 0.14);
  display: inline-flex; align-items: center; justify-content: center;
}
.bp-stats .ic svg { width: 16px; height: 16px; stroke: #6f9bff; }

.bp-body { display: flex; gap: 26px; padding: 22px 0; }
.bp-col-title { font-size: 15px; font-weight: 700; margin-bottom: 16px; }

.bp-side { flex: 0 0 230px; display: flex; flex-direction: column; gap: 12px; }
.bp-side-item {
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 12px;
  padding: 16px 18px;
  cursor: pointer;
}
.bp-side-item b { display: flex; align-items: center; gap: 8px; font-size: 14px; margin-bottom: 8px; }
.bp-side-item b svg { width: 15px; height: 15px; stroke: #7c96c8; }
.bp-side-item p { font-size: 12px; color: #8fa0bd; line-height: 1.6; }
.bp-side-item.active { background: rgba(59, 107, 255, 0.16); border-color: rgba(59, 107, 255, 0.4); }

.bp-tasks { flex: 1; min-width: 0; }
.bp-task {
  display: flex; align-items: center; gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}
.bp-task:last-child { border-bottom: none; }
.bp-task .thumb { width: 64px; height: 40px; border-radius: 6px; flex: none; }
.bp-task b { font-size: 13.5px; font-weight: 600; flex: 1; }
.status {
  flex: none; font-size: 12px; font-weight: 600;
  border-radius: 999px; padding: 6px 14px;
  display: inline-flex; align-items: center; gap: 6px;
}
.status.st-an { background: rgba(139, 92, 246, 0.16); color: #b39cf7; }
.status.st-gen,
.status.st-match { background: rgba(59, 107, 255, 0.16); color: #6f9bff; }
.status.st-done { background: rgba(34, 197, 94, 0.14); color: #4ade80; }

.bp-results { flex: 1.35; min-width: 0; }
.bp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bp-card .thumb { aspect-ratio: 1 / 1.05; border-radius: 8px; }
.bp-card .ok {
  position: absolute; top: 6px; right: 6px; z-index: 2;
  width: 18px; height: 18px; border-radius: 50%;
  background: #22c55e; color: #fff; font-size: 11px; line-height: 18px; text-align: center;
}
.bp-card .cap { margin: 8px 0; }
.bp-card .cap b { display: block; font-size: 12.5px; }
.bp-card .cap span { font-size: 11px; color: #8fa0bd; }
.bp-card .view {
  display: block; text-align: center;
  font-size: 12px; color: #c3d0ea;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 8px; padding: 6px 0; cursor: pointer;
  transition: border-color .2s, color .2s;
}
.bp-card .view:hover { border-color: #6f9bff; color: #fff; }

.bp-flow {
  display: flex; align-items: center;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  padding-top: 12px;
  justify-content: space-around;
}
.bp-step { display: flex; align-items: center; gap: 10px; min-width: 0; }
.bp-step .ic {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  background: rgba(59, 107, 255, 0.14);
  display: inline-flex; align-items: center; justify-content: center;
}
.bp-step .ic svg { width: 15px; height: 15px; stroke: #6f9bff; }
.bp-step b { display: block; font-size: 13px; line-height: 1.35; white-space: nowrap; }
.bp-step span { font-size: 11px; line-height: 1.35; color: #8fa0bd; white-space: nowrap; }
.bp-flow .chev {
  flex: 0 0 24px;
  justify-content: center;
  opacity: 1;
  padding: 0;
}
.bp-flow .chev svg { width: 18px; height: 20px; }

/* ---- 第七屏：会员方案 ---- */
.sec-pricing .sec-sub { margin-bottom: 30px; }
.price-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 40px; }
.price-tabs span {
  font-size: 14.5px; font-weight: 600; color: #4b5563;
  padding: 11px 30px; border-radius: 999px; cursor: pointer;
  transition: all .2s;
}
.price-tabs span.active {
  background: var(--gradient-brand); color: #fff;
  box-shadow: var(--shadow-primary);
}
.price-cards { display: flex; gap: 26px; align-items: stretch; }
.price-card {
  position: relative; flex: 1;
  background: #fff; border: 1px solid #e6ecf7; border-radius: 18px;
  padding: 30px 30px 26px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  display: flex; flex-direction: column;
}
.price-card .crown { position: absolute; top: 26px; right: 28px; width: 30px; height: 30px; opacity: 0.35; }
.pc-name { font-size: 21px; font-weight: 800; }
.pc-for { font-size: 13px; color: #8a94a8; margin: 8px 0 22px; }
.pc-quota { font-size: 15.5px; font-weight: 700; margin-bottom: 20px; }
.price-card ul { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 28px; flex: 1; }
.price-card li { position: relative; padding-left: 24px; font-size: 13.5px; color: #4b5563; }
.price-card li::before {
  content: "✓";
  position: absolute; left: 0; top: 1px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #e6edff; color: var(--color-primary);
  font-size: 10px; line-height: 16px; text-align: center;
}
.pc-btn {
  text-align: center; font-size: 15px; font-weight: 700;
  border-radius: 10px; padding: 13px 0; cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.pc-btn.line { border: 1px solid #c8d6f8; color: var(--color-primary); }
.pc-btn.line:hover { border-color: var(--color-primary); box-shadow: 0 8px 20px rgba(var(--color-primary-rgb), 0.12); }
.pc-btn.solid { background: var(--gradient-brand); color: #fff; box-shadow: var(--shadow-primary); }
.pc-btn.solid:hover { transform: translateY(-2px); box-shadow: var(--shadow-primary-hover); }

/* 高级会员（推荐） */
.price-card.pro { background: #eef3ff; border-color: #b9ccff; }
.price-card.pro .pc-name { color: var(--color-primary); }
.pc-badge {
  position: absolute; top: 24px; right: 26px;
  background: var(--gradient-brand); color: #fff;
  font-size: 12px; font-weight: 700; border-radius: 999px; padding: 5px 14px;
}

/* 旗舰会员（暗色金） */
.price-card.vip {
  background: linear-gradient(160deg, #101a30, #0a1020);
  border-color: rgba(232, 196, 122, 0.25);
  color: #e8e0cd;
}
.price-card.vip .crown { opacity: 1; }
.price-card.vip .pc-name { color: #e8c47a; }
.price-card.vip .pc-for { color: #8fa0bd; }
.price-card.vip .pc-quota { color: #e8c47a; }
.price-card.vip li { color: #c9cede; }
.price-card.vip li::before { background: rgba(232, 196, 122, 0.18); color: #e8c47a; }
.pc-btn.gold { background: linear-gradient(135deg, #ecd9a8, #d4af5f); color: #4a3811; }
.pc-btn.gold:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(212, 175, 95, 0.35); }

.price-more {
  margin-top: 34px; text-align: center;
  font-size: 14px; font-weight: 600; color: var(--color-primary); cursor: pointer;
}
.price-more:hover { text-decoration: underline; }

/* ---- 页脚 CTA + 链接区 ---- */
.site-footer { position: relative; z-index: 1; margin-top: 0px; }
.sf-cta {
  position: relative; overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(59, 107, 255, 0.35), transparent 65%),
    linear-gradient(180deg, #0c1f55 0%, #081233 100%);
  padding: 100px 24px 80px;
  text-align: center;
  color: #fff;
  /* 顶部弧边用 mask 裁出来：上方直接露出页面背景，零色差 */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 520' preserveAspectRatio='none'%3E%3Cpath d='M0 0 Q720 76 1440 0 L1440 520 L0 520 Z' fill='%23fff'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 520' preserveAspectRatio='none'%3E%3Cpath d='M0 0 Q720 76 1440 0 L1440 520 L0 520 Z' fill='%23fff'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.sf-cta .deco {
  position: absolute; border-radius: 12px; opacity: 0.42; pointer-events: none;
  background-size: cover; background-position: center;
  -webkit-mask-image: radial-gradient(closest-side, #000 62%, transparent 100%);
  mask-image: radial-gradient(closest-side, #000 62%, transparent 100%);
}
.sf-cta .d1 { left: 50%; margin-left: -490px; top: 16%; width: 230px; height: 126px; }
.sf-cta .d2 { left: 50%; margin-left: -540px; top: 54%; width: 205px; height: 112px; }
.sf-cta .d3 { left: 50%; margin-left: 260px; top: 18%; width: 230px; height: 126px; }
.sf-cta .d4 { left: 50%; margin-left: 315px; top: 56%; width: 205px; height: 112px; }
.sf-logo { display: flex; justify-content: center; margin-bottom: 26px; }
.logo-img { height: 30px; display: block; }
.bp-brand .logo-img { height: 24px; }
.sf-logo .mark {
  width: 30px; height: 30px; border-radius: 8px;
  background: var(--gradient-logo);
  display: inline-flex; align-items: center; justify-content: center;
}
.sf-logo .mark svg { width: 15px; height: 15px; }
.sf-cta h2 { font-size: 44px; font-weight: 800; letter-spacing: 1px; line-height: 1.4; margin-bottom: 18px; }
.sf-cta p { font-size: 15px; color: #b9c6e8; margin-bottom: 42px; }
.sf-btns { display: flex; justify-content: center; gap: 16px; }
.sf-btn {
  display: inline-flex; align-items: center; gap: 10px;
  border-radius: 10px; padding: 13px 26px;
  font-size: 14.5px; font-weight: 700; cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  user-select: none;
}
.sf-btn.primary { background: #fff; color: var(--color-primary); }
.sf-btn.primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255, 255, 255, 0.2); }
.sf-btn .circle {
  width: 24px; height: 24px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
}
.sf-btn.primary .circle { background: #e6edff; }
.sf-btn.ghost { border: 1px solid rgba(226, 232, 240, 0.4); color: #fff; }
.sf-btn.ghost:hover { transform: translateY(-2px); border-color: #fff; }
.sf-btn.ghost .circle { border: 1px solid rgba(226, 232, 240, 0.4); }

.sf-links { background: #070f28; color: #8fa0bd; padding: 64px 0 34px; }
.sf-inner { max-width: 1440px; margin: 0 auto; padding: 0 56px; }
.sf-cols { display: flex; gap: 60px; }
.sf-brand { flex: 1.4; }
.sf-brand .logo { color: #fff; font-size: 22px; }
.sf-brand p { margin: 18px 0 26px; font-size: 13.5px; line-height: 1.8; }
.sf-brand small { font-size: 12px; color: #5b6b8f; }
.sf-col { flex: 1; }
.sf-col b { display: block; color: #e5edff; font-size: 14px; margin-bottom: 16px; }
.sf-col span { display: block; font-size: 13px; line-height: 2.2; cursor: pointer; transition: color .2s; }
.sf-col span:hover { color: #fff; }
.sf-icp {
  margin-top: 50px; padding-top: 22px;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  font-size: 12px; color: #5b6b8f;
}
.sf-icp a {
  color: #5b6b8f;
  text-decoration: none;
}
.sf-icp a:hover,
.sf-icp a:focus-visible {
  color: #3b6bff;
  text-decoration: none;
  outline: none;
}
.sf-icp span { margin: 0 10px; }

/* ---- 移动端 ---- */
@media (max-width: 1100px) {
  .sec { padding-top: 80px; }
  .sec-title { font-size: 28px; }
  /* 批量创作面板不参与栅格重排，由 JS 整体等比缩放（见 render.js） */
  .sec-batch { overflow: hidden; }
  .price-cards { flex-direction: column; }
  .price-tabs { flex-wrap: wrap; }
  .sf-cta h2 { font-size: 28px; }
  .sf-cta .deco { display: none; }
  .sf-btns { flex-direction: column; align-items: center; }
  .sf-cols { flex-wrap: wrap; gap: 30px; }
  .sf-brand { flex: none; width: 100%; }
}
