.elementor-17716 .elementor-element.elementor-element-f59d827{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17716 .elementor-element.elementor-element-ea98ff7{font-weight:400;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-5f15114 );}/* Start custom CSS for text-editor, class: .elementor-element-ea98ff7 *//* 全域靠左對齊與重設 */
.baf-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #e0e6ed;
}

/* 標題與引言設定 */
.baf-main-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
  border-left: 5px solid #2797cc;
  padding-left: 15px;
}

.baf-intro-card {
  background-color: #0c325a;
  border: 1px solid rgba(39, 151, 204, 0.3);
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.baf-intro-text {
  font-size: 16px;
  line-height: 1.7;
  color: #cbd5e1;
  margin: 0;
}

.baf-section-title {
  color: #2797cc;
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 10px 0;
}

.baf-section-desc {
  font-size: 15px;
  color: #94a3b8;
  margin-bottom: 25px;
}

/* 獨立卡片式網格佈局 */
.baf-grid-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.baf-feature-card {
  background-color: #0c325a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 24px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.baf-feature-card:hover {
  transform: translateY(-5px);
  border-color: #2797cc;
  box-shadow: 0 6px 25px rgba(39, 151, 204, 0.15);
}

.baf-card-badge {
  background-color: rgba(39, 151, 204, 0.15);
  color: #2797cc;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 20px;
  align-self: flex-start;
  margin-bottom: 12px;
  border: 1px solid rgba(39, 151, 204, 0.3);
}

.baf-card-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px 0;
}

.baf-card-content {
  font-size: 14.5px;
  line-height: 1.6;
  color: #cbd5e1;
  margin: 0;
}

/* 防詐建議表格設定 */
.baf-strategy-section {
  margin-bottom: 40px;
}

.baf-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid rgba(39, 151, 204, 0.2);
}

.baf-custom-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #0c325a;
  text-align: left;
}

.baf-custom-table th {
  background-color: rgba(39, 151, 204, 0.2);
  color: #ffffff;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #2797cc;
}

.baf-custom-table td {
  padding: 16px;
  font-size: 14.5px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
}

.baf-td-highlight {
  color: #2797cc !important;
  font-weight: 600;
  white-space: nowrap;
}

/* 內部連結樣式 */
.baf-inner-link {
  color: #2797cc;
  text-decoration: underline;
  transition: color 0.2s;
}

.baf-inner-link:hover {
  color: #ffffff;
}

/* 壓軸 CTA 行動呼籲卡片 */
.baf-cta-card {
  background: linear-gradient(135deg, #0c325a 0%, #061b30 100%);
  border: 2px solid #2797cc;
  border-radius: 12px;
  padding: 35px;
  margin-top: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.baf-cta-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.baf-cta-text {
  font-size: 16px;
  line-height: 1.7;
  color: #cbd5e1;
  margin-bottom: 15px;
}

.baf-brand-highlight {
  color: #2797cc;
  font-weight: bold;
  font-size: 18px;
}

.baf-cta-summary {
  font-size: 15px;
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

/* CTA 按鈕設計 */
.baf-btn-container {
  display: flex;
  justify-content: flex-start;
}

.baf-main-btn {
  background-color: #2797cc;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 35px;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(39, 151, 204, 0.4);
  display: inline-block;
}

.baf-main-btn:hover {
  background-color: #1e7eb0;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(39, 151, 204, 0.6);
}

/* RWD 行動裝置格式優化 (防止過胖與斷行處理) */
@media (max-width: 992px) {
  .baf-grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .baf-container {
    padding: 12px; /* 縮小最外層間距以留出閱讀空間 */
  }
  
  .baf-main-title {
    font-size: 22px;
    padding-left: 10px;
  }
  
  .baf-intro-card, .baf-cta-card {
    padding: 20px; /* 調整手機板內襯，防止看起來太臃腫 */
  }
  
  .baf-grid-layout {
    grid-template-columns: 1fr; /* 手機版改為單欄卡片 */
    gap: 15px;
  }
  
  .baf-feature-card {
    padding: 18px;
  }
  
  .baf-custom-table th, .baf-custom-table td {
    padding: 12px;
    font-size: 13.5px;
  }
  
  .baf-td-highlight {
    white-space: normal; /* 行動版允許適度換行以免撐開表格 */
  }
  
  .baf-main-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}/* End custom CSS */