.vbtb{--primary:#027A36; --primary-deep:#02642c; --primary-tint:#e6f2eb;
  --ink:#000; --text:#404040; --muted:#6a6a6a; --hairline:#E2E2E2; --rule:#9A9A9A;
  --field:#F9F5F0; --gold:#E2BB80; --gold-ink:#7a5a22;
  --no:#c4302b; --no-ink:#8f1f1b; --no-tint:#fdeeee; --no-line:#f1c7c5;
  --bg:#fff;
  --sans:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;
  --serif:"Fraunces",Georgia,serif;
  --wrap:1180px; --gutter:clamp(16px,4vw,32px);
  --z-sticky:20; --z-header:30;
  --ease:cubic-bezier(.22,1,.36,1);}
.vbtb img,.vbtb svg{display:block;max-width:100%}
.vbtb a{color:inherit;text-decoration:none}
.vbtb button{font:inherit}
.vbtb h1,.vbtb h2,.vbtb h3{margin:0;color:var(--ink);font-family:var(--serif);font-weight:600;
  line-height:1.15;letter-spacing:-.015em;text-wrap:balance;font-variation-settings:"opsz" 72}
.vbtb h1{font-size:clamp(1.9rem,1.15rem + 2.6vw,2.9rem)}
.vbtb h2{font-size:clamp(1.55rem,1.1rem + 1.6vw,2.15rem)}
.vbtb h3{font-family:var(--sans);font-weight:700;font-size:1.05rem;letter-spacing:0}
.vbtb p{margin:0 0 1em;max-width:68ch}
.vbtb .vb-wrap{max-width:var(--wrap);margin:0 auto;padding-inline:var(--gutter)}
.vbtb .vb-i{width:1.1em;height:1.1em;flex:none;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.vbtb .vb-hero{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,8fr);gap:clamp(28px,5vw,64px);padding:22px 0 56px;align-items:start}
.vbtb .vb-gallery{position:sticky;top:96px}
.vbtb .vb-gallery img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border:1px solid var(--hairline);border-radius:8px}
.vbtb .vb-gallery figcaption{font-size:13px;color:var(--muted);margin-top:10px;display:flex;align-items:center;gap:8px}
.vbtb .vb-sum .vb-sub{font-size:15px;color:var(--text);margin:14px 0 0}
.vbtb .vb-sum .vb-sub b{color:var(--ink);font-weight:700}
.vbtb .vb-rating{display:flex;align-items:center;gap:10px;margin:16px 0 0;font-size:14px;color:var(--text)}
.vbtb .vb-stars{display:inline-flex;gap:2px;color:var(--gold)}
.vbtb .vb-stars svg{width:15px;height:15px;fill:currentColor}
.vbtb .vb-stars .vb-off{color:var(--hairline)}
.vbtb .vb-rating a{font-weight:600;color:var(--ink);text-decoration:underline;text-decoration-color:var(--rule);text-underline-offset:3px}
.vbtb .vb-rating a:hover{color:var(--primary)}
.vbtb .vb-edcheck{margin:24px 0 0;background:var(--field);border-radius:8px;padding:18px 20px 16px}
.vbtb .vb-edcheck h3{display:flex;align-items:center;gap:9px;font-size:15px;color:var(--ink)}
.vbtb .vb-edcheck h3 .vb-i{color:var(--primary);width:20px;height:20px}
.vbtb .vb-edcheck dl{display:grid;grid-template-columns:auto 1fr;column-gap:20px;row-gap:6px;margin:14px 0 0;font-size:15px}
.vbtb .vb-edcheck dt{color:var(--muted)}
.vbtb .vb-edcheck dd{margin:0;color:var(--ink);font-weight:700;font-variant-numeric:tabular-nums}
.vbtb .vb-edcheck p{font-size:13.5px;color:var(--text);margin:14px 0 0;line-height:1.5}
.vbtb .vb-proof{display:flex;flex-wrap:wrap;gap:0;margin:20px 0 0;font-size:14px;color:var(--text)}
.vbtb .vb-proof div{display:flex;align-items:baseline;gap:7px;padding:0 18px 0 0;margin-right:18px;border-right:1px solid var(--hairline)}
.vbtb .vb-proof div:last-child{border:0;margin:0;padding:0}
.vbtb .vb-proof b{font-family:var(--serif);font-weight:600;font-size:1.55rem;color:var(--ink);line-height:1;font-variant-numeric:tabular-nums}
.vbtb .vb-buy{margin:26px 0 0;padding-top:24px;border-top:1px solid var(--hairline)}
.vbtb .vb-price{display:flex;align-items:baseline;gap:12px}
.vbtb .vb-price b{font-size:2.1rem;font-weight:800;color:var(--ink);letter-spacing:-.02em;line-height:1}
.vbtb .vb-price span{font-size:13.5px;color:var(--muted)}
.vbtb .vb-cta{margin:0;display:flex;gap:10px}
.vbtb .vb-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:54px;padding:0 30px;
  border:0;border-radius:6px;background:var(--primary);color:#fff;font-weight:700;font-size:16px;cursor:pointer;
  transition:background .18s var(--ease),transform .18s var(--ease)}
.vbtb .vb-btn:hover{background:var(--primary-deep)}
.vbtb .vb-btn:active{transform:translateY(1px)}
.vbtb .vb-btn.vb-wide{flex:1}
.vbtb .vb-btn.vb-ghost{background:#fff;color:var(--ink);border:1px solid var(--hairline);width:54px;padding:0;box-shadow:none}
.vbtb .vb-btn.vb-line{background:#fff;color:var(--primary-deep);border:1.5px solid var(--primary);box-shadow:none}
.vbtb .vb-btn.vb-line:hover{background:var(--primary-tint)}
.vbtb .vb-cta-label{display:flex;align-items:center;gap:9px;margin:18px 0 10px;font-weight:800;font-size:15px;color:var(--ink)}
.vbtb .vb-cta-label .vb-i{color:var(--primary);width:20px;height:20px}
.vbtb .vb-btn.vb-ghost:hover{border-color:var(--ink)}
.vbtb .vb-after{font-size:13.5px;color:var(--muted);margin:12px 0 0}
.vbtb .vb-assure{display:flex;flex-wrap:wrap;gap:8px 22px;margin:20px 0 0;font-size:13.5px;font-weight:600;color:var(--text)}
.vbtb .vb-assure div{display:flex;align-items:center;gap:8px}
.vbtb .vb-assure .vb-i{color:var(--primary)}
.vbtb .vb-meta{margin:22px 0 0;padding-top:16px;border-top:1px solid var(--hairline);font-size:13px;color:var(--muted);display:grid;gap:4px}
.vbtb .vb-meta b{font-weight:600;color:var(--text)}
.vbtb section{padding:clamp(48px,7vw,84px) 0}
.vbtb .vb-split{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,7fr);gap:clamp(24px,5vw,72px)}
.vbtb .vb-split .vb-lede{font-size:16px;color:var(--text);margin-top:14px}
.vbtb .vb-list{list-style:none;margin:0;padding:0}
.vbtb .vb-list li{display:grid;grid-template-columns:24px 1fr;gap:14px;padding:16px 0;border-top:1px solid var(--hairline);font-size:15.5px}
.vbtb .vb-list li:last-child{border-bottom:1px solid var(--hairline)}
.vbtb .vb-list .vb-i{color:var(--primary);width:22px;height:22px;margin-top:2px}
.vbtb .vb-list b{display:block;color:var(--ink);font-weight:700;margin-bottom:2px}
.vbtb .vb-chapters{background:var(--primary);color:#fff;padding:clamp(44px,6vw,72px) 0 0}
.vbtb .vb-chapters h2{color:#fff}
.vbtb .vb-chapters .vb-top{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:16px 40px;padding-bottom:36px}
.vbtb .vb-chapters .vb-top p{color:#d9ebe0;margin:12px 0 0;max-width:56ch;font-size:15.5px}
.vbtb .vb-chapters .vb-top .vb-n{font-family:var(--serif);font-weight:500;font-size:clamp(3rem,6vw,5rem);line-height:.9;letter-spacing:-.02em;font-variation-settings:"opsz" 144}
.vbtb .vb-chapters .vb-top .vb-n small{display:block;font:600 13px/1.4 var(--sans);letter-spacing:0;color:#d9ebe0;margin-top:8px}
.vbtb .vb-toc{background:#fff;color:var(--text);padding:clamp(28px,4vw,44px) 0 clamp(40px,5vw,56px)}
.vbtb .vb-toc .vb-cols{columns:3;column-gap:40px}
.vbtb .vb-sec{break-inside:avoid;margin-bottom:26px}
.vbtb .vb-sec summary{list-style:none;cursor:default;display:flex;align-items:baseline;gap:10px;padding-bottom:8px;border-bottom:1px solid var(--ink)}
.vbtb .vb-sec summary::-webkit-details-marker{display:none}
.vbtb .vb-sec summary b{font-weight:800;color:var(--ink);font-size:15px;line-height:1.3}
.vbtb .vb-sec summary i{font-style:normal;font-size:12px;font-weight:700;color:var(--primary);white-space:nowrap;margin-left:auto;font-variant-numeric:tabular-nums}
.vbtb .vb-sec ol{list-style:none;margin:0;padding:10px 0 0;font-size:14px;line-height:1.45}
.vbtb .vb-sec li{display:grid;grid-template-columns:26px 1fr;gap:6px;padding:4px 0}
.vbtb .vb-sec li i{font-style:normal;color:var(--muted);font-variant-numeric:tabular-nums;text-align:right;font-weight:600}
.vbtb .vb-appx{margin:12px 0 0;padding:18px 20px;background:var(--field);border-radius:8px;font-size:14.5px;max-width:none}
.vbtb .vb-appx b{color:var(--ink);font-weight:700}
.vbtb .vb-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:40px;counter-reset:st;position:relative}
.vbtb .vb-steps::before{content:"";position:absolute;left:24px;right:24px;top:22px;height:1px;background:var(--hairline)}
.vbtb .vb-step{position:relative;padding:0 28px 0 0}
.vbtb .vb-step b{counter-increment:st;position:relative;z-index:1;width:46px;height:46px;border-radius:50%;background:#fff;
  border:1px solid var(--ink);display:grid;place-items:center;font-family:var(--serif);font-weight:600;font-size:18px;color:var(--ink)}
.vbtb .vb-step b::before{content:counter(st)}
.vbtb .vb-step h3{margin:18px 0 6px;font-size:16px}
.vbtb .vb-step p{font-size:14.5px;color:var(--text);margin:0}
.vbtb .vb-honest{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:30px}
.vbtb .vb-honest>div{padding:24px 26px;border-radius:12px;border:1px solid}
.vbtb .vb-honest .vb-yes{background:var(--primary-tint);border-color:#bfe0cc}
.vbtb .vb-honest .vb-no{background:var(--no-tint);border-color:var(--no-line)}
.vbtb .vb-honest h3{display:flex;align-items:center;gap:11px;font-size:16.5px;margin-bottom:16px}
.vbtb .vb-yes h3{color:var(--primary-deep)}
.vbtb .vb-no h3{color:var(--no-ink)}
.vbtb .vb-honest .vb-badge{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#fff;flex:none}
.vbtb .vb-yes .vb-badge{background:var(--primary)}
.vbtb .vb-no .vb-badge{background:var(--no)}
.vbtb .vb-honest .vb-badge .vb-i{width:16px;height:16px;stroke-width:2.8}
.vbtb .vb-honest ul{list-style:none;margin:0;padding:0;display:grid;gap:13px;font-size:15px}
.vbtb .vb-honest li{display:flex;gap:12px;align-items:flex-start;color:var(--ink)}
.vbtb .vb-honest li .vb-i{margin-top:3px;width:19px;height:19px;stroke-width:2.6;flex:none}
.vbtb .vb-yes li .vb-i{color:var(--primary)}
.vbtb .vb-no li .vb-i{color:var(--no)}
.vbtb .vb-verify{margin-top:36px;background:var(--field);border-radius:8px;padding:22px 26px;display:grid;grid-template-columns:auto 1fr;gap:6px 36px;align-items:center}
.vbtb .vb-verify h3{font-size:15px;grid-row:span 2}
.vbtb .vb-verify .vb-checks{display:flex;flex-wrap:wrap;gap:10px 28px;font-size:14.5px}
.vbtb .vb-verify .vb-checks div{display:flex;align-items:center;gap:9px}
.vbtb .vb-verify .vb-checks b{color:var(--ink);font-weight:700}
.vbtb .vb-verify .vb-checks .vb-i{color:var(--primary)}
.vbtb .vb-verify p{grid-column:2;font-size:13.5px;color:var(--muted);margin:0}
.vbtb .vb-rsum{display:grid;grid-template-columns:auto 1fr;gap:40px;align-items:center;margin-top:28px;padding:26px 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--hairline)}
.vbtb .vb-rsum .vb-big{font-family:var(--serif);font-weight:500;font-size:3.6rem;line-height:1;color:var(--ink);font-variation-settings:"opsz" 144}
.vbtb .vb-rsum .vb-under{font-size:13px;color:var(--muted);margin-top:6px}
.vbtb .vb-bars{display:grid;gap:6px;max-width:360px}
.vbtb .vb-rowb{display:grid;grid-template-columns:52px 1fr 22px;gap:10px;align-items:center;font-size:12.5px;color:var(--muted);white-space:nowrap}
.vbtb .vb-rowb .vb-t{height:6px;background:var(--field);border-radius:3px;overflow:hidden}
.vbtb .vb-rowb .vb-f{height:100%;background:var(--gold)}
.vbtb .vb-rowb .vb-c{text-align:right;font-variant-numeric:tabular-nums}
.vbtb .vb-revs{display:grid;grid-template-columns:1fr 1fr;gap:0 48px}
.vbtb .vb-rev{padding:24px 0;border-bottom:1px solid var(--hairline);display:grid;grid-template-columns:42px 1fr;gap:14px}
.vbtb .vb-av{width:42px;height:42px;border-radius:50%;background:var(--primary-tint);color:var(--primary-deep);display:grid;place-items:center;font-weight:800;font-size:15px}
.vbtb .vb-rev .vb-who{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:14px}
.vbtb .vb-rev .vb-who b{color:var(--ink);font-weight:700}
.vbtb .vb-vp{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;color:var(--gold-ink);background:#f7ecd9;border-radius:4px;padding:2px 7px}
.vbtb .vb-vp .vb-i{width:11px;height:11px;stroke-width:2.6}
.vbtb .vb-rev .vb-dt{color:var(--muted);font-size:13px}
.vbtb .vb-rev .vb-stars{margin:7px 0 8px}
.vbtb .vb-rev p{font-size:14.5px;margin:0;max-width:none}
.vbtb .vb-faq{margin-top:28px;border-top:1px solid var(--ink);display:grid;grid-template-columns:1fr 1fr;gap:0 44px;align-items:start}
.vbtb .vb-faq details{border-bottom:1px solid var(--hairline)}
.vbtb .vb-faq summary{list-style:none;cursor:pointer;padding:18px 40px 18px 0;font-weight:700;font-size:15.5px;color:var(--ink);position:relative}
.vbtb .vb-faq summary::-webkit-details-marker{display:none}
.vbtb .vb-faq summary::after{content:"";position:absolute;right:6px;top:24px;width:8px;height:8px;border-right:1.5px solid var(--ink);border-bottom:1.5px solid var(--ink);transform:rotate(45deg);transition:transform .2s var(--ease)}
.vbtb .vb-faq details[open] summary::after{transform:rotate(-135deg);top:28px}
.vbtb .vb-faq .vb-a{padding:0 0 20px;font-size:15px;max-width:64ch}
.vbtb .vb-close{background:var(--primary);color:#fff}
.vbtb .vb-close .vb-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px 56px;align-items:center}
.vbtb .vb-close h2{color:#fff}
.vbtb .vb-close p{color:#d9ebe0;margin:12px 0 0;font-size:15.5px}
.vbtb .vb-close .vb-lbl{display:flex;align-items:center;gap:8px;color:#fff;font-weight:800;font-size:15px;margin-bottom:10px}
.vbtb .vb-close .vb-lbl .vb-i{width:19px;height:19px;color:#bfe0cc}
.vbtb .vb-close .vb-pair{display:flex;gap:10px}
.vbtb .vb-close .vb-btn{background:#fff;color:var(--primary-deep);height:56px;padding:0 26px;font-size:16px;box-shadow:none}
.vbtb .vb-close .vb-btn:hover{background:var(--field)}
.vbtb .vb-close .vb-btn.vb-line{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.7)}
.vbtb .vb-close .vb-btn.vb-line:hover{background:rgba(255,255,255,.12)}
.vbtb .vb-close small{display:block;text-align:center;color:#bfe0cc;font-size:12.5px;margin-top:10px}
.vbtb .vb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:30px}
.vbtb .vb-pc{display:flex;flex-direction:column;gap:12px}
.vbtb .vb-pc img{aspect-ratio:1;object-fit:cover;border:1px solid var(--hairline);border-radius:8px;transition:transform .35s var(--ease)}
.vbtb .vb-pc:hover img{transform:translateY(-3px)}
.vbtb .vb-pc .vb-ed{font-size:12.5px;color:var(--muted);font-weight:600}
.vbtb .vb-pc h3{font-family:var(--serif);font-weight:600;font-size:1.05rem;line-height:1.25;letter-spacing:-.01em;margin-top:-6px}
.vbtb .vb-pc .vb-ch{font-size:13px;color:var(--muted)}
.vbtb .vb-pc .vb-pr{font-weight:800;color:var(--ink);font-size:17px;margin-top:auto;padding-top:2px}
.vbtb .vb-sticky{position:fixed;left:0;right:0;bottom:0;z-index:var(--z-sticky);background:#fff;border-top:1px solid var(--hairline);
  transform:translateY(100%);transition:transform .35s var(--ease)}
.vbtb .vb-sticky.vb-on{transform:none}
.vbtb .vb-sticky .vb-wrap{display:flex;align-items:center;gap:16px;height:70px}
.vbtb .vb-sticky .vb-t{font-size:13px;color:var(--muted);line-height:1.3;min-width:0}
.vbtb .vb-sticky .vb-t b{display:block;color:var(--ink);font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vbtb .vb-sticky .vb-p{font-weight:800;font-size:19px;color:var(--ink);margin-left:auto;white-space:nowrap}
.vbtb .vb-sticky .vb-btn{height:46px;padding:0 20px;font-size:15px;box-shadow:none}
.vbtb .vb-sticky .vb-btn.vb-line{padding:0 14px}
@keyframes vb-rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.vbtb .vb-gallery{animation:vb-rise .7s var(--ease) both}
.vbtb .vb-sum>*{animation:vb-rise .6s var(--ease) both}
.vbtb .vb-sum>*:nth-child(2){animation-delay:.05s}
.vbtb .vb-sum>*:nth-child(3){animation-delay:.1s}
.vbtb .vb-sum>*:nth-child(4){animation-delay:.15s}
.vbtb .vb-sum>*:nth-child(5){animation-delay:.2s}
.vbtb .vb-sum>*:nth-child(6){animation-delay:.25s}
.vbtb .vb-sum>*:nth-child(7){animation-delay:.3s}
.vbtb .vb-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.01em}
.vbtb .vb-pill .vb-i{width:13px;height:13px;stroke-width:2.2}
.vbtb .vb-pill.vb-g{background:var(--primary);color:#fff}
.vbtb .vb-pill.vb-y{background:var(--gold);color:var(--gold-ink)}
.vbtb .vb-gallery figcaption{flex-wrap:wrap;gap:8px 10px;margin-top:12px}
.vbtb .vb-gallery figcaption .vb-cap{display:inline-flex;align-items:center;gap:6px;margin-left:auto}
.vbtb .vb-edcheck dt{display:flex;align-items:center;gap:7px}
.vbtb .vb-edcheck dt .vb-i{width:15px;height:15px;color:var(--primary)}
.vbtb .vb-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0 0}
.vbtb .vb-proof div{display:flex;align-items:center;gap:11px;padding:12px 14px;background:var(--field);border-radius:8px;font-size:12.5px;color:var(--text);margin:0;border:0}
.vbtb .vb-proof .vb-i{width:22px;height:22px;color:var(--primary);flex:none}
.vbtb .vb-proof b{display:block;font-family:var(--serif);font-weight:600;font-size:1.45rem;color:var(--ink);line-height:1.05}
.vbtb .vb-meta div{display:flex;align-items:center;gap:7px}
.vbtb .vb-meta .vb-i{width:14px;height:14px;color:var(--rule)}
.vbtb h2.vb-hx{display:flex;align-items:center;gap:14px}
.vbtb h2.vb-hx .vb-chip{width:42px;height:42px;border-radius:11px;background:var(--primary-tint);color:var(--primary);display:grid;place-items:center;flex:none}
.vbtb h2.vb-hx .vb-chip .vb-i{width:21px;height:21px}
.vbtb .vb-chapters h2.vb-hx .vb-chip,.vbtb .vb-close h2.vb-hx .vb-chip{background:rgba(255,255,255,.16);color:#fff}
.vbtb .vb-list li{grid-template-columns:40px 1fr;gap:16px;align-items:start}
.vbtb .vb-list .vb-ic{width:40px;height:40px;border-radius:10px;background:var(--primary-tint);color:var(--primary);display:grid;place-items:center}
.vbtb .vb-list .vb-ic .vb-i{width:20px;height:20px}
.vbtb .vb-list .vb-ic.vb-y{background:#f7ecd9;color:var(--gold-ink)}
.vbtb .vb-chapters,.vbtb .vb-close{position:relative;overflow:hidden;background-image:radial-gradient(rgba(255,255,255,.14) 1px,transparent 1.5px);background-size:22px 22px}
.vbtb .vb-deco{position:absolute;right:-30px;top:-30px;width:300px;height:300px;color:#fff;opacity:.07;stroke-width:.9;pointer-events:none}
.vbtb .vb-chapters .vb-wrap,.vbtb .vb-close .vb-wrap{position:relative}
.vbtb .vb-sec summary b{display:flex;align-items:center;gap:8px}
.vbtb .vb-sec summary .vb-i{width:15px;height:15px;color:var(--primary);flex:none}
.vbtb .vb-step b{background:var(--primary-tint);border:0;color:var(--primary);width:52px;height:52px;position:relative}
.vbtb .vb-step b::before{content:none}
.vbtb .vb-step b .vb-i{width:24px;height:24px}
.vbtb .vb-step b em{position:absolute;top:-6px;right:-6px;width:21px;height:21px;border-radius:50%;background:var(--ink);color:#fff;font:700 11px/1 var(--sans);font-style:normal;display:grid;place-items:center;border:2px solid #fff}
.vbtb .vb-steps::before{top:25px}
.vbtb .vb-faq summary{padding-left:34px}
.vbtb .vb-faq summary .vb-qi{position:absolute;left:0;top:19px;width:21px;height:21px;color:var(--primary)}
.vbtb .vb-faq details[open] summary .vb-qi{color:var(--gold-ink)}
.vbtb .vb-av.vb-y{background:#f7ecd9;color:var(--gold-ink)}
.vbtb .vb-av.vb-c{background:#ececec;color:var(--ink)}
.vbtb .vb-close .vb-btn .vb-i{width:20px;height:20px}
.vbtb .vb-close .vb-trio{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:12px;color:#bfe0cc;font-size:12.5px;font-weight:600}
.vbtb .vb-close .vb-trio span{display:inline-flex;align-items:center;gap:6px}
.vbtb .vb-close .vb-trio .vb-i{width:14px;height:14px}
.vbtb .vb-pc{position:relative}
.vbtb .vb-pc .vb-tb{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:5px;background:#fff;color:var(--primary-deep);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:700}
.vbtb .vb-pc .vb-tb .vb-i{width:12px;height:12px;stroke-width:2.2}
.vbtb.vb-js .vb-rv{opacity:0;transform:translateY(16px);transition:opacity .65s var(--ease),transform .65s var(--ease)}
.vbtb.vb-js .vb-rv.vb-in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.vbtb.vb-js .vb-rv{opacity:1;transform:none}}
.vbtb .vb-gact{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.vbtb .vb-gbtn{display:flex;align-items:center;gap:11px;padding:12px 13px;border:1px solid var(--hairline);border-radius:8px;
  background:#fff;text-align:left;cursor:pointer;font:inherit;color:var(--ink);
  transition:border-color .18s var(--ease),background .18s var(--ease),transform .18s var(--ease)}
.vbtb .vb-gbtn:hover{border-color:var(--primary);background:var(--primary-tint);transform:translateY(-1px)}
.vbtb .vb-gbtn .vb-ic{width:36px;height:36px;border-radius:9px;background:var(--primary-tint);color:var(--primary);display:grid;place-items:center;flex:none}
.vbtb .vb-gbtn:hover .vb-ic{background:#fff}
.vbtb .vb-gbtn .vb-ic .vb-i{width:18px;height:18px}
.vbtb .vb-gbtn b{display:block;font-size:13.5px;font-weight:700;line-height:1.25}
.vbtb .vb-gbtn small{display:block;font-size:12px;color:var(--muted);margin-top:2px}
.vbtb .vb-gbtn .vb-go{margin-left:auto;color:var(--rule);width:16px;height:16px;flex:none}
.vbtb .vb-gbtn.vb-primary{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 2px 0 var(--primary-deep)}
.vbtb .vb-gbtn.vb-primary:hover{background:var(--primary-deep);border-color:var(--primary-deep)}
.vbtb .vb-gbtn.vb-primary .vb-ic,.vbtb .vb-gbtn.vb-primary:hover .vb-ic{background:rgba(255,255,255,.18);color:#fff}
.vbtb .vb-gbtn.vb-primary small{color:#cfe8da}
.vbtb .vb-gbtn.vb-primary .vb-go{color:#fff}
.vbtb dialog.vb-pdf{width:min(980px,calc(100vw - 32px));height:min(88vh,920px);max-height:none}
.vbtb dialog.vb-pdf[open]{display:flex;flex-direction:column}
.vbtb .vb-sm-hd .vb-pg{font-size:12.5px;color:var(--muted);white-space:nowrap}
.vbtb .vb-sm-pdf{flex:1;min-height:0;background:#525659;overflow:auto;padding:18px;-webkit-overflow-scrolling:touch}
.vbtb .vb-sm-pdf img{display:block;width:100%;max-width:720px;height:auto;margin:0 auto 18px;background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.35)}
.vbtb .vb-sm-pdf img:last-child{margin-bottom:0}
.vbtb .vb-sm-ft .vb-btn.vb-buy{gap:8px}
.vbtb dialog.vb-sample{border:0;border-radius:12px;padding:0;width:min(580px,calc(100vw - 32px));color:var(--text);
  box-shadow:0 24px 60px rgba(0,0,0,.28);font-family:var(--sans)}
.vbtb dialog.vb-sample::backdrop{background:rgba(15,31,23,.55)}
.vbtb .vb-sm-hd{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid var(--hairline)}
.vbtb .vb-sm-hd .vb-tagq{font-size:12px;font-weight:700;color:var(--primary);background:var(--primary-tint);padding:4px 9px;border-radius:999px;white-space:nowrap}
.vbtb .vb-sm-hd h3{font-size:15px;line-height:1.3}
.vbtb .vb-sm-hd .vb-x{margin-left:auto;border:0;background:0;width:34px;height:34px;border-radius:50%;cursor:pointer;color:var(--ink);display:grid;place-items:center;flex:none}
.vbtb .vb-sm-hd .vb-x:hover{background:var(--field)}
.vbtb .vb-sm-bd{padding:20px}
.vbtb .vb-sm-bd .vb-q{font-size:15.5px;color:var(--ink);font-weight:600;line-height:1.5;margin:0 0 14px;max-width:none}
.vbtb .vb-opts{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.vbtb .vb-opts li{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid var(--hairline);border-radius:8px;font-size:14.5px;line-height:1.45}
.vbtb .vb-opts li i{font-style:normal;font-weight:700;color:var(--muted);flex:none;width:18px}
.vbtb .vb-sample.vb-show .vb-opts li.vb-ok{border-color:var(--primary);background:var(--primary-tint)}
.vbtb .vb-sample.vb-show .vb-opts li.vb-ok i{color:var(--primary)}
.vbtb .vb-rat{display:none;margin-top:14px;padding:14px 16px;background:var(--field);border-radius:8px;font-size:14px;line-height:1.55}
.vbtb .vb-rat b{color:var(--ink)}
.vbtb .vb-sample.vb-show .vb-rat{display:block}
.vbtb .vb-sm-ft{display:flex;gap:10px;align-items:center;padding:14px 20px;border-top:1px solid var(--hairline);flex-wrap:wrap}
.vbtb .vb-sm-ft .vb-btn{height:44px;padding:0 18px;font-size:14px;box-shadow:none}
.vbtb .vb-sm-ft .vb-ghost2{background:#fff;color:var(--ink);border:1px solid var(--hairline)}
.vbtb .vb-sm-ft .vb-ghost2:hover{background:var(--field)}
.vbtb .vb-sm-ft .vb-lbl{display:flex;align-items:center;gap:7px;font-weight:800;font-size:14px;color:var(--ink);margin-right:4px}
.vbtb .vb-sm-ft .vb-lbl .vb-i{color:var(--primary);width:18px;height:18px}
.vbtb .vb-sm-ft .vb-right{margin-left:auto;display:flex;gap:10px}
@media(max-width:1020px){.vbtb .vb-toc .vb-cols{columns:2}
.vbtb .vb-grid{grid-template-columns:repeat(2,1fr)}
.vbtb .vb-steps{grid-template-columns:repeat(2,1fr);gap:32px 0}
.vbtb .vb-steps::before{display:none}}
@media(max-width:860px){.vbtb .vb-hero{grid-template-columns:1fr;gap:26px;padding-bottom:40px}
.vbtb .vb-gallery{position:static;max-width:420px}
.vbtb .vb-split{grid-template-columns:1fr;gap:18px}
.vbtb .vb-toc .vb-cols{columns:1}
.vbtb .vb-sec summary{cursor:pointer}
.vbtb .vb-sec summary::after{content:"";width:8px;height:8px;border-right:1.5px solid var(--ink);border-bottom:1.5px solid var(--ink);transform:rotate(45deg);margin-left:8px;flex:none;align-self:center}
.vbtb .vb-sec[open] summary::after{transform:rotate(-135deg)}
.vbtb .vb-honest{grid-template-columns:1fr;gap:12px}
.vbtb .vb-honest>div{padding:20px 18px}
.vbtb .vb-verify{grid-template-columns:1fr}
.vbtb .vb-verify p{grid-column:1}
.vbtb .vb-revs{grid-template-columns:1fr}
.vbtb .vb-faq{grid-template-columns:1fr}
.vbtb .vb-rsum{grid-template-columns:1fr;gap:20px}
.vbtb .vb-close .vb-wrap{grid-template-columns:1fr}
.vbtb .vb-chapters .vb-top{display:block}
.vbtb .vb-chapters .vb-top .vb-n{margin-top:18px}}
@media(max-width:560px){.vbtb .vb-grid{grid-template-columns:1fr 1fr;gap:16px}
.vbtb .vb-steps{grid-template-columns:1fr;gap:26px}
.vbtb .vb-proof{gap:6px}
.vbtb .vb-gbtn .vb-go{display:none}
.vbtb .vb-gbtn{padding:11px 11px}
.vbtb .vb-proof div{flex-direction:column;align-items:flex-start;gap:6px;padding:10px 10px}
.vbtb h2.vb-hx .vb-chip{width:36px;height:36px;border-radius:9px}
.vbtb .vb-deco{width:200px;height:200px}
.vbtb .vb-sticky .vb-t{display:none}
.vbtb .vb-sticky .vb-btn.vb-line span{display:none}
.vbtb .vb-sticky .vb-btn.vb-line{width:46px;padding:0}
.vbtb .vb-close .vb-pair{flex-direction:column}}

/* ── plugin-only rules ─────────────────────────────────────────── */
.vbtb{font:16px/1.6 var(--sans);color:var(--text);-webkit-font-smoothing:antialiased;text-wrap:pretty;margin:0 auto;max-width:var(--wrap);padding-inline:var(--gutter)}
.vbtb *{box-sizing:border-box}
.vbtb figure.vb-gallery{margin:0;padding:0}
.vbtb .vb-img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border:1px solid var(--hairline);border-radius:8px}
.vbtb .vb-cart{display:contents}
.vbtb .vb-cta .vb-cart{display:flex;flex:1}
.vbtb .vb-cta .vb-cart .vb-btn{flex:1}
.vbtb .vb-wish{display:inline-flex;align-items:center}
.vbtb .vb-wish .woosw-btn{height:54px;width:54px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--hairline);border-radius:6px;background:#fff;color:var(--ink);font-size:0}
.vbtb .vb-wish .woosw-btn:before{font-size:18px}
.vbtb .vb-wish .woosw-btn-has-icon .woosw-btn-icon{font-size:18px}
/* theme/WooCommerce button styles must not restyle ours */
.vbtb .vb-btn.single_add_to_cart_button,.vbtb .vb-btn.single_add_to_cart_button:hover,.vbtb .vb-btn.single_add_to_cart_button:focus{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;
  height:54px!important;min-height:0!important;line-height:1!important;padding:0 30px!important;margin:0!important;
  border-radius:6px!important;font:700 16px var(--sans)!important;letter-spacing:0!important;text-transform:none!important;
  background:#fff!important;color:var(--primary-deep)!important;border:1.5px solid var(--primary)!important;box-shadow:none!important;width:auto!important}
.vbtb .vb-btn.single_add_to_cart_button:hover{background:var(--primary-tint)!important}
.vbtb .vb-sticky .vb-btn.single_add_to_cart_button,.vbtb .vb-sm-ft .vb-btn.single_add_to_cart_button{height:44px!important;padding:0 16px!important;font-size:14px!important}
.vbtb .vb-close .vb-btn.single_add_to_cart_button{height:56px!important;background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.7)!important}
.vbtb .vb-close .vb-btn.single_add_to_cart_button:hover{background:rgba(255,255,255,.12)!important}
.vbtb .vb-sticky .vb-wrap{max-width:var(--wrap);margin:0 auto;padding-inline:var(--gutter)}
/* full-bleed bands: the band itself spans the viewport, its content is re-centred to the page width */
.vbtb .vb-chapters,.vbtb .vb-close{margin-inline:calc(50% - 50vw);padding-inline:0}
.vbtb .vb-chapters .vb-top,.vbtb .vb-chapters .vb-toc>*,.vbtb .vb-close .vb-wrap{max-width:var(--wrap);padding-inline:var(--gutter);margin-inline:auto}
.vbtb .vb-chapters .vb-toc{padding-inline:0}
/* the theme's heading styles must not leak in */
.vbtb h1,.vbtb h2,.vbtb h3,.vbtb h4{text-transform:none;letter-spacing:-.015em;margin-top:0}
.vbtb h4{font-family:var(--sans);font-weight:700;font-size:1.05rem;letter-spacing:0;color:var(--ink)}
.vbtb .vb-gallery{align-self:start}
/* sample popup: 'coming soon' state */
.vbtb .vb-nosample .vb-sm-pdf{background:var(--field);display:grid;place-items:center;min-height:320px}
.vbtb .vb-soon{max-width:46ch;text-align:center;padding:32px 20px}
.vbtb .vb-soon .vb-soon-i{width:44px;height:44px;color:var(--primary);margin:0 auto 14px;stroke-width:1.5}
.vbtb .vb-soon h4{margin:0 0 8px}
.vbtb .vb-soon p{color:var(--text);font-size:14.5px;margin:0 0 18px;max-width:none}
.vbtb .vb-soon .vb-btn{height:46px;padding:0 20px;font-size:14.5px}
.vbtb .vb-deco-bl{right:auto;left:-40px;top:auto;bottom:-60px}
.vbtb section.vb-tight{padding-top:0}
.vbtb #vbtb-chapters{scroll-margin-top:100px}
.vbtb .vb-price .woocommerce-Price-amount{font-size:2.1rem;font-weight:800;color:var(--ink);letter-spacing:-.02em;line-height:1}
.vbtb .vb-price .woocommerce-Price-amount span{font-size:inherit;color:inherit}
.vbtb .vb-price del{color:var(--muted);font-size:1.1rem;font-weight:500;margin-right:8px}
.vbtb .vb-price ins{text-decoration:none}
.vbtb .vb-sticky .vb-p .woocommerce-Price-amount{font-size:19px}
.vbtb .vb-pc .vb-pr .woocommerce-Price-amount{font-size:17px}
.vbtb .vb-pc img{aspect-ratio:1;object-fit:cover;border:1px solid var(--hairline);border-radius:8px;width:100%;height:auto}
.vbtb .vb-sm-pdf iframe{width:100%;height:100%;min-height:70vh;border:0;display:block;background:#fff}
.vbtb .vb-write{margin-top:24px;border:1px solid var(--hairline);border-radius:10px;padding:0 20px}
.vbtb .vb-write summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:9px;padding:16px 0;font-weight:700;color:var(--ink)}
.vbtb .vb-write summary::-webkit-details-marker{display:none}
.vbtb .vb-write summary .vb-i{color:var(--primary)}
.vbtb .vb-write .comment-form{padding:0 0 20px}
.vbtb .vb-write .comment-form p{max-width:none}
.vbtb .vb-write label{display:block;font-weight:600;font-size:14px;margin-bottom:4px;color:var(--ink)}
.vbtb .vb-write input[type=text],.vbtb .vb-write input[type=email],.vbtb .vb-write textarea,.vbtb .vb-write select{width:100%;border:1px solid var(--hairline);border-radius:6px;padding:10px 12px;font:15px var(--sans);color:var(--ink);background:#fff}
.vbtb .vb-write .form-submit .submit{background:var(--primary);color:#fff;border:0;border-radius:6px;height:46px;padding:0 22px;font:700 15px var(--sans);cursor:pointer}
.vbtb .vb-write .comment-form-rating{margin-bottom:12px}
/* grid items may shrink below their content — this is what kept the hero 404px wide on a 390px phone */
.vbtb .vb-hero>*,.vbtb .vb-split>*,.vbtb .vb-steps>*,.vbtb .vb-grid>*,.vbtb .vb-honest>*,.vbtb .vb-revs>*,.vbtb .vb-faq>*,.vbtb .vb-proof>*,.vbtb .vb-gact>*,.vbtb .vb-rsum>*{min-width:0}
.vbtb .vb-proof div{min-width:0;overflow:hidden}
.vbtb .vb-cta{flex-wrap:nowrap}
.vbtb .vb-cta form.vb-cart{flex:1 1 0;min-width:0;display:flex}
.vbtb .vb-cta form.vb-cart .vb-btn,.vbtb .vb-cta>.vb-btn{flex:1 1 0;min-width:0;white-space:nowrap}
/* wishlist: our heart, WPC's real button invisible on top of it so the click still counts */
.vbtb .vb-wish{position:relative;flex:none;width:54px;height:54px;border:1px solid var(--hairline);border-radius:6px;background:#fff;color:var(--ink);display:grid;place-items:center;overflow:hidden}
.vbtb .vb-wish .vb-i{width:20px;height:20px}
.vbtb .vb-wish .woosw-btn,.vbtb .vb-wish .woosw-btn:hover{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;font-size:0;padding:0;margin:0;border:0;background:none}
.vbtb .vb-wish:hover{border-color:var(--ink)}
.vbtb .vb-wish:has(.woosw-added) .vb-i{color:var(--primary);fill:currentColor}
/* gallery tiles: text may wrap, and the theme's capitalisation stays out */
.vbtb .vb-gbtn>span{min-width:0}
.vbtb .vb-gbtn b,.vbtb .vb-gbtn small{text-transform:none;white-space:normal;overflow-wrap:anywhere}
.vbtb .vb-pill,.vbtb .vb-cap{text-transform:none}
body.vbtb-sticky-on{padding-bottom:72px}
@media(max-width:860px){
  .vbtb{padding-inline:0}                                   /* the theme already pads the column; no double gutter on phones */
  .vbtb .vb-gallery figcaption .vb-cap{margin-left:0;flex-basis:100%}   /* caption sits left on its own line */
  .vbtb .vb-gbtn{padding:11px 10px;gap:9px}
  .vbtb .vb-gbtn .vb-ic{width:32px;height:32px}
  .vbtb .vb-gbtn b{font-size:13px}
  .vbtb .vb-gbtn small{font-size:11.5px}
  .vbtb .vb-hero{grid-template-columns:minmax(0,1fr)}
  .vbtb .vb-proof{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .vbtb .vb-proof div{flex-direction:column;align-items:flex-start;gap:6px;padding:10px 10px}
  .vbtb .vb-gact{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vbtb .vb-cta{gap:8px}
  .vbtb .vb-cta .vb-btn,.vbtb .vb-cta .vb-btn.single_add_to_cart_button{height:50px!important;padding:0 12px!important;font-size:15px!important;gap:7px!important}
  .vbtb .vb-wish{width:50px;height:50px}
  .vbtb .vb-price .woocommerce-Price-amount{font-size:1.8rem}
  .vbtb[data-sticky="desktop"] .vb-sticky{display:none}
  .vbtb .vb-sticky .vb-compact span{display:none}
}
