  /* * Bingo(HK) Blog Style - V2 (Cards & Images Enhanced)
     */
    :root {
        --bingo-yellow: #cda400;
        --bingo-dark: #333;
        --card-bg: #f8f9fa;
        --text-color: #444;
        --border-radius: 12px;
    }
    .blog-content-wrapper {
       /*font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        color: var(--text-color);
        line-height: 1.8;
        /*max-width: 900px;*/
        margin: 0 auto;
        padding: 20px 0;
    }
    .blog-content-wrapper .post-meta {
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: 0.95em;
        color: var(--meta-color);
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .blog-content-wrapper .post-meta span {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .blog-content-wrapper .post-meta .author-name {
        color: var(--bingo-dark);
        font-weight: 600;
        text-decoration: none;
        border-bottom: none;
    }

    .blog-content-wrapper .post-meta .author-name:hover {
        color: var(--bingo-yellow);
    }

    .blog-content-wrapper h1 {
        color: var(--bingo-yellow);
     }
    .blog-content-wrapper h2 {
        color: var(--bingo-yellow);
        margin-top: 40px;
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 1.6em;
    }

    .blog-content-wrapper h3 {
        color: var(--bingo-dark);
        margin-top: 35px;
        font-weight: 600;
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .blog-content-wrapper p { margin-bottom: 15px;margin-top: 5px; font-size: 16px; }

    .blog-content-wrapper a {
        color: var(--bingo-yellow);
        text-decoration: none;
        border-bottom: 1px dotted var(--bingo-yellow);
        transition: 0.3s;
    }
    .blog-content-wrapper a:hover { background-color: var(--bingo-yellow); color: #fff; }

    /* 專家洞察框 (Insight Box) */
    .blog-content-wrapper .insight-box {
        background-color: #fffdf5; /* 淺金背景 */
        border-radius: 8px;
        padding: 10px 20px;
        margin: 30px 0;
        box-shadow: 0 4px 15px rgba(205, 164, 0, 0.1);
    }
    .blog-content-wrapper .insight-box .title {
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        color: #cda400;
        font-size: 1.1em;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Marketing Cards Section (New) */
    .blog-content-wrapper .marketing-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .blog-content-wrapper .card-item {
        /*background: var(--card-bg);*/
        padding: 25px;
        border: 1px solid #eee;
          background-color: #fafafa;
       border-radius: var(--border-radius);
        /* box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        border: 3px solid rgba(205, 164, 0, 0.2);*/
        transition: transform 0.3s ease;
    }

    .blog-content-wrapper .card-item:hover {
        transform: translateY(-5px);
    }

    .blog-content-wrapper .card-title {
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 15px;
        display: block;
        color: var(--bingo-dark);
    }

    /* Image Container Style */
    .blog-content-wrapper .blog-image-container {
         margin-bottom: 20px;
         margin-top: 0;
    }
    .blog-content-wrapper .blog-image-container img {
        max-width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
         margin-bottom: 0;
         margin-top: 0;
         border-radius: var(--border-radius);
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        margin-left: 0;
    }
    .blog-content-wrapper .img-caption {
        text-align: center;
        font-size: 0.9em;
        color: #888;
        margin-top: 10px;
        font-style: italic;
    }

    /* CTA */
    .blog-content-wrapper .cta-box {
        background: linear-gradient(135deg, #333 0%, #1a1a1a 100%);
        color: #fff;
        padding: 40px;
        text-align: center;
        border-radius: var(--border-radius);
        margin-top: 50px;
        width: 100%;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
    }

    .blog-content-wrapper .cta-box p{
        text-align: center !important;
    }

    .blog-content-wrapper .cta-button {
        display: inline-block;
        background-color: var(--bingo-yellow);
        color: #fff !important;
        padding: 12px 30px;
        border-radius: 30px;
        font-weight: bold;
        margin-top: 20px;
        border: none;
    }


    .blog-content-wrapper .cta-button:before{
        display: none !important;
    }


    @media (max-width: 768px) {
        
        .blog-content-wrapper .marketing-cards { grid-template-columns: 1fr; }
        .blog-content-wrapper .process-flow { flex-direction: column; align-items: center; }
        .blog-content-wrapper .process-step::after { content: '↓'; right: auto; bottom: -18px; top: auto; }
        .blog-content-wrapper .process-step { margin-bottom: 10px; max-width: 100%; justify-content: center; }
        .blog-content-wrapper .post-meta { flex-direction: column; align-items: flex-start; gap: 10px; }

        .blog-content-wrapper .cta-box h3{margin-top: 15px;}
        .blog-content-wrapper .cta-box{padding: 20px 20px 40px 20px;}
    }




/***************************************************************************************************************************/

/*文章1*/

    /* Table */
    .blog-content-wrapper .table-container {
        overflow-x: auto;
        margin: 30px 0;
        border-radius: var(--border-radius);
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    }
    .blog-content-wrapper .gym-strategy-table {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
        min-width: 600px;
        margin-bottom: 0;
    }
    .blog-content-wrapper .gym-strategy-table th { background-color: var(--bingo-dark); color: #fff; padding: 15px; text-align: left; }
    .blog-content-wrapper .gym-strategy-table td { padding: 15px; border-bottom: 1px solid #eee; vertical-align: top; }


/* 手機版修正 */
@media screen and (max-width: 768px) {
    
    .blog-content-wrapper .table-container {
        display: block;
        width: 100%;       
        max-width: 82vw;  
        overflow-x: auto;  
        -webkit-overflow-scrolling: touch; 
        margin-bottom: 20px;
        box-sizing: border-box; 
    }

    .blog-content-wrapper .gym-strategy-table {
        width: 100%;      
        min-width: 700px; 
    }

    .blog-content-wrapper .gym-strategy-table th,
    .blog-content-wrapper .gym-strategy-table td {
        white-space: normal; 
        min-width: 120px;   
    }
}



    :root {
    --bingo-gold: #cda400;
    --bingo-black: #333333;
    --bingo-gray: #f4f4f4;
    --text-gray: #666666;
}

.hk-gym-process-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0 20px 0;
    position: relative;
}

/* 步驟項目 */
.process-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 2;
}

/* 圖標圓圈 */
.step-icon {
    width: 60px;
    height: 60px;
    background-color: white;
    border: 2px solid var(--bingo-black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.step-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--bingo-black);
    transition: all 0.3s ease;
}

.process-step-item .step-icon,
.process-step-item.active-step .step-icon {
    background-color: var(--bingo-gold);
    border-color: var(--bingo-gold);
}
.process-step-item .step-icon svg,
.process-step-item.active-step .step-icon svg {
    stroke: white;
}

/* 懸停與激活效果 (Gold Highlight) */
.process-step-item:hover .step-icon,
.process-step-item.active-step .step-icon {
    transform: translateY(-5px);
}


/* 文字內容 */
.step-content {
    display: flex;
    flex-direction: column;
}

.step-num {
    font-size: 12px;
    font-weight: 800;
    color: var(--bingo-gold);
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.step-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--bingo-black);
    margin-bottom: 2px;
}

.step-desc {
    font-size: 13px;
    color: var(--text-gray);
}

/* 連接線 (Connector) */
.step-connector {
    flex: 1;
    height: 2px;
    background-color: #e0e0e0;
    margin-top: 30px; /* 根據icon高度調整，使其居中 */
    position: relative;
}

.step-connector::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #e0e0e0;
}

/* --- Mobile Responsive Style (手機版優化) --- */
@media (max-width: 768px) {
    .hk-gym-process-wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
    }

    .process-step-item {
        flex-direction: row;
        align-items: center;
        text-align: left;
        margin-bottom: 25px;
        width: 100%;
    }

    .step-icon {
        margin-bottom: 0;
        margin-right: 20px;
        width: 50px;
        height: 50px;
        flex-shrink: 0; /* 防止icon被壓縮 */
    }
    
    .step-icon svg {
        width: 24px;
        height: 24px;
    }

    /* 手機版連接線變成垂直線 */
    .step-connector {
        display: none; /* 隱藏水平線 */
    }

    /* 創造垂直連接線 */
    .process-step-item::after {
        content: '';
        position: absolute;
        left: 25px; /* Icon中心點 */
        top: 73px;
        width: 2px;
        height: 30px; /* 連接下一個項目的長度 */
        background-color: #e0e0e0;
        z-index: 1;
    }

    .process-step-item:last-child::after {
        display: none; /* 最後一個步驟不需要線 */
    }
    
    .process-step-item:last-child {
        margin-bottom: 0;
    }
}


/***************************************************************************************************************************/

/*文章四*/

        .key-takeaway {
            background-color: #fffbf0;
            border: 1px solid var(--highlight-border);
            border-radius: 8px;
            padding: 15px 15px;
            position: relative;
            margin-bottom: 10px;
        }

        .key-takeaway strong {
            color: #000;
            margin-bottom: 5px;
            font-size: 0.95rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }


         /* 列表樣式 */
        ul.custom-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 25px;
        }

        ul.custom-list li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 12px;
        }

        ul.custom-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--primary-color);
            font-weight: bold;
        }

         .card-box {
            background: #fff;
            border: 1px solid var(--border-color);
            border-radius: 8px;
            padding: 25px;
            margin: 20px 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }

        .card-box h4 {
            margin-top: 0;
            color: var(--secondary-color);
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
            margin-bottom: 15px;
        }

        @media (max-width: 768px) {
           .card-box { padding: 15px; } 
        }





/***************************************************************************************************************************/


/*文章5*/

         /* 數據展示卡片 (Stat Card) */
    .stat-card {
        color: #000;
        padding: 25px;
        border-radius: 10px;
        margin: 30px 0;
        text-align: center;
    }
    .stat-card h3 {
        color: #000 !important;
        margin-top: 0;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        padding-bottom: 0;
        display: inline-block;
        margin-bottom: 0;
    }
    .stat-card p {
        font-size: 1.1em;
    }
    .stat-card strong {
        color: #fff;
        font-size: 1.4em;
        background: rgba(0,0,0,0.4);
        padding: 0 8px;
        border-radius: 4px;
        margin: 0 5px;
    }


    /* 預算比例視覺化條圖 */
    .budget-bar-container {
        display: flex;
        height: 36px;
        width: 100%;
        border-radius: 18px;
        overflow: hidden;
        margin: 25px 0;
        font-size: 14px;
        color: white;
        font-weight: bold;
        line-height: 36px;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .budget-design {
        width: 30%;
        background-color: #bdc3c7; /* Grey for Design */
        color: #555;
    }
    .budget-marketing {
        width: 70%;
        background-color: #cda400; /* Gold for Marketing */
    }

     /* 響應式調整 */
    @media (max-width: 768px) {
        .budget-bar-container {
            font-size: 12px;
        }
    }




/***************************************************************************************************************************/


/*文章7*/


     .marketing-cardss {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

   .marketing-cardss .card-item {
        padding: 25px;
        border: 1px solid #eee;
          background-color: #fafafa;
       border-radius: var(--border-radius);
        transition: transform 0.3s ease;
    }
   .marketing-cardss .card-item:hover { transform: translateY(-5px); }
   .marketing-cardss .card-title {
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 15px;
        display: block;
        color: var(--bingo-dark);
    }



/***************************************************************************************************************************/


/*文章8*/

    /* Timeline List for Stages */
    .timeline-list {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

    .timeline-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
    }

    .timeline-list li::before {
        content: '✓';
        position: absolute;
        left: 0;
        top: 2px;
        color: #cda400;
        font-weight: bold;
    }

    .stage-badge {
        display: inline-block;
        background: #cda400;
        padding: 2px 8px;
        border-radius: 4px;
        font-size: 0.9rem;
        font-weight: bold;
        color: #fff;
        margin-right: 5px;
    }

/***************************************************************************************************************************/


/*文章9*/

    .marketing-cardsss{
         grid-template-columns: 1fr !important;
        gap: 15px;
    }



/***************************************************************************************************************************/


    /* 列表式排版樣式 (精簡大方版) */
    .cpc-strategy-list {
        list-style: none;
        padding: 0;
        margin: 40px 0;
    }
    .cpc-strategy-list li {
        border-bottom: 1px solid #eee;
        padding: 30px 0;
    }
    .cpc-strategy-list li:first-child {
        padding-top: 0;
    }
    .cpc-strategy-list li:last-child {
        border-bottom: none;
    }
    .cpc-strategy-list h4 {
        color: #333;
        font-size: 1.3em;
        margin: 0 0 15px 0;
        position: relative;
        font-weight: bold;
    }



/***************************************************************************************************************************/



     /* --- 新增：專家引用樣式 (Expert Quote - 真言名言排版) --- */
        .expert-quote {
            position: relative;
            background: #fcfcfc;
            padding: 30px 30px 25px 50px;
            margin: 40px 0;
            font-family: "Georgia", serif; /* 使用襯線體增加名言感 */
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            border: 1px solid rgba(0, 0, 0, 0.01);
        }

        .expert-quote::before {
            content: "“";
            position: absolute;
            top: 10px;
            left: 15px;
            font-size: 80px;
            color: #eee;
            font-family: serif;
            line-height: 1;
        }

        .expert-quote p {
            font-style: italic;
            color: #444;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }

        .quote-author {
            display: block;
            text-align: right;
            font-size: 15px;
            font-weight: 700;
            color: var(--brand-dark);
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; /* 作者名切回無襯線體 */
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .quote-author::before {
            content: "— ";
            color: var(--brand-yellow);
        }



         @media (max-width: 960px) {
            .expert-quote { padding: 30px 20px 20px 30px; }
         }





 /***************************************************************************************************************************/


    /* --- 專屬排版 1：陷阱列表 (極簡黑線風格) --- */
        .trap-list { list-style: none; padding: 0; margin: 30px 0; }
        .trap-list>li { 
            padding: 25px 0 !important;
            border-bottom: 1px solid #eee; /* 黑色底線 */
            position: relative;
        }
        .trap-list>li:before{display: none !important;}
        .trap-list>li>ul{list-style-type: disc;padding-left: 20px}
        .trap-list>li>ul>li{padding-left: 0px !important;}
        .trap-list>li>ul>li:before{display: none !important;}
        .trap-list .trap-div{display: flex;align-items: center;}
        .trap-list>li:first-child { border-top: 1px solid #eee; } /* 最後一條加粗 */
        
        .trap-label { 
            display: inline-block; 
            background: #ffd500; 
            color: #000; 
            padding: 4px 10px; 
            font-size: 18px; 
            font-weight: bold; 
            text-transform: uppercase; 
            margin-bottom: 10px;
            letter-spacing: 1px;
            border-radius: 4px;
        }
        .trap-title { font-size: 20px; font-weight: 700; color: #000; display: block; margin-bottom: 8px; margin-left: 15px}
        .trap-desc { font-size: 16px; color: #555; margin: 0; line-height: 1.6; margin-bottom: 0!important}




/***************************************************************************************************************************/



    .server-comparison-wrapper {
        margin: 40px 0;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    /* 單個服務商區塊 */
    .provider-box {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 15px rgba(0,0,0,0.05);
        border: 1px solid #eee;
        overflow: hidden;
        transition: transform 0.2s ease;
        display: flex;
        flex-direction: column;
    }

    .provider-box:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }

    /* 推薦款 (SiteGround) 特殊樣式 */
    .provider-box.recommended {
        position: relative;
    }

    .recommend-ribbon {
        background: #cda400;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        font-weight: bold;
        font-size: 1em;
        letter-spacing: 1px;
    }

    /* 標題區域 */
    .provider-header {
        padding: 10px 25px;
        background: #f9f9f9;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .provider-box.recommended .provider-header {
        background: linear-gradient(to right, #fffcf5, #fff);
    }

    .provider-title {
        font-size: 1.4em;
        margin: 0 !important;
        color: #333;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .provider-title a {
        color: inherit;
        border-bottom:none;
    }

    .provider-tag {
        font-size: 0.75em;
        background: #e0e0e0;
        color: #555;
        padding: 3px 10px;
        border-radius: 20px;
        font-weight: normal;
        white-space: nowrap;
    }

    .provider-box.recommended .provider-tag {
        background: #cda400;
        color: #fff;
    }

    /* 內容區域 */
    .provider-content {
        padding: 25px;
    }

    /* 列表樣式 */
    .feature-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .feature-item {
        margin-bottom: 18px;
        display: flex;
        align-items: flex-start;
        line-height: 1.6;
        color: #555;
    }

    .feature-item:last-child {
        margin-bottom: 0;
    }

    /* 標籤 (Label) 樣式 - 例如：速度優勢 */
    .feature-label {
        font-weight: bold;
        color: #222;
        background: #f4f4f4;
        padding: 2px 8px;
        border-radius: 4px;
        margin-right: 12px;
        white-space: nowrap;
        font-size: 0.9em;
        min-width: 80px; /* 保持對齊 */
        text-align: center;
    }

    .feature-text {
        flex: 1;
    }

    /* 響應式調整 */
    @media (max-width: 768px) {
        .provider-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
        }
        
        .feature-item {
            flex-direction: column;
        }

        .feature-label {
            margin-bottom: 5px;
            width: auto;
            display: inline-block;
            text-align: left;
        }
    }

/***************************************************************************************************************************/



    /* --- 新增 CSS：營運工具模塊 (圖文特徵卡片版) --- */
    .tools-feature-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin: 30px 0;
    }
    .tool-feature-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.06);
        padding: 30px 25px;
        text-align: center;
        transition: transform 0.3s ease, border-color 0.3s ease;
        border: 2px solid transparent;
        position: relative;
        overflow: hidden;
    }
    .tool-feature-card:hover {
        transform: translateY(-5px);
    }
    .tool-feature-icon-wrapper {
        width: 60px;
        height: 60px;
        background: #fff9e6; /* 淺黃色背景 */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        color: #cda400;
    }
    .tool-feature-icon-wrapper svg {
        width: 30px;
        height: 30px;
    }
    .tool-feature-title {
        font-size: 1.25em;
        font-weight: 700;
        margin-bottom: 12px;
        color: #222;
        display: block;
    }
    .tool-feature-desc {
        font-size: 0.95em;
        color: #666;
        line-height: 1.6;
        text-align: left; /* 內容左對齊更易閱讀 */
    }

    /* --- 新增 CSS：B2B vs B2C 對比表格 (VS 風格) --- */
    .comparison-container {
        margin: 40px 0;
        display: flex;
        flex-wrap: wrap;
        gap: 0; /* 緊貼 */
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }
    .comparison-col {
        flex: 1;
        min-width: 300px;
        background: #fff;
        padding: 0;
        position: relative;
    }
    .comparison-header {
        padding: 15px 25px;
        text-align: center;
        color: #fff;
    }

    .header-b2b { background: #47494b; }
    .header-b2c { background: #cda400; }
    
    .comparison-header h4 { margin: 0; font-size: 1.4em; color: #fff; }
    .comparison-header span { font-size: 0.9em; opacity: 0.9; display: block;  }

    .comparison-body {
        padding: 30px;
        background: #fff;
        height: 100%;
        border-right: 1px solid #f0f0f0;
    }
    .comparison-col:last-child .comparison-body { border-right: none; }

    .comparison-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .comparison-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
        line-height: 1.6;
        color: #444;
    }
    /* B2B Bullet: Blue/Gray */
    .list-b2b li::before {
        content: '•';
        position: absolute;
        left: 8px;
        color: #2c3e50;
        font-size: 1.5em;
        line-height: 1;
        top: -2px;
    }
    /* B2C Bullet: Checkmark */
    .list-b2c li::before {
        content: '✓';
        position: absolute;
        left: 5px;
        color: #cda400;
        font-weight: 800;
        font-size: 1.2em;
    }


/***************************************************************************************************************************/


  .stat-card-container {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        margin: 30px 0;
    }
    .stat-card {
        flex: 1;
        min-width: 250px;
        background: #f8f9fa;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        text-align: center;
    }
    .stat-card .number {
        display: block;
        font-size: 2em;
        font-weight: bold;
        color: #fcbc45;
        margin-bottom: 10px;
    }
    .stat-card .desc {
        color: #555;
        font-size: 0.95em;
    }