.sc-steps2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 864px;
  max-width: 864px;
  margin: 0 auto 18px;
}

.sc-steps2-header__intro {
  display: block;
  color: var(--Shades-Dark-Side-Soft-Grey, #888);
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sc-steps2-header__title {
  margin: 24px 0 0;
  color: var(--Shades-Dark-Side-Rich-Black, #000);
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}

.sc-steps2-header__desc {
  margin: 48px 0 0;
  margin-bottom: 0 !important;
  color: var(--Shades-Dark-Side-Rich-Black, #000);
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.sc-steps2-section {
  position: relative;
  overflow-x: clip;
  padding: 0 2.4rem;
  box-sizing: border-box;
  margin: 120px 0 80px;
}

.sc-steps2-sticky {
}

.sc-steps2-sticky__inner {
  /* display: flex; */
  /* align-items: center; */
  width: 100%;
}

.sc-steps2-grid {
  display: flex;
  align-items: center;
  gap: 64px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sc-steps2-left {
  flex-shrink: 0;
  max-width: 448px;
  width: 100%;
  flex-shrink: 0;
  max-width: calc(50% - 32px);
  width: calc(50% - 32px);
}

.sc-steps2-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.sc-steps2-right {
  flex-shrink: 0;
  max-width: calc(50% - 32px);
  width: calc(50% - 32px);
}


.sc-step2 {
  transition: opacity 0.8s ease;
}

/* ---- Step intro (label) — INACTIVE ------------------------ */
.sc-step2__intro {
  display: block;
  margin-bottom: 8px;
  color: var(--Accent-Green, #22e243);
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.35s ease;
}

@media (max-width: 767px) {
  .sc-step2__intro {
    margin-bottom: 0;
  }

  .sc-step2__description {
    margin-top: 8px !important;
  }
}

.sc-step2__title {
  margin: 0;
  padding-top: 0 !important;
  color: var(--Shades-Dark-Side-Rich-Black, #000);
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  transition: color 0.35s ease;
}

.sc-step2__description {
  margin: 12px 0 0;
  margin-bottom: 0 !important;
  color: var(--Shades-Dark-Side-Rich-Black, #000);
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  transition: color 0.35s ease;
}


/* Outer wrapper — frame sits on top, slides clip inside wrap */
.sc-steps2-media-outer {
  position: relative;
  width: 637.384px;
  height: 637.384px;
  max-width: 100%;
}

/* ---- Frame overlay (above clipped slides) ----------------- */
.sc-steps2-frame {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.sc-steps2-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* ---- Clipping container for slides ------------------------ */
.sc-steps2-media-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

/* ---- Individual media slide ------------------------------- */
.sc-steps2-media {
  position: absolute;
  inset: 0;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sc-steps2-media.active {
  transform: translateX(0);
  pointer-events: auto;
}

.sc-steps2-media.was-active {
  transform: translateX(-100%);
}

.sc-steps2-media picture {
  display: contents;
}

.sc-steps2-media img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: 38% !important;
  /* height: 83% !important; */
  margin-top: 10px;
  margin-left: 10px;
}

/* ---- Video slides ----------------------------------------- */
.sc-steps2-video--desktop {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sc-steps2-video--mobile {
  display: none;
}

@media (max-width: 900px) {
  .sc-steps2-video--desktop { display: none; }
  .sc-steps2-video--mobile  { display: block; width: 100%; height: 100%; object-fit: contain; }
}

/* ============================================================
   Mobile styles
   ============================================================ */
@media (max-width: 767px) {
  /* ---- Header --------------------------------------------- */
  .sc-steps2-header {
    width: 304px;
    max-width: 304px;
    justify-content: center;
    margin-bottom: 32px;
  }

  .sc-steps2-header__intro {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .sc-steps2-header__title {
    margin-top: 16px;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }

  .sc-steps2-header__desc {
    margin-top: 32px;
    color: var(--Shades-Dark-Side-Antracite, #222);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  /* ---- Section -------------------------------------------- */
  .sc-steps2-section {
    margin-top: 32px;
  }

  /* ---- Sticky — text priority, stick to 20vh from top ----- */
  .sc-steps2-sticky {
    top: 10vh;
  }

  .sc-steps2-sticky__inner {
    justify-content: center;
    align-items: flex-start;
  }

  /* ---- Single column: text top, image bottom -------------- */
  .sc-steps2-grid {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 100%;
  }

  .sc-steps2-left {
    max-width: 304px;
    width: 100%;
    display: flex;
    justify-content: center;
    order: 1;
  }

  .sc-steps2-list {
    gap: 31px;
    width: 100%;
    max-width: 304px;
  }

  /* only active step visible */
  .sc-step {
    display: none;
    text-align: center;
  }

  .sc-step.active {
    display: block;
  }

  .sc-step2__intro {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .sc-step2__title {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }

  .sc-step2__description {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  /* ---- Right column --------------------------------------- */
  .sc-steps2-right {
    width: 304px;
    max-width: none;
  }

  .sc-steps2-media-outer {
    width: 304px;
    max-width: 304px;
    height: 449px;
    margin: auto;
  }

  .sc-steps2-media img {
    width: 46% !important;
    height: 93% !important;
    margin-top: -65px !important;
    margin-left: -1px !important;
  }
}

.sc-steps2-media-anim-disabled .sc-steps-media {
  transform: translateX(0) !important;
}