/* ───────────────────────────────────────────
       SECTION
    ─────────────────────────────────────────── */
    .optin-section {
      max-width: 1460px;
      margin: 0 auto;
      padding: 150px 30px 0;
      display: flex !important;
      align-items: center;
      gap: 80px;
    }

    /* ───────────────────────────────────────────
       LEFT COLUMN
    ─────────────────────────────────────────── */
    .optin-section__left {
      flex: 0 0 55%;
      max-width: 55%;
      display: flex;
      flex-direction: column;
    }

    .optin-section__heading-wrapper {
      margin-bottom: 24px;
    }

    .optin-section__heading {
      color: #000;
      font-family: Lufga;
      font-weight: 600;
      font-size: 43px;
      line-height: 53px;
      letter-spacing: 0;
      margin: 0 0 20px;
    }

    .optin-section__desc-wrapper {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-bottom: 35px;
    }

    .optin-section__desc-wrapper p {
      color: #000;
      font-family: Lufga;
      font-weight: 400;
      font-size: 16px;
      line-height: 31px;
      letter-spacing: 0.01em;
      padding: 0;
      margin: 0 0 20px;
    }
.optin-section__desc-wrapper p:last-of-type{
  margin: 0;
}
    /* ───────────────────────────────────────────
       STAT BLOCK
    ─────────────────────────────────────────── */
    .optin-section__stat {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .optin-section__stat-bubble {
      flex-shrink: 0;
      width: 160px;
      height: 86px;
      background: #f5d9d9;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .optin-section__stat-value {
      color: #000;
      font-family: Lufga;
      font-weight: 600;
      font-size: 43px;
      line-height: 100%;
      letter-spacing: 0;
      text-align: center;
      margin: 0;
      padding: 0;
    }

    .optin-section__stat-body {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .optin-section__stat-label {
      color: #000;
      font-family: Lufga;
      font-weight: 500;
      font-size: 18px;
      line-height: 100%;
      letter-spacing: 0;
    }

    .optin-section__stat-desc-wrapper p {
      font-family: Lufga;
      font-weight: 400;
      font-size: 15px;
      line-height: 29px;
      letter-spacing: 0.01em;
      padding: 0;
      margin: 0;
      color: rgba(0,0,0,0.8);
    }

    /* ───────────────────────────────────────────
       RIGHT COLUMN — IMAGE
    ─────────────────────────────────────────── */
    .optin-section__right {
      flex: 1;
    }

    .optin-section__image-wrapper {
      width: 100%;
      height: 480px;
      border-radius: 20px;
      overflow: hidden;
      background: linear-gradient(135deg, #e8e0f5 0%, #f0e8fb 50%, #e4d8f5 100%);
    }

    .optin-section__image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1440px
    ─────────────────────────────────────────── */
    @media (max-width: 1440px) {
      .optin-section {
        /*! padding: 80px 80px; */
        /*! gap: 64px; */
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1366px
    ─────────────────────────────────────────── */
    @media (max-width: 1366px) {
      .optin-section {
        /*! padding: 72px 60px; */
        gap: 55px;
      }

      .optin-section__heading {
        font-size: 38px;
      }

      .optin-section__image-wrapper {
        height: 440px;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1280px
    ─────────────────────────────────────────── */
    @media (max-width: 1280px) {
      .optin-section {
        /*! padding: 64px 48px; */
        /*! gap: 48px; */
      }

      .optin-section__heading {
        font-size: 36px;
      }

      .optin-section__image-wrapper {
        height: 400px;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1024px
    ─────────────────────────────────────────── */
    @media (max-width: 1024px) {
      .optin-section {
        padding: 90px 20px 0;
        gap: 40px;
      }

      .optin-section__left {
        flex: 0 0 52%;
        max-width: 52%;
      }

      .optin-section__heading {
        font-size: 32px;
        line-height: 42px;
      }

      .optin-section__image-wrapper {
        height: 360px;
      }

      .optin-section__stat-value {
        font-size: 30px;
      }

      .optin-section__stat-bubble {
        width: 90px;
        height: 60px;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 991px
    ─────────────────────────────────────────── */
    @media (max-width: 991px) {
      .optin-section {
        /*! padding: 48px 32px; */
        gap: 36px;
        flex-direction: column;
      }

      .optin-section__left {
        flex: unset;
        max-width: 100%;
      }

      .optin-section__heading {
        margin: 0;
      }

     
      .optin-section__right {
  flex: unset;
  width: 100%;
}
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 767px
    ─────────────────────────────────────────── */
    @media (max-width: 767px) {
      .optin-section {
        flex-direction: column;
        padding: 50px 15px 60px;
        gap: 40px;
      }

      .optin-section__left {
        flex: none;
        max-width: 100%;
        width: 100%;
      }

      .optin-section__right {
        width: 100%;
      }

      .optin-section__heading {
        font-size: 28px;
      }

      .optin-section__image-wrapper {
        height: 300px;
      }
    }