
/* ═══════════════════════════════════════════════════════════
   Phase 1b · 修正版
   原则：大 section 用 section-bg 底纹；小框用 CSS（唔用 gen PNG cover，避免白边）
   ═══════════════════════════════════════════════════════════ */

/* ── Hero · VIP 金底 + 實銀底圖 overlay（左透→右 30% 透）· icon 最頂 ── */
.mingde-vip-page .mingde-mc-section-hero {
  background: #D4A017 !important;
}

.mingde-vip-page .mingde-mc-hero-inner--vip {
  position: relative;
  overflow: hidden !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  min-height: auto !important;
  padding: clamp(10px, 2vw, 20px) clamp(20px, 4vw, 40px) clamp(22px, 3vw, 30px) !important;
  background-color: #F0C814 !important;
  background-image:
    url('https://mingtakfn.com/frontend/web/uploads/files/2026/08/vip/images/section-bg/hero-v3.webp?v=20260828vip145'),
    linear-gradient(145deg, #FFE566 0%, #F0C814 46%, #D4A017 100%) !important;
  background-size: cover, cover !important;
  background-position: center top, center !important;
  background-repeat: no-repeat, no-repeat !important;
}

/* 左側文字区轻蒙（唔挡底图右侧） */
.mingde-vip-page .mingde-mc-hero-inner--vip::before {
  display: block !important;
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(255, 252, 240, 0.18) 0%,
    rgba(255, 248, 220, 0.06) 32%,
    transparent 58%
  );
}

/* 實銀 hero-bg · 42% 起显 · 最右 20% 可见 */
.mingde-vip-page .mingde-mc-hero-inner--vip::after {
  display: block !important;
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url('https://mingtakfn.com/frontend/web/uploads/files/2026/08/vip/images/hero-bg.webp?v=20260831vip211') center / cover no-repeat;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    transparent 42%,
    rgba(0, 0, 0, 0.2) 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    transparent 42%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.mingde-vip-page .mmc-hero-wrap--vip,
.mingde-vip-page .mingde-mc-hero-inner--vip .mmc-hero-wrap--vip {
  min-height: auto !important;
  padding-top: clamp(4px, 1vw, 12px) !important;
  padding-bottom: 0 !important;
}

.mingde-vip-page .mmc-hero-top--vip {
  margin-bottom: clamp(12px, 2vw, 20px) !important;
}

.mingde-vip-page .mmc-hero-footnote--vip {
  margin: clamp(14px, 2.5vw, 22px) 0 0;
  padding: 0;
  max-width: min(100%, 560px);
  color: rgba(58, 46, 10, 0.72) !important;
  font-size: 0.6875rem;
  line-height: 1.55;
}

.mingde-vip-page .mmc-hero-wrap--vip,
.mingde-vip-page .mmc-hero-wave--vip {
  position: relative;
  z-index: 2;
}

.mingde-vip-page .mmc-hero-panel--vip {
  all: unset;
  display: block;
}

.mingde-vip-page .mmc-hero-seam {
  display: none !important;
}

.mingde-vip-page .mmc-hero-visual-vip,
.mingde-vip-page .mmc-hero-visual-art {
  display: flex !important;
}

.mingde-vip-page .mmc-hero-visual-vip::before,
.mingde-vip-page .mmc-hero-visual-vip::after {
  display: none !important;
}

.mingde-vip-page .mmc-hero-wrap--vip,
.mingde-vip-page .mingde-mc-hero-inner--vip .mmc-hero-wrap--vip {
  position: relative;
  isolation: isolate;
}

/* 左 · 文字区白底 · 撑满 wrap 上下 · 左透明→白→右透明 */
.mingde-vip-page .mmc-hero-wrap--vip::before {
  content: '';
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.18) 7%,
    rgba(255, 255, 255, 0.62) 20%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.38) 84%,
    transparent 100%
  );
}

.mingde-vip-page .mmc-hero-layout--vip {
  display: block;
  width: 100%;
  max-width: var(--mmc-wrap-wide, 1120px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mingde-vip-page .mmc-hero-text-panel--vip {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(14px, 3vw, 22px) clamp(16px, 3.5vw, 28px);
  z-index: 2;
}

.mingde-vip-page .mmc-hero-text-panel--vip::before {
  display: none;
}

.mingde-vip-page .mmc-hero-mid-row--vip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(2px, 0.8vw, 6px);
  width: 100%;
}

.mingde-vip-page .mmc-hero-text-wrap--vip {
  flex: 1 1 100%;
  min-width: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--mmc-wrap-wide, 1120px);
  margin: 0 auto;
}

.mingde-vip-page .mmc-hero-visual-vip--mark {
  flex: 0 0 min(46%, 500px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 220px;
  padding-bottom: 0;
  position: relative;
  z-index: 5;
}

/* icon · 光晕托底 + 阴影(depth) 双轨突出 */
.mingde-vip-page .mmc-hero-visual-vip--mark::after {
  display: block !important;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.78) 0%,
    rgba(255, 244, 205, 0.48) 26%,
    rgba(255, 214, 96, 0.2) 48%,
    transparent 66%
  );
  filter: blur(12px);
}

.mingde-vip-page .mmc-hero-mark-img {
  position: relative;
  z-index: 1;
  width: auto;
  height: min(500px, 54vh);
  max-width: min(100%, 540px);
  object-fit: contain;
  opacity: 1;
  filter:
    drop-shadow(0 20px 40px rgba(38, 26, 4, 0.24))
    drop-shadow(0 8px 18px rgba(38, 26, 4, 0.16))
    saturate(0.94)
    contrast(1.02);
}

.mingde-vip-page .mmc-hero-layout--single {
  max-width: var(--mmc-wrap-wide, 1120px);
  margin: 0 auto;
}

/* Hero → 白 section · SVG 弧线（略矮） */
.mingde-vip-page {
  --mmc-hero-wave-h: clamp(40px, 6vw, 56px);
}

.mingde-vip-page .mmc-hero-wave--vip {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: var(--mmc-hero-wave-h) !important;
  margin-top: 0 !important;
  background: url('https://mingtakfn.com/frontend/web/uploads/files/2026/08/vip/images/brand/transition-yellow-to-white.svg') center bottom / 100% 100% no-repeat !important;
}

/* ── Task 2 · section 底圖（用戶確認版）
   ① 水泥 v13（新）  ② 黃金+線 v13  ③ 水泥 v11（保留）
   ④ 黄白 memphis v13  ⑤ 黃 v13  ⑥–⑧ 不變 · 3:4 · 100% 100% ── */
.mingde-vip-page {
  --mmc-card-radius: clamp(16px, 2.5vw, 22px);
  --mmc-card-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  --mmc-card-border: 1px solid rgba(0, 0, 0, 0.06);
}

.mingde-vip-page .mmc-section-light--tiers,
.mingde-vip-page .mmc-section-light--upgrade,
.mingde-vip-page .mmc-section-light--maintain,
.mingde-vip-page .mmc-vip-benefits-panel,
.mingde-vip-page .mmc-section-light--trust,
.mingde-vip-page .mmc-section-light--faq,
.mingde-vip-page .mmc-section-light--terms {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
}

.mingde-vip-page .mmc-section-light--tiers::before,
.mingde-vip-page .mmc-section-light--tiers::after,
.mingde-vip-page .mmc-section-light--upgrade::before,
.mingde-vip-page .mmc-section-light--upgrade::after,
.mingde-vip-page .mmc-section-light--maintain::before,
.mingde-vip-page .mmc-section-light--maintain::after,
.mingde-vip-page .mmc-vip-benefits-panel::before,
.mingde-vip-page .mmc-vip-benefits-panel::after,
.mingde-vip-page .mmc-section-light--trust::before,
.mingde-vip-page .mmc-section-light--trust::after,
.mingde-vip-page .mmc-section-light--faq::before,
.mingde-vip-page .mmc-section-light--faq::after,
.mingde-vip-page .mmc-section-light--terms::before,
.mingde-vip-page .mmc-section-light--terms::after {
  display: none !important;
}

.mingde-vip-page .mmc-section-light > *,
.mingde-vip-page .mmc-vip-benefits-panel > * {
  position: relative;
  z-index: 2;
}

/* ── Section 背景 · images/section-bg/（按 widget 命名）
   hero · account-tiers · upgrade-paths · maintain-vip · vip-benefits
   referral-section · referral-heading-band · trust-licenses · faq · terms
   舊版迭代 → section-bg/archive/ ── */

/* ① 賬戶級別 · 淺杏黃 + 中央金色光暈 */
.mingde-vip-page .mmc-section-light--tiers {
  background:
    radial-gradient(ellipse 72% 48% at 50% 8%, rgba(255, 201, 6, 0.14) 0%, transparent 62%),
    #FAF3E6 !important;
  background-image: none !important;
  padding-top: var(--mmc-vip-section-pad-y) !important;
  overflow: visible !important;
}

/* 賬戶級別 · 統一 content 闊度（hero + 白 panel 對齊） */
.mingde-vip-page .mmc-tier-content-col {
  width: 100%;
  max-width: min(920px, 100%);
  margin-left: auto;
  margin-right: auto;
}

/* ② 升級路徑 · 左黃右白 + 白→杏→淺黃 */
.mingde-vip-page .mmc-section-light--upgrade {
  background-color: #FFF8F0 !important;
  background-image: url('https://mingtakfn.com/frontend/web/uploads/files/2026/08/vip/images/section-bg/upgrade-paths.webp?v=20260828vip113') !important;
  background-size: cover !important;
  background-position: left top !important;
}

/* ③ 維持 VIP · 同 ① 淺杏黃 */
.mingde-vip-page .mmc-section-light--maintain {
  background-color: #FAF3E6 !important;
  background-image: none !important;
}

/* ④ 專屬福利 · 右上主色帶 + 左中副色帶（唔對稱） */
.mingde-vip-page .mmc-vip-benefits-panel {
  background-color: #FFF8F0 !important;
  background-image: url('https://mingtakfn.com/frontend/web/uploads/files/2026/08/vip/images/section-bg/vip-benefits.webp?v=20260828vip118') !important;
  background-size: cover !important;
  background-position: center top !important;
}

/* ⑤ 推薦獎賞 · 簡潔 blob 底 + 分層裝飾 */
.mingde-vip-page .mingde-mc-section-referral {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background-color: #FFFBF0 !important;
  background-image: url('https://mingtakfn.com/frontend/web/uploads/files/2026/08/vip/images/section-bg/referral-section.webp?v=20260828vip121') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center top !important;
  padding: var(--mmc-vip-section-pad-y) var(--mmc-vip-section-pad-x) !important;
}

.mingde-vip-page .mingde-mc-section-referral .page-container {
  position: relative;
  z-index: 2;
}

.mingde-vip-page .mmc-referral-heading-deco {
  position: relative;
  z-index: 2;
  width: min(980px, 100vw);
  height: clamp(168px, 30vw, 300px);
  margin: 0 auto clamp(-12px, -2vw, 4px);
  background: url('https://mingtakfn.com/frontend/web/uploads/files/2026/08/vip/images/section-bg/deco/referral-heading-deco-nobg.webp?v=20260828vip123') center / contain no-repeat;
  pointer-events: none;
}

.mingde-vip-page .mmc-referral-hero {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
  margin-bottom: clamp(4px, 1vw, 10px) !important;
}

.mingde-vip-page .mmc-referral-hero-inner {
  position: relative;
  z-index: 3;
  padding-top: clamp(4px, 1vw, 10px) !important;
  padding-bottom: clamp(16px, 3vw, 24px) !important;
}

.mingde-vip-page .mmc-referral-body {
  position: relative;
  background: transparent !important;
  padding-top: clamp(8px, 2vw, 16px) !important;
}

.mingde-vip-page .mmc-referral-main-grid,
.mingde-vip-page .mmc-referral-cta,
.mingde-vip-page .mmc-referral-disclaimer {
  position: relative;
  z-index: 2;
}

.mingde-vip-page .mmc-referral-disclaimer {
  z-index: 3;
}

.mingde-vip-page .mmc-referral-headline {
  color: #333333 !important;
}

.mingde-vip-page .mmc-referral-amount {
  position: relative;
  z-index: 2;
  color: #1A1A1A !important;
  text-shadow: none !important;
}

.mingde-vip-page .mmc-referral-amount span {
  color: #B91C1C !important;
}

@media (max-width: 768px) {
  .mingde-vip-page .mmc-referral-heading-deco {
    width: 100vw;
    max-width: none;
    height: clamp(148px, 46vw, 220px);
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: clamp(-10px, -2.5vw, 0);
  }

  .mingde-vip-page .mmc-referral-hero-inner {
    padding-top: clamp(2px, 1vw, 8px) !important;
    padding-bottom: clamp(18px, 5vw, 28px) !important;
  }

  .mingde-vip-page .mmc-referral-disclaimer {
    padding-left: clamp(12px, 4vw, 20px);
    padding-right: clamp(8px, 3vw, 16px);
  }
}

.mingde-vip-page .mingde-mc-section-referral::before,
.mingde-vip-page .mingde-mc-section-referral::after {
  display: none !important;
}

.mingde-vip-page .mmc-referral-panel {
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  padding-top: 0 !important;
}

.mingde-vip-page .mmc-referral-panel::before,
.mingde-vip-page .mmc-referral-panel::after {
  display: none !important;
}

.mingde-vip-page .mmc-referral-panel > * {
  position: relative;
  z-index: 2;
}

.mingde-vip-page .mmc-referral-hero::after {
  display: none !important;
}

/* ⑥ 持牌平台 · 恢復格仔 gingham（用戶 OK 舊版） */
.mingde-vip-page .mmc-section-light--trust {
  background-color: #F8FAFC !important;
  background-image: url('https://mingtakfn.com/frontend/web/uploads/files/2026/08/vip/images/section-bg/trust-licenses.webp?v=20260827vip108') !important;
  border-top: 1px solid rgba(0, 85, 150, 0.08) !important;
}

/* ⑦ FAQ · 灰藍 */
.mingde-vip-page .mmc-section-light--faq {
  background-color: #EDF1F7 !important;
  background-image: url('https://mingtakfn.com/frontend/web/uploads/files/2026/08/vip/images/section-bg/faq.webp?v=20260827vip108') !important;
}

/* ⑧ 條款 · 純白 */
.mingde-vip-page .mmc-section-light--terms {
  background-color: #FFFFFF !important;
  background-image: url('https://mingtakfn.com/frontend/web/uploads/files/2026/08/vip/images/section-bg/terms.webp?v=20260827vip108') !important;
}

/* ── 小框 · 统一 CSS frame（一层背景就够） ── */
.mingde-vip-page .mmc-vip-benefit-feature,
.mingde-vip-page .mmc-tier-table-wrap,
.mingde-vip-page .mmc-upgrade-block,
.mingde-vip-page .mmc-maintain-example,
.mingde-vip-page .mmc-referral-tier-card,
.mingde-vip-page .mmc-referral-example,
.mingde-vip-page .mmc-license-card {
  background: #FFFFFF !important;
  background-image: none !important;
  border: var(--mmc-card-border) !important;
  border-radius: var(--mmc-card-radius) !important;
  box-shadow: var(--mmc-card-shadow) !important;
}

/* FAQ · 扁平列表，唔做小框 texture */
.mingde-vip-page .mmc-faq-item {
  background: #FFFFFF !important;
  background-image: none !important;
  border: var(--mmc-card-border) !important;
  border-radius: var(--mmc-card-radius) !important;
  box-shadow: none !important;
  margin-bottom: 8px !important;
}

.mingde-vip-page .mmc-faq-item + .mmc-faq-item {
  margin-top: 0 !important;
}

/* 大框里面 · 唔再叠小框背景 */
.mingde-vip-page .mmc-upgrade-block .mmc-tier-table-wrap,
.mingde-vip-page .mmc-upgrade-block .mmc-tier-table-pair,
.mingde-vip-page .mmc-maintain-example .mmc-timeline-table-wrap,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-radar-showcase,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-books-showcase,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-report-showcase,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-duck-visual,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-rebate-deco,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-voucher-table-wrap,
.mingde-vip-page .mmc-referral-tier-card .mmc-referral-table-wrap {
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mingde-vip-page .mmc-vip-radar-showcase,
.mingde-vip-page .mmc-vip-report-showcase,
.mingde-vip-page .mmc-vip-duck-visual {
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding-top: clamp(12px, 2vw, 16px) !important;
}

.mingde-vip-page .mmc-vip-books-showcase {
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding-top: clamp(20px, 3.5vw, 28px) !important;
}

.mingde-vip-page .mmc-vip-duck-img {
  filter: none !important;
  width: 100%;
  max-width: clamp(340px, 38vw, 400px) !important;
}

/* 福利 ① · 交易回贈 · 金銀 bar 輕疊裝飾 */
.mingde-vip-page .mmc-vip-rebate-deco {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 100%;
  min-height: clamp(140px, 28vw, 200px);
  padding: clamp(8px, 2vw, 12px) 0;
  pointer-events: none;
  user-select: none;
}

.mingde-vip-page .mmc-vip-rebate-deco-gold,
.mingde-vip-page .mmc-vip-rebate-deco-silver {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 6px 14px rgba(255, 201, 6, 0.28))
    drop-shadow(0 12px 28px rgba(255, 201, 6, 0.16));
}

.mingde-vip-page .mmc-vip-rebate-deco-gold {
  position: relative;
  z-index: 2;
  width: clamp(96px, 24vw, 132px);
  transform: rotate(-10deg);
}

.mingde-vip-page .mmc-vip-rebate-deco-silver {
  position: relative;
  z-index: 1;
  width: clamp(88px, 22vw, 120px);
  margin-left: clamp(-36px, -9vw, -24px);
  margin-top: clamp(10px, 2.5vw, 16px);
  transform: rotate(11deg);
}

@media (min-width: 900px) {
  .mingde-vip-page .mmc-vip-benefit-feature--hero .mmc-vip-rebate-deco {
    border-top: none !important;
    padding-top: clamp(12px, 2vw, 16px) !important;
    padding-left: clamp(8px, 1.5vw, 12px) !important;
  }
}

@media (max-width: 899px) {
  .mingde-vip-page .mmc-vip-benefit-feature--rebate {
    grid-template-columns: minmax(0, 1fr);
  }

  .mingde-vip-page .mmc-vip-rebate-deco {
    min-height: clamp(120px, 32vw, 168px);
    margin-top: clamp(4px, 1vw, 8px);
  }
}

@media (min-width: 900px) {
  .mingde-vip-page .mmc-vip-benefit-feature--hero .mmc-vip-radar-showcase,
  .mingde-vip-page .mmc-vip-benefit-feature--hero .mmc-vip-books-showcase,
  .mingde-vip-page .mmc-vip-benefit-feature--hero .mmc-vip-report-showcase,
  .mingde-vip-page .mmc-vip-benefit-feature--hero .mmc-vip-duck-visual,
  .mingde-vip-page .mmc-vip-benefit-feature--hero .mmc-vip-rebate-deco {
    border-top: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
    padding-top: 0 !important;
    padding-left: clamp(12px, 2vw, 16px) !important;
  }
}

/* ── VIP 單欄表 · 表头压低 + coin 去背放大 ── */
.mingde-vip-page .mmc-tier-table thead th {
  padding: clamp(8px, 1.8vw, 12px) clamp(12px, 2.5vw, 16px) !important;
}

.mingde-vip-page .mmc-tier-label {
  gap: clamp(3px, 0.8vw, 5px) !important;
  font-size: clamp(0.9375rem, 2.2vw, 1.0625rem) !important;
  line-height: 1.2;
}

.mingde-vip-page .mmc-tier-star,
.mingde-vip-page .mmc-tier-star--basic,
.mingde-vip-page .mmc-tier-star--vip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.mingde-vip-page .mmc-tier-star-img {
  display: block !important;
  width: clamp(46px, 11.5vw, 56px) !important;
  height: clamp(46px, 11.5vw, 56px) !important;
  object-fit: contain !important;
}

.mingde-vip-page .mmc-tier-product-icon,
.mingde-vip-page .mmc-tier-product-icon--gold {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.mingde-vip-page .mmc-tier-product-img {
  display: block !important;
  width: clamp(38px, 9.5vw, 46px) !important;
  height: clamp(38px, 9.5vw, 46px) !important;
  object-fit: contain !important;
}

.mingde-vip-page .mmc-tier-product--symbols {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(6px, 1.5vw, 10px) clamp(8px, 2vw, 12px);
  font-weight: 700;
  color: #1A1A1A;
}

.mingde-vip-page .mmc-tier-product-pair {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 1.4vw, 8px);
}

.mingde-vip-page .mmc-tier-product-code {
  font-size: clamp(0.8125rem, 2vw, 0.9375rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #3D3008;
  white-space: nowrap;
}

.mingde-vip-page .mmc-tier-product-sep {
  color: rgba(61, 48, 8, 0.45);
  font-weight: 600;
  line-height: 1;
}

/* ── VIP 回贈 Promo Banner · Hybrid（CSS + gen 去背圖） ── */
.mingde-vip-page .mmc-tier-promo-wrap {
  margin-top: clamp(16px, 3vw, 24px);
}

.mingde-vip-page .mmc-tier-promo-banner {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding: 0;
}

.mingde-vip-page .mmc-tier-promo-panel {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(16px, 3.2vw, 22px);
  border-radius: calc(var(--mmc-card-radius) + 6px);
  background:
    radial-gradient(ellipse 90% 70% at 50% -10%, rgba(255, 201, 6, 0.22) 0%, transparent 58%),
    linear-gradient(168deg, #FFFEF8 0%, #FFF9E8 48%, #FFFFFF 100%) !important;
  border: 2px solid rgba(255, 201, 6, 0.48) !important;
  box-shadow:
    0 22px 56px rgba(201, 162, 39, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 0 80px rgba(255, 201, 6, 0.1) !important;
}

.mingde-vip-page .mmc-tier-table-wrap--promo {
  margin: 0;
  overflow: visible;
}

.mingde-vip-page .mmc-tier-table-wrap--promo .mmc-tier-table--promo {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 201, 6, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.mingde-vip-page .mmc-tier-table--promo thead th:first-child {
  background: transparent;
  border-right: 1px dashed rgba(232, 197, 71, 0.35);
}

.mingde-vip-page .mmc-tier-table--promo tbody th[scope="row"] {
  background: rgba(245, 245, 245, 0.72);
  border-right: 1px dashed rgba(232, 197, 71, 0.35);
  vertical-align: middle;
  padding: clamp(18px, 3.5vw, 24px) clamp(14px, 2.8vw, 20px);
}

.mingde-vip-page .mmc-tier-table--promo .mmc-tier-col--vip {
  border-top: 4px solid #FFC906;
  background: rgba(255, 252, 240, 0.92);
}

.mingde-vip-page .mmc-tier-table--promo .mmc-tier-cell--vip {
  background: rgba(255, 252, 240, 0.92);
  vertical-align: middle;
  padding: clamp(18px, 3.5vw, 28px) clamp(14px, 2.8vw, 20px);
}

.mingde-vip-page .mmc-tier-table--promo .mmc-tier-cell--vip .mmc-spread-highlight {
  display: block;
}

.mingde-vip-page .mmc-rebate-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2px, 0.6vw, 4px);
  line-height: 1.05;
  color: #FFC906;
}

.mingde-vip-page .mmc-rebate-highlight-prefix,
.mingde-vip-page .mmc-rebate-highlight-suffix {
  font-size: clamp(0.9375rem, 2.4vw, 1.125rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #E6B800;
}

.mingde-vip-page .mmc-rebate-highlight-amount {
  display: block;
  font-size: clamp(2.375rem, 8.2vw, 3.75rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: #FFC906;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.75),
    0 6px 24px rgba(255, 201, 6, 0.45);
}

.mingde-vip-page .mmc-tier-table--promo .mmc-tier-cell--vip .mmc-spread-tag {
  display: block;
  margin-top: clamp(4px, 1vw, 8px);
  font-size: clamp(0.75rem, 1.8vw, 0.9375rem);
  font-weight: 600;
  color: #8B6914;
}

.mingde-vip-page .mmc-tier-table--promo .mmc-tier-product--symbols {
  justify-content: center;
}

.mingde-vip-page .mmc-tier-table--promo .mmc-tier-col--vip {
  width: 58%;
}

.mingde-vip-page .mmc-tier-promo-panel-stripe {
  position: absolute;
  right: -6%;
  bottom: -18%;
  width: min(320px, 52%);
  height: min(220px, 42%);
  background:
    linear-gradient(135deg, transparent 38%, rgba(255, 201, 6, 0.28) 38%, rgba(255, 201, 6, 0.28) 46%, rgba(245, 130, 32, 0.22) 46%, rgba(245, 130, 32, 0.22) 54%, rgba(232, 197, 71, 0.2) 54%, rgba(232, 197, 71, 0.2) 62%, rgba(255, 224, 102, 0.16) 62%, rgba(255, 224, 102, 0.16) 70%, transparent 70%);
  transform: rotate(-8deg);
  pointer-events: none;
  z-index: 0;
}

.mingde-vip-page .mmc-tier-promo-wrap .mmc-tier-footnote {
  margin: clamp(10px, 2vw, 14px) 0 0;
  text-align: center;
}

/* 回贈詳情 · 內嵌 panel（闊度同 hero 對齊） */
.mingde-vip-page .mmc-tier-content-col .mmc-savings-panel {
  margin-top: clamp(14px, 2.8vw, 20px);
  padding-top: 0 !important;
  border-top: none !important;
}

.mingde-vip-page .mmc-savings-panel-inner {
  padding: clamp(22px, 4vw, 32px) clamp(18px, 3.5vw, 28px);
  background: #FFFFFF !important;
  border: var(--mmc-card-border) !important;
  border-radius: var(--mmc-card-radius) !important;
  box-shadow: var(--mmc-card-shadow) !important;
}

.mingde-vip-page .mmc-tier-content-col .mmc-savings-panel-inner {
  border-top: 3px solid rgba(255, 201, 6, 0.32);
}

.mingde-vip-page .mmc-savings-panel .mmc-savings-title {
  text-align: center;
}

.mingde-vip-page .mmc-savings-panel .mmc-savings-lead {
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.mingde-vip-page .mmc-section-light--tiers .mmc-tier-cta-row {
  display: flex;
  justify-content: center;
  padding-top: clamp(24px, 4.5vw, 36px);
}

.mingde-vip-page .mmc-section-light--tiers .mmc-tier-cta-row .mmc-btn-yellow {
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  font-weight: 800;
  padding: clamp(14px, 2.8vw, 18px) clamp(28px, 5vw, 44px);
  box-shadow: 0 10px 32px rgba(255, 201, 6, 0.38);
}

@media (max-width: 640px) {
  /* Promo card · 手機保留 2×2 grid，加闊加鬆 */
  .mingde-vip-page .mmc-tier-promo-wrap {
    margin-top: clamp(20px, 5vw, 28px);
  }

  .mingde-vip-page .mmc-tier-promo-panel {
    padding: clamp(20px, 5vw, 26px) clamp(16px, 4vw, 20px);
    border-radius: calc(var(--mmc-card-radius) + 4px);
  }

  .mingde-vip-page .mmc-tier-table--promo thead th {
    padding: clamp(12px, 3vw, 16px) clamp(10px, 2.5vw, 14px) !important;
  }

  .mingde-vip-page .mmc-tier-table--promo .mmc-tier-label {
    gap: clamp(6px, 1.6vw, 8px) !important;
    font-size: clamp(0.9375rem, 3.8vw, 1.0625rem) !important;
    line-height: 1.35 !important;
  }

  .mingde-vip-page .mmc-tier-table--promo .mmc-tier-star-img {
    width: clamp(44px, 11vw, 52px) !important;
    height: clamp(44px, 11vw, 52px) !important;
  }

  .mingde-vip-page .mmc-tier-table--promo tbody th[scope="row"],
  .mingde-vip-page .mmc-tier-table--promo .mmc-tier-cell--vip {
    padding: clamp(18px, 4.5vw, 24px) clamp(12px, 3vw, 16px);
  }

  .mingde-vip-page .mmc-tier-table--promo .mmc-tier-col--vip {
    width: 56%;
  }

  .mingde-vip-page .mmc-tier-table--promo .mmc-tier-product--symbols {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(8px, 2vw, 10px);
  }

  .mingde-vip-page .mmc-tier-table--promo .mmc-tier-product-sep {
    display: none;
  }

  .mingde-vip-page .mmc-tier-table--promo .mmc-tier-product-pair {
    gap: clamp(6px, 1.6vw, 8px);
  }

  .mingde-vip-page .mmc-tier-table--promo .mmc-tier-product-code {
    font-size: clamp(0.875rem, 3.6vw, 0.9375rem);
    line-height: 1.35;
  }

  .mingde-vip-page .mmc-tier-table--promo .mmc-tier-product-img {
    width: clamp(36px, 9vw, 42px) !important;
    height: clamp(36px, 9vw, 42px) !important;
  }

  .mingde-vip-page .mmc-rebate-highlight {
    gap: clamp(5px, 1.6vw, 8px);
    line-height: 1.15;
  }

  .mingde-vip-page .mmc-rebate-highlight-amount {
    font-size: clamp(2.125rem, 10vw, 2.875rem);
    line-height: 1;
    margin: clamp(2px, 0.6vw, 4px) 0;
  }

  .mingde-vip-page .mmc-rebate-highlight-prefix,
  .mingde-vip-page .mmc-rebate-highlight-suffix {
    font-size: clamp(0.875rem, 3.6vw, 1rem);
    line-height: 1.35;
  }

  .mingde-vip-page .mmc-tier-table--promo .mmc-tier-cell--vip .mmc-spread-tag {
    margin-top: clamp(8px, 2vw, 12px);
    font-size: clamp(0.75rem, 3.2vw, 0.875rem);
    line-height: 1.45;
  }

  .mingde-vip-page .mmc-tier-promo-wrap .mmc-tier-footnote {
    margin-top: clamp(14px, 3.5vw, 18px);
    line-height: 1.6;
    font-size: clamp(0.8125rem, 3.2vw, 0.875rem);
  }

  .mingde-vip-page .mingde-mc-section-tiers .mmc-tier-intro {
    line-height: 1.75;
    margin-top: clamp(10px, 2.5vw, 14px);
  }

  .mingde-vip-page .mmc-tier-content-col .mmc-savings-panel-inner {
    padding: clamp(24px, 6vw, 32px) clamp(18px, 4.5vw, 22px);
  }

  .mingde-vip-page .mmc-savings-panel .mmc-savings-lead {
    line-height: 1.75;
    margin-top: clamp(10px, 2.5vw, 14px);
  }

  .mingde-vip-page .mmc-rebate-rule-card-head {
    padding: clamp(16px, 4vw, 20px) clamp(16px, 4vw, 20px) clamp(12px, 3vw, 14px);
  }

  .mingde-vip-page .mmc-rebate-rule-card-body {
    padding: clamp(14px, 3.5vw, 18px) clamp(16px, 4vw, 20px) clamp(18px, 4.5vw, 22px);
  }

  .mingde-vip-page .mmc-rebate-rule-list {
    padding: clamp(12px, 3vw, 16px) clamp(16px, 4vw, 20px) clamp(18px, 4.5vw, 22px);
  }

  .mingde-vip-page .mmc-rebate-rule-list li {
    padding: clamp(10px, 2.5vw, 12px) 0;
    line-height: 1.65;
  }

  .mingde-vip-page .mmc-rebate-product-chips {
    gap: clamp(10px, 2.8vw, 14px);
  }

  .mingde-vip-page .mmc-rebate-product-chip {
    padding: clamp(10px, 2.5vw, 12px) clamp(14px, 3.5vw, 18px);
  }
}

/* VIP-only 單欄表（升級條件） */
.mingde-vip-page .mmc-tier-table--vip-only .mmc-tier-col--vip {
  width: 58%;
}

.mingde-vip-page .mmc-tier-table--vip-only thead th:last-child,
.mingde-vip-page .mmc-tier-table--vip-only tbody td:last-child {
  text-align: center;
}

/* 回贈詳情 · 合資格 / 不合資格（手機直排，闊屏並排） */
.mingde-vip-page .mmc-rebate-rules-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 3.5vw, 20px);
  margin-top: clamp(18px, 3.5vw, 26px);
}

@media (min-width: 769px) {
  .mingde-vip-page .mmc-rebate-rules-grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(14px, 2.8vw, 20px);
  }
}

.mingde-vip-page .mmc-rebate-rule-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: calc(var(--mmc-card-radius) - 2px);
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
}

.mingde-vip-page .mmc-rebate-rule-card--ok {
  border-color: rgba(76, 175, 80, 0.22);
}

.mingde-vip-page .mmc-rebate-rule-card--ok::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #43A047 0%, #66BB6A 100%);
}

.mingde-vip-page .mmc-rebate-rule-card--no {
  border-color: rgba(220, 53, 69, 0.18);
}

.mingde-vip-page .mmc-rebate-rule-card--no::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #D32F2F 0%, #E57373 100%);
}

.mingde-vip-page .mmc-rebate-rule-card-head {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.8vw, 12px);
  padding: clamp(14px, 2.8vw, 18px) clamp(14px, 2.8vw, 18px) clamp(10px, 2vw, 12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mingde-vip-page .mmc-rebate-rule-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(28px, 6vw, 34px);
  height: clamp(28px, 6vw, 34px);
  border-radius: 50%;
  font-size: clamp(0.75rem, 1.8vw, 0.875rem);
  font-weight: 800;
}

.mingde-vip-page .mmc-rebate-rule-badge--ok {
  background: rgba(76, 175, 80, 0.14);
  color: #2E7D32;
  border: 1px solid rgba(76, 175, 80, 0.28);
}

.mingde-vip-page .mmc-rebate-rule-badge--no {
  background: rgba(220, 53, 69, 0.1);
  color: #C62828;
  border: 1px solid rgba(220, 53, 69, 0.22);
}

.mingde-vip-page .mmc-rebate-rule-label {
  margin: 0;
  font-weight: 800;
  font-size: clamp(0.9375rem, 2.2vw, 1.0625rem);
  color: #1A1A1A;
  line-height: 1.3;
}

.mingde-vip-page .mmc-rebate-rule-card-body {
  padding: clamp(12px, 2.5vw, 16px) clamp(14px, 2.8vw, 18px) clamp(16px, 3vw, 20px);
}

.mingde-vip-page .mmc-rebate-product-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.8vw, 12px);
}

.mingde-vip-page .mmc-rebate-product-chip {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 1.4vw, 8px);
  padding: clamp(8px, 1.8vw, 10px) clamp(12px, 2.5vw, 16px);
  border-radius: 999px;
  background: linear-gradient(145deg, #FFFCF4 0%, #FFFFFF 100%);
  border: 1px solid rgba(255, 201, 6, 0.32);
  box-shadow: 0 2px 10px rgba(201, 162, 39, 0.08);
  color: #3D3008;
  font-size: clamp(0.875rem, 2vw, 1rem);
}

.mingde-vip-page .mmc-rebate-product-chip-img {
  display: block;
  width: clamp(22px, 5vw, 26px);
  height: clamp(22px, 5vw, 26px);
  object-fit: contain;
}

.mingde-vip-page .mmc-rebate-product-chip-sep {
  color: rgba(61, 48, 8, 0.4);
  font-weight: 700;
  line-height: 1;
}

.mingde-vip-page .mmc-rebate-rule-list {
  list-style: none;
  margin: 0;
  padding: clamp(10px, 2.2vw, 14px) clamp(14px, 2.8vw, 18px) clamp(16px, 3vw, 20px);
}

.mingde-vip-page .mmc-rebate-rule-list li {
  display: flex;
  align-items: flex-start;
  gap: clamp(8px, 1.8vw, 10px);
  padding: clamp(8px, 1.8vw, 10px) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #3D3008;
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  line-height: 1.55;
}

.mingde-vip-page .mmc-rebate-rule-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mingde-vip-page .mmc-rebate-rule-list li:first-child {
  padding-top: 0;
}

.mingde-vip-page .mmc-rebate-rule-list-icon {
  flex-shrink: 0;
  margin-top: 0.15em;
  color: rgba(198, 40, 40, 0.75);
  font-size: 0.9em;
}

.mingde-vip-page .mmc-rebate-rule-list li strong {
  color: #1A1A1A;
  font-weight: 800;
}

.mingde-vip-page .mmc-tier-cta-row {
  padding-top: clamp(24px, 4vw, 36px);
}

.mingde-vip-page .mmc-tier-tag--nonvip,
.mingde-vip-page .mmc-legend-tag--nonvip {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.06);
  color: #666666;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.mingde-vip-page .mmc-vip-benefit-feature--fund-retention {
  border-color: rgba(255, 201, 6, 0.45) !important;
  background: linear-gradient(145deg, #FFFFFF 0%, #FFFBF0 100%) !important;
}

/* 推薦 CTA 保留輕量白底卡片 */
.mingde-vip-page .mmc-referral-cta {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 252, 240, 0.88) 100%) !important;
  border: 1px solid rgba(255, 201, 6, 0.35) !important;
  border-radius: var(--mmc-card-radius) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06) !important;
}


/* 回贈 TBC · 上蓝下白 */
.mingde-vip-page .mmc-rebate-tbc-card {
  padding: 0 !important;
  overflow: hidden;
  background: #FFFFFF !important;
  background-image: none !important;
  border: 1px solid rgba(0, 85, 150, 0.14) !important;
  color: #1A1A1A !important;
  box-shadow: 0 8px 28px rgba(0, 68, 120, 0.1) !important;
}

.mingde-vip-page .mmc-rebate-tbc-title {
  margin: 0 !important;
  padding: clamp(16px, 3.5vw, 20px) clamp(18px, 3.5vw, 24px);
  font-weight: 900;
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  background: linear-gradient(135deg, #004478 0%, #005596 100%) !important;
  color: #FFE566 !important;
}

.mingde-vip-page .mmc-rebate-tbc-body {
  margin: 0 !important;
  padding: clamp(16px, 3.5vw, 20px) clamp(18px, 3.5vw, 24px);
  line-height: 1.65;
  background: #FFFFFF !important;
  color: #3D3008 !important;
  border-radius: 0 0 clamp(14px, 2.2vw, 20px) clamp(14px, 2.2vw, 20px);
}

.mingde-vip-page .mmc-rebate-tbc-body a {
  color: #005596 !important;
  font-weight: 700;
}

/* 重点 · 推薦例子（白底金边 · 同 cream section 区分） */
.mingde-vip-page .mmc-referral-example--featured {
  background: #FFFFFF !important;
  background-image: none !important;
  border: 2px solid rgba(255, 201, 6, 0.58) !important;
  color: #1A1A1A !important;
  box-shadow:
    0 6px 22px rgba(0, 0, 0, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.mingde-vip-page .mmc-referral-example--featured p {
  color: #3D3008 !important;
}

.mingde-vip-page .mmc-referral-example--featured strong {
  color: #B91C1C !important;
  font-weight: 800 !important;
}

.mingde-vip-page .mmc-referral-example--featured .mmc-referral-example-num {
  background: linear-gradient(135deg, #FFE566 0%, #FFC906 100%) !important;
  color: #1A1A1A !important;
  border-color: rgba(201, 162, 39, 0.45) !important;
  box-shadow: 0 2px 10px rgba(255, 201, 6, 0.28);
}

/* ── 淺色 / 白底 · 深色字（覆蓋 theme 白字） ── */
.mingde-vip-page .mmc-section-light,
.mingde-vip-page .mmc-vip-benefits-panel,
.mingde-vip-page .mmc-upgrade-block,
.mingde-vip-page .mmc-vip-benefit-feature,
.mingde-vip-page .mmc-maintain-example,
.mingde-vip-page .mmc-referral-tier-card,
.mingde-vip-page .mmc-referral-example:not(.mmc-referral-example--featured),
.mingde-vip-page .mmc-license-card,
.mingde-vip-page .mmc-faq-item,
.mingde-vip-page .mmc-tier-table-wrap {
  color: #1A1A1A;
}

.mingde-vip-page .mmc-vip-section-head--benefits {
  border-bottom-color: rgba(0, 0, 0, 0.08) !important;
}

.mingde-vip-page .mmc-vip-section-head--benefits .mmc-vip-benefits-lead {
  color: #3D3008 !important;
  max-width: none !important;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mingde-vip-page .mmc-vip-benefits-more-label {
  color: #5C4A12 !important;
  border-top-color: rgba(0, 0, 0, 0.08) !important;
}

.mingde-vip-page .mmc-vip-benefits-panel a:not([class*="mmc-btn"]) {
  color: #005596 !important;
}

.mingde-vip-page .mmc-vip-benefits-panel a:not([class*="mmc-btn"]):hover {
  color: #004478 !important;
}

.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-benefit-feature-title,
.mingde-vip-page .mmc-referral-examples-title {
  color: #8B6914 !important;
}

.mingde-vip-page .mmc-referral-tier-title {
  font-size: clamp(1.5625rem, 4.6vw, 1.9375rem) !important;
  line-height: 1.28 !important;
  color: #8B6914 !important;
}

.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-benefit-num {
  color: #C99700 !important;
}

.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-benefit-feature-desc,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-benefit-feature-list li,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-benefit-feature-note,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-visual-disclaimer {
  color: #3D3008 !important;
}

.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-benefit-feature-desc strong,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-benefit-feature-list li strong {
  color: #1A1A1A !important;
}

.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-voucher-table th,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-voucher-table td,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-spread-table th,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-spread-table td {
  border-bottom-color: rgba(0, 0, 0, 0.08) !important;
}

.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-voucher-table th,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-spread-table th {
  color: #5C4A12 !important;
}

.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-voucher-table td,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-spread-table td {
  color: #3D3008 !important;
}

.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-voucher-table td strong,
.mingde-vip-page .mmc-vip-benefit-feature .mmc-vip-spread-table td strong {
  color: #8B6914 !important;
}

.mingde-vip-page .mmc-vip-benefit-feature .mmc-btn-outline-gold.mmc-vip-benefit-whatsapp-btn {
  color: #8B6914 !important;
  border-color: rgba(201, 162, 39, 0.65) !important;
  background: transparent !important;
}

.mingde-vip-page .mmc-vip-benefit-feature .mmc-btn-outline-gold.mmc-vip-benefit-whatsapp-btn:hover {
  background: rgba(255, 201, 6, 0.12) !important;
  border-color: #C99700 !important;
  color: #6B4E00 !important;
}

/* 轉倉推廣 · 外層白卡 + 內層只保留 offer 重點框 */
.mingde-vip-page .mmc-upgrade-block--promo {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.5vw, 18px);
  padding: clamp(18px, 3vw, 26px) clamp(16px, 3vw, 24px) clamp(16px, 3vw, 22px) !important;
  overflow: visible !important;
  background: #FFFFFF !important;
  background-image: none !important;
  border: var(--mmc-card-border) !important;
  border-radius: var(--mmc-card-radius) !important;
  box-shadow: var(--mmc-card-shadow) !important;
}

.mingde-vip-page .mmc-upgrade-block--promo::before {
  display: none !important;
}

.mingde-vip-page .mmc-upgrade-block--promo .mmc-upgrade-block-title {
  margin: 0 0 clamp(8px, 1.6vw, 12px) !important;
  padding-top: 0 !important;
}

.mingde-vip-page .mmc-promo-offer-box {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: clamp(16px, 3.2vw, 22px) clamp(16px, 3.5vw, 24px);
  border-radius: calc(var(--mmc-card-radius) - 4px);
  background: linear-gradient(145deg, #FFFBF0 0%, #FFF8E6 100%);
  border: 2px solid rgba(255, 201, 6, 0.5);
  box-shadow: 0 4px 16px rgba(255, 201, 6, 0.1);
}

.mingde-vip-page .mmc-promo-offer-headline {
  display: block;
  margin: 0 0 clamp(8px, 1.6vw, 12px) !important;
  padding: 0;
  border-radius: 0;
  background: none !important;
  color: #8B6914 !important;
  font-size: clamp(1.1875rem, 3.4vw, 1.4375rem) !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em;
  box-shadow: none;
}

.mingde-vip-page .mmc-promo-offer-headline sup {
  color: #1A1A1A !important;
  font-size: 0.5em;
  font-weight: 700;
}

.mingde-vip-page .mmc-promo-offer-sub {
  margin: 0;
  color: #3D3008 !important;
  font-size: clamp(0.9375rem, 2.2vw, 1.0625rem);
  line-height: 1.65;
  max-width: none !important;
}

.mingde-vip-page .mmc-promo-offer-sub strong {
  color: #8B6914 !important;
}

.mingde-vip-page .mmc-promo-conditions {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  text-align: left;
}

.mingde-vip-page .mmc-promo-conditions .mmc-promo-details-title {
  margin: 0 0 clamp(8px, 1.6vw, 10px);
  color: #8B6914 !important;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  font-weight: 800;
}

.mingde-vip-page .mmc-promo-conditions .mmc-promo-details-main,
.mingde-vip-page .mmc-promo-conditions .mmc-promo-details-note,
.mingde-vip-page .mmc-promo-conditions .mmc-promo-details-foot {
  margin: 0;
  color: #3D3008 !important;
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  line-height: 1.65;
  max-width: none !important;
}

.mingde-vip-page .mmc-promo-conditions .mmc-promo-details-main {
  margin-bottom: clamp(10px, 2vw, 14px);
}

.mingde-vip-page .mmc-promo-conditions .mmc-promo-details-main strong,
.mingde-vip-page .mmc-promo-conditions .mmc-promo-details-note strong {
  color: #1A1A1A !important;
}

.mingde-vip-page .mmc-promo-conditions .mmc-promo-details-notes {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: clamp(10px, 2vw, 14px);
}

.mingde-vip-page .mmc-promo-conditions .mmc-promo-details-note + .mmc-promo-details-foot {
  margin-top: clamp(8px, 1.6vw, 10px);
}

.mingde-vip-page .mmc-promo-conditions .mmc-promo-details-foot {
  color: #6B4E00 !important;
  font-size: clamp(0.8125rem, 1.8vw, 0.875rem);
}

.mingde-vip-page .mmc-referral-tier-card .mmc-referral-tier-subhead,
.mingde-vip-page .mmc-referral-tier-card p,
.mingde-vip-page .mmc-referral-example:not(.mmc-referral-example--featured),
.mingde-vip-page .mmc-referral-example:not(.mmc-referral-example--featured) p {
  color: #3D3008 !important;
}

.mingde-vip-page .mmc-maintain-example-title,
.mingde-vip-page .mmc-maintain-example-lead,
.mingde-vip-page .mmc-maintain-intro,
.mingde-vip-page .mmc-maintain-steps li span {
  color: #3D3008 !important;
}

.mingde-vip-page .mmc-maintain-steps li strong,
.mingde-vip-page .mmc-maintain-example-title {
  color: #1A1A1A !important;
}

/* 保持 VIP 步骤 · 数字对齐标题顶（覆盖 brand-landing bottom 定位） */
.mingde-vip-page .mmc-maintain-steps li {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 6px clamp(14px, 3vw, 18px) !important;
  align-items: start !important;
  flex-direction: unset !important;
  justify-content: unset !important;
  min-height: 0 !important;
  padding: clamp(16px, 3vw, 20px) clamp(18px, 3.5vw, 22px) !important;
}

.mingde-vip-page .mmc-maintain-steps li::before {
  position: static !important;
  grid-row: 1 / span 2;
  align-self: start !important;
  margin-top: 2px !important;
  bottom: auto !important;
  left: auto !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px;
  border-radius: 50% !important;
}

.mingde-vip-page .mmc-maintain-steps li:nth-child(2)::before {
  height: 36px !important;
}

.mingde-vip-page .mmc-maintain-steps li strong {
  grid-column: 2;
  grid-row: 1;
}

.mingde-vip-page .mmc-maintain-steps li span {
  grid-column: 2;
  grid-row: 2;
}

/* 保持 VIP · 例子白卡同小貼士框分開 */
.mingde-vip-page .mmc-maintain-example {
  margin-bottom: clamp(16px, 3vw, 24px) !important;
}

.mingde-vip-page .mmc-maintain-example .mmc-maintain-narrative {
  margin-bottom: 0 !important;
}

/* 步骤列表 · 框置中（保留 theme-v2 max-width + auto margin） */
.mingde-vip-page .mmc-section-light > .mmc-maintain-steps {
  width: 100%;
  max-width: var(--mmc-wrap-wide, 1120px);
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: clamp(24px, 4vw, 32px) !important;
}

@media (min-width: 769px) {
  .mingde-vip-page .mmc-section-light--maintain > .mmc-maintain-example,
  .mingde-vip-page .mmc-section-light--maintain > .mmc-maintain-callout,
  .mingde-vip-page .mmc-section-light--maintain > .mmc-tier-cta-row {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Footer CTA · 黄底改深字 */
.mingde-vip-page .mmc-vip-footer-cta-title {
  color: #1A1A1A !important;
}

.mingde-vip-page .mmc-vip-footer-cta-link-wrap {
  color: #3D3008 !important;
}

.mingde-vip-page .mmc-section-panel.mmc-vip-footer-cta-panel a.mmc-vip-footer-cta-link,
.mingde-vip-page .mmc-section-panel.mmc-vip-footer-cta-panel a.mmc-vip-footer-cta-link:link,
.mingde-vip-page .mmc-section-panel.mmc-vip-footer-cta-panel a.mmc-vip-footer-cta-link:visited {
  color: #005596 !important;
  -webkit-text-fill-color: #005596 !important;
}

.mingde-vip-page .mmc-section-panel.mmc-vip-footer-cta-panel a.mmc-vip-footer-cta-link:hover,
.mingde-vip-page .mmc-section-panel.mmc-vip-footer-cta-panel a.mmc-vip-footer-cta-link:active {
  color: #004478 !important;
  -webkit-text-fill-color: #004478 !important;
}

/* Footer CTA · 全宽黄，唔用 gen frame */
.mingde-vip-page .mmc-vip-footer-cta-panel {
  background: linear-gradient(180deg, #FFF4CC 0%, #FFC906 100%) !important;
  background-image: none !important;
  border-radius: 0 !important;
}

.mingde-vip-page .mmc-vip-footer-cta-panel::before,
.mingde-vip-page .mmc-vip-footer-cta-panel::after {
  display: none !important;
}

/* Hero / section 全宽 */
.mingde-vip-page .mingde-mc-section-hero .page-container,
.mingde-vip-page .mingde-mc-section-hero .mingde-mc-hero-inner--vip {
  max-width: none !important;
  width: 100% !important;
}

.mingde-vip-page .mmc-hero-text-panel--vip {
  max-width: min(720px, 100%);
}

.mingde-vip-page .mmc-referral-headline--title {
  margin: 0 0 clamp(10px, 2vw, 14px);
  font-size: clamp(2rem, 5vw, 2.625rem) !important;
  font-weight: 900 !important;
  color: #ffc906 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.02em;
  text-align: center;
  text-shadow: none !important;
}

.mingde-vip-page .mmc-referral-kicker-wrap,
.mingde-vip-page .mmc-section-eyebrow,
.mingde-vip-page .mmc-hero-kicker--vip {
  display: none !important;
}

/* Hero · VIP 會員 badge（取代紅色 stamp） */
.mingde-vip-page .mmc-hero-badge--vip {
  padding: 7px 16px 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 244, 204, 0.88) 100%);
  border: 1px solid rgba(201, 162, 39, 0.45);
  color: #6B4E00;
  font-size: clamp(0.75rem, 1.9vw, 0.875rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 16px rgba(74, 56, 8, 0.1);
  transform: none;
}

.mingde-vip-page .mmc-hero-badge--vip i {
  color: #C9A227;
  font-size: 0.9em;
}

/* Hero · 重点字 · #fec806 纯色（上一版 · 无发光） */
.mingde-vip-page .mingde-mc-hero-inner--vip .mmc-text-accent--gold,
.mingde-vip-page .mingde-mc-hero-inner--vip .mmc-hero-kw {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  color: #fec806 !important;
  -webkit-text-fill-color: #fec806 !important;
  font-weight: 900 !important;
  filter: none;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  paint-order: initial;
}

/* Hero · 标题层次 */
.mingde-vip-page .mmc-hero-h1--vip {
  color: #1A1A1A !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em;
  text-shadow: none;
}

.mingde-vip-page .mmc-hero-tagline--vip {
  color: #3D3008 !important;
  font-weight: 500;
}

.mingde-vip-page .mmc-hero-benefits--vip li {
  color: #3D3008 !important;
  font-weight: 600;
}

.mingde-vip-page .mmc-hero-benefits--vip .mmc-hero-kw {
  font-size: 1.04em;
  letter-spacing: 0.01em;
}

/* Hero · 福利剔 · 黑色 · 无底色 · 加大 */
.mingde-vip-page .mmc-hero-benefits--vip li {
  padding-left: clamp(28px, 7vw, 34px) !important;
}

.mingde-vip-page .mmc-hero-benefits--vip li::before {
  content: '\f00c' !important;
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #1A1A1A !important;
  font-size: clamp(16px, 4.4vw, 19px) !important;
  line-height: 1 !important;
  top: 0.1em !important;
  left: 0 !important;
  text-align: left;
}

/* brand-landing 旧规则覆盖 */
.mingde-vip-page .mmc-vip-benefit-feature {
  border: var(--mmc-card-border) !important;
}

.mingde-vip-page .mmc-referral-hero::after {
  display: none !important;
}

.mingde-vip-page .mmc-vip-section-head--light,
.mingde-vip-page .mmc-vip-section-head--benefits,
.mingde-vip-page .mmc-vip-section-head--faq {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 電腦版 · section 副標題置中，闊度對齊下方 card */
@media (min-width: 769px) {
  .mingde-vip-page .mmc-vip-section-head .mmc-section-sub,
  .mingde-vip-page .mmc-vip-section-head .mmc-tier-intro,
  .mingde-vip-page .mmc-vip-section-head--benefits .mmc-vip-benefits-lead,
  .mingde-vip-page .mmc-section-light--trust .mmc-trust-intro,
  .mingde-vip-page .mingde-mc-trust .mmc-trust-intro {
    display: block;
    width: 100%;
    text-align: center !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.mingde-vip-page .mmc-vip-section-head--light .mmc-section-title::before,
.mingde-vip-page .mmc-vip-section-head--benefits .mmc-section-title::before {
  display: none !important;
}

@media (max-width: 768px) {
  .mingde-vip-page .mingde-mc-section-hero {
    background: #E6B800 !important;
  }

  .mingde-vip-page .mingde-mc-hero-inner--vip {
    min-height: auto !important;
    overflow: hidden !important;
    padding:
      clamp(14px, 3.5vw, 22px)
      clamp(16px, 4vw, 22px)
      calc(var(--mmc-hero-wave-h) + clamp(8px, 2vw, 12px)) !important;
    background-position: 28% top, center !important;
  }

  .mingde-vip-page .mingde-mc-hero-inner--vip::after {
    background-image: url('https://mingtakfn.com/frontend/web/uploads/files/2026/08/vip/images/hero-bg-mob.webp?v=20260831vip211') !important;
  }

  .mingde-vip-page .mmc-hero-layout--vip {
    display: block !important;
    width: 100%;
  }

  .mingde-vip-page .mmc-hero-wrap--vip::before {
    display: none !important;
  }

  .mingde-vip-page .mmc-hero-wrap--vip,
  .mingde-vip-page .mingde-mc-hero-inner--vip .mmc-hero-wrap--vip {
    min-height: auto !important;
    padding-top: clamp(4px, 1.5vw, 10px) !important;
    padding-bottom: clamp(6px, 1.5vw, 10px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mingde-vip-page .mmc-hero-text-panel--vip {
    width: 100%;
    max-width: 100%;
    padding: clamp(12px, 3vw, 16px) clamp(10px, 2.5vw, 14px);
    isolation: isolate;
  }

  .mingde-vip-page .mmc-hero-text-panel--vip::before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: calc(-1 * (clamp(4px, 1.5vw, 10px) + clamp(14px, 3.5vw, 22px) + clamp(12px, 3vw, 16px)));
    bottom: calc(-1 * (clamp(6px, 1.5vw, 10px) + var(--mmc-hero-wave-h) + clamp(12px, 3vw, 16px)));
    left: calc(-1 * (clamp(16px, 4vw, 22px) + clamp(10px, 2.5vw, 14px)));
    right: calc(-1 * clamp(10px, 2.5vw, 14px));
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.22) 8%,
      rgba(255, 255, 255, 0.72) 26%,
      rgba(255, 255, 255, 0.9) 62%,
      rgba(255, 255, 255, 0.32) 94%,
      transparent 100%
    );
  }

  .mingde-vip-page .mmc-hero-mid-row--vip {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(2px, 0.8vw, 6px);
    margin-top: clamp(4px, 1.2vw, 8px);
    margin-bottom: clamp(28px, 6.5vw, 38px);
    width: 100%;
  }

  .mingde-vip-page .mmc-hero-visual-vip--mark {
    position: relative;
    top: auto;
    right: auto;
    transform: translateX(clamp(6px, 2vw, 12px));
    flex: 0 0 clamp(148px, 40vw, 208px);
    width: clamp(148px, 40vw, 208px);
    min-width: 0;
    z-index: 5;
    pointer-events: none;
    align-self: center;
    margin-left: clamp(4px, 1.2vw, 8px);
  }

  .mingde-vip-page .mmc-hero-mark-img {
    width: 100%;
    height: auto;
    max-height: min(228px, 48vw);
    filter:
      drop-shadow(0 14px 28px rgba(38, 26, 4, 0.2))
      drop-shadow(0 5px 12px rgba(38, 26, 4, 0.12))
      saturate(0.94);
  }

  .mingde-vip-page .mmc-hero-visual-vip--mark::after {
    width: 108%;
    filter: blur(8px);
  }

  .mingde-vip-page .mingde-mc-hero-inner--vip::before {
    background: linear-gradient(
      102deg,
      rgba(255, 250, 230, 0.3) 0%,
      rgba(255, 248, 210, 0.1) 22%,
      transparent 42%
    ) !important;
  }

  .mingde-vip-page .mmc-hero-top--vip {
    margin-bottom: clamp(14px, 3.5vw, 20px) !important;
  }

  .mingde-vip-page .mmc-hero-h1--vip {
    font-size: clamp(2.375rem, 11.8vw, 3.35rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.03em !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: clamp(26px, 6vw, 36px) !important;
  }

  .mingde-vip-page .mmc-hero-h1--vip .mmc-hero-h1-line {
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .mingde-vip-page .mmc-hero-h1--vip.mmc-hero-h1--dual {
    gap: 0.08em;
  }

  .mingde-vip-page .mmc-hero-tagline--vip {
    display: none !important;
  }

  .mingde-vip-page .mmc-hero-benefits--vip {
    flex: 0 1 auto;
    width: max-content;
    max-width: calc(100% - clamp(148px, 40vw, 208px) - 8px);
    min-width: 0;
    margin-bottom: 0 !important;
  }

  .mingde-vip-page .mmc-hero-benefits--vip li {
    font-size: clamp(1.0625rem, 4.5vw, 1.25rem) !important;
    line-height: 1.38 !important;
    margin-bottom: clamp(9px, 2.4vw, 13px) !important;
    padding-right: 0;
  }

  .mingde-vip-page .mmc-hero-benefits--vip .mmc-hero-kw {
    font-size: 1em;
  }

  .mingde-vip-page .mmc-hero-benefits--vip li:last-child {
    margin-bottom: 0 !important;
  }

  .mingde-vip-page .mmc-hero-actions-row--vip {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: stretch;
    gap: clamp(8px, 2.5vw, 12px);
    width: 100%;
    margin-top: clamp(10px, 2.5vw, 16px) !important;
    margin-bottom: 0 !important;
  }

  .mingde-vip-page .mmc-hero-actions-row--vip .mmc-btn-yellow,
  .mingde-vip-page .mmc-hero-actions-row--vip .mmc-btn-scroll-hint--vip {
    flex: 1 1 calc(50% - 18px);
    justify-content: center;
    width: auto;
    min-width: 0;
    min-height: 46px;
    padding: 10px 12px;
    font-size: clamp(0.875rem, 3.6vw, 1rem);
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
  }

  .mingde-vip-page .mmc-hero-actions-row--vip .mmc-btn-scroll-hint--vip i {
    font-size: 11px;
  }

  .mingde-vip-page .mmc-hero-actions-or--vip {
    color: #5C4A12 !important;
    text-align: center;
    font-size: clamp(0.8125rem, 3vw, 0.9375rem);
    flex: 0 0 auto;
    flex-shrink: 0;
  }

  .mingde-vip-page .mmc-btn-scroll-hint--vip {
    border-color: rgba(26, 26, 26, 0.18) !important;
    background: rgba(255, 255, 255, 0.72) !important;
    color: #1A1A1A !important;
  }

  .mingde-vip-page .mmc-hero-footnote--vip {
    margin-top: clamp(14px, 3.5vw, 20px) !important;
    margin-bottom: clamp(8px, 2vw, 12px) !important;
    padding-bottom: 0 !important;
    color: rgba(58, 46, 10, 0.72) !important;
    font-size: 0.6875rem;
    line-height: 1.55;
    max-width: none;
  }

  /* Hero → 賬戶級別 · 唔再用负 margin 重叠 */
  .mingde-vip-page .mingde-mc-section-tiers .mmc-section-light--tiers {
    margin-top: 0 !important;
    padding-top: clamp(20px, 5vw, 28px) !important;
  }

  /* 手機 · section 標題加大 */
  .mingde-vip-page .mmc-section-title,
  .mingde-vip-page .mmc-vip-section-head--light .mmc-section-title,
  .mingde-vip-page .mmc-vip-section-head--benefits .mmc-section-title,
  .mingde-vip-page .mingde-mc-trust .mmc-vip-section-head--light .mmc-section-title,
  .mingde-vip-page .mmc-faq-heading,
  .mingde-vip-page .mmc-referral-headline--title {
    font-size: clamp(2.0625rem, 8.5vw, 2.625rem) !important;
    line-height: 1.18 !important;
  }

  .mingde-vip-page .mmc-savings-title {
    font-size: clamp(1.5625rem, 6.4vw, 1.875rem) !important;
  }

  .mingde-vip-page .mmc-upgrade-block-title,
  .mingde-vip-page .mmc-vip-benefit-feature-title {
    font-size: clamp(1.5625rem, 6.2vw, 1.875rem) !important;
    line-height: 1.28 !important;
  }

  /* 轉倉推廣 · 手機排版 */
  .mingde-vip-page .mmc-upgrade-block--promo {
    gap: 10px;
    padding: clamp(16px, 3.5vw, 20px) clamp(14px, 3.5vw, 18px) clamp(14px, 3vw, 18px) !important;
  }

  .mingde-vip-page .mmc-upgrade-block--promo .mmc-upgrade-block-title {
    flex-wrap: wrap;
    margin-bottom: 8px !important;
  }

  .mingde-vip-page .mmc-promo-offer-box {
    padding: 14px 14px 16px;
  }

  .mingde-vip-page .mmc-promo-offer-headline {
    font-size: clamp(1.125rem, 4.8vw, 1.3125rem) !important;
    margin-bottom: 8px !important;
  }

  .mingde-vip-page .mmc-promo-offer-sub {
    font-size: 0.9375rem !important;
    line-height: 1.65 !important;
  }

  .mingde-vip-page .mmc-promo-conditions .mmc-promo-details-title {
    font-size: 0.9375rem !important;
    margin-bottom: 8px !important;
  }

  .mingde-vip-page .mmc-promo-conditions .mmc-promo-details-main {
    font-size: 0.9375rem !important;
    line-height: 1.65 !important;
  }

  .mingde-vip-page .mmc-promo-conditions .mmc-promo-details-note,
  .mingde-vip-page .mmc-promo-conditions .mmc-promo-details-foot {
    font-size: 0.8125rem !important;
    line-height: 1.6 !important;
  }

  /* ② 升級路徑 · 手機 bg 贴左上黄带（避免 cover 裁走） */
  .mingde-vip-page .mmc-section-light--upgrade {
    background-size: 130% auto !important;
    background-position: left top !important;
    background-repeat: no-repeat;
    background-color: #FFF4E0 !important;
  }

  /* ④ 福利 · 手機 bg 贴左黄带 */
  .mingde-vip-page .mmc-vip-benefits-panel {
    background-size: 125% auto !important;
    background-position: left top !important;
    background-repeat: no-repeat;
    background-color: #FFF4E0 !important;
  }

  /* 浮動 CTA · logo 回到文字左邊 */
  .mingde-vip-page .mmc-floating-cta-inner {
    padding-left: 12px !important;
  }

  .mingde-vip-page .mmc-floating-cta-inner::before {
    display: none;
  }

  .mingde-vip-page .mmc-floating-cta-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-self: center;
    width: auto;
    max-width: 100%;
    text-align: left;
  }

  .mingde-vip-page .mmc-floating-cta-copy::before {
    content: '';
    flex: 0 0 auto;
    width: 44px;
    height: 30px;
    background: url('https://mingtakfn.com/frontend/web/uploads/files/2026/08/vip/images/brand/mtf-footer-mark.svg') left center / contain no-repeat;
    opacity: 0.95;
  }
}

@media (min-width: 769px) {
  .mingde-vip-page .mmc-hero-text-panel--vip::before {
    display: none !important;
  }

  .mingde-vip-page .mmc-hero-wrap--vip::before {
    display: block;
  }

  .mingde-vip-page .mmc-hero-wrap--vip {
    min-height: auto;
    display: block;
  }

  .mingde-vip-page .mmc-hero-wrap--vip,
  .mingde-vip-page .mingde-mc-hero-inner--vip .mmc-hero-wrap--vip {
    padding-top: clamp(2px, 0.5vw, 6px) !important;
  }

  .mingde-vip-page .mmc-hero-wrap--vip::before {
    top: calc(-1 * (clamp(4px, 1vw, 10px) + clamp(2px, 0.5vw, 6px)));
    bottom: calc(-1 * (var(--mmc-hero-wave-h) + clamp(10px, 1.8vw, 16px)));
    left: calc(-1 * (clamp(20px, 3.5vw, 40px) + clamp(20px, 4vw, 40px)));
    right: min(46%, 520px);
  }

  .mingde-vip-page .mmc-hero-layout--vip {
    min-height: 0;
  }

  /* 左欄 flex 直排 · icon 絕對定位 · 避免 grid 被 icon 撑高拉開 CTA 间距 */
  .mingde-vip-page .mmc-hero-text-panel--vip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    max-width: none;
    padding: clamp(18px, 2.5vw, 28px) clamp(24px, 3.5vw, 36px);
    padding-right: min(50%, 540px);
  }

  .mingde-vip-page .mmc-hero-mid-row--vip {
    display: block;
    width: 100%;
    max-width: min(100%, 540px);
    margin-top: clamp(6px, 1.2vw, 12px);
    margin-bottom: 0;
  }

  .mingde-vip-page .mmc-hero-benefits--vip {
    margin-bottom: clamp(10px, 1.6vw, 16px) !important;
    max-width: min(100%, 540px);
    width: auto;
  }

  .mingde-vip-page .mmc-hero-visual-vip--mark {
    position: absolute;
    right: clamp(8px, 2vw, 24px);
    top: 50%;
    transform: translateY(-50%);
    flex: none;
    width: min(44%, 480px);
    max-width: 500px;
    margin-left: 0;
    pointer-events: none;
  }

  .mingde-vip-page .mmc-hero-actions-row--vip {
    margin-top: clamp(10px, 1.6vw, 16px) !important;
    width: 100%;
    max-width: min(100%, 540px);
  }

  .mingde-vip-page .mmc-hero-footnote--vip {
    margin-top: clamp(10px, 1.6vw, 16px) !important;
    max-width: min(100%, 560px);
  }

  .mingde-vip-page .mingde-mc-hero-inner--vip {
    padding-top: clamp(4px, 1vw, 12px) !important;
    padding-bottom: calc(var(--mmc-hero-wave-h) + clamp(10px, 1.8vw, 16px)) !important;
  }

  .mingde-vip-page .mmc-hero-top--vip {
    margin-bottom: clamp(8px, 1.5vw, 14px) !important;
  }

  .mingde-vip-page .mmc-hero-h1--vip {
    font-size: clamp(2.65rem, 4.6vw, 3.55rem) !important;
    line-height: 1.08 !important;
  }

  .mingde-vip-page .mmc-hero-tagline--vip {
    font-size: clamp(1.0625rem, 1.55vw, 1.1875rem) !important;
    font-weight: 600;
  }

  .mingde-vip-page .mmc-hero-benefits--vip li {
    font-size: clamp(1.125rem, 1.65vw, 1.3125rem) !important;
  }

  .mingde-vip-page .mmc-hero-mark-img {
    height: min(480px, 50vh);
    max-width: min(100%, 520px);
  }
}

@media (min-width: 769px) {
  /* Footer CTA · 電腦版：按鈕放大 · 上方面空再收 */
  .mingde-vip-page .mmc-vip-footer-cta-panel {
    padding-top: clamp(16px, 2vw, 24px) !important;
    padding-bottom: clamp(24px, 2.8vw, 36px) !important;
  }

  .mingde-vip-page .mmc-vip-footer-cta-title {
    margin-bottom: 6px;
    font-size: clamp(1.5rem, 2.4vw, 1.875rem);
  }

  .mingde-vip-page .mmc-vip-footer-cta-sub {
    margin-bottom: clamp(14px, 1.8vw, 20px);
  }

  .mingde-vip-page .mmc-vip-footer-cta-link-wrap {
    margin-top: clamp(10px, 1.2vw, 14px);
  }

  .mingde-vip-page .mmc-vip-footer-cta-actions {
    gap: 14px 20px;
  }

  .mingde-vip-page .mmc-vip-footer-cta-actions .mmc-btn-yellow,
  .mingde-vip-page .mmc-vip-footer-cta-actions .mmc-btn-outline-gold {
    padding: 18px 42px;
    min-height: 58px;
    min-width: 210px;
    font-size: 1.0625rem;
  }
}
