.revenue-journey-section {
  width: 100%;
  background-image: url('/assets/images/bg-img/bg2.png?v=20260824093634');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.revenue-journey-steps-image {
  width: 1056px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 70px;
}

.revenue-journey-header-group {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 80px; /* Add top margin for spacing */
  color: #111;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 1.455 */
}

/* CTA */
.revenue-journey-cta-container {
  width: 1204px;
  height: 336px;
  border-radius: 32px;
  background: linear-gradient(
    to bottom right,
    /* 渐变方向：从左到右 */ #0d1123,
    /* 左侧起始色：深紫 */ #102080,
    /* 深蓝 */ #00a0c0,
    /* 青蓝 */ #70c040,
    /* 浅绿 */ #ffe030,
    /* 亮黄 */ #ff6020 /* 右侧结束色：橙红 */
  );

  position: relative;
  overflow: hidden;
  margin-top: 0;
  display: flex;
  justify-content: center;
}

.revenue-journey-cta-inner-bg {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.revenue-journey-cta-title {
  font-size: 52px;
  line-height: 64px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}

.revenue-journey-cta-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  margin-top: 16px;
  text-align: center;
}

.revenue-journey-cta-button {
  margin-top: 24px;
  width: 160px;
  height: 54px;
  background: #111;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  /* cursor: pointer; */
  padding: 0;
}
