/* ============================================================
   WIKIBIZ HOMEPAGE — PROD BANKS PASS
   Homepage is a presentation layer over Core / News / Reviews.
   ============================================================ */
body.home #wbz-home{
  --wbz-home-section-y:68px;
  --wbz-home-card-gap:14px;
  --wbz-home-soft:color-mix(in srgb,var(--wbz-bg2) 72%,var(--wbz-surface));
  --wbz-home-border:var(--wbz-line);
  --wbz-home-text:var(--wbz-ink);
  --wbz-home-muted:var(--wbz-mut);
  width:100%;
  max-width:100%;
  margin:0;
  color:var(--wbz-ink);
  font-family:var(--wbz-font);
}
.wbz-home-bank *{box-sizing:border-box}
.wbz-home-bank a{text-decoration:none}
.wbz-home-bank .wbz-home-inner{width:min(var(--wbz-container),calc(100% - 40px));margin-inline:auto}
.wbz-home-bank h1,.wbz-home-bank h2,.wbz-home-bank h3{font-family:var(--wbz-font);color:var(--wbz-head)}
.wbz-home-bank .wbz-icon{flex:none}

/* Hero */
.wbz-home-bank .wbz-hb-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:52px 0 44px;
  border-bottom:1px solid var(--wbz-line);
  background:
    radial-gradient(540px 250px at 58% 100%,var(--wbz-glow),transparent 72%),
    radial-gradient(560px 380px at 91% 13%,color-mix(in srgb,var(--wbz-surface) 88%,transparent),transparent 75%),
    var(--wbz-bg2);
}
.wbz-home-bank .wbz-hb-hero:after{
  content:"";
  position:absolute;
  z-index:0;
  top:20px;
  left:calc(50% + 18px);
  width:420px;
  height:420px;
  background:url("../../images/hero-bank.webp") center/contain no-repeat;
  filter:grayscale(1) brightness(.9) contrast(.86);
  opacity:.12;
  pointer-events:none;
}
.wbz-home-bank .wbz-hb-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.34fr) minmax(320px,.66fr);
  gap:36px;
  align-items:start;
}
.wbz-home-bank .wbz-hb-kicker,.wbz-home-bank .wbz-hb-eyebrow{
  display:inline-flex;
  align-items:center;
  margin:0 0 12px;
  color:var(--wbz-acc);
  font-size:11px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.065em;
  text-transform:uppercase;
}
.wbz-home-bank .wbz-hb-kicker{
  padding:7px 11px;
  border-radius:999px;
  background:var(--wbz-tint);
  letter-spacing:0;
  text-transform:none;
}
.wbz-home-bank .wbz-hb-hero-copy h1{
  max-width:760px;
  margin:0 0 14px;
  font-size:clamp(38px,4.05vw,54px);
  font-weight:520;
  line-height:1.055;
  letter-spacing:-.042em;
}
.wbz-home-bank .wbz-hb-hero-copy h1 mark{background:transparent;color:var(--wbz-acc);font:inherit}
.wbz-home-bank .wbz-hb-hero-copy>p{
  max-width:720px;
  margin:0 0 22px;
  color:var(--wbz-ink2);
  font-size:15.5px;
  line-height:1.62;
}
.wbz-home-bank .wbz-hb-hero-actions{display:flex;flex-wrap:wrap;gap:11px;align-items:center}
.wbz-home-bank .wbz-hb-primary,.wbz-home-bank .wbz-hb-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:12px 18px;
  border-radius:12px;
  font-size:14px;
  font-weight:750;
  transition:transform .15s,background .15s,border-color .15s,box-shadow .15s;
}
.wbz-home-bank .wbz-hb-primary{background:var(--wbz-action);color:var(--wbz-action-ink);box-shadow:0 8px 18px rgba(76,160,0,.15)}
.wbz-home-bank .wbz-hb-primary:hover{background:var(--wbz-action-hover);transform:translateY(-1px)}
.wbz-home-bank .wbz-hb-secondary{border:1px solid var(--wbz-line-strong);background:var(--wbz-surface);color:var(--wbz-ink)}
.wbz-home-bank .wbz-hb-secondary:hover{border-color:var(--wbz-acc);color:var(--wbz-acc);transform:translateY(-1px)}
/* Popular banks inside hero — no ranking numbers. */
.wbz-home-bank .wbz-hb-popular{
  padding:18px 18px 14px;
  border:1px solid var(--wbz-line);
  border-radius:18px;
  background:color-mix(in srgb,var(--wbz-surface) 94%,transparent);
  box-shadow:var(--wbz-shadow-md);
  backdrop-filter:blur(8px);
}
.wbz-home-bank .wbz-hb-popular-head{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:7px}
.wbz-home-bank .wbz-hb-popular-head>div{display:grid;gap:2px}
.wbz-home-bank .wbz-hb-popular-head span{color:var(--wbz-mut);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.wbz-home-bank .wbz-hb-popular-head strong{color:var(--wbz-head);font-size:16px}
.wbz-home-bank .wbz-hb-popular-head>a{display:inline-flex;align-items:center;gap:5px;color:var(--wbz-acc);font-size:11px;font-weight:700;white-space:nowrap}
.wbz-home-bank .wbz-hb-popular-list{display:grid}
.wbz-home-bank .wbz-hb-popular-row{
  display:grid;
  grid-template-columns:36px minmax(0,1fr) auto 16px;
  gap:10px;
  align-items:center;
  min-height:58px;
  padding:8px 2px;
  border-top:1px solid var(--wbz-line);
  color:var(--wbz-ink);
}
.wbz-home-bank .wbz-hb-popular-row:first-child{border-top:0}
.wbz-home-bank .wbz-hb-popular-row:hover .wbz-hb-popular-copy b{color:var(--wbz-acc)}
.wbz-home-bank .wbz-hb-popular-copy{min-width:0}
.wbz-home-bank .wbz-hb-popular-copy b,.wbz-home-bank .wbz-hb-popular-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wbz-home-bank .wbz-hb-popular-copy b{font-size:12.5px;line-height:1.25}
.wbz-home-bank .wbz-hb-popular-copy small{margin-top:3px;color:var(--wbz-mut);font-size:10px}
.wbz-home-bank .wbz-hb-popular-row em{color:var(--wbz-gold);font-size:11.5px;font-style:normal;font-weight:800;white-space:nowrap}
.wbz-home-bank .wbz-hb-popular-row>.wbz-icon{color:var(--wbz-mut)}
.wbz-home-bank .wbz-hb-popular-trust{display:flex;align-items:flex-start;gap:7px;margin:10px 0 0;padding-top:11px;border-top:1px solid var(--wbz-line);color:var(--wbz-mut);font-size:9.5px;line-height:1.4}
.wbz-home-bank .wbz-hb-popular-trust svg{margin-top:1px;color:var(--wbz-acc)}

/* Generic sections */
.wbz-home-bank .wbz-hb-section{padding:var(--wbz-home-section-y) 0}
.wbz-home-bank .wbz-hb-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.wbz-home-bank .wbz-hb-section-head>div{max-width:720px}
.wbz-home-bank .wbz-hb-section-head h2{margin:0 0 9px;font-size:clamp(29px,3vw,38px);font-weight:520;line-height:1.12;letter-spacing:-.03em}
.wbz-home-bank .wbz-hb-section-head p{margin:0;color:var(--wbz-ink2);font-size:14px;line-height:1.58}
.wbz-home-bank .wbz-hb-section-head>a{display:inline-flex;align-items:center;gap:6px;color:var(--wbz-acc);font-size:12px;font-weight:750;white-space:nowrap}

/* Products */
.wbz-home-bank .wbz-hb-products{background:var(--wbz-bg)}
.wbz-home-bank .wbz-hb-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.wbz-home-bank .wbz-hb-product-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:245px;
  padding:20px 18px 18px;
  overflow:hidden;
  border:1px solid var(--wbz-line);
  border-radius:16px;
  background:linear-gradient(145deg,var(--wbz-surface),color-mix(in srgb,var(--wbz-bg2) 68%,var(--wbz-surface)));
  color:var(--wbz-ink);
  transition:transform .16s,border-color .16s,box-shadow .16s;
}
.wbz-home-bank .wbz-hb-product-card:after{content:"";position:absolute;right:-42px;bottom:-55px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,var(--wbz-glow),transparent 68%);pointer-events:none}
.wbz-home-bank .wbz-hb-product-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--wbz-acc) 46%,var(--wbz-line));box-shadow:var(--wbz-shadow-md)}
.wbz-home-bank .wbz-hb-product-icon{position:relative;z-index:1;display:grid;place-items:center;width:43px;height:43px;margin-bottom:22px;border-radius:12px;background:var(--wbz-tint);color:var(--wbz-acc)}
.wbz-home-bank .wbz-hb-product-icon svg{width:22px;height:22px}
.wbz-home-bank .wbz-hb-product-copy{position:relative;z-index:1;display:block}
.wbz-home-bank .wbz-hb-product-copy strong{display:block;margin-bottom:8px;color:var(--wbz-head);font-size:16px;line-height:1.25}
.wbz-home-bank .wbz-hb-product-copy small{display:block;color:var(--wbz-ink2);font-size:11.5px;line-height:1.52}
.wbz-home-bank .wbz-hb-product-cta{position:relative;z-index:1;display:flex;align-items:center;gap:5px;margin-top:auto;padding-top:20px;color:var(--wbz-acc);font-size:11px;font-weight:750}

/* Banks */
.wbz-home-bank .wbz-hb-banks{background:var(--wbz-surface)}
.wbz-home-bank .wbz-hb-bank-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--wbz-home-card-gap);align-items:stretch}
.wbz-home-bank .wbz-hb-bank-card{min-width:0;border:1px solid var(--wbz-line);border-radius:16px;background:var(--wbz-surface);transition:transform .16s,border-color .16s,box-shadow .16s}
.wbz-home-bank .wbz-hb-bank-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--wbz-acc) 38%,var(--wbz-line));box-shadow:var(--wbz-shadow-sm)}
.wbz-home-bank .wbz-hb-bank-card__main{display:flex;flex-direction:column;height:100%;padding:18px;color:var(--wbz-ink)}
.wbz-home-bank .wbz-hb-bank-top{display:flex;align-items:center;gap:11px}
.wbz-home-bank .wbz-hb-bank-top>div{min-width:0}
.wbz-home-bank .wbz-hb-bank-top h3{margin:0;font-size:15px;line-height:1.22}
.wbz-home-bank .wbz-hb-bank-top p{display:flex;align-items:center;gap:4px;margin:4px 0 0;color:var(--wbz-gold);font-size:11px;font-weight:800}
.wbz-home-bank .wbz-hb-bank-top p small{color:var(--wbz-mut);font-size:9px;font-weight:500}
.wbz-home-bank .wbz-hb-bank-stats{display:grid;gap:0;margin:14px 0 10px;border-top:1px solid var(--wbz-line)}
.wbz-home-bank .wbz-hb-bank-stats>div{display:grid;gap:4px;padding:9px 0;border-bottom:1px solid var(--wbz-line)}
.wbz-home-bank .wbz-hb-bank-stats small{color:var(--wbz-mut);font-size:9.5px;line-height:1.35}
.wbz-home-bank .wbz-hb-bank-stats strong{overflow-wrap:anywhere;color:var(--wbz-ink);font-size:13px;line-height:1.3}
.wbz-home-bank .wbz-hb-bank-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:13px}
.wbz-home-bank .wbz-hb-bank-chips span{padding:5px 8px;border-radius:999px;background:var(--wbz-bg2);color:var(--wbz-ink2);font-size:9.5px;line-height:1.2}
.wbz-home-bank .wbz-hb-bank-link{display:flex;align-items:center;gap:5px;margin-top:auto;padding-top:2px;color:var(--wbz-acc);font-size:11px;font-weight:750}

/* Featured RKO tool */
.wbz-home-bank .wbz-hb-rko{padding:0 0 var(--wbz-home-section-y);background:var(--wbz-surface)}
.wbz-home-bank .wbz-hb-rko-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);
  gap:0;
  overflow:hidden;
  border:1px solid var(--wbz-line);
  border-radius:20px;
  background:linear-gradient(135deg,color-mix(in srgb,var(--wbz-tint) 68%,var(--wbz-surface)),var(--wbz-surface) 64%);
  box-shadow:var(--wbz-shadow-sm);
}
.wbz-home-bank .wbz-hb-rko-copy{position:relative;min-height:400px;padding:34px 32px;overflow:hidden}
.wbz-home-bank .wbz-hb-rko-copy h2{max-width:580px;margin:0 0 12px;font-size:clamp(29px,3vw,39px);font-weight:520;line-height:1.12;letter-spacing:-.03em}
.wbz-home-bank .wbz-hb-rko-copy>p{max-width:570px;margin:0 0 19px;color:var(--wbz-ink2);font-size:14px;line-height:1.58}
.wbz-home-bank .wbz-hb-rko-points{display:grid;gap:8px;max-width:390px;margin:0 0 22px;padding:0;list-style:none;color:var(--wbz-ink2);font-size:12px}
.wbz-home-bank .wbz-hb-rko-points li{position:relative;padding-left:19px}
.wbz-home-bank .wbz-hb-rko-points li:before{content:"✓";position:absolute;left:0;color:var(--wbz-acc);font-weight:850}
.wbz-home-bank .wbz-hb-quiz-art{position:absolute;right:-6px;bottom:-18px;width:270px;max-width:46%;height:auto;opacity:.95;pointer-events:none}
.wbz-home-bank .wbz-hb-quiz{min-width:0;min-height:400px;padding:26px;border-left:1px solid var(--wbz-line);background:color-mix(in srgb,var(--wbz-surface) 94%,transparent)}
.wbz-home-bank .wbz-hb-home-quiz-step{display:flex;flex-direction:column;height:100%}
.wbz-home-bank .wbz-hb-home-quiz-step>strong,.wbz-home-bank .wbz-hb-home-quiz-result>strong{display:block;color:var(--wbz-head);font-size:20px;line-height:1.3}
.wbz-home-bank .wbz-hb-quiz-choices{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:19px}
.wbz-home-bank .wbz-hb-quiz-choices button{min-height:54px;padding:10px 12px;border:1px solid var(--wbz-line);border-radius:11px;background:var(--wbz-surface);color:var(--wbz-ink2);font:600 11px/1.35 var(--wbz-font);text-align:left;cursor:pointer;transition:border-color .15s,background .15s,color .15s}
.wbz-home-bank .wbz-hb-quiz-choices button:hover,.wbz-home-bank .wbz-hb-quiz-choices button.is-selected{border-color:color-mix(in srgb,var(--wbz-acc) 55%,var(--wbz-line));background:var(--wbz-tint);color:var(--wbz-ink)}
.wbz-home-bank .wbz-hb-quiz-next{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:45px;margin-top:18px;border:0;border-radius:10px;background:var(--wbz-action);color:var(--wbz-action-ink);font:700 12px var(--wbz-font);cursor:pointer}
.wbz-home-bank .wbz-hb-quiz-next:disabled{opacity:.42;cursor:default}
.wbz-home-bank .wbz-hb-home-quiz-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px;border-top:1px solid var(--wbz-line)}
.wbz-home-bank .wbz-hb-home-quiz-footer>span{display:flex;gap:6px}
.wbz-home-bank .wbz-hb-home-quiz-footer i{display:block;width:7px;height:7px;border-radius:999px;background:var(--wbz-line-strong)}
.wbz-home-bank .wbz-hb-home-quiz-footer i.is-current{width:20px;background:var(--wbz-acc)}
.wbz-home-bank .wbz-hb-home-quiz-footer small{color:var(--wbz-mut);font-size:10px;line-height:1.35;text-align:right}
.wbz-home-bank .wbz-hb-home-quiz-result>p{margin:5px 0 16px;color:var(--wbz-ink2);font-size:12px;line-height:1.45}
.wbz-home-bank .wbz-hb-quiz-results{display:grid;gap:9px}
.wbz-home-bank .wbz-hb-quiz-results a{display:grid;grid-template-columns:29px minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px;border:1px solid var(--wbz-line);border-radius:10px;background:var(--wbz-surface);color:var(--wbz-ink)}
.wbz-home-bank .wbz-hb-quiz-results a i{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:var(--wbz-bg2);color:var(--wbz-acc);font-size:12px;font-style:normal;font-weight:800}
.wbz-home-bank .wbz-hb-quiz-results a b,.wbz-home-bank .wbz-hb-quiz-results a small{display:block}
.wbz-home-bank .wbz-hb-quiz-results a b{font-size:13px;line-height:1.2}
.wbz-home-bank .wbz-hb-quiz-results a small{margin-top:3px;color:var(--wbz-mut);font-size:10px;font-weight:400}
.wbz-home-bank .wbz-hb-quiz-results a em{color:var(--wbz-acc);font-size:17px;font-style:normal}
.wbz-home-bank .wbz-hb-quiz-results a:hover{border-color:var(--wbz-acc)}
.wbz-home-bank .wbz-hb-quiz-restart{margin-top:14px;padding:0;border:0;background:none;color:var(--wbz-acc);font:650 11px var(--wbz-font);cursor:pointer}

.wbz-home-bank .wbz-hb-home-quiz-result{display:flex;flex-direction:column;min-height:100%}
.wbz-home-bank .wbz-hb-home-quiz-result[hidden]{display:none}
.wbz-home-bank .wbz-hb-quiz-fallback{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:4px;padding:12px 16px;border-radius:10px;background:var(--wbz-action);color:var(--wbz-action-ink);font-size:12px;font-weight:750}

/* News */
.wbz-home-bank .wbz-hb-news{background:var(--wbz-bg)}
.wbz-home-bank .wbz-hb-news-grid>.wbz-nlist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc{min-width:0;height:100%}

.wbz-home-bank .wbz-hb-news-grid>.wbz-nlist>:only-child{grid-column:1/-1}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc.has-cover{grid-template-columns:210px minmax(0,1fr)}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc-media{min-height:158px}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc-body{padding:18px 20px}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc-h{font-size:clamp(18px,1.8vw,24px);line-height:1.24}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc-sum{margin-top:8px}

/* Reviews from WikiBiz Reviews */
.wbz-home-bank .wbz-hb-reviews{padding:48px 0 36px;background:var(--wbz-surface)}
.wbz-home-bank .wbz-hb-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.wbz-home-bank .wbz-hb-review-card{display:flex;flex-direction:column;min-width:0;min-height:218px;padding:20px;border:1px solid var(--wbz-line);border-radius:16px;background:var(--wbz-surface)}
.wbz-home-bank .wbz-hb-review-summary{display:flex;flex-wrap:wrap;align-items:center;gap:5px 7px;color:var(--wbz-mut);font-size:10px;line-height:1.35}
.wbz-home-bank .wbz-hb-review-bank{color:var(--wbz-acc);font-weight:800}
.wbz-home-bank .wbz-hb-review-product{color:var(--wbz-ink2);font-weight:650}
.wbz-home-bank .wbz-hb-review-sep{color:var(--wbz-mut)}
.wbz-home-bank .wbz-hb-review-rating{color:var(--wbz-ink2);white-space:nowrap}
.wbz-home-bank .wbz-hb-review-rating b{color:var(--wbz-gold);font-weight:800}
.wbz-home-bank .wbz-hb-review-official{display:inline-flex;align-items:center;gap:4px;color:var(--wbz-acc);font-weight:750}
.wbz-home-bank .wbz-hb-review-official svg{width:13px;height:13px}
.wbz-home-bank .wbz-hb-review-author{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px;color:var(--wbz-mut);font-size:10.5px}
.wbz-home-bank .wbz-hb-review-author strong{color:var(--wbz-ink);font-size:11px}
.wbz-home-bank .wbz-hb-review-author time{color:var(--wbz-mut)}
.wbz-home-bank .wbz-hb-review-card h3{margin:13px 0 8px;font-size:16px;line-height:1.3}
.wbz-home-bank .wbz-hb-review-card>p{margin:0;color:var(--wbz-ink2);font-size:12px;line-height:1.58}
.wbz-home-bank .wbz-hb-review-link{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin-top:auto;padding-top:15px;color:var(--wbz-acc);font-size:11px;font-weight:750}
.wbz-home-bank .wbz-hb-review-link:hover svg{transform:translateX(2px)}
.wbz-home-bank .wbz-hb-review-link svg{transition:transform .15s ease}

/* Lower-page rhythm: compact the distance between Reviews → Why → Feedback. */
.wbz-home-bank .wbz-hb-news{padding:56px 0 46px}
.wbz-home-bank .wbz-hb-trust{padding:36px 0 28px;background:var(--wbz-home-soft)}
.wbz-home-bank .wbz-hb-feedback{padding:8px 0 30px;background:var(--wbz-home-soft)}

/* Why WikiBiz */
.wbz-home-bank .wbz-hb-trust{background:var(--wbz-home-soft)}
.wbz-home-bank .wbz-hb-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.wbz-home-bank .wbz-hb-trust article{min-width:0;padding:22px;border:1px solid var(--wbz-line);border-radius:15px;background:var(--wbz-surface)}
.wbz-home-bank .wbz-hb-trust article>span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:11px;background:var(--wbz-tint);color:var(--wbz-acc)}
.wbz-home-bank .wbz-hb-trust article>span svg{width:22px;height:22px}
.wbz-home-bank .wbz-hb-trust h3{margin:0 0 8px;font-size:15px}
.wbz-home-bank .wbz-hb-trust p{margin:0;color:var(--wbz-ink2);font-size:12px;line-height:1.55}

/* Knowledge */
.wbz-home-bank .wbz-hb-knowledge{padding:48px 0 42px;background:var(--wbz-bg)}
.wbz-home-bank .wbz-hb-knowledge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.wbz-home-bank .wbz-hb-knowledge-card{display:flex;flex-direction:column;min-width:0;min-height:238px;padding:22px;border:1px solid var(--wbz-line);border-radius:16px;background:var(--wbz-surface);transition:border-color .15s,transform .15s}
.wbz-home-bank .wbz-hb-knowledge-card:hover{border-color:color-mix(in srgb,var(--wbz-acc) 38%,var(--wbz-line));transform:translateY(-1px)}
.wbz-home-bank .wbz-hb-knowledge-grid>:only-child{grid-column:1/-1;max-width:760px}
.wbz-home-bank .wbz-hb-knowledge-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px;color:var(--wbz-mut);font-size:10px;line-height:1.35}
.wbz-home-bank .wbz-hb-knowledge-meta span{display:inline-flex;align-items:center;min-height:25px;padding:4px 9px;border:1px solid var(--wbz-line);border-radius:999px;color:var(--wbz-ink2);font-weight:650}
.wbz-home-bank .wbz-hb-knowledge-meta time{margin-left:auto;white-space:nowrap}
.wbz-home-bank .wbz-hb-knowledge-card h3{margin:16px 0 9px;font-size:19px;line-height:1.3;letter-spacing:-.015em}
.wbz-home-bank .wbz-hb-knowledge-card h3 a{color:var(--wbz-ink)}
.wbz-home-bank .wbz-hb-knowledge-card h3 a:hover{color:var(--wbz-acc)}
.wbz-home-bank .wbz-hb-knowledge-card>p{margin:0;color:var(--wbz-ink2);font-size:12px;line-height:1.62}
.wbz-home-bank .wbz-hb-knowledge-link{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin-top:auto;padding-top:18px;color:var(--wbz-acc);font-size:11px;font-weight:750}
.wbz-home-bank .wbz-hb-knowledge-link svg{transition:transform .15s ease}
.wbz-home-bank .wbz-hb-knowledge-link:hover svg{transform:translateX(2px)}
html[data-theme="dark"] .wbz-home-bank .wbz-hb-knowledge-card{box-shadow:none}

/* Feedback */
.wbz-home-bank .wbz-hb-feedback{padding:8px 0 30px;background:var(--wbz-home-soft)}
.wbz-home-bank .wbz-hb-feedback .wbz-home-inner{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:17px;align-items:center;padding:22px 24px;border:1px solid var(--wbz-line);border-radius:16px;background:var(--wbz-surface)}
.wbz-home-bank .wbz-hb-feedback-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:var(--wbz-tint);color:var(--wbz-acc)}
.wbz-home-bank .wbz-hb-feedback-icon svg{width:23px;height:23px}
.wbz-home-bank .wbz-hb-feedback h2{margin:0 0 5px;font-size:18px;line-height:1.25}
.wbz-home-bank .wbz-hb-feedback p{margin:0;color:var(--wbz-ink2);font-size:11.5px;line-height:1.45}
.wbz-home-bank .wbz-hb-feedback a{display:inline-flex;align-items:center;gap:6px;color:var(--wbz-acc);font-size:11px;font-weight:750;white-space:nowrap}


/* Homepage news: give copy more room than the cover. */
.wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact).has-cover{
  grid-template-columns:minmax(160px,27%) minmax(0,1fr);
}
.wbz-home-bank .wbz-hb-news-grid>.wbz-nlist>.wbz-nc:only-child{
  grid-column:1/-1;
  max-width:780px;
}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-media{
  min-height:176px;
}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-h{
  font-size:clamp(20px,1.8vw,25px);
}


.wbz-home-bank .wbz-hb-review-actions{display:grid;justify-items:end;gap:8px}
.wbz-home-bank .wbz-hb-review-source{display:inline-flex;align-items:center;gap:5px;color:var(--wbz-acc);font-size:10px;font-weight:750;white-space:nowrap}
.wbz-home-bank .wbz-hb-review-source:hover{text-decoration:underline}


.wbz-home-bank .wbz-hb-home-quiz-step[hidden],
.wbz-home-bank .wbz-hb-home-quiz-result[hidden]{display:none}
.wbz-home-bank .wbz-hb-home-quiz-result{display:flex;flex-direction:column;min-height:328px}
.wbz-home-bank .wbz-hb-home-quiz-result .wbz-hb-quiz-results{margin-top:2px}
.wbz-home-bank .wbz-hb-quiz-empty{padding:14px;border:1px solid var(--wbz-line);border-radius:12px;background:var(--wbz-bg2);color:var(--wbz-ink2);font-size:12px;line-height:1.5}
.wbz-home-bank .wbz-hb-quiz-empty a{display:inline-flex;margin-top:8px;color:var(--wbz-acc);font-weight:750}

/* Dark mode */
html[data-theme="dark"] .wbz-home-bank .wbz-hb-hero{background:radial-gradient(540px 250px at 58% 100%,var(--wbz-glow),transparent 72%),radial-gradient(560px 380px at 91% 13%,rgba(255,255,255,.025),transparent 75%),var(--wbz-bg2)}
html[data-theme="dark"] .wbz-home-bank .wbz-hb-hero:after{filter:grayscale(1) brightness(.75);opacity:.12}
html[data-theme="dark"] .wbz-home-bank .wbz-hb-popular{background:rgba(23,28,36,.93);box-shadow:none}
html[data-theme="dark"] .wbz-home-bank .wbz-hb-product-card{background:linear-gradient(145deg,var(--wbz-surface),var(--wbz-bg))}
html[data-theme="dark"] .wbz-home-bank .wbz-hb-rko-grid{background:linear-gradient(135deg,var(--wbz-tint),var(--wbz-surface) 64%);box-shadow:none}
html[data-theme="dark"] .wbz-home-bank .wbz-hb-bank-card,html[data-theme="dark"] .wbz-home-bank .wbz-hb-review-card,html[data-theme="dark"] .wbz-home-bank .wbz-hb-trust article{box-shadow:none}

/* Dark theme: lime action buttons switch to white label/icon on hover.
   Applies to Hero CTA, quiz launcher and quiz action button. */
html[data-theme="dark"] .wbz-home-bank .wbz-hb-primary:hover,
html[data-theme="dark"] .wbz-home-bank .wbz-hb-quiz-next:not(:disabled):hover,
html[data-theme="dark"] .wbz-home-bank .wbz-hb-quiz-fallback:hover{
  color:#fff;
}
html[data-theme="dark"] .wbz-home-bank .wbz-hb-quiz-next:not(:disabled):hover,
html[data-theme="dark"] .wbz-home-bank .wbz-hb-quiz-fallback:hover{
  background:var(--wbz-action-hover);
}

/* Responsive */
@media(max-width:1100px){
  .wbz-home-bank .wbz-hb-hero-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);gap:32px}
  .wbz-home-bank .wbz-hb-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .wbz-home-bank .wbz-hb-bank-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .wbz-home-bank{--wbz-home-section-y:54px}
  .wbz-home-bank .wbz-hb-hero{padding:44px 0}
  .wbz-home-bank .wbz-hb-hero:after{left:auto;right:-120px;top:80px;width:440px;height:440px}
  .wbz-home-bank .wbz-hb-hero-grid{grid-template-columns:1fr;gap:24px}
  .wbz-home-bank .wbz-hb-popular{max-width:650px}
  .wbz-home-bank .wbz-hb-rko-grid{grid-template-columns:1fr}
  .wbz-home-bank .wbz-hb-quiz{min-height:390px;border-top:1px solid var(--wbz-line);border-left:0}
  .wbz-home-bank .wbz-hb-review-grid,.wbz-home-bank .wbz-hb-trust-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .wbz-home-bank{--wbz-home-section-y:46px}
  .wbz-home-bank .wbz-home-inner{width:calc(100% - 32px)}
  .wbz-home-bank .wbz-hb-hero{padding:36px 0 40px}
  .wbz-home-bank .wbz-hb-hero-copy h1{font-size:36px}
  .wbz-home-bank .wbz-hb-hero-copy>p{font-size:15.5px}
  .wbz-home-bank .wbz-hb-hero-actions{display:grid;grid-template-columns:1fr}
  .wbz-home-bank .wbz-hb-primary,.wbz-home-bank .wbz-hb-secondary{width:100%}
  .wbz-home-bank .wbz-hb-section-head{display:block;margin-bottom:24px}
  .wbz-home-bank .wbz-hb-section-head>a{margin-top:13px}
  .wbz-home-bank .wbz-hb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wbz-home-bank .wbz-hb-product-card{min-height:220px}
  .wbz-home-bank .wbz-hb-news-grid>.wbz-nlist{grid-template-columns:1fr}
  .wbz-home-bank .wbz-hb-news-grid .wbz-nc.has-cover{grid-template-columns:1fr}
  .wbz-home-bank .wbz-hb-news-grid .wbz-nc-media{min-height:0;aspect-ratio:16/9}
  .wbz-home-bank .wbz-hb-review-grid,.wbz-home-bank .wbz-hb-trust-grid{grid-template-columns:1fr}
  .wbz-home-bank .wbz-hb-rko-copy{min-height:360px;padding:28px 22px}
  .wbz-home-bank .wbz-hb-quiz{min-height:0;padding:24px 20px}
  .wbz-home-bank .wbz-hb-quiz-choices{grid-template-columns:1fr}
  .wbz-home-bank .wbz-hb-knowledge-grid{grid-template-columns:1fr 1fr}
  .wbz-home-bank .wbz-hb-feedback .wbz-home-inner{grid-template-columns:44px minmax(0,1fr);padding:18px}
  .wbz-home-bank .wbz-hb-feedback-icon{width:44px;height:44px}
  .wbz-home-bank .wbz-hb-feedback a{grid-column:1/-1;justify-content:center;min-height:42px;border-top:1px solid var(--wbz-line);padding-top:13px}
}
@media(max-width:480px){
  .wbz-home-bank .wbz-hb-hero-copy h1{font-size:33px}
  .wbz-home-bank .wbz-hb-product-grid,.wbz-home-bank .wbz-hb-bank-grid{grid-template-columns:1fr}
  .wbz-home-bank .wbz-hb-product-card{min-height:0}
  .wbz-home-bank .wbz-hb-popular{padding:14px}
  .wbz-home-bank .wbz-hb-popular-row{grid-template-columns:34px minmax(0,1fr) auto 15px}
  .wbz-home-bank .wbz-hb-rko-copy{min-height:380px}
  .wbz-home-bank .wbz-hb-quiz-art{right:-45px;bottom:-35px;width:250px;max-width:64%}
  .wbz-home-bank .wbz-hb-review-card>footer{display:grid;align-items:start}
  .wbz-home-bank .wbz-hb-review-card>footer em{text-align:left}
}

@media(max-width:760px){
  .wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact).has-cover{grid-template-columns:1fr}
}
@media(max-width:480px){
  .wbz-home-bank .wbz-hb-review-actions{justify-items:start}
}


/* Stage 07 — lower homepage spacing on smaller screens */
@media(max-width:900px){
  .wbz-home-bank .wbz-hb-knowledge-grid{grid-template-columns:1fr}
  .wbz-home-bank .wbz-hb-knowledge-meta time{width:100%;margin-left:0}
  .wbz-home-bank .wbz-hb-news{padding:48px 0 40px}
  .wbz-home-bank .wbz-hb-reviews{padding:44px 0 34px}
  .wbz-home-bank .wbz-hb-trust{padding:34px 0 24px}
  .wbz-home-bank .wbz-hb-knowledge{padding:42px 0 36px}
  .wbz-home-bank .wbz-hb-feedback{padding:6px 0 26px}
}
@media(max-width:700px){
  .wbz-home-bank .wbz-hb-news{padding:42px 0 34px}
  .wbz-home-bank .wbz-hb-reviews{padding:40px 0 30px}
  .wbz-home-bank .wbz-hb-trust{padding:30px 0 22px}
  .wbz-home-bank .wbz-hb-knowledge{padding:38px 0 32px}
  .wbz-home-bank .wbz-hb-feedback{padding:4px 0 24px}
  .wbz-home-bank .wbz-hb-review-summary{gap:5px 6px}
}

/* ============================================================
   STAGE 09 — HOMEPAGE NEWS: vertical editorial cards
   Scope is intentionally limited to the homepage News section.
   Global WikiBiz News archive/card presentation is untouched.
   ============================================================ */
.wbz-home-bank .wbz-hb-news-grid > .wbz-nlist{
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:18px;
  align-items:stretch;
}

.wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact){
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:100%;
  padding:0;
  overflow:hidden;
  border-radius:17px;
}

/* A cover always lives above the copy on the homepage. */
.wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact).has-cover{
  grid-template-columns:1fr;
}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-media{
  flex:0 0 auto;
  min-height:0;
  aspect-ratio:16/9;
  background:var(--wbz-bg2);
}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-image{
  width:100%;
  height:100%;
  object-fit:cover;
}

.wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-body{
  flex:1 1 auto;
  justify-content:space-between;
  gap:18px;
  min-width:0;
  padding:20px 21px 18px;
}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-copy{
  min-width:0;
}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-meta{
  margin-bottom:10px;
}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-h{
  max-width:none;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  font-size:clamp(19px,1.65vw,23px);
  line-height:1.22;
  letter-spacing:-.018em;
}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-sum{
  max-width:none;
  display:-webkit-box;
  overflow:hidden;
  margin-top:10px;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  font-size:12.5px;
  line-height:1.52;
}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-foot{
  margin-top:auto;
  padding-top:14px;
}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc-origin{
  min-width:0;
}
.wbz-home-bank .wbz-hb-news-grid .wbz-nc-origin > span:last-child{
  min-width:0;
}

/* Do not let a single article become an enormous full-width poster. */
.wbz-home-bank .wbz-hb-news-grid > .wbz-nlist > .wbz-nc:only-child{
  width:min(100%,520px);
  max-width:520px;
}

@media(max-width:900px){
  .wbz-home-bank .wbz-hb-news-grid > .wbz-nlist{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .wbz-home-bank .wbz-hb-news-grid > .wbz-nlist{
    grid-template-columns:1fr;
    gap:14px;
  }
  .wbz-home-bank .wbz-hb-news-grid > .wbz-nlist > .wbz-nc:only-child{
    width:100%;
    max-width:none;
  }
  .wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-body{
    padding:18px 18px 17px;
  }
  .wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-h{
    font-size:20px;
    -webkit-line-clamp:3;
  }
  .wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-sum{
    -webkit-line-clamp:3;
  }
}

@media(max-width:430px){
  .wbz-home-bank .wbz-hb-news-grid .wbz-nc:not(.is-compact) .wbz-nc-foot{
    align-items:flex-end;
    gap:10px;
  }
  .wbz-home-bank .wbz-hb-news-grid .wbz-nc-origin b{
    max-width:150px;
  }
}
