.elementor-20887 .elementor-element.elementor-element-e3e1c9e{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-bf2cea9 *//* ==========================================================================
   全新獨立 Class 命名空間：.baphomet-abyss-container (避免樣式汙染)
   ========================================================================== */

/* 基礎重設與盒模型 */
.baphomet-abyss-container *,
.baphomet-abyss-container *::before,
.baphomet-abyss-container *::after {
    box-sizing: border-box;
}

/* 最外層不帶背景色，由外部包覆頁面自行決定 */
.baphomet-abyss-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", sans-serif;
    color: #e0e6ed;
    line-height: 1.7;
}

/* 內部超連結通用樣式 */
.baphomet-abyss-container a {
    color: #2797cc;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    border-bottom: 1px dashed #2797cc;
}

.baphomet-abyss-container a:hover {
    color: #4db3e6;
    border-bottom: 1px solid #4db3e6;
}

/* 獨立卡片基本樣式 */
.baphomet-card {
    background-color: #0c325a;
    border: 1px solid rgba(39, 151, 204, 0.25);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* 頂部主標題卡片特殊處理 */
.baphomet-hero-card {
    background: linear-gradient(135deg, #0c325a 0%, #061b30 100%);
    border-left: 6px solid #2797cc;
}

/* 標題與字型 */
.baphomet-main-title {
    font-size: 28px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.baphomet-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgba(39, 151, 204, 0.3);
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.baphomet-card-title {
    font-size: 22px;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.baphomet-badge {
    background-color: #2797cc;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: bold;
}

/* 內文段落 */
.baphomet-lead-text {
    font-size: 16px;
    margin-bottom: 16px;
    color: #f0f4f8;
    text-align: justify;
}

.baphomet-text-block {
    font-size: 15px;
    color: #d1dbe5;
    margin-bottom: 16px;
    text-align: justify;
}

/* 基本情報格線布局 (Table 代替版，自適應高質感) */
.baphomet-info-grid {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.baphomet-info-item {
    display: table-row;
}

.baphomet-info-item > span {
    display: table-cell;
    padding: 12px 15px;
    background-color: rgba(6, 27, 48, 0.5);
    vertical-align: middle;
}

.baphomet-info-item > span:first-child {
    width: 25%;
    font-weight: bold;
    color: #2797cc;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: 2px solid #0c325a;
}

.baphomet-info-item > span:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #e0e6ed;
}

/* 高亮色彩定義 */
.baphomet-value.highlight-blue {
    color: #4db3e6;
    font-weight: bold;
}
.baphomet-value.highlight-gold {
    color: #ffcc00;
    font-weight: bold;
}

/* 特色區塊排列 (不使用 Flex/Grid 以確保各瀏覽器絕對相容) */
.baphomet-feature-list {
    margin-top: 15px;
}

.baphomet-feature-box {
    background-color: rgba(6, 27, 48, 0.4);
    border: 1px solid rgba(39, 151, 204, 0.15);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
}

.baphomet-feature-title {
    font-size: 17px;
    color: #2797cc;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

.baphomet-feature-desc {
    font-size: 14px;
    margin: 0;
    color: #ccd6e0;
}

/* 子區塊 */
.baphomet-sub-section {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px dashed rgba(39, 151, 204, 0.2);
}

.baphomet-sub-title {
    font-size: 18px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 12px;
}

/* 增益區塊三欄布局 (使用 table-cell) */
.baphomet-增益-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 12px 0;
    margin-top: 20px;
}

.baphomet-增益-item {
    display: table-cell;
    background-color: rgba(6, 27, 48, 0.4);
    border-top: 3px solid #2797cc;
    border-radius: 0 0 8px 8px;
    padding: 15px;
    vertical-align: top;
}

.baphomet-增益-item h4 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 15px;
}

.baphomet-增益-item p {
    margin: 0;
    font-size: 13.5px;
    color: #b0c4de;
}

/* 觀盤攻略左右兩欄 */
.baphomet-strategy-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 20px 0;
    margin-top: 20px;
}

.baphomet-strategy-col {
    display: table-cell;
    vertical-align: top;
    background-color: rgba(6, 27, 48, 0.3);
    border-radius: 8px;
    padding: 20px;
}

.baphomet-block-title {
    font-size: 17px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(39, 151, 204, 0.2);
}

.baphomet-list {
    margin: 0;
    padding-left: 20px;
}

.baphomet-list li {
    font-size: 14px;
    margin-bottom: 12px;
    color: #ccd6e0;
    line-height: 1.6;
}

/* 自適應高質感表格 */
.baphomet-table-responsive {
    width: 100%;
    overflow-x: auto;
    margin-top: 15px;
    background-color: rgba(6, 27, 48, 0.3);
    border-radius: 8px;
    padding: 5px;
}

.baphomet-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
}

.baphomet-table th {
    background-color: rgba(39, 151, 204, 0.2);
    color: #ffffff;
    font-weight: bold;
    padding: 12px 10px;
    border-bottom: 2px solid #2797cc;
}

.baphomet-table td {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(39, 151, 204, 0.1);
    color: #ccd6e0;
}

.baphomet-table tbody tr:hover {
    background-color: rgba(39, 151, 204, 0.08);
}

.baphomet-td-highlight {
    font-weight: bold;
    color: #ffffff !important;
    background-color: rgba(6, 27, 48, 0.5);
}

/* FAQ 問答樣式 */
.baphomet-faq-wrapper {
    margin-top: 15px;
}

.baphomet-faq-item {
    background-color: rgba(6, 27, 48, 0.4);
    border-radius: 6px;
    padding: 18px;
    margin-bottom: 15px;
    border-left: 3px solid #2797cc;
}

.baphomet-faq-q {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
}

.baphomet-faq-a {
    font-size: 14.5px;
    color: #b0c4de;
    padding-left: 5px;
}

/* CTA 行動呼籲卡片特別設計 */
.baphomet-cta-card {
    background: linear-gradient(135deg, #0c325a 0%, #16467a 100%);
    border: 2px solid #2797cc;
    text-align: center;
    padding: 40px 30px;
}

.baphomet-cta-text {
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 25px;
}

/* 內部推薦導流格線 */
.baphomet-internal-links {
    margin: 25px 0;
    padding: 20px;
    background-color: rgba(6, 27, 48, 0.5);
    border-radius: 8px;
    text-align: left;
}

.baphomet-internal-links h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #ffcc00;
    font-size: 16px;
}

.baphomet-link-grid {
    display: table;
    width: 100%;
}

.baphomet-link-grid a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* 按鈕美化 */
.baphomet-btn-wrapper {
    margin-top: 10px;
}

.baphomet-cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #2797cc 0%, #1e7099 100%);
    color: #ffffff !important;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 35px;
    border-radius: 30px;
    border: none !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 4px 15px rgba(39, 151, 204, 0.4);
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.baphomet-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(39, 151, 204, 0.6);
    background: linear-gradient(90deg, #32a5dd 0%, #237fae 100%);
}

/* ==========================================================================
   RWD 手機版響應式優化（精確調整內距避免肥胖）
   ========================================================================== */
@media screen and (max-width: 768px) {
    .baphomet-abyss-container {
        padding: 10px 8px; /* 縮小最外層邊距 */
    }

    .baphomet-card {
        padding: 20px 15px; /* 精準降低卡片內襯，使畫面紮實不臃腫 */
        margin-bottom: 15px;
    }

    .baphomet-main-title {
        font-size: 22px;
    }

    .baphomet-card-title {
        font-size: 18px;
    }

    .baphomet-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    /* 格線打散成單欄 */
    .baphomet-info-grid,
    .baphomet-info-item,
    .baphomet-info-item > span,
    .baphomet-增益-grid,
    .baphomet-增益-item,
    .baphomet-strategy-row,
    .baphomet-strategy-col {
        display: block;
        width: 100% !important;
    }

    .baphomet-info-item {
        margin-bottom: 10px;
        border-radius: 6px;
        overflow: hidden;
    }

    .baphomet-info-item > span:first-child {
        border-right: none;
        border-bottom: 1px solid #0c325a;
        border-radius: 6px 6px 0 0;
    }

    .baphomet-info-item > span:last-child {
        border-radius: 0 0 6px 6px;
    }

    .baphomet-增益-item {
        margin-bottom: 12px;
        border-radius: 8px;
    }

    .baphomet-strategy-col {
        margin-bottom: 15px;
    }

    .baphomet-cta-button {
        font-size: 15px;
        padding: 12px 20px;
        width: 100%;
    }
}/* End custom CSS */