/* EasyDecide · 海外美元银行杠杆套利 · 首页广告条 + 落地页 */

/* ---------- 首页广告条（分类区之后、信任区之前） ---------- */
.ed-hero-ads {
  --ed-hero-ad-gap: 10px;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: var(--ed-hero-ad-gap, 10px);
  padding: 4px 12px 22px;
  background: #e8f3ec;
  box-sizing: border-box;
}
.ed-hero-ads .ed-hero-ad,
.ed-hero-ads .ed-hero-ad--rich {
  margin-top: 0;
  box-shadow: 0 6px 22px rgba(15, 23, 42, .12);
}
.ed-hero-ads .ed-cases-promo-wrap,
.ed-hero-ads .ed-cases-promo-wrap--hero {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 760px) {
  .ed-hero-ads {
    padding: 8px 16px 28px;
  }
}

/* 分类区 ed-sheet 有负 margin 会盖住夹在 hero 与分类之间的广告：勿把广告放回 hero 与 sheet 之间 */
.ed-hero:has(.ed-hero-ad) {
  overflow: visible;
  --ed-hero-ad-gap: 10px;
}
.ed-hero-ad {
  display: flex !important;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 16px;
  text-decoration: none !important;
  color: #0a100d !important;
  background:
    linear-gradient(105deg, #c6f04a 0%, #e8f3a8 42%, #f6f0c8 100%);
  border-top: 2px solid rgba(15, 47, 34, .16);
  box-shadow: 0 -8px 28px rgba(10, 24, 18, .22);
  position: relative;
  z-index: 8;
  min-height: 0;
  visibility: visible !important;
  opacity: 1 !important;
  transition: filter .2s ease, transform .2s ease;
  /* 上下角都圆弧（含首条顶角） */
  border-radius: 18px;
  margin-top: var(--ed-hero-ad-gap, 10px);
}
.ed-hero-ad + .ed-hero-ad,
.ed-hero-ad + .ed-cases-promo-wrap--hero {
  margin-top: var(--ed-hero-ad-gap, 10px);
}
/* 有广告条时，分类区不要再负上移盖住广告；与广告条之间只留同一档间距（勿再叠 panel padding） */
.ed-hero-ad + .ed-sheet,
.ed-hero:has(.ed-hero-ad) + .ed-sheet,
.ed-hero:has(.ed-cases-promo-wrap) + .ed-sheet {
  margin-top: var(--ed-hero-ad-gap, 10px) !important;
  padding-top: 0;
}
.ed-hero:has(.ed-hero-ad) + .ed-sheet .ed-sheet__panel,
.ed-hero:has(.ed-cases-promo-wrap) + .ed-sheet .ed-sheet__panel {
  padding-top: var(--ed-hero-ad-gap, 10px) !important;
  border-radius: 18px 18px 0 0;
}
.ed-hero:has(.ed-cases-promo-wrap) {
  overflow: visible;
}
/* 手机端收紧英雄区底边距，广告条更靠近首屏圈住位置 */
@media (max-width: 899px) {
  .ed-hero:has(.ed-hero-ad) .ed-hero__copy {
    padding-bottom: 28px !important;
  }
  .ed-hero:has(.ed-hero-ad) .ed-hero__stage {
    min-height: 0;
  }
}
.ed-hero-ad:hover {
  filter: brightness(1.02);
}
.ed-hero-ad:active {
  transform: scale(.995);
}
.ed-hero-ad__tag {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #0f2f22;
  color: #c6f04a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  white-space: nowrap;
}
/* 手机端隐藏「跨境模式」标签，PC 正常显示 */
@media (max-width: 899px) {
  .ed-hero-ad__tag {
    display: none !important;
  }
}
.ed-hero-ad__copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.4;
}
.ed-hero-ad__title {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.02em;
  white-space: normal;
  line-height: 1.32;
  color: #0a100d !important;
}
.ed-hero-ad__sub,
.ed-hero-ad__detail,
.ed-hero-ad__pack {
  display: none !important; /* 用户要求隐藏：广告条详细说明段落 */
}
.ed-hero-ad__sub {
  font-size: 13px;
  font-weight: 900;
  color: #0f2f22 !important;
  white-space: normal;
  line-height: 1.45;
}
.ed-hero-ad__detail,
.ed-hero-ad__pack {
  font-size: 12.5px;
  font-weight: 800;
  color: #1a3026 !important;
  white-space: normal;
  line-height: 1.5;
}
.ed-hero-ad__pack {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(15, 47, 34, .08);
  border: 1px solid rgba(15, 47, 34, .14);
}
.ed-hero-ad__side {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.ed-hero-ad__cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  background: #174a35;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(23, 74, 53, .32);
}
.ed-hero-ad__note {
  display: none !important; /* 用户要求隐藏：逻辑推演 · 非收益承诺 */
  font-size: 11px;
  font-weight: 800;
  color: #3d5248;
  text-align: center;
  white-space: nowrap;
}
/* 手机：整块加大、字号加粗、按钮置底 */
@media (max-width: 899px) {
  .ed-hero-ad,
  .ed-hero-ad--rich {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 18px 16px 16px;
    gap: 12px;
    min-height: 0;
  }
  .ed-hero-ad__copy {
    flex: 1 1 100%;
    order: 1;
    gap: 10px;
  }
  .ed-hero-ad__side {
    flex: 1 1 100%;
    order: 2;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .ed-hero-ad__cta {
    flex: 1 1 auto;
    width: 100%;
    min-height: 50px;
    font-size: 15px;
    padding: 14px 18px;
  }
  .ed-hero-ad__note {
    text-align: center;
    white-space: normal;
  }
  .ed-hero-ad__title {
    font-size: 15.5px;
    font-weight: 900;
  }
  .ed-hero-ad__sub {
    font-size: 13px;
    font-weight: 900;
  }
  .ed-hero-ad__detail,
  .ed-hero-ad__pack {
    font-size: 12.5px;
    font-weight: 800;
  }
}
@media (min-width: 900px) {
  /* PC：与英雄区同宽居中；整块更大更醒目 */
  .ed-hero-ad,
  .ed-hero-ad--rich {
    width: 100%;
    max-width: min(1240px, 100%);
    margin-left: auto;
    margin-right: auto;
    padding: 28px clamp(20px, 2.8vw, 36px);
    gap: 22px;
    border-radius: 22px;
    box-sizing: border-box;
    align-items: center;
    min-height: 0;
  }
  .ed-hero-ad__tag {
    margin-top: 0;
    font-size: 12px;
    padding: 8px 14px;
  }
  .ed-hero-ad__title {
    font-size: 16.5px;
    font-weight: 900;
  }
  .ed-hero-ad__side {
    min-width: 168px;
    padding-top: 0;
    align-self: center;
  }
  .ed-hero-ad__cta {
    font-size: 15px;
    min-height: 52px;
    padding: 14px 22px;
  }
  .ed-hero-ad__note { font-size: 11.5px; }
}
@media (min-width: 1200px) {
  .ed-hero-ad {
    max-width: min(1320px, 100%);
  }
  .ed-hero-ad__title { font-size: 21px; }
  .ed-hero-ad__sub { font-size: 16px; }
  .ed-hero-ad__detail,
  .ed-hero-ad__pack { font-size: 14.5px; }
}

/* ---------- 落地页 ---------- */
body.ed-usd-lv {
  --lv-ink: #0a100d;
  --lv-mute: #3d5248;
  --lv-deep: #0f2f22;
  --lv-forest: #174a35;
  --lv-lime: #c6f04a;
  --lv-cream: #f3f7f1;
  --lv-line: rgba(10, 16, 13, .1);
  background:
    radial-gradient(90% 60% at 100% 0%, #d8f0c8 0%, transparent 55%),
    radial-gradient(70% 50% at 0% 20%, #c5e4d6 0%, transparent 50%),
    linear-gradient(180deg, #f7faf7 0%, #eef4f0 100%);
  color: var(--lv-ink);
  font-family: "Plus Jakarta Sans", "Noto Sans SC", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.55;
}
.ed-usd-lv .ed-lv-wrap {
  /* 与顶栏 .ed-nw-top__inner 同宽对齐，左右对齐（勿宽出导航） */
  width: 100%;
  max-width: min(1320px, 100%);
  margin: 0 auto;
  padding-left: max(18px, env(safe-area-inset-left, 0px));
  padding-right: max(18px, env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}
@media (min-width: 760px) {
  .ed-usd-lv .ed-lv-wrap {
    padding-left: clamp(18px, 2.4vw, 28px);
    padding-right: clamp(18px, 2.4vw, 28px);
  }
}
/* 手机：顶栏与正文左右留白一致，头像不贴边 */
@media (max-width: 899px) {
  body.ed-usd-lv .ed-nw-top__inner {
    padding-left: max(16px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(16px, env(safe-area-inset-right, 0px)) !important;
  }
  body.ed-usd-lv .ed-nw-top__actions {
    gap: 10px;
  }
  body.ed-usd-lv .ed-lv-step-row {
    padding: 16px;
  }
  body.ed-usd-lv .ed-lv-step-row h3,
  body.ed-usd-lv .ed-lv-step-row p,
  body.ed-usd-lv .ed-lv-mini {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
.ed-lv-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 0 36px;
  background:
    linear-gradient(145deg, #0c241a 0%, #123728 48%, #0f2f22 100%);
  color: #fff;
}
/* PC：英雄区背景块也与顶栏同宽，避免满屏拉出左右 */
@media (min-width: 900px) {
  body.ed-usd-lv .ed-lv-hero {
    width: 100%;
    max-width: min(1320px, 100%);
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 28px 28px;
    box-sizing: border-box;
  }
}
.ed-lv-hero::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 240, 74, .28), transparent 70%);
  pointer-events: none;
}
.ed-lv-hero__kicker {
  display: none !important; /* 用户要求隐藏：免费跨境模式解析 · 无推销 · 小白友好 */
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(198, 240, 74, .14);
  color: var(--lv-lime);
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: .02em;
}
.ed-lv-hero h1 {
  margin: 0 0 14px;
  max-width: 18ch;
  font-size: clamp(1.55rem, 5.6vw, 2.35rem);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.03em;
  /* site.css 全局 h1 为深色 ink，深底英雄区必须盖掉 */
  color: #fff !important;
}
.ed-lv-hero h1 em {
  font-style: normal;
  color: var(--lv-lime) !important;
}
.ed-lv-hero .ed-lv-hero__lead {
  color: rgba(255, 255, 255, .94) !important;
}
.ed-lv-hero .ed-lv-hero__sub {
  color: rgba(232, 243, 236, .88) !important;
}
.ed-lv-hero .ed-lv-btn--solid {
  color: #0a100d !important;
}
.ed-lv-hero .ed-lv-btn--ghost {
  color: #fff !important;
}
.ed-lv-hero__lead {
  margin: 0 0 10px;
  max-width: 40rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: rgba(255, 255, 255, .94);
}
.ed-lv-hero__sub {
  margin: 0 0 22px;
  max-width: 42rem;
  font-size: .95rem;
  font-weight: 700;
  color: rgba(232, 243, 236, .88);
  line-height: 1.55;
}
.ed-lv-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}
.ed-lv-hero__pills span {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(198, 240, 74, .35);
  background: rgba(255, 255, 255, .06);
  font-size: 12px;
  font-weight: 800;
  color: #eaf7d8;
}
.ed-lv-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ed-lv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: .95rem;
  font-weight: 900;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.ed-lv-btn--solid {
  background: var(--lv-lime);
  color: #0a100d;
  box-shadow: 0 4px 18px rgba(198, 240, 74, .28);
}
.ed-lv-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
}
.ed-lv-section {
  padding: 36px 0;
}
.ed-lv-section h2 {
  margin: 0 0 12px;
  font-size: clamp(1.2rem, 3.8vw, 1.55rem);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.25;
}
.ed-lv-section h3 {
  margin: 22px 0 10px;
  font-size: 1.05rem;
  font-weight: 900;
}
.ed-lv-section p {
  margin: 0 0 12px;
  color: var(--lv-mute);
  font-weight: 700;
}
.ed-lv-section strong {
  color: var(--lv-ink);
  font-weight: 900;
}
.ed-lv-card {
  margin: 14px 0;
  padding: 16px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--lv-line);
  box-shadow: 0 8px 28px rgba(18, 61, 44, .06);
}
.ed-lv-card--warn {
  background: #fff8e8;
  border-color: rgba(180, 120, 20, .22);
}
.ed-lv-card--deep {
  background: linear-gradient(145deg, #123528, #0f2f22);
  color: #fff;
  border: 0;
}
.ed-lv-card--deep p,
.ed-lv-card--deep li {
  color: rgba(232, 243, 236, .9);
}
.ed-lv-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.ed-lv-list li {
  position: relative;
  padding: 12px 14px 12px 36px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--lv-line);
  color: var(--lv-mute);
  font-weight: 700;
}
.ed-lv-list li::before {
  content: attr(data-ico);
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 14px;
  line-height: 1.4;
}
.ed-lv-steps {
  display: grid;
  gap: 12px;
  counter-reset: lvstep;
}
.ed-lv-step {
  position: relative;
  padding: 16px 16px 16px 56px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--lv-line);
}
.ed-lv-step::before {
  counter-increment: lvstep;
  content: counter(lvstep);
  position: absolute;
  left: 14px;
  top: 16px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--lv-deep);
  color: var(--lv-lime);
  font-size: 13px;
  font-weight: 900;
}
.ed-lv-step h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}
.ed-lv-quote {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-left: 3px solid var(--lv-lime);
  background: var(--lv-cream);
  border-radius: 0 12px 12px 0;
  color: var(--lv-mute);
  font-size: .92rem;
}
.ed-lv-math {
  display: grid;
  gap: 10px;
}
.ed-lv-math div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--lv-cream);
  font-weight: 800;
}
.ed-lv-math div b {
  color: var(--lv-forest);
  white-space: nowrap;
}
.ed-lv-math .is-total {
  background: #e7f7c8;
}
.ed-lv-grid2 {
  display: grid;
  gap: 12px;
}
@media (min-width: 760px) {
  .ed-lv-grid2 {
    grid-template-columns: 1fr 1fr;
  }
}
.ed-lv-adv h3 {
  margin: 0 0 6px;
  font-size: .98rem;
}
.ed-lv-adv p {
  margin: 0;
  font-size: .9rem;
}
.ed-lv-adv-list {
  display: grid;
  gap: 12px;
}
.ed-lv-adv-list article {
  padding: 16px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--lv-line);
  box-shadow: 0 8px 24px rgba(18, 61, 44, .06);
}
.ed-lv-adv-list h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 900;
  color: var(--lv-ink) !important;
  line-height: 1.35;
}
.ed-lv-adv-list p {
  margin: 0;
  font-size: .92rem;
  font-weight: 700;
  color: var(--lv-mute) !important;
  line-height: 1.55;
}
@media (min-width: 800px) {
  .ed-lv-adv-list {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}
.ed-lv-cta {
  margin: 8px 0 0;
  padding: 28px 20px;
  border-radius: 20px;
  background:
    linear-gradient(145deg, #123528, #0f2f22);
  color: #fff;
  text-align: center;
}
.ed-lv-cta h2 {
  margin: 0 0 10px;
  color: #fff;
}
.ed-lv-cta p {
  margin: 0 auto 18px;
  max-width: 36rem;
  color: rgba(232, 243, 236, .9);
}
.ed-lv-cta .ed-lv-hero__actions {
  justify-content: center;
}
.ed-lv-note {
  margin-top: 18px;
  font-size: .82rem;
  color: #6b7a72;
  font-weight: 600;
}

/* 落地页底部：交叉推广对方专题广告条 */
.ed-lv-crossad {
  margin: 22px 0 0;
  width: 100%;
}
.ed-lv-crossad .ed-hero-ad {
  margin-top: 0;
  box-shadow: 0 8px 24px rgba(10, 24, 18, .12);
  border-top: none;
  border: 1px solid rgba(15, 47, 34, .1);
}
.ed-lv-crossad + .ed-lv-note {
  margin-top: 16px;
}
.ed-usd-lv .ed-nw-top {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
}

/* ---------- 图文增强 lv4 ---------- */
.ed-lv-hero--split {
  padding: 32px 0 40px;
}
.ed-lv-hero--split::after { opacity: .7; }
.ed-lv-hero__grid {
  display: grid;
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ed-lv-hero--split h1 {
  max-width: 16ch;
}
@media (min-width: 1400px) {
  .ed-lv-hero--split h1 {
    max-width: 20ch;
  }
  .ed-lv-hero .ed-lv-hero__lead,
  .ed-lv-hero .ed-lv-hero__sub {
    max-width: 48rem;
  }
}
.ed-lv-hero__visual {
  position: relative;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .35);
  aspect-ratio: 5 / 4;
  background: #0a1c14;
}
.ed-lv-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.04);
}
.ed-lv-hero__badge {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(10, 16, 13, .78);
  backdrop-filter: blur(8px);
  color: #fff;
  border: 1px solid rgba(198, 240, 74, .35);
}
.ed-lv-hero__badge b {
  font-size: 11px;
  font-weight: 800;
  color: rgba(232, 243, 236, .85);
}
.ed-lv-hero__badge strong {
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--lv-lime);
  letter-spacing: -.03em;
}
.ed-lv-hero__badge span {
  font-size: 11px;
  font-weight: 700;
  color: rgba(232, 243, 236, .75);
}
@media (min-width: 900px) {
  .ed-lv-hero__grid {
    grid-template-columns: 1.05fr .95fr;
    gap: 36px;
  }
}

/* 关键数据条 */
.ed-lv-stats {
  margin-top: -18px;
  position: relative;
  z-index: 2;
  padding: 0 0 8px;
}
.ed-lv-stats__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ed-lv-stats__row article {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--lv-line);
  box-shadow: 0 10px 28px rgba(18, 61, 44, .08);
}
.ed-lv-stats__row img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  object-fit: cover;
  flex: 0 0 auto;
}
.ed-lv-stats__row b {
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--lv-forest);
  letter-spacing: -.02em;
  line-height: 1.1;
}
.ed-lv-stats__row span {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--lv-mute);
  margin-top: 2px;
}
@media (min-width: 800px) {
  .ed-lv-stats__row {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* 章节标题 */
.ed-lv-sec-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.ed-lv-sec-head__n {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--lv-deep);
  color: var(--lv-lime);
  font-size: 14px;
  font-weight: 900;
}
.ed-lv-sec-head h2 {
  margin: 0 0 6px;
}
.ed-lv-sec-head p {
  margin: 0;
  font-size: .92rem;
}
.ed-lv-section--tint {
  background: rgba(255, 255, 255, .45);
  border-block: 1px solid rgba(15, 47, 34, .06);
}

/* 图文卡片网格 */
.ed-lv-media-grid {
  display: grid;
  gap: 12px;
}
.ed-lv-media-grid--3 {
  gap: 14px;
}
.ed-lv-media-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--lv-line);
  box-shadow: 0 8px 24px rgba(18, 61, 44, .06);
}
.ed-lv-media-card figure {
  margin: 0;
  min-height: 100%;
}
.ed-lv-media-card img {
  width: 100%;
  height: 100%;
  min-height: 108px;
  object-fit: cover;
  display: block;
}
.ed-lv-media-card > div {
  padding: 12px 14px 12px 0;
}
.ed-lv-media-card h3 {
  margin: 0 0 6px;
  font-size: .95rem;
}
.ed-lv-media-card p {
  margin: 0;
  font-size: .86rem;
  line-height: 1.45;
  font-weight: 500;
  color: #5c6b64;
}
@media (min-width: 760px) {
  .ed-lv-media-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ed-lv-media-grid--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ed-lv-media-grid--3 .ed-lv-media-card {
    grid-template-columns: 1fr;
  }
  .ed-lv-media-grid--3 .ed-lv-media-card figure {
    aspect-ratio: 16 / 10;
  }
  .ed-lv-media-grid--3 .ed-lv-media-card > div {
    padding: 12px 14px 16px;
  }
}

/* 左右分栏 */
.ed-lv-split {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  align-items: center;
}
.ed-lv-split__media {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #dfe8e2;
  box-shadow: 0 12px 32px rgba(18, 61, 44, .1);
}
.ed-lv-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ed-lv-split__copy h3 {
  margin: 0 0 10px;
}
@media (min-width: 800px) {
  .ed-lv-split {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

/* 四步流程 */
.ed-lv-flow {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ed-lv-flow li {
  display: grid;
  gap: 6px;
  justify-items: start;
  padding: 16px 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--lv-line);
  box-shadow: 0 8px 22px rgba(18, 61, 44, .05);
}
.ed-lv-flow img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 12px;
  background: var(--lv-cream);
  padding: 6px;
}
.ed-lv-flow b {
  font-size: .92rem;
  font-weight: 900;
  color: var(--lv-ink);
}
.ed-lv-flow span {
  font-size: .82rem;
  font-weight: 700;
  color: var(--lv-mute);
  line-height: 1.4;
}
@media (min-width: 800px) {
  .ed-lv-flow {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* VS 对比 */
.ed-lv-compare {
  display: grid;
  gap: 10px;
  align-items: stretch;
}
.ed-lv-compare article {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--lv-line);
}
.ed-lv-compare article img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
.ed-lv-compare article h3 {
  margin: 12px 14px 4px;
  font-size: 1rem;
}
.ed-lv-compare article p {
  margin: 0 14px 14px;
  font-size: .9rem;
}
.ed-lv-compare article.is-hot {
  border-color: rgba(198, 240, 74, .65);
  box-shadow: 0 10px 28px rgba(198, 240, 74, .22);
}
.ed-lv-compare__vs {
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
  color: var(--lv-forest);
  letter-spacing: .08em;
}
@media (min-width: 760px) {
  .ed-lv-compare {
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: center;
  }
  .ed-lv-compare article img { height: 140px; }
}

/* 规则数字卡 */
.ed-lv-rule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ed-lv-rule-grid article {
  padding: 16px 14px;
  border-radius: 18px;
  background: linear-gradient(160deg, #123528, #0f2f22);
  color: #fff;
}
.ed-lv-rule-grid span {
  display: block;
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--lv-lime);
  letter-spacing: -.03em;
  line-height: 1;
  margin-bottom: 8px;
}
.ed-lv-rule-grid b {
  display: block;
  font-size: .95rem;
  margin-bottom: 6px;
  /* site.css 全局 b/strong 为深色 ink，深底卡片必须盖掉 */
  color: #fff !important;
  font-weight: 900;
}
.ed-lv-rule-grid p {
  margin: 0;
  font-size: .82rem;
  color: rgba(232, 243, 236, .92) !important;
  font-weight: 700;
}
@media (min-width: 800px) {
  .ed-lv-rule-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* 步骤图文行 */
.ed-lv-step-row {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
  padding: 14px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--lv-line);
  box-shadow: 0 10px 28px rgba(18, 61, 44, .06);
}
.ed-lv-step-row figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: var(--lv-cream);
}
.ed-lv-step-row figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ed-lv-step-row__n {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e7f7c8;
  color: var(--lv-forest);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}
.ed-lv-step-row h3 {
  margin: 0 0 10px;
}
.ed-lv-mini {
  margin: 10px 0 0;
  padding: 0 0 0 1.1em;
  color: var(--lv-mute);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.55;
}
.ed-lv-mini li { margin-bottom: 8px; }
.ed-lv-mini strong { color: var(--lv-ink); font-weight: 900; }
.ed-lv-ladder__note {
  margin: -6px 0 14px;
  font-size: .88rem;
  font-weight: 800;
  /* 深底阶梯区默认浅绿字 */
  color: #eaf7d8 !important;
}
.ed-lv-ladder__note strong {
  color: inherit;
  font-weight: 900;
}
/* 白底卡面画廊内：必须深色高对比，否则「几乎看不见」 */
.ed-zc-card-gallery .ed-lv-ladder__note {
  margin: 16px 0 4px;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef8e4 0%, #f7f4d8 100%);
  border: 1px solid rgba(15, 47, 34, .16);
  box-shadow: 0 4px 14px rgba(10, 24, 18, .06);
  color: #0a100d !important;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.55;
}
.ed-zc-card-gallery .ed-lv-ladder__note strong {
  color: #0f2f22 !important;
  font-weight: 900;
}
.ed-zc-card-gallery .ed-lv-ladder__note a {
  color: #066b47 !important;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ed-lv-checklist {
  margin: 8px 0 0;
  padding: 18px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--lv-line);
  box-shadow: 0 8px 24px rgba(18, 61, 44, .06);
}
.ed-lv-checklist h3 {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--lv-ink);
}
.ed-lv-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.ed-lv-checklist li {
  position: relative;
  padding: 10px 12px 10px 36px;
  border-radius: 12px;
  background: var(--lv-cream);
  color: var(--lv-mute);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.45;
}
.ed-lv-checklist li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: var(--lv-deep);
  color: var(--lv-lime);
  font-size: 11px;
  font-weight: 900;
}
.ed-lv-card-row {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.ed-lv-card-row img {
  width: 108px;
  height: 68px;
  object-fit: contain;
  border-radius: 10px;
  background: #f4f7f4;
  border: 1px solid var(--lv-line);
  padding: 6px;
  flex: 0 0 auto;
}

/* 真实境外银行 Visa：横滑卡带 + 示意墙（杠杆页 / 零信用页共用） */
.ed-zc-card-strip__label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
  color: #3d5248;
}
.ed-zc-card-strip {
  margin-top: 0;
  gap: 12px;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
}
.ed-zc-card-strip img {
  width: 132px;
  height: 84px;
  border-radius: 12px;
  scroll-snap-align: start;
  box-shadow: 0 8px 20px rgba(18, 61, 44, .1);
}
.ed-zc-card-gallery {
  margin-top: 22px;
  padding: 20px 18px 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(15, 47, 34, .1);
  box-shadow: 0 12px 32px rgba(10, 24, 18, .06);
}
.ed-zc-card-gallery__head h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
  color: #0a100d;
}
.ed-zc-card-gallery__head p {
  margin: 0 0 16px;
  color: #3d5248;
  line-height: 1.55;
  font-size: 14px;
}
.ed-zc-card-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  gap: 14px 12px;
}
.ed-zc-card-gallery__grid figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ed-zc-card-gallery__grid img {
  width: 100%;
  aspect-ratio: 1.58 / 1;
  object-fit: contain;
  border-radius: 12px;
  background: linear-gradient(160deg, #f4f7f4, #eef3fb);
  border: 1px solid rgba(15, 47, 34, .08);
  padding: 8px;
  box-sizing: border-box;
}
.ed-zc-card-gallery__grid figcaption {
  font-size: 11.5px;
  font-weight: 700;
  color: #3d5248;
  line-height: 1.35;
  text-align: center;
}
.ed-zc-card-gallery__grid figcaption b {
  display: block;
  color: #0a100d;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 2px;
}
.ed-zc-card-gallery__grid figcaption span {
  display: block;
  font-weight: 700;
  color: #3d5248;
}

@media (min-width: 900px) {
  .ed-zc-card-strip img {
    width: 148px;
    height: 94px;
  }
  .ed-zc-card-gallery__grid {
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  }
}
@media (min-width: 800px) {
  .ed-lv-step-row {
    grid-template-columns: .9fr 1.1fr;
    gap: 22px;
    padding: 18px;
    align-items: center;
  }
  .ed-lv-step-row--rev {
    grid-template-columns: 1.1fr .9fr;
  }
  .ed-lv-step-row--rev figure {
    order: 2;
  }
}

/* 10轮阶梯 */
.ed-lv-ladder {
  margin: 8px 0 24px;
  padding: 18px 16px;
  border-radius: 20px;
  background: linear-gradient(160deg, #0f2f22, #123528);
  color: #fff;
}
.ed-lv-ladder h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.05rem;
}
.ed-lv-ladder ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.ed-lv-ladder li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  align-items: center;
}
.ed-lv-ladder li b {
  font-size: 12px;
  font-weight: 900;
  color: var(--lv-lime);
}
.ed-lv-ladder li span {
  position: relative;
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  font-size: .82rem;
  font-weight: 700;
  color: rgba(232, 243, 236, .95);
  overflow: hidden;
}
.ed-lv-ladder li span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w, 70%);
  background: linear-gradient(90deg, rgba(198, 240, 74, .35), rgba(198, 240, 74, .08));
  pointer-events: none;
}
.ed-lv-ladder li.is-end span {
  background: rgba(198, 240, 74, .18);
  border: 1px solid rgba(198, 240, 74, .4);
  color: #fff;
  font-weight: 800;
}

/* 收益看板 */
.ed-lv-dash {
  display: grid;
  gap: 16px;
  padding: 14px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--lv-line);
  box-shadow: 0 12px 32px rgba(18, 61, 44, .07);
}
.ed-lv-dash__media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.ed-lv-dash__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ed-lv-bar {
  margin-bottom: 12px;
}
.ed-lv-bar span {
  display: block;
  font-size: .88rem;
  font-weight: 800;
  color: var(--lv-ink);
  margin-bottom: 6px;
}
.ed-lv-bar i {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #e6eee9;
  position: relative;
  overflow: hidden;
}
.ed-lv-bar i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--p, 50%);
  background: linear-gradient(90deg, #174a35, #2d7a58);
  border-radius: inherit;
}
.ed-lv-bar--lime i::after {
  background: linear-gradient(90deg, #8fbf20, #c6f04a);
}
.ed-lv-bar--mute i::after {
  background: linear-gradient(90deg, #8a9a90, #b8c4bc);
}
.ed-lv-dash__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 8px 0 10px;
  padding: 14px;
  border-radius: 14px;
  background: #e7f7c8;
}
.ed-lv-dash__total span {
  font-size: .9rem;
  font-weight: 800;
  color: var(--lv-forest);
}
.ed-lv-dash__total strong {
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--lv-ink);
  letter-spacing: -.03em;
}
@media (min-width: 800px) {
  .ed-lv-dash {
    grid-template-columns: .9fr 1.1fr;
    gap: 22px;
    padding: 18px;
    align-items: center;
  }
}

/* CTA 带底图 */
.ed-lv-cta--photo {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 0;
}
.ed-lv-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.35) saturate(1.05);
}
.ed-lv-cta__inner {
  position: relative;
  z-index: 1;
  padding: 28px 20px;
}
.ed-lv-cta--photo .ed-lv-hero__actions {
  justify-content: flex-start;
}
@media (min-width: 760px) {
  .ed-lv-cta__inner {
    padding: 36px 32px;
    max-width: 36rem;
  }
}

.ed-lv-note a {
  color: var(--lv-forest);
  font-weight: 800;
  text-decoration: none;
}
.ed-lv-note a:hover {
  text-decoration: underline;
}

/* ---------- 咨询申请表单 ---------- */
.ed-lv-form {
  margin: 18px 0 0;
  padding: 22px 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--lv-line);
  box-shadow: 0 14px 36px rgba(18, 61, 44, .08);
}
.ed-lv-form__head {
  margin-bottom: 18px;
}
.ed-lv-form__head h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--lv-ink);
}
.ed-lv-form__head p {
  margin: 0;
  font-size: .92rem;
  font-weight: 700;
  color: var(--lv-mute);
  line-height: 1.5;
}
.ed-lv-form__grid {
  display: grid;
  gap: 12px;
}
.ed-lv-field {
  display: grid;
  gap: 6px;
  font-size: .88rem;
  font-weight: 800;
  color: var(--lv-ink);
}
.ed-lv-field--full {
  margin-top: 12px;
}
.ed-lv-field span {
  color: #174a35;
}
.ed-lv-field input,
.ed-lv-field select,
.ed-lv-field textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 46px;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid rgba(15, 47, 34, .18);
  background: #f7faf7;
  color: #0a100d;
  font: inherit;
  font-weight: 700;
  outline: none;
}
.ed-lv-field textarea {
  min-height: 110px;
  resize: vertical;
  line-height: 1.45;
}
.ed-lv-field input:focus,
.ed-lv-field select:focus,
.ed-lv-field textarea:focus {
  border-color: #174a35;
  box-shadow: 0 0 0 3px rgba(198, 240, 74, .35);
  background: #fff;
}
.ed-lv-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 14px 0 10px;
  font-size: .86rem;
  font-weight: 700;
  color: var(--lv-mute);
  line-height: 1.45;
}
.ed-lv-consent input {
  margin-top: 3px;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  accent-color: #174a35;
}
.ed-lv-form__msg {
  min-height: 1.2em;
  margin: 0 0 12px;
  font-size: .9rem;
  font-weight: 800;
  color: var(--lv-mute);
}
.ed-lv-form__msg.is-ok { color: #0a7a45; }
.ed-lv-form__msg.is-err { color: #b42318; }
.ed-lv-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.ed-lv-btn--ghost-dark {
  background: transparent;
  color: var(--lv-forest);
  border: 1px solid rgba(23, 74, 53, .28);
}
.ed-lv-form__fine {
  margin: 0;
  font-size: .8rem;
  font-weight: 700;
  color: #6b7a72;
  line-height: 1.4;
}
@media (min-width: 760px) {
  .ed-lv-form {
    padding: 28px 28px;
  }
  .ed-lv-form__grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
  }
  .ed-lv-field--full {
    margin-top: 14px;
  }
}

/* 三落地页整体小一号（不影响首页广告条） */
body.ed-usd-lv {
  font-size: 15px;
}
body.ed-usd-lv .ed-lv-hero h1 {
  font-size: clamp(1.42rem, 5.2vw, 2.15rem);
}
body.ed-usd-lv .ed-lv-section h2,
body.ed-usd-lv .ed-lv-cta h2,
body.ed-usd-lv .ed-lv-sec-head h2 {
  font-size: clamp(1.1rem, 3.5vw, 1.42rem);
}
body.ed-usd-lv .ed-lv-section h3,
body.ed-usd-lv h3 {
  font-size: .98rem;
}
body.ed-usd-lv .ed-lv-hero__lead {
  font-size: .95rem;
}
body.ed-usd-lv .ed-lv-hero__sub,
body.ed-usd-lv .ed-lv-btn {
  font-size: .88rem;
}
body.ed-usd-lv .ed-lv-hero__pills span {
  font-size: 11px;
}
body.ed-usd-lv .ed-lv-hero__badge b,
body.ed-usd-lv .ed-lv-hero__badge span {
  font-size: 10px;
}
body.ed-usd-lv .ed-lv-hero__badge strong {
  font-size: 1.32rem;
}
body.ed-usd-lv p,
body.ed-usd-lv li,
body.ed-usd-lv label,
body.ed-usd-lv input,
body.ed-usd-lv select,
body.ed-usd-lv textarea,
body.ed-usd-lv .ed-lv-card,
body.ed-usd-lv .ed-lv-faq,
body.ed-usd-lv .ed-lv-note {
  font-size: .9em;
}
body.ed-usd-lv .ed-lv-section p,
body.ed-usd-lv .ed-lv-section li {
  font-size: .92rem;
}
