/* EasyDecide credit cards — NerdWallet layout parity */
.ed-nw {
  --nw-green: #00875a;
  --nw-green-deep: #066b47;
  --nw-green-soft: #e7f4eb;
  --nw-ink: #1a1f1c;
  --nw-mute: #5b6560;
  --nw-line: #e6ebe8;
  --nw-bg: #f5f7f6;
  --nw-font: "Noto Sans SC", "Plus Jakarta Sans", system-ui, sans-serif;
  margin: 0;
  font-family: var(--nw-font);
  color: var(--nw-ink);
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.ed-nw * { box-sizing: border-box; }
.ed-nw a { color: inherit; text-decoration: none; }
.ed-nw img { max-width: 100%; display: block; }

.ed-nw-top {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 64px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--nw-line);
  backdrop-filter: blur(12px);
  overflow: visible;
}
.ed-nw-top__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-nw-top__inner {
    max-width: none;
    width: 100%;
    padding-left: clamp(24px, 4vw, 80px);
    padding-right: clamp(24px, 4vw, 80px);
  }
}
.ed-nw-menu {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(10, 16, 13, .1);
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--nw-ink);
  border-radius: 999px;
  flex-shrink: 0;
}
.ed-nw-menu:hover { background: #f3f5f4; }
.ed-nw-menu.is-open {
  background: #eef6f1;
  border-color: rgba(23, 74, 53, .22);
}
.ed-nw-back {
  display: none;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--nw-ink);
  border-radius: 999px;
  flex-shrink: 0;
}
.ed-nw-back:hover { background: #f3f5f4; }
.ed-nw-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  min-width: 0;
  flex: 0 0 auto;
  margin-right: auto;
}
.ed-nw-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
  gap: 1px;
  min-width: 0;
}
.ed-nw-brand__name {
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #0a100d;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ed-nw-brand__tag {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 10px;
  font-weight: 700;
  color: #3d5248;
  letter-spacing: -.01em;
  line-height: 1.25;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
}
.ed-nw-brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 3px 10px rgba(18, 61, 44, .1);
  flex-shrink: 0;
}
.ed-nw-top__spacer { display: none; }
.ed-nw-top__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex: 0 0 auto;
}
.ed-nw-iconbtn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(10, 16, 13, .14);
  border-radius: 999px;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #0a100d;
  flex-shrink: 0;
}
.ed-nw-iconbtn svg { width: 18px; height: 18px; }
.ed-nw-iconbtn:hover { background: #f3f5f4; }
.ed-nw-iconbtn--desk { display: none; }
.ed-nw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15.3px;
  border: 1px solid transparent;
  white-space: nowrap;
}
.ed-nw-btn--ghost {
  display: none;
  border-color: rgba(23, 74, 53, .28);
  color: #174a35;
  background: #fff;
}
.ed-nw-btn--solid {
  border: 0;
  background: #174a35;
  color: #fff;
}
.ed-nw-top__actions .ed-nw-btn--account,
.ed-nw-top__actions .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;
}
.ed-nw-top__actions .ed-nw-btn--account .ed-account-ico {
  display: inline-grid !important;
  place-items: center;
}
.ed-nw-top__actions .ed-nw-btn--account .ed-account-ico svg {
  width: 22px;
  height: 22px;
}
.ed-nw-top__actions .ed-nw-btn--account .ed-account-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
@media (max-width: 979px) {
  .ed-nw-top__actions .ed-nw-btn--account,
  .ed-nw-top__actions .ed-nw-btn--account-avatar {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    background: transparent !important;
    border-color: transparent !important;
  }
  .ed-nw-top__actions .ed-nw-btn--account .ed-account-ico svg {
    width: 28px;
    height: 28px;
  }
}
.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-nw-btn--assess:hover { filter: brightness(1.05); }
.ed-nw-btn--invite {
  background: linear-gradient(135deg, #f5c542, #e8a317);
  color: #000;
  border: 0;
  font-weight: 900;
}
.ed-nw-btn--invite:hover { filter: brightness(1.05); }
.ed-nw-btn--app {
  background: var(--ed-lime, #c6f04a);
  color: var(--ed-deep, #0a100d);
  border: 0;
}
.ed-nw-btn--app:hover {
  filter: brightness(1.03);
  box-shadow: 0 4px 14px rgba(198, 240, 74, .35);
}
.ed-nw-top__actions > .ed-nw-iconbtn { display: none !important; }
@media (max-width: 979px) {
  .ed-nw-top__actions .ed-nw-btn--invite,
  .ed-nw-top__actions [data-ed-yiqq-invite],
  .ed-nw-top__actions [data-ed-app-dl],
  .ed-nw-top__actions .ed-nw-btn--app {
    display: none !important;
  }
  .ed-nw-top__actions .ed-nw-btn--ghost { display: none; }
}
/* 覆盖 .ed-nw a { color: inherit }，实心钮白字 / 幽灵钮深绿字 */
.ed-nw a.ed-nw-btn--solid,
.ed-nw a.ed-ab-btn--solid,
.ed-nw a.ed-art-btn--solid,
.ed-nw a.ed-au-btn--solid,
.ed-nw a.ed-cs-modal__btn--solid,
.ed-nw a.ed-cash__cta,
.ed-nw a.ed-nw-find__btn {
  color: #fff !important;
}
.ed-nw a.ed-nw-btn--ghost,
.ed-nw a.ed-ab-btn--ghost {
  color: #174a35 !important;
}
.ed-nw a.ed-nw-btn--app {
  color: #0a100d !important;
}
.ed-nw a.ed-nw-btn--invite {
  color: #000 !important;
  font-weight: 900 !important;
}

/* Icon category rail — matches NW */
.ed-nw-cats {
  background: #f7f9f8;
  border-bottom: 1px solid var(--nw-line);
}
.ed-nw-cats__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 8px 0;
  display: flex;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.ed-nw-cat {
  flex: 0 0 auto;
  min-width: 88px;
  padding: 8px 10px 12px;
  text-align: center;
  color: var(--nw-ink);
  border-bottom: 3px solid transparent;
  font-size: .78rem;
  font-weight: 800;
}
.ed-nw-cat__ico {
  width: 40px;
  height: 40px;
  margin: 0 auto 6px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--nw-line);
  display: grid;
  place-items: center;
}
.ed-nw-cat__ico svg { width: 22px; height: 22px; }
.ed-nw-cat.is-on {
  border-bottom-color: var(--nw-green);
  color: var(--nw-green-deep);
}
.ed-nw-cats--bank .ed-nw-cats__inner--bank {
  justify-content: flex-start;
  gap: 4px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 960px) {
  .ed-nw-cats--bank .ed-nw-cats__inner--bank {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 4px;
  }
  .ed-nw-cats--bank .ed-nw-cats__inner--bank .ed-nw-cat {
    flex: 0 0 auto;
    min-width: 76px;
    max-width: 108px;
    font-size: .72rem;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.ed-nw-cat.is-on .ed-nw-cat__ico {
  border-color: rgba(10, 122, 67, .35);
  background: var(--nw-green-soft);
}

/* Green hero */
.ed-nw-hero {
  background: linear-gradient(180deg, #0b6b3c 0%, #085c34 100%);
  color: #fff;
}
.ed-nw-hero__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 16px 28px;
}
.ed-nw-hero__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  font-size: .78rem;
  font-weight: 700;
  opacity: .95;
}
.ed-nw-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.ed-nw-crumb a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.ed-nw-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #fff;
}
.ed-nw-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-bottom: 14px;
  font-size: .86rem;
  font-weight: 700;
}
.ed-nw-avatars {
  display: flex;
}
a.ed-nw-avatars {
  text-decoration: none;
}
a.ed-nw-avatars:hover span {
  transform: translateY(-1px);
}
.ed-nw-avatars span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -8px;
  background: #cfe8d8;
  display: grid;
  place-items: center;
  font-size: .65rem;
  font-weight: 900;
  color: var(--nw-green-deep);
  transition: transform .15s ease;
}
.ed-nw-avatars span:first-child { margin-left: 0; }
.ed-nw-author {
  color: #f5d76e;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 800;
}
.ed-nw-author:hover { color: #fff; }
.ed-nw-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ed-nw-badges span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .03em;
}
.ed-nw-hero__lead {
  margin: 14px 0 0;
  max-width: 52rem;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.55;
  color: rgba(255,255,255,.95);
}
.ed-nw-hero__lead b,
.ed-rv-hub-hero .ed-nw-hero__lead b {
  color: #f5d76e;
}
.ed-nw-hero__lead button,
.ed-nw-more {
  border: 0;
  background: transparent;
  color: #f5d76e;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ed-nw-hero__extra[hidden] { display: none !important; }


/* Listing */
.ed-nw-main {
  background: var(--nw-bg);
  padding: 20px 0 48px;
}
.ed-nw-main__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  gap: 16px;
}

/* ========== Product offer card (NerdWallet CN parity) ========== */
.ed-nw-offer {
  background: #fff;
  border: 1px solid #dce3df;
  border-radius: 8px;
  overflow: hidden;
}
.ed-nw-ribbon {
  display: inline-flex;
  align-items: stretch;
  max-width: 100%;
  margin: 16px 16px 0;
  border-radius: 2px;
  overflow: hidden;
  background: #e7f4eb;
}
.ed-nw-ribbon__mark {
  flex: 0 0 34px;
  background: #00875a;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1rem;
  font-family: Georgia, "Times New Roman", serif;
}
.ed-nw-ribbon__text {
  padding: 8px 12px;
  font-size: .8rem;
  font-weight: 800;
  color: #0b5c3a;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.ed-nw-offer__body { padding: 14px 16px 0; }

.ed-nw-offer__grid {
  display: grid;
  gap: 16px;
  align-items: start;
}
@media (min-width: 720px) {
  .ed-nw-offer__grid {
    grid-template-columns: 168px minmax(0, 1fr) 168px;
    gap: 18px;
    align-items: start;
  }
}
.ed-nw-offer__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.ed-nw-offer__left .ed-nw-compare {
  margin: 0;
}

.ed-nw-offer__art img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(10, 30, 20, .14);
}

.ed-nw-offer__mid { min-width: 0; }
.ed-nw-offer__title {
  margin: 0 0 8px;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.25;
  color: #111;
}
.ed-nw-stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
  font-size: .95rem;
  font-weight: 700;
  color: #111;
}
.ed-nw-stars__glyphs {
  color: #00875a;
  letter-spacing: .04em;
  font-size: 1.05rem;
}
.ed-nw-stars b { font-weight: 900; }
.ed-nw-info {
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #9aa59f;
  color: #6a7570;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
}
.ed-nw-compare {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .92rem;
  font-weight: 700;
  color: #222;
  cursor: pointer;
  user-select: none;
}
.ed-nw-compare input {
  width: 16px;
  height: 16px;
  accent-color: #00875a;
}

.ed-nw-cta {
  display: grid;
  gap: 6px;
  justify-items: center;
  padding-top: 2px;
}
.ed-nw-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 4px;
  background: #00875a;
  color: #fff !important;
  font-weight: 800;
  font-size: .95rem;
}
.ed-nw-apply:hover { background: #066b47; }
.ed-nw-apply svg { width: 15px; height: 15px; flex: 0 0 auto; }
.ed-nw-cta__sub {
  margin: 0;
  text-align: center;
  font-size: .8rem;
  font-weight: 600;
  color: #66716c;
}
.ed-nw-rateslink {
  text-align: center;
  font-size: .88rem;
  font-weight: 700;
  color: #1a73e8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Stats: 3-col then 2-col like NW */
.ed-nw-stats {
  margin-top: 16px;
  border-top: 1px solid #e4ebe7;
}
.ed-nw-stats__row {
  display: grid;
  gap: 0;
}
.ed-nw-stats__row--3 {
  grid-template-columns: 1fr;
}
.ed-nw-stats__row--2 {
  grid-template-columns: 1fr;
  border-top: 1px solid #e4ebe7;
}
@media (min-width: 640px) {
  .ed-nw-stats__row--3 { grid-template-columns: repeat(3, 1fr); }
  .ed-nw-stats__row--2 { grid-template-columns: 1.15fr 1fr; }
}
.ed-nw-stat {
  padding: 14px 12px 14px 0;
}
@media (min-width: 640px) {
  .ed-nw-stats__row--3 .ed-nw-stat:not(:last-child),
  .ed-nw-stats__row--2 .ed-nw-stat:not(:last-child) {
    border-right: 1px solid #e4ebe7;
    padding-right: 16px;
    margin-right: 16px;
  }
}
.ed-nw-stat__label {
  display: block;
  margin-bottom: 6px;
  font-size: .84rem;
  font-weight: 700;
  color: #4d5853;
}
.ed-nw-stat__value {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
  font-size: 1.05rem;
  font-weight: 900;
  color: #111;
  line-height: 1.3;
}
.ed-nw-stat__unit {
  display: block;
  margin-top: 2px;
  font-size: .9rem;
  font-weight: 700;
  color: #111;
}
.ed-nw-stat__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  color: #1a73e8;
  font-size: .88rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ed-nw-accs { margin-top: 4px; }
.ed-nw-acc {
  border-top: 1px solid #e4ebe7;
}
.ed-nw-acc > summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 12px 14px 8px;
  margin: 0 -4px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: .95rem;
  color: #111;
  border-radius: 6px;
}
.ed-nw-acc > summary::-webkit-details-marker { display: none; }
.ed-nw-acc[open] > summary {
  background: #eef5ff;
  border: 1px solid #cfe0f5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
.ed-nw-acc[open] {
  border-top-color: transparent;
}
.ed-nw-acc[open] + .ed-nw-acc,
.ed-nw-accs .ed-nw-acc[open] {
  border-color: #cfe0f5;
}
.ed-nw-acc[open] > .ed-nw-acc__body {
  border: 1px solid #cfe0f5;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  padding: 4px 14px 16px;
  background: #fff;
}
.ed-nw-proscons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px 28px;
  margin: 8px 0 12px;
}
@media (min-width: 640px) {
  .ed-nw-proscons { grid-template-columns: 1fr 1fr; }
}
.ed-nw-proscons__col h4 {
  margin: 0 0 10px;
  font-size: .95rem;
  font-weight: 800;
  color: #111;
}
.ed-nw-pros,
.ed-nw-cons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ed-nw-pros li,
.ed-nw-cons li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 28px;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1a221f;
}
.ed-nw-pros li::before,
.ed-nw-cons li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
.ed-nw-pros li::before {
  background-color: #1f9d57;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 2v8M2 6h8' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.ed-nw-cons li::before {
  background-color: #e34850;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6h8' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.ed-nw-take-link { margin: 4px 0 0; }
.ed-nw-acc__ico {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: #3d4742;
}
.ed-nw-acc__ico svg { width: 100%; height: 100%; display: block; }
.ed-nw-acc__label { flex: 1; }
.ed-nw-acc > summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #68726d;
  border-bottom: 2px solid #68726d;
  transform: rotate(45deg);
  transition: transform .2s ease;
  margin-right: 4px;
}
.ed-nw-acc[open] > summary::after {
  transform: rotate(225deg);
  margin-top: 4px;
}
.ed-nw-acc__body {
  padding: 0 0 16px;
}
.ed-nw-acc__body ul {
  margin: 0;
  padding-left: 1.15em;
}
.ed-nw-acc__body li {
  margin: 0 0 8px;
  font-weight: 700;
  line-height: 1.45;
  color: #1a221f;
}
.ed-nw-acc__body b { color: #066b47; margin-right: 4px; }
.ed-nw-acc__body p {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.55;
  color: #1a221f;
}

.ed-nw-ratesbox {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f7faf8;
  border: 1px solid #e4ebe7;
  font-size: .88rem;
}
.ed-nw-ratesbox h4 { margin: 0 0 8px; font-size: .95rem; }
.ed-nw-ratesbox dl {
  margin: 0;
  display: grid;
  gap: 8px;
}
@media (min-width: 560px) {
  .ed-nw-ratesbox dl { grid-template-columns: 1fr 1fr; }
}
.ed-nw-ratesbox dt { font-size: .72rem; color: #66716c; font-weight: 800; }
.ed-nw-ratesbox dd { margin: 2px 0 0; font-weight: 900; }

.ed-nw-foot {
  padding: 28px 16px 40px;
  background: #fff;
  border-top: 1px solid var(--nw-line);
  font-size: .82rem;
  font-weight: 700;
  color: var(--nw-mute);
  line-height: 1.55;
}
.ed-nw-foot__inner { max-width: 1120px; margin: 0 auto; }

.ed-nw-drawer-bg {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 60;
}
.ed-nw-drawer-bg.is-open { opacity: 1; pointer-events: auto; }
.ed-nw-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(320px, 88vw);
  background: #fff;
  z-index: 70;
  transform: translateX(-105%);
  transition: transform .25s ease;
  padding: 18px 16px 24px;
  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;
  display: flex;
  flex-direction: column;
  gap: 8px;
  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-nw-drawer.is-open { transform: translateX(0); }
@media (max-width: 979px) {
  html.ed-drawer-open,
  body.ed-drawer-open {
    overflow: hidden !important;
    height: 100%;
    overscroll-behavior: none;
    touch-action: none;
  }
}
.ed-nw-drawer__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  margin: 4px 0 8px;
}
.ed-nw-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ed-nw-drawer__nav--sub {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--nw-line);
}
.ed-nw-drawer__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 10px;
  border-radius: 12px;
  font-weight: 700;
  color: var(--nw-ink);
  text-decoration: none;
}
.ed-nw-drawer__link:hover { background: #ecfdf5; }
.ed-nw-drawer__link.is-on {
  background: #ecfdf5;
  color: #085c34;
}
.ed-nw-drawer__ico {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
}
.ed-nw-drawer__ico svg { width: 100%; height: 100%; }
.ed-nw-drawer__ico--title {
  width: 32px;
  height: 32px;
}
.ed-nw-drawer__nav:not(.ed-nw-drawer__nav--sub) .ed-nw-drawer__ico {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #f7f9f8;
  border: 1px solid var(--nw-line);
}
.ed-nw-drawer__nav:not(.ed-nw-drawer__nav--sub) .ed-nw-drawer__ico svg {
  width: 20px;
  height: 20px;
}
.ed-nw-drawer__close {
  align-self: flex-end;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f3f6f4;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 4px;
}


/* Premium polish v27 — closer to NW CN listing cards */
.ed-nw { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.ed-nw-offer {
  border: 1px solid #d5ddd8;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(16, 40, 28, .04), 0 10px 28px rgba(16, 40, 28, .07);
}
.ed-nw-ribbon {
  display: inline-flex;
  margin: 16px 20px 0;
  border-radius: 2px;
  overflow: hidden;
  background: #e6f3ec;
  box-shadow: none;
}
.ed-nw-ribbon__mark {
  flex: 0 0 32px;
  background: #00875a;
  font-size: .95rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
.ed-nw-ribbon__text {
  padding: 7px 12px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .005em;
  color: #0a5c38;
  line-height: 1.25;
}
.ed-nw-offer__body { padding: 16px 20px 0; }
@media (min-width: 720px) {
  .ed-nw-offer__grid {
    grid-template-columns: 176px minmax(0, 1fr) 176px;
    gap: 22px;
    align-items: start;
  }
}
.ed-nw-offer__art {
  position: relative;
  width: 100%;
  max-width: 176px;
  margin: 0 auto;
  filter: drop-shadow(0 8px 14px rgba(10, 24, 18, .22));
}
.ed-nw-offer__art img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: none;
  background: transparent;
  image-rendering: -webkit-optimize-contrast;
}
.ed-nw-offer__title {
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  letter-spacing: -.025em;
  margin-bottom: 8px;
  font-weight: 800;
  color: #0f1412;
}
.ed-nw-stars {
  gap: 6px;
  margin-bottom: 12px;
  font-size: .9rem;
  font-weight: 600;
  color: #1a1f1c;
}
.ed-nw-stars__svg {
  display: inline-flex;
  gap: 1px;
  vertical-align: middle;
}
.ed-nw-stars__svg svg { width: 15px; height: 15px; display: block; }
.ed-nw-stars b { font-weight: 800; margin-right: 2px; }
.ed-nw-compare {
  font-size: .88rem;
  font-weight: 600;
  color: #2a332e;
}
.ed-nw-apply {
  min-height: 44px;
  border-radius: 2px;
  letter-spacing: .01em;
  font-size: .92rem;
  font-weight: 700;
  box-shadow: none;
  background: #00875a;
}
.ed-nw-apply:hover { background: #067249; }
.ed-nw-cta__sub { font-size: .76rem; color: #6a756f; font-weight: 500; }
.ed-nw-rateslink { color: #1565c0; font-size: .84rem; font-weight: 600; }
.ed-nw-stats { margin-top: 14px; border-top: 1px solid #e3eae6; }
.ed-nw-stat { padding: 14px 10px 14px 0; }
.ed-nw-stat__label { font-size: .8rem; color: #5c6762; font-weight: 600; margin-bottom: 4px; }
.ed-nw-stat__value { font-size: 1.05rem; font-weight: 800; letter-spacing: -.01em; }
.ed-nw-stat__unit { font-size: .86rem; font-weight: 600; color: #1a1f1c; }
.ed-nw-stat__link { font-size: .84rem; font-weight: 600; color: #1565c0; }
.ed-nw-acc > summary {
  padding: 14px 2px;
  font-size: .92rem;
  font-weight: 700;
}
.ed-nw-acc__ico { opacity: .8; width: 20px; height: 20px; }
.ed-nw-acc__body li,
.ed-nw-acc__body p { font-weight: 600; color: #24302b; }
.ed-nw-main { background: #f0f3f1; }
.ed-nw-main__inner { gap: 16px; max-width: 1040px; }
@media (max-width: 719px) {
  .ed-nw-offer__art { max-width: 240px; }
  .ed-nw-cta { justify-items: stretch; margin-top: 4px; }
}

/* Title / art link on listing */
.ed-nw-offer__title a {
  color: inherit;
  text-decoration: none;
}
.ed-nw-offer__title a:hover {
  color: #0a5c38;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.ed-nw-offer__art {
  display: block;
  text-decoration: none;
  transition: transform .15s ease;
}
a.ed-nw-offer__art:hover {
  transform: translateY(-2px);
}
a.ed-nw-offer__art:focus-visible {
  outline: 2px solid #00875a;
  outline-offset: 4px;
  border-radius: 10px;
}

/* Full review page */
.ed-nw-hero--review {
  background: linear-gradient(180deg, #0b6b3c 0%, #085c34 100%);
}
.ed-nw-hero--review h1 {
  font-size: clamp(1.45rem, 3.4vw, 2.05rem);
  color: #fff;
}
.ed-rv__layout {
  display: grid;
  gap: 20px;
  max-width: 1120px !important;
}
@media (min-width: 980px) {
  .ed-rv__layout {
    grid-template-columns: 200px minmax(0, 1fr);
    align-items: start;
  }
}
.ed-rv-toc {
  position: sticky;
  top: 72px;
  background: #fff;
  border: 1px solid #d8e0db;
  border-radius: 8px;
  padding: 14px 12px;
  display: none;
}
@media (min-width: 980px) {
  .ed-rv-toc { display: block; }
  /* 中部广告注入后仍保持 TOC 侧栏 + 主内容宽栏 */
  .ed-rv__layout > .ed-rv-toc {
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: start;
  }
  .ed-rv__layout > .ed-rv__main,
  .ed-rv__layout > .ed-site-ads-wrap {
    grid-column: 2;
    min-width: 0;
    width: 100%;
  }
}
.ed-rv-toc h3 {
  margin: 0 0 10px;
  font-size: .78rem;
  font-weight: 800;
  color: #5c6762;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ed-rv-toc a {
  display: block;
  padding: 7px 8px;
  border-radius: 4px;
  font-size: .86rem;
  font-weight: 700;
  color: #1a1f1c;
}
.ed-rv-toc a:hover {
  background: #eef5ff;
  color: #0a5c38;
}
.ed-rv__main { display: grid; gap: 16px; min-width: 0; }
.ed-rv-section {
  background: #fff;
  border: 1px solid #d8e0db;
  border-radius: 8px;
  padding: 18px 18px 20px;
  box-shadow: 0 8px 24px rgba(16, 40, 28, .05);
}
.ed-rv-section h2 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -.02em;
}
.ed-rv-section h3 {
  margin: 16px 0 8px;
  font-size: 1.02rem;
  font-weight: 800;
}
.ed-rv-section p {
  margin: 0 0 12px;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.65;
  color: #24302b;
}
.ed-rv-section ul {
  margin: 0;
  padding-left: 1.15em;
}
.ed-rv-section li {
  margin: 0 0 8px;
  font-weight: 600;
  line-height: 1.5;
}
.ed-rv-faq {
  border-top: 1px solid #e4ebe7;
}
.ed-rv-faq > summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 4px;
  font-weight: 800;
  font-size: .95rem;
}
.ed-rv-faq > summary::-webkit-details-marker { display: none; }
.ed-rv-faq > summary::after {
  content: "";
  float: right;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-right: 2px solid #68726d;
  border-bottom: 2px solid #68726d;
  transform: rotate(45deg);
}
.ed-rv-faq[open] > summary::after { transform: rotate(225deg); margin-top: 10px; }
.ed-rv-faq p {
  margin: 0 0 12px;
  padding: 0 4px 4px;
  font-weight: 600;
  color: #24302b;
}
.ed-rv-alts {
  display: grid;
  gap: 10px;
}
@media (min-width: 640px) {
  .ed-rv-alts { grid-template-columns: repeat(3, 1fr); }
}
.ed-rv-alt {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e4ebe7;
  border-radius: 8px;
  background: #fafcfb;
}
.ed-rv-alt img {
  width: 72px;
  height: auto;
  border-radius: 6px;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.12));
}
.ed-rv-alt b {
  display: block;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.3;
  color: #111;
}
.ed-rv-alt em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: .78rem;
  font-weight: 600;
  color: #5c6762;
}

/* Compare checkbox state */
.ed-nw-compare {
  gap: 8px;
  user-select: none;
}
.ed-nw-compare.is-on {
  color: #00875a;
  font-weight: 800;
}
.ed-nw-compare.is-on input {
  accent-color: #00875a;
}

/* Sticky compare tray */
.ed-cmp {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: #fff;
  border-top: 1px solid #d8e0db;
  box-shadow: 0 -8px 28px rgba(16, 40, 28, .12);
  padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
}
.ed-cmp__inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  justify-content: space-between;
}
.ed-cmp__meta {
  width: 100%;
  font-size: .78rem;
  font-weight: 800;
  color: #00875a;
  letter-spacing: .02em;
}
.ed-cmp__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.ed-cmp__link:hover span { color: #0a5c38; text-decoration: underline; }
.ed-cmp__slots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.ed-cmp__slot {
  position: relative;
  width: 140px;
  min-height: 88px;
  padding: 8px 8px 6px;
  border: 1px solid #dce3df;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  font-size: .72rem;
  font-weight: 700;
  color: #1a1f1c;
  line-height: 1.25;
}
.ed-cmp__slot img {
  width: 92px;
  height: auto;
  border-radius: 4px;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.14));
}
.ed-cmp__slot span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
}
.ed-cmp__slot--add {
  border-style: dashed;
  border-color: #b7c2bc;
  background: #f7faf8;
  color: #5c6762;
  cursor: pointer;
}
.ed-cmp__plus {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #8a968f;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  line-height: 1;
  color: #5c6762;
}
.ed-cmp__x {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: #e8eeea;
  color: #333;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.ed-cmp__x:hover { background: #d5ddd8; }
.ed-cmp__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  min-width: 132px;
}
.ed-cmp__go {
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  background: #c5cdc8;
  color: #fff;
  font-weight: 800;
  font-size: .92rem;
  cursor: not-allowed;
}
.ed-cmp__go.is-ready {
  background: #00875a;
  cursor: pointer;
}
.ed-cmp__go.is-ready:hover { background: #067249; }
.ed-cmp__clear {
  border: 0;
  background: transparent;
  color: #1565c0;
  font-weight: 700;
  font-size: .86rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  padding: 4px;
}
body.has-ed-cmp { padding-bottom: 140px; }

/* Floating dock — AI + back-to-top stacked pill */
.ed-float-dock {
  position: fixed;
  right: clamp(12px, 2.6vw, 18px);
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 10050;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 10px 7px 12px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(216, 224, 219, .95);
  box-shadow:
    0 12px 36px rgba(15, 47, 34, .11),
    0 2px 8px rgba(15, 47, 34, .05);
  overflow: visible;
  transition: bottom .28s ease, transform .28s ease, opacity .24s ease;
}
html[dir="rtl"] .ed-float-dock,
body[dir="rtl"] .ed-float-dock,
html.ed-rtl .ed-float-dock {
  right: auto;
  left: clamp(12px, 2.6vw, 18px);
  width: auto;
  max-width: 80px;
}
.ed-float-dock .ed-fab,
.ed-float-dock .ed-totop,
.ed-float-dock .og-totop {
  position: static;
  right: auto;
  bottom: auto;
  margin: 0;
  flex-shrink: 0;
}
.ed-float-dock .ed-fab {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, #d8f264 0%, #b8e04c 52%, #a8d63f 100%);
  color: #0a100d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .45),
    0 6px 18px rgba(92, 130, 38, .28);
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform .2s ease, box-shadow .2s ease;
}
.ed-float-dock .ed-fab:hover,
.ed-float-dock .ed-fab:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .5),
    0 10px 24px rgba(92, 130, 38, .32);
  outline: none;
}
.ed-float-dock .ed-fab svg { width: 22px; height: 22px; }
.ed-float-dock .ed-totop,
.ed-float-dock .og-totop {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #e3ebe6;
  border-radius: 999px;
  background: #fff;
  color: #2a4035;
  box-shadow: 0 4px 14px rgba(16, 40, 28, .08);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  transition:
    opacity .26s ease,
    transform .26s ease,
    width .26s ease,
    height .26s ease,
    margin .26s ease,
    border-color .2s ease,
    color .2s ease,
    box-shadow .2s ease;
}
.ed-float-dock .ed-totop:not(.is-show),
.ed-float-dock .og-totop:not(.is-show),
.ed-float-dock .site-back-top:not(.is-show),
.ed-float-dock #siteBackTop:not(.is-show),
.ed-float-dock .ed-totop[hidden],
.ed-float-dock .og-totop[hidden],
.ed-float-dock .site-back-top[hidden],
.ed-float-dock #siteBackTop[hidden] {
  display: none !important;
  width: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  border-width: 0;
  box-shadow: none;
  pointer-events: none;
}
.ed-float-dock .ed-totop.is-show,
.ed-float-dock .og-totop.is-show {
  display: grid;
  opacity: 1;
  transform: none;
}
.ed-float-dock .ed-totop:hover,
.ed-float-dock .ed-totop:focus-visible,
.ed-float-dock .og-totop:hover,
.ed-float-dock .og-totop:focus-visible {
  border-color: #00875a;
  color: #00875a;
  outline: none;
}
.ed-float-dock .ed-totop svg,
.ed-float-dock .og-totop svg { width: 20px; height: 20px; }
.ed-float-act {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 54px;
  min-height: 64px;
  text-decoration: none;
  color: #1d3a2e;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
}
.ed-float-act__ico {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #e3ebe6;
  background: #fff;
  color: #1d4ed8;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 14px rgba(16, 40, 28, .08);
}
.ed-float-act--login .ed-float-act__ico { color: #0f766e; }
.ed-float-act--consult .ed-float-act__ico { color: #0891b2; }
.ed-float-act__ico svg { width: 20px; height: 20px; display: block; }
.ed-float-act__txt {
  font-size: 10px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: .02em;
  text-align: center;
  max-width: 56px;
  white-space: normal;
}
.ed-float-act:hover .ed-float-act__ico,
.ed-float-act:focus-visible .ed-float-act__ico {
  border-color: #00875a;
  color: #00875a;
  outline: none;
}
body.ed-drawer-open .ed-float-dock,
html.ed-drawer-open .ed-float-dock,
body.og-cookie-open .ed-float-dock {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

/* Fallback when dock script has not run yet */
.ed-fab {
  position: fixed;
  right: clamp(12px, 2.6vw, 18px);
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 201;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, #d8f264 0%, #b8e04c 52%, #a8d63f 100%);
  color: var(--ed-deep, #0a100d);
  box-shadow: 0 8px 22px rgba(92, 130, 38, .26);
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.ed-fab svg { width: 22px; height: 22px; }
.ed-totop {
  position: fixed;
  right: clamp(12px, 2.6vw, 18px);
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 202;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #e3ebe6;
  border-radius: 50%;
  background: #fff;
  color: #2a4035;
  box-shadow: 0 8px 22px rgba(16, 40, 28, .1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.ed-totop.is-show { opacity: 1; visibility: visible; transform: none; }
.ed-totop svg { width: 20px; height: 20px; }
body.ed-has-ai-fab:not(.ed-has-float-dock) .ed-totop.is-show {
  bottom: calc(72px + env(safe-area-inset-bottom));
}
body.ed-drawer-open .ed-fab,
html.ed-drawer-open .ed-fab,
body.og-cookie-open .ed-fab,
body.ed-drawer-open .ed-totop,
html.ed-drawer-open .ed-totop {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Compare page table */
.ed-cmp-page__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  font-weight: 700;
  flex-wrap: wrap;
}
.ed-cmp-page__toolbar a { color: #1565c0; text-decoration: underline; }
.ed-cmp-page__n {
  color: #00875a;
  font-weight: 800;
  font-size: .9rem;
}
.ed-cmp-page__card a {
  color: inherit;
  text-decoration: none;
}
.ed-cmp-page__card b a:hover {
  color: #0a5c38;
  text-decoration: underline;
}
.ed-cmp-page__table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid #d8e0db;
  border-radius: 8px;
}
.ed-cmp-page__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}
.ed-cmp-page__table th,
.ed-cmp-page__table td {
  border-bottom: 1px solid #e4ebe7;
  border-right: 1px solid #e4ebe7;
  padding: 14px 12px;
  vertical-align: top;
  text-align: left;
  font-weight: 600;
  font-size: .9rem;
}
.ed-cmp-page__table th:last-child,
.ed-cmp-page__table td:last-child { border-right: 0; }
.ed-cmp-page__table tbody th {
  width: 140px;
  background: #f7faf8;
  color: #4d5853;
  font-weight: 800;
  font-size: .84rem;
}
.ed-cmp-page__card {
  text-align: center !important;
  min-width: 180px;
}
.ed-cmp-page__card img {
  width: 120px;
  margin: 0 auto 8px;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.16));
}
.ed-cmp-page__card b {
  display: block;
  font-size: .95rem;
  margin-bottom: 4px;
}
.ed-cmp-page__rate {
  display: block;
  color: #00875a;
  font-weight: 800;
  margin-bottom: 6px;
}
.ed-cmp-page__empty {
  background: #fff;
  border-radius: 8px;
  padding: 28px 20px;
  text-align: center;
}

/* ========== PC 自适应（大屏舒展 + 缩窗口不乱） ========== */
.ed-nw {
  overflow-x: clip;
}
.ed-nw-cats__inner,
.ed-nw-hero__inner,
.ed-nw-main__inner,
.ed-nw-foot__inner,
.ed-cmp__inner {
  width: 100%;
  max-width: min(1240px, 100%);
  padding-left: clamp(12px, 2.4vw, 28px);
  padding-right: clamp(12px, 2.4vw, 28px);
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .ed-nw-top__inner {
    max-width: none;
    width: 100%;
    padding-left: clamp(24px, 4vw, 80px);
    padding-right: clamp(24px, 4vw, 80px);
  }
}
.ed-nw-main__inner { max-width: min(1120px, 100%); }
.ed-nw-offer,
.ed-rv-section,
.ed-cmp-page__table-wrap {
  max-width: 100%;
  min-width: 0;
}

/* 中等桌面：三列会挤，改为两列+申请条满宽 */
@media (min-width: 720px) and (max-width: 959px) {
  .ed-nw-offer__grid {
    grid-template-columns: minmax(140px, 180px) minmax(0, 1fr) !important;
    gap: 16px 20px;
  }
  .ed-nw-cta {
    grid-column: 1 / -1;
    justify-items: stretch;
    max-width: 320px;
    width: 100%;
    margin: 4px 0 0 auto;
  }
  .ed-nw-offer__art { max-width: 180px; margin: 0; }
  .ed-nw-stats__row--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ed-nw-stats__row--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* 标准桌面：三列产品卡 + 分类均分 */
@media (min-width: 960px) {
  .ed-nw-cats__inner {
    justify-content: space-between;
    overflow-x: visible;
    gap: 0;
  }
  .ed-nw-cat {
    flex: 1 1 0;
    min-width: 0;
    padding-left: 6px;
    padding-right: 6px;
  }
  .ed-nw-offer__grid {
    grid-template-columns: 200px minmax(0, 1fr) 200px !important;
    gap: 24px;
  }
  .ed-nw-offer__art { max-width: 200px; margin: 0; }
  .ed-nw-cta { justify-items: stretch; }
  .ed-nw-hero h1 {
    font-size: clamp(1.75rem, 2.2vw, 2.35rem);
  }
  .ed-nw-hero__lead { max-width: 52rem; }
  .ed-rv__layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
  }
}

/* 宽屏再舒展一档 */
@media (min-width: 1200px) {
  .ed-nw-cats__inner,
  .ed-nw-hero__inner,
  .ed-nw-foot__inner,
  .ed-cmp__inner {
    max-width: min(1280px, 100%);
  }
  .ed-nw-main__inner { max-width: min(1180px, 100%); }
  .ed-nw-offer__grid {
    grid-template-columns: 220px minmax(0, 1fr) 220px !important;
    gap: 28px;
  }
  .ed-nw-offer__art { max-width: 220px; }
  .ed-nw-offer__body { padding: 20px 24px 0; }
  .ed-nw-stat__value { font-size: 1.12rem; }
}

/* 统计格：窄桌面允许长数字折行，不挤破 */
.ed-nw-stat { min-width: 0; }
.ed-nw-stat__value {
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (min-width: 640px) and (max-width: 899px) {
  .ed-nw-stats__row--3 .ed-nw-stat:not(:last-child),
  .ed-nw-stats__row--2 .ed-nw-stat:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }
  .ed-nw-stat { padding-top: 12px; padding-bottom: 12px; }
  .ed-nw-stat__value { font-size: .98rem; }
}

/* 比较托盘：中宽屏横排不挤 */
@media (min-width: 760px) {
  .ed-cmp__inner {
    flex-wrap: nowrap;
    align-items: center;
  }
  .ed-cmp__meta { width: auto; margin-right: 8px; white-space: nowrap; }
  .ed-cmp__actions { flex-direction: row; align-items: center; min-width: 0; }
  .ed-cmp__go { min-width: 140px; }
}
@media (max-width: 759px) {
  .ed-cmp__slot { width: calc(33.333% - 8px); min-width: 96px; }
  .ed-cmp__slot img { width: 72px; }
}

/* 比较表：桌面可读，小桌面仍可横滑 */
.ed-cmp-page__table-wrap { -webkit-overflow-scrolling: touch; }
@media (min-width: 960px) {
  .ed-cmp-page__table { min-width: 0; width: 100%; }
  .ed-cmp-page__card { min-width: 0; }
}

/* byline 在中宽屏换行，不与披露抢位 */
.ed-nw-byline { flex-wrap: wrap; row-gap: 8px; }
@media (max-width: 759px) {
  .ed-nw-cats__inner {
    padding-left: 12px;
    padding-right: 12px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }
  .ed-nw-cat {
    min-width: 76px;
    scroll-snap-align: start;
  }
  .ed-nw-cat__ico {
    width: 36px;
    height: 36px;
  }
  .ed-nw-cat__ico svg { width: 20px; height: 20px; }
}

/* Listing: compare under art */
.ed-nw-offer__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.ed-nw-offer__left .ed-nw-compare {
  justify-content: center;
  font-size: .86rem;
}
.ed-nw-stars__rev {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}
.ed-nw-stars__rev:hover { color: #0a5c38; }

/* ========== NW offer landing (review pages) ========== */
.ed-ld {
  background: #f3f7f5;
  border-bottom: 1px solid #e2ebe6;
}
.ed-ld__inner,
.ed-ld-expert__inner,
.ed-ld-tiles__inner {
  width: 100%;
  max-width: min(1120px, 100%);
  margin: 0 auto;
  padding: 28px clamp(14px, 2.4vw, 28px);
  box-sizing: border-box;
}
.ed-ld-hero {
  display: grid;
  gap: 24px;
  align-items: center;
}
@media (min-width: 860px) {
  .ed-ld-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 36px;
  }
}
.ed-ld-disc {
  display: inline-block;
  margin-bottom: 12px;
  color: #1565c0;
  font-size: .84rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ed-ld-title {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.15;
  color: #111;
}
.ed-ld-num { color: #00875a; }
.ed-ld-req {
  margin: 0 0 16px;
  font-size: 1.02rem;
  font-weight: 600;
  color: #2a332e;
  line-height: 1.45;
  max-width: 36rem;
}
.ed-ld-score {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 10px 14px;
  border: 1.5px solid #9fd6b8;
  border-radius: 8px;
  background: #fff;
  font-size: .92rem;
  font-weight: 700;
  color: #1a1f1c;
}
.ed-ld-score b { font-weight: 900; margin-left: 4px; }
.ed-ld-apply {
  width: 100%;
  max-width: 420px;
  min-height: 52px;
  border-radius: 8px !important;
  font-size: 1.05rem !important;
}
.ed-ld-fee {
  margin: 12px 0 0;
  font-size: .86rem;
  font-weight: 600;
  color: #5c6762;
}
.ed-ld-fee a {
  color: #1565c0;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 4px;
}
.ed-ld-hero__art {
  position: relative;
  display: flex;
  justify-content: center;
}
.ed-ld-hero__art img {
  width: min(100%, 460px);
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(10, 30, 20, .22));
}
.ed-ld-legal {
  margin: 18px 0 0;
  font-size: .72rem;
  font-weight: 500;
  color: #7a857f;
  line-height: 1.45;
}

.ed-ld-expert {
  background: #fff;
  padding: 8px 0 4px;
}
.ed-ld-expert__inner {
  display: grid;
  gap: 18px;
  align-items: start;
  background: #e7f4ef;
  border-radius: 16px;
  padding: 22px 20px;
}
@media (min-width: 720px) {
  .ed-ld-expert__inner {
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 28px 32px;
    gap: 22px;
  }
}
.ed-ld-expert__ava {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0b6b3c, #2a9d68);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1.35rem;
  margin: 0 auto;
}
.ed-ld-expert__body p {
  margin: 0 0 16px;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.55;
  color: #1a1f1c;
}
.ed-ld-expert__sig {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}
.ed-ld-expert__sig b {
  display: block;
  font-size: .98rem;
}
.ed-ld-expert__sig span {
  display: block;
  font-size: .84rem;
  font-weight: 600;
  color: #4d5853;
  margin-top: 2px;
}
.ed-ld-expert__mark {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #00875a;
  color: #fff;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-weight: 700;
  flex-shrink: 0;
}

.ed-ld-tiles { background: #fff; padding-bottom: 8px; }
.ed-ld-tiles__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 8px;
  padding-bottom: 20px;
}
@media (min-width: 860px) {
  .ed-ld-tiles__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
}
.ed-ld-tile {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2ebe6;
  box-shadow: 0 4px 14px rgba(16, 40, 28, .06);
}
.ed-ld-tile__top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  background: #eaf2fb;
  font-size: .88rem;
  font-weight: 800;
  color: #1a1f1c;
}
.ed-ld-tile__n {
  padding: 18px 14px 20px;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  font-weight: 900;
  letter-spacing: -.02em;
  color: #0f1412;
}
.ed-ld-anchor { height: 0; }

/* Landing · NW reward category text cards */
.ed-ld-rcards {
  background: #fff;
  padding: 8px 0 28px;
}
.ed-ld-rcards__inner {
  max-width: var(--nw-max, 1120px);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px);
  display: grid;
  gap: 14px;
}
@media (min-width: 720px) {
  .ed-ld-rcards__inner { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
  .ed-ld-rcards__inner { grid-template-columns: repeat(4, 1fr); }
}
.ed-ld-rcard {
  margin: 0;
  padding: 18px 16px;
  border: 1px solid #e4ebe7;
  border-radius: 12px;
  background: #f7faf8;
  min-height: 108px;
}
.ed-ld-rcard p {
  margin: 0;
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.45;
  color: #24302b;
}
.ed-ld-rcard b {
  color: #00875a;
  font-weight: 900;
}

/* Landing · Best-of awards mint band */
.ed-ld-awards {
  position: relative;
  background: linear-gradient(180deg, #dff3e8 0%, #eaf6ef 55%, #f3faf6 100%);
  overflow: hidden;
  padding: clamp(36px, 5vw, 64px) 0;
}
.ed-ld-awards::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 135, 90, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 135, 90, .07) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}
.ed-ld-awards__inner {
  position: relative;
  max-width: var(--nw-max, 1120px);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px);
  display: grid;
  gap: 28px;
  align-items: center;
}
@media (min-width: 900px) {
  .ed-ld-awards__inner {
    grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
    gap: 40px;
  }
}
.ed-ld-awards__badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  justify-items: center;
}
.ed-ld-award {
  width: 132px;
  height: 148px;
  background: #0d6b49;
  color: #fff;
  border-radius: 10px 10px 18px 18px;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 10px 28px;
  box-shadow: 0 14px 28px rgba(13, 50, 34, .22);
  transform: rotate(-2deg);
}
.ed-ld-award:nth-child(2) { transform: rotate(3deg); margin-top: 10px; }
.ed-ld-award:nth-child(3) { transform: rotate(2deg); margin-top: -6px; }
.ed-ld-award:nth-child(4) { transform: rotate(-3deg); margin-top: 4px; }
.ed-ld-award__mark {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: #15a36a;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}
.ed-ld-award__lab {
  text-align: center;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.2;
  opacity: .95;
}
.ed-ld-award__yr {
  margin-top: 10px;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -.02em;
}
.ed-ld-awards__copy h2 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.2;
  color: #0a100d;
}
.ed-ld-awards__copy p {
  margin: 0;
  max-width: 46ch;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #5c6b64;
}

/* Landing · redeem / get more */
.ed-ld-redeem {
  background: #fff;
  padding: clamp(40px, 6vw, 72px) 0;
}
.ed-ld-redeem__inner {
  max-width: var(--nw-max, 1120px);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px);
}
.ed-ld-redeem__inner h2 {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  font-weight: 900;
  letter-spacing: -.02em;
}
.ed-ld-redeem__grid {
  display: grid;
  gap: 18px;
}
@media (min-width: 720px) {
  .ed-ld-redeem__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
  .ed-ld-redeem__grid { grid-template-columns: repeat(4, 1fr); gap: 22px; }
}
.ed-ld-redeem__card {
  text-align: center;
  padding: 8px 10px;
}
.ed-ld-redeem__ico {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #e8f6ef;
  color: #066b47;
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -.04em;
}
.ed-ld-redeem__ico svg {
  width: 44px;
  height: 44px;
}

.ed-ld-byline {
  background: #fff;
  border-bottom: 1px solid var(--nw-line, #e3eae6);
  padding: 14px 0;
}
.ed-ld-byline__inner {
  max-width: var(--nw-max, 1120px);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
}
.ed-ld-byline__people {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.ed-ld-byline__ava {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0d6b49;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  flex: 0 0 auto;
}
.ed-ld-byline__people b {
  display: block;
  font-size: .95rem;
}
.ed-ld-byline__people span {
  display: block;
  margin-top: 2px;
  font-size: .82rem;
  color: #5b6560;
  font-weight: 650;
}
.ed-ld-byline__disc {
  font-size: .9rem;
  font-weight: 700;
  color: #5b6560;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ed-ld-redeem__card p {
  margin: 0;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.5;
  color: #24302b;
}

.ed-ld-fee-ribbon {
  position: absolute;
  top: 14px;
  right: -6px;
  z-index: 2;
  background: #f5b942;
  color: #3a2a08;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  padding: 8px 18px;
  transform: rotate(18deg);
  box-shadow: 0 6px 16px rgba(90, 60, 0, .2);
  border-radius: 2px;
}

.ed-ld-ltd {
  background: #fff8e8;
  border-top: 1px solid #f0e0b8;
  border-bottom: 1px solid #f0e0b8;
  padding: 16px 0;
}
.ed-ld-ltd__inner {
  max-width: var(--nw-max, 1120px);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.ed-ld-ltd__tag {
  flex: 0 0 auto;
  background: #c2410c;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  padding: 6px 10px;
  border-radius: 6px;
}
.ed-ld-ltd__inner p {
  margin: 0;
  font-size: .98rem;
  font-weight: 650;
  line-height: 1.55;
  color: #3a2a08;
}

.ed-ld-rates {
  background: #f7faf8;
  padding: clamp(36px, 5vw, 56px) 0;
}
.ed-ld-rates__inner {
  max-width: var(--nw-max, 1120px);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px);
}
.ed-ld-rates__inner h2 {
  margin: 0 0 18px;
  font-size: clamp(1.4rem, 2.4vw, 1.75rem);
  font-weight: 900;
}
.ed-ld-rates__table-wrap {
  border: 1px solid #d9e4de;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.ed-ld-rates__table {
  width: 100%;
  border-collapse: collapse;
}
.ed-ld-rates__table th,
.ed-ld-rates__table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e8efe9;
  vertical-align: top;
  font-size: .98rem;
}
.ed-ld-rates__table tr:last-child th,
.ed-ld-rates__table tr:last-child td { border-bottom: 0; }
.ed-ld-rates__table th {
  width: 34%;
  background: #f3f8f5;
  font-weight: 800;
  color: #3d4742;
}
.ed-ld-rates__table td { font-weight: 650; color: #0a100d; }
.ed-ld-rates__note {
  margin: 14px 0 0;
  font-size: .88rem;
  color: #5b6560;
  font-weight: 600;
}

.ed-ld-points {
  background: #fff;
  padding: clamp(36px, 5vw, 64px) 0;
}
.ed-ld-points__inner {
  max-width: var(--nw-max, 1120px);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px);
}
.ed-ld-points__inner h2 {
  margin: 0 0 22px;
  font-size: clamp(1.4rem, 2.4vw, 1.75rem);
  font-weight: 900;
}
.ed-ld-points__grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 800px) {
  .ed-ld-points__grid { grid-template-columns: repeat(3, 1fr); }
}
.ed-ld-points__grid article {
  border: 1px solid #e3eae6;
  border-radius: 12px;
  padding: 18px 16px;
  background: #f7faf8;
}
.ed-ld-points__grid h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 900;
  color: #066b47;
}
.ed-ld-points__grid p {
  margin: 0;
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.55;
  color: #24302b;
}
.ed-ld-points__boost {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 10px;
  background: #e8f6ef;
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.55;
}
.ed-ld-tips {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}
@media (min-width: 800px) {
  .ed-ld-tips { grid-template-columns: repeat(2, 1fr); }
}
.ed-ld-tip {
  margin: 0;
  padding: 16px 18px;
  border-left: 4px solid #00875a;
  background: #f7faf8;
  border-radius: 0 10px 10px 0;
}
.ed-ld-tip p {
  margin: 0 0 10px;
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.55;
}
.ed-ld-tip footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: .85rem;
  color: #5b6560;
}
.ed-ld-tip footer b { color: #0a100d; }

.ed-ld-perks {
  background: #fff;
  padding: clamp(28px, 4vw, 48px) 0 8px;
}
.ed-ld-perks__inner {
  max-width: var(--nw-max, 1120px);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px);
}
.ed-ld-perks__inner h2 {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 900;
}
.ed-ld-perks__grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 800px) {
  .ed-ld-perks__grid { grid-template-columns: repeat(2, 1fr); }
}
.ed-ld-perk {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid #e3eae6;
  border-radius: 12px;
  background: #fafcfb;
}
.ed-ld-perk__n {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #00875a;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: .75rem;
  font-weight: 900;
}
.ed-ld-perk p {
  margin: 0;
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.5;
  color: #24302b;
}

.ed-ld-redeem__brands {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: -.01em;
  line-height: 1.15;
  color: #066b47;
}

/* Review: landing above main */
body.ed-nw .ed-ld + .ed-nw-main { padding-top: 8px; }

/* ========== ed35: NW 桌面榜单对齐 ========== */
.ed-nw-desknav {
  display: none;
  align-items: center;
  gap: 4px;
  margin-left: 0;
  min-width: 0;
  flex: 1 1 auto;
  justify-content: center;
}
.ed-nw-desknav a {
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 900;
  color: #000;
  white-space: nowrap;
}
.ed-nw-desknav a:hover { background: #eef6f0; color: #174a35; }
.ed-nw-desknav a.is-on {
  color: #174a35;
  background: #eef6f0;
}
@media (min-width: 720px) {
  .ed-nw-brand__text { display: flex; }
  .ed-nw-brand { gap: 12px; flex: 0 0 auto; margin-right: auto; }
  .ed-nw-brand__name { font-size: 22px; }
  .ed-nw-brand img { width: 42px; height: 42px; border-radius: 12px; }
}
@media (min-width: 980px) {
  .ed-nw-top { height: 70px; }
  .ed-nw-desknav { display: flex; }
  .ed-nw-menu { display: none; }
  .ed-nw-back { display: none; }
  .ed-nw-brand { margin-right: 8px; }
  .ed-nw-brand__name { font-size: 23px; }
  .ed-nw-iconbtn--desk,
  .ed-nw-btn--ghost { display: inline-flex; }
  .ed-nw-top__inner { max-width: none; width: 100%; padding-left: clamp(24px, 4vw, 80px); padding-right: clamp(24px, 4vw, 80px); gap: 10px; }
  .ed-nw-brand img { width: 44px; height: 44px; border-radius: 13px; }
  .ed-nw-desknav a { font-size: 14.5px; padding: 8px 10px; }
}
@media (min-width: 980px) and (max-width: 1179px) {
  .ed-nw-desknav { gap: 0; }
  .ed-nw-desknav a { font-size: 13.5px; padding: 8px 8px; }
  .ed-nw-top__actions { gap: 6px; }
  .ed-nw-btn { padding: 9px 12px; font-size: 13.2px; }
}
@media (min-width: 1180px) {
  .ed-nw-desknav { gap: 2px; }
  .ed-nw-desknav a { font-size: 15px; padding: 8px 12px; }
}

/* 分类：选中绿圈 + 绿底线（对齐 NW） */
.ed-nw-cat__ico {
  border-radius: 50%;
  border: 1.5px solid #d7e0db;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.ed-nw-cat.is-on .ed-nw-cat__ico {
  border-color: #00875a;
  background: #e7f4eb;
  box-shadow: 0 0 0 1px rgba(0, 135, 90, .18);
}
.ed-nw-cat.is-on {
  border-bottom-color: #00875a;
  color: #066b47;
}

/* PC 三列产品卡：卡面 | 信息+比较 | 申请 */
.ed-nw-offer__grid {
  display: grid;
  gap: 16px;
  align-items: start;
}
@media (min-width: 900px) {
  .ed-nw-offer__grid {
    grid-template-columns: 200px minmax(0, 1.2fr) 200px !important;
    gap: 24px;
  }
  .ed-nw-offer__art { max-width: 200px; margin: 0; }
  .ed-nw-cta { justify-items: stretch; width: 100%; }
  .ed-nw-apply { width: 100%; }
  .ed-nw-stats__row--3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .ed-nw-stats__row--2 { grid-template-columns: 1.2fr 1fr !important; }
}
@media (min-width: 1200px) {
  .ed-nw-offer__grid {
    grid-template-columns: 220px minmax(0, 1.3fr) 220px !important;
  }
  .ed-nw-offer__art { max-width: 220px; }
}

/* 中档屏：仍尽量三列，过窄才折 */
@media (min-width: 720px) and (max-width: 899px) {
  .ed-nw-offer__grid {
    grid-template-columns: 150px minmax(0, 1fr) 160px !important;
    gap: 14px;
  }
  .ed-nw-cta { grid-column: auto !important; max-width: none !important; margin: 0 !important; }
  .ed-nw-offer__art { max-width: 150px; margin: 0; }
  .ed-nw-apply { font-size: .86rem !important; padding: 10px 8px; }
}

/* ========== ed42: 列表卡细节对齐 NW（边距 / 折叠行） ========== */
.ed-nw-main {
  background: #e8ece9;
  padding: 24px 0 56px;
}
.ed-nw-main__inner {
  max-width: min(1240px, 100%) !important;
  gap: 20px;
  padding-left: clamp(12px, 2.4vw, 28px);
  padding-right: clamp(12px, 2.4vw, 28px);
}
@media (min-width: 1200px) {
  .ed-nw-main__inner { max-width: min(1320px, 100%) !important; }
}
.ed-nw-offer {
  border: 1px solid #d0d7d2;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(16, 40, 28, .04), 0 8px 24px rgba(16, 40, 28, .06);
  background: #fff;
}
.ed-nw-ribbon {
  margin: 18px 24px 0;
}
.ed-nw-offer__body {
  padding: 16px 24px 0 !important;
}
.ed-nw-stats {
  margin-top: 8px;
  border-top: 1px solid #e2e8e4;
}
.ed-nw-stat {
  padding: 16px 12px 16px 0;
}
.ed-nw-stat__label {
  font-size: .82rem;
  font-weight: 600;
  color: #5a655f;
  margin-bottom: 6px;
}
.ed-nw-stat__value {
  font-size: 1.08rem;
  font-weight: 800;
  color: #111;
}

/* 折叠区：标签与箭头左右贴齐、通栏分隔线 */
.ed-nw-accs {
  margin-top: 0;
  border-top: 0;
}
.ed-nw-acc {
  border-top: 1px solid #e2e8e4;
  margin: 0;
}
.ed-nw-acc > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  padding: 14px 24px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  color: #1a1f1c !important;
  line-height: 1.3;
}
.ed-nw-acc > summary:hover {
  background: #f7faf8 !important;
}
.ed-nw-acc[open] > summary {
  background: #eef5ff !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.ed-nw-acc[open] {
  border-top-color: #e2e8e4;
}
.ed-nw-acc[open] + .ed-nw-acc,
.ed-nw-accs .ed-nw-acc[open] {
  border-color: #e2e8e4;
}
.ed-nw-acc__ico {
  width: 22px !important;
  height: 22px !important;
  opacity: .72;
  color: #4a5550;
  flex: 0 0 auto;
}
.ed-nw-acc__label {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
.ed-nw-acc > summary::after {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin: 0 2px 0 auto;
  border-right: 2.2px solid #5c6762;
  border-bottom: 2.2px solid #5c6762;
  transform: rotate(45deg);
  transition: transform .18s ease;
}
.ed-nw-acc[open] > summary::after {
  transform: rotate(225deg);
  margin-top: 4px;
  margin-bottom: -2px;
}
.ed-nw-acc[open] > .ed-nw-acc__body {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 24px 18px !important;
  background: #eef5ff;
  margin: 0;
}
.ed-nw-acc:not([open]) > .ed-nw-acc__body {
  padding: 0;
}
.ed-nw-acc__body ul {
  margin: 4px 0 0;
  padding-left: 1.2em;
}
.ed-nw-acc__body li {
  margin: 0 0 10px;
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.5;
  color: #24302b;
}

@media (max-width: 719px) {
  .ed-nw-ribbon { margin: 14px 16px 0; }
  .ed-nw-offer__body { padding: 14px 16px 0 !important; }
  .ed-nw-acc > summary { padding: 13px 16px !important; font-size: 15px !important; gap: 12px; }
  .ed-nw-acc[open] > .ed-nw-acc__body { padding: 0 16px 16px !important; }
}

/* ========== ed47: 费率跳转高亮 + 免费信用评分弹层 ========== */
.ed-nw-ratesbox.is-flash {
  outline: 2px solid #00875a;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(0, 135, 90, .16);
  transition: outline .2s ease, box-shadow .2s ease;
}
.ed-cs-bg {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(10, 24, 18, .45);
}
.ed-cs-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 81;
  width: min(440px, calc(100vw - 32px));
  max-height: min(88vh, 640px);
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #d5ddd8;
  box-shadow: 0 24px 48px rgba(15, 47, 34, .22);
  padding: 22px 20px 20px;
}
.ed-cs-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f3f5f4;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #1a1f1c;
}
.ed-cs-modal__kicker {
  margin: 0 0 6px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  color: #00875a;
  text-transform: uppercase;
}
.ed-cs-modal h2 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #0f1412;
  padding-right: 28px;
}
.ed-cs-modal__lead,
.ed-cs-modal__note {
  margin: 0 0 14px;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.5;
  color: #3d4742;
}
.ed-cs-modal__bands {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.ed-cs-modal__bands li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f5f8f6;
  border: 1px solid #e2e8e4;
  font-size: .9rem;
  font-weight: 700;
  color: #1a1f1c;
}
.ed-cs-modal__bands b { color: #174a35; }
.ed-cs-modal__bands span { color: #5c6762; font-weight: 600; }
.ed-cs-modal__actions {
  display: grid;
  gap: 10px;
}
.ed-cs-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .95rem;
  text-align: center;
}
.ed-cs-modal__btn--solid {
  background: #174a35;
  color: #fff !important;
}
.ed-cs-modal__btn--ghost {
  border: 1px solid rgba(23, 74, 53, .28);
  background: #fff;
  color: #174a35 !important;
}

/* Find-your-card CTA (under editorial take) */
.ed-nw-find {
  display: grid;
  gap: 14px;
  align-items: center;
  margin: 22px 0 30px;
  padding: 18px 18px 18px 16px;
  border: 1px solid var(--nw-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 40, 28, .04);
}
@media (min-width: 800px) {
  .ed-nw-find {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 18px 22px;
    padding: 22px 24px;
  }
}
.ed-nw-find__ico {
  width: 64px;
  height: 48px;
  display: grid;
  place-items: center;
}
.ed-nw-find__ico svg { width: 64px; height: 48px; }
.ed-nw-find__copy b {
  display: block;
  margin: 0 0 6px;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #0a100d;
}
.ed-nw-find__copy p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: #5c6b64;
}
.ed-nw-find__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 4px;
  background: #174a35;
  color: #fff !important;
  font-weight: 800;
  font-size: .95rem;
  white-space: nowrap;
  text-decoration: none !important;
}
.ed-nw-find__btn:hover { background: #0f3526; }
@media (max-width: 799px) {
  .ed-nw-find__btn { width: 100%; }
}

/* Find-card quiz page */
.ed-find-main {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px 18px 72px;
}

/* NW-style CardFinder split layout (building credit) */
.ed-cf-top { position: relative; z-index: 3; }
.ed-cf-shell {
  display: grid;
  min-height: calc(100vh - 64px);
}
@media (min-width: 960px) {
  .ed-cf-shell {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 42%);
  }
}
.ed-cf-main {
  padding: 24px 18px 48px;
  background: #fff;
}
@media (min-width: 960px) {
  .ed-cf-main {
    padding: 36px 48px 56px;
    border-right: 1px solid #e7eee9;
  }
}
.ed-cf-progress {
  display: block;
  position: relative;
  height: 8px;
  margin: 28px 0 28px;
  padding-top: 24px;
  background: transparent;
  border-radius: 999px;
}
.ed-cf-progress::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  height: 8px;
  background: #e7eee9;
  border-radius: 999px;
}
.ed-cf-progress > i {
  position: absolute;
  left: 0;
  top: 24px;
  height: 8px;
  width: 0;
  background: #00875a;
  border-radius: 999px;
  transition: width .25s ease;
  z-index: 1;
}
.ed-cf-progress > span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: .82rem;
  font-weight: 800;
  color: #00875a;
}
.ed-cf-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: none;
  color: #174a35;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.ed-cf-step h1 {
  margin: 0 0 18px;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.15;
}
.ed-cf-lead {
  margin: -8px 0 20px;
  color: #5b6560;
  font-weight: 600;
  line-height: 1.55;
}
.ed-cf-tip {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0 0 22px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #eef8f2;
  border: 1px solid #c8e6d4;
}
.ed-cf-tip__mark {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #00875a;
  color: #fff;
  font-weight: 900;
  font-size: .85rem;
  display: grid;
  place-items: center;
}
.ed-cf-tip p {
  margin: 0;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.5;
  color: #2a4036;
}
.ed-cf-opts {
  display: grid;
  gap: 12px;
  max-width: 560px;
}
.ed-cf-opt {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  width: 100%;
  padding: 18px 20px;
  border: 1.5px solid #d5e0da;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.ed-cf-opt:hover {
  border-color: #8fbfa5;
  background: #f6fbf8;
}
.ed-cf-opt.is-on {
  border-color: #00875a;
  background: #eef8f2;
  box-shadow: 0 0 0 1px #00875a inset;
}
.ed-cf-opt__ico {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
}
.ed-cf-opt__ico svg { width: 100%; height: 100%; }
.ed-cf-opt b {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
}
.ed-cf-opt span span {
  display: block;
  margin-top: 4px;
  font-size: .88rem;
  font-weight: 600;
  color: #5b6560;
  line-height: 1.4;
}
.ed-cf-side {
  display: none;
  position: relative;
  padding: 48px 32px;
  background: linear-gradient(165deg, #0b5c3f 0%, #083d2a 100%);
  color: #fff;
  text-align: center;
}
@media (min-width: 960px) {
  .ed-cf-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 64px);
  }
}
.ed-cf-side__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.ed-cf-side__art {
  width: min(280px, 80%);
  margin: 0 auto 28px;
  padding: 28px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}
.ed-cf-side__cards {
  position: relative;
  height: 120px;
}
.ed-cf-side__cards span {
  position: absolute;
  left: 50%;
  width: 180px;
  height: 112px;
  border-radius: 12px;
  transform: translateX(-50%);
  box-shadow: 0 12px 32px rgba(0,0,0,.25);
}
.ed-cf-side__cards span:nth-child(1) {
  top: 0;
  background: linear-gradient(135deg, #f5b942, #d4920f);
  transform: translateX(-50%) rotate(-6deg);
  z-index: 1;
}
.ed-cf-side__cards span:nth-child(2) {
  top: 8px;
  background: linear-gradient(135deg, #6ee7b7, #059669);
  transform: translateX(-50%) rotate(3deg);
  z-index: 2;
}
.ed-cf-side__cards span:nth-child(3) {
  top: 16px;
  background: linear-gradient(135deg, #93c5fd, #2563eb);
  transform: translateX(-50%) rotate(-2deg);
  z-index: 3;
}
.ed-cf-side__copy {
  max-width: 320px;
  margin: 0 auto 16px;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.45;
}
.ed-cf-side__note {
  max-width: 300px;
  margin: 0;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.5;
  opacity: .85;
}
.ed-cf-rank {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #00875a;
  color: #fff;
  font-weight: 900;
  font-size: .85rem;
  flex: 0 0 auto;
}
.ed-cf-empty {
  padding: 16px;
  border-radius: 12px;
  background: #f4f6f5;
  font-weight: 600;
  line-height: 1.55;
}
.ed-cf-empty a { color: #00875a; font-weight: 800; }
.ed-cf-main .ed-find-links { margin-top: 20px; }

/* Learn / editorial articles */
.ed-learn-hero {
  background-color: #085c34;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(180deg, #0b6b3c 0%, #085c34 100%);
  background-size: 18px 18px, 18px 18px, auto;
}
.ed-learn-main {
  background: #f4f6f5;
  padding: 28px 16px 56px;
}
.ed-learn-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
}
@media (min-width: 960px) {
  .ed-learn-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: start;
  }
}
.ed-learn-body {
  background: #fff;
  border-radius: 12px;
  padding: 24px 22px 32px;
  box-shadow: 0 1px 0 rgba(16,40,28,.06);
}
@media (min-width: 760px) {
  .ed-learn-body { padding: 32px 36px 40px; }
}
.ed-learn-body h2 {
  margin: 28px 0 12px;
  font-size: 1.35rem;
  font-weight: 900;
  color: #0b5c3f;
  letter-spacing: -.02em;
}
.ed-learn-body h2:first-of-type { margin-top: 0; }
.ed-learn-body p,
.ed-learn-body li {
  font-size: .96rem;
  font-weight: 600;
  line-height: 1.65;
  color: #2a4036;
}
.ed-learn-body ul,
.ed-learn-body ol {
  margin: 0 0 16px;
  padding-left: 1.25rem;
}
.ed-learn-body a {
  color: #00875a;
  font-weight: 800;
  text-underline-offset: 2px;
}
.ed-learn-note {
  margin: 0 0 24px;
  padding: 14px 16px;
  border: 1px solid #d5e0da;
  border-radius: 10px;
  background: #f8faf9;
}
.ed-learn-note p {
  margin: 0;
  font-size: .88rem;
  color: #5b6560;
}
.ed-learn-table-wrap {
  overflow-x: auto;
  margin: 0 0 20px;
}
.ed-learn-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
}
.ed-learn-table th,
.ed-learn-table td {
  padding: 12px 14px;
  border: 1px solid #dfe5e2;
  text-align: left;
  vertical-align: top;
}
.ed-learn-table th {
  background: #eef8f2;
  color: #0b5c3f;
  font-weight: 900;
}
.ed-learn-body .ed-nw-find {
  margin-top: 32px;
  display: grid;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 12px;
  background: #eef8f2;
  border: 1px solid #c8e6d4;
}
@media (min-width: 640px) {
  .ed-learn-body .ed-nw-find {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
.ed-learn-side {
  display: grid;
  gap: 16px;
}
.ed-learn-side__block {
  background: #fff;
  border-radius: 12px;
  padding: 18px 18px 20px;
  box-shadow: 0 1px 0 rgba(16,40,28,.06);
}
.ed-learn-side__block h2 {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 900;
  color: #103828;
}
.ed-learn-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.ed-learn-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .92rem;
  font-weight: 800;
  color: #00875a;
  text-decoration: none;
}
.ed-learn-links a::before {
  content: "›";
  color: #00875a;
  font-weight: 900;
}
.ed-learn-links a:hover { text-decoration: underline; }
.ed-learn-side__promo {
  background: linear-gradient(165deg, #0b5c3f, #083d2a);
  color: #fff;
}
.ed-learn-side__promo p {
  margin: 0 0 10px;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.5;
  opacity: .92;
}
.ed-learn-side__brand {
  font-weight: 900;
  opacity: 1 !important;
}
.ed-learn-side__promo .ed-nw-rateslink {
  color: #f5d76e;
  font-weight: 800;
}

/* Learn hub (NW mint grid hero + filter pills + article cards) */
.ed-learn-hub-hero {
  background: #e6f7f2;
  background-image:
    linear-gradient(rgba(0, 135, 90, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 135, 90, .06) 1px, transparent 1px);
  background-size: 32px 32px;
  border-bottom: 1px solid #d4ebe3;
}
.ed-learn-hub-hero__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 24px 48px;
  text-align: center;
}
.ed-learn-hub-hero__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  text-align: left;
}
.ed-learn-hub-hero .ed-nw-crumb,
.ed-learn-hub-hero .ed-nw-crumb a { color: #2d5a4a; }
.ed-learn-hub-hero__row > a {
  color: #2d5a4a;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
}
.ed-learn-hub-hero__row > a:hover { text-decoration: underline; }
.ed-learn-hub-hero__eyebrow {
  margin: 0 0 8px;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #008563;
}
.ed-learn-hub-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.12;
  color: #103828;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}
.ed-learn-hub-hero__lead {
  margin: 0 auto;
  max-width: 42rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #5c6b64;
}
.ed-learn-hub-hero-spotlight {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 44rem;
  margin: 32px auto 0;
  padding: 18px 20px;
  text-align: left;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 2px solid #008563;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0, 133, 99, .12);
  transition: transform .18s ease, box-shadow .18s ease;
}
.ed-learn-hub-hero-spotlight:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 133, 99, .18);
}
.ed-learn-hub-hero-spotlight__tag {
  position: absolute;
  top: -11px;
  left: 18px;
  padding: 4px 10px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  background: #008563;
  border-radius: 999px;
}
.ed-learn-hub-hero-spotlight__thumb {
  flex: 0 0 auto;
  display: block;
  width: 140px;
  border-radius: 10px;
  overflow: hidden;
  background: #f0f4f2;
}
.ed-learn-hub-hero-spotlight__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.ed-learn-hub-hero-spotlight__body {
  flex: 1;
  min-width: 0;
}
.ed-learn-hub-hero-spotlight__body b {
  display: block;
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  color: #103828;
}
.ed-learn-hub-hero-spotlight__body p {
  margin: 0 0 8px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #5c6b64;
}
.ed-learn-hub-hero-spotlight__cta {
  font-size: .82rem;
  font-weight: 800;
  color: #008563;
}
@media (max-width: 640px) {
  .ed-learn-hub-hero-spotlight {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px;
  }
  .ed-learn-hub-hero-spotlight__thumb { width: 100%; max-width: 200px; }
}
.ed-learn-hub-main { background: #fff; }
.ed-learn-hub-main__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 24px 64px;
}
.ed-learn-hub-browse h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  font-weight: 900;
  color: #103828;
}
.ed-learn-hub-browse__label {
  margin: 0 0 14px;
  font-size: .92rem;
  font-weight: 700;
  color: #5b6560;
}
.ed-learn-hub-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.ed-learn-hub-pill {
  appearance: none;
  border: 1px solid #d8e0dc;
  background: #fff;
  color: #103828;
  border-radius: 999px;
  padding: 10px 18px;
  font: inherit;
  font-size: .88rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
}
.ed-learn-hub-pill:hover {
  border-color: #008563;
  color: #008563;
}
.ed-learn-hub-pill.is-on {
  background: #008563;
  border-color: #008563;
  color: #fff;
}
.ed-learn-hub-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .ed-learn-hub-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
  .ed-learn-hub-grid { grid-template-columns: repeat(3, 1fr); }
}
.ed-learn-hub-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e7eee9;
  box-shadow: 0 8px 28px rgba(16, 56, 40, .06);
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s, transform .2s;
}
.ed-learn-hub-card:hover {
  box-shadow: 0 14px 36px rgba(16, 56, 40, .1);
  transform: translateY(-2px);
}
.ed-learn-hub-card--text b,
.ed-learn-hub-card--author b {
  display: block;
  margin: 0 0 12px;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.35;
  color: #103828;
}
.ed-learn-hub-card--text p,
.ed-learn-hub-card--author p {
  margin: 0;
  flex: 1;
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.55;
  color: #5c6b64;
}
.ed-learn-hub-card--visual {
  padding: 0;
  overflow: hidden;
  min-height: 280px;
  position: relative;
}
.ed-learn-hub-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .95);
  font-size: .78rem;
  font-weight: 800;
  color: #1a5fb4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}
.ed-learn-hub-card__visual {
  display: block;
  flex: 1;
  min-height: 220px;
  background: linear-gradient(135deg, #87b8a8 0%, #3d6b5c 55%, #103828 100%);
  background-size: cover;
  background-position: center;
}
.ed-learn-hub-card__cap {
  display: block;
  padding: 16px 20px 20px;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.4;
  color: #103828;
  background: #fff;
}
.ed-learn-hub-card__byline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eef2ef;
  font-size: .85rem;
  font-weight: 700;
  color: #103828;
}
.ed-learn-hub-card__ava {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #008563;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: -.02em;
}
.ed-learn-hub-foot {
  margin: 40px 0 0;
  font-size: .92rem;
  font-weight: 600;
  color: #5b6560;
  line-height: 1.6;
}
.ed-learn-hub-foot a {
  color: #008563;
  font-weight: 800;
  text-decoration: none;
}
.ed-learn-hub-foot a:hover { text-decoration: underline; }

.ed-learn-hub-featured {
  margin: 0 0 40px;
  padding: 28px 0 36px;
  border-top: 1px solid #e7eee9;
  border-bottom: 1px solid #e7eee9;
}
.ed-learn-hub-featured__title,
.ed-learn-hub-all__title {
  margin: 0 0 20px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #103828;
}
.ed-learn-hub-grid--featured {
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .ed-learn-hub-grid--featured { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
  .ed-learn-hub-grid--featured { grid-template-columns: repeat(3, 1fr); }
}
.ed-learn-hub-card--cardimg {
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  min-height: 0;
  padding: 18px;
}
.ed-learn-hub-card__thumb {
  flex: 0 0 108px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(16, 40, 28, .12);
}
.ed-learn-hub-card__thumb img { width: 100%; height: auto; display: block; }
.ed-learn-hub-card--cardimg .ed-learn-hub-card__body b {
  display: block;
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.35;
  color: #103828;
}
.ed-learn-hub-card--cardimg .ed-learn-hub-card__body p {
  margin: 0;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.55;
  color: #5c6b64;
}
.ed-learn-hub-card--cardimg-author .ed-learn-hub-card__byline {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eef2ef;
}
.ed-learn-hub-bands {
  background: #f7fbf8;
  border-top: 1px solid #e7eee9;
  padding: 48px 24px 56px;
}
.ed-learn-hub-band {
  max-width: 1120px;
  margin: 0 auto 48px;
}
.ed-learn-hub-band:last-child { margin-bottom: 0; }
.ed-learn-hub-band__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.ed-learn-hub-band__head h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 900;
  color: #103828;
}
.ed-learn-hub-band__count {
  font-size: .88rem;
  font-weight: 700;
  color: #008563;
}
.ed-learn-hub-band__lead {
  margin: 0 0 10px;
  max-width: 46rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: #5c6b64;
}
.ed-learn-hub-grid--band { margin-top: 20px; }

.ed-learn-hero-fig {
  margin: 0 0 24px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(16, 56, 40, .1);
}
.ed-learn-hero-fig img { width: 100%; height: auto; display: block; }
.ed-learn-figure {
  margin: 0 0 28px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e7eee9;
  background: #fafcfb;
}
.ed-learn-figure img { width: 100%; height: auto; display: block; }
.ed-learn-figure figcaption {
  padding: 10px 14px;
  font-size: .82rem;
  font-weight: 700;
  color: #5b6560;
  border-top: 1px solid #eef2ef;
}
.ed-learn-card-tiles {
  margin: 32px 0;
  padding-top: 28px;
  border-top: 1px solid #e7eee9;
}
.ed-learn-card-tiles h2 {
  margin: 0 0 16px;
  font-size: 1.1rem;
  font-weight: 900;
  color: #103828;
}
.ed-learn-card-tiles__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .ed-learn-card-tiles__grid { grid-template-columns: repeat(2, 1fr); }
}
.ed-learn-card-tile {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e7eee9;
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s, border-color .2s;
}
.ed-learn-card-tile:hover {
  border-color: #b8dcc8;
  box-shadow: 0 8px 24px rgba(0, 135, 90, .08);
}
.ed-learn-card-tile__art img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.ed-learn-card-tile__body b {
  display: block;
  margin: 0 0 6px;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.35;
  color: #103828;
}
.ed-learn-card-tile__body p {
  margin: 0;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.5;
  color: #5b6560;
}

.ed-find-progress {
  height: 6px;
  background: #e7eee9;
  border-radius: 999px;
  overflow: hidden;
  margin: 0 0 22px;
}
.ed-find-progress > i {
  display: block;
  height: 100%;
  width: 0;
  background: #00875a;
  border-radius: 999px;
  transition: width .25s ease;
}
.ed-find-step h1 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: -.03em;
}
.ed-find-step p.lead {
  margin: 0 0 22px;
  color: #5b6560;
  font-weight: 600;
  line-height: 1.55;
}
.ed-find-opts {
  display: grid;
  gap: 12px;
}
.ed-find-opt {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  text-align: left;
  padding: 16px 18px;
  border: 1.5px solid #d5e0da;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.ed-find-opt:hover { border-color: #8fbfa5; background: #f6fbf8; }
.ed-find-opt.is-on {
  border-color: #00875a;
  background: #eef8f2;
  box-shadow: 0 0 0 1px #00875a inset;
}
.ed-find-opt__mark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #9aaba2;
  margin-top: 2px;
}
.ed-find-opt.is-on .ed-find-opt__mark {
  border-color: #00875a;
  background: radial-gradient(circle at center, #00875a 0 45%, transparent 48%);
}
.ed-find-opt b { display: block; font-size: 1.05rem; font-weight: 900; margin-bottom: 4px; }
.ed-find-opt span { display: block; font-size: .92rem; font-weight: 600; color: #5b6560; line-height: 1.45; }
.ed-find-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.ed-find-nav button,
.ed-find-nav a {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .95rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ed-find-nav__back {
  background: #fff;
  border-color: rgba(23, 74, 53, .28);
  color: #174a35;
}
.ed-find-nav__next {
  background: #174a35;
  color: #fff;
}
.ed-find-nav__next:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.ed-find-results { display: grid; gap: 14px; }
.ed-find-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--nw-line);
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  color: inherit;
}
.ed-find-card img {
  width: 96px;
  height: auto;
  border-radius: 8px;
}
.ed-find-card b { display: block; font-weight: 900; margin-bottom: 4px; }
.ed-find-card em {
  display: block;
  font-style: normal;
  font-size: .9rem;
  font-weight: 700;
  color: #00875a;
}
.ed-find-card small {
  display: block;
  margin-top: 4px;
  color: #5b6560;
  font-weight: 600;
  font-size: .88rem;
}
.ed-find-card__go {
  font-weight: 800;
  color: #174a35;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .ed-find-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }
  .ed-find-card__go { grid-column: 1 / -1; }
}
.ed-find-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

/* Listing bottom · NW offers compare table */
.ed-nw-offers-table {
  margin: 8px 0 48px;
  padding-top: 12px;
}
.ed-nw-offers-table h2 {
  margin: 0 0 18px;
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -.02em;
  color: #0a100d;
}
.ed-nw-otable {
  border: 1px solid var(--nw-line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.ed-nw-otable__head {
  display: none;
  grid-template-columns: 1.35fr 1.1fr .7fr .9fr .9fr 1fr;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--nw-line);
  background: #f7f9f8;
  font-size: .82rem;
  font-weight: 800;
  color: #5b6560;
}
.ed-nw-otable__n {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 4px;
  background: #00875a;
  color: #fff;
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
  vertical-align: middle;
}
@media (min-width: 980px) {
  .ed-nw-otable__head { display: grid; }
}
.ed-nw-orow {
  border-bottom: 1px solid var(--nw-line);
  position: relative;
}
.ed-nw-orow:last-child { border-bottom: 0; }
.ed-nw-orow__ribbon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 18px 0;
  padding: 6px 12px;
  background: #e8f6ef;
  color: #066b47;
  font-size: .82rem;
  font-weight: 800;
  border-radius: 6px;
}
.ed-nw-orow__ribbon-mark {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #00875a;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.ed-nw-orow__grid {
  display: grid;
  gap: 14px;
  padding: 16px 18px 18px;
}
@media (min-width: 980px) {
  .ed-nw-orow__grid {
    grid-template-columns: 1.35fr 1.1fr .7fr .9fr .9fr 1fr;
    gap: 12px;
    align-items: center;
  }
}
.ed-nw-orow__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.ed-nw-orow__card img {
  width: 148px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(16, 40, 28, .1);
}
.ed-nw-orow__name {
  font-weight: 900;
  font-size: 1.02rem;
  line-height: 1.3;
  color: #0a100d;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ed-nw-orow__rating .ed-nw-stars {
  margin: 0;
}
.ed-nw-orow__best {
  margin: 6px 0 0;
  font-size: .9rem;
  font-weight: 700;
  color: #3d4742;
  line-height: 1.35;
}
.ed-nw-orow__m {
  display: block;
  margin-bottom: 4px;
  font-size: .75rem;
  font-weight: 800;
  color: #5b6560;
}
@media (min-width: 980px) {
  .ed-nw-orow__m { display: none; }
}
.ed-nw-orow__fee b,
.ed-nw-orow__rate b,
.ed-nw-orow__offer b {
  font-size: 1rem;
  font-weight: 900;
  color: #0a100d;
}
.ed-nw-orow__cta .ed-nw-apply {
  width: 100%;
  max-width: 200px;
}
.ed-nw-orow__cta .ed-nw-cta__sub {
  margin: 6px 0 4px;
  font-size: .78rem;
  color: #5b6560;
}
.ed-nw-compare--compact {
  display: inline-flex;
  margin-top: 8px;
  font-size: .85rem;
}
.ed-nw-offers-table__note {
  margin: 14px 0 0;
  font-size: .9rem;
  font-weight: 600;
  color: #5b6560;
}

/* Canada best cards */
.ed-ca-hero .ed-ca-filter {
  margin: 22px 0 6px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}
.ed-ca-filter__label {
  margin: 0 0 12px;
  font-size: .92rem;
  font-weight: 800;
  color: rgba(255, 255, 255, .92);
  letter-spacing: .01em;
}
.ed-ca-filter__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ed-ca-filter__chips li { margin: 0; }
.ed-ca-filter__chips a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.ed-ca-filter__chips a:hover,
.ed-ca-filter__chips a:focus-visible {
  background: rgba(255, 255, 255, .22);
  border-color: #fff;
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}
@media (max-width: 720px) {
  .ed-ca-hero .ed-ca-filter {
    margin-top: 18px;
    padding-top: 14px;
  }
  .ed-ca-filter__chips a {
    min-height: 34px;
    padding: 6px 12px;
    font-size: .82rem;
  }
}
.ed-ca-partner {
  margin: 8px 0 28px;
  padding: 22px 22px 24px;
  border: 1px solid #dfe5e2;
  border-radius: 12px;
  background: #f4f6f5;
}
.ed-ca-partner__kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #00875a;
  font-weight: 900;
  font-size: .95rem;
}
.ed-ca-partner__mark {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.ed-ca-partner__grid {
  display: grid;
  gap: 20px;
  align-items: center;
}
@media (min-width: 860px) {
  .ed-ca-partner__grid {
    grid-template-columns: 1.25fr .85fr;
  }
}
.ed-ca-partner__copy h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  line-height: 1.25;
}
.ed-ca-partner__copy h2 a {
  color: #0a100d;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ed-ca-partner__copy p {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #5c6b64;
}
.ed-ca-partner__copy ul {
  margin: 0 0 12px;
  padding-left: 1.15rem;
  color: #2b3530;
  line-height: 1.55;
}
.ed-ca-partner__cta {
  font-weight: 700;
  color: #00875a !important;
}
.ed-ca-partner__art img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(16, 40, 28, .14);
}

.ed-nw-ltpromo {
  margin: 0 0 28px;
  border: 2px solid #0b5c3f;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.ed-nw-ltpromo__head {
  padding: 12px 18px;
  background: #0b5c3f;
  color: #fff;
  font-weight: 900;
  font-size: .95rem;
}
.ed-nw-ltpromo__body {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: #eef7f1;
}
@media (min-width: 760px) {
  .ed-nw-ltpromo__body {
    grid-template-columns: 220px 1fr;
    padding: 20px 22px;
  }
}
.ed-nw-ltpromo__art img {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(16, 40, 28, .12);
}
.ed-nw-ltpromo__copy h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #103828;
}
.ed-nw-ltpromo__copy p {
  margin: 0 0 14px;
  color: #5c6b64;
  line-height: 1.55;
  font-size: 15px;
  font-weight: 400;
}


/* Reviews hub — spacious NW editorial layout */
.ed-rv-hub-hero {
  background: linear-gradient(180deg, #0b6b3c 0%, #085c34 100%);
  color: #fff;
}
.ed-rv-hub-hero__inner {
  max-width: 1120px;
  padding: 32px 24px 52px;
}
.ed-rv-hub-hero .ed-nw-crumb,
.ed-rv-hub-hero .ed-nw-crumb a,
.ed-rv-hub-hero .ed-nw-hero__row > a { color: rgba(255, 255, 255, .92); }
.ed-rv-hub-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  line-height: 1.12;
  margin: 10px 0 18px;
  font-weight: 900;
  letter-spacing: -.025em;
  max-width: 18ch;
}
.ed-rv-hub-hero .ed-nw-hero__lead {
  color: rgba(255, 255, 255, .96);
  font-size: clamp(1.05rem, 2.2vw, 1.22rem);
  line-height: 1.65;
  max-width: 44rem;
  margin: 0;
  font-weight: 600;
}
.ed-rv-hub-hero--compact .ed-rv-hub-hero__inner { padding: 28px 24px 40px; }
.ed-rv-hub-hero--compact h1 {
  font-size: clamp(1.5rem, 3.5vw, 2.15rem);
  max-width: none;
}

.ed-rv-hub-main { background: #fff; }
.ed-rv-hub-main__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
.ed-rv-hub-main__inner--nw {
  max-width: 820px;
  padding: 48px 24px 56px;
}
.ed-rv-hub-main--cat { padding: 40px 0 64px; }

.ed-rv-hub__intro {
  margin: 0 0 24px;
  color: #1a1f1c;
  line-height: 1.8;
  font-size: 1.0625rem;
  font-weight: 550;
}
.ed-rv-hub__rating {
  margin: 0 0 40px;
  padding: 20px 22px;
  border: 1px solid #c5d3cb;
  border-radius: 6px;
  background: #fff;
}
.ed-rv-hub__rating p {
  margin: 0;
  color: #1a1f1c;
  line-height: 1.7;
  font-weight: 550;
  font-size: 1rem;
}
.ed-rv-hub__rating a {
  color: #00875a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ed-rv-hub__jump-title {
  margin: 0 0 18px;
  font-size: 1.125rem;
  font-weight: 800;
  color: #1a1f1c;
}
.ed-rv-hub__jump-grid {
  display: grid;
  gap: 14px 72px;
  margin-bottom: 0;
}
@media (min-width: 720px) {
  .ed-rv-hub__jump-grid { grid-template-columns: 1fr 1fr; }
}
.ed-rv-hub__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.ed-rv-hub__links a {
  color: #00875a;
  font-weight: 650;
  font-size: 1.0625rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 1.45;
}

.ed-rv-hub-editors {
  margin: 48px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid #dde5e0;
}
.ed-rv-hub-editors__people {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 14px;
}
.ed-rv-hub-editors__ava span {
  width: 48px;
  height: 48px;
  font-size: .82rem;
  border-width: 2px;
}
.ed-rv-hub-editors__byline {
  margin: 0 0 6px;
  color: #1a1f1c;
  font-weight: 650;
  font-size: 1rem;
}
.ed-rv-hub-editors__byline a {
  color: #00875a;
  text-decoration: underline;
}
.ed-rv-hub-editors__meta {
  margin: 0;
  color: #5b6560;
  font-size: .9rem;
}
.ed-rv-hub-editors__note {
  margin: 0;
  color: #2a4036;
  line-height: 1.7;
  font-size: .98rem;
}

.ed-rv-hub-band {
  background: #f3f6f4;
  padding: 64px 0;
  border-top: 1px solid #e6ebe8;
}
.ed-rv-hub-band--light { background: #fff; }
.ed-rv-hub-band__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
.ed-rv-hub-band__head { margin-bottom: 28px; max-width: 42rem; }
.ed-rv-hub-band__head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: #103828;
  font-weight: 900;
  letter-spacing: -.02em;
}
.ed-rv-hub-band__head p {
  margin: 0;
  color: #2a4036;
  line-height: 1.65;
  font-size: 1.02rem;
}

.ed-rv-hub-featured__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .ed-rv-hub-featured__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .ed-rv-hub-featured__grid { grid-template-columns: repeat(3, 1fr); }
}
.ed-rv-hub-feat {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid #e6ebe8;
  border-radius: 16px;
  background: #fff;
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.ed-rv-hub-feat:hover {
  border-color: #00875a;
  box-shadow: 0 16px 40px rgba(0, 135, 90, .12);
  transform: translateY(-2px);
}
.ed-rv-hub-feat img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 16/10;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(16, 40, 28, .14);
}
.ed-rv-hub-feat b {
  display: block;
  color: #103828;
  font-size: .98rem;
  line-height: 1.4;
}
.ed-rv-hub-feat em {
  color: #00875a;
  font-style: normal;
  font-size: .88rem;
  font-weight: 800;
}

.ed-rv-hub-spotlights { display: grid; gap: 56px; }
.ed-rv-hub-spot { padding-top: 0; }
.ed-rv-hub-spot__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.ed-rv-hub-spot__head h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 900;
  letter-spacing: -.015em;
}
.ed-rv-hub-spot__head h2 a { color: #103828; }
.ed-rv-hub-spot__head h2 a:hover { color: #00875a; }
.ed-rv-hub-spot__all {
  color: #00875a;
  font-size: .92rem;
  font-weight: 700;
  white-space: nowrap;
}
.ed-rv-hub-spot__lead {
  margin: 0 0 12px;
  color: #5c6b64;
  line-height: 1.75;
  font-size: 15px;
  font-weight: 400;
  max-width: 52rem;
}
.ed-rv-hub-spot__foot {
  margin: 18px 0 0;
  font-size: .95rem;
}
.ed-rv-hub-spot__foot a {
  color: #00875a;
  font-weight: 700;
  text-decoration: underline;
}
.ed-rv-hub-spot__rows { margin-top: 4px; }
.ed-rv-hub-spot__rows .ed-rv-cat-row--feat { margin-bottom: 6px; }

.ed-rv-hub-tiles {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .ed-rv-hub-tiles { grid-template-columns: repeat(2, 1fr); }
}
.ed-rv-hub-tiles--stack { grid-template-columns: 1fr; }
.ed-rv-hub-tile {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 14px;
  padding: 16px;
  border: 1px solid #e6ebe8;
  border-radius: 14px;
  align-items: start;
  background: #fafcfb;
  transition: border-color .15s, box-shadow .15s;
}
.ed-rv-hub-tile:hover {
  border-color: #00875a;
  box-shadow: 0 12px 32px rgba(0, 135, 90, .1);
}
.ed-rv-hub-tile__art img {
  width: 108px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(16, 40, 28, .12);
}
.ed-rv-hub-tile__body b {
  display: block;
  color: #103828;
  font-size: .95rem;
  line-height: 1.35;
  margin-bottom: 5px;
}
.ed-rv-hub-tile__body em {
  display: block;
  color: #00875a;
  font-style: normal;
  font-size: .84rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.ed-rv-hub-tile__body p {
  margin: 0;
  color: #5b6560;
  font-size: .86rem;
  line-height: 1.55;
  font-weight: 550;
}

.ed-rv-hub__backlinks {
  margin: 16px 0 0;
  font-size: .95rem;
}
.ed-rv-hub__backlinks a {
  color: #00875a;
  font-weight: 650;
  text-decoration: underline;
}

.ed-rv-hub-cat-layout {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  gap: 36px;
}
@media (min-width: 960px) {
  .ed-rv-hub-cat-layout {
    grid-template-columns: 1fr 320px;
    align-items: start;
  }
}
.ed-rv-cat-intro { margin-bottom: 28px; }
.ed-rv-cat-intro p {
  margin: 0 0 16px;
  color: #2a4036;
  line-height: 1.75;
  font-size: 1.02rem;
}
.ed-rv-hub-cat-side {
  padding: 22px;
  border: 1px solid #e6ebe8;
  border-radius: 16px;
  background: #f7fbf8;
}
.ed-rv-hub-cat-side h2 {
  margin: 0 0 14px;
  font-size: 1.05rem;
  color: #103828;
  font-weight: 800;
}
.ed-rv-hub-cat-side .ed-nw-rateslink {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
}

.ed-rv-cat-list { display: grid; gap: 18px; }
.ed-rv-cat-row {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid #e6ebe8;
  border-radius: 16px;
  background: #fff;
  align-items: start;
}
@media (min-width: 720px) {
  .ed-rv-cat-row { grid-template-columns: 128px 1fr auto; }
  .ed-rv-cat-row--feat {
    grid-template-columns: 300px 1fr;
    padding: 28px;
    border-color: #b8dcc8;
    background: linear-gradient(180deg, #f7fbf8 0%, #fff 100%);
    box-shadow: 0 12px 36px rgba(0, 135, 90, .08);
  }
  .ed-rv-cat-row--feat .ed-rv-cat-row__link {
    grid-column: 1 / -1;
    justify-self: start;
  }
}
.ed-rv-cat-row__art img {
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(16, 40, 28, .12);
  width: 100%;
  height: auto;
}
.ed-rv-cat-row__body h2 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}
.ed-rv-cat-row__body h2 a { color: #103828; }
.ed-rv-cat-row__body h2 a:hover { color: #00875a; }
.ed-rv-cat-row__meta {
  margin: 0 0 6px;
  color: #2a4036;
  font-size: .94rem;
}
.ed-rv-cat-row__meta .ed-nw-stars b { margin-left: 6px; }
.ed-rv-cat-row__fee {
  margin: 0 0 10px;
  color: #5b6560;
  font-size: .9rem;
}
.ed-rv-cat-row__excerpt {
  margin: 0;
  color: #2a4036;
  line-height: 1.7;
  font-size: .95rem;
  font-weight: 550;
}
.ed-rv-cat-row__link { white-space: nowrap; font-weight: 700; }
.ed-rv-hub__empty { color: #5b6560; line-height: 1.6; }
.ed-rv-hub__empty a { color: #00875a; font-weight: 700; }

.ed-rv-method { display: grid; gap: 28px; max-width: 820px; margin: 0 auto; padding: 48px 24px 64px; }
.ed-rv-method h2 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  color: #103828;
  font-weight: 900;
}
.ed-rv-method p,
.ed-rv-method li {
  color: #2a4036;
  line-height: 1.75;
  font-size: 1.02rem;
}
.ed-rv-method ul { margin: 0; padding-left: 1.25rem; }

/* ========== Banking · best savings (NW parity) ========== */
.ed-bank-hero .ed-nw-crumb span:last-of-type { opacity: .85; }

.ed-bank-tip {
  background: #fff;
  padding: 0 0 8px;
}
.ed-bank-tip__inner {
  display: grid;
  gap: 20px;
  align-items: center;
  padding: 22px 20px;
  border-radius: 16px;
  background: #e7f4ef;
  border: 1px solid #d4ebe0;
}
@media (min-width: 860px) {
  .ed-bank-tip__inner {
    grid-template-columns: 1.15fr .85fr;
    padding: 28px 32px;
  }
}
.ed-bank-tip__kicker {
  margin: 0 0 8px;
  font-size: .92rem;
  font-weight: 900;
  color: #00875a;
}
.ed-bank-tip__copy h2 {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 900;
  line-height: 1.3;
  color: #0a100d;
}
.ed-bank-tip__copy p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #5c6b64;
}
.ed-bank-tip__chart {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: end;
}
.ed-bank-tip__bar {
  padding: 14px 12px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ed-bank-tip__bar small {
  display: block;
  font-size: .72rem;
  font-weight: 800;
  color: #5b6560;
  margin-bottom: 6px;
}
.ed-bank-tip__bar b {
  font-size: 1.35rem;
  font-weight: 900;
  color: #0a100d;
}
.ed-bank-tip__bar--top b { color: #00875a; }
.ed-bank-tip__vs {
  text-align: center;
  font-weight: 900;
  color: #00875a;
  font-size: 1.1rem;
}
.ed-bank-tip__vs svg { width: 36px; height: 36px; margin-top: 4px; }

.ed-bank-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.ed-bank-toolbar__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ed-bank-chip {
  border: 1px solid #cfd8d3;
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: .86rem;
  font-weight: 800;
  cursor: pointer;
  color: #0a100d;
}
.ed-bank-chip.is-on {
  background: #00875a;
  border-color: #00875a;
  color: #fff;
}
html[dir="rtl"] .ed-bank-chip,
html.ed-rtl .ed-bank-chip {
  unicode-bidi: plaintext;
}
a.ed-bank-chip--link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
a.ed-bank-chip--link:hover {
  border-color: #00875a;
  color: #00875a;
}
.ed-bank-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 88px;
}
.ed-bank-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .86rem;
  font-weight: 800;
  color: #5b6560;
}
.ed-bank-sort select {
  border: 1px solid #cfd8d3;
  border-radius: 8px;
  padding: 8px 10px;
  font: inherit;
  font-weight: 700;
  background: #fff;
}

.ed-bank-table__head {
  grid-template-columns: 1.35fr 1.15fr .75fr .95fr .85fr !important;
}
.ed-bank-table .ed-nw-orow__grid {
  grid-template-columns: 1.35fr 1.15fr .75fr .95fr .85fr;
}

.ed-bank-logo {
  width: 148px;
  max-width: 100%;
  height: 52px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: .04em;
  box-shadow: 0 4px 14px rgba(16, 40, 28, .12);
}
img.ed-bank-logo,
.ed-bank-logo--photo {
  object-fit: cover;
  padding: 0;
  color: transparent;
  background: #e8eee9;
  height: 72px;
}
.ed-bank-storefront {
  display: block;
  width: 100%;
  object-fit: cover;
  background: #e8eee9;
}
.ed-bank-storefront--card {
  max-width: 280px;
  height: 148px;
  border-radius: 12px;
  margin: 0 auto;
  box-shadow: 0 10px 28px rgba(15, 47, 34, .12);
}
.ed-bank-storefront--hero {
  max-width: 320px;
  height: 168px;
  border-radius: 14px;
  margin: 0 auto;
  box-shadow: 0 14px 32px rgba(15, 47, 34, .14);
}

.ed-bank-apy-note,
.ed-bank-bonus-note {
  display: block;
  margin-top: 4px;
  font-size: .78rem;
  font-weight: 700;
  color: #5b6560;
  line-height: 1.35;
}
.ed-bank-tip-btn {
  border: 0;
  background: #e7f4eb;
  color: #00875a;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 900;
  cursor: pointer;
  vertical-align: middle;
}

.ed-bank-empty {
  padding: 24px;
  text-align: center;
  font-weight: 700;
  color: #5b6560;
}

.ed-bank-tray {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  transform: translateY(110%);
  transition: transform .22s ease;
  pointer-events: none;
}
.ed-bank-tray.is-show {
  transform: translateY(0);
  pointer-events: auto;
}
.ed-bank-tray__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: #0b6b3c;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, .18);
}
.ed-bank-tray__inner > span { font-weight: 800; font-size: .9rem; }
.ed-bank-tray__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
}
.ed-bank-tray__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  font-size: .82rem;
  font-weight: 800;
}
.ed-bank-tray__chip button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
}
.ed-bank-tray__go {
  background: #b6e05c !important;
  color: #123d2c !important;
  max-width: none !important;
  width: auto !important;
  padding: 10px 16px !important;
}

.ed-bank-compare-title {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 900;
}
.ed-bank-compare-lead a {
  color: #00875a;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ed-cmp-page__logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  margin: 0 auto 8px;
  font-size: .85rem;
}
img.ed-cmp-page__logo {
  width: 88px;
  height: 56px;
  object-fit: cover;
  background: #e8eee9;
}
.ed-cmp-page__table td a {
  color: #00875a;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Banking · NW-style rich picks + editorial */
.ed-bank-section {
  margin-top: 48px;
  padding-top: 8px;
}
.ed-bank-section__head { margin-bottom: 22px; }
.ed-bank-section__kicker {
  margin: 0 0 8px;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00875a;
}
.ed-bank-section h2 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: #123d2c;
}
.ed-bank-section__lead {
  margin: 0;
  max-width: 62ch;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: #5c6b64;
}
.ed-bank-offers {
  display: grid;
  gap: 22px;
}
.ed-bank-offer__best {
  margin: 8px 0 0;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.55;
  color: #4a5c54;
}
.ed-bank-offer__art { display: block; }
.ed-bank-phone {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 10 / 19;
  margin: 0 auto;
  padding: 10px;
  border-radius: 28px;
  background: linear-gradient(160deg, #2a3540 0%, #0f1419 100%);
  box-shadow: 0 18px 40px rgba(15, 47, 34, .18);
}
.ed-bank-phone__screen {
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fbf9 0%, #eef5f0 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  text-align: center;
}
.ed-bank-phone__logo {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--bank-bg, #00875a);
  color: #fff;
  font-weight: 900;
  font-size: 1.1rem;
  display: grid;
  place-items: center;
}
.ed-bank-phone__name {
  margin: 0;
  font-size: .78rem;
  font-weight: 800;
  color: #2a4035;
}
.ed-bank-phone__apy span {
  display: block;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  color: #6b7f75;
}
.ed-bank-phone__apy b {
  font-size: 1.45rem;
  font-weight: 900;
  color: #00875a;
}
.ed-bank-phone__bar {
  width: 72%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b6e05c, #00875a);
  margin-top: 6px;
}
.ed-bank-toc {
  margin-top: 36px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #f3f8f5;
  border: 1px solid #e3ebe6;
}
.ed-bank-toc h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 900;
  color: #123d2c;
}
.ed-bank-toc ol {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 6px;
  font-weight: 700;
}
.ed-bank-toc a {
  color: #00875a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ed-bank-section--split {
  display: grid;
  gap: 28px;
  align-items: center;
}
@media (min-width: 900px) {
  .ed-bank-section--split {
    grid-template-columns: 1.05fr .95fr;
    gap: 36px;
  }
  .ed-bank-section--reverse .ed-bank-figure { order: -1; }
}
.ed-bank-section__copy p {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #5c6b64;
}
.ed-bank-checklist {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: #123d2c;
}
.ed-bank-figure {
  margin: 0;
  text-align: center;
}
.ed-bank-figure figcaption {
  margin-top: 10px;
  font-size: .82rem;
  font-weight: 700;
  color: #6b7f75;
}
.ed-bank-figure__art {
  position: relative;
  min-height: 220px;
  border-radius: 20px;
  background: linear-gradient(145deg, #e8f3ec 0%, #d4ebdc 100%);
  border: 1px solid #cfe3d6;
  overflow: hidden;
}
.ed-bank-figure__jar {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 120px;
  height: 140px;
  border-radius: 18px 18px 28px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.55) 0%, rgba(182,224,92,.35) 100%);
  border: 3px solid rgba(0,135,90,.25);
}
.ed-bank-figure__jar::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 16px;
  border-radius: 8px;
  background: rgba(0,135,90,.2);
}
.ed-bank-figure__coin {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #b6e05c;
  color: #123d2c;
  font-weight: 900;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(15,47,34,.12);
}
.ed-bank-figure__coin--a { top: 28px; left: 22%; animation: ed-bank-float 4s ease-in-out infinite; }
.ed-bank-figure__coin--b { top: 48px; right: 18%; animation: ed-bank-float 4s ease-in-out infinite .8s; }
@keyframes ed-bank-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.ed-bank-figure__device {
  width: min(240px, 100%);
  margin: 0 auto;
  padding: 12px;
  border-radius: 28px;
  background: #1a1f1c;
  box-shadow: 0 16px 36px rgba(15,47,34,.16);
}
.ed-bank-figure__device-top {
  width: 36%;
  height: 6px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: #333;
}
.ed-bank-figure__device-screen {
  border-radius: 18px;
  background: linear-gradient(165deg, #12382a, #1a5c42);
  color: #fff;
  padding: 28px 16px;
  text-align: center;
}
.ed-bank-figure__device-screen span {
  display: block;
  font-size: .78rem;
  font-weight: 800;
  opacity: .85;
}
.ed-bank-figure__device-screen b {
  display: block;
  margin: 6px 0;
  font-size: 2rem;
  font-weight: 900;
  color: #c6f04a;
}
.ed-bank-figure__device-screen small {
  font-size: .75rem;
  font-weight: 700;
  opacity: .8;
}
.ed-bank-method-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
@media (min-width: 640px) {
  .ed-bank-method-grid { grid-template-columns: repeat(2, 1fr); }
}
.ed-bank-method-grid article {
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e3ebe6;
}
.ed-bank-method-grid strong {
  display: block;
  font-size: .78rem;
  font-weight: 900;
  color: #00875a;
  margin-bottom: 6px;
}
.ed-bank-method-grid h3 {
  margin: 0 0 6px;
  font-size: .98rem;
  font-weight: 900;
  color: #123d2c;
}
.ed-bank-method-grid p {
  margin: 0;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.55;
  color: #5b6560;
}
.ed-bank-faq {
  display: grid;
  gap: 10px;
}
.ed-bank-faq__item {
  border: 1px solid #e3ebe6;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.ed-bank-faq__item summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 900;
  color: #123d2c;
  list-style: none;
}
.ed-bank-faq__item summary::-webkit-details-marker { display: none; }
.ed-bank-faq__item p {
  margin: 0;
  padding: 0 18px 16px;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.65;
  color: #4a5c54;
}
.ed-bank-related {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #e3ebe6;
}
.ed-bank-related h2 {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 900;
}
.ed-bank-related__grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 720px) {
  .ed-bank-related__grid { grid-template-columns: repeat(3, 1fr); }
}
.ed-bank-related__card {
  display: block;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e3ebe6;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.ed-bank-related__card:hover {
  border-color: #00875a;
  box-shadow: 0 10px 28px rgba(15,47,34,.08);
}
.ed-bank-related__tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eef7f1;
  color: #00875a;
  font-size: .72rem;
  font-weight: 900;
}
.ed-bank-related__card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 900;
  color: #123d2c;
}
.ed-bank-related__card p {
  margin: 0;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.5;
  color: #5c6b64;
}

/* Hero jump pills + two-column layout */
.ed-bank-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.ed-bank-jumps a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}
.ed-bank-jumps a svg { width: 16px; height: 16px; flex-shrink: 0; }
.ed-bank-jumps a:hover { background: rgba(255,255,255,.24); }

.ed-bank-layout {
  display: grid;
  gap: 28px;
}
@media (min-width: 1080px) {
  .ed-bank-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
    align-items: start;
  }
}
.ed-bank-layout__main { min-width: 0; }

.ed-bank-quick-wrap {
  margin-bottom: 24px;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eef7f1 0%, #fff 100%);
  border: 1px solid #dce8e0;
}
.ed-bank-quick-wrap__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 900;
  color: #123d2c;
}
.ed-bank-quick-wrap__title svg { width: 20px; height: 20px; }
.ed-bank-quick-grid {
  display: grid;
  gap: 10px;
}
@media (min-width: 720px) {
  .ed-bank-quick-grid { grid-template-columns: repeat(3, 1fr); }
}
.ed-bank-quick {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e3ebe6;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.ed-bank-quick:hover {
  border-color: #00875a;
  box-shadow: 0 8px 22px rgba(15,47,34,.08);
}
.ed-bank-quick__logo {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: .85rem;
}
img.ed-bank-quick__logo,
.ed-bank-quick__logo--photo {
  object-fit: cover;
  padding: 0;
  background: #e8eee9;
}
.ed-bank-quick__body {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 2px;
}
.ed-bank-quick__body strong {
  font-size: .92rem;
  font-weight: 900;
  color: #123d2c;
}
.ed-bank-quick__apy {
  font-size: .82rem;
  font-weight: 800;
  color: #00875a;
}
.ed-bank-quick__note {
  font-size: .72rem;
  font-weight: 600;
  color: #6b7f75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ed-bank-quick__arrow { width: 18px; height: 18px; color: #9aa59f; flex-shrink: 0; }

.ed-bank-row__review {
  display: inline-block;
  margin-top: 6px;
  font-size: .82rem;
  font-weight: 800;
  color: #00875a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ed-bank-sidebar__sticky {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 12px;
}
.ed-bank-sidebar__toc {
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e3ebe6;
  display: grid;
  gap: 8px;
}
.ed-bank-sidebar__toc strong {
  font-size: .88rem;
  font-weight: 900;
  color: #123d2c;
  margin-bottom: 4px;
}
.ed-bank-sidebar__toc a {
  font-size: .86rem;
  font-weight: 700;
  color: #00875a;
  text-decoration: none;
}
.ed-bank-sidebar__toc a:hover { text-decoration: underline; }
.ed-bank-sidebar__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #00875a;
  color: #fff;
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}
.ed-bank-sidebar__cta svg { width: 18px; height: 18px; }
.ed-bank-sidebar__cta--ai {
  background: linear-gradient(145deg, #d8f264, #b8e04c);
  color: #123d2c;
}
@media (max-width: 1079px) {
  .ed-bank-sidebar { display: none; }
}

.ed-bank-toc--inline h2 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ed-bank-toc--inline h2 svg { width: 18px; height: 18px; }

.ed-bank-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ed-bank-checklist li svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.ed-bank-checklist--plain { list-style: none; padding: 0; }

.ed-bank-method-grid__ico {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: #eef7f1;
}
.ed-bank-method-grid__ico svg { width: 20px; height: 20px; }

.ed-bank-faq__item summary {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ed-bank-faq__ico svg { width: 20px; height: 20px; color: #00875a; flex-shrink: 0; }

.ed-bank-related__ico {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #eef7f1;
}
.ed-bank-related__ico svg { width: 22px; height: 22px; }

.ed-bank-phone--lg { max-width: 260px; }

/* Review page */
.ed-bank-review-main { padding-top: 12px; }
.ed-bank-review-crumb { margin-bottom: 16px; }
.ed-bank-review__hero {
  display: grid;
  gap: 24px;
  margin-bottom: 28px;
}
@media (min-width: 860px) {
  .ed-bank-review__hero {
    grid-template-columns: 1fr 260px;
    align-items: center;
  }
}
.ed-bank-review h1 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1.2;
}
.ed-bank-review__lead {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.65;
  color: #4a5c54;
}
.ed-bank-review__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.ed-bank-review__stats div {
  padding: 10px 12px;
  border-radius: 12px;
  background: #f3f8f5;
  border: 1px solid #e3ebe6;
}
.ed-bank-review__stats span {
  display: block;
  font-size: .72rem;
  font-weight: 800;
  color: #6b7f75;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.ed-bank-review__stats b {
  font-size: 1.05rem;
  font-weight: 900;
  color: #00875a;
}
.ed-bank-review__take,
.ed-bank-review__block {
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e3ebe6;
}
.ed-bank-review__take h2,
.ed-bank-review__block h2 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 900;
}
.ed-bank-review__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 979px) {
  .ed-bank-table .ed-nw-orow__grid {
    grid-template-columns: 1fr;
  }
  .ed-bank-tray__go { width: 100%; justify-content: center; }
}

/* ========== Mortgage rate compare (NW one-row layout) ========== */
.ed-mort-hero .ed-nw-hero__inner { padding-bottom: 24px; }
.ed-mort-hero .ed-nw-hero__row a { color: #fff; }
.ed-mort-byline { margin: 10px 0 0; }
.ed-mort-lead { margin-top: 12px; }

.ed-mort-hero__top {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
}
.ed-mort-hero__intro {
  flex: 1 1 420px;
  min-width: 0;
}
.ed-mort-hero__date {
  margin: 6px 0 0;
  font-size: .92rem;
  font-weight: 700;
  opacity: .9;
}

.ed-mort-avg {
  flex: 0 1 360px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 10px;
  background: rgba(0, 0, 0, .12);
}
.ed-mort-avg__title {
  margin: 0 0 10px;
  font-size: .82rem;
  font-weight: 800;
  opacity: .92;
}
.ed-mort-avg__grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 12px;
}
.ed-mort-avg__grid > div { min-width: 0; }
.ed-mort-avg dt {
  margin: 0 0 4px;
  font-size: .72rem;
  font-weight: 700;
  opacity: .85;
  line-height: 1.25;
}
.ed-mort-avg dd {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 900;
}

.ed-mort-panel {
  background: #fff;
  border-radius: 10px;
  padding: 14px 14px 16px;
  color: #0a100d;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
}

.ed-mort-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #dce3df;
  margin-bottom: 14px;
}
.ed-mort-tabs button {
  border: 0;
  background: transparent;
  padding: 10px 18px;
  font: inherit;
  font-size: .92rem;
  font-weight: 800;
  color: #5b6560;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
.ed-mort-tabs button.is-on {
  color: #00875a;
  border-bottom-color: #00875a;
}

.ed-mort-form {
  display: grid;
  gap: 12px;
  align-items: end;
}
@media (min-width: 900px) {
  .ed-mort-form {
    grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
    gap: 10px;
  }
  .ed-mort-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
  }
}
.ed-mort-field label {
  display: block;
  margin-bottom: 6px;
  font-size: .78rem;
  font-weight: 800;
  color: #5b6560;
}
.ed-mort-field input,
.ed-mort-field select {
  width: 100%;
  border: 1px solid #cfd8d3;
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
  font-size: .9rem;
  font-weight: 700;
  background: #fff;
  color: #0a100d;
}
.ed-mort-down {
  display: grid;
  grid-template-columns: 1fr 64px;
  gap: 8px;
  align-items: center;
}
.ed-mort-down input:last-child { text-align: center; }
.ed-mort-more {
  border: 1px solid #cfd8d3;
  background: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  font: inherit;
  font-size: .88rem;
  font-weight: 800;
  color: #3d4742;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ed-mort-submit {
  border: 0;
  background: #00875a;
  color: #fff;
  border-radius: 8px;
  padding: 11px 22px;
  font: inherit;
  font-size: .92rem;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}
.ed-mort-submit:hover { background: #066b47; }

.ed-mort-more-panel {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e8eeeb;
}
.ed-mort-more-panel__grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 700px) {
  .ed-mort-more-panel__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ed-mort-tip { margin-top: 0; }
.ed-mort-tip__chart .ed-bank-tip__vs span {
  font-size: .82rem;
  font-weight: 800;
  color: #5b6560;
}

.ed-mort-toolbar { margin-bottom: 4px; }

.ed-mort-meta {
  margin: 0 0 12px;
  font-size: .88rem;
  font-weight: 700;
  color: #5b6560;
}

.ed-mort-otable-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 8px;
  border-radius: 12px;
}
.ed-mort-otable {
  min-width: 1040px;
}
.ed-mort-otable__head,
.ed-mort-otable .ed-mort-orow__grid {
  grid-template-columns: minmax(200px, 1.45fr) .82fr .72fr 1.08fr .82fr minmax(148px, 1fr) !important;
}
.ed-mort-otable .ed-nw-orow__grid {
  align-items: center;
}
.ed-mort-scroll-hint {
  display: none;
  margin: 0 0 16px;
  text-align: center;
  font-size: .78rem;
  font-weight: 700;
  color: #5b6560;
}

.ed-mort-row__brand.ed-nw-orow__card {
  align-items: flex-start;
}
.ed-mort-logo {
  width: 148px;
  max-width: 100%;
  height: 52px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: .03em;
  box-shadow: 0 4px 14px rgba(16, 40, 28, .14);
}
.ed-mort-row__brand .ed-nw-orow__name {
  text-decoration: none;
  font-size: 1rem;
  margin-top: 4px;
}
.ed-mort-row__nmls {
  margin: 0;
  font-size: .78rem;
  font-weight: 700;
  color: #5b6560;
}
.ed-mort-details {
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  color: #1a4dcc;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ed-mort-row__extra {
  margin-top: 8px;
  font-size: .78rem;
  font-weight: 600;
  color: #5b6560;
  line-height: 1.45;
}
.ed-mort-row__extra p { margin: 0 0 4px; }
.ed-mort-col b {
  font-size: 1.02rem;
  font-weight: 900;
  color: #0a100d;
  line-height: 1.25;
}
.ed-mort-otable .ed-nw-orow__cta .ed-nw-apply {
  width: 100%;
  max-width: 200px;
  text-align: center;
}

.ed-mort-tip {
  margin: 20px 0;
  padding: 0;
  background: transparent;
}
.ed-mort-tip .ed-bank-tip__inner {
  background: #eef8f2;
  border: 1px solid #d4e8dc;
  border-radius: 12px;
  padding: 18px 16px;
}

.ed-mort-guide {
  margin: 28px 0 20px;
}
.ed-mort-guide h2 {
  margin: 0 0 14px;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 900;
}
.ed-mort-guide__grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 760px) {
  .ed-mort-guide__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ed-mort-guide article {
  background: #fff;
  border: 1px solid #dce3df;
  border-radius: 10px;
  padding: 16px;
}
.ed-mort-guide h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 900;
}
.ed-mort-guide p {
  margin: 0;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.5;
  color: #3d4742;
}

.ed-mort-faq {
  margin: 0 0 24px;
}
.ed-mort-faq h2 {
  margin: 0 0 12px;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 900;
}
.ed-mort-faq details {
  background: #fff;
  border: 1px solid #dce3df;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 8px;
}
.ed-mort-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: #0a100d;
}
.ed-mort-faq p {
  margin: 10px 0 0;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.5;
  color: #3d4742;
}

@media (max-width: 979px) {
  .ed-mort-scroll-hint { display: block; }
  .ed-mort-otable-wrap { overflow: visible; }
  .ed-mort-otable {
    min-width: 0;
    border: 0;
    background: transparent;
  }
  .ed-mort-otable .ed-nw-otable__head { display: none !important; }
  .ed-mort-otable .ed-mort-orow__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 14px !important;
    padding: 14px 16px !important;
    background: #fff;
    border: 1px solid #dce3df;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .ed-mort-otable .ed-nw-orow {
    border: 0;
    margin-bottom: 0;
  }
  .ed-mort-otable .ed-nw-orow__ribbon { margin: 0 0 8px; }
  .ed-mort-row__brand.ed-nw-orow__card {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }
  .ed-mort-row__brand .ed-mort-logo {
    width: 108px;
    height: 44px;
    flex-shrink: 0;
  }
  .ed-mort-otable .ed-nw-orow__cta { grid-column: 1 / -1; }
  .ed-mort-otable .ed-nw-orow__cta .ed-nw-apply { max-width: none; }
  .ed-mort-otable .ed-nw-orow__m { display: block; }
  .ed-mort-avg__grid { grid-template-columns: 1fr; }
}

@media (max-width: 559px) {
  .ed-mort-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .ed-mort-submit { width: 100%; }
}

/* ========== Personal loans · best listing (NW parity) ========== */
.ed-loan-hero .ed-nw-hero__inner {
  padding-bottom: 0;
  overflow: hidden;
}
.ed-loan-hero__split {
  display: grid;
  gap: 20px;
  align-items: end;
}
@media (min-width: 768px) {
  .ed-loan-hero__split {
    grid-template-columns: minmax(0, 1fr) min(42%, 360px);
    gap: 12px 28px;
  }
}
.ed-loan-hero__copy h1 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  line-height: 1.12;
  font-weight: 900;
}
.ed-loan-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #fff;
  color: #085c34;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}
.ed-loan-hero__cta:hover { background: #f0faf4; }
.ed-loan-hero__note {
  margin: 10px 0 0;
  font-size: .78rem;
  font-weight: 600;
  opacity: .88;
}
.ed-loan-hero__photo {
  margin: 0;
  align-self: stretch;
  display: flex;
  justify-content: flex-end;
}
.ed-loan-hero__photo img {
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: cover;
  object-position: center top;
  display: block;
}
@media (max-width: 767px) {
  .ed-loan-hero__photo { display: none; }
}

.ed-loan-score {
  background: #f3f7f5;
  border-bottom: 1px solid #e2ebe6;
  padding: 20px 0 24px;
}
.ed-loan-score__panel {
  background: #fff;
  border: 1px solid #dce3df;
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 8px 24px rgba(10, 40, 24, .06);
}
.ed-loan-score__panel h2 {
  margin: 0 0 8px;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 900;
}
.ed-loan-score__panel > p {
  margin: 0 0 16px;
  font-size: .92rem;
  font-weight: 600;
  color: #3a4a42;
  line-height: 1.55;
}
.ed-loan-score__form {
  display: grid;
  gap: 12px;
}
@media (min-width: 640px) {
  .ed-loan-score__form {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    align-items: end;
    gap: 12px;
  }
}
.ed-loan-score__form label span {
  display: block;
  margin-bottom: 6px;
  font-size: .78rem;
  font-weight: 800;
  color: #4d5853;
}
.ed-loan-score__form select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cfd8d2;
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
  background: #fff;
}
.ed-loan-score__submit {
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: #00875a;
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}
.ed-loan-score__submit:hover { background: #006b47; }
.ed-loan-score__result {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #e7f4ef;
  border: 1px solid #c8e6d6;
  font-size: .92rem;
  font-weight: 700;
  color: #174a35;
  line-height: 1.55;
}

.ed-loan-intro {
  background: #fff;
  padding: 22px 0 8px;
}
.ed-loan-intro p {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.65;
  color: #1a2420;
}

.ed-loan-table__head span:nth-child(3),
.ed-loan-table__head span:nth-child(4) { min-width: 0; }
.ed-loan-row__grid .ed-loan-term-note {
  display: block;
  margin-top: 4px;
  font-size: .78rem;
  font-weight: 700;
  color: #5a6660;
}
.ed-loan-empty {
  padding: 24px;
  text-align: center;
  color: #5a6660;
  font-weight: 700;
}
.ed-loan-toolbar { margin-bottom: 16px; }

@media (max-width: 759px) {
  .ed-loan-table .ed-nw-orow__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ed-loan-score__submit { width: 100%; }
}

.ed-loan-tip { background: #fff; padding: 8px 0 4px; }
.ed-loan-tip__inner { margin-top: 4px; }

.ed-loan-section-title {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 2.6vw, 1.65rem);
  font-weight: 900;
  color: #0a100d;
}
.ed-loan-section-lead {
  margin: 0 0 18px;
  font-size: .96rem;
  font-weight: 600;
  line-height: 1.6;
  color: #3a4a42;
  max-width: 52rem;
}

.ed-loan-spotlight-wrap { padding: 20px 0 8px; background: #f3f7f5; }
.ed-loan-spotlight {
  display: grid;
  gap: 0;
  background: #fff;
  border: 1px solid #dce3df;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(10, 40, 24, .07);
}
@media (min-width: 860px) {
  .ed-loan-spotlight { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
}
.ed-loan-spotlight__media { position: relative; min-height: 220px; }
.ed-loan-spotlight__media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}
.ed-loan-spotlight__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #00875a;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .02em;
}
.ed-loan-spotlight__body { padding: 22px 20px 24px; }
.ed-loan-spotlight__kicker {
  margin: 0 0 8px;
  font-size: .88rem;
  font-weight: 900;
  color: #00875a;
}
.ed-loan-spotlight__body h2 {
  margin: 0 0 10px;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 900;
  line-height: 1.25;
}
.ed-loan-spotlight__rating {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}
.ed-loan-spotlight__body > p {
  margin: 0 0 14px;
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.65;
  color: #2b3530;
}
.ed-loan-spotlight__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}
@media (min-width: 520px) {
  .ed-loan-spotlight__facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.ed-loan-spotlight__facts div {
  padding: 10px;
  border-radius: 10px;
  background: #f3f7f5;
  border: 1px solid #e2ebe6;
}
.ed-loan-spotlight__facts span {
  display: block;
  font-size: .72rem;
  font-weight: 800;
  color: #5a6660;
  margin-bottom: 4px;
}
.ed-loan-spotlight__facts b { font-size: .88rem; font-weight: 900; color: #0a100d; }
.ed-loan-spotlight__cols {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}
@media (min-width: 640px) {
  .ed-loan-spotlight__cols { grid-template-columns: 1fr 1fr; }
}
.ed-loan-spotlight__cols h3 {
  margin: 0 0 8px;
  font-size: .86rem;
  font-weight: 900;
  color: #00875a;
}
.ed-loan-spotlight__cta { margin-top: 4px; }

.ed-loan-picks-wrap { padding: 24px 0 8px; }
.ed-loan-picks {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 280px);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.ed-loan-pick {
  scroll-snap-align: start;
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dce3df;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 18px rgba(10, 40, 24, .06);
  transition: transform .15s ease, box-shadow .15s ease;
}
.ed-loan-pick:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(10, 40, 24, .1);
}
.ed-loan-pick img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.ed-loan-pick__body { padding: 12px 14px 14px; }
.ed-loan-pick__ribbon {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #e7f4ef;
  color: #00875a;
  font-size: .68rem;
  font-weight: 900;
}
.ed-loan-pick b {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 4px;
}
.ed-loan-pick span {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  color: #4d5853;
}
.ed-loan-pick__stars {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem;
  font-weight: 800;
  color: #00875a;
}
.ed-loan-pick__stars .ed-nw-stars__svg {
  display: inline-flex;
  gap: 1px;
  flex-shrink: 0;
}
.ed-loan-pick__stars svg,
.ed-loan-spotlight__rating svg {
  width: 15px;
  height: 15px;
  display: block;
  flex-shrink: 0;
}

.ed-loan-purposes-wrap {
  padding: 28px 0;
  background: #f3f7f5;
  border-block: 1px solid #e2ebe6;
}
.ed-loan-purposes {
  display: grid;
  gap: 18px;
}
@media (min-width: 760px) {
  .ed-loan-purposes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.ed-loan-purpose {
  display: grid;
  gap: 0;
  background: #fff;
  border: 1px solid #dce3df;
  border-radius: 14px;
  overflow: hidden;
}
@media (min-width: 560px) {
  .ed-loan-purpose { grid-template-columns: 200px minmax(0, 1fr); }
}
.ed-loan-purpose__img { display: block; min-height: 160px; }
.ed-loan-purpose__img img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  display: block;
}
.ed-loan-purpose__body { padding: 16px 18px 18px; }
.ed-loan-purpose__body h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 900;
}
.ed-loan-purpose__body p {
  margin: 0 0 10px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.6;
  color: #2b3530;
}
.ed-loan-purpose__tip {
  margin: 0 0 12px !important;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f7faf8;
  font-size: .84rem !important;
  color: #3a4a42 !important;
}
.ed-loan-purpose__btn {
  padding: 8px 14px;
  border: 1px solid #00875a;
  border-radius: 999px;
  background: #fff;
  color: #00875a;
  font: inherit;
  font-size: .82rem;
  font-weight: 900;
  cursor: pointer;
}
.ed-loan-purpose__btn:hover { background: #e7f4ef; }

.ed-loan-row__brand {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ed-loan-row__thumb {
  width: 88px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e2ebe6;
  flex-shrink: 0;
}
.ed-loan-row__brand-meta { min-width: 0; }
.ed-loan-row__detail-link {
  display: inline-block;
  margin-top: 8px;
  font-size: .78rem;
  font-weight: 800;
  color: #00875a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ed-loan-pros,
.ed-loan-cons {
  margin: 0;
  padding-left: 1.1rem;
  font-size: .86rem;
  font-weight: 600;
  line-height: 1.55;
  color: #2b3530;
}
.ed-loan-pros li { margin-bottom: 4px; }
.ed-loan-cons li { margin-bottom: 4px; color: #4a4038; }

.ed-loan-reviews-wrap { margin-top: 36px; }
.ed-loan-reviews { display: grid; gap: 22px; }
.ed-loan-review {
  padding: 0;
  border: 1px solid #dce3df;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  scroll-margin-top: 88px;
}
.ed-loan-review__head {
  display: grid;
  gap: 0;
}
@media (min-width: 720px) {
  .ed-loan-review__head { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
}
.ed-loan-review__head > img {
  width: 100%;
  min-height: 200px;
  max-height: 280px;
  object-fit: cover;
  display: block;
}
.ed-loan-review__head-copy { padding: 18px 20px; }
.ed-loan-review__ribbon {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e7f4ef;
  color: #00875a;
  font-size: .72rem;
  font-weight: 900;
}
.ed-loan-review__head-copy h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 900;
}
.ed-loan-review__head-copy > p:last-child {
  margin: 10px 0 0;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.6;
  color: #2b3530;
}
.ed-loan-review__body {
  padding: 16px 20px 0;
  border-top: 1px solid #eef2ef;
}
.ed-loan-review__body p {
  margin: 0 0 12px;
  font-size: .92rem;
  line-height: 1.7;
  color: #2b3530;
}
.ed-loan-review__detail {
  margin: 8px 0 0;
}
.ed-loan-review__detail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #e2ebe6;
}
.ed-loan-review__grid {
  display: grid;
  gap: 16px;
  padding: 18px 20px 20px;
  border-top: 1px solid #eef2ef;
}
@media (min-width: 760px) {
  .ed-loan-review__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .ed-loan-review__facts { grid-column: 1 / -1; }
}
.ed-loan-review__grid h4 {
  margin: 0 0 8px;
  font-size: .86rem;
  font-weight: 900;
  color: #00875a;
}
.ed-loan-review__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 14px;
  border-radius: 12px;
  background: #f7faf8;
  border: 1px solid #e2ebe6;
}
@media (min-width: 640px) {
  .ed-loan-review__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ed-loan-review__facts div { min-width: 0; }
.ed-loan-review__facts dt {
  margin: 0 0 2px;
  font-size: .72rem;
  font-weight: 800;
  color: #5a6660;
}
.ed-loan-review__facts dd {
  margin: 0;
  font-size: .86rem;
  font-weight: 900;
  color: #0a100d;
}
.ed-loan-review > .ed-nw-apply {
  margin: 0 20px 20px;
  display: inline-flex;
}

.ed-loan-method-wrap {
  margin: 32px 0 8px;
  padding: 24px 0;
  background: #e7f4ef;
  border-block: 1px solid #d4ebe0;
}
.ed-loan-method {
  max-width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0 clamp(12px, 2.4vw, 28px);
  display: grid;
  gap: 20px;
  align-items: center;
}
@media (min-width: 860px) {
  .ed-loan-method { grid-template-columns: 1.1fr .9fr; }
}
.ed-loan-method h2 {
  margin: 0 0 12px;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  font-weight: 900;
}
.ed-loan-method__copy p {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: #5c6b64;
}
.ed-loan-method__criteria {
  margin: 14px 0 0;
  padding-left: 1.15rem;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.6;
  color: #2b3530;
}
.ed-loan-method__criteria b { color: #00875a; }
.ed-loan-method__fig {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #c8e6d6;
  box-shadow: 0 8px 24px rgba(10, 40, 24, .08);
}
.ed-loan-method__fig img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.ed-loan-faq-wrap { padding: 28px 0 12px; }
.ed-loan-faq { display: grid; gap: 10px; }
.ed-loan-faq__item {
  border: 1px solid #dce3df;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.ed-loan-faq__item summary {
  padding: 14px 16px;
  font-size: .94rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}
.ed-loan-faq__item summary::-webkit-details-marker { display: none; }
.ed-loan-faq__a {
  padding: 0 16px 14px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.65;
  color: #2b3530;
}
.ed-loan-faq__a a { color: #00875a; font-weight: 800; }

.ed-loan-related-wrap {
  padding: 8px 0 32px;
  background: #f3f7f5;
  border-top: 1px solid #e2ebe6;
}
.ed-loan-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.ed-loan-related {
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dce3df;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .15s ease;
}
.ed-loan-related:hover { box-shadow: 0 8px 22px rgba(10, 40, 24, .08); }
.ed-loan-related img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
.ed-loan-related__tag {
  display: inline-block;
  margin: 10px 12px 4px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e7f4ef;
  color: #00875a;
  font-size: .68rem;
  font-weight: 900;
}
.ed-loan-related b {
  display: block;
  padding: 0 12px 14px;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.4;
}

/* ========== Mega menu (NW hover dropdown) ========== */
.ed-has-mega {
  position: relative;
  z-index: 120;
  overflow: visible !important;
}
.ed-nw-top.ed-has-mega,
.ed-header.ed-has-mega {
  overflow: visible !important;
}
.ed-nw-top.ed-mega-open,
.ed-header.ed-mega-open {
  box-shadow: 0 1px 0 var(--nw-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__shell {
  background: #fff;
  border-top: 1px solid var(--nw-line, #e6ebe8);
  box-shadow: 0 18px 40px rgba(10, 16, 13, .12);
}
.ed-mega-drop__inner {
  max-width: 1240px;
  margin: 0 auto;
  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(--nw-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-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-feat--purple .ed-mega-feat__img { background: #ede9fe; }
.ed-mega-feat--green .ed-mega-feat__img { background: #dcfce7; }
.ed-mega-feat--gold .ed-mega-feat__img { background: #fef3c7; }
.ed-mega-feat--blue .ed-mega-feat__img { background: #dbeafe; }
.ed-mega-feat--teal .ed-mega-feat__img { background: #ccfbf1; }
.ed-mega-feat--portrait .ed-mega-feat__img img { object-fit: cover; object-position: top; }
.ed-mega-foot {
  border-top: 1px solid var(--nw-line, #e6ebe8);
  background: #faf8f3;
  padding: 14px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.ed-mega-foot a {
  font-size: 14.5px;
  font-weight: 900;
  color: #00875a;
}
.ed-mega-foot__alt { color: #0f766e !important; }
.ed-mega-foot a:hover { text-decoration: underline; }
.ed-mega-trigger:hover,
.ed-mega-open .ed-mega-trigger[aria-expanded="true"] {
  background: #eef6f0;
  color: #174a35;
}
@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-col:first-child .ed-mega-links { grid-template-columns: 1fr; }
}

/* Header chrome: text-only app dl + lang pill (hide outer icons only) */
.ed-nw-top__actions .ed-app-dl-ico { display: none !important; }
.ed-nw-top .ed-lang-dd .gsc-lang-dd__btn .gsc-lang-dd__flag { display: none !important; }

/* Mobile drawer — unified accordion (L1 toggle only, L2 links navigate) */
@media (max-width: 979px) {
  .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;
    box-sizing: border-box;
  }
  .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(--nw-ink, #0a100d);
  }
  .ed-nw-menu.is-open svg {
    opacity: 0;
  }
  .ed-nw-menu.is-open::after {
    content: '×';
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    color: var(--nw-ink, #0a100d);
    pointer-events: none;
  }
  .ed-nw-menu {
    position: relative;
  }
  .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-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--nw .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(--nw-ink);
    text-align: left;
    cursor: pointer;
  }
  .ed-mob-item--nw .ed-mob-item__row:hover,
  .ed-mob-item--nw.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--nw.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-invite-chip {
    display: flex;
    width: 100%;
    margin: 2px 0 10px;
    box-sizing: border-box;
  }
  .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-nw-drawer__nav .ed-mob-flat {
    display: flex;
    align-items: center;
    gap: 12px;
    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(--nw-ink);
    text-decoration: none;
  }
  .ed-nw-drawer__nav .ed-mob-flat .ed-nw-drawer__ico,
  .ed-nw-drawer__nav .ed-mob-flat .ed-drawer__ico {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
  }
  .ed-nw-drawer__nav .ed-mob-flat .ed-mob-item__label {
    flex: 1 1 auto;
    min-width: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .ed-nw-drawer__nav .ed-mob-flat:hover { background: #f4f6f5; }

  /* 抽屉语言行：与菜单项同色（lang5） */
  .ed-drawer__lang .gsc-lang-dd__btn,
  .ed-nw-drawer .ed-drawer__lang .gsc-lang-dd__btn {
    border: 0 !important;
    background: transparent !important;
    border-radius: 12px;
    min-height: 48px;
    padding: 12px 10px !important;
    font-size: 1.06rem;
    font-weight: 800 !important;
    color: #0a100d !important;
    box-shadow: none !important;
  }
  .ed-drawer__lang .gsc-lang-dd__btn:hover,
  .ed-drawer__lang .gsc-lang-dd.is-open .gsc-lang-dd__btn,
  .ed-nw-drawer .ed-drawer__lang .gsc-lang-dd__btn:hover,
  .ed-nw-drawer .ed-drawer__lang .gsc-lang-dd.is-open .gsc-lang-dd__btn {
    background: #f4f6f5 !important;
    color: #0a100d !important;
  }
  .ed-drawer__lang .gsc-lang-dd__label,
  .ed-drawer__lang .gsc-lang-dd__name,
  .ed-nw-drawer .ed-drawer__lang .gsc-lang-dd__label,
  .ed-nw-drawer .ed-drawer__lang .gsc-lang-dd__name {
    color: #0a100d !important;
    font-weight: 800 !important;
    font-size: 1.06rem;
  }
  .ed-drawer__lang .gsc-lang-dd__chev,
  .ed-nw-drawer .ed-drawer__lang .gsc-lang-dd__chev {
    color: #64748b !important;
    opacity: 1 !important;
  }
}

/* Banking · CD rates page (NW parity) */
.ed-bank-news {
  padding: 28px 0 8px;
  background: #f8fbf9;
  border-bottom: 1px solid #e3ebe6;
}
.ed-bank-news__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 24px;
  align-items: center;
}
@media (min-width: 900px) {
  .ed-bank-news__inner { grid-template-columns: 1fr 1.05fr; }
}
.ed-bank-news__photo {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 47, 34, .12);
}
.ed-bank-news__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ed-bank-news__copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 900;
  color: #123d2c;
}
.ed-bank-news__copy p {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: #5c6b64;
}
.ed-bank-term-table-wrap {
  overflow-x: auto;
  border: 1px solid #e3ebe6;
  border-radius: 14px;
  background: #fff;
}
.ed-bank-term-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .95rem;
}
.ed-bank-term-table th,
.ed-bank-term-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #eef3ef;
}
.ed-bank-term-table th {
  background: #f3f8f5;
  font-weight: 900;
  color: #123d2c;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ed-bank-term-table td strong { color: #00875a; font-size: 1.05rem; }
.ed-bank-figure--photo {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 47, 34, .1);
}
.ed-bank-figure--photo img {
  display: block;
  width: 100%;
  height: auto;
}
.ed-bank-figure--photo figcaption {
  padding: 10px 14px;
  font-size: .82rem;
  font-weight: 700;
  color: #64748b;
  background: #f3f8f5;
}
.ed-bank-ladder {
  display: grid;
  gap: 10px;
  max-width: 280px;
  margin: 0 auto;
}
.ed-bank-ladder__step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
}
.ed-bank-ladder__step span { font-size: .88rem; opacity: .92; }
.ed-bank-ladder__step b { font-size: 1.1rem; }
.ed-bank-ladder__step--a { background: linear-gradient(90deg, #00875a, #00a86b); }
.ed-bank-ladder__step--b { background: linear-gradient(90deg, #007a52, #009960); margin-left: 8px; }
.ed-bank-ladder__step--c { background: linear-gradient(90deg, #006b47, #008754); margin-left: 16px; }
.ed-bank-ladder__step--d { background: linear-gradient(90deg, #005c3d, #007548); margin-left: 24px; }
.ed-bank-ladder__step--e { background: linear-gradient(90deg, #004d33, #00663d); margin-left: 32px; }
.ed-bank-related__card--img {
  padding: 0;
  overflow: hidden;
}
.ed-bank-related__card--img img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.ed-bank-related__card--img strong,
.ed-bank-related__card--img p,
.ed-bank-related__card--img .ed-bank-related__tag {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}
.ed-bank-related__card--img .ed-bank-related__tag { padding-top: 12px; }
.ed-bank-related__card--img p { padding-bottom: 16px; }

/* Banking · checking accounts (NW parity) */
.ed-bank-table__head--checking,
.ed-bank-table--checking .ed-nw-orow__grid,
.ed-bank-row--checking .ed-nw-orow__grid {
  grid-template-columns: 1.2fr 1fr .65fr .75fr .55fr .85fr .75fr !important;
}
@media (max-width: 900px) {
  .ed-bank-table--checking .ed-nw-otable__head,
  .ed-bank-table--checking .ed-bank-row--checking .ed-nw-orow__grid {
    display: none;
  }
  .ed-bank-table--checking .ed-bank-row {
    border: 1px solid #e3ebe6;
    border-radius: 14px;
    margin-bottom: 12px;
    padding: 12px;
  }
  .ed-bank-table--checking .ed-bank-row .ed-nw-orow__grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px;
  }
}
.ed-bank-overdraft-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-size: .88rem;
}
.ed-bank-overdraft-stars svg {
  width: 14px;
  height: 14px;
}
.ed-bank-overdraft-stars b {
  font-size: .82rem;
  font-weight: 800;
  color: #123d2c;
}
.ed-bank-overdraft-stars--stat {
  flex-wrap: wrap;
  gap: 6px;
}
.ed-nw-orow__fee b,
.ed-nw-orow__overdraft b {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  color: #123d2c;
}

/* ========== Credit union / institution review (NW banking review parity) ========== */
.ed-bank-cu-hero .ed-nw-hero__inner { padding-bottom: 28px; }
.ed-bank-cu-hero__grid {
  display: grid;
  gap: 20px;
  align-items: center;
  margin-top: 8px;
}
@media (min-width: 860px) {
  .ed-bank-cu-hero__grid {
    grid-template-columns: 1fr 240px;
  }
}
.ed-bank-cu-hero__kicker {
  margin: 0 0 8px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .88;
}
.ed-bank-cu-hero__stars { margin: 0 0 14px; color: #fff; }
.ed-bank-cu-hero__stars b { color: #fff; }
.ed-bank-cu-byline { margin-top: 0; }
.ed-bank-cu-cta {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}
.ed-bank-cu-cta .ed-nw-cta__sub { color: rgba(255, 255, 255, .88); margin: 8px 0 0; }
.ed-bank-cu-main { padding-top: 20px; }

.ed-bank-cu-glance {
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 16px;
  background: #f3f8f5;
  border: 1px solid #e3ebe6;
}
.ed-bank-cu-glance h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 900;
}
.ed-bank-cu-glance__lead {
  margin: 0 0 14px;
  line-height: 1.7;
  color: #3d4f47;
  font-weight: 600;
}
.ed-bank-cu-glance__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ed-bank-cu-glance__tags span {
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d5e5dc;
  font-size: .82rem;
  font-weight: 800;
  color: #0b6b3c;
}

.ed-bank-cu-scores {
  margin-bottom: 28px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e3ebe6;
}
.ed-bank-cu-scores__head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.ed-bank-cu-scores__head h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 900;
}
.ed-bank-cu-scores__overall {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.ed-bank-cu-scores__overall b {
  font-size: 2rem;
  font-weight: 900;
  color: #00875a;
  line-height: 1;
}
.ed-bank-cu-scores__overall span {
  font-size: .85rem;
  font-weight: 700;
  color: #6b7f75;
}
.ed-bank-cu-scores__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 640px) {
  .ed-bank-cu-scores__grid { grid-template-columns: repeat(4, 1fr); }
}
.ed-bank-cu-score-card {
  padding: 14px 12px;
  border-radius: 12px;
  background: #f8fbf9;
  border: 1px solid #e3ebe6;
  text-align: center;
}
.ed-bank-cu-score-card__label {
  display: block;
  font-size: .72rem;
  font-weight: 800;
  color: #6b7f75;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 6px;
}
.ed-bank-cu-score-card__val {
  font-size: 1.65rem;
  font-weight: 900;
  color: #00875a;
  line-height: 1;
}
.ed-bank-cu-score-card__of {
  font-size: .85rem;
  font-weight: 700;
  color: #8a9a92;
}
.ed-bank-cu-scores__note {
  margin: 14px 0 0;
  font-size: .82rem;
  line-height: 1.55;
  color: #6b7f75;
}

.ed-bank-cu-take {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eef9f2 0%, #f7fcf9 100%);
  border-left: 4px solid #00875a;
}
.ed-bank-cu-take h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 900;
  color: #0b6b3c;
}
.ed-bank-cu-take p {
  margin: 0;
  line-height: 1.65;
  font-weight: 600;
  color: #3d4f47;
}

.ed-bank-cu-product {
  margin-bottom: 28px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e3ebe6;
}
.ed-bank-cu-product__head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf2ef;
}
.ed-bank-cu-product__head h2 {
  margin: 0 0 4px;
  font-size: 1.15rem;
  font-weight: 900;
}
.ed-bank-cu-product__sub {
  margin: 0;
  font-size: .88rem;
  font-weight: 500;
  color: #5c6b64;
}
.ed-bank-cu-product__badge {
  display: flex;
  align-items: baseline;
  gap: 2px;
  padding: 8px 14px;
  border-radius: 10px;
  background: #f3f8f5;
  border: 1px solid #d5e5dc;
}
.ed-bank-cu-product__badge b {
  font-size: 1.5rem;
  font-weight: 900;
  color: #00875a;
  line-height: 1;
}
.ed-bank-cu-product__badge span {
  font-size: .9rem;
  font-weight: 700;
  color: #8a9a92;
}
.ed-bank-cu-product__badge--best {
  background: #e8f8ef;
  border-color: #b8e6cc;
}
.ed-bank-cu-product__pc { margin: 16px 0; }

.ed-bank-cu-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}
@media (min-width: 720px) {
  .ed-bank-cu-metrics { grid-template-columns: repeat(3, 1fr); }
  .ed-bank-cu-metrics--2 { grid-template-columns: repeat(2, 1fr); }
  .ed-bank-cu-metrics--3 { grid-template-columns: repeat(3, 1fr); }
}
.ed-bank-cu-metric {
  padding: 12px;
  border-radius: 10px;
  background: #f8fbf9;
  border: 1px solid #edf2ef;
}
.ed-bank-cu-metric__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.ed-bank-cu-metric__top span {
  font-size: .72rem;
  font-weight: 800;
  color: #6b7f75;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.ed-bank-cu-metric__top b {
  font-size: .78rem;
  font-weight: 900;
  color: #00875a;
}
.ed-bank-cu-metric__val {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 900;
  color: #123d2c;
}
.ed-bank-cu-metric__hint {
  display: block;
  margin-top: 6px;
  font-size: .72rem;
  line-height: 1.4;
  color: #6b7f75;
  font-weight: 600;
}
.ed-bank-cu-metric__bar {
  height: 4px;
  border-radius: 999px;
  background: #e3ebe6;
  overflow: hidden;
}
.ed-bank-cu-metric__bar::after {
  content: "";
  display: block;
  height: 100%;
  width: var(--pct, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, #00875a, #3cb371);
}

.ed-bank-cu-alts .ed-rv-alt {
  align-items: center;
}
.ed-bank-cu-alt__logo {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--bank-bg, #00875a);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 900;
}
.ed-bank-cu-foot-cta {
  margin-top: 8px;
  padding: 24px 20px;
  border-radius: 16px;
  background: #f3f8f5;
  border: 1px solid #e3ebe6;
  text-align: center;
}
.ed-bank-cu-foot-cta .ed-nw-apply {
  display: inline-flex;
  width: auto;
  padding: 12px 22px;
}

/* CU review + mortgage · rich media rows */
.ed-bank-cu-media {
  display: grid;
  gap: 16px;
  margin: 18px 0 20px;
  align-items: stretch;
}
@media (min-width: 720px) {
  .ed-bank-cu-media { grid-template-columns: 1.15fr .85fr; }
  .ed-bank-cu-media--reverse { direction: rtl; }
  .ed-bank-cu-media--reverse > * { direction: ltr; }
}
.ed-bank-cu-media__photo {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 47, 34, .1);
  min-height: 200px;
}
.ed-bank-cu-media__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}
.ed-bank-cu-media__device {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.ed-bank-cu-tiles {
  display: grid;
  gap: 12px;
  margin: 20px 0 8px;
}
@media (min-width: 640px) {
  .ed-bank-cu-tiles { grid-template-columns: repeat(3, 1fr); }
}
.ed-bank-cu-tile {
  padding: 16px;
  border-radius: 14px;
  background: #f8fbf9;
  border: 1px solid #e3ebe6;
}
.ed-bank-cu-tile__ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e8f5ee;
  color: #00875a;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}
.ed-bank-cu-tile__ico svg { width: 24px; height: 24px; }
.ed-bank-cu-tile h3 {
  margin: 0 0 6px;
  font-size: .95rem;
  font-weight: 900;
  color: #123d2c;
}
.ed-bank-cu-tile p {
  margin: 0;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.55;
  color: #4a5c54;
}

.ed-mort-spotlight {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}
@media (min-width: 760px) {
  .ed-mort-spotlight { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ed-mort-spotlight__card {
  border: 1px solid #e3ebe6;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.ed-mort-spotlight__img {
  display: block;
  width: 100%;
  height: 148px;
  object-fit: cover;
}
.ed-mort-spotlight__body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ed-mort-spotlight__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ed-mort-spotlight__logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  font-size: .72rem;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1.1;
  padding: 4px;
}
.ed-mort-spotlight__brand b {
  font-size: 1rem;
  font-weight: 900;
  color: #123d2c;
}
.ed-mort-spotlight__brand span {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  color: #6b7f75;
}
.ed-mort-spotlight__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 4px;
}
.ed-mort-spotlight__stats div {
  padding: 8px 10px;
  border-radius: 10px;
  background: #f3f8f5;
}
.ed-mort-spotlight__stats span {
  display: block;
  font-size: .68rem;
  font-weight: 800;
  color: #6b7f75;
  text-transform: uppercase;
}
.ed-mort-spotlight__stats b {
  font-size: .95rem;
  font-weight: 900;
  color: #00875a;
}
.ed-mort-spotlight__card p {
  margin: 0;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.55;
  color: #5c6b64;
}
.ed-mort-spotlight__card .ed-nw-apply {
  margin-top: auto;
  width: 100%;
  justify-content: center;
  padding: 10px 14px;
  font-size: .88rem;
}

/* Banking hub + resource center */
.ed-bank-hub { padding-top: 8px; }
.ed-bank-hub__section {
  margin-bottom: 36px;
}
.ed-bank-hub__section h2 {
  margin: 0 0 16px;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 900;
  color: #123d2c;
}
.ed-bank-hub__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.ed-bank-hub__grid--2 {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.ed-bank-hub__grid--3 {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.ed-bank-hub__card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e3ebe6;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.ed-bank-hub__card:hover {
  border-color: #00875a;
  box-shadow: 0 8px 22px rgba(15, 47, 34, .08);
}
.ed-bank-hub__card--img {
  padding: 0;
  overflow: hidden;
}
.ed-bank-hub__card--img img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.ed-bank-hub__card--img strong,
.ed-bank-hub__card--img p,
.ed-bank-hub__card--img .ed-bank-hub__tag {
  padding-left: 14px;
  padding-right: 14px;
}
.ed-bank-hub__card--img .ed-bank-hub__tag { padding-top: 12px; }
.ed-bank-hub__card--img p { padding-bottom: 14px; margin: 0; }
.ed-bank-hub__tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e8f5ee;
  color: #00875a;
  font-size: .68rem;
  font-weight: 900;
  width: fit-content;
}
.ed-bank-hub__card strong {
  font-size: .95rem;
  font-weight: 900;
  color: #123d2c;
  line-height: 1.35;
}
.ed-bank-hub__card p {
  margin: 0;
  font-size: .82rem;
  font-weight: 500;
  color: #5c6b64;
  line-height: 1.45;
}
.ed-bank-hub__ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eef7f1;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
}
.ed-bank-hub__ico svg { width: 24px; height: 24px; }
.ed-bank-calc__form input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cfd8d3;
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
}

/* ========== 手机端防右侧出圈（NW 子页） ========== */
@media (max-width: 979px) {
  html, body.ed-nw {
    overflow-x: clip;
    max-width: 100%;
  }
  .ed-nw-top__inner,
  .ed-nw-main,
  .ed-nw-main__inner,
  .ed-nw-hero__inner,
  .ed-nw-cats__inner,
  .ed-nw-foot__inner,
  .ed-cmp__inner,
  .ed-art-wrap,
  .ed-art-layout,
  .ed-art-panel,
  .ed-art-side,
  .ed-yiqq-main,
  .gsc-assess-page,
  .gsc-assess-layout,
  .gsc-assess-panel,
  .gsc-cases-main {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .ed-nw-offer__grid,
  .ed-nw-offer,
  .ed-rv__main,
  .ed-bank-layout,
  .ed-bank-layout__main {
    min-width: 0;
    max-width: 100%;
  }
  .ed-nw-top__inner {
    padding-left: max(12px, env(safe-area-inset-left, 0px));
    padding-right: max(12px, env(safe-area-inset-right, 0px));
  }
  input, select, textarea, button {
    max-width: 100%;
  }
}

/* ---------- ONEO VISA 12项核心优势 ---------- */
.ed-nw-offer--oneo {
  border: 1.5px solid rgba(0, 135, 90, .22);
  box-shadow: 0 12px 36px rgba(18, 61, 44, .08);
}
.ed-oneo-perks {
  margin-top: 20px;
  padding: 20px 22px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f0faf4 0%, #fff 100%);
  border: 1px solid #cfe3d6;
}
.ed-oneo-perks h3 {
  margin: 0 0 14px;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #0a100d;
}
.ed-oneo-perks__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}
.ed-oneo-perks__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 700;
  line-height: 1.55;
  color: #123d2c;
}
.ed-oneo-perks__n {
  flex: 0 0 auto;
  min-width: 1.6em;
  font-weight: 900;
  color: #00875a;
}
.ed-oneo-perks__more {
  margin: 14px 0 0;
}
@media (min-width: 900px) {
  .ed-oneo-perks__list {
    grid-template-columns: 1fr 1fr;
    column-gap: 22px;
  }
}
