/* === 无双代理服务平台 品牌主题 === */
:root {
  --primary:        #5b5cf0;
  --primary-light:  #818cf8;
  --primary-dark:   #3730a3;
  --primary-rgb:    91, 92, 240;
  --primary-bg:     #eef2ff;

  --hero-bg-start:  #020617;
  --hero-bg-end:    #111827;
  --hero-accent:    #818cf8;

  --accent:         #f59e0b;
  --accent-dark:    #d97706;
  --accent-rgb:     245, 158, 11;
}

body.wushuang-site .hero,
body.wushuang-price .page-header,
body.wushuang-help .page-header,
body.wushuang-article .article-hero {
  background:
    radial-gradient(circle at 18% 20%, rgba(129, 140, 248, 0.32), transparent 34%),
    linear-gradient(135deg, var(--hero-bg-start), var(--hero-bg-end));
}

body.wushuang-site .hero-badge,
body.wushuang-article .article-category {
  color: #fef3c7;
}

.wushuang-highlight {
  color: var(--accent);
}

.product-alert {
  border: 1px solid #fde68a;
  border-left: 4px solid var(--accent);
  background: #fffbeb;
  border-radius: 10px;
  padding: 22px 24px;
  color: #78350f;
}

.product-alert strong {
  color: #92400e;
}

.restriction-card {
  border: 1px solid #fecaca;
  border-left: 4px solid #ef4444;
  background: #fff1f2;
  border-radius: 10px;
  padding: 22px 24px;
  color: #7f1d1d;
}

.restriction-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.restriction-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  color: #7f1d1d;
}

.restriction-list i {
  color: #ef4444;
}

.wushuang-price .container {
  max-width: 1280px;
}

.wushuang-price .page-header {
  color: #fff;
  padding: 74px 0 64px;
  text-align: center;
}

.wushuang-price .page-header h1,
.wushuang-help .page-header h1,
.wushuang-article .article-hero h1 {
  color: #fff;
}

.wushuang-price .page-header p,
.wushuang-help .page-header p,
.wushuang-article .article-hero p {
  max-width: 820px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.9;
}

.wushuang-price .breadcrumb-on-dark {
  justify-content: center;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.76);
}

.wushuang-price .breadcrumb-on-dark a {
  color: #fff;
}

.price-anchor-section {
  background: #08111f;
  color: #fff;
  padding: 34px 0;
}

.price-anchor-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.price-anchor-item {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.price-anchor-item .label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.price-anchor-item .value {
  margin-top: 7px;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}

.price-anchor-item.anchor-main {
  background: rgba(var(--accent-rgb), 0.16);
  border-color: rgba(var(--accent-rgb), 0.42);
}

.price-section,
.compare-section,
.price-faq-section,
.notice-section {
  padding: 74px 0;
  background: #f8fafc;
}

.price-section + .price-section,
.compare-section {
  padding-top: 24px;
}

.price-note-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px 24px;
  margin-bottom: 36px;
  border: 1px solid #c7d2fe;
  border-left: 4px solid var(--primary);
  border-radius: 10px;
  background: #fff;
  color: #334155;
  font-size: 16px;
  line-height: 1.9;
}

.price-note-card i {
  margin-top: 6px;
  color: var(--primary);
}

.package-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.package-card.featured {
  border-color: rgba(var(--accent-rgb), 0.55);
  box-shadow: 0 14px 34px rgba(var(--accent-rgb), 0.14);
}

.package-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.package-name {
  font-size: 21px;
  line-height: 1.35;
  color: #111827;
}

.package-badge {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--primary-bg);
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 700;
}

.package-badge.hot {
  background: #fffbeb;
  color: #92400e;
}

.protocol-line,
.scene-line {
  margin-bottom: 14px;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

.period-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.period-price {
  padding: 11px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}

.period-price span {
  display: block;
  color: #64748b;
  font-size: 12px;
}

.period-price strong {
  display: block;
  margin-top: 3px;
  color: #111827;
  font-size: 18px;
  line-height: 1.25;
}

.period-price.primary strong {
  color: var(--primary-dark);
}

.package-points {
  display: grid;
  gap: 8px;
  margin: 14px 0 20px;
}

.package-points li {
  display: flex;
  gap: 8px;
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
}

.package-points i {
  margin-top: 4px;
  color: var(--primary);
}

.package-footer {
  margin-top: auto;
}

.btn-buy {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 46px;
  padding: 11px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  font-weight: 800;
}

.btn-buy:hover {
  color: #fff;
  transform: translateY(-1px);
}

.compare-table .price-strong {
  color: var(--primary-dark);
  font-weight: 800;
}

.protocol-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.protocol-card {
  padding: 22px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
}

.protocol-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.protocol-card p {
  color: #475569;
  line-height: 1.8;
}

.price-cta {
  background: linear-gradient(135deg, var(--primary-dark), #111827);
  color: #fff;
  text-align: center;
}

.price-cta h2,
.price-cta p {
  color: #fff;
}

.wushuang-help .help-layout {
  align-items: flex-start;
}

.wushuang-help .article-item h3 {
  line-height: 1.45;
}

.wushuang-article .article-hero {
  padding: 72px 0 58px;
}

.wushuang-article .article-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 36px;
  align-items: flex-start;
  padding: 60px 0;
}

.wushuang-article .article-body {
  padding: 36px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
}

.wushuang-article .article-body h2 {
  margin: 34px 0 12px;
  font-size: 25px;
  line-height: 1.35;
}

.wushuang-article .article-body p,
.wushuang-article .article-body li {
  color: #334155;
  font-size: 16px;
  line-height: 1.9;
}

.key-points,
.article-cta-card,
.article-faq,
.related-reads,
.article-nav {
  margin: 28px 0;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.article-cta-card {
  border-color: rgba(var(--primary-rgb), 0.25);
  background: var(--primary-bg);
}

.article-cta-card .btn-buy {
  width: auto;
  min-width: 180px;
  margin-top: 14px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.article-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.article-nav a {
  display: block;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
  color: var(--primary-dark);
  font-weight: 700;
}

body.wushuang-site .notice-section {
  padding: 56px 0 64px;
}

body.wushuang-site .testimonials {
  background: var(--bg-light);
  padding: 72px 0;
}

body.wushuang-site .testimonials .section-header {
  margin-bottom: 26px;
}

body.wushuang-site .testimonials-marquee-wrap {
  padding: 10px 0 18px;
}

body.wushuang-site .testimonial-card-m {
  width: 340px;
  min-height: 210px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

body.wushuang-site .testimonial-card-m .tc-text {
  font-size: 15px;
  line-height: 1.75;
}

body.wushuang-site .packages-preview .btn-cta-secondary {
  color: var(--primary-dark);
  border-color: rgba(var(--primary-rgb), 0.45);
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

body.wushuang-site .packages-preview .btn-cta-secondary:hover {
  color: #fff;
  border-color: var(--primary);
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

body.wushuang-site .faq,
body.wushuang-price .faq {
  padding: 72px 0;
}

body.wushuang-site .faq-list-2col,
body.wushuang-price .faq-list-2col {
  max-width: 1080px !important;
  gap: 14px;
}

body.wushuang-site .faq-item,
body.wushuang-price .faq-item {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

body.wushuang-site .faq-question,
body.wushuang-price .faq-question {
  padding: 18px 22px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}

body.wushuang-site .faq-answer-inner,
body.wushuang-price .faq-answer-inner {
  padding: 0 22px 20px;
  font-size: 15px;
  line-height: 1.85;
}

body.wushuang-site button.faq-question,
body.wushuang-price button.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  appearance: none;
}

@media (max-width: 1279px) {
  .package-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .restriction-list,
  .protocol-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .price-anchor-inner,
  .wushuang-article .article-wrap {
    grid-template-columns: 1fr;
  }

  .wushuang-article .article-sidebar {
    order: -1;
  }
}

@media (max-width: 640px) {
  .package-price-grid,
  .period-price-grid,
  .restriction-list,
  .protocol-grid,
  .article-nav {
    grid-template-columns: 1fr;
  }

  .wushuang-price .page-header,
  .wushuang-help .page-header,
  .wushuang-article .article-hero {
    padding: 54px 0 44px;
  }

  .package-card,
  .wushuang-article .article-body {
    padding: 20px;
  }

  .package-header {
    flex-direction: column;
  }

  body.wushuang-site .testimonial-card-m {
    width: 300px;
  }

  body.wushuang-site .faq,
  body.wushuang-price .faq {
    padding: 56px 0;
  }
}

/* ============================================
   首页底部 CTA（.final-cta）深色渐变区
   ============================================ */
body.wushuang-site .final-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--hero-bg-start), var(--hero-bg-end));
  text-align: center;
  position: relative;
  overflow: hidden;
}

body.wushuang-site .final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(var(--primary-rgb), 0.18), transparent 70%);
}

body.wushuang-site .final-cta .container {
  position: relative;
  z-index: 1;
}

body.wushuang-site .final-cta h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}

body.wushuang-site .final-cta p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  margin-bottom: 28px;
}

/* 首页套餐预览：4 卡改为 2×2 布局 */
body.wushuang-site .packages-preview .package-price-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* 价格页：5 卡使用 6 列 trick — 行1三卡均分，行2两卡均分居中 */
@media (min-width: 1025px) {
  body.wushuang-price .package-price-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  body.wushuang-price .package-price-grid .package-card:nth-child(1),
  body.wushuang-price .package-price-grid .package-card:nth-child(2),
  body.wushuang-price .package-price-grid .package-card:nth-child(3) {
    grid-column: span 2;
  }
  body.wushuang-price .package-price-grid .package-card:nth-child(4),
  body.wushuang-price .package-price-grid .package-card:nth-child(5) {
    grid-column: span 3;
  }
}
/* === Official brand information blocks === */
.official-brand-block,
.official-steps {
  padding: 72px 0;
  background: #fff;
}

.official-brand-block + .official-steps {
  padding-top: 0;
}

.official-grid,
.official-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.official-card,
.official-step-card {
  height: 100%;
  border: 1px solid rgba(var(--primary-rgb), .14);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, rgba(var(--primary-rgb), .035));
  padding: 24px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

.official-card i,
.official-step-card i {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: rgba(var(--primary-rgb), .1);
  margin-bottom: 16px;
}

.official-card h3,
.official-step-card h3 {
  margin: 0 0 10px;
  color: var(--text-primary, #0f172a);
  font-size: 18px;
  line-height: 1.35;
}

.official-card p,
.official-step-card p {
  margin: 0;
  color: var(--text-secondary, #475569);
  line-height: 1.75;
  font-size: 15px;
}

.official-step-card .step-index {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-weight: 800;
  margin-bottom: 14px;
}

.official-note-card {
  margin-top: 26px;
  border-left: 4px solid var(--primary);
  border-radius: 8px;
  background: rgba(var(--primary-rgb), .08);
  padding: 18px 20px;
  color: var(--text-secondary, #475569);
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .official-grid,
  .official-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .official-brand-block,
  .official-steps {
    padding: 52px 0;
  }

  .official-grid,
  .official-step-grid {
    grid-template-columns: 1fr;
  }

  .official-card,
  .official-step-card {
    padding: 20px;
  }
}
