.mf-hero {
  padding: 6rem 10rem 4rem;
}

.mf-heading {
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  margin-top: 12px;
}

.mf-subheading {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: var(--lightgray);
  line-height: 36px;
  margin-top: 8px;
}

.mf-section {
  padding: 4rem 10rem;
}

.mf-section-label {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  color: var(--textblack);
  margin-bottom: 24px;
}

.mf-screenshots {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.store-shot {
  flex: 1;
  max-width: 19%;
  border-radius: 14px;
  object-fit: fill;
}

.mf-divider {
  background-color: #e4e4e4;
  height: 2px;
  margin: 0 10rem;
}

.mf-heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 16px;
}

.mf-body {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 760px;
}

.mf-subsection {
  margin-top: 3rem;
}

.mf-subheading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 12px;
}

.mf-spacer {
  height: 8rem;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
  .mf-hero {
    padding: 4rem 4rem 3rem;
  }

  .mf-heading {
    font-size: 72px;
    line-height: 74px;
  }

  .mf-section {
    padding: 3rem 4rem;
  }

  .mf-divider {
    margin: 0 4rem;
  }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .mf-hero {
    padding: 2rem 1.5rem 2rem;
  }

  .mf-heading {
    font-size: 48px;
    line-height: 52px;
  }

  .mf-subheading {
    font-size: 20px;
    line-height: 28px;
  }

  .mf-section {
    padding: 2rem 1.5rem;
  }

  .mf-section-label {
    font-size: 28px;
  }

  /* Screenshots scroll horizontally on mobile */
  .mf-screenshots {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 1rem;
    gap: 0.75rem;
  }

  .store-shot {
    flex: 0 0 auto;
    max-width: none;
    height: 320px;
    width: auto;
  }

  .mf-divider {
    margin: 0 1.5rem;
  }

  .mf-heading-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .mf-body {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }

  .mf-subheading-2 {
    font-size: 20px;
  }

  .mf-spacer {
    height: 4rem;
  }
}
