.elementor-25368 .elementor-element.elementor-element-4186623{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-24527b0 *//* =========================
   1. GLOBAL FIX（解决你核心问题）
   ========================= */

/* ❗关键修复：防止 Elementor / 主题 white text 覆盖 */
.affiliate-card,
.affiliate-card * {
  color: #1f1f1f !important;
}

/* 选中文字优化 */
::selection {
  background: #7b4dff;
  color: #fff;
}

/* =========================
   2. CARD UI（高级但不改内容）
   ========================= */

.affiliate-card {
  max-width: 980px;
  margin: auto;
  padding: 42px;

  background: #ffffff;
  border-radius: 18px;

  border: 1px solid rgba(123, 77, 255, 0.12);
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);

  position: relative;
  overflow: hidden;
}

/* 紫色光晕 */
.affiliate-card::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -140px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(123,77,255,0.14), transparent 70%);
}

/* =========================
   3. HEADER（不改内容）
   ========================= */

.s-header__sub {
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #7b4dff !important;
  margin-bottom: 10px;
  font-weight: 600;
}

.s-header__title {
  font-size: 34px;
  font-weight: 700;
  color: #111 !important;
  margin-bottom: 18px;
}

/* =========================
   4. CONTENT FIX（关键）
   ========================= */

.s-header__desc p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 10px;
  color: #444 !important;
}

/* 强调标题行（不改内容，只做视觉） */
.s-header__desc p strong {
  color: #111 !important;
  font-weight: 700;
}

/* 每段轻微分组 */
.s-header__desc p {
  padding-left: 0;
}

/* bullet 优化（只增强视觉，不改内容） */
.s-header__desc p:has(strong) {
  margin-top: 18px;
}

/* =========================
   5. BUTTON
   ========================= */

.s-header__buttons {
  margin-top: 28px;
}

.btn-primary {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 12px;

  background: linear-gradient(135deg, #7b4dff, #b07cff);
  color: #fff !important;

  text-decoration: none;
  font-weight: 600;

  box-shadow: 0 12px 30px rgba(123,77,255,0.25);
  transition: all 0.25s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(123,77,255,0.35);
}

/* =========================
   6. MOBILE
   ========================= */

@media (max-width: 768px) {
  .affiliate-card {
    padding: 24px;
  }

  .s-header__title {
    font-size: 28px;
  }
}/* End custom CSS */