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

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

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

    /* =========================
       HEADER
    ========================= */

    .kd-custom-options-header {
      max-width: 760px;
      margin: 0 0 50px;
    }

    .kd-custom-options-eyebrow {
      margin: 0 0 12px;
      color: #159A9C;
      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-options-title {
      margin: 0;
      color: #14213D;
      font-family: Manrope, Arial, sans-serif;
      font-size: 42px;
      line-height: 1.15;
      font-weight: 700;
      letter-spacing: -0.025em;
    }

    .kd-custom-options-intro {
      max-width: 700px;
      margin: 18px 0 0;
      color: #69757E;
      font-family: Inter, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.8;
      font-weight: 400;
    }


    /* =========================
       OPTIONS GRID
    ========================= */

    .kd-custom-options-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .kd-custom-option-card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      min-height: 255px;
      padding: 28px 27px 26px;
      background: #F7F8FA;
      border: 1px solid #E1E6EA;
      overflow: hidden;
      transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
    }

    .kd-custom-option-card:hover {
      background: #ffffff;
      border-color: #72C8C9;
      transform: translateY(-2px);
    }


    /* =========================
       NUMBER
    ========================= */

    .kd-custom-option-number {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      margin-bottom: 38px;
      border: 1px solid #72C8C9;
      color: #159A9C;
      font-family: Manrope, Arial, sans-serif;
      font-size: 12px;
      line-height: 1;
      font-weight: 700;
    }


    /* =========================
       CONTENT
    ========================= */

    .kd-custom-option-title {
      margin: 0 0 11px;
      color: #14213D;
      font-family: Manrope, Arial, sans-serif;
      font-size: 21px;
      line-height: 1.3;
      font-weight: 700;
    }

    .kd-custom-option-text {
      margin: 0;
      color: #69757E;
      font-family: Inter, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.72;
    }


    /* =========================
       BOTTOM ACCENT
    ========================= */

    .kd-custom-option-accent {
      width: 36px;
      height: 2px;
      margin-top: auto;
      padding-top: 0;
      background: #159A9C;
    }


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

    @media (max-width: 1050px) {

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

      .kd-custom-options .kd-custom-container {
        padding-left: 22px;
        padding-right: 22px;
      }

      .kd-custom-options-header {
        margin-bottom: 40px;
      }

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

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

      .kd-custom-option-card {
        min-height: 240px;
        padding: 25px 23px;
      }

    }


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

    @media (max-width: 640px) {

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

      .kd-custom-options .kd-custom-container {
        padding-left: 18px;
        padding-right: 18px;
      }

      .kd-custom-options-header {
        margin-bottom: 30px;
      }

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

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

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

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

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

      .kd-custom-option-number {
        width: 32px;
        height: 32px;
        margin-bottom: 28px;
      }

      .kd-custom-option-title {
        font-size: 19px;
      }

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

      .kd-custom-option-accent {
        margin-top: 24px;
      }

    }


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

    @media (max-width: 380px) {

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

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

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

      .kd-custom-option-card {
        padding: 20px 18px;
      }

    }
  