.elementor-3747 .elementor-element.elementor-element-c1f42da{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-fa89f78 *//* ==========================================================================
   CSS 卡片式視覺樣式排版 (Card Layout) - 獨立 class 名稱：ju-card-
   主色調：#FF9045 (橘色) | 配色調：#F3CD5E (黃色)
   ========================================================================== */

/* 最外層包裹區（無背景色，完美融入網頁原有底色） */
.ju-card-wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Hiragino Sans GB", "Heiti TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
  padding: 20px 16px; /* 預設手機版窄距，防胖優化 */
  box-sizing: border-box;
}

/* ✨ 卡片核心樣式 (Card Item) */
.ju-card-item {
  background-color: #ffffff; /* 純白卡片底色襯托 */
  border: 1px solid #e2e8f0; /* 細緻微淡邊框 */
  border-radius: 12px; /* 時尚大圓角 */
  padding: 24px; /* 卡片內部留白舒適 */
  margin-bottom: 24px; /* 卡片與卡片之間的外部間距 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* 卡片質感微陰影，做出層次堆疊感 */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 鼠標懸停卡片時有微微浮起與陰影加深效果 */
.ju-card-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* 首張大標題卡片特殊處理 */
.ju-card-hero {
  border-top: 5px solid #FF9045; /* 頂部主色粗條 */
}

/* 標題系列設定 */
.ju-card-main-title {
  color: #1a202c;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}

.ju-card-h2 {
  color: #FF9045; /* 主色橘 */
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
}

/* H2 下方的精緻黃色裝飾小短線 */
.ju-card-h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #F3CD5E; /* 配色黃 */
  margin-top: 6px;
  border-radius: 2px;
}

.ju-card-h3 {
  color: #2d3748;
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 12px;
}

/* 內文字段落 */
.ju-card-intro {
  font-size: 1.05rem;
  color: #2d3748;
  margin-bottom: 14px;
  font-weight: 500;
}

.ju-card-text {
  font-size: 1rem;
  margin-bottom: 16px;
  color: #4a5568;
}

.ju-card-accent-text {
  color: #FF9045;
  font-size: 1.1rem;
}

/* 內部錨點超連結 */
.ju-card-link {
  color: #FF9045;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dashed #FF9045;
  transition: all 0.2s ease;
}
.ju-card-link:hover {
  color: #e06d1f;
  border-bottom: 1px solid #e06d1f;
  background-color: rgba(255, 144, 69, 0.05);
}

/* 列表設定 */
.ju-card-list, .ju-card-ordered-list {
  padding-left: 20px;
  margin-bottom: 16px;
}
.ju-card-list li, .ju-card-ordered-list li {
  margin-bottom: 8px;
  color: #4a5568;
}

.ju-card-list-clean {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ju-card-list-clean li {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

/* 分隔線 (卡片內有需要時才使用) */
.ju-card-divider {
  border: 0;
  height: 1px;
  background-color: #edf2f7;
  margin: 24px 0;
}

/* 內部重點提示框樣式 */
.ju-card-highlight {
  background-color: #fffaf0;
  border-left: 4px solid #F3CD5E;
  padding: 14px 16px;
  margin: 18px 0;
  border-radius: 0 6px 6px 0;
}

.ju-card-calc-box {
  background-color: #f7fafc;
  border: 1px solid #e2e8f0;
  padding: 16px 20px;
  border-radius: 8px;
  margin: 18px 0;
}

.ju-card-alert {
  background-color: #fff5f5;
  border: 1px solid #fed7d7;
  color: #c53030;
  padding: 12px 16px;
  border-radius: 6px;
  margin: 18px 0;
}

.ju-card-blue-box {
  background-color: #ebf8ff;
  border-left: 4px solid #3182ce;
  padding: 14px 16px;
  margin-top: 18px;
  border-radius: 0 6px 6px 0;
}

.ju-card-blockquote {
  border-left: 4px solid #FF9045;
  background-color: #fffaf0;
  padding: 12px 16px;
  margin: 18px 0;
  color: #2d3748;
}

/* 📊 響應式表格 (可在卡片內自由水平滑動，絕對不擠壓) */
.ju-card-table-responsive {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 8px;
  border: 1px solid #edf2f7;
}

.ju-card-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
  font-size: 0.95rem;
}

.ju-card-table th {
  background-color: #FF9045;
  color: #ffffff;
  padding: 12px 14px;
  font-weight: 600;
}

.ju-card-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #edf2f7;
  color: #4a5568;
}

.ju-card-table tbody tr:nth-child(even) {
  background-color: #f7fafc;
}

.ju-card-table tbody tr:hover {
  background-color: #fffaf0;
}

.ju-card-row-top {
  background-color: #fffaf0 !important;
}
.ju-card-row-top td {
  color: #e06d1f !important;
}

/* 📣 CTA 專屬大卡片 */
.ju-card-cta-block {
  border: 2px solid #FF9045;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
  padding: 35px 24px;
  text-align: center;
}

.ju-card-cta-title {
  color: #FF9045;
  font-size: 1.35rem;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
}

.ju-card-cta-text {
  color: #4a5568;
  font-size: 0.98rem;
  margin-bottom: 24px;
}

.ju-card-btn-wrap {
  margin: 25px 0;
}

/* 流線卡片點擊按鈕 */
.ju-card-cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #FF9045 0%, #e06d1f 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 14px 32px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(255, 144, 69, 0.35);
  transition: all 0.2s ease;
}

.ju-card-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 144, 69, 0.5);
}

.ju-card-cta-desc {
  color: #718096;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* ==========================================================================
   📱 響應式網頁 RWD 手機版優化調整 (RWD Layout)
   ========================================================================== */
@media screen and (max-width: 767px) {
  .ju-card-wrapper {
    padding: 15px 12px; /* 手機版最外圍邊距縮減，防止內縮太多看起來很肥胖 */
  }

  .ju-card-item {
    padding: 18px 16px; /* 縮減卡片內部的 padding，把更多畫面空間留給文字 */
    margin-bottom: 18px;
    border-radius: 10px;
  }

  .ju-card-main-title {
    font-size: 1.45rem;
    margin-bottom: 16px;
  }

  .ju-card-h2 {
    font-size: 1.22rem;
    margin-bottom: 12px;
  }

  .ju-card-cta-block {
    padding: 28px 16px;
  }

  .ju-card-cta-title {
    font-size: 1.18rem;
  }

  .ju-card-cta-btn {
    font-size: 1rem;
    padding: 14px 20px;
    display: block; /* 在手機上按鈕切換為「直條滿版」，更好用大拇指點選點擊 */
    line-height: 1.4;
  }
}/* End custom CSS */