    .matrix-section-main-wrap {
      background: #F6F7FD;
      padding: 120px 0 100px;
    }
    .matrix-container {
      width: 100%;
      max-width: 1480px;
      margin: 0 auto;
      padding: 0 40px;
    }

.cpm-header {
    text-align: center;
    margin-bottom: 62px;
    max-width: 727px;
    margin-left: auto;
    margin-right: auto;
}
span.cpm-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
    line-height: 28px;
}
.cpm-title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 54px;
}
.cpm-subtitle {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}
.cpm-subtitle p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}

    /* Matrix Table Styles */
    .desktop-matrix {
      background: #fff;
      border: 2px solid #6366F1;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);
    }
    .matrix-wrapper {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      margin: 0;
      padding: 0;
    }
    .matrix-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      font-size: 0.875rem;
      min-width: 1200px;
      margin: 0;
    }
    .matrix-table thead {
      position: sticky;
      top: 0;
      z-index: 10;
      box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    }
    .matrix-table th,
    .matrix-table td {
      padding: 7.2px 12px;
      border-bottom: 1px solid #F3F4F6;
      border-right: 1px solid #F3F4F6;
      text-align: center;
      vertical-align: middle;
    }
    .matrix-table th:first-child,
    .matrix-table td:first-child {
      text-align: left;
      position: sticky;
      left: 0;
      z-index: 5;
      min-width: 350px;
      max-width: 250px;
    }
    .matrix-table thead th:first-child {
      z-index: 15;
      border: 0;
    }
    .matrix-table thead th {
      background-color: #F9FAFB;
      color: #1F2937;
      font-weight: 500;
      font-size: 14px;
      white-space: nowrap;
      padding: 12px 17px;
      line-height: 21px;
      border-width: 0px 1px 1px 0px;
      border-style: solid;
      border-image-source: linear-gradient(22.58deg, #E6E6E6 70.63%, #F3F4F6 70.63%);
      border-image-slice: 1;
    }
    .matrix-table thead th a {
      color: rgba(0, 0, 0, 0.8);
      text-decoration: none;
      font-size: 15px;
      font-weight: 600;
      line-height: 21px;
    }
    .matrix-table thead th a:hover {
      color: rgba(48, 64, 207, 1);
    }
    .matrix-table thead th.product-header {
      writing-mode: vertical-lr;
      text-orientation: mixed;
      transform: rotate(180deg);
      height: 140px;
      min-width: 40px;
      max-width: 44px;
      padding: 12px 17px;
    }
    .matrix-table tbody td:first-child {
      background-color: #FFFFFF;
      font-weight: 500;
    }
    .matrix-table tbody td:first-child a {
      color: rgba(0, 0, 0, 0.8);
      text-decoration: none;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
    }
    .matrix-table tbody td:first-child a:hover {
      color: #3040CF;
    }
	.matrix-table tbody td:first-child span.matrix-text {
      color: rgba(0, 0, 0, 0.8);
      text-decoration: none;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
    }

    .matrix-table tbody tr:hover td {
      background-color: #F9FAFB;
    }

    .matrix-table tbody tr:hover td:first-child {
      background-color: #F3F4F6;
    }

    .matrix-category-row td {
      background-color: #EFF1FB !important;
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #000000;
      padding: 5px 12px 5px;
      border-width: 0px 1px 1px 0px;
      border-style: solid;
      border-image-source: linear-gradient(88.37deg, #E6E6E6 2.76%, #F3F4F6 2.76%);
      border-image-slice: 1;
    }

    .matrix-category-row td:first-child {
      background-color: #EFF1FB !important;
    }

    .matrix-check {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      border-radius: 9999px;
      color: #0DC15C;
    }

    .matrix-empty {
      color: rgba(0, 0, 0, 0.50);
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
    }

    /* Category colour accents */
    /*.cat-platform td:first-child { border-left: 3px solid #33475B; }*/
    /*.cat-automation td:first-child { border-left: 3px solid #0DC15C; }*/
    /*.cat-operations td:first-child { border-left: 3px solid #22B0AF; }*/
    /*.cat-commerce td:first-child { border-left: 3px solid #F97316; }*/
    /*.cat-governance td:first-child { border-left: 3px solid #8B5CF6; }*/

    /* Summary Cards */
    .summary-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
    }

    .summary-card {
      background-color: #FFFFFF;
      border: 1px solid #E6E6E6;
      border-radius: 0.75rem;
      padding: 1.25rem;
      text-align: center;
      transition: all 150ms ease;
    }

    .summary-card:hover {
      border-color: #33475B;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .summary-card a {
      text-decoration: none;
      color: inherit;
    }

    .summary-card-count {
      font-size: 1.875rem;
      font-weight: 700;
      color: #33475B;
      line-height: 1;
    }

    .summary-card-name {
      font-size: 0.875rem;
      font-weight: 600;
      color: #1F2937;
      margin-top: 0.5rem;
    }

    .summary-card-desc {
      font-size: 0.75rem;
      color: #6B7280;
      margin-top: 0.25rem;
    }

    /* Filter Controls */
    .matrix-filters {
      display: flex;
      gap: 10px;
      margin-bottom: 27px;
      overflow-x: auto;
      padding-bottom: 8px;
    }

    .matrix-filters .matrix-filter-btn {
        font-size: 14px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.8) !important;
        background: #FFFFFF;
        border-radius: 24px;
        cursor: pointer;
        transition: all 0.5ms ease 0s;
        line-height: 19px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        padding: 7px 16px 9px;
        height: 37px;
        width: auto;
        max-width: 100%;
      white-space: nowrap;
    }

    .matrix-filter-btn:hover {
      border-color: #F3F1FD;
      background: #F3F1FD;
    }

    .matrix-filter-btn.active {
      border-color: #F3F1FD;
      background: #F3F1FD;
      color: rgba(48, 64, 207, 1) !important;
    }

    /* Mobile Card View */
    .mobile-matrix {
      display: none;
    }

    .mobile-product-card {
      background-color: #FFFFFF;
      border: 1px solid #E6E6E6;
      border-radius: 0.75rem;
      padding: 1.25rem;
      margin-bottom: 1rem;
    }

    .mobile-product-card h3 {
      font-size: 1.125rem;
      margin-bottom: 0.25rem;
    }

    .mobile-product-card h3 a {
      color: #111827;
      text-decoration: none;
    }

    .mobile-product-card h3 a:hover {
      color: #33475B;
    }

    .mobile-product-count {
      font-size: 0.875rem;
      color: #33475B;
      font-weight: 600;
      margin-bottom: 0.75rem;
    }

    .mobile-cap-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
    }

    .mobile-cap-list li {
      font-size: 0.75rem;
      padding: 0.25rem 0.75rem;
      background-color: #F9FAFB;
      border-radius: 9999px;
      color: #374151;
    }

    .mobile-cap-list li a {
      color: #374151;
      text-decoration: none;
    }

    .mobile-cap-list li a:hover {
      color: #33475B;
    }

    @media (max-width: 1024px) {
      .matrix-section-main-wrap {
          padding: 70px 0 70px;
      }
      .matrix-container {
        padding: 0 20px;
      }
      .cpm-title {
          font-size: 38px;
          line-height: 46px;
      }
      .matrix-table th:first-child, .matrix-table td:first-child {
          min-width: 232px;
          max-width: 232px;
      }
     
    }

    @media (max-width: 1023px) {
      .summary-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 767px) {
      .matrix-section-main-wrap {
          padding: 60px 0 60px;
      }
      .matrix-container {
        padding: 0 15px;
      }
      .cpm-header {
    	margin-bottom: 40px;
      }
      .cpm-title {
          font-size: 32px;
          line-height: 46px;
      }
      .matrix-table th:first-child, .matrix-table td:first-child {
          position: relative;
      }
      .summary-grid {
        grid-template-columns: 1fr;
      }
    }
