
    .kd-custom-cta {
      width: 100%;
      background: #159A9C;
      padding: 82px 0;
      box-sizing: border-box;
      font-family: Inter, Arial, sans-serif;
    }

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

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

      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 55px;
      align-items: center;
    }

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

    .kd-custom-cta-content {
      min-width: 0;
    }

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

    .kd-custom-cta-title {
      max-width: 760px;
      margin: 0;
      color: #ffffff;
      font-family: Manrope, Arial, sans-serif;
      font-size: 44px;
      line-height: 1.12;
      font-weight: 700;
      letter-spacing: -0.03em;
    }

    .kd-custom-cta-text {
      max-width: 760px;
      margin: 17px 0 0;
      color: #E3FFFF;
      font-family: Inter, Arial, sans-serif;
      font-size: 15px;
      line-height: 1.8;
      font-weight: 400;
    }


    /* =========================
       QUICK INPUT TYPES
    ========================= */

    .kd-custom-cta-inputs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 23px;
    }

    .kd-custom-cta-input {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 0 11px;
      border: 1px solid rgba(255,255,255,0.35);
      color: #ffffff;
      font-size: 11px;
      line-height: 1;
      font-weight: 600;
    }


    /* =========================
       ACTION AREA
    ========================= */

    .kd-custom-cta-actions {
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex-shrink: 0;
      width: 245px;
    }

    .kd-custom-cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 52px;
      padding: 0 22px;
      border: 1px solid #ffffff;
      background: #ffffff;
      color: #14213D;
      font-family: Inter, Arial, sans-serif;
      font-size: 14px;
      line-height: 1;
      font-weight: 700;
      transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
    }

    .kd-custom-cta-button:hover {
      background: #EEF3F5;
      border-color: #EEF3F5;
      color: #14213D;
    }

    .kd-custom-cta-button-outline {
      background: transparent;
      color: #ffffff;
      border-color: rgba(255,255,255,0.65);
    }

    .kd-custom-cta-button-outline:hover {
      background: #14213D;
      border-color: #14213D;
      color: #ffffff;
    }


    /* =========================
       BOTTOM REASSURANCE
    ========================= */

    .kd-custom-cta-reassurance {
      grid-column: 1 / -1;
      margin-top: 20px;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,0.20);
    }

    .kd-custom-cta-reassurance p {
      margin: 0;
      color: #D5F9F9;
      font-size: 12px;
      line-height: 1.7;
    }

    .kd-custom-cta-reassurance strong {
      color: #ffffff;
      font-weight: 700;
    }


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

    @media (max-width: 1050px) {

      .kd-custom-cta {
        padding: 70px 0;
      }

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

      .kd-custom-cta-title {
        font-size: 38px;
      }

      .kd-custom-cta-text {
        max-width: 800px;
      }

      .kd-custom-cta-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 520px);
      }

      .kd-custom-cta-reassurance {
        margin-top: 0;
      }
    }


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

    @media (max-width: 640px) {

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

      .kd-custom-cta .kd-custom-container {
        gap: 26px;
        padding-left: 18px;
        padding-right: 18px;
      }

      .kd-custom-cta-eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
      }

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

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

      .kd-custom-cta-inputs {
        margin-top: 20px;
        gap: 7px;
      }

      .kd-custom-cta-input {
        min-height: 28px;
        padding: 0 9px;
        font-size: 10px;
      }

      .kd-custom-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 9px;
      }

      .kd-custom-cta-button {
        min-height: 49px;
      }

      .kd-custom-cta-reassurance {
        margin-top: 0;
        padding-top: 18px;
      }

      .kd-custom-cta-reassurance p {
        font-size: 11px;
        line-height: 1.7;
      }
    }


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

    @media (max-width: 380px) {

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

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

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

      .kd-custom-cta-input {
        font-size: 9px;
      }
    }
  