/* EasyDecide · standalone NerdWallet-inspired site (no EasyGlobalCompare chrome) */
:root {
  --ed-forest: #174a35;
  --ed-deep: #0f2f22;
  --ed-mid: #1f5c42;
  --ed-lime: #c6f04a;
  --ed-mint: #eef6f0;
  --ed-sand: #f5f7f5;
  --ed-ink: #0a100d;
  --ed-mute: #24362d;
  --ed-line: rgba(10, 16, 13, .14);
  --ed-card: #fff;
  --ed-radius: 18px;
  --ed-font: "Plus Jakarta Sans", "Noto Sans SC", system-ui, sans-serif;
  --ed-header: 64px;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--ed-header) + 12px);
  font-size: 16px;
}
body {
  margin: 0;
  font-family: var(--ed-font);
  color: var(--ed-ink);
  background: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, strong, b {
  color: var(--ed-ink);
  font-weight: 900;
  letter-spacing: -.02em;
}
p, li, label, figcaption, small, cite {
  color: var(--ed-ink);
  font-weight: 700;
}
a { color: inherit; font-weight: inherit; }
img { max-width: 100%; display: block; }
button, input { font: inherit; font-weight: 800; }

.ed-skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  padding: 8px 12px;
  z-index: 100;
}
.ed-skip:focus { left: 12px; top: 12px; }

/* ---------- Header (NerdWallet-like white bar) ---------- */
.ed-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--ed-header);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--ed-line);
  backdrop-filter: blur(12px);
  overflow: visible;
}
.ed-header__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .ed-header__inner {
    max-width: none;
    width: 100%;
    padding-left: clamp(24px, 4vw, 80px);
    padding-right: clamp(24px, 4vw, 80px);
  }
}
.ed-menu {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(10, 16, 13, .1);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f6faf7);
  display: grid;
  place-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  box-shadow: 0 6px 16px rgba(18, 61, 44, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.ed-menu:hover {
  transform: translateY(-1px);
  border-color: rgba(23, 74, 53, .22);
  box-shadow: 0 10px 22px rgba(18, 61, 44, .12);
  background: #fff;
}
.ed-menu:active { transform: translateY(0); }
.ed-menu__ico {
  width: 22px;
  height: 22px;
  display: block;
}
.ed-menu__l {
  stroke: #0a100d;
  stroke-width: 1.85;
  stroke-linecap: round;
  transition: transform .28s cubic-bezier(.2,.8,.2,1), stroke .2s ease, opacity .2s ease;
  transform-box: view-box;
  transform-origin: 12px 12px;
}
.ed-menu:hover .ed-menu__l { stroke: var(--ed-forest); }
.ed-menu:hover .ed-menu__l--a { transform: translateY(1px); }
.ed-menu:hover .ed-menu__l--c { transform: translateY(-1px); }
.ed-menu:hover .ed-menu__l--b { transform: scaleX(.86); }
.ed-menu.is-open {
  background: var(--ed-mint);
  border-color: rgba(23, 74, 53, .28);
}
.ed-menu.is-open .ed-menu__l--a {
  transform: translateY(4.5px) rotate(45deg);
}
.ed-menu.is-open .ed-menu__l--b {
  opacity: 0;
  transform: scaleX(.2);
}
.ed-menu.is-open .ed-menu__l--c {
  transform: translateY(-4.5px) rotate(-45deg);
}
.ed-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-right: auto;
  flex: 0 0 auto;
}
.ed-brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
  color: transparent;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: none;
  box-shadow: 0 3px 10px rgba(18, 61, 44, .1);
  font-size: 0;
  padding: 0;
}
.ed-brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  display: block;
  border-radius: 12px;
}
.ed-brand__name {
  font-weight: 900;
  font-size: 1.28rem;
  letter-spacing: -.02em;
  text-transform: none;
  color: var(--ed-ink);
}
.ed-brand__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  line-height: 1.2;
  min-width: 0;
}
.ed-brand__tag,
.ed-reg-top__tag {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 12.5px;
  font-weight: 700;
  color: #2f453b;
  letter-spacing: .01em;
  line-height: 1.45;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
  margin: .18em 0 0;
}
.ed-nav {
  display: none;
  align-items: center;
  gap: 4px;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}
.ed-nav a {
  text-decoration: none;
  color: #000;
  font-weight: 900;
  font-size: 14.5px;
  padding: 8px 10px;
  border-radius: 10px;
  white-space: nowrap;
}
.ed-nav a:hover { background: var(--ed-mint); color: var(--ed-forest); }
.ed-nav a.is-on {
  color: var(--ed-forest);
  background: var(--ed-mint);
}
.ed-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex: 0 0 auto;
}
.ed-iconbtn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--ed-line);
  background: #fff;
  color: var(--ed-ink);
  display: grid;
  place-items: center;
  text-decoration: none;
}
.ed-iconbtn svg { width: 18px; height: 18px; }
.ed-iconbtn--desk,
.ed-btn--desk { display: none; }
.ed-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 15.3px;
  border: 1px solid transparent;
  cursor: pointer;
}
.ed-btn--ghost {
  color: var(--ed-forest);
  border-color: rgba(23, 74, 53, .28);
  background: #fff;
}
.ed-btn--solid {
  background: var(--ed-forest);
  color: #fff;
}
.ed-account-ico {
  display: inline-grid;
  place-items: center;
  line-height: 0;
}
.ed-account-ico svg {
  display: block;
  width: 22px;
  height: 22px;
}
/* 顶栏「我的账户」：全端只显示个人头像圆钮 */
.ed-header__actions a.ed-btn.ed-btn--account,
.ed-btn--account,
.ed-nw-btn--account,
.ed-btn--account-avatar,
.ed-nw-btn--account-avatar {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  flex-shrink: 0;
  background: #eef6f1 !important;
  color: #174a35 !important;
  border: 1px solid rgba(23, 74, 53, .14) !important;
  box-shadow: none !important;
  gap: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
}
.ed-btn--account:hover,
.ed-nw-btn--account:hover,
.ed-btn--account-avatar:hover,
.ed-nw-btn--account-avatar:hover {
  background: #e2f0e8 !important;
  color: #0f3d2b !important;
}
.ed-btn--account .ed-account-ico,
.ed-nw-btn--account .ed-account-ico {
  display: inline-grid !important;
  place-items: center;
}
.ed-btn--account .ed-account-ico svg,
.ed-nw-btn--account .ed-account-ico svg {
  width: 22px;
  height: 22px;
}
.ed-btn--account .ed-account-label,
.ed-nw-btn--account .ed-account-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 979px) {
  .ed-header__actions a.ed-btn.ed-btn--account,
  .ed-btn--account,
  .ed-nw-btn--account {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    background: transparent !important;
    border-color: transparent !important;
  }
  .ed-btn--account .ed-account-ico svg,
  .ed-nw-btn--account .ed-account-ico svg {
    width: 28px;
    height: 28px;
  }
}
.ed-btn--app {
  background: var(--ed-lime);
  color: #000;
  font-weight: 900;
  border: 0;
}
.ed-btn--app .ed-app-dl-ico {
  display: inline-flex;
  line-height: 0;
}
.ed-btn--app:hover {
  filter: brightness(1.03);
  box-shadow: 0 4px 14px rgba(198, 240, 74, .35);
}
.ed-btn--assess,
.ed-nw-btn--assess {
  background: linear-gradient(135deg, #0077ff 0%, #1a85ff 100%);
  color: #fff;
  border: 0;
  box-shadow: 0 2px 10px rgba(0, 119, 255, .28);
}
.ed-btn--assess:hover,
.ed-nw-btn--assess:hover {
  filter: brightness(1.05);
}
.ed-btn--invite,
.ed-nw-btn--invite {
  background: linear-gradient(135deg, #f5c542, #e8a317);
  color: #000;
  border: 0;
  font-weight: 900;
}
.ed-btn--invite:hover,
.ed-nw-btn--invite:hover {
  filter: brightness(1.05);
}
@media (max-width: 979px) {
  .ed-header__actions .ed-btn--invite,
  .ed-header__actions [data-ed-yiqq-invite],
  .ed-header__actions [data-ed-app-dl],
  .ed-header__actions .ed-btn--app {
    display: none !important;
  }
  .ed-header__actions .ed-btn--ghost.ed-btn--desk { display: none; }
}
.ed-btn--lime {
  background: var(--ed-lime);
  color: var(--ed-deep);
  border: 0;
}
.ed-btn--ghost-light {
  border-color: rgba(255, 255, 255, .4);
  color: #fff;
  background: transparent;
}
@media (min-width: 720px) {
  .ed-brand { gap: 12px; }
  .ed-brand__text { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; line-height: 1.2; }
}
@media (min-width: 980px) {
  :root { --ed-header: 70px; }
  .ed-menu { display: none; }
  .ed-brand { margin-right: 8px; }
  .ed-brand__mark { width: 44px; height: 44px; border-radius: 13px; }
  .ed-brand__mark img { border-radius: 13px; }
  .ed-brand__tag,
  .ed-reg-top__tag {
    font-size: 15px;
    line-height: 1.4;
    margin: .2em 0 0;
  }
  .ed-nav { display: flex; }
  .ed-iconbtn--desk,
  .ed-btn--desk { display: inline-flex; }
  .ed-header__inner { padding: 0 24px; gap: 10px; }
}
@media (min-width: 1180px) {
  .ed-nav { gap: 2px; }
  .ed-nav a { font-size: 15px; padding: 8px 12px; }
}

/* Drawer */
.ed-drawer-bg {
  position: fixed;
  inset: 0;
  background: rgba(10, 24, 18, .4);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 50;
}
.ed-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(320px, 88vw);
  background: #fff;
  z-index: 51;
  transform: translateX(-104%);
  transition: transform .24s ease;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* 先 vh 再 dvh/svh：避免 100vh 盖掉动态视口，真机底部语言不被裁切 */
  height: auto;
  max-height: none;
  height: 100vh;
  max-height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  height: 100svh;
  max-height: 100svh;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: pan-y;
  box-sizing: border-box;
}
.ed-drawer__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  margin-right: -4px;
  padding-right: 4px;
}
.ed-drawer.is-open { transform: translateX(0); }
.ed-drawer-bg.is-open { opacity: 1; pointer-events: auto; }
.ed-drawer nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 12px;
}
.ed-drawer a {
  text-decoration: none;
  padding: 12px 10px;
  border-radius: 12px;
  font-weight: 700;
  color: var(--ed-ink);
}
.ed-drawer a:hover { background: var(--ed-mint); }
.ed-drawer__close {
  align-self: flex-end;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: var(--ed-sand);
  font-size: 22.4px;
  cursor: pointer;
}

/* ---------- Hero（手机堆叠 / PC 全屏视频背景，Interlace 同款拉满） ---------- */
.ed-hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  overflow: hidden;
  background: var(--ed-deep);
  padding: 0;
}
.ed-hero__stage {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  min-height: clamp(520px, 72vh, 680px);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ed-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.ed-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(15, 47, 34, .42) 0%, rgba(15, 47, 34, .62) 48%, rgba(15, 47, 34, .78) 100%);
}
.ed-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  /* 父级 pointer-events:none 时，子级 auto 仍可点 —— Safari 播失败后的大三角可点 */
  pointer-events: none;
}
.ed-hero.is-hero-video-paused .ed-hero__video {
  pointer-events: auto;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.ed-hero__visual {
  display: none !important;
}
.ed-hero__copy {
  position: relative;
  z-index: 2;
  padding: 40px 20px 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  text-align: left;
}
.ed-hero__photo {
  display: none;
  margin: 0;
}
.ed-hero__photo img,
.ed-hero__photo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
@media (max-width: 899px) {
  .ed-hero__video {
    height: 130%;
    margin-top: -10%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ed-hero__video {
    display: none;
  }
  .ed-hero__media::after {
    background:
      linear-gradient(180deg, rgba(15, 47, 34, .55), rgba(15, 47, 34, .88)),
      url("../assets/hero-bg-poster.jpg") center center / cover no-repeat;
  }
}
.ed-hero h1 {
  margin: 0 0 18px;
  max-width: 100%;
  font-size: clamp(1.68rem, 6.5vw, 2.28rem);
  line-height: 1.22;
  font-weight: 900;
  color: #fff;
  letter-spacing: -.025em;
  word-break: break-word;
  overflow-wrap: anywhere;
  opacity: 0;
  transform: translateY(14px);
  animation: edRise .7s .08s ease forwards;
}
.ed-hero h1 em {
  font-style: normal;
  color: var(--ed-lime);
}
.ed-hero__sub {
  margin: 0 0 28px;
  max-width: 38rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .7em;
  font-size: clamp(1.08rem, 3.85vw, 1.22rem);
  font-weight: 600;
  color: rgba(255, 255, 255, .94);
  line-height: 1.72;
  letter-spacing: .012em;
  word-break: break-word;
  overflow-wrap: anywhere;
  opacity: 0;
  transform: translateY(12px);
  animation: edRise .7s .2s ease forwards;
}
.ed-hero__sub p {
  margin: 0;
  max-width: 100%;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.ed-hero__tag {
  font-weight: 700;
}
.ed-hero__closer {
  margin-top: .12em;
  font-weight: 700;
}
.ed-hero__hl {
  font-style: normal;
  font-size: inherit;
  font-weight: 800;
  letter-spacing: .08em;
}
.ed-hero__brand-cn {
  display: inline;
  max-width: 100%;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@keyframes edRise {
  to { opacity: 1; transform: none; }
}
@media (min-width: 900px) {
  .ed-hero {
    min-height: calc(100dvh - var(--ed-header));
  }
  .ed-hero__stage {
    max-width: none;
    width: 100%;
    min-height: calc(100dvh - var(--ed-header));
    grid-template-columns: 1fr;
    align-items: stretch;
    margin: 0;
  }
  .ed-hero__copy {
    width: min(720px, 54vw);
    max-width: none;
    padding: clamp(40px, 5vh, 72px) clamp(28px, 4vw, 80px) clamp(48px, 6vh, 88px);
    background: transparent;
    text-align: left;
    align-items: flex-start;
    justify-content: center;
  }
  .ed-hero__media::after {
    background: linear-gradient(90deg,
      rgba(15, 47, 34, .66) 0%,
      rgba(15, 47, 34, .4) 30%,
      rgba(15, 47, 34, .16) 50%,
      rgba(15, 47, 34, .05) 66%,
      transparent 80%);
  }
  .ed-hero__video {
    height: 130%;
    margin-top: -8%;
    object-position: center center;
  }
  .ed-hero h1 {
    max-width: 13.2em;
    font-size: clamp(2.22rem, 3.2vw, 2.88rem);
    line-height: 1.2;
  }
  .ed-hero__sub {
    max-width: 40rem;
    font-size: clamp(1.16rem, 1.5vw, 1.3rem);
    line-height: 1.76;
    gap: .78em;
  }
  .ed-ask { margin: 0; max-width: 520px; width: 100%; }
}
@media (min-width: 1100px) {
  .ed-hero__copy {
    width: min(760px, 50vw);
    padding-left: clamp(40px, 5vw, 96px);
  }
}

.ed-hero__copy .ed-ask { width: 100%; max-width: 560px; }
.ed-ask {
  max-width: 640px;
  margin: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px);
  animation: edRise .75s .32s ease forwards;
}
.ed-ask__row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 16px 12px 20px;
}
.ed-ask__row input {
  flex: 1;
  border: 0;
  outline: none;
  font-size: 18.3px;
  font-weight: 800;
  color: var(--ed-ink);
  background: transparent;
  min-width: 0;
}
.ed-ask__row input::placeholder { color: #3a4f46; font-weight: 700; }
.ed-ask__send {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--ed-mint);
  color: var(--ed-forest);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.ed-ask__send svg { width: 18px; height: 18px; }
.ed-ask__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px 10px;
  background: linear-gradient(90deg, #0f2f22 0%, #2f7a4b 52%, #c6f04a 100%);
  color: #fff;
  font-size: 13.6px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: none;
}
.ed-ask__brand i {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .18);
  display: grid;
  place-items: center;
  font-style: normal;
  animation: edSpark 2.4s ease-in-out infinite;
}
.ed-ask__brand-sub {
  margin-left: 4px;
  font-style: normal;
  font-size: 12.5px;
  letter-spacing: 0;
  font-weight: 800;
  opacity: .95;
}
.ed-ask-hints {
  margin: 14px 0 0;
  max-width: 560px;
}
.ed-ask-hints__lead {
  margin: 0 0 10px;
  color: #e8f5eb;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.5;
}
.ed-ask-hints__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ed-ask-hints__chips a {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .22);
}
.ed-ask-hints__chips a:hover {
  background: rgba(198, 240, 74, .92);
  color: #0f2f22;
  border-color: transparent;
}
@keyframes edSpark {
  0%, 100% { transform: none; }
  50% { transform: rotate(12deg) scale(1.08); }
}

/* Categories — 2 col mobile → 5 col desktop like NerdWallet */
.ed-sheet {
  margin-top: -48px;
  padding: 0 0 28px;
  background: #e8f3ec;
  position: relative;
  z-index: 3;
}
.ed-sheet__panel {
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px 14px 20px;
  border-radius: 28px 28px 0 0;
  background: #eef7f1;
  box-shadow: none;
}
@media (min-width: 760px) {
  .ed-sheet {
    margin-top: -56px;
    padding: 0 16px 36px;
  }
  .ed-sheet__panel {
    padding: 28px 22px 24px;
    border-radius: 28px;
  }
}
.ed-cats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (min-width: 720px) {
  .ed-cats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}
@media (min-width: 980px) {
  .ed-cats {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
  }
  .ed-cat {
    padding: 22px 12px 18px;
  }
  .ed-cat__visual {
    width: min(86%, 118px);
  }
  .ed-cat b { font-size: 17px; }
  .ed-cat > span:last-child { font-size: 13.5px; max-width: 16em; }
}
@media (min-width: 1180px) {
  .ed-cat__visual { width: min(82%, 132px); }
  .ed-cat b { font-size: 18px; }
}
.ed-cat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  min-height: 0;
  padding: 22px 12px 18px;
  border-radius: 18px;
  border: 0;
  background: #fff;
  box-shadow: 0 1px 0 rgba(18, 61, 44, .04), 0 8px 24px rgba(18, 61, 44, .06);
  text-decoration: none;
  color: var(--ed-ink);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ed-cat:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(18, 61, 44, .12);
  background: #fff;
}
.ed-cat__arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #eef1ef;
  color: #2a3d34;
  display: grid;
  place-items: center;
}
.ed-cat__arrow svg { width: 12px; height: 12px; }
.ed-cat__visual {
  width: min(88%, 156px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 6px 0 4px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.ed-cat__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.ed-cat__visual--ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(86%, 118px);
  aspect-ratio: 1;
}
.ed-cat__visual--ico svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1180px) {
  .ed-cat__visual--ico { width: min(82%, 132px); }
}
@media (min-width: 760px) {
  .ed-cat { padding: 28px 18px 22px; gap: 12px; }
  .ed-cat__visual { width: min(80%, 176px); }
}
.ed-cat b {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.01em;
  color: #000;
}
@media (min-width: 760px) {
  .ed-cat b { font-size: 22px; }
}
.ed-cat > span:last-child {
  font-size: 15.5px;
  font-weight: 500;
  color: #5c6b64;
  line-height: 1.45;
  max-width: 18em;
}
@media (min-width: 760px) {
  .ed-cat > span:last-child { font-size: 15.9px; }
}

/* Trust — stats left (3 lines each), portrait always right */
.ed-trust {
  padding: 28px 0 48px;
  background: #fff;
  color: var(--ed-ink);
}
.ed-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.ed-trust__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(132px, 0.88fr);
  gap: 12px 16px;
  align-items: stretch;
  padding: 8px 0 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  min-height: 0;
}
@media (min-width: 760px) {
  .ed-trust__panel {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 20px 32px;
    align-items: start;
  }
}
.ed-trust__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 0;
  max-width: none;
}
.ed-trust__copy h2 {
  margin: 0 0 16px;
  text-align: left;
  font-size: clamp(1.35rem, 3.2vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.2;
  color: var(--ed-ink);
}
@media (min-width: 760px) {
  .ed-trust__copy h2 { margin-bottom: 22px; }
}
.ed-trust__stats {
  display: grid;
  gap: 10px;
}
@media (min-width: 760px) {
  .ed-trust__stats { gap: 14px; }
}
.ed-trust__stats article {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 14px 16px;
  border-radius: 16px;
  background: linear-gradient(90deg, #e7f6eb 0%, #f7fcf8 55%, #fff 100%);
  border: 0;
}
@media (min-width: 760px) {
  .ed-trust__stats article {
    padding: 20px 22px 22px;
    border-radius: 20px;
  }
}
.ed-trust__stats b {
  display: block;
  font-size: clamp(1.45rem, 3.6vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.1;
  color: #1c8a4a;
}
.ed-trust__stats span {
  display: block;
  margin: 0;
  font-size: clamp(14px, 2.8vw, 18px);
  font-weight: 500;
  line-height: 1.35;
  color: #5c6b64;
}
.ed-trust__photo {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 100%;
  align-self: stretch;
  background: none;
}
.ed-trust__photo img {
  width: 100%;
  max-width: 420px;
  height: 100%;
  min-height: 220px;
  max-height: none;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 18px;
}
@media (min-width: 760px) {
  .ed-trust__photo img {
    min-height: 420px;
    border-radius: 22px;
    object-fit: cover;
  }
}

/* Story band */
.ed-story {
  padding: 56px 0;
  background: #fff;
}
.ed-story__grid {
  display: grid;
  gap: 22px;
  align-items: center;
}
@media (min-width: 860px) {
  .ed-story__grid { grid-template-columns: 1.05fr .95fr; gap: 36px; }
}
.ed-story__media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(18, 61, 44, .12);
}
.ed-story__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.ed-story__cases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  min-width: 0;
}
.ed-story__cases a {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
  color: #0a100d;
  box-shadow: 0 10px 28px rgba(18, 61, 44, .1);
}
.ed-story__cases img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top;
  display: block;
  background: #eef4f0;
}
.ed-story__cases span {
  display: block;
  padding: 10px 12px 12px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
@media (min-width: 900px) {
  .ed-story--flip .ed-story__copy { order: -1; }
}
.ed-kicker {
  margin: 0 0 8px;
  font-size: 14.2px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ed-forest);
}
.ed-story__copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -.02em;
}
.ed-story__copy p {
  margin: 0 0 18px;
  color: #5c6b64;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}
.ed-story__copy p b,
.ed-story__copy p strong {
  font-weight: 700;
  color: #0a100d;
}

.ed-partners {
  padding: 28px 0 22px;
  border-bottom: 1px solid var(--ed-line);
  text-align: center;
  background: #fff;
}
.ed-partners > .ed-wrap > p {
  margin: 0 0 18px;
  font-size: 15.5px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: none;
  color: #0a100d;
}
.ed-ticker {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 6px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 8px;
}
.ed-ticker__viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 28px, #000 calc(100% - 28px), transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 28px, #000 calc(100% - 28px), transparent);
}
.ed-ticker__track {
  display: flex;
  width: max-content;
  gap: 14px;
  will-change: transform;
}
.ed-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  padding: 12px 16px 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(10, 16, 13, .12);
  background: linear-gradient(180deg, #fff, #f7faf8);
  box-shadow: 0 8px 22px rgba(18, 61, 44, .06);
  text-align: left;
}
.ed-logo img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  object-fit: cover;
  background: #fff;
  border: 1px solid rgba(10, 16, 13, .08);
}
.ed-logo b {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: #0a100d;
  line-height: 1.2;
}
.ed-logo span {
  display: block;
  margin-top: 3px;
  font-size: 12.5px;
  font-weight: 500;
  color: #5c6b64;
}
.ed-ticker__nav {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(10, 16, 13, .14);
  background: #fff;
  color: #0a100d;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(18, 61, 44, .08);
}
.ed-ticker__nav:hover {
  background: var(--ed-mint);
  border-color: rgba(23, 74, 53, .28);
}
.ed-ticker__note {
  margin: 14px auto 0;
  max-width: 720px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 400;
  color: #5c6b64;
  line-height: 1.45;
}

.ed-news, .ed-rates, .ed-resources, .ed-guides { padding: 64px 0; }
.ed-news { background: #fff; }
.ed-rates { background: var(--ed-mint); }
.ed-resources, .ed-guides { background: #fff; }
.ed-head {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.ed-head__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.ed-head h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3.4vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -.02em;
  color: var(--ed-ink);
  text-align: center;
}
.ed-head p {
  margin: 0 auto;
  max-width: 42rem;
  font-size: 15px;
  color: #5c6b64;
  font-weight: 400;
  text-align: center;
}
.ed-link {
  font-size: 16.5px;
  font-weight: 800;
  color: var(--ed-forest);
  text-decoration: none;
}
.ed-link:hover { text-decoration: underline; }

.ed-news__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .ed-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .ed-news__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1180px) {
  .ed-news__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.ed-news-card {
  position: relative;
  display: block;
  /* 五卡同高：统一宽高比，取消首卡跨行拉高 */
  aspect-ratio: 3 / 4;
  min-height: 0;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 10px 28px rgba(18, 61, 44, .1);
}
.ed-news__grid a:first-child {
  grid-row: auto;
  min-height: 0;
}
.ed-news-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .35s ease;
}
.ed-news-card:hover img { transform: scale(1.06); }
.ed-news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 30, 22, .1) 10%, rgba(10, 30, 22, .78) 100%);
}
.ed-news-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ed-news-card small {
  font-size: 14.2px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  opacity: .92;
}
.ed-news-card b {
  font-size: clamp(1.02rem, 2vw, 1.32rem);
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
}
.ed-news-card__body,
.ed-news-card .ed-dot {
  color: #fff;
}

.ed-rates__tabs {
  display: inline-flex;
  gap: 6px;
  margin-bottom: 18px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(23, 74, 53, .08);
}
.ed-rates__tabs button {
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 15.3px;
  font-weight: 800;
  color: var(--ed-mute);
  cursor: pointer;
}
.ed-rates__tabs button.is-on {
  background: #fff;
  color: var(--ed-forest);
  box-shadow: 0 4px 14px rgba(18, 61, 44, .1);
}
.ed-rates__grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 760px) {
  .ed-rates__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ed-rate {
  padding: 22px 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--ed-line);
}
.ed-rate h3 {
  margin: 0 0 14px;
  font-size: 1.176rem;
  font-weight: 800;
}
.ed-rate__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--ed-line);
  font-size: 15.3px;
  font-weight: 800;
  color: var(--ed-mute);
}
.ed-rate__row b {
  color: var(--ed-forest);
  font-weight: 800;
  font-size: 17.7px;
}
.ed-rate__row b.is-avg { color: var(--ed-ink); }
.ed-rate a {
  display: inline-block;
  margin-top: 14px;
  font-size: 16.5px;
  font-weight: 800;
  color: var(--ed-forest);
  text-decoration: none;
}

/* Cash APY promo (NerdWallet-style) */
.ed-cash {
  position: relative;
  padding: 28px 0 72px;
  background: #fff;
  overflow: hidden;
}
.ed-cash__ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  justify-content: center;
  margin: 0 auto 28px;
  max-width: 920px;
  padding: 14px 24px;
  color: #fff;
  font-size: 15.3px;
  font-weight: 800;
  letter-spacing: .02em;
  background: linear-gradient(90deg, #174a35, #2f7a4b 55%, #1f7a45);
  transform: rotate(-1.2deg);
  box-shadow: 0 10px 28px rgba(23, 74, 53, .22);
}
.ed-cash__inner {
  max-width: 1240px !important;
  text-align: center;
}
.ed-cash__copy h2 {
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 4vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.15;
  color: var(--ed-ink);
}
.ed-cash__copy h2 em {
  font-style: normal;
  color: #1f7a45;
}
.ed-cash__copy > p {
  margin: 0 auto 22px;
  max-width: 44rem;
  font-size: 15px;
  line-height: 1.65;
  color: #5c6b64;
  font-weight: 400;
}
.ed-cash__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 28px;
  border-radius: 12px;
  background: var(--ed-forest);
  color: #fff;
  font-size: 18.9px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(23, 74, 53, .25);
  transition: transform .18s ease, background .18s ease;
}
.ed-cash__cta:hover {
  background: var(--ed-mid);
  transform: translateY(-1px);
}
.ed-cash__fine {
  margin: 12px 0 28px;
  font-size: 14.2px;
  color: #3a4f46;
  font-weight: 800;
}
.ed-cash__visual {
  position: relative;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(18, 61, 44, .16);
}
.ed-cash__viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0f2f22;
}
.ed-cash__track {
  position: absolute;
  inset: 0;
}
.ed-cash__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .55s ease, visibility .55s ease;
  z-index: 0;
}
.ed-cash__slide.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.ed-cash__slide img,
.ed-cash__visual > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.ed-cash__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #174a35;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 47, 34, .18);
  display: grid;
  place-items: center;
  padding: 0 0 2px;
}
.ed-cash__nav:hover { background: #fff; }
.ed-cash__nav--prev { left: 12px; }
.ed-cash__nav--next { right: 12px; }
.ed-cash__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}
.ed-cash__dots button {
  pointer-events: auto;
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, .55);
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(15, 47, 34, .12);
}
.ed-cash__dots button.is-on {
  background: #c6f04a;
  width: 22px;
}
@media (max-width: 640px) {
  .ed-cash__nav {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }
  .ed-cash__nav--prev { left: 8px; }
  .ed-cash__nav--next { right: 8px; }
}
.ed-cash__card {
  position: absolute;
  right: 4%;
  bottom: 8%;
  z-index: 3;
  width: min(42%, 260px);
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(23, 74, 53, .12);
  box-shadow: 0 12px 32px rgba(15, 47, 34, .18);
  backdrop-filter: blur(8px);
  text-align: left;
  color: var(--ed-ink);
}
.ed-cash__card header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14.2px;
  font-weight: 800;
  color: var(--ed-mute);
}
.ed-cash__card header b {
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--ed-mint);
  color: var(--ed-forest);
  font-size: 11.8px;
}
.ed-cash__bal {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -.02em;
}
.ed-cash__chart {
  width: 100%;
  height: auto;
  margin: 4px 0 8px;
}
.ed-cash__card footer {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ed-mute);
  border-top: 1px solid var(--ed-line);
  padding-top: 8px;
}
.ed-cash__card footer strong {
  color: #1f7a45;
  font-size: 15.3px;
}
@media (max-width: 640px) {
  .ed-cash__card {
    width: min(58%, 200px);
    padding: 10px;
    right: 3%;
    bottom: 6%;
  }
  .ed-cash__bal { font-size: 1.232rem; }
}

.ed-ai-tip {
  position: fixed;
  right: 18px;
  bottom: calc(16px + 60px + 12px + env(safe-area-inset-bottom, 0px));
  z-index: 46;
  max-width: 240px;
  padding: 14px 28px 14px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--ed-line);
  box-shadow: 0 12px 32px rgba(18, 61, 44, .16);
  font-size: 15.3px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--ed-ink);
}
.ed-ai-tip p { margin: 0; font-weight: 700; }
.ed-ai-tip__close {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #2f433a;
  font-size: 20.2px;
  cursor: pointer;
}
.ed-ai-tip[hidden] { display: none !important; }
body.ed-totop-visible .ed-ai-tip {
  bottom: calc(16px + 118px + env(safe-area-inset-bottom, 0px));
}

.ed-resources__grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 860px) {
  .ed-resources__grid { grid-template-columns: 1.25fr .75fr; }
}
.ed-resource {
  padding: 0;
  border-radius: 22px;
  border: 1px solid var(--ed-line);
  background: var(--ed-sand);
  overflow: hidden;
}
.ed-resource--photo,
.ed-resource--side {
  display: flex;
  flex-direction: column;
}
.ed-resource__media {
  margin: 0;
}
.ed-resource__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.ed-resource__media--sm img { aspect-ratio: 16 / 9; }
.ed-resource__body {
  padding: 22px 20px 24px;
}
.ed-resource--side {
  padding: 0 0 22px;
  background: #fff;
}
.ed-resource--side > .ed-resource__tag,
.ed-resource--side > h3,
.ed-resource--side > .ed-chip-list {
  margin-left: 20px;
  margin-right: 20px;
}
.ed-resource--side > .ed-resource__tag { margin-top: 16px; }
.ed-resource--side > h3 { margin-top: 0; }
.ed-resource h3 {
  margin: 0 0 10px;
  font-size: 1.344rem;
  font-weight: 800;
}
.ed-resource p {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 400;
  color: #5c6b64;
}
.ed-resource__tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(23, 74, 53, .1);
  color: var(--ed-forest);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ed-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ed-chip-list a {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--ed-line);
  background: #fff;
  text-decoration: none;
  font-size: 15.3px;
  font-weight: 700;
}
/* 首页侧栏「快捷入口」：两列全称芯片，填满空白 */
.ed-resource--side .ed-chip-list--dense {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  flex: 1 1 auto;
  align-content: start;
  justify-content: stretch;
  box-sizing: border-box;
}
.ed-resource--side .ed-chip-list--dense a {
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  justify-content: flex-start;
  text-align: left;
  white-space: normal;
  min-height: 44px;
}
.ed-resource--side .ed-chip-list--dense .ed-chip__ico {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}
@media (max-width: 420px) {
  .ed-resource--side .ed-chip-list--dense {
    grid-template-columns: 1fr;
  }
}
.ed-accordion details {
  border-top: 1px solid var(--ed-line);
  padding: 12px 0;
}
.ed-accordion details:first-of-type { border-top: 0; }
.ed-accordion summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.ed-accordion summary::-webkit-details-marker { display: none; }
.ed-accordion summary::after { content: "+"; color: var(--ed-forest); }
.ed-accordion details[open] summary::after { content: "–"; }
.ed-accordion details p {
  margin: 8px 0 0;
  font-size: 15.9px;
  color: var(--ed-mute);
}

.ed-guides__grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 760px) {
  .ed-guides__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.ed-guide {
  padding: 0;
  border-radius: 18px;
  border: 1px solid var(--ed-line);
  background: #fff;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}
.ed-guide img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.ed-guide__body { padding: 16px 16px 18px; }
.ed-guide h3 {
  margin: 0 0 8px;
  font-size: 1.176rem;
  font-weight: 800;
}
.ed-guide p {
  margin: 0;
  font-size: 16.5px;
  color: var(--ed-mute);
}

.ed-app {
  padding: 72px 0;
  background:
    radial-gradient(50% 80% at 0% 50%, rgba(198, 240, 74, .12), transparent 60%),
    linear-gradient(135deg, #123528 0%, #1f5c42 55%, #0f2f22 100%);
  color: #fff;
}
.ed-app__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 28px;
}
@media (min-width: 880px) {
  .ed-app__inner {
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
  }
}
.ed-app h2 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 3.2vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.15;
}
.ed-app .lead {
  margin: 0 0 20px;
  max-width: 36rem;
  font-size: 18.3px;
  color: rgba(255, 255, 255, .88);
}
.ed-app__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.ed-app__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}
.ed-app__stats b {
  display: block;
  font-size: 1.624rem;
  font-weight: 800;
  color: var(--ed-lime);
}
.ed-app__stats span {
  font-size: 14.8px;
  font-weight: 800;
  color: rgba(255, 255, 255, .75);
}
.ed-app__visual {
  display: grid;
  gap: 14px;
}
.ed-app__photo {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
}
.ed-app__photo img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.ed-quote {
  margin: 0;
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
}
.ed-quote p {
  margin: 0;
  font-size: 1.176rem;
  font-weight: 800;
  color: #fff;
}
.ed-quote footer {
  margin-top: 12px;
  font-size: 14.8px;
  font-weight: 700;
  opacity: .75;
}

.ed-footer {
  padding: 40px 0 28px;
  background: #0c241a;
  color: rgba(231, 245, 234, .82);
  font-size: 15.3px;
}
.ed-footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 18px;
}
@media (min-width: 760px) {
  .ed-footer__inner {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}
.ed-footer strong {
  display: block;
  color: #fff;
  font-size: 17.7px;
  margin-bottom: 8px;
}
.ed-footer a {
  color: rgba(231, 245, 234, .82);
  text-decoration: none;
}
.ed-footer a:hover { color: var(--ed-lime); }
.ed-footer__cols {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ed-footer__note {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 14.2px;
  color: rgba(255, 255, 255, .88);
}

/* Explore accordion + quick links */
.ed-explore {
  padding: 56px 0 40px;
  background: #fff;
}
.ed-quick {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}
.ed-quick a {
  display: grid;
  grid-template-columns: 36px 1fr 18px;
  align-items: center;
  gap: 10px;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid var(--ed-line);
  text-decoration: none;
  color: var(--ed-ink);
  font-weight: 800;
  background: #fbfcfb;
}
.ed-quick a:hover { border-color: rgba(23, 74, 53, .25); background: #fff; }
.ed-quick__ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--ed-mint);
  color: var(--ed-forest);
  font-weight: 800;
}
.ed-quick i { color: #3a4f46; font-style: normal; font-weight: 800; }
.ed-acc details {
  border: 1px solid var(--ed-line);
  border-radius: 14px;
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
}
.ed-acc summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.ed-acc summary::-webkit-details-marker { display: none; }
.ed-acc summary::after { content: "+"; color: var(--ed-forest); font-size: 1.344rem; }
.ed-acc details[open] summary::after { content: "–"; }
.ed-acc details p {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--ed-mute);
  font-size: 16.5px;
  line-height: 1.55;
}
.ed-acc details a {
  display: inline-block;
  margin-top: 8px;
  color: var(--ed-forest);
  font-weight: 800;
  text-decoration: none;
}

/* App promo strip */
.ed-apppromo {
  padding: 48px 0 28px;
  background: #fff;
  text-align: center;
}
.ed-apppromo__inner { max-width: 720px !important; }
.ed-apppromo h2 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 3.4vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
}
.ed-apppromo p {
  margin: 0 auto 22px;
  color: var(--ed-mute);
  font-size: 17.7px;
  line-height: 1.6;
}
.ed-stores {
  display: grid;
  gap: 12px;
  justify-content: center;
}
@media (min-width: 640px) {
  .ed-stores { grid-template-columns: repeat(2, minmax(0, 260px)); }
}
.ed-store {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #222;
  background: #111;
  color: #fff;
  text-decoration: none;
  text-align: left;
}
.ed-store__badge {
  font-size: 16.5px;
  font-weight: 800;
}
.ed-store__meta {
  font-size: 13px;
  color: rgba(255,255,255,.78);
  font-weight: 800;
}
.ed-store__meta b { color: #c6f04a; }

/* Phone showcase */
.ed-showcase {
  padding: 28px 0 64px;
  background:
    radial-gradient(60% 50% at 50% 20%, rgba(182, 224, 92, .18), transparent 60%),
    linear-gradient(180deg, #e8f4ee, #f5f7f5 70%);
  text-align: center;
}
.ed-showstats {
  list-style: none;
  margin: 0 auto 22px;
  padding: 0;
  max-width: 420px;
}
.ed-showstats li {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid rgba(23, 74, 53, .16);
  color: #174a35;
  font-weight: 700;
}
.ed-showstats li:last-child { border-bottom: 0; }
.ed-showstats b {
  font-size: 1.288rem;
  font-weight: 800;
}
.ed-showstats span { font-size: 16.5px; color: #0f1c16; }
.ed-showcase__phone {
  margin: 0 auto 12px;
  max-width: 360px;
}
.ed-showcase__phone img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(15, 47, 34, .22);
}
.ed-showcase__note {
  margin: 0;
  font-size: 14.2px;
  color: #2f433a;
  font-weight: 800;
}

/* Cream site footer */
.ed-sitefoot {
  background: #f7f1e6;
  color: #2a2a2a;
  padding: 48px 0 36px;
}
.ed-sitefoot__top {
  text-align: center;
  margin-bottom: 28px;
}
.ed-sitefoot__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.ed-sitefoot__brand strong {
  display: block;
  font-size: 1.288rem;
}
.ed-sitefoot__brand span {
  display: block;
  font-size: 15.3px;
  color: #5c5c5c;
  font-weight: 800;
}
.ed-sitefoot__dl {
  margin: 0 0 14px;
  font-size: 16.5px;
  font-weight: 700;
  color: #3a3a3a;
}
.ed-stores--foot .ed-store { background: #1a1a1a; }
.ed-sitefoot__cols {
  display: grid;
  gap: 22px;
  margin: 28px 0;
  text-align: left;
}
@media (min-width: 760px) {
  .ed-sitefoot__cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ed-sitefoot__cols h3 {
  margin: 0 0 10px;
  font-size: 17.7px;
  font-weight: 800;
}
.ed-sitefoot__cols a {
  display: block;
  padding: 5px 0;
  color: #2f2f2f;
  text-decoration: none;
  font-size: 16.5px;
  font-weight: 800;
}
.ed-sitefoot__cols a:hover { color: #1f7a45; text-decoration: underline; }
.ed-legal {
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 18px;
  font-size: 15.5px;
  line-height: 1.65;
  color: #1a1a1a;
  font-weight: 700;
}
.ed-legal p { margin: 0 0 12px; color: #1a1a1a; font-weight: 700; }
.ed-legal a { color: #0b57d0; font-weight: 800; }
.ed-legal__addr {
  margin-top: 8px !important;
  font-weight: 800;
  color: #111;
}
.ed-legal__row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(180, 150, 80, .35);
}
.ed-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-weight: 700;
  font-size: 15.3px;
}
.ed-social {
  display: flex;
  gap: 8px;
}
.ed-social span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #2a2a2a;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11.8px;
  font-weight: 800;
}
.ed-copy {
  margin: 8px 0 0 !important;
  font-size: 14.2px;
  color: #666;
}

.ed-fab {
  position: fixed;
  right: clamp(12px, 2.6vw, 18px);
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 45;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, #d8f264 0%, #b8e04c 52%, #a8d63f 100%);
  color: var(--ed-deep);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 8px 22px rgba(92,130,38,.26);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.ed-fab svg { width: 22px; height: 22px; }

@media (prefers-reduced-motion: reduce) {
  .ed-hero h1, .ed-hero__sub, .ed-ask, .ed-ask__brand i {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}


/* ===== Center-first typography + rich icons ===== */
.ed-ico {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
}
.ed-ico svg { width: 100%; height: 100%; display: block; }
.ed-ico--sm { width: 28px; height: 28px; }
.ed-ico--xs { width: 22px; height: 22px; }

.ed-trust__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ed-trust__copy .ed-ico { margin-bottom: 6px; }
.ed-trust__copy h2 { text-align: center; width: 100%; }
.ed-trust__stats { width: 100%; }
.ed-trust__stats article { text-align: center; align-items: center; }

.ed-story__grid {
  text-align: center;
}
.ed-story__copy {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ed-story__copy .ed-btn { margin-top: 4px; }
.ed-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ed-news-card__body {
  text-align: center;
}
.ed-news-card__body small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.ed-dot { font-style: normal; font-size: 1em; }

.ed-rates__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.ed-rates__tabs button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ed-rate {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ed-rate__ico {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  display: grid;
  place-items: center;
}
.ed-rate__ico svg { width: 100%; height: 100%; }
.ed-rate__row {
  width: 100%;
  justify-content: space-between;
  text-align: left;
}

.ed-cash__copy {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ed-cash__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  font-weight: 800;
  color: #fff;
}
.ed-cash__copy h2,
.ed-cash__copy p { text-align: center; }

.ed-resource__body,
.ed-resource--side {
  text-align: center;
}
.ed-resource--side {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ed-resource--side.ed-resource--side {
  align-items: stretch;
}
.ed-resource--side > .ed-resource__tag,
.ed-resource--side > h3 {
  text-align: center;
  align-self: center;
}
.ed-chip-list {
  justify-content: center;
}
.ed-resource--side .ed-chip-list--dense {
  justify-content: stretch;
}
.ed-chip-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ed-chip__ico {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
}
.ed-chip__ico svg { width: 100%; height: 100%; }

.ed-guide__body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ed-guide__ico {
  width: 44px;
  height: 44px;
  margin: -8px 0 8px;
  display: grid;
  place-items: center;
}
.ed-guide__ico svg { width: 100%; height: 100%; }

.ed-quick a {
  text-align: left;
}
.ed-quick__ico {
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
  background: transparent !important;
  padding: 0 !important;
  overflow: visible;
}
.ed-quick__ico svg { width: 100%; height: 100%; }

.ed-acc summary {
  align-items: center;
  gap: 12px;
}
.ed-acc summary > span:last-of-type { flex: 1; text-align: left; }
.ed-acc__ico {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}
.ed-acc__ico svg { width: 100%; height: 100%; }
.ed-acc details p { text-align: center; }

.ed-apppromo__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ed-showcase { text-align: center; }
.ed-showstats { margin-left: auto; margin-right: auto; }

.ed-sitefoot__top {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ed-sitefoot__brand { justify-content: center; }
.ed-sitefoot__cols {
  text-align: center;
}
.ed-sitefoot__cols a { justify-content: center; }
.ed-legal { text-align: center; }
.ed-legal__row { justify-content: center; }

.ed-drawer a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ed-drawer__ico {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}
.ed-drawer__ico svg { width: 100%; height: 100%; }

.ed-partners > .ed-wrap > p,
.ed-ticker__note {
  text-align: center;
}

@media (min-width: 760px) {
  .ed-story__grid {
    text-align: center;
  }
  .ed-cash__inner {
    /* keep image, center copy text */
  }
}


/* PC adaptive layout polish */
@media (min-width: 980px) {
  .ed-rates__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ed-guides__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .ed-resources__grid {
    grid-template-columns: 1.4fr .8fr;
    align-items: start;
  }
  .ed-cash__inner {
    grid-template-columns: 1fr 1.05fr;
    align-items: center;
    gap: 36px;
  }
  .ed-cash__copy {
    align-items: flex-start;
    text-align: left;
  }
  .ed-cash__copy h2,
  .ed-cash__copy p { text-align: left; }
  .ed-story__grid {
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 36px;
    text-align: left;
  }
  .ed-story__copy {
    align-items: flex-start;
    text-align: left;
  }
  .ed-ticker { max-width: 1240px; }
  .ed-sitefoot__cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    text-align: left;
  }
  .ed-sitefoot__cols a { justify-content: flex-start; }
}
@media (min-width: 1180px) {
  .ed-guides__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

/* ========== PC 自适应（首页：大屏舒展 + 缩窗口不乱） ========== */
html { overflow-x: clip; }
body {
  overflow-x: clip;
  min-width: 0;
}
.ed-header__inner,
.ed-sheet__panel,
.ed-section__inner,
.ed-wrap,
.ed-ticker,
.ed-sitefoot__inner {
  width: 100%;
  max-width: min(1240px, 100%);
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .ed-header__inner {
    max-width: none;
  }
  .ed-nw-top__inner {
    max-width: none;
    width: 100%;
    padding-left: clamp(24px, 4vw, 80px);
    padding-right: clamp(24px, 4vw, 80px);
  }
}
.ed-sheet__panel,
.ed-section__inner,
.ed-wrap {
  padding-left: clamp(12px, 2.4vw, 28px);
  padding-right: clamp(12px, 2.4vw, 28px);
}

/* 中等桌面：主导航可略缩字号，避免顶栏换行溢出 */
@media (min-width: 980px) and (max-width: 1179px) {
  .ed-nav { gap: 0; flex: 1 1 auto; min-width: 0; justify-content: center; }
  .ed-nav a {
    font-size: 13.5px;
    padding: 8px 8px;
    white-space: nowrap;
  }
  .ed-header__actions { gap: 6px; flex-shrink: 0; }
  .ed-btn { padding: 0 12px; font-size: .82rem; }
  .ed-cats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ed-cat b { font-size: 15px; }
}

/* 标准桌面：英雄区全屏视频（不再左右分栏） */
@media (min-width: 900px) {
  .ed-hero__copy h1 {
    font-size: clamp(2.22rem, 3.2vw, 2.88rem);
    max-width: 13.2em;
  }
}

@media (min-width: 1200px) {
  .ed-sheet__panel,
  .ed-section__inner,
  .ed-wrap,
  .ed-ticker {
    max-width: min(1320px, 100%);
  }
  .ed-cats { gap: 18px; }
  .ed-cat { padding: 24px 14px 20px; }
}

/* 卡片栅格：任意子项 minmax(0) 防撑破 */
.ed-cats,
.ed-news__grid,
.ed-guides__grid,
.ed-story__grid,
.ed-cash__inner,
.ed-resources__grid,
.ed-sitefoot__cols {
  width: 100%;
}
.ed-cats > *,
.ed-news__grid > *,
.ed-guides__grid > * {
  min-width: 0;
}

/* 顶栏在偏窄窗口：保留品牌与 CTA，导航收入汉堡（沿用 980 断点） */
@media (max-width: 979px) {
  .ed-nav { display: none; }
  .ed-menu { display: inline-grid; }
}

/* 避免部分模块固定宽度撑出横向滚动 */
.ed-ask,
.ed-ask__field,
.ed-hero__copy p {
  max-width: 100%;
}
img, svg, video { max-width: 100%; height: auto; }

/* Mega menu (homepage — mirrors cards-nw.css) */
.ed-header.ed-has-mega {
  position: relative;
  z-index: 120;
  overflow: visible !important;
}
.ed-header.ed-mega-open { box-shadow: 0 1px 0 var(--ed-line, #e6ebe8); }
.ed-mega-drop {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 130;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.ed-mega-drop.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.ed-mega-drop::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}
.ed-mega-drop__shell { background: #fff; border-top: 1px solid var(--ed-line, #e6ebe8); box-shadow: 0 18px 40px rgba(10, 16, 13, .12); }
.ed-mega-drop__inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding-left: clamp(24px, 4vw, 80px);
  padding-right: clamp(24px, 4vw, 80px);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 320px;
}
.ed-mega-drop__inner--full { grid-template-columns: minmax(0, 1fr); }
.ed-mega-tabs { background: #faf8f3; border-right: 1px solid var(--ed-line, #e6ebe8); padding: 18px 0; display: flex; flex-direction: column; gap: 2px; }
.ed-mega-tab { appearance: none; border: 0; background: transparent; text-align: left; padding: 12px 18px 12px 14px; font: inherit; font-size: 15px; font-weight: 800; color: #1a1f1c; cursor: pointer; display: flex; align-items: center; gap: 8px; }
.ed-mega-tab:hover { background: rgba(0, 135, 90, .06); }
.ed-mega-tab.is-on { background: #fff; color: #00875a; box-shadow: inset 3px 0 0 #00875a; }
.ed-mega-tab__arrow { font-size: 10px; color: #00875a; line-height: 1; }
.ed-mega-main { display: flex; flex-direction: column; min-width: 0; }
.ed-mega-cols { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 28px; padding: 24px 28px 12px; flex: 1; }
.ed-mega-col h3 { margin: 0 0 14px; font-size: 15px; font-weight: 900; color: #1a1f1c; }
.ed-mega-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ed-mega-col:first-child .ed-mega-links { grid-template-columns: 1fr 1fr; column-gap: 18px; }
.ed-mega-links a { font-size: 14.5px; font-weight: 700; color: #1a1f1c; line-height: 1.35; }
.ed-mega-links a:hover { color: #00875a; text-decoration: underline; }
.ed-mega-cols--entities { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.25fr); gap: 22px; }

/* About tab — strength strip + 3-column growth layout */
.ed-mega-strength {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 20px;
  padding: 16px 28px 0;
  border-bottom: 1px solid rgba(10, 16, 13, .06);
  margin-bottom: 4px;
}
.ed-mega-strength__kicker {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #64748b;
}
.ed-mega-strength__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.ed-mega-strength__item {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(10, 16, 13, .08);
  background: #fafbfa;
}
.ed-mega-strength__item strong {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.ed-mega-strength__item span {
  font-size: 12.5px;
  font-weight: 500;
  color: #5c6b64;
}
.ed-mega-strength__item--green { background: #f0fdf8; border-color: rgba(0, 135, 90, .2); }
.ed-mega-strength__item--green strong { color: #00875a; }
.ed-mega-strength__item--blue { background: #f0f7ff; border-color: rgba(59, 130, 246, .25); }
.ed-mega-strength__item--blue strong { color: #2563eb; }
.ed-mega-strength__item--gold { background: #fffbeb; border-color: rgba(245, 158, 11, .3); }
.ed-mega-strength__item--gold strong { color: #b45309; }
.ed-mega-strength__item--teal { background: #f0fdfa; border-color: rgba(20, 184, 166, .25); }
.ed-mega-strength__item--teal strong { color: #0d9488; }

.ed-mega-cols--about {
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.05fr) minmax(0, 1.2fr);
  gap: 20px;
  padding-top: 18px;
}
.ed-mega-col--platform .ed-mega-subgroup + .ed-mega-subgroup { margin-top: 18px; }
.ed-mega-subgroup__title {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #64748b;
}
.ed-mega-links--single { grid-template-columns: 1fr !important; gap: 8px; }
.ed-mega-links--single a { font-size: 14px; font-weight: 700; }
.ed-mega-feats--stack { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(10, 16, 13, .06); }

.ed-mega-growth__lead {
  margin: -8px 0 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.45;
}
.ed-mega-guide-cards { display: grid; gap: 10px; }
.ed-mega-guide-card {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(10, 16, 13, .08);
  background: #fafbfa;
}
.ed-mega-guide-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}
.ed-mega-guide-card__head b { font-size: 14px; font-weight: 900; color: #1a1f1c; }
.ed-mega-guide-card__badge {
  flex-shrink: 0;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  background: rgba(255, 255, 255, .85);
  border: 1px solid rgba(10, 16, 13, .1);
}
.ed-mega-guide-card__desc {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 500;
  color: #5c6b64;
  line-height: 1.4;
}
.ed-mega-guide-card__links { display: grid; gap: 6px; }
.ed-mega-guide-link {
  font-size: 13px;
  font-weight: 700;
  color: #1a1f1c;
  text-decoration: none;
  line-height: 1.35;
}
.ed-mega-guide-link:hover { color: #00875a; text-decoration: underline; }
.ed-mega-guide-card--gold { background: #fffbeb; border-color: rgba(245, 158, 11, .25); }
.ed-mega-guide-card--gold .ed-mega-guide-card__badge { color: #b45309; border-color: rgba(245, 158, 11, .35); }
.ed-mega-guide-card--blue { background: #f0f7ff; border-color: rgba(59, 130, 246, .2); }
.ed-mega-guide-card--blue .ed-mega-guide-card__badge { color: #2563eb; border-color: rgba(59, 130, 246, .3); }
.ed-mega-guide-card--green { background: #f0fdf8; border-color: rgba(0, 135, 90, .2); }
.ed-mega-guide-card--green .ed-mega-guide-card__badge { color: #00875a; border-color: rgba(0, 135, 90, .25); }

.ed-mega-entity-grid--dense {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.ed-mega-entity-grid--dense .ed-mega-entity {
  min-height: 34px;
  padding: 6px 8px;
  font-size: 11.5px;
  border-radius: 8px;
}

.ed-mega-col--entities { min-width: 0; }
.ed-mega-entity__lead { margin: -6px 0 12px; font-size: 12.5px; font-weight: 600; color: #64748b; line-height: 1.45; }
.ed-mega-entity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}
.ed-mega-entity {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(10, 16, 13, .12);
  background: #fff;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
  color: #0a100d;
}
.ed-mega-entity:hover { filter: brightness(.98); box-shadow: 0 4px 12px rgba(10, 16, 13, .06); }
.ed-mega-entity--teal { border-color: rgba(62, 207, 191, .45); color: #0d6b62; background: #f0fdfa; }
.ed-mega-entity--green { border-color: rgba(0, 232, 176, .35); color: #0a5c42; background: #f0fdf8; }
.ed-mega-entity--red { border-color: rgba(232, 90, 79, .4); color: #9f2d24; background: #fff5f4; }
.ed-mega-entity--blue { border-color: rgba(59, 158, 255, .4); color: #1a5fb0; background: #f0f7ff; }
.ed-mega-entity--pink { border-color: rgba(232, 140, 160, .45); color: #9f3d55; background: #fff5f7; }
.ed-mega-entity--sky { border-color: rgba(91, 141, 239, .4); color: #2d4f9f; background: #f3f7ff; }
.ed-mega-entity--purple { border-color: rgba(183, 148, 246, .4); color: #5b3d9f; background: #f8f5ff; }
.ed-mega-entity--orange, .ed-mega-entity--orange2 { border-color: rgba(255, 159, 67, .45); color: #9f5a12; background: #fff8f0; }
.ed-mega-entity--mint { border-color: rgba(45, 212, 191, .4); color: #0f766e; background: #f0fdfa; }
.ed-mega-entity--amber { border-color: rgba(245, 197, 66, .5); color: #7c5e00; background: #fffbeb; }
.ed-mega-entity--lavender, .ed-mega-entity--violet { border-color: rgba(167, 139, 250, .4); color: #5b21b6; background: #f5f3ff; }
.ed-mega-entity--rose { border-color: rgba(244, 63, 94, .35); color: #9f1239; background: #fff1f2; }
.ed-mega-entity--forest { border-color: rgba(23, 74, 53, .35); color: #174a35; background: #eef6f0; }
.ed-mega-entity--cyan, .ed-mega-entity--aqua { border-color: rgba(34, 211, 238, .4); color: #0e7490; background: #ecfeff; }
.ed-mega-entity--indigo { border-color: rgba(99, 102, 241, .4); color: #3730a3; background: #eef2ff; }
.ed-mega-entity__all { display: inline-block; margin: 4px 0 10px; font-size: 13px; font-weight: 800; color: #174a35; text-decoration: none; }
.ed-mega-entity__all:hover { text-decoration: underline; }
.ed-mega-col--entities .ed-mega-feats { margin-top: 10px; }
.ed-mega-feats { display: grid; gap: 12px; margin-top: 8px; }
.ed-mega-feat { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 12px; align-items: center; padding: 8px; border-radius: 12px; }
.ed-mega-feat:hover { background: #f5f7f6; }
.ed-mega-feat__img { width: 56px; height: 56px; border-radius: 10px; overflow: hidden; background: #eef6f0; }
.ed-mega-feat__img img { width: 100%; height: 100%; object-fit: cover; }
.ed-mega-feat__body b { display: block; font-size: 14.5px; font-weight: 900; color: #1a1f1c; line-height: 1.3; }
.ed-mega-feat__body small { display: block; margin-top: 2px; font-size: 12.5px; font-weight: 600; color: #5b6560; }
.ed-mega-foot { border-top: 1px solid var(--ed-line, #e6ebe8); background: #faf8f3; padding: 14px 28px; }
.ed-mega-foot a { font-size: 14.5px; font-weight: 900; color: #00875a; }
.ed-mega-foot a:hover { text-decoration: underline; }
.ed-mega-trigger:hover, .ed-mega-open .ed-mega-trigger[aria-expanded="true"] { background: var(--ed-mint); color: var(--ed-forest); }
@media (max-width: 979px) { .ed-mega-drop { display: none !important; } }
@media (min-width: 980px) and (max-width: 1179px) {
  .ed-mega-drop__inner { grid-template-columns: 190px minmax(0, 1fr); }
  .ed-mega-drop__inner--full { grid-template-columns: minmax(0, 1fr); }
  .ed-mega-cols { padding: 20px 20px 10px; gap: 18px; }
  .ed-mega-cols--entities { grid-template-columns: 1fr; }
  .ed-mega-cols--about { grid-template-columns: 1fr; }
  .ed-mega-entity-grid--dense { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ed-mega-strength { padding: 14px 20px 0; }
  .ed-mega-col:first-child .ed-mega-links { grid-template-columns: 1fr; }
}

/* ---------- ONEO-style language pill (GSC i18n) ---------- */
.ed-header__inner,
.ed-nw-top__inner {
  overflow: visible;
}
.ed-header__actions,
.ed-nw-top__actions {
  overflow: visible;
}
.ed-lang-dd {
  flex-shrink: 0;
  margin-left: 2px;
}
.ed-header .ed-lang-dd .gsc-lang-dd__btn,
.ed-nw-top .ed-lang-dd .gsc-lang-dd__btn {
  width: auto;
  height: auto;
  min-height: 40px;
  min-width: 0;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(10, 16, 13, .12);
  background: rgba(10, 16, 13, .04);
  color: var(--ed-ink, #0a100d);
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  transform: none;
}
.ed-header .ed-lang-dd .gsc-lang-dd__btn:hover,
.ed-header .ed-lang-dd.is-open .gsc-lang-dd__btn,
.ed-nw-top .ed-lang-dd .gsc-lang-dd__btn:hover,
.ed-nw-top .ed-lang-dd.is-open .gsc-lang-dd__btn {
  border-color: rgba(10, 16, 13, .2);
  background: rgba(10, 16, 13, .08);
  color: var(--ed-forest, #174a35);
}
.ed-header .ed-lang-dd .gsc-lang-dd__chev,
.ed-nw-top .ed-lang-dd .gsc-lang-dd__chev {
  display: block;
  opacity: .85;
  flex-shrink: 0;
}
.ed-header .ed-lang-dd .gsc-lang-dd__label,
.ed-nw-top .ed-lang-dd .gsc-lang-dd__label {
  max-width: 9.5em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ed-header .ed-lang-dd .gsc-lang-dd__name,
.ed-nw-top .ed-lang-dd .gsc-lang-dd__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ed-header .ed-lang-dd .gsc-lang-dd__btn .gsc-lang-dd__flag,
.ed-nw-top .ed-lang-dd .gsc-lang-dd__btn .gsc-lang-dd__flag {
  display: none !important;
}
.ed-header__actions .ed-app-dl-ico,
.ed-nw-top__actions .ed-app-dl-ico {
  display: none !important;
}
.ed-lang-dd .gsc-lang-dd__panel {
  right: 0;
  min-width: 280px;
  border-radius: 18px;
  padding: 12px 0;
  box-shadow: 0 18px 48px rgba(10, 16, 13, .14);
}
.ed-lang-dd .gsc-lang-dd__panel a {
  font-size: 15px;
  font-weight: 600;
  padding: 12px 18px;
  gap: 12px;
}
.ed-lang-dd .gsc-lang-dd__panel .gsc-lang-dd__flag {
  font-size: 20px;
}
.ed-drawer__lang {
  display: none;
  position: relative;
  z-index: 40;
  margin-top: auto;
  padding: 10px 0 calc(12px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(10, 16, 13, .08);
  flex-shrink: 0;
  overflow: visible;
}
.ed-drawer__chat {
  display: none;
  flex-shrink: 0;
  padding: 0 0 calc(8px + env(safe-area-inset-bottom, 0px));
}
.ed-drawer.is-open .ed-drawer__chat,
.ed-nw-drawer.is-open .ed-drawer__chat {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.ed-drawer:has(.ed-drawer__chat) .ed-drawer__lang {
  padding-bottom: 6px;
}
.ed-drawer__chat-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 6px 8px;
  border-radius: 12px;
  text-decoration: none;
  color: #122018;
  background: #f4f7f5;
}
.ed-drawer__chat-ico {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.ed-drawer__chat-ico svg {
  width: 36px;
  height: 36px;
  display: block;
}
.ed-drawer__chat-copy {
  flex: 1;
  min-width: 0;
}
.ed-drawer__chat-copy strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
}
.ed-drawer__chat-copy em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #5b6d63;
}
.ed-drawer__chat-chev {
  color: #9aa8a0;
  font-size: 22px;
  line-height: 1;
}
.ed-drawer__lang .gsc-lang-dd {
  display: block;
  width: 100%;
  position: relative;
  z-index: 30;
}
.ed-drawer__lang .gsc-lang-dd.is-open {
  z-index: 60;
}
.ed-drawer:has(.gsc-lang-dd.is-open) .ed-drawer__scroll,
.ed-nw-drawer:has(.gsc-lang-dd.is-open) .ed-drawer__scroll,
.ed-drawer:has(.gsc-lang-dd.is-open) .ed-mob-unified-nav,
.ed-nw-drawer:has(.gsc-lang-dd.is-open) .ed-mob-unified-nav {
  pointer-events: none;
}
.ed-drawer:has(.gsc-lang-dd.is-open) .ed-drawer__lang,
.ed-nw-drawer:has(.gsc-lang-dd.is-open) .ed-drawer__lang,
.ed-drawer:has(.gsc-lang-dd.is-open) .ed-drawer__lang *,
.ed-nw-drawer:has(.gsc-lang-dd.is-open) .ed-drawer__lang * {
  pointer-events: auto;
}
.ed-drawer__lang .gsc-lang-dd__btn {
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  min-height: 48px;
  padding: 12px 10px;
  border-radius: 12px;
  border: 0;
  background: transparent;
  color: #0a100d !important;
  font-size: 1.06rem;
  font-weight: 800;
  box-shadow: none;
}
.ed-drawer__lang .gsc-lang-dd__btn:hover,
.ed-drawer__lang .gsc-lang-dd.is-open .gsc-lang-dd__btn {
  border: 0;
  background: #f4f6f5 !important;
  color: #0a100d !important;
}
.ed-drawer__lang .gsc-lang-dd__label,
.ed-drawer__lang .gsc-lang-dd__name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0a100d !important;
  font-weight: 800;
  font-size: 1.06rem;
}
.ed-drawer__lang .gsc-lang-dd__chev {
  color: #64748b !important;
  opacity: 1 !important;
  flex-shrink: 0;
}
.ed-drawer__lang .gsc-lang-dd__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ed-drawer__lang .gsc-lang-dd__flag {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}
.ed-drawer__lang .gsc-lang-dd__panel .gsc-lang-dd__flag {
  font-size: 20px;
}
.ed-drawer__lang .gsc-lang-dd__panel a {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* 侧栏语言在底部：列表向上弹出，避免被屏幕底边裁切 */
.ed-drawer__lang .gsc-lang-dd__panel {
  left: 0;
  right: 0;
  width: 100%;
  top: auto !important;
  bottom: calc(100% + 8px);
  max-height: min(52vh, 420px);
  overflow: auto;
  z-index: 500;
}
@media (max-width: 979px) {
  html.ed-drawer-open,
  body.ed-drawer-open {
    overflow: hidden !important;
    height: 100%;
    overscroll-behavior: none;
    touch-action: none;
  }
  .ed-header .ed-lang-dd,
  .ed-nw-top .ed-lang-dd {
    display: none;
  }
  .ed-drawer__lang {
    display: block;
  }
  .ed-drawer__chat {
    display: block;
  }

  /* 侧栏：顶底安全区累加；高度用 svh，真机底栏语言完整可见 */
  .ed-drawer,
  .ed-nw-drawer {
    padding:
      max(16px, env(safe-area-inset-top, 0px))
      18px
      calc(20px + env(safe-area-inset-bottom, 0px));
    gap: 14px;
    height: auto;
    max-height: none;
    height: 100vh;
    max-height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    height: 100svh;
    max-height: 100svh;
    overflow: hidden;
    overscroll-behavior: none;
    box-sizing: border-box;
  }
  .ed-drawer__scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }
  .ed-drawer__close,
  .ed-nw-drawer__close {
    position: absolute;
    top: max(16px, env(safe-area-inset-top, 0px));
    right: 18px;
    margin: 0;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ed-ink, #0a100d);
  }
  .ed-drawer__brand,
  .ed-drawer > strong:not([data-ed-drawer-close]),
  .ed-nw-drawer__title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 48px 0 0;
    padding: 10px 0 6px;
    font-size: 1.2rem;
    line-height: 1.35;
  }
  .ed-drawer__brand-mark {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 10px rgba(18, 61, 44, .1);
  }
  .ed-drawer__brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
  }
  .ed-drawer__brand-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.15;
    gap: 2px;
  }
  .ed-drawer__brand-name {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: none;
    color: var(--ed-ink, #0a100d);
  }
  .ed-drawer__brand-tag {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.25;
    color: #3d5248;
    letter-spacing: -.01em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: anywhere;
    max-width: 14em;
  }
  .ed-drawer__lang {
    display: block !important;
    /* 抽屉本身已含 safe-area；聊天入口在语言下方，底部留白交给 chat */
    padding: 8px 0 6px;
    margin-bottom: 0;
    min-height: 56px;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .ed-drawer__chat {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 0 10px;
  }
  .ed-drawer__lang .gsc-lang-dd,
  .ed-drawer__lang .gsc-lang-dd__btn {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .ed-drawer__lang .gsc-lang-dd__btn {
    min-height: 48px;
    padding: 12px 10px;
    width: 100%;
    color: #0a100d !important;
  }
  .ed-drawer__lang .gsc-lang-dd__label,
  .ed-drawer__lang .gsc-lang-dd__name {
    display: inline-flex !important;
    color: #0a100d !important;
  }
  .ed-drawer nav,
  .ed-mob-unified-nav {
    margin-top: 4px !important;
  }
  .ed-mob-unified-nav {
    gap: 6px;
  }
  .ed-mob-item__row {
    min-height: 48px;
    padding: 12px 12px;
  }
}

/* Mobile drawer — unified accordion (L1 toggle only, L2 links navigate) */
@media (max-width: 979px) {
  .ed-mob-unified-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 4px;
  }
  .ed-mob-item {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .ed-mob-item__row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 12px 10px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    font-family: inherit;
    font-size: 1.06rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--ed-ink, #0a100d);
    text-align: left;
    cursor: pointer;
  }
  .ed-mob-item__row:hover,
  .ed-mob-item.is-open .ed-mob-item__row {
    background: #f4f6f5;
  }
  .ed-mob-item__label {
    flex: 1;
    min-width: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .ed-mob-item__caret {
    flex: 0 0 20px;
    display: inline-grid;
    place-items: center;
    color: #64748b;
  }
  .ed-mob-item__caret svg {
    width: 18px;
    height: 18px;
    transition: transform .2s ease;
  }
  .ed-mob-item.is-open .ed-mob-item__caret svg {
    transform: rotate(180deg);
  }
  .ed-mob-item.is-open .ed-mob-item__row {
    background: #f4f6f5;
  }
  .ed-mob-item__sub {
    padding: 2px 0 6px 0;
  }
  .ed-mob-item__sub[hidden] {
    display: none !important;
  }
  .ed-mob-sub {
    margin: 0 0 4px 36px;
    padding: 0 8px 4px 0;
  }
  .ed-mob-sub__group--sep {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(10, 16, 13, .06);
  }
  .ed-mob-sub__head {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    color: #64748b;
  }
  .ed-mob-sub__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .ed-mob-sub__link {
    display: block;
    padding: 9px 8px;
    border-radius: 8px;
    text-decoration: none;
    color: #334155;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }
  .ed-mob-sub__link:hover,
  .ed-mob-sub__link:focus-visible {
    background: rgba(10, 16, 13, .04);
    color: #0a100d;
    outline: none;
  }
  .ed-mob-sub__foot {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #174a35;
    text-decoration: none;
  }
  .ed-mob-sub__foot:hover {
    text-decoration: underline;
  }
  .ed-mob-sub--about {
    max-height: min(62vh, 520px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 4px;
  }
  .ed-mob-sub--eco {
    max-height: min(72vh, 680px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 6px 2px 10px 4px;
    padding: 0 2px 6px;
  }
  .ed-mob-eco {
    margin: 0;
    padding: 14px 12px 12px;
    border-radius: 16px;
    border: 1px solid #e8edf3;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  }
  .ed-mob-eco--gold {
    border-color: #f0e4c8;
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 55%);
  }
  .ed-mob-eco--pink {
    border-color: #f3e0ea;
    background: linear-gradient(180deg, #fff8fb 0%, #ffffff 55%);
  }
  .ed-mob-eco--sky {
    border-color: #dceaf5;
    background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 55%);
  }
  .ed-mob-eco--entity {
    border-color: #ebe3d2;
    background: linear-gradient(180deg, #fffbf3 0%, #ffffff 55%);
  }
  .ed-mob-eco__label {
    position: relative;
    margin: 0 0 6px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.35;
    color: #1e293b;
  }
  .ed-mob-eco__label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2em;
    bottom: 0.2em;
    width: 3px;
    border-radius: 999px;
    background: #cbd5e1;
  }
  .ed-mob-eco--gold .ed-mob-eco__label {
    color: #92400e;
  }
  .ed-mob-eco--gold .ed-mob-eco__label::before {
    background: linear-gradient(180deg, #f59e0b, #d97706);
  }
  .ed-mob-eco--pink .ed-mob-eco__label {
    color: #9d174d;
  }
  .ed-mob-eco--pink .ed-mob-eco__label::before {
    background: linear-gradient(180deg, #f472b6, #db2777);
  }
  .ed-mob-eco--sky .ed-mob-eco__label {
    color: #0c4a6e;
  }
  .ed-mob-eco--sky .ed-mob-eco__label::before {
    background: linear-gradient(180deg, #38bdf8, #0284c7);
  }
  .ed-mob-eco--entity .ed-mob-eco__label {
    color: #78350f;
  }
  .ed-mob-eco--entity .ed-mob-eco__label::before {
    background: linear-gradient(180deg, #fbbf24, #b45309);
  }
  .ed-mob-eco__desc {
    margin: 0 0 12px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #64748b;
  }
  .ed-mob-eco__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .ed-mob-eco__chip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 9px 8px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #334155;
    font-size: 12.5px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  }
  .ed-mob-eco__chip:active {
    transform: scale(0.98);
  }
  .ed-mob-eco__chip--gold,
  .ed-mob-eco__chip--amber {
    border-color: #f0d78c;
    background: #fffbeb;
    color: #92400e;
  }
  .ed-mob-eco__chip--green,
  .ed-mob-eco__chip--forest,
  .ed-mob-eco__chip--mint {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
  }
  .ed-mob-eco__chip--teal,
  .ed-mob-eco__chip--cyan,
  .ed-mob-eco__chip--aqua {
    border-color: #99f6e4;
    background: #f0fdfa;
    color: #0f766e;
  }
  .ed-mob-eco__chip--blue,
  .ed-mob-eco__chip--sky,
  .ed-mob-eco__chip--indigo {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
  }
  .ed-mob-eco__chip--pink,
  .ed-mob-eco__chip--rose,
  .ed-mob-eco__chip--lavender {
    border-color: #fbcfe8;
    background: #fdf2f8;
    color: #9d174d;
  }
  .ed-mob-eco__chip--purple,
  .ed-mob-eco__chip--violet {
    border-color: #ddd6fe;
    background: #f5f3ff;
    color: #6d28d9;
  }
  .ed-mob-eco__chip--red,
  .ed-mob-eco__chip--orange,
  .ed-mob-eco__chip--orange2 {
    border-color: #fecaca;
    background: #fef2f2;
    color: #b91c1c;
  }
  .ed-mob-eco__more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #f0d78c;
    background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
    color: #92400e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-decoration: none;
  }
  .ed-mob-eco--pink .ed-mob-eco__more {
    border-color: #f9a8d4;
    background: linear-gradient(180deg, #fdf2f8 0%, #fce7f3 100%);
    color: #9d174d;
  }
  .ed-mob-eco--sky .ed-mob-eco__more {
    border-color: #7dd3fc;
    background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
    color: #0369a1;
  }
  .ed-mob-eco--entity .ed-mob-eco__more {
    border-color: #f0d78c;
    background: linear-gradient(180deg, #fffbeb 0%, #fde68a 100%);
    color: #78350f;
  }
  .ed-mob-sub__lead,
  .ed-mob-sub__desc {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.45;
    color: #94a3b8;
  }
  .ed-mob-sub__subhead {
    margin: 10px 0 4px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
  }
  .ed-mob-sub__badge {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 6px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    color: #92400e;
    background: #fef3c7;
    vertical-align: middle;
  }
  .ed-mob-sub__list--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 4px;
  }
  .ed-mob-sub__list--grid .ed-mob-sub__link {
    font-size: 13px;
    padding: 8px 6px;
  }
  .ed-mob-flat {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 12px 10px;
    min-height: 48px;
    border-radius: 12px;
    font-family: inherit;
    font-size: 1.06rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--ed-ink, #0a100d);
  }
  .ed-mob-flat .ed-drawer__ico,
  .ed-mob-flat .ed-nw-drawer__ico {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
  }
  .ed-mob-flat .ed-mob-item__label {
    flex: 1 1 auto;
    min-width: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
  }
  .ed-mob-flat:hover { background: #f4f6f5; }
}

/* ========== 手机端防右侧出圈（全站） ========== */
@media (max-width: 979px) {
  html, body {
    overflow-x: clip;
    max-width: 100%;
  }
  .ed-hero__copy {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    min-width: 0;
    max-width: 100%;
  }
  .ed-hero__stage,
  .ed-hero__copy,
  .ed-ask,
  .ed-ask__row,
  .ed-sheet,
  .ed-sheet__panel,
  .ed-section__inner,
  .ed-wrap,
  .ed-header__inner {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .ed-ask {
    width: 100%;
  }
  .ed-ask-hints {
    max-width: 100%;
  }
  .ed-ask__row input {
    min-width: 0;
    flex: 1 1 auto;
  }
  .ed-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ed-cats > *,
  .ed-news__grid > *,
  .ed-guides__grid > *,
  .ed-story__grid > *,
  .ed-resources__grid > * {
    min-width: 0;
    max-width: 100%;
  }
  img, svg, video, canvas, iframe {
    max-width: 100%;
  }
  .ed-art-layout,
  .ed-art-panel,
  .ed-art-side,
  .ed-art-wrap {
    min-width: 0;
    max-width: 100%;
  }
}

/* RTL (ar-SA) homepage basics — 勿再 row-reverse 顶栏，direction:rtl 已镜像，双重翻转会叠字 */
html[dir="rtl"] body{direction:rtl}
html[dir="rtl"] .ed-trust__panel{direction:rtl}
html[dir="rtl"] .ed-brand-home__head,
html[dir="rtl"] .ed-brand-hq-card,
html[dir="rtl"] .ed-brand-service__body{text-align:right}
html[dir="rtl"] .ed-header .ed-brand,
html[dir="rtl"] .ed-header .ed-brand__text{min-width:0;max-width:min(42vw,280px)}
html[dir="rtl"] .ed-brand__name,
html[dir="rtl"] .ed-nw-brand__name{direction:ltr;unicode-bidi:isolate}
html[dir="rtl"] .ed-brand__tag,
html[dir="rtl"] .ed-nw-brand__tag{
  max-width:100%;
  font-size:9px!important;
  direction:rtl;
  unicode-bidi:isolate;
  text-align:start;
  word-break:keep-all;
  overflow-wrap:normal
}
html[dir="rtl"] .ed-bank-chip,
html[dir="rtl"] .ed-nw-chip,
html[dir="rtl"] [data-ed-bank-term],
html[dir="rtl"] [data-ed-bank-filter]{unicode-bidi:plaintext}
