/* ───────────────────────────────────────────
       SECTION
    ─────────────────────────────────────────── */
    .rightform-section {
      max-width: 1460px;
      margin: 0 auto;
      padding: 0 30px 170px;
      display: flex !important;
      align-items: flex-start;
      gap: 0 160px;
    }

    /* ───────────────────────────────────────────
       LEFT — SCROLLABLE CONTENT
    ─────────────────────────────────────────── */
    .rightform-section__left {
      flex: 0 0 50%;
      max-width: 50%;
      display: flex;
      flex-direction: column;
    }

    /* Heading */
    .rightform-section__heading-wrapper {
      margin-bottom: 24px;
    }

    .rightform-section__heading {
  color: #000;
  font-family: Lufga;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
    }

    /* Intro */
    .rightform-section__intro-wrapper {
      margin-bottom: 24px;
    }

    .rightform-section__intro-wrapper p {
color: #000;
  font-family: Lufga;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
    }
.rightform-section__intro-wrapper p:last-of-type{
  margin: 0;
}
    /* Target label */
    .rightform-section__target-label-wrapper {
      margin-bottom: 20px;
    }

    .rightform-section__target-label {
color: #000;
  font-family: Lufga;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
    }

    /* Checklist */
    .rightform-section__checklist {
      display: flex;
      flex-direction: column;
      gap: 18px;
      list-style: none;
  gap: 12px;
  padding: 0;
  margin: 0;
}

    .rightform-section__checklist-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
  padding: 0 0 0 35px;
  margin: 0 0 10px;
}
.rightform-section__checklist-item:before {
  width: 18px;
  height: 20px;
  background: url('/template/71b0727d/images/exclusive-email-tick-icon.svg') no-repeat;
  top: 7px;
}
    .rightform-section__check-icon {
      flex-shrink: 0;
      width: 18px;
      height: 18px;
      margin-top: 2px;
    }

    .rightform-section__check-icon svg {
      width: 18px;
      height: 18px;
      stroke: #2563eb;
      fill: none;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .rightform-section__checklist-item p {
color: #000;
  font-family: Lufga;
  font-weight: 400;
  font-size: 16px;
  line-height: 26.56px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
    }

    /* ───────────────────────────────────────────
       RIGHT — STICKY IMAGE
    ─────────────────────────────────────────── */
    .rightform-section__right {
      flex: 1;
      position: sticky;
      top: 40px;
    }

    .rightform-section__image-wrapper {
      width: 100%;
      height: 575px;
      border-radius: 20px;
      overflow: hidden;
      background: #e0f0ee;
    }

    .rightform-section__image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1440px
    ─────────────────────────────────────────── */
    @media (max-width: 1440px) {
      .rightform-section {
        /*! padding: 80px 80px; */
        gap: 100px;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1366px
    ─────────────────────────────────────────── */
    @media (max-width: 1366px) {
      .rightform-section {
        /*! padding: 72px 60px; */
        /*! gap: 56px; */
      }

      .rightform-section__heading {
        font-size: 46px;
      }

      .rightform-section__image-wrapper {
        /*! height: 520px; */
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1280px
    ─────────────────────────────────────────── */
    @media (max-width: 1280px) {
      .rightform-section {
        /*! padding: 64px 48px; */
        /*! gap: 48px; */
      }

      .rightform-section__heading {
        font-size: 42px;
      }

      .rightform-section__image-wrapper {
        /*! height: 480px; */
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1024px
    ─────────────────────────────────────────── */
    @media (max-width: 1024px) {
      .rightform-section {
        padding: 0 20px 100px;
        gap: 40px;
      }

      .rightform-section__left {
        flex: 0 0 48%;
        max-width: 48%;
      }

      .rightform-section__heading {
        font-size: 36px;
      }

      .rightform-section__image-wrapper {
        height: 440px;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 991px
    ─────────────────────────────────────────── */
    @media (max-width: 991px) {
      .rightform-section {
        /*! padding: 48px 32px; */
        /*! gap: 36px; */
      }

      .rightform-section__left {
        flex: 0 0 50%;
        max-width: 50%;
      }

      .rightform-section__heading {
        font-size: 34px;
        line-height: 50px;
      }

      .rightform-section__image-wrapper {
        height: 400px;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 767px
    ─────────────────────────────────────────── */
    @media (max-width: 767px) {
      .rightform-section {
        flex-direction: column;
        padding: 0 15px 60px;
        gap: 40px;
      }

      .rightform-section__left {
        flex: none;
        max-width: 100%;
        width: 100%;
      }

      .rightform-section__right {
        position: static;
        width: 100%;
      }

      .rightform-section__heading {
        font-size: 30px;
        line-height: 40px;
      }

      .rightform-section__image-wrapper {
        height: 320px;
      }
    }