﻿    /* ===== PROBLEM TILES ===== */
    .problem-tile {
      background: #fff;
      border: 1px solid var(--line-2);
      border-radius: 18px;
      padding: 26px;
      height: 100%;
      transition: 0.2s;
      position: relative;
    }

    .problem-tile:hover {
      border-color: var(--brand-orange);
      transform: translateY(-3px);
      box-shadow: var(--shadow-md);
    }

    .problem-tile .pt-ic {
      width: 52px;
      height: 52px;
      border-radius: 13px;
      display: grid;
      place-items: center;
      font-size: 1.4rem;
      margin-bottom: 14px;
    }

    .problem-tile h6 {
      font-weight: 600;
      margin: 6px 0 8px;
      line-height: 1.3;
    }

    .problem-tile p {
      color: var(--text-2);
      font-size: 0.9rem;
      margin: 0;
      line-height: 1.55;
    }

    .pt-desc-1 .pt-ic {
      background: #ffe4d8;
      color: var(--brand-orange);
    }

    .pt-desc-2 .pt-ic {
      background: var(--brand-lime-soft);
      color: #3a4112;
    }

    .pt-desc-3 .pt-ic {
      background: #fff3cd;
      color: #7a5a00;
    }

    .pt-desc-4 .pt-ic {
      background: #ffe4d8;
      color: var(--brand-orange);
    }

    .pt-desc-5 .pt-ic {
      background: var(--brand-lime-soft);
      color: #3a4112;
    }

    .pt-desc-6 .pt-ic {
      background: #fff3cd;
      color: #7a5a00;
    }

    /* ===== SOLUTION (image + text) ===== */
    .sol-points {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .sol-points li {
      display: flex;
      gap: 14px;
      padding: 18px 0;
      border-bottom: 1px dashed var(--line-2);
    }

    .sol-points li:last-child {
      border-bottom: 0;
    }

    .sol-points .si {
      flex: 0 0 auto;
      width: 42px;
      height: 42px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      font-size: 1.15rem;
      background: var(--brand-lime-soft);
      color: #3a4112;
    }

    .sol-points li:nth-child(2) .si {
      background: #ffe4d8;
      color: var(--brand-orange);
    }

    .sol-points li:nth-child(3) .si {
      background: #fff3cd;
      color: #7a5a00;
    }

    .sol-points li:nth-child(4) .si {
      background: var(--brand-lime-soft);
      color: #3a4112;
    }

    .sol-points li:nth-child(5) .si {
      background: #ffe4d8;
      color: var(--brand-orange);
    }

    .sol-points li h6 {
      margin: 0 0 4px;
      font-weight: 600;
      font-size: 1rem;
    }

    .sol-points li p {
      margin: 0;
      color: var(--text-2);
      font-size: 0.88rem;
      line-height: 1.55;
    }

    /* Solution illustration, connected hub */
    .sol-illust {
      position: relative;
      aspect-ratio: 1/1;
      max-width: 480px;
      margin: 0 auto;
      background: radial-gradient(circle at center, var(--paper-cream), #fff 70%);
      border-radius: 28px;
      border: 1px solid var(--line);
      padding: 26px;
      box-shadow: var(--shadow-md);
    }

    /* Solution illustration, connected hub */
    .sol-illust {
      position: relative;
      aspect-ratio: 1/1;
      max-width: 480px;
      margin: 0 auto;
      background: radial-gradient(circle at center, var(--paper-cream), #fff 70%);
      border-radius: 28px;
      border: 1px solid var(--line);
      padding: 26px;
      box-shadow: var(--shadow-md);
    }

    #brxe-tcddsw {
      background-color: #fafafa;
      border-style: none;
      border-radius: 15px;
      align-items: center;
      row-gap: 15px;
      padding-top: clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 0)), 3rem);
      padding-right: 1 rem;
      padding-left: 0;
      display: flex;
      grid-template-columns: 2;
      grid-template-rows: 2;
      justify-content: center;
      background-image: linear-gradient(rgba(255, 122, 92, 0.85) 30%, #ffffff 80%);
      grid-column: 3 / 4;
      grid-row: 1 / 3;
      overflow: hidden;
      box-shadow: 0 4px 11.3px 0 rgba(158, 158, 158, 0.55);
      height: 100%;
      flex-wrap: wrap;
      position: relative;
    }

    .sol-illust svg {
      width: 100%;
      height: 100%;
    }

    .sol-node {
      position: absolute;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 8px 12px;
      font-size: 0.78rem;
      font-weight: 700;
      color: var(--ink);
      display: flex;
      align-items: center;
      gap: 6px;
      white-space: nowrap;
      box-shadow: var(--shadow-sm);
    }

    .sol-node i {
      color: var(--brand-orange);
      font-size: 0.95rem;
    }

    .sn-1 {
      top: 12%;
      left: 11%;
    }

    .sn-2 {
      top: 9%;
      right: 16%;
    }

    .sn-3 {
      top: 46%;
      left: 6%;
    }

    .sn-4 {
      top: 46%;
      right: 2%;
    }

    .sn-5 {
      bottom: 10%;
      left: 14%;
    }

    .sn-6 {
      bottom: 10%;
      right: 17%;
    }

    .sol-hub {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: linear-gradient(135deg, var(--brand-orange), #c63e0c);
      color: #fff;
      padding: 18px 28px;
      border-radius: 20px;
      font-weight: 800;
      letter-spacing: 0.04em;
      box-shadow: 0 18px 36px rgba(235, 80, 23, 0.3);
      text-align: center;
    }

    .sol-hub .l {
      font-size: 0.65rem;
      opacity: 0.9;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .sol-hub .n {
      font-size: 1.4rem;
      margin-top: 2px;
    }

    /* ===== RESULTS ===== */
    .result-tile {
      background: #fff;
      border: 1px solid var(--line-2);
      border-radius: 20px;
      padding: 30px;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .result-tile .rt-ic {
      width: 56px;
      height: 56px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      font-size: 1.5rem;
    }

    .result-tile h6 {
      font-weight: 600;
      margin: 0;
      font-size: 1.05rem;
    }

    .result-tile p {
      color: var(--text-2);
      font-size: 0.92rem;
      margin: 0;
      line-height: 1.55;
    }

    .rt-1 .rt-ic {
      background: #ffe4d8;
      color: var(--brand-orange);
    }

    .rt-2 .rt-ic {
      background: var(--brand-lime-soft);
      color: #3a4112;
    }

    .rt-3 .rt-ic {
      background: #fff3cd;
      color: #7a5a00;
    }

    .rt-4 .rt-ic {
      background: #ffe4d8;
      color: var(--brand-orange);
    }

    .results-illust {
      background: var(--ink);
      color: #fff;
      border-radius: 24px;
      padding: 36px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
      min-height: 340px;
    }

    .results-illust::before {
      content: "";
      position: absolute;
      right: -60px;
      top: -60px;
      width: 240px;
      height: 240px;
      background: radial-gradient(circle, rgba(205, 219, 55, 0.3), transparent 70%);
    }

    .results-illust h3 {
      color: #fff;
      font-weight: 800;
      font-size: 1.5rem;
      line-height: 1.25;
      position: relative;
      z-index: 1;
    }

    .results-meter {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 14px;
      margin-top: 20px;
    }

    .results-meter .row-m {
      display: flex;
      align-items: center;
      gap: 14px;
      font-size: 0.85rem;
    }

    .results-meter .lbl {
      flex: 0 0 130px;
      opacity: 0.85;
    }

    .results-meter .bar {
      flex: 1;
      height: 8px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 4px;
      overflow: hidden;
    }

    .results-meter .bar span {
      display: block;
      height: 100%;
      background: var(--brand-lime);
      border-radius: 4px;
    }

    .results-meter .row-m:nth-child(2) .bar span {
      background: var(--brand-gold);
    }

    .results-meter .row-m:nth-child(3) .bar span {
      background: var(--brand-orange-2);
    }

    .results-meter .row-m:nth-child(4) .bar span {
      background: var(--brand-lime);
    }

    .results-meter .val {
      flex: 0 0 auto;
      font-weight: 800;
      color: #fff;
    }

    /* ===== DEPLOYMENT ===== */
    .deploy-card {
      position: relative;
      padding: 34px 30px;
      border-radius: 22px;
      height: 100%;
      border: 1px solid var(--line);
      background: #fff;
      overflow: hidden;
      transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    }

    .deploy-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-lg);
    }

    .deploy-card .deploy-ic {
      width: 68px;
      height: 68px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      font-size: 2rem;
      margin-bottom: 18px;
    }

    .deploy-cloud .deploy-ic {
      background: linear-gradient(135deg, var(--brand-orange), var(--brand-orange-2));
      color: #fff;
    }

    .deploy-on .deploy-ic {
      background: linear-gradient(135deg, var(--brand-lime), var(--brand-gold));
      color: #3a4112;
    }

    .deploy-card h3 {
      font-weight: 600;
      margin-bottom: 6px;
    }

    .deploy-card .tag {
      display: inline-block;
      font-size: 0.7rem;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 999px;
      background: var(--paper-warm);
      color: var(--brand-orange);
      letter-spacing: 0.06em;
      margin-bottom: 14px;
    }

    .deploy-card ul {
      list-style: none;
      padding: 0;
      margin: 18px 0 0;
    }

    .deploy-card li {
      display: flex;
      gap: 0.6rem;
      padding: 8px 0;
      font-size: 0.95rem;
      color: var(--text);
    }

    .deploy-card li i {
      color: var(--brand-orange);
      margin-top: 3px;
    }

    .deploy-illust {
      position: absolute;
      right: -30px;
      top: -30px;
      width: 160px;
      height: 160px;
      opacity: 0.08;
    }

    /* ===== ERP INTEGRATION ===== */
    .erp-illust {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 24px;
      padding: 34px;
      aspect-ratio: 1/1;
      max-width: 480px;
      margin: 0 auto;
      position: relative;
      box-shadow: var(--shadow-md);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .erp-illust .erp-box {
      background: var(--ink);
      color: #fff;
      padding: 18px 22px;
      border-radius: 16px;
      text-align: center;
      min-width: 130px;
      position: absolute;
      left: 8%;
      top: 50%;
      transform: translateY(-50%);
      box-shadow: var(--shadow-md);
    }

    .erp-illust .erp-box .l {
      font-size: 0.65rem;
      opacity: 0.7;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .erp-illust .erp-box .n {
      font-weight: 800;
      font-size: 1.15rem;
      margin-top: 2px;
    }

    .erp-illust .trk-box {
      background: linear-gradient(135deg, var(--brand-orange), #c63e0c);
      color: #fff;
      padding: 18px 22px;
      border-radius: 16px;
      min-width: 130px;
      text-align: center;
      position: absolute;
      right: 8%;
      top: 50%;
      transform: translateY(-50%);
      box-shadow: 0 18px 36px rgba(235, 80, 23, 0.3);
    }

    .erp-illust .trk-box .l {
      font-size: 0.65rem;
      opacity: 0.85;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .erp-illust .trk-box .n {
      font-weight: 800;
      font-size: 1.15rem;
      margin-top: 2px;
    }

    .erp-illust .arrows {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 40%;
      aspect-ratio: 1/0.4;
    }

    .erp-illust .float-tag {
      position: absolute;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 10px;
      padding: 6px 10px;
      font-size: 0.72rem;
      font-weight: 700;
      box-shadow: var(--shadow-sm);
      display: flex;
      align-items: center;
      gap: 6px;
      color: var(--ink);
    }

    .erp-illust .float-tag i {
      color: var(--brand-orange);
    }

    .erp-illust .ft-1 {
      top: 12%;
      left: 50%;
      transform: translateX(-50%);
    }

    .erp-illust .ft-2 {
      bottom: 12%;
      left: 50%;
      transform: translateX(-50%);
    }

    .check-list {
      list-style: none;
      padding: 0;
      margin: 18px 0;
    }

    .check-list li {
      display: flex;
      gap: 12px;
      padding: 10px 0;
      align-items: flex-start;
      color: var(--text);
      font-size: 0.96rem;
    }

    .check-list li i {
      color: var(--brand-orange);
      font-size: 1.1rem;
      margin-top: 2px;
    }

    .punch-line {
      display: inline-block;
      padding: 10px 18px;
      background: var(--ink);
      color: #fff;
      border-radius: 12px;
      font-weight: 600;
      font-size: 0.95rem;
      margin-top: 10px;
    }

    /* ===== SWITCHING STEPS ===== */
    .step-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      position: relative;
      margin-top: 50px;
    }

    @media (max-width: 900px) {
      .step-row {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 540px) {
      .step-row {
        grid-template-columns: 1fr;
      }
    }

    .step-card {
      background: #fff;
      border: 1px solid var(--line-2);
      border-radius: 18px;
      padding: 28px 24px 24px;
      position: relative;
    }

    .step-num {
      position: absolute;
      top: -16px;
      left: 24px;
      width: 36px;
      height: 36px;
      border-radius: 10px;
      background: var(--brand-orange);
      color: #fff;
      display: grid;
      place-items: center;
      font-weight: 800;
      font-size: 0.95rem;
      box-shadow: var(--shadow-md);
    }

    .step-card:nth-child(2) .step-num {
      background: var(--brand-gold);
      color: var(--ink);
    }

    .step-card:nth-child(3) .step-num {
      background: var(--brand-lime);
      color: var(--ink);
    }

    .step-card:nth-child(4) .step-num {
      background: var(--brand-orange-2);
    }

    .step-card h6 {
      margin: 8px 0 6px;
      font-weight: 600;
      font-size: 1rem;
    }

    .step-card p {
      color: var(--text-2);
      font-size: 0.88rem;
      margin: 0;
      line-height: 1.55;
    }

    /* ===== MODULES ===== */
    .module-card {
      background: #fff;
      border: 1px solid var(--line-2);
      border-radius: 18px;
      padding: 24px;
      height: 100%;
      transition: all 0.2s ease;
      position: relative;
      overflow: hidden;
    }

    .module-card:hover {
      border-color: var(--brand-orange);
      transform: translateY(-3px);
      box-shadow: var(--shadow-md);
    }

    .module-card .m-ic {
      width: 56px;
      height: 56px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      font-size: 1.5rem;
      margin-bottom: 14px;
    }

    .m-ic.o {
      background: #ffe4d8;
      color: var(--brand-orange);
    }

    .m-ic.l {
      background: var(--brand-lime-soft);
      color: #3a4112;
    }

    .m-ic.g {
      background: #fff3cd;
      color: #7a5a00;
    }

    .module-card h6 {
      font-weight: 600;
      margin-bottom: 6px;
    }

    .module-card p {
      font-size: 0.88rem;
      color: var(--text-2);
      margin: 0;
      line-height: 1.5;
    }

    .module-card .arr {
      position: absolute;
      right: 18px;
      top: 18px;
      opacity: 0;
      transition: 0.2s;
      color: var(--brand-orange);
    }

    .module-card:hover .arr {
      opacity: 1;
    }

    #modulesExtra {
      display: none;
    }

    #modulesExtra.is-open {
      display: flex;
    }

    .view-more-btn {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.8rem 1.5rem;
      border-radius: 12px;
      border: 1px dashed var(--brand-orange);
      background: transparent;
      color: var(--brand-orange);
      font-weight: 700;
      cursor: pointer;
      transition: 0.2s;
    }

    .view-more-btn:hover {
      background: var(--brand-orange);
      color: #fff;
      border-style: solid;
    }

    .view-more-btn .vm-rotate {
      transition: transform 0.2s;
    }

    .view-more-btn.is-open .vm-rotate {
      transform: rotate(180deg);
    }

    /* ===== POWER FEATURES ===== */
    .power-section {
      background: var(--ink);
      color: #f5f0eb;
      border-radius: 32px;
      padding: 60px 50px;
      position: relative;
      overflow: hidden;
    }

    .power-section h2,
    .power-section h3 {
      color: #fff;
    }

    .power-section .pill {
      background: rgba(205, 219, 55, 0.2);
      color: #cddb37;
    }

    .power-section .pill .dot {
      background: #cddb37;
    }

    .power-section .pill .dot::after {
      background: var(--ink);
    }

    .power-card {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 18px;
      padding: 26px;
    }

    .power-card .pic {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: var(--brand-orange);
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 1.3rem;
      margin-bottom: 14px;
    }

    .power-card.l .pic {
      background: var(--brand-lime);
      color: var(--ink);
    }

    .power-card.g .pic {
      background: var(--brand-gold);
      color: var(--ink);
    }

    .power-card p {
      color: #bdb6b0;
      font-size: 0.9rem;
      margin: 6px 0 0;
    }

    /* Workflow infographic */
    .wf-flow {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 8px;
      align-items: center;
      margin-top: 30px;
    }

    .wf-step {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 14px;
      padding: 14px;
      text-align: center;
      font-size: 0.78rem;
      color: #fff;
    }

    .wf-step .ws-ic {
      width: 40px;
      height: 40px;
      margin: 0 auto 8px;
      background: var(--brand-orange);
      border-radius: 10px;
      display: grid;
      place-items: center;
      font-size: 1.1rem;
    }

    .wf-step:nth-child(2) .ws-ic {
      background: var(--brand-gold);
      color: var(--ink);
    }

    .wf-step:nth-child(3) .ws-ic {
      background: var(--brand-lime);
      color: var(--ink);
    }

    .wf-step:nth-child(4) .ws-ic {
      background: var(--brand-orange-2);
    }

    .wf-step:nth-child(5) .ws-ic {
      background: var(--brand-lime);
      color: var(--ink);
    }

    .wf-arrow {
      font-size: 1.6rem;
      color: rgba(255, 255, 255, 0.3);
      text-align: center;
    }

    @media (max-width: 768px) {
      .wf-flow {
        grid-template-columns: 1fr;
      }

      .wf-arrow {
        transform: rotate(90deg);
      }
    }

    /* ===== INDUSTRIES STRIP ===== */
    .logo-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 0;
      justify-content: center;
      align-items: center;
      border: 1px solid var(--line-2);
      border-radius: 18px;
      overflow: hidden;
      background: #fff;
    }

    .logo-cell {
      flex: 1 1 20%;
      min-width: 160px;
      padding: 26px 18px;
      text-align: center;
      border-right: 1px solid var(--line-2);
      color: #a99f96;
      font-weight: 800;
      font-size: 1.05rem;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      transition: 0.2s;
    }

    .logo-cell:last-child {
      border-right: 0;
    }

    .logo-cell:hover {
      color: var(--brand-orange);
    }

    @media (max-width: 768px) {
      .logo-cell {
        flex: 1 1 50%;
        border-right: 0;
        border-bottom: 1px solid var(--line-2);
      }
    }

    .industries-line {
      text-align: center;
      color: var(--text-2);
      font-size: 0.95rem;
      margin-top: 22px;
    }

    .industries-line strong {
      color: var(--ink);
      font-weight: 700;
    }

    .industry-card {
      background: #fff;
      border-radius: 14px;
      border: 1px solid var(--line-2);
    }

    .industry-icon {
      width: 54px;
      height: 54px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      font-size: 1.5rem;
      margin: 0 auto 10px;
    }

    .industry-text {
      font-size: 0.82rem;
    }

    /* Icon Variants */
    .icon-manufacturing {
      background: #ffe4d8;
      color: var(--brand-orange);
    }

    .icon-retail {
      background: var(--brand-lime-soft);
      color: #3a4112;
    }

    .icon-education {
      background: #fff3cd;
      color: #7a5a00;
    }

    .icon-govt {
      background: #ffe4d8;
      color: var(--brand-orange);
    }

    /* ===== CASE STUDIES ===== */
    .case-card {
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 1px solid var(--line-2);
      border-radius: 20px;
      overflow: hidden;
      height: 100%;
      transition: 0.2s ease;
      text-decoration: none;
      color: inherit;
    }

    .case-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
      border-color: var(--brand-orange);
    }

    .case-thumb {
      height: 170px;
      position: relative;
      overflow: hidden;
      display: grid;
      place-items: center;
      color: #fff;
    }

    .case-thumb svg {
      width: 80%;
      height: 80%;
      opacity: 0.95;
    }

    .case-thumb.t-1 {
      background: linear-gradient(135deg, #eb5017, #ff7043);
    }

    .case-thumb.t-2 {
      background: linear-gradient(135deg, #1d1b1a, #3d3833);
    }

    .case-thumb.t-3 {
      background: linear-gradient(135deg, #cddb37, #e6c43a);
    }

    .case-thumb.t-4 {
      background: linear-gradient(135deg, #ff7043, #e6c43a);
    }

    .case-tag {
      position: absolute;
      top: 14px;
      left: 14px;
      background: rgba(255, 255, 255, 0.92);
      color: var(--ink);
      font-size: 0.7rem;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 999px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .case-body {
      padding: 22px 22px 24px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .case-body h6 {
      font-weight: 600;
      margin-bottom: 8px;
      line-height: 1.5rem;
    }

    .case-body p {
      color: var(--text-2);
      font-size: 0.9rem;
      flex: 1;
      margin-bottom: 14px;
    }

    .case-stats {
      display: flex;
      gap: 18px;
      padding-top: 14px;
      border-top: 1px dashed var(--line-2);
    }

    .case-stats .cs-num {
      font-size: 1.3rem;
      font-weight: 700;
      color: var(--brand-orange);
      line-height: 1;
    }

    .case-stats .cs-lbl {
      font-size: 0.7rem;
      color: var(--text-2);
      margin-top: 3px;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    .ep-benefit-row {
      padding: 42px 0;
      border-top: 1px dashed rgba(235, 80, 23, 0.22);
    }

    .ep-benefit-row+.ep-benefit-row {
      border-top: 1px dashed rgba(235, 80, 23, 0.22);
    }

    /* ===== ERP COMPARISON ===== */
    .cmp-wrap {
      overflow-x: auto;
      border-radius: 20px;
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: var(--shadow-sm);
    }

    .cmp-table {
      width: 100%;
      min-width: 680px;
      border-collapse: collapse;
    }

    .cmp-table th,
    .cmp-table td {
      padding: 14px 18px;
      text-align: center;
      border-bottom: 1px solid var(--line-2);
      font-size: 0.9rem;
    }

    .cmp-table th:first-child,
    .cmp-table td:first-child {
      text-align: left;
      font-weight: 500;
      color: var(--ink);
    }

    .cmp-table thead th {
      background: var(--paper-warm);
      font-weight: 800;
      font-size: 0.92rem;
      letter-spacing: 0.02em;
      color: var(--ink);
      position: relative;
    }

    .cmp-table thead th .cmp-sub {
      display: block;
      font-size: 0.66rem;
      font-weight: 600;
      color: var(--text-2);
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin-top: 2px;
    }

    .cmp-table thead th.cmp-trackk {
      background: linear-gradient(180deg, var(--brand-orange) 0%, #c63e0c 100%);
      color: #fff;
    }

    .cmp-table thead th.cmp-trackk .cmp-sub {
      color: rgba(255, 255, 255, 0.85);
    }

    .cmp-table tbody tr:hover {
      background: var(--paper-cream);
    }

    .cmp-table tbody td.cmp-trackk-cell {
      background: rgba(235, 80, 23, 0.06);
      font-weight: 700;
      color: var(--ink);
    }

    .cmp-yes {
      color: #3a7d18;
      font-size: 1.1rem;
    }

    .cmp-no {
      color: #b03a1c;
      font-size: 1.1rem;
    }

    .cmp-mid {
      color: var(--text-2);
      font-size: 1.1rem;
    }

    .cmp-badge {
      display: inline-block;
      padding: 3px 10px;
      border-radius: 999px;
      font-size: 0.7rem;
      font-weight: 700;
      background: #e8f7c7;
      color: #3a4112;
    }

    .cmp-badge.warn {
      background: #ffe4d8;
      color: #a13c12;
    }

    .cmp-badge.muted {
      background: #eee;
      color: #555;
    }

    /* ====== Image-half wrappers (consistent col-md-6 imagery) ====== */
    .imgwrap {
      position: relative;
      width: 100%;
      height: 100%;
    }

    /* ===== FAQ ACCORDION ===== */
    .faq-accordion .accordion-button {
      font-weight: 600;
      color: var(--ink);
      background: #fff;
      font-size: 1rem;
    }

    .faq-accordion .accordion-button:not(.collapsed) {
      color: var(--brand-orange);
      background: var(--paper-warm);
      box-shadow: none;
    }

    .faq-accordion .accordion-button:focus {
      box-shadow: none;
    }

    .faq-accordion .accordion-item {
      border-radius: 14px !important;
      overflow: hidden;
      border: 1px solid var(--line-2) !important;
      margin-bottom: 12px;
    }

    .case-thumb img {
      padding-top: 12px;
    }