/* ============================================================
   Bizleaf — marketing homepage (v1.8.4)
   Self-contained; only loaded on the public home page.
   ============================================================ */
:root{
  --bzh-blue:#1D4ED8;
  --bzh-blue-d:#1E3A8A;
  --bzh-blue-l:#3B82F6;
  --bzh-ink:#0F172A;
  --bzh-body:#475569;
  --bzh-line:#E2E8F0;
  --bzh-soft:#F8FAFC;
}
.bzh-btn{ display:inline-block; padding:.85rem 1.7rem; border-radius:10px; font-weight:600;
  font-size:1rem; text-decoration:none; transition:transform .12s, box-shadow .12s, background .12s; border:none; cursor:pointer; }
.bzh-btn:hover{ transform:translateY(-2px); }
.bzh-btn-primary{ background:var(--bzh-blue); color:#fff !important; box-shadow:0 6px 18px rgba(29,78,216,.28); }
.bzh-btn-primary:hover{ background:var(--bzh-blue-d); }
.bzh-btn-ghost{ background:transparent; color:#fff !important; border:1.5px solid rgba(255,255,255,.55); }
.bzh-btn-ghost:hover{ background:rgba(255,255,255,.12); }
.bzh-btn-light{ background:#fff; color:var(--bzh-blue) !important; box-shadow:0 6px 18px rgba(0,0,0,.16); }

/* ---------- hero ---------- */
.bzh-hero{ background:linear-gradient(135deg,#1E3A8A 0%,#1D4ED8 55%,#2563EB 100%);
  color:#fff; padding:4.5rem 0 5rem; position:relative; overflow:hidden; }
.bzh-hero::after{ content:''; position:absolute; right:-140px; top:-140px; width:460px; height:460px;
  background:radial-gradient(circle,rgba(255,255,255,.14),transparent 68%); border-radius:50%; }
.bzh-eyebrow{ display:inline-block; background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.28);
  padding:.3rem .9rem; border-radius:20px; font-size:.78rem; font-weight:700; letter-spacing:.06em;
  text-transform:uppercase; margin-bottom:1.1rem; }
.bzh-title{ font-size:3rem; font-weight:800; line-height:1.15; margin:0 0 1rem; letter-spacing:-.02em; }
.bzh-sub{ font-size:1.09rem; line-height:1.65; color:rgba(255,255,255,.9); max-width:34rem; margin-bottom:1.8rem; }
.bzh-cta{ display:flex; gap:.8rem; flex-wrap:wrap; }
.bzh-trust{ display:flex; gap:1.3rem; flex-wrap:wrap; margin-top:1.7rem; font-size:.88rem; color:rgba(255,255,255,.82); }

/* ---------- phone mockup ---------- */
.bzh-phone-wrap{ display:flex; justify-content:center; position:relative; z-index:2; }
.bzh-phone{ width:290px; background:#0B1220; border-radius:38px; padding:12px;
  box-shadow:0 26px 60px rgba(2,10,30,.45); position:relative; }
.bzh-phone-notch{ position:absolute; top:20px; left:50%; transform:translateX(-50%);
  width:110px; height:20px; background:#0B1220; border-radius:12px; z-index:3; }
.bzh-phone-screen{ background:#fff; border-radius:28px; overflow:hidden; height:520px; display:flex; flex-direction:column; }
.bzh-app-hero{ background:linear-gradient(135deg,#B45309,#C2410C); color:#fff; padding:2.4rem 1rem 1.1rem; text-align:center; }
.bzh-app-logo{ font-size:1.6rem; }
.bzh-app-name{ font-weight:800; font-size:1.12rem; margin-top:.2rem; }
.bzh-app-type{ font-size:.72rem; text-transform:uppercase; letter-spacing:.09em; opacity:.9; }
.bzh-app-body{ flex:1; overflow:hidden; padding:.6rem .9rem; }
.bzh-app-cat{ font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.07em;
  color:#C2410C; margin:.7rem 0 .35rem; }
.bzh-app-item{ display:flex; align-items:center; gap:.45rem; padding:.42rem 0; border-bottom:1px solid #F1F5F9; }
.bzh-app-item-n{ flex:1; font-size:.83rem; color:#1F2937; }
.bzh-app-item-p{ font-size:.83rem; font-weight:700; color:#C2410C; }
.bzh-veg,.bzh-nonveg{ width:11px; height:11px; border-radius:2px; flex-shrink:0; }
.bzh-veg{ border:2px solid #16A34A; }
.bzh-nonveg{ border:2px solid #DC2626; }
.bzh-app-cart{ background:#25D366; color:#fff; text-align:center; padding:.6rem; font-size:.82rem; font-weight:700; }
.bzh-qr-float{ position:absolute; right:-6px; bottom:26px; background:#fff; border-radius:14px;
  padding:.6rem .6rem .4rem; box-shadow:0 14px 34px rgba(2,10,30,.3); text-align:center; }
.bzh-qr-img{ width:74px; height:74px; display:block; border-radius:3px; }
.bzh-app-fade{ transition:opacity .22s ease; opacity:1; }
.bzh-app-fade.bzh-app-fading{ opacity:0; }
.bzh-qr-cap{ font-size:.62rem; font-weight:700; color:#64748B; margin-top:.25rem; text-transform:uppercase; letter-spacing:.05em; }

/* ---------- sections ---------- */
.bzh-section{ padding:4.5rem 0; background:#fff; }
.bzh-section-alt{ background:var(--bzh-soft); }
.bzh-h2{ font-size:2rem; font-weight:800; color:var(--bzh-ink); text-align:center; margin:0 0 .5rem; letter-spacing:-.015em; }
.bzh-lead{ text-align:center; color:var(--bzh-body); font-size:1.02rem; margin:0 auto; max-width:36rem; }

.bzh-step{ text-align:center; padding:1rem; }
.bzh-step-n{ width:48px; height:48px; border-radius:50%; background:var(--bzh-blue); color:#fff;
  font-weight:800; font-size:1.2rem; display:flex; align-items:center; justify-content:center; margin:0 auto 1rem; }
.bzh-step h5{ font-weight:700; color:var(--bzh-ink); margin-bottom:.4rem; }
.bzh-step p{ color:var(--bzh-body); font-size:.94rem; line-height:1.6; margin:0; }

.bzh-feat{ background:#fff; border:1px solid var(--bzh-line); border-radius:14px; padding:1.4rem; height:100%;
  transition:transform .14s, box-shadow .14s; }
.bzh-feat:hover{ transform:translateY(-3px); box-shadow:0 10px 26px rgba(15,23,42,.08); }
.bzh-feat-ic{ font-size:1.6rem; margin-bottom:.5rem; }
.bzh-feat h6{ font-weight:700; color:var(--bzh-ink); margin-bottom:.3rem; }
.bzh-feat p{ color:var(--bzh-body); font-size:.9rem; line-height:1.55; margin:0; }

/* ---------- pricing ---------- */
.bzh-price-card{ background:#fff; border:2px solid var(--bzh-blue); border-radius:18px; padding:2rem 1.8rem;
  text-align:center; position:relative; box-shadow:0 16px 40px rgba(29,78,216,.13); }
.bzh-price-badge{ position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:var(--bzh-blue);
  color:#fff; font-size:.72rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase;
  padding:.28rem .9rem; border-radius:20px; }
.bzh-price-name{ font-weight:700; color:var(--bzh-ink); font-size:1.05rem; margin-top:.4rem; }
.bzh-price-row{ display:flex; align-items:baseline; justify-content:center; gap:.5rem; margin:.9rem 0 1.2rem; }
.bzh-price-old{ font-size:1.4rem; color:#94A3B8; text-decoration:line-through; }
.bzh-price-new{ font-size:3.1rem; font-weight:800; color:var(--bzh-blue); line-height:1; }
.bzh-price-per{ color:var(--bzh-body); font-size:1rem; }
.bzh-price-list{ list-style:none; padding:0; margin:0 0 1.5rem; text-align:left; }
.bzh-price-list li{ padding:.42rem 0 .42rem 1.7rem; position:relative; color:var(--bzh-body); font-size:.94rem; }
.bzh-price-list li::before{ content:'✓'; position:absolute; left:0; color:#16A34A; font-weight:800; }
.bzh-price-note{ margin-top:.9rem; font-size:.84rem; color:#94A3B8; }

/* ---------- portfolio filters ---------- */
.bzp-portfolio-filters{ display:flex; flex-wrap:wrap; gap:.5rem; }
.bzp-filter-btn{ border:1px solid var(--bzh-line); background:#fff; color:var(--bzh-body);
  border-radius:999px; padding:.4rem 1rem; font-size:.88rem; font-weight:600; cursor:pointer;
  transition:background .12s, color .12s, border-color .12s; }
.bzp-filter-btn:hover{ border-color:var(--bzh-blue-l); }
.bzp-filter-btn.active{ background:var(--bzh-blue); border-color:var(--bzh-blue); color:#fff; }


.bzh-demo-scroller{ display:flex; gap:1rem; overflow-x:auto; padding:.25rem .1rem 1rem; scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch; }
.bzh-demo-scroller::-webkit-scrollbar{ height:6px; }
.bzh-demo-scroller::-webkit-scrollbar-thumb{ background:var(--bzh-line); border-radius:3px; }
.bzh-demo{ display:block; background:#fff; border:1px solid var(--bzh-line); border-radius:14px; padding:1.3rem;
  text-decoration:none; transition:transform .14s, box-shadow .14s;
  flex:0 0 260px; scroll-snap-align:start; }
.bzh-demo:hover{ transform:translateY(-3px); box-shadow:0 10px 26px rgba(15,23,42,.09); }
.bzh-demo-name{ font-weight:700; color:var(--bzh-ink); }
.bzh-demo-type{ font-size:.83rem; color:var(--bzh-body); margin:.15rem 0 .8rem; }
.bzh-demo-link{ font-size:.88rem; font-weight:700; color:var(--bzh-blue); }
@media (prefers-reduced-motion: reduce){ .bzh-demo-scroller{ scroll-behavior:auto; } }

/* ---------- faq ---------- */
.bzh-faq-item{ border:1px solid var(--bzh-line); border-radius:12px; margin-bottom:.7rem; background:#fff; }
.bzh-faq-item summary{ padding:1rem 1.2rem; font-weight:700; color:var(--bzh-ink); cursor:pointer; list-style:none; }
.bzh-faq-item summary::-webkit-details-marker{ display:none; }
.bzh-faq-item summary::after{ content:'+'; float:right; color:var(--bzh-blue); font-weight:800; }
.bzh-faq-item[open] summary::after{ content:'−'; }
.bzh-faq-item p{ padding:0 1.2rem 1.1rem; margin:0; color:var(--bzh-body); font-size:.95rem; line-height:1.65; }

/* ---------- final cta + footer ---------- */
.bzh-final{ background:linear-gradient(135deg,#1E3A8A,#1D4ED8); color:#fff; padding:4rem 0; }
.bzh-final h2{ font-size:2rem; font-weight:800; margin-bottom:.5rem; }
.bzh-final p{ color:rgba(255,255,255,.88); margin-bottom:1.6rem; }
.bzh-footer{ background:var(--bzh-ink); color:#94A3B8; padding:2.5rem 0; text-align:center; }
.bzh-foot-brand{ color:#fff; font-weight:800; font-size:1.15rem; margin-bottom:.7rem; }
.bzh-foot-links{ display:flex; gap:1.4rem; justify-content:center; flex-wrap:wrap; margin-bottom:1rem; }
.bzh-foot-links a{ color:#94A3B8; text-decoration:none; font-size:.9rem; }
.bzh-foot-links a:hover{ color:#fff; }
.bzh-foot-copy{ font-size:.83rem; color:#64748B; }

/* ---------- responsive ---------- */
@media (max-width:991px){
  .bzh-title{ font-size:2.3rem; }
  .bzh-hero{ padding:3.2rem 0 3.5rem; text-align:center; }
  .bzh-sub{ margin-left:auto; margin-right:auto; }
  .bzh-cta,.bzh-trust{ justify-content:center; }
  .bzh-phone-wrap{ margin-top:2.6rem; }
}
@media (max-width:576px){
  .bzh-title{ font-size:1.95rem; }
  .bzh-h2{ font-size:1.6rem; }
  .bzh-price-new{ font-size:2.6rem; }
  .bzh-phone{ width:250px; }
  .bzh-phone-screen{ height:450px; }
  .bzh-qr-float{ right:-12px; bottom:14px; }
}

/* ---------- nav blends into the hero on the marketing page ---------- */
body.bzh-home .navbar.bz-top{ background:transparent !important; box-shadow:none;
  position:absolute; top:0; left:0; right:0; z-index:10; padding-top:1rem; }
body.bzh-home .bzh-hero{ padding-top:7rem; }
body.bzh-home .navbar.bz-top .btn-success{ background:#fff; border-color:#fff; color:var(--bzh-blue) !important; font-weight:600; }
body.bzh-home .navbar.bz-top .btn-success:hover{ background:#EFF6FF; }
@media (max-width:991px){ body.bzh-home .bzh-hero{ padding-top:6rem; } }

/* ---- 3-tier pricing (v1.11.0) ---- */
.bzh-price-featured{ border-width:3px; box-shadow:0 20px 48px rgba(29,78,216,.18); transform:scale(1.02); }
.bzh-price-desc{ text-align:left; color:var(--bzh-body); font-size:.92rem; line-height:1.7; margin-bottom:1.4rem; }
.bzh-price-desc p{ margin-bottom:.5rem; }
.bzh-price-desc ol,.bzh-price-desc ul{ padding-left:1.3rem; margin-bottom:.5rem; }
.bzh-price-desc strong{ color:var(--bzh-ink); }
.bzh-price-custom{ font-size:2rem; font-weight:800; color:var(--bzh-blue); }
.bzh-btn-ghost-dark{ background:transparent; color:var(--bzh-blue) !important; border:1.5px solid var(--bzh-blue); }
.bzh-btn-ghost-dark:hover{ background:rgba(29,78,216,.06); }

/* ---- Region toggle (v1.14.1) ---- */
.bzh-region{ display:flex; justify-content:center; gap:.5rem; margin:0 auto 1.6rem; flex-wrap:wrap; }
.bzh-region-btn{ padding:.5rem 1.1rem; border:1.5px solid #dbe3ec; border-radius:999px; background:#fff;
  font-weight:700; font-size:.9rem; color:#334155; cursor:pointer; }
.bzh-region-btn.active{ border-color:var(--bzh-blue); color:var(--bzh-blue); background:rgba(29,78,216,.06); }
