
            .page-wrapper,
            .wpo-blog-single-section,
            .container-fluid,
            .wpo-blog-wraper {
                overflow: visible !important;
                clip: auto !important;
            }

            .wpo-blog-wraper {
                display: flex !important;
                flex-wrap: wrap;
                align-items: flex-start !important; 
            }

            .wpo-blog-content {
                flex: 1;
                min-width: 60%;
            }

            .blog-sidebar {
                position: -webkit-sticky !important; 
                position: sticky !important;
                top: 120px !important; /* 距離瀏覽器頂部的懸浮距離，可根據實際導航欄微調 */
                height: fit-content !important; /* 保證高度只包裹自身內容 */
                z-index: 99;
            }

            @media (max-width: 991px) {
                .wpo-blog-wraper {
                    display: block !important;
                }
                .blog-sidebar {
                    position: static !important;
                    margin-top: 50px;
                }
            }

            /* 新增：響應式表格外層容器，確保手機端可左右滑動 */
            .table-responsive-wrapper {
                width: 100%;
                overflow-x: auto; /* 允許橫向滾動 */
                -webkit-overflow-scrolling: touch; /* 蘋果 iOS Safari 平滑滾動專屬優化 */
                margin: 40px 0; /* 外層控制上下邊距 */
                border-radius: 4px; /* 選擇性：讓邊角圓潤一點 */
            }

            .luke-advantage-table {
                width: 100%;
                min-width: 700px; /* 核心：設定最小寬度，小於此寬度時就會觸發父層橫向滑動 */
                border-collapse: collapse;
                background-color: #FFFFFF;
                box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            }
            .luke-advantage-table th {
                padding: 18px 15px;
                text-align: left;
                font-size: 1.1em;
                border: 1px solid #EAEAEA;
            }
            .luke-advantage-table th.col-dark {
                background-color: #000000;
                color: #FFFFFF;
                width: 20%;
            }
            .luke-advantage-table th.col-normal {
                background-color: #F5F5F5;
                color: #555555;
                width: 35%;
            }
            .luke-advantage-table th.col-highlight {
                background-color: #FF6600;
                color: #FFFFFF;
                width: 45%;
            }
            .luke-advantage-table td {
                padding: 15px;
                border: 1px solid #EAEAEA;
                color: #333333;
                vertical-align: top;
                line-height: 1.6;
                font-size: 16px;
            }
            .luke-advantage-table td.td-highlight {
                background-color: #FFF9F5;
                font-weight: 500;
                color: #000000;
            }
            .luke-advantage-table tr:hover {
                background-color: #FAFAFA;
            }

            
            /* 目錄小工具樣式 */
            .toc-widget ul {
                padding: 10px 30px !important;
                list-style: none;
                margin: 0;
            }
            .toc-widget ul li {
                margin-top: 20px;
                margin-bottom: 10px;
                padding-left: 15px;
                position: relative;
                 white-space: nowrap;     
              overflow: hidden;          
              text-overflow: ellipsis;   
            }
            .toc-widget ul li::before {
                content: '';
                position: absolute;
                left: 0;
                top: 8px;
                width: 6px;
                height: 6px;
                background-color: #FF6600;
                border-radius: 50%;
            }
            .toc-widget ul li a {
                color: #333;
                text-decoration: none;
                transition: color 0.3s;
                font-weight: 500;
                font-size: 18px;

            }
            .toc-widget ul li a:hover {
                color: #FF6600;
            }


            /* 新增：帶有淺灰色底線的 UL/LI 列表佈局 */
            .feature-list {
                list-style: none;
                padding: 0;
                margin: 0 0 20px 0;
            }
            .feature-list li {
                padding: 18px 0;
                border-bottom: 1px solid #EAEAEA;
                color: #555555;
                line-height: 1.8;
                font-size: 18px;
            }

            .feature-list li:last-child {
                border-bottom: none; /* 最後一項移除底線 */
            }
            .feature-list li strong {
                color: #FF6600;
                font-size: 18px;
                display: block;
                margin-bottom: 5px;
            }

            /* 新增：高轉化率 CTA 區塊樣式 */
          .luke-cta-section {
                background: #111111; /* 深石墨色，營造高級感 */
                padding: 60px 30px;
                color: #ffffff;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            }

            .luke-cta-container {
                max-width: 1100px;
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                gap: 15px;
            }

             .luke-cta-section h4 {
                    font-size: 22px;
                    font-weight: bold;
                    margin-top: 0;
                    margin-bottom: 20px;
                    color: #FFFFFF;
                }
                .luke-cta-section p {
                    font-size: 16px !important;
                    line-height: 1.62;
                    color: #ffffff !important;
                    margin: 0 auto 40px auto;
                    }


            /* 左側文字內容 */
            .luke-cta-content {
                flex: 1;
                min-width: 300px;
                text-align: center;
            }

            /* 按鈕區域 */
            .luke-cta-actions {
                display: flex;
                justify-content: center;
                gap: 15px;
                flex-wrap: wrap;
                margin-top: 5px;
                margin-bottom: 25px;
            }

            .luke-cta-btn {
                padding: 14px 32px;
                border-radius: 4px;
                text-decoration: none;
                font-weight: 600;
                transition: all 0.3s ease;
                display: inline-flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 0;
            }

            /* 主要聯絡按鈕 */
            .btn-primary {
                background-color: #fb6a0a;
            }

            .btn-primary:hover {
                background-color: #eb5e00;
                transform: translateY(-3px);
                box-shadow: 0 10px 20px rgba(212, 156, 52, 0.2);
            }

            /* LINE 按鈕 */
            .btn-line {
                background-color: transparent;
                border: 1px solid #06C755;
                color: #06C755;
            }

            .btn-line:hover {
                background-color: #06C755;
                color: #fff;
                transform: translateY(-3px);
            }

            /* 右側 QR Code 區域 */
            .luke-cta-qrcode-wrapper {
                flex: 0 0 200px;
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .qrcode-box {
                background: #fff;
                padding: 10px;
                border-radius: 8px;
                box-shadow: 0 20px 40px rgba(0,0,0,0.3);
                margin-bottom: 0;
                transition: transform 0.3s ease;
            }

            .qrcode-box:hover {
                transform: scale(1.05);
            }
            .qrcode-box img {
                width: 160px;
                height: 160px;
                display: block;
            }
            .qrcode-label {
                font-size: 0.9rem;
                color: #333333;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            /* 底部輔助連結 */
            .luke-cta-footer-links {
                margin-top: 20px;
                font-size: 0.95rem;
            }

            .luke-cta-footer-links a {
                color: #888;
                text-decoration: none;
                transition: color 0.3s;
            }

            .luke-cta-footer-links a:hover {
                color: #FF6600;
            }

            .divider {
                margin: 0 10px;
                color: #444;
            }

            /* RWD 響應式調整 */
            @media (max-width: 768px) {
                .luke-cta-container {
                    flex-direction: column;
                    text-align: center;
                }
                .luke-cta-content {
                    order: 1;
                }
                .luke-cta-qrcode-wrapper {
                    order: 2;
                    margin-top: 20px;
                }
                .luke-cta-actions {
                    justify-content: center;
                }
            }



            /* 新增：為 SEO 內部連結與外部權威連結加入統一規範的 Hover 體驗 */
            .seo-internal-link {
                color: #FF6600;
                text-decoration: none;
                border-bottom: 1px solid rgba(255, 102, 0, 0.3);
                transition: all 0.3s ease;
            }
            .seo-internal-link:hover {
                border-bottom: 1px solid #FF6600;
                background-color: rgba(255, 102, 0, 0.05);
                color: #000;
            }
            .seo-external-link {
                color: #333333;
                text-decoration: none;
                border-bottom: 1px dashed #999999;
                transition: all 0.3s ease;
            }
            .seo-external-link:hover {
                color: #FF6600;
                border-bottom: 1px dashed #FF6600;
            }

            @media (max-width: 991px) {
                .blog-sidebar .toc-widget {
                    display: none;
                }
            }
            
            /* =========================================================
               新增：從 HTML 行內提取的 CSS 樣式 (Extracted Inline Styles) 
               ========================================================= */
            .title-bold { font-weight: bold; }
            .intro-highlight { font-size: 1.1em; font-weight: 600; color: #000000; }
            .section-title { margin-top: 60px; font-weight: 500; color: #000000; }
            .perspective-title { color: #000000; margin-top: 0; }
            .solution-box { background-color: #FFF3EB; padding: 15px; border-radius: 4px; }
            .solution-text { margin: 0; color: #000000; }
            .media-spaced { margin: 40px 0; }
            .gallery-spaced { margin: 30px 0; }
            .section-divider { margin: 60px 0; border: 0; border-top: 1px dashed #CCC; }
            .why-title { text-align: center; color: #000000; margin-bottom: 20px; }
            .why-subtitle { text-align: center; font-size: 1.1em; color: #555; margin-bottom: 30px; }
            .toc-widget-box { background: #FAFAFA; }



 /* ===================== 文章1  ============================== */
 /* 降維打擊優勢卡片樣式 */
        .luke-advantage-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
            margin: 40px 0;
        }
        .luke-advantage-card {
            background-color: #f2f2f2;
            padding: 30px 20px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            text-align: center;
            transition: transform 0.3s ease;
        }
        .luke-advantage-card:hover {
            transform: translateY(-5px);
        }
        .luke-advantage-number {
            color: #FF6B00;
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .luke-advantage-title {
            color: #000000;
            font-size: 1.1rem;
            margin-bottom: 15px;
            font-weight: 600;
        }
        .luke-advantage-title a {
            color: #000000;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .luke-advantage-title a:hover {
            color: #FF6B00;
        }
        .luke-advantage-desc {
            color: #CCCCCC;
            margin: 0;
            font-size: 0.95rem;
        }


 /* ===================== 文章2  ============================== */

.featurenoneblock strong{display: inline-block !important;}



 /* ===================== 文章3  ============================== */

    /* 自定義卡片排版 */
    .luke-info-card {
        background: #fdfdfd;
        padding: 25px;
        margin: 30px 0;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .luke-info-card h4 {
        color: #1a1a1a;
        margin-bottom: 15px;
        font-weight: 600;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        font-size: 20px;
    }

   /* 服務組件 - 修改為一行排列兩個 */
    .service-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 25px 0;
    }

    /* 在手機端保持單排以確保閱讀體驗 */
    @media (max-width: 576px) {
        .service-grid {
            grid-template-columns: 1fr;
        }
    }

    .service-box {
        background: #1a1a1a;
        padding: 20px 30px;
    }
    .service-box a{
        color: #fff;
        text-decoration: none;
        border-bottom:none;
    }
    .service-box a:hover{
        color: #fff;
    }

    .service-box span {
        color: #FF8C00;
        font-weight: bold;
        display: block;
        margin-bottom: 8px;
        font-size: 18px;
    }



 /* ===================== 文章4  ============================== */

 /* 列表樣式修正 */
        .feature-list {
            list-style: none;
            padding-left: 0;
        }
        .feature-list li {
            margin-bottom: 20px;
            padding-left: 25px;
            position: relative;
        }
        .feature-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: var(--luke-orange);
            font-weight: bold;
        }
        .feature-list li strong {
            color: var(--luke-orange);
            display: block;
            margin-bottom: 5px;
        }



 /* ========================= 文章5  ============================== */
/* 3行卡片組件樣式 */
.luke-card-grid { display: flex; flex-wrap: wrap; gap: 20px; margin: 40px 0; }
.luke-tech-card { flex: 1; min-width: 250px; background: #fff; border: 1px solid #eee; padding: 30px; border-radius: 8px; transition: transform 0.3s, border-color 0.3s; position: relative; overflow: hidden; }
.luke-tech-card:hover { transform: translateY(-5px); border-color: #ff823a; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.luke-tech-card::before { content: &quot;&quot;; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: #ff823a; }
.luke-tech-card h3 { font-size: 1.2rem; color: #000; margin-bottom: 15px; font-weight: 700; }
.luke-tech-card p { font-size: 0.95rem; color: #666; line-height: 1.6; margin: 0; }




 /* ========================= 文章6  ============================== */

 .luke-comparison-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin: 30px 0;
    }
    .luke-card {
        background: #f9f9f9;
        padding: 20px;
        border-radius: 4px;
    }
    .luke-card h4 {
        color: #1a1a1a;
        margin-top: 0;
        font-size: 1.1rem;
    }
    @media (max-width: 768px) {
        .luke-comparison-grid {
            grid-template-columns: 1fr;
        }
    }


 /* ========================= 文章7  ============================== */


     .cardbggrey .luke-tech-card{
    background: #f9f9f9;
  }