.funding-consumption-title-section {
  isolation: isolate;
  padding: 96px clamp(48px, 6vw, 104px);
  background:
    radial-gradient(circle at 76% 20%, rgba(212, 175, 98, 0.12), transparent 31%),
    radial-gradient(circle at 17% 70%, rgba(212, 175, 98, 0.055), transparent 26%),
    #050505;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.funding-consumption-title-section::before {
  content: "FLOW";
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 175, 98, 0.075);
  font: 900 clamp(190px, 25vw, 390px)/0.8 Arial, sans-serif;
  letter-spacing: -0.1em;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.funding-consumption-title-section::after {
  content: "";
  z-index: -1;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(212, 175, 98, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 98, 0.2) 1px, transparent 1px);
  background-size: 82px 82px;
  -webkit-mask-image: radial-gradient(circle at center, #000 12%, transparent 70%);
  mask-image: radial-gradient(circle at center, #000 12%, transparent 70%);
  position: absolute;
  inset: 0;
}

.funding-consumption-heading {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 0 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  position: relative;
}

.funding-consumption-heading::before {
  content: "";
  width: min(480px, 38vw);
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  position: absolute;
  top: 4px;
  right: 18px;
}

.funding-consumption-heading .eyebrow {
  margin-bottom: 38px;
}

.funding-consumption-heading h2 {
  margin: 0;
  font-size: clamp(48px, 5.2vw, 82px);
  line-height: 1.2;
  letter-spacing: -0.052em;
}

.funding-consumption-heading h2 span {
  width: max-content;
  max-width: 100%;
  color: transparent;
  background: linear-gradient(108deg, #8c6a2d 0%, #f8e4aa 36%, #bd8d39 66%, #f6db98 100%);
  -webkit-background-clip: text;
  background-clip: text;
  display: block;
  position: relative;
  text-wrap: balance;
}

.funding-consumption-heading h2 span:nth-child(2) {
  margin: 16px auto 0;
}

.funding-consumption-heading h2 span:nth-child(3) {
  margin: 16px 0 0 auto;
  font-size: 0.9em;
}

.funding-consumption-heading h2 span::after {
  content: "";
  width: clamp(32px, 4vw, 64px);
  height: 1px;
  background: rgba(212, 175, 98, 0.38);
  position: absolute;
  top: 58%;
  left: calc(100% + 22px);
}

.funding-consumption-heading h2 span:nth-child(2)::before {
  content: "";
  width: clamp(32px, 4vw, 64px);
  height: 1px;
  background: rgba(212, 175, 98, 0.38);
  position: absolute;
  top: 58%;
  right: calc(100% + 22px);
}

.funding-consumption-heading h2 span:nth-child(3)::after {
  display: none;
}

.funding-consumption-heading::after {
  content: "使用支持法币入金的交易所完成法币转换虚拟货币的过程，在将虚拟货币链上提币至有对外消费能力的新交易所，最后使用新交易所提供的支付手段完成消费";
  width: min(1180px, calc(100% - 36px));
  margin: 38px auto 0;
  padding: 20px 26px;
  border: 1px solid rgba(212, 175, 98, 0.34);
  border-radius: 18px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(212, 175, 98, 0.075), rgba(255, 255, 255, 0.018) 52%, rgba(0, 0, 0, 0.16)),
    rgba(7, 7, 6, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 18px 54px rgba(0, 0, 0, 0.26);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0;
  text-align: left;
  display: block;
  box-sizing: border-box;
}

.funding-consumption-trade-section {
  min-height: 930px;
  padding: 46px 24px 64px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0, rgba(212, 175, 98, 0.06), transparent 30%),
    #040404;
  overflow: hidden;
}

.funding-consumption-panels {
  width: 100%;
  height: 820px;
  margin: 0 auto;
  background: #040404;
  overflow: hidden;
}

.funding-consumption-panels iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #040404;
  display: block;
}
