.machi-proof {
  background: #0f1014;
  color: #ffffff;
  padding: 28px 0;
}

.machi-proof__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: center;
}

.machi-proof__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: #ffcf32;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.machi-proof__title {
  margin: 8px 0 10px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.08;
  font-weight: 800;
}

.machi-proof__copy {
  max-width: 660px;
  margin: 0;
  color: #d7d9e0;
  font-size: 16px;
  line-height: 1.55;
}

.machi-proof__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.machi-proof__stat {
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.machi-proof__stat strong {
  display: block;
  color: #ffcf32;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
}

.machi-proof__stat span {
  display: block;
  margin-top: 7px;
  color: #e8e8e8;
  font-size: 13px;
  line-height: 1.35;
}

.landing__stories-body {
  isolation: isolate;
  background: #111318;
}

.landing__stories-body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(8, 9, 12, 0.98) 0%,
    rgba(8, 9, 12, 0.96) 48%,
    rgba(8, 9, 12, 0.62) 66%,
    rgba(8, 9, 12, 0.08) 100%
  );
}

.landing__stories-body-background {
  top: 0;
  left: 0;
  z-index: 0 !important;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.landing__stories-body-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  max-width: min(590px, 54%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.landing__stories-body-content .date,
.landing__stories-body-content .title,
.landing__stories-body-content .title span,
.landing__stories-body-content .desc {
  color: #ffffff !important;
}

.landing__stories-body-content .date,
.landing__stories-body-content .desc {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.42);
}

.landing__stories-body-content .amount {
  color: #00c985;
  text-wrap: balance;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.landing__stories-body-content .button.secondary-- {
  border-color: rgba(255, 255, 255, 0.78);
  background: #ffffff;
  color: #040707;
}

.landing__stories-body-content .button.secondary--:hover {
  border-color: #ffc000;
  background: #ffc000;
}

@media (max-width: 900px) {
  .machi-proof__layout {
    grid-template-columns: 1fr;
  }

  .machi-proof__title {
    font-size: 28px;
  }

  .landing__stories-body-content {
    max-width: 68%;
  }
}

@media (max-width: 520px) {
  .machi-proof {
    padding: 22px 0;
  }

  .machi-proof__stats {
    grid-template-columns: 1fr;
  }

  .machi-proof__stat {
    min-height: 84px;
  }

  .landing__stories-body {
    padding: 24px;
  }

  .landing__stories-body::before {
    background: linear-gradient(
      180deg,
      rgba(8, 9, 12, 0.18) 0%,
      rgba(8, 9, 12, 0.58) 34%,
      rgba(8, 9, 12, 0.92) 100%
    );
  }

  .landing__stories-body-content {
    min-height: 100%;
    max-width: 100%;
    justify-content: flex-end;
  }

  .landing__stories-body-content .amount {
    font-size: 27px;
    line-height: 1.18;
  }
}
