/* =========================================
       CFS 专属：B2B 工业级精装组件核心样式 (V2.0)
       ========================================= */

    /* Basic B2B Blocks */
    .cfs-pain-box:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){ 
        background: #fdf5f5; 
        border-left: 4px solid #d32f2f; 
        padding: 1.2rem; 
        margin: 1.5rem 0; 
        font-family: system-ui, sans-serif; 
    }
    .cfs-pain-box strong:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){ 
        color: #d32f2f; 
        font-size: 1.1em; 
        display: block; 
        margin-bottom: 0.5rem; 
    }

    .cfs-expert-block:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){ 
        background: #f8f9fa; 
        border: 1px solid #e9ecef; 
        padding: 1.5rem; 
        margin: 1.5rem 0; 
        position: relative; 
        border-radius: 4px; 
    }
    .cfs-expert-block:where(:not(.spc,.spc *),.spc-functional,.spc-functional *)::before { 
        content: "“"; 
        font-size: 4em; 
        color: #ced4da; 
        position: absolute; 
        top: -15px; 
        left: 10px; 
        line-height: 1; 
        font-family: serif; 
    }

    .cfs-data-table:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){ 
        width: 100%; 
        border-collapse: collapse; 
        margin: 1.5rem 0; 
        font-size: 0.95em; 
    }
    .cfs-data-table th:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){ 
        background: #2b2d42; 
        color: #fff; 
        padding: 12px; 
        text-align: left; 
    }
    .cfs-data-table td:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){ 
        padding: 12px; 
        border-bottom: 1px solid #dee2e6; 
    }
    .cfs-data-table tr:nth-child(even):where(:not(.spc,.spc *),.spc-functional,.spc-functional *){ 
        background: #f8f9fa; 
    }

    .cfs-cta-btn:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){ 
        display: inline-block; 
        background: #2b2d42; 
        color: #fff !important; 
        padding: 12px 24px; 
        text-decoration: none; 
        font-weight: 600; 
        border-radius: 3px; 
        margin: 1rem 0; 
        text-transform: uppercase; 
        letter-spacing: 0.5px; 
        transition: all 0.3s ease; 
        box-shadow: 0 4px 6px rgba(0,0,0,0.1); 
        text-align: center;
    }
    .cfs-cta-btn:hover:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background: #d32f2f;
        transform: translateY(-2px);
    }

    /* =========================================
       CFS Case Page Premium Layout Grid 
       ========================================= */
    .cfs-case-hero-section:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background-color: #f8f9fa;
        padding: 60px 0;
        border-bottom: 1px solid #dee2e6;
        font-family: "Work Sans", sans-serif;
    }
    .cfs-case-container:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
        box-sizing: border-box;
    }
    .cfs-case-hero-grid:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        gap: 40px;
        align-items: center;
    }
    /* wpautop Grid Collapse Shield */
    .cfs-case-hero-grid > p:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-case-hero-right > p:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: none !important;
    }
    .cfs-case-hero-content:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .cfs-case-eyebrow:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        font-size: 0.85rem;
        font-weight: 700;
        color: #3138bc;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .cfs-case-title:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        font-size: 2.5rem;
        color: #212529;
        font-weight: 800;
        line-height: 1.25;
        margin: 0;
    }
    .cfs-case-summary:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        font-size: 1.05rem;
        line-height: 1.7;
        color: #495057;
        margin: 0 0 10px 0;
    }
    .cfs-case-action-row:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: flex;
        gap: 16px;
        align-items: center;
        margin-top: 10px;
    }
    .cfs-case-btn:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 28px;
        font-size: 0.95rem;
        font-weight: 600;
        border-radius: 4px;
        transition: all 0.3s ease;
        text-decoration: none !important;
        cursor: pointer;
    }
    .cfs-case-btn-primary:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background-color: #3138bc;
        color: #ffffff !important;
        border: none;
    }
    .cfs-case-btn-primary:hover:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background-color: #1e229e;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(50,54,188,0.2);
    }
    .cfs-case-btn-secondary:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background-color: transparent;
        color: #3236bc !important;
        border: 2px solid #3236bc;
    }
    .cfs-case-btn-secondary:hover:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background-color: #3236bc;
        color: #ffffff !important;
        transform: translateY(-2px);
    }
    .cfs-case-hero-right:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .cfs-case-hero-image:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        position: relative;
        width: 100%;
    }
    .cfs-case-hero-image img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        width: 100%;
        height: auto;
        border-radius: 4px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        border: 1px solid #dee2e6;
        display: block;
    }
    .cfs-case-facts-grid:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        margin-top: 5px;
    }
    .cfs-case-fact-card:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background-color: #ffffff;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 12px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
        text-align: left;
        transition: all 0.3s ease;
    }
    .cfs-case-fact-card:hover:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        transform: translateY(-2px);
        border-color: #3138bc;
    }
    .cfs-case-fact-val:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        font-size: 1.15rem;
        font-weight: 700;
        color: #212529;
        margin-bottom: 2px;
        display: block;
    }
    .cfs-case-fact-lbl:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        font-size: 0.75rem;
        font-weight: 600;
        color: #868e96;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        display: block;
    }
    
    /* Body Content Styles */
    .cfs-case-body-content:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        max-width: 900px;
        margin: 0 auto;
        padding: 60px 24px;
        box-sizing: border-box;
        font-family: "Work Sans", sans-serif;
    }
    .cfs-case-body-content h2:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        font-size: 1.8rem;
        color: #212529;
        margin-top: 40px;
        margin-bottom: 20px;
        font-weight: 700;
        border-bottom: 2px solid #3236bc;
        padding-bottom: 8px;
    }
    .cfs-case-body-content p:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        font-size: 1.05rem;
        line-height: 1.7;
        color: #495057;
        margin-bottom: 20px;
    }
    .cfs-case-body-content ul:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        list-style-type: disc !important;
        margin: 15px 0 15px 20px !important;
        padding-left: 0 !important;
    }
    .cfs-case-body-content li:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin-bottom: 8px;
        line-height: 1.6;
        font-size: 1.05rem;
        color: #495057;
    }
    .cfs-case-pain-box:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background: #fdf5f5;
        border-left: 4px solid #d32f2f;
        padding: 20px;
        margin: 30px 0;
        border-radius: 0 4px 4px 0;
    }
    .cfs-case-pain-box strong:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        color: #d32f2f;
        font-size: 1.1rem;
        display: block;
        margin-bottom: 6px;
    }
    .cfs-case-pain-box p:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0;
        color: #495057;
    }
    .cfs-case-solution-block:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        border-left: 4px solid #3236bc;
        padding: 20px 24px;
        margin: 30px 0;
        position: relative;
        border-radius: 4px;
    }
    .cfs-case-solution-block strong:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        color: #212529;
        font-size: 1.1rem;
        display: block;
        margin-bottom: 6px;
    }
    .cfs-case-solution-block p:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0;
        color: #495057;
    }
    .cfs-case-table-wrapper:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        width: 100%;
        overflow-x: auto;
        margin: 30px 0;
        border-radius: 4px;
        border: 1px solid #dee2e6;
    }
    .cfs-case-data-table:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        width: 100%;
        border-collapse: collapse;
        margin: 0 !important;
        font-size: 0.98rem;
    }
    .cfs-case-data-table th:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background: #3236bc;
        color: #ffffff;
        padding: 14px 20px;
        text-align: left;
        font-weight: 600;
    }
    .cfs-case-data-table td:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        padding: 12px 20px;
        border-bottom: 1px solid #dee2e6;
        color: #495057;
    }
    .cfs-case-data-table tr:last-child td:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        border-bottom: none;
    }
    .cfs-case-data-table tr:nth-child(even):where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background: #f8f9fa;
    }
    .cfs-case-body-content img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        border-radius: 4px;
        border: 1px solid #dee2e6;
        display: block;
        margin: 30px auto;
        max-width: 100%;
        height: auto;
    }
    
    /* =========================================
       CFS stable Blog / Case contract support
       Route output only needs to hit these roots.
       ========================================= */
    .cfs-blog-stable:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-case-shell:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        max-width: 1180px;
        margin: 0 auto;
        padding: 54px 30px 70px;
        box-sizing: border-box;
        font-family: "Work Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        color: #243044;
        overflow-x: hidden;
    }
    .cfs-blog-stable *:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-case-shell *:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        box-sizing: border-box;
        max-width: 100%;
    }
    .cfs-blog-stable > header > h1:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: none;
    }
    .cfs-blog-stable p:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-case-shell p:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        font-size: 1.04rem;
        line-height: 1.75;
        color: #374151;
        margin: 0 0 20px;
    }
    .cfs-blog-stable h2:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-case-shell h2:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        font-size: 1.72rem;
        line-height: 1.25;
        color: #1f2937;
        margin: 46px 0 18px;
        font-weight: 750;
        letter-spacing: 0;
    }
    .cfs-blog-stable h3:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-case-shell h3:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        font-size: 1.22rem;
        line-height: 1.35;
        color: #243044;
        margin: 28px 0 12px;
        font-weight: 700;
    }
    .cfs-blog-stable img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-case-shell img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: block;
        width: 100%;
        max-width: 920px;
        height: auto;
        margin: 28px auto;
        border-radius: 6px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 8px 26px rgba(17,24,39,0.08);
    }
    .cfs-blog-stable ul:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-case-shell ul:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        padding-left: 1.2rem;
        margin: 16px 0 26px;
    }
    .cfs-blog-stable li:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-case-shell li:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin-bottom: 10px;
        line-height: 1.65;
    }
    .cfs-blog-stable a:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-case-shell a:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        color: #3138bc;
        font-weight: 650;
    }
    .cfs-case-shell .cfs-case-pain-box:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-case-shell .cfs-expert-block:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-blog-stable .cfs-case-pain-box:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-blog-stable .cfs-expert-block:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-id-35119 .post-content > h2:first-of-type:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .postid-35170 .cfs-blog-stable > header > h1:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: none !important;
    }
    .page-id-35119 .fusion-page-title-bar:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: none !important;
    }
    .page-id-35119 #main:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .page-id-35119 .post-content:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        padding-top: 24px !important;
    }

    /* =========================================
       CFS Premium Blog Layout Cleanup
       ========================================= */
    .single-post:has(.cfs-blog-premium) h1.entry-title:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .single-post:has(.cfs-blog-premium) .fusion-meta-info:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: none !important;
    }
    .single-post:has(.cfs-blog-premium) #main:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        padding-top: 0 !important;
    }
    .single-post:has(.cfs-blog-premium) #main > .fusion-row:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .single-post:has(.cfs-blog-premium) #content:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .single-post:has(.cfs-blog-premium) article.post:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 !important;
        padding: 0 !important;
    }
    .single-post:has(.cfs-blog-premium) .post-content > .cfs-blog-premium:first-child:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* =========================================
       CFS Premium Case Page Layout Cleanup
       ========================================= */
    .page:has(.cfs-case-shell) .fusion-page-title-bar:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: none !important;
    }
    .page:has(.cfs-case-shell) #main > .fusion-row:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .page:has(.cfs-case-shell) #content:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .page:has(.cfs-case-shell) #main:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .page:has(.cfs-case-shell) .post-content:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        padding-top: 0 !important;
    }
    .page:has(.cfs-case-shell) .post-content > .cfs-case-shell:first-child:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        padding-top: 0 !important;
    }

    /* =========================================
       CFS Blog Premium Grid contract support
       ========================================= */
    .cfs-blog-premium:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        width: min(1120px, calc(100% - 48px));
        margin: 48px auto 72px;
        font-family: "Work Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        color: #223047;
        box-sizing: border-box;
    }
    .cfs-blog-premium *:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-blog-premium *:where(:not(.spc,.spc *),.spc-functional,.spc-functional *)::before,
    .cfs-blog-premium *:where(:not(.spc,.spc *),.spc-functional,.spc-functional *)::after {
        box-sizing: border-box;
    }
    .cfs-premium-hero:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
        gap: 32px 46px;
        align-items: center;
        padding: 42px;
        margin: 0 0 34px;
        border-radius: 8px;
        background: #172033;
        color: #ffffff;
        overflow: hidden;
    }
    .cfs-premium-hero__eyebrow:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        grid-column: 1;
        margin: 0 0 12px !important;
        color: #8db2ff !important;
        font-size: 0.82rem !important;
        line-height: 1.35 !important;
        font-weight: 750 !important;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }
    .cfs-premium-hero__title:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        grid-column: 1;
        margin: 0;
        color: #ffffff;
        font-size: clamp(2rem, 4vw, 3.45rem);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
    }
    .cfs-premium-hero__summary:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        grid-column: 1;
        margin: 16px 0 0 !important;
        color: #d9e2f2 !important;
        font-size: 1.04rem !important;
        line-height: 1.75 !important;
    }
    .cfs-premium-hero__image:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        grid-column: 2;
        grid-row: 1 / span 4;
        margin: 0 !important;
        align-self: stretch;
    }
    .cfs-premium-hero__image img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: block;
        width: 100%;
        height: 100%;
        min-height: 360px;
        max-height: 520px;
        object-fit: cover;
        border-radius: 6px;
        border: 1px solid rgba(255,255,255,0.18);
        box-shadow: 0 18px 42px rgba(0,0,0,0.28);
    }
    .cfs-premium-hero__cta:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        grid-column: 1;
        display: inline-flex;
        width: fit-content;
        align-items: center;
        justify-content: center;
        margin-top: 22px;
        padding: 13px 22px;
        border-radius: 4px;
        background: #3767f0;
        color: #ffffff !important;
        font-weight: 750;
        text-decoration: none !important;
    }
    .cfs-premium-specs:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 0 34px;
        padding: 0;
        overflow-x: auto;
    }
    .cfs-premium-specs__table:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
        margin: 0 !important;
        overflow: hidden;
        border: 1px solid #dce4f0;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 10px 26px rgba(30, 42, 68, 0.06);
    }
    .cfs-premium-specs__table th:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-premium-specs__table td:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        padding: 14px 18px;
        border-bottom: 1px solid #e6edf6;
        vertical-align: top;
        text-align: left;
        line-height: 1.5;
        word-break: normal;
        overflow-wrap: anywhere;
    }
    .cfs-premium-specs__table tr:last-child th:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-premium-specs__table tr:last-child td:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        border-bottom: none;
    }
    .cfs-premium-specs__table th:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        width: 220px;
        background: #f4f7fb;
        color: #253049;
        font-weight: 750;
        white-space: normal;
    }
    .cfs-premium-specs__table td:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        color: #36445c;
        background: #ffffff;
    }
    .cfs-premium-features:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin: 0 0 38px;
    }
    .cfs-premium-feature:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: block !important;
        width: 100% !important;
        padding: 32px;
        border: 1px solid #dce4f0;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 12px 32px rgba(30, 42, 68, 0.07);
        overflow: hidden;
    }
    .cfs-premium-feature__grid:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: grid !important;
        width: 100% !important;
        grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr) !important;
        gap: 34px !important;
        align-items: start !important;
        grid-row: auto !important;
        grid-column: auto !important;
    }
    .cfs-premium-feature__copy:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        min-width: 0 !important;
        grid-row: 1 !important;
    }
    .cfs-premium-image:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 !important;
        min-width: 0 !important;
        grid-row: 1 !important;
    }
    .cfs-premium-feature--left .cfs-premium-feature__copy:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        grid-column: 1 !important;
    }
    .cfs-premium-feature--left .cfs-premium-image:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        grid-column: 2 !important;
    }
    .cfs-premium-feature--right .cfs-premium-feature__copy:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        grid-column: 2 !important;
        order: 2 !important;
    }
    .cfs-premium-feature--right .cfs-premium-image:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        grid-column: 1 !important;
        order: 1 !important;
    }
    .cfs-num-badge:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        margin: 0 0 18px;
        border-radius: 999px;
        background: #3767f0;
        color: #ffffff;
        font-weight: 800;
        box-shadow: 0 8px 18px rgba(55,103,240,0.26);
    }
    .cfs-premium-feature h2:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 0 16px !important;
        color: #202ccf;
        font-size: clamp(1.55rem, 2.4vw, 2.25rem) !important;
        line-height: 1.16 !important;
        font-weight: 760;
        letter-spacing: 0;
    }
    .cfs-premium-feature p:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 !important;
        color: #394960;
        font-size: 1.03rem !important;
        line-height: 1.78 !important;
    }
    .cfs-premium-image:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 !important;
        min-width: 0;
    }
    .cfs-premium-image img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: block;
        width: 100%;
        height: clamp(300px, 32vw, 430px);
        object-fit: cover;
        border-radius: 6px;
        border: 1px solid #e1e8f2;
        box-shadow: 0 16px 32px rgba(30, 42, 68, 0.12);
    }
    .cfs-premium-applications:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-premium-download:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-premium-cta:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 34px 0 0;
        padding: 28px 32px;
        border: 1px solid #dce4f0;
        border-radius: 8px;
        background: #f6f8fc;
    }
    .cfs-premium-applications__list:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 !important;
        padding-left: 1.2rem !important;
    }
    .cfs-premium-applications__list li:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 0 10px;
        color: #394960;
        line-height: 1.65;
    }
    .cfs-premium-download h2:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .cfs-premium-cta h2:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 0 12px !important;
        color: #172033;
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 780;
    }
    .cfs-premium-cta p:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 0 12px !important;
        color: #394960;
        font-size: 1.03rem !important;
        line-height: 1.72 !important;
    }
    .cfs-premium-cta p:last-child:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin-bottom: 0 !important;
        font-weight: 700;
        color: #202ccf;
    }

    @media  (max-width: 992px) {
        .cfs-case-hero-grid:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            display: flex !important;
            flex-direction: column !important;
            gap: 24px !important;
        }
        .cfs-case-hero-section:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            padding: 40px 0;
        }
        .cfs-case-hero-content:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-case-hero-right:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            display: contents !important;
        }
        .cfs-case-eyebrow:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            order: 1 !important;
        }
        .cfs-case-title:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            order: 2 !important;
            font-size: 2rem !important;
        }
        .cfs-case-summary:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            order: 3 !important;
        }
        .cfs-case-hero-image:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            order: 4 !important;
            width: 100% !important;
        }
        .cfs-case-facts-grid:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            order: 5 !important;
            width: 100% !important;
            grid-template-columns: 1fr !important;
            gap: 10px !important;
        }
        .cfs-case-action-row:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            order: 6 !important;
            width: 100% !important;
            flex-direction: column !important;
            align-items: stretch !important;
            gap: 10px !important;
            margin-top: 10px !important;
        }
        .cfs-blog-stable:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-case-shell:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            width: 100% !important;
            max-width: 100% !important;
            padding: 34px 24px 56px !important;
            overflow-x: hidden !important;
        }
        .cfs-blog-stable h2:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-case-shell h2:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            font-size: 1.38rem !important;
        }
        .cfs-blog-stable img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-case-shell img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-case-body-content img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            width: 100% !important;
            max-width: 100% !important;
            height: auto !important;
        }
        body:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            overflow-x: hidden;
        }
        .cfs-blog-premium:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            width: calc(100% - 32px);
            margin: 28px auto 54px;
        }
        .cfs-premium-hero:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            grid-template-columns: 1fr;
        }
        .cfs-premium-feature__grid:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            grid-template-columns: 1fr !important;
            grid-row: auto !important;
            grid-column: auto !important;
        }
        .cfs-premium-hero:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            padding: 28px 22px;
        }
        .cfs-premium-hero__eyebrow:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-premium-hero__title:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-premium-hero__summary:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-premium-hero__cta:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-premium-hero__image:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            grid-column: 1;
        }
        .cfs-premium-hero__image:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            grid-row: auto;
        }
        .cfs-premium-hero__image img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-premium-image img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            min-height: 0;
            height: auto;
            max-height: none;
        }
        .cfs-premium-specs__table:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            table-layout: auto;
            min-width: 620px;
        }
        .cfs-premium-feature:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            padding: 24px 20px;
        }
        .cfs-premium-feature__copy:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            grid-column: 1 !important;
            grid-row: auto !important;
        }
        .cfs-premium-image:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            grid-column: 1 !important;
            grid-row: auto !important;
        }
        .cfs-premium-feature--left .cfs-premium-feature__copy:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-premium-feature--right .cfs-premium-feature__copy:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            order: 1 !important;
        }
        .cfs-premium-feature--left .cfs-premium-image:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-premium-feature--right .cfs-premium-image:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            order: 2 !important;
        }
        .cfs-premium-applications:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-premium-download:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-premium-cta:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            padding: 24px 20px;
        }
        .cky-preference-center:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cky-preference-header:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cky-preference-body-wrapper:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cky-footer-wrapper:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cky-footer-shadow:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cky-prefrence-btn-wrapper:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            width: calc(100vw - 24px) !important;
            max-width: calc(100vw - 24px) !important;
            left: 12px !important;
            right: 12px !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        .cfs-case-hero:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-case-solution-grid:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-case-proof:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
        .cfs-case-risk-grid:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            grid-template-columns: 1fr !important;
            gap: 20px !important;
        }
        .cfs-case-hero:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
            padding: 24px !important;
        }
    }
    /* =========================================
       CFS Case Page BEM Layout Grid Styles
       ========================================= */
    .cfs-case-hero:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        gap: 40px;
        align-items: center;
        background-color: #f8f9fa;
        padding: 42px;
        margin: 0 0 34px;
        border-radius: 8px;
        border: 1px solid #dee2e6;
    }
    .cfs-case-hero__copy:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .cfs-case-hero__media:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 !important;
        width: 100%;
    }
    .cfs-case-hero__media img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        width: 100%;
        height: auto;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        border: 1px solid #dee2e6;
        display: block;
    }
    .cfs-case-fact:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background-color: #ffffff;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 12px 20px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
        text-align: left;
        transition: all 0.3s ease;
    }
    .cfs-case-fact:hover:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        transform: translateY(-2px);
        border-color: #3138bc;
    }
    .cfs-case-fact strong:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        font-size: 1.15rem;
        font-weight: 700;
        color: #212529;
        margin-bottom: 2px;
        display: block;
    }
    .cfs-case-fact span:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        font-size: 0.75rem;
        font-weight: 600;
        color: #868e96;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        display: block;
    }
    .cfs-case-solution-grid:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: 20px 0;
    }
    .cfs-case-solution-card:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        border-left: 4px solid #3236bc;
        padding: 20px 24px;
        border-radius: 4px;
    }
    .cfs-case-solution-card h3:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 0 8px 0 !important;
        font-size: 1.15rem !important;
        font-weight: 700 !important;
        color: #212529 !important;
    }
    .cfs-case-solution-card p:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 !important;
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
    .cfs-case-proof:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: center;
        margin: 40px 0;
    }
    .cfs-case-proof__image:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 !important;
    }
    .cfs-case-proof__image img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        width: 100%;
        height: auto;
        border-radius: 6px;
        border: 1px solid #dee2e6;
    }
    .cfs-case-proof__copy:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .cfs-case-proof__copy h2:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 !important;
    }
    .cfs-case-risk-grid:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin: 20px 0;
    }
    .cfs-case-risk-card:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        border-left: 4px solid #d32f2f;
        padding: 20px 24px;
        border-radius: 4px;
    }
    .cfs-case-risk-card h3:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 0 8px 0 !important;
        font-size: 1.15rem !important;
        font-weight: 700 !important;
        color: #d32f2f !important;
    }
    .cfs-case-risk-card p:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        margin: 0 !important;
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    /* =========================================
       Steel-Pallet.com specific override:
       Hide theme-native duplicate post header
       when a CFS premium article is present.
       ========================================= */
    .single-post-wrap .container:has(.cfs-blog-premium) .post-back-link:where(:not(.spc,.spc *),.spc-functional,.spc-functional *),
    .single-post-wrap .container:has(.cfs-blog-premium) .post-featured-img:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        display: none !important;
    }
    .single-post-wrap .container:has(.cfs-blog-premium) .post-header:where(:not(.spc,.spc *),.spc-functional,.spc-functional *){
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }