  /* 易經專區專排版 */
  .yijing-hero-card {
    background: #ffffff !important;
    border: 1px solid #ebdccb !important;
    border-top: 5px solid #520472 !important;
    border-radius: 8px !important;
    box-shadow: 0 6px 20px rgba(82, 4, 114, 0.04) !important;
    padding: 30px 25px !important;
  }
 
  /* 易經專區專排版 */
  .yijing-section-title {
    color: #520472;
    font-weight: bold;
    border-left: 5px solid #520472;
    padding-left: 12px;
    margin-bottom: 20px;
  }
  .yijing-box-card {
    background: #ffffff;
    border: 1px solid #ebdccb;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(82, 4, 114, 0.03);
    transition: all 0.3s ease;
  }
  .yijing-box-card:hover {
    border-color: #520472;
    transform: translateY(-3px);
  }
  .sanyi-card {
    background: #fffdf9;
    border: 1px dashed #ebdccb;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
  }
  .yao-item {
    border-left: 3px solid #520472;
    padding-left: 15px;
    margin-bottom: 20px;
    position: relative;
  }
  .yao-item::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 4px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #f5a623;
    border: 2px solid #520472;
  }

  /* 易經六十四卦白話文解釋 */
  .hex-link {
    color: #333333;
    text-decoration: none !important;
    display: block;
    padding: 10px 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
  }
  .hex-link:hover {
    background-color: #520472;
    color: #ffffff !important;
    box-shadow: 0 4px 8px rgba(82, 4, 114, 0.2);
  }
  #mobileGuaTab .nav-link {
    background-color: #f8f0fc;
    color: #520472;
    border: 1px solid #ebdccb;
    border-radius: 6px;
    text-align: center;
  }
  #mobileGuaTab .nav-link.active {
    background: linear-gradient(135deg, #520472 0%, #3a0351 100%) !important;
    color: #ffffff !important;
    border-color: #3a0351 !important;
  }
  .m-hex-btn {
    display: block;
    text-align: center;
    background-color: #fffdf9;
    color: #333333;
    border: 1px solid #ebdccb;
    border-radius: 6px;
    padding: 10px 4px;
    font-weight: bold;
    font-size: 0.95rem;
    text-decoration: none !important;
    transition: all 0.2s ease;
  }
  .m-hex-btn small {
    display: block;
    color: #520472;
    font-size: 0.75rem;
    font-weight: normal;
  }
  .m-hex-btn:active, .m-hex-btn:hover {
    background: #520472;
    color: #ffffff !important;
    border-color: #520472;
  }
  .m-hex-btn:active small, .m-hex-btn:hover small {
    color: #ffeeba;
  }

  /* 易經卜卦範例教學 */
  .examples-cta-card {
    background: #ffffff !important;
    border: 2px solid #e0c8ac !important;
    border-radius: 10px !important;
    padding: 35px 30px !important;
    box-shadow: 0 10px 30px rgba(184, 134, 11, 0.08) !important;
    position: relative;
    overflow: hidden;
  }
  .examples-nav-list {
    list-style: none !important;
    padding: 20px 25px !important;
    margin: 15px 0 0 0 !important;
    background: #ffffff !important;
    border-radius: 8px !important;
  }
  .examples-nav-list li {
    margin-bottom: 15px !important;
    border-bottom: 1px dashed #ebdccb !important;
    padding-bottom: 12px !important;
  }
  .examples-nav-list li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .examples-nav-list li a {
    color: #520472 !important;
    font-weight: bold !important;
    font-size: 1.05rem !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center;
    transition: all 0.25s ease !important;
  }
  .examples-nav-list li a:hover {
    color: #d9534f !important;
    transform: translateX(5px) !important;
  }
  .example-icon-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: #f8f0fc !important;
    border: 1px solid #ebdccb !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
  }
  .example-num {
    color: #d9534f !important;
    font-weight: bold !important;
    font-size: 0.95rem !important;
  }
  .btn-matrix { gap: 15px; }
  .btn-cro {
    font-weight: 800 !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    font-size: 1rem !important;
  }
  .btn-cro:hover {
    transform: translateY(-2.5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15) !important;
  }
  .btn-line {
    background: linear-gradient(135deg, #06C755, #05ac4a) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(6, 199, 85, 0.2) !important;
  }
  .btn-contact {
    background: linear-gradient(135deg, #fffdf9, #f8f0fc) !important;
    border: 1px solid #ebdccb !important;
    color: #520472 !important;
  }
  .btn-contact:hover {
    background: linear-gradient(135deg, #520472, #3a0351) !important;
    color: #ffffff !important;
    border: none !important;
  }
  @media (max-width: 575px) {
    .btn-matrix { flex-direction: column !important; }
    .btn-cro { width: 100% !important; justify-content: center !important; }
  }

  /* 相關知識文章專區 */
    .yijing-article-list {
    background: #ffffff;
    border: 1px solid #ebdccb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(82, 4, 114, 0.03);
  }
  .yijing-article-header {
    background: #520472;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .yijing-article-item {
    padding: 16px 20px;
    border-bottom: 1px solid #f2e9df;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .yijing-article-item:last-child {
    border-bottom: none;
  }
  .yijing-article-item:hover {
    background-color: #fffdf9;
    padding-left: 25px;
  }
  .yijing-article-link {
    color: #333333;
    font-size: 1.08rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: color 0.2s;
  }
  .yijing-article-item:hover .yijing-article-link {
    color: #520472;
  }
  .yijing-article-num {
    background: #ebdccb;
    color: #520472;
    font-weight: bold;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 0.9rem;
    flex-shrink: 0;
  }
  .yijing-article-meta {
    font-size: 0.88rem;
    color: #888888;
    flex-shrink: 0;
    margin-left: 15px;
  }
  .page_link a, .page_link strong {
    display: inline-block;
    padding: 6px 14px;
    margin: 0 3px;
    border-radius: 4px;
    border: 1px solid #ebdccb;
    color: #520472;
    text-decoration: none !important;
    font-size: 0.95rem;
  }
  .page_link strong {
    background: #520472;
    color: #ffffff;
    border-color: #520472;
  }
  .page_link a:hover {
    background: #f5a623;
    color: #ffffff;
    border-color: #f5a623;
  }

  /* 易經占卜範例一：高普考考試運勢 */
  .ex-master-card {
    background: #ffffff !important;
    border: 2px solid #e0c8ac !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px rgba(82, 4, 114, 0.06) !important;
    padding: 35px 25px !important;
  }
  
  /* 標題與標籤強化 */
  .ex-section-tag {
    background: linear-gradient(135deg, #520472, #3a0351);
    color: #ffffff;
    font-weight: bold;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
    font-size: 0.9rem;
    margin-bottom: 12px;
  }
  
  .ex-main-title {
    color: #520472 !important;
    font-weight: 800 !important;
    font-size: 1.75rem !important;
    line-height: 1.5 !important;
  }
  
  .ex-block-title {
    color: #520472 !important;
    font-weight: bold !important;
    font-size: 1.25rem !important;
    border-left: 5px solid #520472;
    padding-left: 12px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  /* 求問者基本資料卡片 */
  .ex-user-info-box {
    background: #fffdf9 !important;
    border: 1px dashed #d9534f !important;
    border-left: 5px solid #d9534f !important;
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 30px;
  }

  /* 卦象顯示重點框 */
  .ex-hexagram-box {
    background: linear-gradient(135deg, #f8f0fc, #fffdf9);
    border: 2px solid #520472;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: 25px 0;
  }

  /* 經文與譯文高對比雙色卡片 */
  .ex-scripture-card {
    border: 1px solid #ebdccb;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .ex-scripture-header {
    background: #fff3cd;
    color: #856404;
    font-weight: bold;
    padding: 12px 20px;
    border-bottom: 1px solid #ffeba3;
    font-size: 1.05rem;
  }
  .ex-scripture-body {
    background: #ffffff;
    color: #2c2c2c !important; /* 加深顏色，確保清晰 */
    padding: 18px 20px;
    line-height: 1.8;
    font-size: 1rem;
  }

  /* 解卦內文顏色加深 */
  .ex-analysis-text {
    color: #2c2c2c !important; /* 解決文字太淺問題 */
    font-size: 1.05rem !important;
    line-height: 2 !important;
    text-align: justify;
  }

  /* 孫子兵法引用警示框 */
  .ex-quote-box {
    background: #fffdf9;
    border-left: 4px solid #d9534f;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
  }

  /* 按鈕排版 */
  .btn-matrix {
    gap: 15px;
  }
  .btn-cro {
    font-weight: 800 !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    font-size: 1rem !important;
  }
  .btn-line {
    background: linear-gradient(135deg, #06C755, #05ac4a) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(6, 199, 85, 0.2) !important;
  }
  .btn-contact {
    background: linear-gradient(135deg, #520472, #3a0351) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(82, 4, 114, 0.2) !important;
  }