/* ============================================================
   WIKIBIZ — GENERIC BANK PRODUCT HUB
   Эквайринг / Бизнес-карты / Открытие ИП / Страхование.
   ============================================================ */
#wbz-product-hub{width:min(calc(100% - var(--wbz-page-gutter)),var(--wbz-container));margin-inline:auto;color:var(--wbz-ink)}
#wbz-product-hub *{box-sizing:border-box}
.wbz-product-notice{display:flex;align-items:flex-start;gap:12px;margin:0 0 24px;padding:15px 17px;border:1px solid color-mix(in srgb,var(--wbz-gold) 45%,var(--wbz-line));border-radius:var(--wbz-radius-md);background:color-mix(in srgb,var(--wbz-gold) 8%,var(--wbz-surface));color:var(--wbz-ink2);font-size:14px;line-height:1.5}
.wbz-product-notice strong{color:var(--wbz-ink);white-space:nowrap}
.wbz-product-card{position:relative;margin:0 0 16px;padding:20px 22px;border:1px solid var(--wbz-line);border-radius:var(--wbz-radius-lg);background:var(--wbz-surface);box-shadow:var(--wbz-shadow-xs);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.wbz-product-card:hover{border-color:var(--wbz-line-strong);box-shadow:var(--wbz-shadow-sm);transform:translateY(-1px)}
.wbz-product-card__row{display:grid;grid-template-columns:minmax(210px,.9fr) minmax(360px,1.7fr) 170px;gap:20px;align-items:center}
.wbz-product-card__bank{display:flex;align-items:center;gap:13px;min-width:0}
.wbz-product-card__logo{display:flex;flex:0 0 52px;align-items:center;justify-content:center;width:52px;height:52px;border-radius:13px}
.wbz-product-card__name{color:var(--wbz-ink);font-size:19px;font-weight:600;line-height:1.2}
.wbz-product-card__rating{margin-top:3px;color:var(--wbz-mut);font-size:12px}
.wbz-product-card__rating span{color:var(--wbz-gold);letter-spacing:1px}
.wbz-product-card__rating b{color:var(--wbz-ink);font-weight:600}
.wbz-product-card__context{margin-top:3px;color:var(--wbz-mut);font-size:12px;line-height:1.35}
.wbz-product-card__specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.wbz-product-card__spec{min-width:0;padding:10px 12px;border-radius:10px;background:var(--wbz-bg2)}
.wbz-product-card__label{margin-bottom:4px;color:var(--wbz-mut);font-size:11px;line-height:1.3}
.wbz-product-card__value{color:var(--wbz-ink);font-size:14px;font-weight:600;line-height:1.35}
.wbz-product-card__actions{display:flex;flex-direction:column;gap:8px;text-align:center}
.wbz-product-card__cta{width:100%}
.wbz-product-card__visit{color:var(--wbz-brand);font-size:12px;font-weight:600;text-decoration:none}
.wbz-product-card__visit:hover{color:var(--wbz-brand-hover)}
html[data-theme="dark"] .wbz-product-card:hover{box-shadow:none}
@media(max-width:920px){
  .wbz-product-card__row{grid-template-columns:1fr;gap:16px}
  .wbz-product-card__specs{max-width:720px}
  .wbz-product-card__actions{align-items:flex-start}
  .wbz-product-card__cta{width:auto;min-width:170px}
  .wbz-product-card__visit{text-align:left}
}
@media(max-width:700px){
  #wbz-product-hub{width:min(calc(100% - var(--wbz-page-gutter)),var(--wbz-container))}
  .wbz-product-card{padding:18px 16px}
  .wbz-product-card__specs{grid-template-columns:1fr}
  .wbz-product-card__actions{align-items:stretch}
  .wbz-product-card__cta{width:100%}
  .wbz-product-card__visit{text-align:center}
}

/* ============================================================
   BUSINESS CARDS HUB — /banki/biznes-karty/
   ============================================================ */
.wbz-business-cards{width:min(calc(100% - var(--wbz-page-gutter)),var(--wbz-container));margin-inline:auto;color:var(--wbz-ink)}
.wbz-business-cards *{box-sizing:border-box}
/* Business Cards hero deliberately reuses the /banki/ hero language. */
.wbz-business-cards.wbz-hubx .wbz-bcards-hero{grid-template-columns:minmax(0,1.45fr) minmax(300px,.7fr);align-items:center;gap:32px;min-height:218px;margin:0;padding:18px 0 0;overflow:visible}
.wbz-bcards-kicker,.wbz-bcards-sectionhead span,.wbz-bcards-next>div>span{display:block;margin-bottom:10px;color:var(--wbz-brand);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.wbz-business-cards .wbz-bcards-hero .wbz-h1{max-width:none;margin:0 0 12px;white-space:nowrap}
.wbz-business-cards .wbz-bcards-hero__copy .wbz-lead2{max-width:680px}
.wbz-business-cards.wbz-hubx .wbz-bcards-hero__meta{gap:12px 22px;margin-top:20px;font-size:12px}
.wbz-business-cards.wbz-hubx .wbz-bcards-hero__meta span{gap:8px}
.wbz-business-cards.wbz-hubx .wbz-bcards-hero__art{position:relative;align-self:stretch;min-height:210px}
.wbz-bcards-cardvisual{position:absolute;right:8px;top:8px;display:flex;flex-direction:column;width:205px;height:126px;padding:17px;border-radius:17px;background:linear-gradient(145deg,var(--wbz-ink),color-mix(in srgb,var(--wbz-ink) 76%,var(--wbz-brand)));box-shadow:0 16px 34px rgba(0,0,0,.12);color:var(--wbz-surface);transform:rotate(5deg)}
.wbz-bcards-cardvisual span{font-size:9px;font-weight:700;letter-spacing:.16em}.wbz-bcards-cardvisual strong{margin:auto 0;font-size:18px;letter-spacing:.04em}.wbz-bcards-cardvisual i{font-size:10px;font-style:normal;opacity:.76}
.wbz-bcards-cardvisual--back{right:43px;top:47px;background:linear-gradient(145deg,var(--wbz-brand),color-mix(in srgb,var(--wbz-brand) 65%,var(--wbz-ink)));transform:rotate(-7deg)}
.wbz-business-cards .wbz-hub-categories .wbz-bank-product-nav{margin-top:18px;margin-bottom:28px}
.wbz-bcards-catalog,.wbz-bcards-guide,.wbz-bcards-faq{margin:0 0 64px}
.wbz-bcards-sectionhead{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:20px}.wbz-bcards-sectionhead h2,.wbz-bcards-guide h2,.wbz-bcards-next h2{margin:0;color:var(--wbz-ink);font-size:clamp(28px,3vw,38px);letter-spacing:-.03em;line-height:1.12}.wbz-bcards-sectionhead p,.wbz-bcards-guide__head p,.wbz-bcards-next p{max-width:720px;margin:10px 0 0;color:var(--wbz-mut);font-size:14px;line-height:1.65}.wbz-bcards-sectionhead>b{flex:0 0 auto;padding:8px 11px;border-radius:999px;background:var(--wbz-bg2);font-size:12px}
.wbz-bcards-offer{position:relative;display:grid;grid-template-columns:minmax(190px,.7fr) minmax(360px,1.55fr) 215px;gap:26px;align-items:start;margin-bottom:12px;padding:24px;border:1px solid var(--wbz-line);border-radius:20px;background:linear-gradient(180deg,color-mix(in srgb,var(--wbz-surface) 92%,var(--wbz-brand) 2%) 0%,var(--wbz-surface) 100%);box-shadow:0 12px 28px rgba(0,0,0,.08);transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.wbz-bcards-offer:hover{border-color:color-mix(in srgb,var(--wbz-brand) 28%,var(--wbz-line));transform:translateY(-1px);box-shadow:0 16px 34px rgba(0,0,0,.12)}
.wbz-bcards-offer__bank{display:flex;align-items:flex-start;gap:14px;padding-top:4px}.wbz-bcards-offer__bankmeta{display:flex;flex-direction:column;gap:8px;min-width:0}.wbz-bcards-offer__logo{display:flex;align-items:center;justify-content:center;flex:0 0 56px;width:56px;height:56px;border-radius:16px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.wbz-bcards-offer h3{margin:0;font-size:22px;line-height:1.1}.wbz-bcards-offer__rating{display:inline-flex;align-items:center;gap:5px;color:var(--wbz-ink2);font-size:13px;font-weight:650}.wbz-bcards-offer__rating span{color:var(--wbz-gold)}.wbz-bcards-offer__verified{display:inline-flex;align-items:center;gap:6px;color:var(--wbz-mut);font-size:11px;line-height:1.35}.wbz-bcards-offer__verified span{color:var(--wbz-brand);font-weight:700}
.wbz-bcards-offer__body{display:flex;flex-direction:column;justify-content:center;gap:12px;min-width:0}.wbz-bcards-offer__name{display:block;margin:0;color:var(--wbz-ink);font-size:24px;line-height:1.18;letter-spacing:-.03em}.wbz-bcards-offer__body>p{margin:0;color:var(--wbz-ink2);font-size:14px;line-height:1.65;max-width:72ch}
.wbz-bcards-offer__highlights{display:grid;grid-template-columns:1fr;gap:8px;margin:0;padding:0;list-style:none}.wbz-bcards-offer__highlights li{position:relative;padding-left:18px;color:var(--wbz-ink2);font-size:13px;line-height:1.55}.wbz-bcards-offer__highlights li:before{content:'✓';position:absolute;left:0;top:0;color:var(--wbz-brand);font-weight:700}
.wbz-bcards-offer__actions{display:flex;flex-direction:column;justify-content:center;gap:12px;align-items:stretch;text-align:center}.wbz-bcards-offer__actions .wbz-btn{width:100%;min-height:56px}
.wbz-bcards-empty{padding:28px;border:1px dashed var(--wbz-line-strong);border-radius:18px;background:var(--wbz-bg2)}.wbz-bcards-empty strong{font-size:17px}.wbz-bcards-empty p{margin:8px 0 0;color:var(--wbz-mut);line-height:1.6}
.wbz-bcards-guide{margin-bottom:64px}.wbz-bcards-guide__head{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);align-items:end;gap:40px;margin-bottom:16px;padding-bottom:20px;border-bottom:1px solid var(--wbz-line)}.wbz-bcards-guide__head h2{max-width:520px}.wbz-bcards-guide__head p{margin:0}.wbz-bcards-guide__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.wbz-bcards-guide__grid article{display:grid;grid-template-columns:32px minmax(0,1fr);grid-template-areas:"num title" "text text";align-items:center;gap:9px 12px;min-width:0;padding:16px 17px;border:1px solid var(--wbz-line);border-radius:14px;background:var(--wbz-surface);transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.wbz-bcards-guide__grid article:hover{border-color:var(--wbz-line-strong);background:color-mix(in srgb,var(--wbz-brand) 2%,var(--wbz-surface));transform:translateY(-1px)}.wbz-bcards-guide__grid i{grid-area:num;display:grid;place-items:center;width:30px;height:30px;margin:0;border:1px solid color-mix(in srgb,var(--wbz-brand) 34%,var(--wbz-line));border-radius:9px;background:var(--wbz-tint);color:var(--wbz-brand);font-size:10px;font-style:normal;font-weight:800;line-height:1}.wbz-bcards-guide__grid b{grid-area:title;display:block;max-width:none;margin:0;color:var(--wbz-ink);font-size:14px;line-height:1.35}.wbz-bcards-guide__grid span{grid-area:text;display:block;max-width:none;color:var(--wbz-mut);font-size:12.5px;line-height:1.55}
.wbz-bcards-next{display:flex;align-items:center;justify-content:space-between;gap:34px;margin:0 0 64px;padding:30px 34px;border:1px solid color-mix(in srgb,var(--wbz-brand) 28%,var(--wbz-line));border-radius:20px;background:color-mix(in srgb,var(--wbz-brand) 6%,var(--wbz-surface))}.wbz-bcards-next>div{max-width:800px}.wbz-bcards-next .wbz-btn{flex:0 0 auto}
.wbz-bcards-faq{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:46px;align-items:start}.wbz-bcards-faq .wbz-bcards-sectionhead{display:block;margin:0}.wbz-bcards-faq .wbz-bcards-sectionhead>div{max-width:420px}.wbz-bcards-faq__list{display:grid;grid-template-columns:1fr;gap:9px;align-items:start}.wbz-bcards-faq details{align-self:start;padding:0 18px;border:1px solid var(--wbz-line);border-radius:12px;background:var(--wbz-surface);transition:border-color .16s ease,background .16s ease}.wbz-bcards-faq details[open]{border-color:color-mix(in srgb,var(--wbz-brand) 38%,var(--wbz-line));background:color-mix(in srgb,var(--wbz-brand) 3%,var(--wbz-surface))}.wbz-bcards-faq summary{display:flex;align-items:center;gap:12px;min-height:54px;padding:14px 0;cursor:pointer;color:var(--wbz-ink);font-size:14px;font-weight:650;list-style:none}.wbz-bcards-faq summary::-webkit-details-marker{display:none}.wbz-bcards-faq summary::after{content:"+";display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;margin-left:auto;border:1px solid var(--wbz-line);border-radius:8px;color:var(--wbz-mut);font-size:17px;font-weight:500;line-height:1}.wbz-bcards-faq details[open] summary::after{content:"−";border-color:color-mix(in srgb,var(--wbz-brand) 38%,var(--wbz-line));color:var(--wbz-brand)}.wbz-bcards-faq__answer{padding:0 38px 16px 0}.wbz-bcards-faq__answer p{margin:0;color:var(--wbz-mut);font-size:13px;line-height:1.6}.wbz-bcards-faq__more{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:var(--wbz-brand);font-size:12px;font-weight:750;text-decoration:none}.wbz-bcards-faq__more:hover{text-decoration:underline}.wbz-bcards-knowledge{margin:0 0 64px;padding-top:2px}.wbz-bcards-knowledge__head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:20px}.wbz-bcards-knowledge__head>div>span{display:block;margin-bottom:10px;color:var(--wbz-brand);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.wbz-bcards-knowledge__head h2{margin:0;color:var(--wbz-ink);font-size:clamp(28px,3vw,38px);letter-spacing:-.03em;line-height:1.12}.wbz-bcards-knowledge__head p{max-width:690px;margin:10px 0 0;color:var(--wbz-mut);font-size:14px;line-height:1.65}.wbz-bcards-knowledge__head>a{flex:0 0 auto;color:var(--wbz-brand);font-size:13px;font-weight:750;text-decoration:none}.wbz-bcards-knowledge__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.wbz-bcards-knowledge__card{display:flex;min-width:0;min-height:210px;flex-direction:column;padding:20px;border:1px solid var(--wbz-line);border-radius:16px;background:var(--wbz-surface)}.wbz-bcards-knowledge__card>span{color:var(--wbz-mut);font-size:11px}.wbz-bcards-knowledge__card h3{margin:10px 0 8px;font-size:17px;line-height:1.35}.wbz-bcards-knowledge__card h3 a{color:var(--wbz-ink);text-decoration:none}.wbz-bcards-knowledge__card p{margin:0;color:var(--wbz-mut);font-size:12px;line-height:1.6}.wbz-bcards-knowledge__read{margin-top:auto;padding-top:18px;color:var(--wbz-brand);font-size:12px;font-weight:750;text-decoration:none}
html[data-theme="dark"] .wbz-bcards-cardvisual{box-shadow:none}
@media(max-width:980px){.wbz-bcards-faq{grid-template-columns:1fr;gap:20px}.wbz-bcards-faq .wbz-bcards-sectionhead>div{max-width:720px}.wbz-business-cards.wbz-hubx .wbz-bcards-hero{grid-template-columns:1fr;min-height:0;padding-top:20px}.wbz-business-cards .wbz-bcards-hero .wbz-h1{white-space:normal}.wbz-bcards-hero__art{display:none}.wbz-bcards-offer{grid-template-columns:1fr;gap:18px}.wbz-bcards-offer__actions{align-items:flex-start;text-align:left}.wbz-bcards-offer__actions .wbz-btn{width:auto;min-width:220px}.wbz-bcards-guide__head{grid-template-columns:1fr;gap:10px}.wbz-bcards-guide__grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px}.wbz-bcards-next{align-items:flex-start;flex-direction:column}.wbz-bcards-faq__list{grid-template-columns:1fr}.wbz-bcards-knowledge__grid{grid-template-columns:1fr 1fr}.wbz-bcards-knowledge__head{align-items:flex-start;flex-direction:column}}
@media(max-width:700px){.wbz-business-cards{width:min(calc(100% - var(--wbz-page-gutter)),var(--wbz-container))}.wbz-bcards-sectionhead{align-items:flex-start;flex-direction:column;gap:12px}.wbz-bcards-offer{padding:18px}.wbz-bcards-offer h3{font-size:20px}.wbz-bcards-offer__name{font-size:20px}.wbz-bcards-offer__actions{align-items:stretch;text-align:center}.wbz-bcards-offer__actions .wbz-btn{width:100%;min-width:0}.wbz-bcards-guide__grid{grid-template-columns:1fr}.wbz-bcards-next{padding:24px 20px}.wbz-bcards-next .wbz-btn{width:100%}.wbz-bcards-knowledge__grid{grid-template-columns:1fr}}

/* ============================================================
   BUSINESS CARDS CATALOG FILTERS — Core 0.4.6 contract
   ============================================================ */
.wbz-bcards-filters{margin:22px 0 14px}
.wbz-bcards-filters__top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
.wbz-bcards-search{position:relative;display:block}
.wbz-bcards-search svg{position:absolute;left:15px;top:50%;width:18px;height:18px;transform:translateY(-50%);fill:none;stroke:var(--wbz-mut);stroke-width:2;pointer-events:none}
.wbz-bcards-search input{width:100%;height:48px;padding:0 16px 0 44px;border:1px solid var(--wbz-line);border-radius:13px;background:var(--wbz-surface);color:var(--wbz-ink);font:inherit;font-size:14px;outline:none;transition:border-color .16s ease,box-shadow .16s ease}
.wbz-bcards-search input::placeholder{color:var(--wbz-mut)}
.wbz-bcards-search input:focus{border-color:color-mix(in srgb,var(--wbz-brand) 55%,var(--wbz-line));box-shadow:var(--wbz-focus-ring)}
.wbz-bcards-morefilters{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 16px;border:1px solid var(--wbz-line);border-radius:13px;background:var(--wbz-surface);color:var(--wbz-ink);font:inherit;font-size:13px;font-weight:700;cursor:pointer}
.wbz-bcards-morefilters:hover,.wbz-bcards-morefilters[aria-expanded="true"]{border-color:var(--wbz-line-strong);background:var(--wbz-bg2)}
.wbz-bcards-morefilters span{display:grid;min-width:20px;height:20px;place-items:center;padding:0 5px;border-radius:999px;background:var(--wbz-bg2);color:var(--wbz-mut);font-size:10px}
.wbz-bcards-morefilters span:empty{display:none}
.wbz-bcards-quick{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.wbz-bcards-quick__item{min-height:36px;padding:7px 12px;border:1px solid var(--wbz-line);border-radius:10px;background:var(--wbz-surface);color:var(--wbz-ink2);font:inherit;font-size:12px;font-weight:650;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}
.wbz-bcards-quick__item:hover:not(:disabled){border-color:var(--wbz-line-strong)}
.wbz-bcards-quick__item.is-active{border-color:color-mix(in srgb,var(--wbz-brand) 42%,var(--wbz-line));background:var(--wbz-tint);color:var(--wbz-brand)}
.wbz-bcards-quick__item:disabled{cursor:not-allowed;opacity:.42}
.wbz-bcards-filterpanel{margin-top:12px;padding:16px;border:1px solid var(--wbz-line);border-radius:14px;background:var(--wbz-bg2)}
.wbz-bcards-filtergrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.wbz-bcards-filtergrid label{display:grid;gap:6px;min-width:0}
.wbz-bcards-filtergrid label>span{color:var(--wbz-mut);font-size:11px;font-weight:700}
.wbz-bcards-filtergrid select,.wbz-bcards-resultsbar select{width:100%;height:40px;padding:0 34px 0 11px;border:1px solid var(--wbz-line);border-radius:10px;background:var(--wbz-surface);color:var(--wbz-ink);font:inherit;font-size:12px;outline:none}
.wbz-bcards-filtergrid select:focus,.wbz-bcards-resultsbar select:focus{border-color:color-mix(in srgb,var(--wbz-brand) 55%,var(--wbz-line));box-shadow:var(--wbz-focus-ring)}
.wbz-bcards-filterpanel__actions{display:flex;align-items:center;gap:14px;margin-top:14px;padding-top:14px;border-top:1px solid var(--wbz-line)}
.wbz-bcards-filterpanel__actions .wbz-btn{min-height:38px;padding:8px 15px;font-size:12px}
.wbz-bcards-reset{border:0;background:none;color:var(--wbz-mut);font:inherit;font-size:12px;font-weight:700;cursor:pointer}
.wbz-bcards-reset:hover{color:var(--wbz-ink)}
.wbz-bcards-active{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.wbz-bcards-active:empty{display:none}
.wbz-bcards-chip{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:5px 7px 5px 10px;border:1px solid var(--wbz-line);border-radius:999px;background:var(--wbz-surface);color:var(--wbz-ink2);font-size:11px}
.wbz-bcards-chip button{display:grid;width:18px;height:18px;place-items:center;padding:0;border:0;border-radius:50%;background:var(--wbz-bg2);color:var(--wbz-mut);font:inherit;line-height:1;cursor:pointer}
.wbz-bcards-data-note{display:flex;align-items:flex-start;gap:9px;margin:12px 0 0;color:var(--wbz-mut);font-size:11.5px;line-height:1.5}
.wbz-bcards-data-note>span{display:grid;flex:0 0 20px;width:20px;height:20px;place-items:center;border:1px solid var(--wbz-line);border-radius:50%;color:var(--wbz-brand);font-size:10px;font-weight:800}
.wbz-bcards-resultsbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0 12px;padding-top:16px;border-top:1px solid var(--wbz-line)}
.wbz-bcards-resultsbar>b{color:var(--wbz-ink);font-size:12px}
.wbz-bcards-resultsbar label{display:flex;align-items:center;gap:9px;color:var(--wbz-mut);font-size:11px}
.wbz-bcards-resultsbar select{width:auto;min-width:180px}
.wbz-bcards-results{transition:opacity .16s ease}
.wbz-bcards-catalog.is-loading .wbz-bcards-results{opacity:.42}
.wbz-bcards-catalog.is-loading .wbz-bcards-filters{pointer-events:none}
.wbz-bcards-loadmore{display:flex;justify-content:center;margin-top:14px}
.wbz-bcards-loadmore:empty{display:none}
.wbz-bcards-loadmore button{min-height:40px;padding:8px 18px;border:1px solid var(--wbz-line);border-radius:11px;background:var(--wbz-surface);color:var(--wbz-ink);font:inherit;font-size:12px;font-weight:700;cursor:pointer}
.wbz-bcards-loadmore button:hover{border-color:var(--wbz-line-strong);background:var(--wbz-bg2)}
.wbz-bcards-offer.is-legacy{border-style:dashed}

@media(max-width:980px){
  .wbz-bcards-filtergrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wbz-bcards-resultsbar{align-items:flex-start}
}
@media(max-width:700px){
  .wbz-bcards-filters__top{grid-template-columns:1fr}
  .wbz-bcards-morefilters{width:100%}
  .wbz-bcards-quick{display:grid;grid-template-columns:1fr 1fr}
  .wbz-bcards-quick__item{text-align:left}
  .wbz-bcards-filtergrid{grid-template-columns:1fr}
  .wbz-bcards-filterpanel__actions{align-items:stretch;flex-direction:column}
  .wbz-bcards-filterpanel__actions .wbz-btn,.wbz-bcards-reset{width:100%;text-align:center}
  .wbz-bcards-resultsbar{flex-direction:column;gap:10px}
  .wbz-bcards-resultsbar label{width:100%;align-items:flex-start;flex-direction:column;gap:5px}
  .wbz-bcards-resultsbar select{width:100%}
  .wbz-bcards-offer__facts{display:flex}
}
@media(max-width:420px){.wbz-bcards-quick{grid-template-columns:1fr}.wbz-bcards-offer__facts{grid-template-columns:1fr}}


/* Registration business hub — 1.3.19 */
.wbz-registration{width:min(calc(100% - var(--wbz-page-gutter)),var(--wbz-container));margin-inline:auto;color:var(--wbz-ink)}
.wbz-registration *{box-sizing:border-box}
.wbz-registration.wbz-hubx .wbz-reg-hero{grid-template-columns:minmax(0,1.45fr) minmax(280px,.65fr);align-items:center;gap:32px;min-height:218px;margin:0;padding:18px 0 0;overflow:visible}
.wbz-registration .wbz-reg-hero .wbz-h1{max-width:none;margin:0 0 12px;white-space:nowrap}
.wbz-registration .wbz-reg-hero .wbz-lead2{max-width:760px}
.wbz-registration .wbz-reg-hero .wbz-trust2{gap:12px 22px;margin-top:20px;font-size:12px}
.wbz-registration .wbz-reg-hero .wbz-trust2 span{gap:8px}
.wbz-registration .wbz-hub-categories .wbz-bank-product-nav{margin-top:18px;margin-bottom:28px}
.wbz-reg-hero__art{position:relative;align-self:stretch;min-height:210px}
.wbz-reg-doc{position:absolute;display:flex;width:208px;min-height:132px;flex-direction:column;justify-content:space-between;padding:20px 22px;border:1px solid var(--wbz-line);border-radius:22px;background:var(--wbz-surface);box-shadow:0 20px 50px rgba(0,0,0,.14)}
.wbz-reg-doc:before{content:'';position:absolute;left:22px;top:-10px;width:54px;height:18px;border:1px solid var(--wbz-line);border-bottom:0;border-radius:12px 12px 0 0;background:inherit}
.wbz-reg-doc--back{right:64px;top:10px;transform:rotate(-4deg);background:color-mix(in srgb,var(--wbz-surface) 88%,#24406c 12%)}
.wbz-reg-doc--front{right:0;top:54px;transform:rotate(4deg);background:color-mix(in srgb,var(--wbz-brand) 15%,var(--wbz-surface))}
.wbz-reg-doc em{font-style:normal;color:var(--wbz-mut);font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.wbz-reg-doc b{font-size:28px;line-height:1.05}.wbz-reg-doc span{color:var(--wbz-mut);font-size:12px;line-height:1.35}
.wbz-reg-catalog{margin:34px 0 72px}.wbz-reg-filters{margin-top:18px}.wbz-reg-filters__top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.wbz-reg-search{position:relative;display:block}.wbz-reg-search svg{position:absolute;left:15px;top:50%;width:18px;height:18px;transform:translateY(-50%);fill:none;stroke:var(--wbz-mut);stroke-width:1.8}.wbz-reg-search input{width:100%;height:48px;padding:0 16px 0 44px;border:1px solid var(--wbz-line);border-radius:12px;background:var(--wbz-surface);color:var(--wbz-ink);outline:none}.wbz-reg-search input:focus{border-color:color-mix(in srgb,var(--wbz-brand) 55%,var(--wbz-line));box-shadow:var(--wbz-focus-ring)}.wbz-reg-morefilters{min-width:122px;padding:0 16px;border:1px solid var(--wbz-line);border-radius:12px;background:var(--wbz-surface);color:var(--wbz-ink);font-weight:700}.wbz-reg-morefilters span:empty{display:none}.wbz-reg-quick{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.wbz-reg-quick button{min-height:38px;padding:0 13px;border:1px solid var(--wbz-line);border-radius:10px;background:var(--wbz-surface);color:var(--wbz-ink2);font-size:12px;font-weight:700}.wbz-reg-quick button.is-active{border-color:color-mix(in srgb,var(--wbz-brand) 45%,var(--wbz-line));background:color-mix(in srgb,var(--wbz-brand) 11%,var(--wbz-surface));color:var(--wbz-brand)}.wbz-reg-quick button:disabled{opacity:.4;cursor:not-allowed}.wbz-reg-filterpanel{margin-top:12px;padding:18px;border:1px solid var(--wbz-line);border-radius:16px;background:var(--wbz-bg2)}.wbz-reg-filtergrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.wbz-reg-filtergrid label{display:grid;gap:6px}.wbz-reg-filtergrid label>span{color:var(--wbz-mut);font-size:11px;font-weight:650}.wbz-reg-filtergrid select{width:100%;height:40px;padding:0 32px 0 10px;border:1px solid var(--wbz-line);border-radius:10px;background:var(--wbz-surface);color:var(--wbz-ink);font-size:12px}.wbz-reg-filterpanel__actions{display:flex;align-items:center;gap:12px;margin-top:16px}.wbz-reg-reset{border:0;background:transparent;color:var(--wbz-mut);font-weight:700}.wbz-reg-active{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.wbz-reg-chip{display:inline-flex;align-items:center;gap:7px;padding:6px 8px 6px 10px;border:1px solid var(--wbz-line);border-radius:999px;background:var(--wbz-bg2);font-size:11px}.wbz-reg-chip button{width:20px;height:20px;padding:0;border:0;border-radius:50%;background:var(--wbz-surface);color:var(--wbz-mut)}
.wbz-reg-results{transition:opacity .16s ease}.wbz-reg-catalog.is-loading .wbz-reg-results{opacity:.42}.wbz-reg-offer{display:grid;grid-template-columns:minmax(190px,.7fr) minmax(360px,1.55fr) 215px;gap:26px;align-items:start;margin-bottom:12px;padding:24px;border:1px solid var(--wbz-line);border-radius:20px;background:var(--wbz-surface);transition:border-color .16s ease,transform .16s ease}.wbz-reg-offer:hover{border-color:color-mix(in srgb,var(--wbz-brand) 28%,var(--wbz-line));transform:translateY(-1px)}.wbz-reg-offer.is-legacy{border-style:dashed}.wbz-reg-offer__bank{display:flex;align-items:flex-start;gap:14px}.wbz-reg-offer__logo{display:flex;width:56px;height:56px;flex:0 0 56px;align-items:center;justify-content:center;border-radius:16px}.wbz-reg-offer__bank h3{margin:0;font-size:22px;line-height:1.1}.wbz-reg-offer__rating{display:flex;gap:5px;margin-top:8px;color:var(--wbz-ink2);font-size:13px}.wbz-reg-offer__rating span{color:var(--wbz-gold)}.wbz-reg-offer__verified{display:flex;gap:6px;margin-top:8px;color:var(--wbz-mut);font-size:11px}.wbz-reg-offer__verified span{color:var(--wbz-brand)}.wbz-reg-offer__body{display:flex;min-width:0;flex-direction:column;gap:11px}.wbz-reg-offer__body>strong{font-size:20px;line-height:1.2}.wbz-reg-offer__body>p{margin:0;color:var(--wbz-ink2);font-size:14px;line-height:1.6}.wbz-reg-offer__facts{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}.wbz-reg-offer__facts li{padding:7px 10px;border:1px solid color-mix(in srgb,var(--wbz-brand) 20%,var(--wbz-line));border-radius:999px;background:color-mix(in srgb,var(--wbz-brand) 6%,var(--wbz-bg2));font-size:11px;font-weight:700}.wbz-reg-offer__conditions{display:grid;gap:7px;margin:0;padding:0;list-style:none}.wbz-reg-offer__conditions li{position:relative;padding-left:18px;color:var(--wbz-ink2);font-size:13px;line-height:1.5}.wbz-reg-offer__conditions li:before{content:'✓';position:absolute;left:0;color:var(--wbz-brand);font-weight:800}.wbz-reg-offer__actions{display:flex;align-items:stretch;justify-content:center;flex-direction:column}.wbz-reg-offer__actions .wbz-btn{width:100%;min-height:56px}
@media(max-width:1100px){.wbz-reg-filtergrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.wbz-registration.wbz-hubx .wbz-reg-hero{grid-template-columns:1fr;min-height:0;padding-top:20px}.wbz-registration .wbz-reg-hero .wbz-h1{white-space:normal}.wbz-reg-hero__art{display:none}.wbz-reg-offer{grid-template-columns:1fr;gap:18px}.wbz-reg-offer__actions{align-items:flex-start}.wbz-reg-offer__actions .wbz-btn{width:auto;min-width:230px}}@media(max-width:700px){.wbz-registration{width:min(calc(100% - var(--wbz-page-gutter)),var(--wbz-container))}.wbz-reg-filters__top{grid-template-columns:1fr}.wbz-reg-morefilters{height:44px}.wbz-reg-filtergrid{grid-template-columns:1fr 1fr}.wbz-reg-offer{padding:18px}.wbz-reg-offer__actions{align-items:stretch}.wbz-reg-offer__actions .wbz-btn{width:100%;min-width:0}}@media(max-width:480px){.wbz-reg-filtergrid{grid-template-columns:1fr}.wbz-reg-quick{display:grid;grid-template-columns:1fr 1fr}}

/* Acquiring catalogue — 1.3.22 */
.wbz-acq-catalog{margin:34px 0 72px}.wbz-acq-filters{margin:0 0 14px}.wbz-acq-filters__top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.wbz-acq-morefilters{min-width:126px;padding:0 16px;border:1px solid var(--wbz-line);border-radius:12px;background:var(--wbz-surface);color:var(--wbz-ink);font-weight:700;cursor:pointer}.wbz-acq-quick{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.wbz-acq-quick button{min-height:38px;padding:0 13px;border:1px solid var(--wbz-line);border-radius:10px;background:var(--wbz-surface);color:var(--wbz-ink2);font-size:12px;font-weight:700;cursor:pointer}.wbz-acq-quick button.is-active{border-color:color-mix(in srgb,var(--wbz-brand) 45%,var(--wbz-line));background:color-mix(in srgb,var(--wbz-brand) 11%,var(--wbz-surface));color:var(--wbz-brand)}.wbz-acq-quick button:disabled{opacity:.4;cursor:not-allowed}.wbz-acq-filterpanel{margin-top:12px;padding:18px;border:1px solid var(--wbz-line);border-radius:16px;background:var(--wbz-bg2)}.wbz-acq-filtergrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.wbz-acq-filtergrid label{display:grid;gap:6px}.wbz-acq-filtergrid label>span{color:var(--wbz-mut);font-size:11px;font-weight:650}.wbz-acq-filtergrid select{width:100%;height:40px;padding:0 32px 0 10px;border:1px solid var(--wbz-line);border-radius:10px;background:var(--wbz-surface);color:var(--wbz-ink);font-size:12px}.wbz-acq-filterpanel__actions{display:flex;align-items:center;gap:12px;margin-top:16px}.wbz-acq-reset{border:0;background:transparent;color:var(--wbz-mut);font-weight:700;cursor:pointer}.wbz-acq-active{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.wbz-acq-results{transition:opacity .16s ease}.wbz-acq-catalog.is-loading .wbz-acq-results{opacity:.42}
.wbz-acq-offer{display:grid;grid-template-columns:minmax(190px,.7fr) minmax(360px,1.55fr) 215px;gap:26px;align-items:start;margin-bottom:12px;padding:24px;border:1px solid var(--wbz-line);border-radius:20px;background:var(--wbz-surface);transition:border-color .16s ease,transform .16s ease}.wbz-acq-offer:hover{border-color:color-mix(in srgb,var(--wbz-brand) 28%,var(--wbz-line));transform:translateY(-1px)}.wbz-acq-offer.is-legacy{border-style:dashed}.wbz-acq-offer__bank{display:flex;align-items:flex-start;gap:14px}.wbz-acq-offer__logo{display:flex;width:56px;height:56px;flex:0 0 56px;align-items:center;justify-content:center;border-radius:16px}.wbz-acq-offer__bank h3{margin:0;font-size:22px;line-height:1.1}.wbz-acq-offer__rating{display:flex;gap:5px;margin-top:8px;color:var(--wbz-ink2);font-size:13px}.wbz-acq-offer__rating span{color:var(--wbz-gold)}.wbz-acq-offer__verified{display:flex;gap:6px;margin-top:8px;color:var(--wbz-mut);font-size:11px}.wbz-acq-offer__verified span{color:var(--wbz-brand)}.wbz-acq-offer__body{display:flex;min-width:0;flex-direction:column;justify-content:center}.wbz-acq-offer__conditions{display:grid;gap:8px;margin:0;padding:0;list-style:none}.wbz-acq-offer__conditions li{position:relative;padding-left:18px;color:var(--wbz-ink2);font-size:13px;line-height:1.55}.wbz-acq-offer__conditions li:before{content:'✓';position:absolute;left:0;color:var(--wbz-brand);font-weight:800}.wbz-acq-offer__actions{display:flex;align-items:stretch;justify-content:center;flex-direction:column}.wbz-acq-offer__actions .wbz-btn{width:100%;min-height:56px}
.wbz-acq-offer__name{display:block;margin:0 0 5px;color:var(--wbz-ink);font-size:20px;line-height:1.2}.wbz-acq-offer__body>p{margin:0 0 10px;color:var(--wbz-ink2);font-size:13px;line-height:1.5}
.wbz-product-variants{grid-column:1/-1;margin-top:-4px;border-top:1px solid var(--wbz-line)}.wbz-product-variants summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 0 0;cursor:pointer;list-style:none;font-size:12px;font-weight:700}.wbz-product-variants summary::-webkit-details-marker{display:none}.wbz-product-variants summary span{color:var(--wbz-ink2)}.wbz-product-variants summary b{color:var(--wbz-brand)}.wbz-product-variants summary i{display:inline-block;margin-left:4px;font-size:16px;font-style:normal;transition:transform .16s}.wbz-product-variants[open] summary i{transform:rotate(180deg)}.wbz-product-variants__list{display:grid;gap:8px;padding:13px 0 5px}.wbz-product-variants__item{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr);gap:18px;align-items:start;padding:13px 14px;border:1px solid var(--wbz-line);border-radius:12px;background:var(--wbz-bg2);transition:border-color .16s,transform .16s}.wbz-product-variants__item:hover{border-color:var(--wbz-brand);transform:translateX(2px)}.wbz-product-variants__item strong{display:block;font-size:14px}.wbz-product-variants__item strong a{color:var(--wbz-ink);text-decoration:none}.wbz-product-variants__item strong a:hover{color:var(--wbz-brand)}.wbz-product-variants__item strong i{color:var(--wbz-brand);font-style:normal}.wbz-product-variants__item span{display:block;margin-top:4px;color:var(--wbz-mut);font-size:12px;line-height:1.45}.wbz-product-variants__item ul{display:grid;gap:5px;margin:0;padding:0;list-style:none}.wbz-product-variants__item li{position:relative;padding-left:16px;color:var(--wbz-ink2);font-size:12px;line-height:1.45}.wbz-product-variants__item li:before{content:'✓';position:absolute;left:0;color:var(--wbz-brand);font-weight:700}.wbz-product-variants>small{display:block;color:var(--wbz-mut);font-size:11px;line-height:1.4}
@media(max-width:1100px){.wbz-acq-filtergrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.wbz-acq-offer{grid-template-columns:1fr;gap:18px}.wbz-acq-offer__actions{align-items:flex-start}.wbz-acq-offer__actions .wbz-btn{width:auto;min-width:230px}}@media(max-width:700px){.wbz-acq-filters__top{grid-template-columns:1fr}.wbz-acq-morefilters{height:44px}.wbz-acq-filtergrid{grid-template-columns:1fr 1fr}.wbz-acq-offer{padding:18px}.wbz-acq-offer__actions{align-items:stretch}.wbz-acq-offer__actions .wbz-btn{width:100%;min-width:0}}@media(max-width:480px){.wbz-acq-filtergrid{grid-template-columns:1fr}.wbz-acq-quick{display:grid;grid-template-columns:1fr 1fr}}
@media(max-width:700px){.wbz-product-variants summary{align-items:flex-start}.wbz-product-variants__item{grid-template-columns:1fr;gap:10px}}


/* ============================================================
   RELEASE POLISH 1.3.33 — one lower-page system for product hubs.
   Registration and acquiring intentionally reuse the business-card
   editorial components, so their spacing/card language must be identical.
   ============================================================ */
:is(#wbz-business-cards,#wbz-registration,#wbz-acquiring).wbz-hubx{
  width:min(calc(100% - var(--wbz-page-gutter)),var(--wbz-container));
  margin-inline:auto;
  color:var(--wbz-ink);
}
:is(#wbz-business-cards,#wbz-registration,#wbz-acquiring).wbz-hubx *{box-sizing:border-box}
:is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) :is(.wbz-bcards-catalog,.wbz-reg-catalog,.wbz-acq-catalog){
  margin-top:24px;
  margin-bottom:var(--wbz-section-gap);
}
:is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) :is(.wbz-bcards-guide,.wbz-bcards-next,.wbz-bcards-faq,.wbz-bcards-knowledge){
  margin-bottom:var(--wbz-section-gap);
}
:is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) :is(.wbz-bcards-guide,.wbz-bcards-faq,.wbz-bcards-knowledge){
  min-width:0;
}
:is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) .wbz-bcards-guide__head,
:is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) .wbz-bcards-knowledge__head{
  margin-bottom:20px;
}
:is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) :is(.wbz-bcards-guide__grid,.wbz-bcards-knowledge__grid){
  align-items:stretch;
}
:is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) .wbz-bcards-guide__grid article,
:is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) .wbz-bcards-knowledge__card{
  height:100%;
  border-radius:var(--wbz-radius-lg);
  background:var(--wbz-surface);
}
:is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) .wbz-bcards-next{
  border-radius:var(--wbz-radius-xl);
}
:is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) .wbz-bcards-faq details{
  border-radius:var(--wbz-radius-md);
}
@media(max-width:980px){
  :is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) :is(.wbz-bcards-guide__grid,.wbz-bcards-knowledge__grid){grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  :is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) :is(.wbz-bcards-catalog,.wbz-reg-catalog,.wbz-acq-catalog,.wbz-bcards-guide,.wbz-bcards-next,.wbz-bcards-faq,.wbz-bcards-knowledge){margin-bottom:var(--wbz-section-gap)}
  :is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) :is(.wbz-bcards-guide__grid,.wbz-bcards-knowledge__grid){grid-template-columns:1fr}
  :is(#wbz-business-cards,#wbz-registration,#wbz-acquiring) .wbz-bcards-next{padding:24px 20px}
}


/* ============================================================
   RELEASE POLISH 1.3.34 — product content → editorial tail rhythm.
   The shared methodology is a sibling of each generated product root,
   so the product root must not leave a second full section gap behind.
   ============================================================ */
:is(#wbz-rko,#wbz-credit,#wbz-business-cards,#wbz-registration,#wbz-acquiring).wbz-hubx > :last-child{
  margin-bottom:32px;
}
@media(max-width:700px){
  :is(#wbz-rko,#wbz-credit,#wbz-business-cards,#wbz-registration,#wbz-acquiring).wbz-hubx > :last-child{margin-bottom:24px}
}
