.elementor-20894 .elementor-element.elementor-element-e3e1c9e{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-bf2cea9 *//* ==========================================================================
   ATG古神巴風特 - 暗黑科技數據風卡片式排版系統
   主色: #0c325a (深藍底調) | 配色: #2797cc (科技藍)
   ========================================================================== */

/* 大容器：去背景色，以便透出網頁原生底層 */
.atg-baphomet-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", sans-serif;
  color: #e0e6ed;
  line-height: 1.75;
}

/* 獨立卡片核心架構 */
.atg-baphomet-hero-card,
.atg-baphomet-card {
  background: rgba(12, 50, 90, 0.65);
  background: linear-gradient(145deg, rgba(12, 50, 90, 0.8) 0%, rgba(8, 32, 60, 0.95) 100%);
  border: 1px solid rgba(39, 151, 204, 0.25);
  border-radius: 16px;
  padding: 45px;
  margin-bottom: 35px;
  box-sizing: border-box;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

/* 懸停浮動微光特效 */
.atg-baphomet-card:hover {
  transform: translateY(-5px);
  border-color: rgba(39, 151, 204, 0.5);
  box-shadow: 0 16px 50px rgba(39, 151, 204, 0.15);
}

/* 內嵌超連結專屬視覺 */
.atg-baphomet-container a {
  color: #2797cc;
  text-decoration: none;
  font-weight: 600;
  padding: 0 2px;
  border-bottom: 1px dashed #2797cc;
  transition: all 0.25s ease;
}

.atg-baphomet-container a:hover {
  color: #ffffff;
  background-color: rgba(39, 151, 204, 0.2);
  border-bottom: 1px solid #ffffff;
  border-radius: 4px;
}

/* 標籤 Badge */
.atg-baphomet-badge {
  display: inline-block;
  background: rgba(39, 151, 204, 0.15);
  color: #2797cc;
  border: 1px solid rgba(39, 151, 204, 0.4);
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

/* 標題分級 */
.atg-baphomet-main-title {
  font-size: 2.3rem;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 800;
  line-height: 1.35;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.atg-baphomet-section-title {
  font-size: 1.6rem;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.4;
  border-left: 5px solid #2797cc;
  padding-left: 15px;
}

/* 段落與文字 */
.atg-baphomet-lead {
  font-size: 1.15rem;
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 20px;
}

.atg-baphomet-paragraph {
  font-size: 1.05rem;
  color: #cbd5e1;
  margin-bottom: 16px;
}

/* 三欄數據網格 (討論焦點) */
.atg-baphomet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 35px;
}

.atg-baphomet-grid-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 30px 25px;
  border-radius: 12px;
  position: relative;
  transition: background 0.3s ease;
}

.atg-baphomet-grid-item:hover {
  background: rgba(39, 151, 204, 0.05);
  border-color: rgba(39, 151, 204, 0.2);
}

.atg-baphomet-item-index {
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(39, 151, 204, 0.15);
  position: absolute;
  top: 15px;
  right: 20px;
  line-height: 1;
}

.atg-baphomet-grid-item h3 {
  font-size: 1.2rem;
  color: #ffffff;
  margin: 0 0 15px 0;
  font-weight: 700;
  padding-right: 40px;
}

.atg-baphomet-grid-item p {
  font-size: 0.95rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.65;
}

/* 特色流程清單 (玩法觀察) */
.atg-baphomet-feature-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 25px 0;
}

.atg-baphomet-feature-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.atg-baphomet-dot {
  width: 8px;
  height: 8px;
  background: #2797cc;
  border-radius: 50%;
  margin-top: 9px;
  flex-shrink: 0;
  box-shadow: 0 0 8px #2797cc;
}

.atg-baphomet-feature-line p {
  margin: 0;
  color: #cbd5e1;
  font-size: 1.05rem;
}

/* 標準清單 */
.atg-baphomet-list {
  padding-left: 20px;
  margin-bottom: 25px;
}

.atg-baphomet-list li {
  margin-bottom: 14px;
  color: #cbd5e1;
}

.atg-baphomet-list strong {
  color: #ffffff;
}

/* RWD 響應式數據表格 */
.atg-baphomet-table-container {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.atg-baphomet-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 1rem;
  min-width: 600px;
}

.atg-baphomet-table th {
  background: #0c325a;
  color: #ffffff;
  padding: 16px 20px;
  font-weight: 700;
  border-bottom: 2px solid rgba(39, 151, 204, 0.4);
}

.atg-baphomet-table td {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
  background: rgba(0, 0, 0, 0.15);
}

.atg-baphomet-table tr:hover td {
  background: rgba(39, 151, 204, 0.04);
}

.atg-baphomet-td-highlight {
  color: #ffffff !important;
  font-weight: bold;
  background: rgba(39, 151, 204, 0.08) !important;
  width: 20%;
}

/* 頁尾 CTA 視覺箱 */
.atg-baphomet-footer-card {
  background: linear-gradient(145deg, #071f3a 0%, #0c325a 100%);
  border: 1px solid rgba(39, 151, 204, 0.4);
}

.atg-baphomet-cta-box {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 30px;
  margin-top: 35px;
  border-left: 4px solid #2797cc;
}

.atg-baphomet-cta-text {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 12px;
}

.atg-baphomet-cta-sub {
  font-size: 1rem;
  color: #94a3b8;
  margin-bottom: 25px;
  line-height: 1.7;
}

/* 按鈕群組 */
.atg-baphomet-btn-group {
  display: flex;
  gap: 20px;
}

.atg-baphomet-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.05rem;
  text-align: center;
  transition: all 0.3s ease;
  border: none !important;
  text-decoration: none !important;
}

.atg-baphomet-btn-tg {
  background: #2797cc;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(39, 151, 204, 0.4);
}

.atg-baphomet-btn-tg:hover {
  background: #1b7ba9 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(39, 151, 204, 0.6);
}

.atg-baphomet-btn-main {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.atg-baphomet-btn-main:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: #2797cc !important;
  transform: translateY(-2px);
}

/* ==========================================================================
   RWD 手機版窄螢幕格式校正（防止 Padding 撐肥）
   ========================================================================== */
@media (max-width: 768px) {
  .atg-baphomet-container {
    padding: 15px 10px; /* 窄化邊距 */
  }

  .atg-baphomet-hero-card,
  .atg-baphomet-card {
    padding: 25px 18px; /* 降低內部留白，釋放文字空間 */
    margin-bottom: 25px;
    border-radius: 12px;
  }

  .atg-baphomet-main-title {
    font-size: 1.65rem;
    margin-bottom: 15px;
  }

  .atg-baphomet-section-title {
    font-size: 1.3rem;
    padding-left: 10px;
    margin-bottom: 18px;
  }

  .atg-baphomet-lead {
    font-size: 1.05rem;
  }

  .atg-baphomet-paragraph {
    font-size: 0.98rem;
  }

  /* 網格強制切換為單欄佈局 */
  .atg-baphomet-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 25px;
  }

  .atg-baphomet-grid-item {
    padding: 22px 18px;
  }

  .atg-baphomet-item-index {
    font-size: 2rem;
    top: 10px;
    right: 15px;
  }

  .atg-baphomet-grid-item h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  /* 表格寬度與縮減調整 */
  .atg-baphomet-td-highlight {
    width: 30%;
  }
  
  .atg-baphomet-cta-box {
    padding: 20px 15px;
  }

  /* 行動端按鈕滿版一體化 */
  .atg-baphomet-btn-group {
    flex-direction: column;
    gap: 12px;
  }

  .atg-baphomet-btn {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 15px;
    font-size: 1rem;
  }
}/* End custom CSS */