
    .kd-custom-oem {
      width: 100%;
      background: #14213D;
      padding: 92px 0;
      box-sizing: border-box;
      font-family: Inter, Arial, sans-serif;
    }

    .kd-custom-oem *,
    .kd-custom-oem *::before,
    .kd-custom-oem *::after {
      box-sizing: border-box;
    }

    .kd-custom-oem .kd-custom-container {
      width: 100%;
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 24px;

      display: grid;
      grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
      gap: 58px;
      align-items: start;
    }

    /* =========================
       LEFT INTRO
    ========================= */

    .kd-custom-oem-intro {
      min-width: 0;
      padding-top: 4px;
    }

    .kd-custom-oem-eyebrow {
      margin: 0 0 13px;
      color: #72C8C9;
      font-family: Inter, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.4;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .kd-custom-oem-title {
      max-width: 540px;
      margin: 0;
      color: #ffffff;
      font-family: Manrope, Arial, sans-serif;
      font-size: 42px;
      line-height: 1.15;
      font-weight: 700;
      letter-spacing: -0.025em;
    }

    .kd-custom-oem-description {
      max-width: 520px;
      margin: 19px 0 0;
      color: #C8D3DA;
      font-family: Inter, Arial, sans-serif;
      font-size: 15px;
      line-height: 1.8;
      font-weight: 400;
    }

    .kd-custom-oem-note {
      max-width: 500px;
      margin: 30px 0 0;
      padding-top: 19px;
      border-top: 1px solid rgba(255,255,255,0.13);
      color: #95A7B4;
      font-size: 12px;
      line-height: 1.7;
    }


    /* =========================
       RIGHT OEM / ODM GRID
    ========================= */

    .kd-custom-oem-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      min-width: 0;
    }

    .kd-custom-oem-card {
      display: flex;
      flex-direction: column;
      min-width: 0;
      min-height: 500px;
      padding: 30px 28px 27px;
      background: #0B1528;
      border: 1px solid rgba(255,255,255,0.12);
    }

    .kd-custom-oem-card-type {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      min-height: 28px;
      padding: 0 10px;
      border: 1px solid rgba(114,200,201,0.55);
      color: #72C8C9;
      font-family: Inter, Arial, sans-serif;
      font-size: 10px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .kd-custom-oem-card-title {
      margin: 25px 0 0;
      color: #ffffff;
      font-family: Manrope, Arial, sans-serif;
      font-size: 28px;
      line-height: 1.22;
      font-weight: 700;
      letter-spacing: -0.015em;
    }

    .kd-custom-oem-card-subtitle {
      margin: 13px 0 0;
      color: #ffffff;
      font-family: Inter, Arial, sans-serif;
      font-size: 15px;
      line-height: 1.6;
      font-weight: 600;
    }

    .kd-custom-oem-card-text {
      margin: 14px 0 0;
      color: #AEBCC6;
      font-family: Inter, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.75;
    }


    /* =========================
       LIST
    ========================= */

    .kd-custom-oem-list {
      display: grid;
      gap: 11px;
      margin: 27px 0 0;
      padding: 0;
      list-style: none;
    }

    .kd-custom-oem-list li {
      position: relative;
      padding-left: 17px;
      color: #D9E2E7;
      font-family: Inter, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.6;
    }

    .kd-custom-oem-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 9px;
      width: 5px;
      height: 5px;
      background: #159A9C;
    }


    /* =========================
       FLOW
    ========================= */

    .kd-custom-oem-flow {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 7px;
      margin-top: auto;
      padding-top: 24px;
      border-top: 1px solid rgba(255,255,255,0.11);
    }

    .kd-custom-oem-flow span {
      color: #72C8C9;
      font-family: Inter, Arial, sans-serif;
      font-size: 10px;
      line-height: 1.4;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .kd-custom-oem-flow i {
      color: #66788A;
      font-size: 12px;
      line-height: 1;
      font-style: normal;
    }


    /* =========================
       BOTTOM STATEMENT
    ========================= */

    .kd-custom-oem-bottom {
      grid-column: 2;
      margin-top: 20px;
      padding: 18px 20px;
      background: rgba(255,255,255,0.04);
      border-left: 2px solid #159A9C;
    }

    .kd-custom-oem-bottom p {
      margin: 0;
      color: #C6D2D9;
      font-family: Inter, Arial, sans-serif;
      font-size: 12px;
      line-height: 1.7;
    }

    .kd-custom-oem-bottom strong {
      color: #ffffff;
      font-weight: 700;
    }


    /* =========================================================
       TABLET
    ========================================================= */

    @media (max-width: 1050px) {

      .kd-custom-oem {
        padding: 72px 0;
      }

      .kd-custom-oem .kd-custom-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-left: 22px;
        padding-right: 22px;
      }

      .kd-custom-oem-title {
        font-size: 36px;
      }

      .kd-custom-oem-description {
        max-width: 760px;
      }

      .kd-custom-oem-note {
        max-width: 760px;
      }

      .kd-custom-oem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .kd-custom-oem-bottom {
        grid-column: auto;
        margin-top: 0;
      }

    }


    /* =========================================================
       MOBILE
    ========================================================= */

    @media (max-width: 640px) {

      .kd-custom-oem {
        padding: 54px 0;
      }

      .kd-custom-oem .kd-custom-container {
        gap: 30px;
        padding-left: 18px;
        padding-right: 18px;
      }

      .kd-custom-oem-eyebrow {
        margin-bottom: 10px;
        font-size: 12px;
      }

      .kd-custom-oem-title {
        font-size: 30px;
        line-height: 1.18;
      }

      .kd-custom-oem-description {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.75;
      }

      .kd-custom-oem-note {
        margin-top: 22px;
        padding-top: 16px;
      }

      .kd-custom-oem-grid {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      .kd-custom-oem-card {
        min-height: 0;
        padding: 23px 20px 22px;
      }

      .kd-custom-oem-card-title {
        margin-top: 20px;
        font-size: 23px;
      }

      .kd-custom-oem-card-subtitle {
        margin-top: 11px;
        font-size: 14px;
      }

      .kd-custom-oem-card-text {
        font-size: 13px;
        line-height: 1.7;
      }

      .kd-custom-oem-list {
        margin-top: 23px;
      }

      .kd-custom-oem-flow {
        margin-top: 26px;
        padding-top: 20px;
      }

      .kd-custom-oem-bottom {
        padding: 17px 17px;
      }

      .kd-custom-oem-bottom p {
        font-size: 12px;
      }

    }


    /* =========================================================
       SMALL MOBILE
    ========================================================= */

    @media (max-width: 380px) {

      .kd-custom-oem {
        padding: 46px 0;
      }

      .kd-custom-oem .kd-custom-container {
        padding-left: 15px;
        padding-right: 15px;
      }

      .kd-custom-oem-title {
        font-size: 27px;
      }

      .kd-custom-oem-card-title {
        font-size: 21px;
      }

    }
  