        *, *:before, *:after {
            box-sizing: border-box;
        }

        .WC-CS-2-title-block h3 {
            margin: 0.5rem 0;
        }

        .WC-CS-2-accordion-panel, .WC-CS-2-title-block p {
            margin: 0.25rem 0;
            line-height: 1.6;
            opacity: 0.8;
        }

        .WC-CS-2-accordion-panel ul {
            padding-left: 1.5rem;
            margin: 0.5rem 0 0 0;
            line-height: 1.6;
        }
        
        .WC-CS-2-accordion-panel li {
            margin-bottom: 0.5rem;
        }

        .WC-CS-2-container {
            position: relative;
            min-height: 41.5rem;
        }

        .WC-CS-2-background-layer {
            background-color: #000;
            position: absolute;
            top: 4rem;
            left: 0;
            right: 0;
            height: 30rem;
            z-index: 0;
        }

        .WC-CS-2-layout-container {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            max-width: 1200px;
            margin: 0 auto;
            z-index: 2;
        }

        .WC-CS-2-content-card {
            width: 53rem;
            margin-top: -30rem;
            background-color: #000;
            padding: 4rem;
            z-index: 3;
            position: relative;
            color: #fff;
            display: flex;
            flex-direction: column;
        }

        .WC-CS-2-image-container {
            width: 37.5rem;
            aspect-ratio: 1/1;
            margin-left: auto;
            background-size: cover;
            position: relative;
            z-index: 1;
        }

        .WC-CS-2-image-container img {
            border: 0;
        }

        .WC-CS-2-card-layout {
            display: flex;
            flex-direction: column;
            gap: 0;
            width: 100%;
            flex-grow: 1;
            position: relative;
        }

        .WC-CS-2-title-block {
            order: 1;
        }
        .WC-CS-2-title-block p {
            opacity: 0.8;
        }

        .WC-CS-2-stats-block {
            display: flex;
            width: 100%;
            align-items: flex-start;
            padding-top: 0;
            flex-direction: row;
            justify-content: center;
            gap: 1rem;
            order: 2;
            padding-top: 2rem;
            padding-bottom: 2rem;
            border-top: 1px solid #ffffff50;
            border-bottom: 1px solid #ffffff50;
            margin-top: 1.5rem;
        }

        .WC-CS-2-stats-list {
            display: flex;
            flex-flow: row wrap;
            gap: 1rem;
            width: auto;
        }

        .WC-CS-2-stat-item {
            max-width: 300px;
            min-width: 200px;
            margin: 0 auto;
            padding: 0;
        }

        .WC-CS-2-stat-value {
            font-size: 70px;
            line-height: 70px;
            text-align: center;
            font-weight: 700;
        }

        .WC-CS-2-stat-label {
            font-size: 16px;
            line-height: 26px;
            font-weight: 300;
            text-align: center;
            opacity: 0.8;
        }

        .WC-CS-2-tabs-container {
            display: flex;
            flex-direction: column;
            margin-top: 0;
            flex-grow: 1;
            min-height: 200px;
            order: 3;
        }

        .WC-CS-2-tab-buttons {
            display: none;
        }

        .WC-CS-2-accordion-header {
            display: block;
            width: 100%;
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #ffffff30;
            color: #fff;
            padding: 1.25rem 0;
            text-align: left;
            font-size: 1.1rem;
            font-weight: 700;
            cursor: pointer;
            position: relative;
            transition: opacity 0.2s;
        }

        .WC-CS-2-accordion-header:hover {
            opacity: 0.8;
        }

        .WC-CS-2-accordion-header::after {
            filter: invert(1);
            position: absolute;
            content: "";
            width: 1.5625rem;
            height: 1.5625rem;
            right: .5rem;
            top: 50%;
            background: url(https://www.woodplc.com/__data/assets/git_bridge/0025/198115/dist/mysource_files/chevron.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            transform: translateY(-50%) rotate(90deg); 
            transition: transform 0.5s ease;
        }

        .WC-CS-2-tab-item.active .WC-CS-2-accordion-header::after {
            transform: translateY(-50%) rotate(-90deg);
        }

        .WC-CS-2-tab-item:first-child .WC-CS-2-accordion-header {
            border-top: none; 
        }

        .WC-CS-2-accordion-panel {
            display: none;
            padding: 1.5rem 0;
        }
        
        .WC-CS-2-accordion-panel > *:first-child {
            margin-top: 0;
        }
        .WC-CS-2-accordion-panel > *:last-child {
            margin-bottom: 0;
        }

        .WC-CS-2-tab-item.active .WC-CS-2-accordion-panel {
            display: block;
        }

        @media only screen and (max-width: 1199px) {
            .WC-CS-2-background-layer {
                height: 100%;
                top: unset;
            }

            .WC-CS-2-image-container {
                width: 100%;
                aspect-ratio: 2/1;
                margin-left: 0;
            }

            .WC-CS-2-content-card {
                width: calc(100% - 12rem);
                margin: -18rem 6rem 0 6rem;
                min-height: auto;
            }

            .WC-CS-2-accordion-header {
                width: 100%;
            }
        }

        @media only screen and (max-width: 1024px) {
            .WC-CS-2-stat-value {
                font-size: 56px;
                line-height: 56px;
            }

            .WC-CS-2-content-card {
                width: calc(100% - 6rem);
                margin: -18rem 3rem 0 3rem;
            }
        }

        @media only screen and (min-width: 1200px) {
            .WC-CS-2-layout-container {
                padding: 0;
            }

            .WC-CS-2-card-layout {
                display: grid;
                grid-template-columns: 28rem 12rem;
                grid-template-rows: auto 1fr;
                gap: 0 2.5rem;
                position: relative;
            }

            .WC-CS-2-title-block {
                grid-column: 1 / 2;
                grid-row: 1 / 2;
                padding-right: 1rem;
                border-right: 1px solid #ffffff50;
                padding-bottom: 1.5rem;
            }

            .WC-CS-2-tabs-container {
                grid-column: 1 / 2;
                grid-row: 2 / 3;
                padding-right: 1rem;
                border-right: 1px solid #ffffff50;
                margin-top: 0;
                order: 0;
                min-height: 220px;
            }

            .WC-CS-2-stats-block {
                grid-column: 2 / 3;
                grid-row: 1 / 3;
                order: 0;
                width: 100%;
                padding: 1rem 0 0 0;
                margin-top: 0;
                border: none;
                flex-direction: column;
                align-items: center;
                gap: 0;
            }

            .WC-CS-2-stats-list {
                gap: 0;
                width: 100%;
            }

            .WC-CS-2-stat-item {
                padding: 2rem 0 0 0;
            }

            .WC-CS-2-tab-buttons {
                display: flex;
                flex-direction: row;
                gap: 0.25rem;
                position: relative;
                z-index: 5;
            }
            
            .WC-CS-2-tab-buttons div {
                background-color: #666666;
                border: none;
                color: #fff;
                padding: 0.75rem 1.5rem;
                font-weight: 700;
                cursor: pointer;
                transition: background-color 0.2s, color 0.2s, margin-top 0.2s ease;
                font-size: 0.9rem;
                font-family: 'Inter', sans-serif;
                margin-top: 0.25rem;
                text-decoration: none; /* No longer needed, but harmless */
            }
            
            .WC-CS-2-tab-buttons div:hover:not(.active) {
                background-color: #555555;
                opacity: 1;
            }
            
            .WC-CS-2-tab-buttons div.active {
                background-color: #000;
                color: #fff;
                opacity: 1;
                margin-top: 0;
            }

            .WC-CS-2-accordion-header {
                display: none;
            }

            .WC-CS-2-accordion-panel {
                padding: 0;
            }
        }

        @media only screen and (max-width: 768px) {
            h3 {
                font-size: 2rem;
            }
            .WC-CS-2-content-card {
                padding: 2rem 1.5rem;
                margin: -4rem 1rem 0 1rem;
                width: calc(100% - 2rem);
            }
            
            .WC-CS-2-card-layout {
                gap: 0;
            }

            .WC-CS-2-image-container {
                height: 240px;
                width: 100%;
                aspect-ratio: unset;
            }
            
            .WC-CS-2-stats-block{
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
                justify-content:left;
            }
            
            .WC-CS-2-stats-list {
                gap: 0;
                justify-content: center;
            }

            .WC-CS-2-stat-item {
                padding: 1rem 0rem;
                flex: 1 1 150px;
            }
            
            .WC-CS-2-stat-value {
                font-size: 3.5rem;
                line-height: 1.1;
                text-align: left;
            }
            .WC-CS-2-stat-label {
                text-align: left;
            }
        }
        
        
/*  ====== Offering ======= */

    .WC_offering_wrapper {
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }


    /* --- Mobile-First Styles (Horizontal Scroll) --- */
    .WC_offering_container {
      display: flex;
      gap: 1rem;
      overflow-x: auto;
      margin: 0 -1.5rem;
      padding: 1.5rem 1.5rem; 
      scroll-snap-type: x mandatory;
      scrollbar-width: none; 
      -ms-overflow-style: none;
      -webkit-overflow-scrolling: touch;
    }

    .WC_offering_container::-webkit-scrollbar {
      display: none;
    }

    .WC_offering_card {
      /* 1. Sizing as a Flex Item (Mobile) */
      flex: 0 0 85%;
      flex-basis: calc(85% + 2rem); 
      flex-shrink: 0;
      scroll-snap-align: center;
      
      /* 2. Internal Layout (Applies to all sizes) */
      display: grid;
      grid-template-columns: 1fr 1rem;
      grid-template-rows: auto 1rem; 
      
      /* 3. General Styling */
      background-color: transparent;
      border: none;
      position: relative; /* Needed for z-index stacking */
      overflow: visible;
    }


    .WC_offering_card-accent {
        grid-column: 1 / 2; 
        grid-row: 1 / 2; 
        background-color: #000;
        z-index: 1;
        transform: translate(2rem, 2rem);
        height: calc(100% - 1rem);
        width: calc(100% - 1rem);
    }

    .WC_offering_card-content {
        grid-column: 1 / 2; /* Sit in cell 1,1 */
        grid-row: 1 / 2;
        
        background-color: #ffffff;
        padding:1.5rem;
        box-shadow: 0 6px 20px rgba(0,0,0,0.08);
        border: 1px solid #eee;
        z-index: 2;
        display: flex;
        flex-direction: column;
        /*min-height: 250px;*/ 
    }

    .WC_offering_card h3 {
      margin-top: 0;
      font-weight: 600;
      font-size: 1.2rem;
      line-height: 1.8rem;
      margin-bottom: 0.75rem;
    }

    .WC_offering_card p {
        color: #555;
        line-height: 1.6;
        font-size: 1rem;
        margin:0;
    }

    /* --- Mobile Pagination Dots --- */
    .WC_offering_pagination {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 0.5rem;
    }

    .WC_offering_pagination-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #ccc;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .WC_offering_pagination-dot.active {
      background-color: #007aff;
      transform: scale(1.2);
    }


    /* --- Tablet & Desktop Styles (Grid Layout) --- */
    @media (min-width: 768px) {


      .WC_offering_container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
        overflow-x: visible;
        margin: 0;
        padding: 1rem 0;
        scroll-snap-type: none;
      }
      
.WC_offering_container.wide-grid {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

      .WC_offering_card {
        flex-basis: auto;
        flex-shrink: 1;
        scroll-snap-align: none;
      }
      
      /*.WC_offering_card-content {
         min-height: 0; 
      }*/
      
      .WC_offering_pagination {
        display: none;
      }
    }
        