/* ───────────────────────────────────────────
       SECTION
    ─────────────────────────────────────────── */
    .recover-section {
      max-width: 1460px;
      margin: 0 auto;
      padding: 0 30px 160px;
      display: flex !important;
      align-items: flex-start;
      gap: 160px;
    }

    /* ───────────────────────────────────────────
       LEFT COLUMN — SCROLLABLE
    ─────────────────────────────────────────── */
    .recover-section__left {
      flex: 0 0 48%;
      max-width: 46%;
      display: flex;
      flex-direction: column;
      padding: 50px 0 0;
    }

    .recover-section__heading-wrapper {
    }

    .recover-section__heading {
      margin: 0 0 15px;
      color: #000;
      font-family: Lufga;
      font-weight: 600;
      font-size: 46px;
      line-height: 60px;
      letter-spacing: 0;
    }

    .recover-section__desc-wrapper {
      margin-bottom: 35px;
    }

    .recover-section__desc-wrapper p {
      color: #000;
      font-family: Lufga;
      font-weight: 400;
      font-size: 16px;
      line-height: 29px;
      letter-spacing: 0.01em;
      padding: 0;
      margin: 0 0 15px;
    }
.recover-section__desc-wrapper p:last-of-type{
  margin: 0;
}
    /* ───────────────────────────────────────────
       FEATURE LIST
    ─────────────────────────────────────────── */
    .recover-section__features {
      display: flex;
      flex-direction: column;
      gap: 30px;
      margin-bottom: 48px;
    }

    .recover-feature {
      display: flex;
      align-items: flex-start;
      gap: 40px;
    }

    .recover-feature__icon-wrapper {
      flex-shrink: 0;
      width: 36px;
      height: 36px;
      margin-top: 3px;
    }

    .recover-feature__icon-wrapper img {
      width: 25px;
      height: 25px;
      object-fit: contain;
      display: block;
    }

    .recover-feature__body {
      flex: 1;
    }

    .recover-feature__title {
      color: #000;
      margin: 0 0 5px;
      font-family: Lufga;
      font-weight: 500;
      font-size: 21px;
      line-height: 30px;
      letter-spacing: 0;
    }

    .recover-feature__desc-wrapper p {
      color: rgba(0,0,0,0.8);
      font-family: Lufga;
      font-weight: 400;
      font-size: 15px;
      line-height: 29px;
      letter-spacing: 0.01em;
    }
.recover-feature__desc-wrapper p:last-of-type{
  margin: 0;
}
    /* ───────────────────────────────────────────
       CTA
    ─────────────────────────────────────────── */
    .recover-section__cta-wrapper {
      margin-top: 4px;
    }

    .recover-section__cta {
  max-width: 150px;
  color: #000 !important;
  background: transparent;
  border: 1px solid #000;
  height: 39px;
  padding: 10px 5px;
  border-radius: 50px;
  text-align: center;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: Lufga;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  width: 100%;
  display: block;
    }

    .recover-section__cta:hover {
      background: #000;
      color: #fff !important;
      text-decoration: none;
    }

    /* ───────────────────────────────────────────
       RIGHT COLUMN — STICKY WORKFLOW CARD
    ─────────────────────────────────────────── */
    .recover-section__right {
    flex: 1;
  position: sticky;
  top: 50px;
  align-self: flex-start;
  padding: 50px 0 0;
    }

    /* ───────────────────────────────────────────
       RIGHT IMAGE WRAPPER
    ─────────────────────────────────────────── */
    .recover-section__image-wrapper {
      width: 100%;
      border-radius: 16px;
      overflow: hidden;
    }

    .recover-section__image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1440px
    ─────────────────────────────────────────── */
    @media (max-width: 1440px) {
      .recover-section {
        padding: 0 30px 130px;
        gap: 80px;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1366px
    ─────────────────────────────────────────── */
    @media (max-width: 1366px) {
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1280px
    ─────────────────────────────────────────── */
    @media (max-width: 1280px) {
      .recover-section {
        gap: 50px;
      }

    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 1024px
    ─────────────────────────────────────────── */
    @media (max-width: 1024px) {
      .recover-section {
        gap: 35px;
        padding: 0 20px 90px;
      }

      .recover-section__left {
        flex: 0 0 48%;
        max-width: 48%;
      }

  
      .recover-section__image-wrapper {
        height: 480px;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 991px
    ─────────────────────────────────────────── */
    @media (max-width: 991px) {
      .recover-section {
        gap: 30px;
        flex-direction: column;
      }

      .recover-section__left {
        flex: 0 0 100%;
        max-width: 100%;
      }


      .recover-section__image-wrapper {
        height: auto;
        width: 100%;
        max-width: 100%;
      }
      .recover-section__right {
  position: relative;
  top: unset;
  padding: 0;
  flex: auto;
}
      .recover-section__right img{
        width: 100%;
      }
    }

    /* ───────────────────────────────────────────
       RESPONSIVE — 767px
    ─────────────────────────────────────────── */
    @media (max-width: 767px) {
      .recover-section {
        flex-direction: column;
        padding: 0 15px 60px;
        gap: 40px;
      }

      .recover-section__left {
        flex: none;
        max-width: 100%;
        width: 100%;
        padding: 0;
      }

      .recover-section__right {
        position: static;
        width: 100%;
      }

      .recover-section__image-wrapper {
        height: 300px;
      }


      .recover-section__features {
        gap: 25px;
        margin-bottom: 35px;
      }
    }