/* ── BizHub — Clean Professional Design ─────────────────── */
:root {
  --green:       #005C38;
  --green-dark:  #003D25;
  --green-light: #E8F5EE;
  --gold:        #D4A017;
  --dark:        #111827;
  --text:        #374151;
  --muted:       #6B7280;
  --border:      #E5E7EB;
  --bg:          #F9FAFB;
  --white:       #ffffff;
  --radius:      10px;
  --shadow-sm:   0 1px 3px rgba(0,0,0,.08);
  --shadow:      0 4px 16px rgba(0,0,0,.10);
  --shadow-lg:   0 8px 32px rgba(0,0,0,.14);
  --bh-header-h: 140px;
  --bh-logo-h:   118px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body  { font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text); background: #fff; line-height: 1.6; font-size: 15px; }
img   { max-width: 100%; display: block; }
a     { color: inherit; text-decoration: none; }
textarea { font-family: inherit; }
input, select, textarea { font-family: inherit; font-size: 14px; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ── HEADER ──────────────────────────────────────────────── */
.bh-header { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.bh-header-inner { display: flex; align-items: center; height: var(--bh-header-h); gap: 0; }
.bh-logo { display: flex; align-items: center; flex-shrink: 0; margin-right: 36px; }
.bh-logo-img { height: var(--bh-logo-h); width: auto; }
.bh-nav-links { display: flex; align-items: center; gap: 2px; flex: 1; }
.bh-nav-links a { font-size: 14px; font-weight: 500; color: var(--text); padding: 7px 13px; border-radius: 6px; transition: background .15s, color .15s; white-space: nowrap; }
.bh-nav-links a:hover { background: var(--green-light); color: var(--green); }
.bh-nav-links a.bh-nav-upgrade { color: var(--green); font-weight: 600; border: 1.5px solid var(--green); }
.bh-nav-links a.bh-nav-upgrade:hover { background: var(--green); color: #fff; }
.bh-nav-divider { width: 1px; height: 22px; background: var(--border); margin: 0 8px; flex-shrink: 0; }
.bh-nav-links a.bh-dash-tab { font-size: 14px; font-weight: 500; color: var(--text); padding: 7px 13px; border-radius: 6px; }
.bh-nav-links a.bh-dash-tab:hover { color: var(--green); background: var(--green-light); }
.bh-nav-links a.bh-dash-tab.active { color: var(--green); font-weight: 600; background: none; }
.bh-nav-links a.bh-dash-tab .bh-tab-badge { margin-left: 4px; }
.bh-nav-badge { display: inline-flex; align-items: center; justify-content: center; background: #DC2626; color: #fff; font-size: 10px; font-weight: 700; min-width: 17px; height: 17px; border-radius: 9px; padding: 0 4px; margin-left: 5px; vertical-align: middle; }
.bh-header-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; margin-left: 16px; }
.bh-btn-primary  { padding: 8px 18px; background: var(--green); color: #fff; border-radius: var(--radius); font-size: 13px; font-weight: 600; transition: background .2s; white-space: nowrap; }
.bh-btn-primary:hover { background: var(--green-dark); }
.bh-btn-secondary { padding: 8px 16px; border: 1.5px solid var(--border); color: var(--text); border-radius: var(--radius); font-size: 13px; font-weight: 600; transition: all .2s; white-space: nowrap; }
.bh-btn-secondary:hover { border-color: var(--green); color: var(--green); }
.bh-btn-my-profile { padding: 8px 16px; background: var(--green-light); border: 1.5px solid var(--green); color: var(--green); border-radius: var(--radius); font-size: 13px; font-weight: 700; transition: all .2s; white-space: nowrap; }
.bh-btn-my-profile:hover { background: var(--green); color: #fff; }
.bh-btn-user { padding: 7px 13px; background: none; color: var(--text); border-radius: 6px; font-size: 14px; font-weight: 500; max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bh-btn-user:hover { background: var(--green-light); color: var(--green); }
.bh-btn-logout { font-size: 14px; font-weight: 500; color: var(--text); padding: 7px 13px; border-radius: 6px; transition: color .15s; white-space: nowrap; }
.bh-btn-logout:hover { color: #DC2626; background: var(--green-light); }
.bh-role-pill { font-size: 14px; font-weight: 500; padding: 7px 13px; border-radius: 6px; background: none; color: var(--green); white-space: nowrap; }
.bh-role-admin { background: #EDE9FE; color: #6D28D9; }
.bh-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; margin-left: 8px; }
.bh-hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .2s; }

/* ── HERO ─────────────────────────────────────────────────── */
.bh-hero { position: relative; padding: 88px 0 72px; background: linear-gradient(150deg, #010D07 0%, #032A18 45%, #054023 100%); overflow: hidden; }
.bh-hero-bg { position: absolute; inset: 0; background: var(--hero-bg, linear-gradient(135deg, #021B0F 0%, #063D22 100%)) center/cover no-repeat; opacity: .4; }
.bh-hero-overlay { position: absolute; inset: 0; background: linear-gradient(150deg, rgba(0,5,3,.7) 0%, rgba(2,25,14,.3) 100%); }
.bh-hero-glow { position: absolute; width: 140%; height: 140%; top: -50%; right: -40%; background: radial-gradient(circle, rgba(30,220,120,.35) 0%, transparent 65%); filter: blur(30px); pointer-events: none; }
.bh-hero-dots { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(120,255,170,.4) 1.5px, transparent 1.5px); background-size: 22px 22px; -webkit-mask-image: radial-gradient(ellipse 60% 90% at 8% 20%, #000 0%, transparent 70%), radial-gradient(ellipse 60% 90% at 95% 85%, #000 0%, transparent 70%); mask-image: radial-gradient(ellipse 60% 90% at 8% 20%, #000 0%, transparent 70%), radial-gradient(ellipse 60% 90% at 95% 85%, #000 0%, transparent 70%); }
.bh-hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; text-align: center; }
.bh-hero-badge { display: inline-block; background: rgba(212,160,23,.12); border: 1px solid rgba(212,160,23,.3); color: #F3C84A; font-size: 12px; font-weight: 600; padding: 5px 14px; border-radius: 20px; margin-bottom: 22px; letter-spacing: .3px; }
.bh-hero h1 { font-size: clamp(30px, 5vw, 52px); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 14px; text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.bh-hero h1 em { color: #4ADE80; font-style: normal; }
.bh-hero-sub { font-size: 17px; color: rgba(255,255,255,.85); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }

/* Search bar */
.bh-search-wrap { display: flex; gap: 0; background: #fff; border-radius: 12px; box-shadow: 0 8px 40px rgba(0,0,0,.25); overflow: hidden; margin-bottom: 32px; }
.bh-search-wrap input { flex: 2; min-width: 0; padding: 14px 18px; border: none; outline: none; font-size: 15px; }
.bh-search-wrap select { flex: 1; min-width: 0; padding: 14px 14px; border: none; border-left: 1px solid var(--border); outline: none; font-size: 14px; background: #fff; cursor: pointer; color: var(--text); }
.btn-search { padding: 14px 28px; background: var(--green); color: #fff; border: none; font-size: 15px; font-weight: 600; cursor: pointer; transition: background .2s; white-space: nowrap; }
.btn-search:hover { background: var(--green-dark); }

/* Stats */
.bh-hero-stats { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; }
.bh-stat { text-align: center; color: #fff; }
.bh-stat strong { display: block; font-size: 28px; font-weight: 800; color: #4ADE80; }
.bh-stat span { font-size: 13px; opacity: .7; }

/* ── POPULAR BAR ─────────────────────────────────────────── */
.bh-popular-bar { background: var(--bg); border-bottom: 1px solid var(--border); padding: 10px 0; overflow-x: auto; white-space: nowrap; }
.bh-popular-bar .container { display: flex; align-items: center; gap: 8px; }
.bh-popular-bar .label { font-size: 12px; font-weight: 600; color: var(--muted); flex-shrink: 0; }
.bh-popular-bar a { display: inline-block; font-size: 13px; font-weight: 500; padding: 5px 13px; background: #fff; border: 1px solid var(--border); border-radius: 20px; color: var(--text); transition: all .15s; flex-shrink: 0; }
.bh-popular-bar a:hover { background: var(--green); color: #fff; border-color: var(--green); }

/* ── SECTIONS ────────────────────────────────────────────── */
.section { padding: 72px 0; }
.section-alt { background: var(--bg); }
.sec-header { text-align: center; margin-bottom: 48px; }
.sec-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--green); margin-bottom: 10px; }
.sec-title { font-size: clamp(22px, 3.5vw, 34px); font-weight: 800; color: var(--dark); margin-bottom: 10px; }
.sec-desc { font-size: 16px; color: var(--muted); max-width: 520px; margin: 0 auto; }

/* ── CATEGORIES ──────────────────────────────────────────── */
.bh-cats-grid, .bh-cats-grid-full { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.bh-cat-card { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; display: block; transition: transform .2s, box-shadow .2s; }
.bh-cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.bh-cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.bh-cat-card:hover img { transform: scale(1.05); }
.bh-cat-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.05) 60%); }
.bh-cat-count { position: absolute; top: 10px; right: 10px; background: rgba(0,135,83,.9); color: #fff; font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 20px; }
.bh-cat-info { position: absolute; bottom: 12px; left: 12px; right: 12px; color: #fff; }
.bh-cat-info h3 { font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.bh-cat-info span { font-size: 11px; opacity: .8; }

/* ── BUSINESS CARDS ─────────────────────────────────────── */
.bh-biz-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.bh-biz-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .25s, transform .25s; cursor: pointer; }
.bh-biz-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.13); transform: translateY(-4px); border-color: #A7D5BC; }
.bh-biz-photo { position: relative; height: 200px; overflow: hidden; background: var(--bg); }
.bh-biz-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.bh-biz-card:hover .bh-biz-photo img { transform: scale(1.06); }
.bh-biz-featured { position: absolute; top: 12px; left: 12px; background: #FDE68A; color: #78350F; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px; letter-spacing: .3px; }
.bh-biz-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.bh-biz-cat { font-size: 11px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 6px; }
.bh-biz-name { font-size: 17px; font-weight: 800; color: var(--dark); margin-bottom: 5px; line-height: 1.3; }
.bh-biz-loc { font-size: 12px; color: var(--muted); margin-bottom: 10px; display: flex; align-items: center; gap: 4px; }
.bh-biz-loc::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.bh-biz-desc { font-size: 13px; color: var(--muted); flex: 1; line-height: 1.6; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bh-biz-actions { display: flex; gap: 8px; margin-top: auto; }
.bh-btn-call { flex: 1; padding: 10px 12px; background: var(--green); color: #fff; border: none; border-radius: 8px; font-size: 13px; font-weight: 600; text-align: center; transition: background .15s; }
.bh-btn-call:hover { background: var(--green-dark); }
.bh-btn-wa { flex: 1; padding: 10px 12px; background: #22C55E; color: #fff; border: none; border-radius: 8px; font-size: 13px; font-weight: 600; text-align: center; transition: background .15s; }
.bh-btn-wa:hover { background: #16A34A; }
.bh-view-all { text-align: center; margin-top: 40px; }

/* ── HOW IT WORKS ────────────────────────────────────────── */
.bh-how-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.bh-how-card { text-align: center; padding: 28px 20px; background: #fff; border-radius: var(--radius); border: 1px solid var(--border); position: relative; }
.bh-how-num { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); width: 32px; height: 32px; border-radius: 50%; background: var(--green); color: #fff; font-size: 15px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.bh-how-img { border-radius: 8px; overflow: hidden; margin-bottom: 14px; aspect-ratio: 16/9; }
.bh-how-img img { width: 100%; height: 100%; object-fit: cover; }
.bh-how-card h3 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 7px; }
.bh-how-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── STATES ──────────────────────────────────────────────── */
.bh-states-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.bh-state { padding: 7px 15px; background: #fff; border: 1px solid var(--border); border-radius: 20px; font-size: 13px; font-weight: 500; color: var(--text); transition: all .15s; }
.bh-state:hover { background: var(--green); color: #fff; border-color: var(--green); }

/* ── CTA ─────────────────────────────────────────────────── */
.bh-cta { position: relative; padding: 80px 0; text-align: center; overflow: hidden; }
.bh-cta-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1556761175-b413da4baf72?w=1200&q=80') center/cover; }
.bh-cta-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,103,64,.95), rgba(0,40,25,.97)); }
.bh-cta-content { position: relative; z-index: 1; color: #fff; }
.bh-cta-content h2 { font-size: clamp(22px, 4vw, 38px); font-weight: 800; margin-bottom: 12px; }
.bh-cta-content p { font-size: 16px; opacity: .85; margin-bottom: 28px; }
.bh-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-yellow { display: inline-block; padding: 13px 26px; background: #F3C84A; color: #1A1A1A; border-radius: var(--radius); font-size: 15px; font-weight: 700; transition: all .2s; }
.btn-yellow:hover { background: #e6b800; transform: translateY(-1px); }
.btn-white-outline { display: inline-block; padding: 13px 26px; border: 2px solid rgba(255,255,255,.6); color: #fff; border-radius: var(--radius); font-size: 15px; font-weight: 600; transition: all .2s; }
.btn-white-outline:hover { background: rgba(255,255,255,.1); }
.btn-green { display: inline-block; padding: 10px 20px; background: var(--green); color: #fff; border-radius: var(--radius); font-size: 14px; font-weight: 600; border: none; cursor: pointer; transition: background .2s; }
.btn-green:hover { background: var(--green-dark); }
.btn-outline { display: inline-block; padding: 9px 18px; border: 1.5px solid var(--border); color: var(--text); border-radius: 8px; font-size: 13px; font-weight: 500; transition: all .15s; }
.btn-outline:hover { border-color: var(--green); color: var(--green); }
.btn-big-outline { display: inline-block; padding: 13px 28px; border: 2px solid var(--green); color: var(--green); border-radius: var(--radius); font-size: 15px; font-weight: 600; transition: all .2s; }
.btn-big-outline:hover { background: var(--green); color: #fff; }

/* ── FOOTER ──────────────────────────────────────────────── */
.bh-footer { background: #0D1117; color: rgba(255,255,255,.75); padding: 60px 0 0; }
.bh-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.bh-footer-brand .bh-footer-about { font-size: 13px; line-height: 1.7; margin-top: 14px; opacity: .6; max-width: 260px; }
.bh-footer-social { display: flex; gap: 8px; margin-top: 14px; }
.bh-footer-social a { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; background: rgba(255,255,255,.08); border-radius: 6px; font-size: 12px; font-weight: 700; transition: background .2s; }
.bh-footer-social a:hover { background: var(--green); }
.bh-footer-col h4 { font-size: 11px; font-weight: 700; color: #fff; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
.bh-footer-col ul { list-style: none; }
.bh-footer-col ul li { margin-bottom: 8px; }
.bh-footer-col ul a { font-size: 13px; opacity: .65; transition: opacity .2s; }
.bh-footer-col ul a:hover { opacity: 1; color: #4ADE80; }
.bh-footer-col p { font-size: 13px; margin-bottom: 7px; line-height: 1.6; }
.bh-footer-col a { opacity: .75; transition: opacity .2s; }
.bh-footer-col a:hover { opacity: 1; }
.bh-footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 18px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.bh-footer-bottom p { font-size: 12px; opacity: .45; }
.bh-footer-links { display: flex; gap: 16px; }
.bh-footer-links a { font-size: 12px; opacity: .4; transition: opacity .15s; }
.bh-footer-links a:hover { opacity: .8; }

/* ── PAGE HEADER ─────────────────────────────────────────── */
.bh-page-header { background: var(--dark); padding: 44px 0; text-align: center; color: #fff; }
.bh-page-header h1 { font-size: clamp(24px, 4vw, 38px); font-weight: 800; margin-bottom: 6px; }
.bh-page-header p { font-size: 15px; opacity: .65; }

/* ── ALERTS ──────────────────────────────────────────────── */
.bh-alert { padding: 13px 16px; border-radius: 8px; font-size: 14px; margin-bottom: 16px; line-height: 1.5; }
.bh-alert a { font-weight: 600; text-decoration: underline; }
.bh-alert-error   { background: #FEF2F2; border: 1px solid #FECACA; color: #991B1B; }
.bh-alert-success { background: #F0FDF4; border: 1px solid #BBF7D0; color: #14532D; }
.bh-alert-info    { background: #EFF6FF; border: 1px solid #BFDBFE; color: #1E40AF; }

/* ── FORMS ───────────────────────────────────────────────── */
.bh-form-wrap { max-width: 680px; margin: 48px auto; }
.bh-form-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 40px; box-shadow: var(--shadow); }
.bh-form-card h2 { font-size: 22px; font-weight: 800; color: var(--dark); margin-bottom: 4px; }
.form-sub { font-size: 14px; color: var(--muted); margin-bottom: 28px; }
.form-required { color: #DC2626; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 16px; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--dark); }
.form-group input,
.form-group select,
.form-group textarea { padding: 11px 13px; border: 1.5px solid var(--border); border-radius: 7px; font-size: 14px; color: var(--text); background: #fff; transition: border .15s, box-shadow .15s; outline: none; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,135,83,.1); }
.form-group textarea { min-height: 110px; resize: vertical; }
.form-hint { font-size: 12px; color: var(--muted); margin-top: 2px; }
.bh-login-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.bh-remember { display: flex; align-items: center; gap: 7px; font-size: 13px; cursor: pointer; }
.bh-forgot-link { font-size: 13px; color: var(--green); font-weight: 500; }
.btn-form-submit { display: block; width: 100%; padding: 13px; background: var(--green); color: #fff; border: none; border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .2s; }
.btn-form-submit:hover { background: var(--green-dark); }
.bh-form-switch { text-align: center; font-size: 14px; color: var(--muted); margin-top: 20px; }
.bh-form-switch a { color: var(--green); font-weight: 600; }

/* ── ROLE CHOOSER ────────────────────────────────────────── */
.bh-role-page { max-width: 860px; margin: 48px auto; text-align: center; }
.bh-role-intro { margin-bottom: 32px; }
.bh-role-choose { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; text-align: left; margin-bottom: 24px; }
.bh-role-card { display: flex; flex-direction: column; background: #fff; border: 2px solid var(--border); border-radius: 14px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.bh-role-card:hover { border-color: var(--green); box-shadow: var(--shadow-lg); }
.bh-role-card-img { aspect-ratio: 16/9; overflow: hidden; }
.bh-role-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.bh-role-card:hover .bh-role-card-img img { transform: scale(1.04); }
.bh-role-card h3 { font-size: 18px; font-weight: 800; color: var(--dark); padding: 18px 20px 8px; }
.bh-role-card p { font-size: 13px; color: var(--muted); padding: 0 20px 14px; flex: 1; line-height: 1.6; }
.role-btn { display: block; margin: 0 20px 20px; padding: 11px; background: var(--green); color: #fff; border-radius: 8px; font-weight: 600; font-size: 14px; text-align: center; transition: background .2s; }
.role-btn:hover { background: var(--green-dark); }

/* ── DASHBOARD ───────────────────────────────────────────── */
.bh-dash-page { min-height: calc(100vh - 68px); background: var(--bg); }
.bh-user-topbar { background: #fff; border-bottom: 1px solid var(--border); padding: 14px 0; }
.bh-user-topbar-business { background: var(--green-light); }
.bh-user-topbar-admin { background: var(--dark); }
.bh-user-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.bh-user-info { display: flex; align-items: center; gap: 12px; }
.bh-user-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--green); color: #fff; font-size: 17px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bh-avatar-business { background: var(--gold); color: #fff; }
.bh-avatar-admin { background: #6D28D9; }
.bh-user-name { font-size: 15px; font-weight: 700; color: var(--dark); }
.bh-user-topbar-admin .bh-user-name { color: #fff; }
.bh-user-role-label { font-size: 12px; color: var(--muted); }
.bh-user-topbar-admin .bh-user-role-label { color: rgba(255,255,255,.55); }

/* Dashboard tabs */
.bh-dash-tab-nav { background: #fff; border-bottom: 1px solid var(--border); overflow-x: auto; }
.bh-dash-tab-nav-admin { background: #0D1117; }
.bh-dash-tabs { display: flex; min-width: max-content; }
.bh-dash-tab { padding: 14px 16px; font-size: 13px; font-weight: 600; color: var(--muted); border-bottom: 2px solid transparent; transition: all .15s; white-space: nowrap; cursor: pointer; text-decoration: none; }
.bh-dash-tab:hover { color: var(--green); }
.bh-dash-tab.active { color: var(--green); border-bottom-color: var(--green); }
.bh-dash-tab-nav-admin .bh-dash-tab { color: rgba(255,255,255,.5); }
.bh-dash-tab-nav-admin .bh-dash-tab:hover,
.bh-dash-tab-nav-admin .bh-dash-tab.active { color: #fff; border-bottom-color: #4ADE80; }
.bh-tab-badge { display: inline-flex; align-items: center; justify-content: center; background: #DC2626; color: #fff; font-size: 10px; font-weight: 700; min-width: 15px; height: 15px; border-radius: 8px; padding: 0 3px; margin-left: 4px; vertical-align: middle; }

/* Tab panels */
.bh-tab-panel { display: none; }
.bh-tab-panel.active { display: block; }

/* Dashboard body */
.bh-dash-body { padding: 28px 0 60px; }
.bh-dash-panel-title { font-size: 20px; font-weight: 800; color: var(--dark); margin-bottom: 20px; }
.bh-dash-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 12px; margin-bottom: 24px; }
.bh-dash-stat { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; text-align: center; }
.bh-dash-stat-num { font-size: 26px; font-weight: 800; color: var(--green); }
.bh-dash-stat-label { font-size: 12px; color: var(--muted); margin-top: 3px; }
.bh-admin-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }
.bh-admin-stat { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; text-align: center; border-top: 3px solid var(--green); }
.bh-admin-stat-num { font-size: 32px; font-weight: 800; color: var(--green); }
.bh-admin-stat-label { font-size: 12px; color: var(--muted); margin-top: 5px; }

/* Cards */
.bh-dash-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 16px; overflow: hidden; }
.bh-dash-card-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--border); background: var(--bg); }
.bh-dash-card-header h3 { font-size: 14px; font-weight: 700; color: var(--dark); }
.bh-dash-empty { text-align: center; padding: 44px 20px; }
.bh-dash-empty p { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
.bh-listing-row { display: flex; align-items: center; gap: 12px; padding: 12px 18px; border-bottom: 1px solid var(--border); }
.bh-listing-row:last-child { border-bottom: none; }
.bh-listing-row img { width: 56px; height: 42px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.bh-listing-row > div { flex: 1; min-width: 0; }
.bh-listing-name { font-size: 14px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bh-listing-loc { font-size: 12px; color: var(--muted); }
.bh-upgrade-banner { display: flex; align-items: center; justify-content: space-between; gap: 14px; background: linear-gradient(135deg, var(--green-light), #D1FAE5); border: 1px solid #A7F3C0; border-radius: var(--radius); padding: 18px 22px; flex-wrap: wrap; }
.bh-upgrade-banner h4 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 3px; }
.bh-upgrade-banner p { font-size: 13px; color: var(--muted); }

/* Status badges */
.status-badge { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; }
.status-active    { background: #D1FAE5; color: #065F46; }
.status-pending   { background: #FEF3C7; color: #92400E; }
.status-rejected  { background: #FEE2E2; color: #991B1B; }
.status-suspended { background: #F3F4F6; color: #4B5563; }

/* ── ADMIN TABLE ─────────────────────────────────────────── */
.bh-admin-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.bh-admin-table th { background: var(--bg); padding: 9px 13px; text-align: left; font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; border-bottom: 2px solid var(--border); }
.bh-admin-table td { padding: 11px 13px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.bh-admin-table tr:last-child td { border-bottom: none; }
.bh-admin-table tr:hover td { background: var(--bg); }
.bh-admin-search { margin-bottom: 12px; }
.bh-admin-search input { width: 100%; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 13px; outline: none; }
.bh-admin-search input:focus { border-color: var(--green); }
.action-btn { padding: 5px 11px; border: none; border-radius: 5px; font-size: 12px; font-weight: 600; cursor: pointer; transition: all .15s; }
.action-approve { background: #D1FAE5; color: #065F46; } .action-approve:hover { background: #22C55E; color: #fff; }
.action-reject  { background: #FEE2E2; color: #991B1B; } .action-reject:hover  { background: #EF4444; color: #fff; }
.action-suspend { background: #FEF3C7; color: #92400E; } .action-suspend:hover { background: #F59E0B; color: #fff; }
.action-delete  { background: #FEE2E2; color: #991B1B; } .action-delete:hover  { background: #EF4444; color: #fff; }

/* ── PHOTOS ──────────────────────────────────────────────── */
.photo-upload-area { border: 2px dashed var(--border); border-radius: 10px; padding: 30px; text-align: center; transition: all .2s; cursor: pointer; }
.photo-upload-area:hover { border-color: var(--green); background: var(--green-light); }
.photo-upload-area div { font-size: 28px; margin-bottom: 8px; }
.photo-upload-area p { font-size: 13px; color: var(--muted); }

/* ── PRICING ─────────────────────────────────────────────── */
.bh-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; }
.bh-pricing-grid-lg { max-width: 960px; }
.bh-plan { background: #fff; border: 2px solid var(--border); border-radius: 14px; padding: 30px; text-align: center; position: relative; transition: box-shadow .2s; }
.bh-plan.popular { border-color: var(--green); box-shadow: 0 0 0 4px rgba(0,135,83,.08); }
.bh-plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--green); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 14px; border-radius: 20px; white-space: nowrap; }
.bh-plan h3 { font-size: 18px; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.bh-plan-price { font-size: 34px; font-weight: 900; color: var(--green); margin-bottom: 3px; }
.bh-plan-price span { font-size: 13px; color: var(--muted); font-weight: 400; }
.bh-plan-period { font-size: 12px; color: var(--muted); margin-bottom: 20px; }
.bh-plan-features { list-style: none; text-align: left; margin-bottom: 22px; }
.bh-plan-features li { font-size: 13px; padding: 7px 0; border-bottom: 1px solid var(--border); color: var(--text); }
.bh-plan-features li:last-child { border-bottom: none; }
.bh-plan-cta { display: block; padding: 12px; border-radius: 8px; font-size: 14px; font-weight: 700; cursor: pointer; transition: all .2s; border: none; }
.bh-plan-cta.primary  { background: var(--green); color: #fff; }
.bh-plan-cta.primary:hover { background: var(--green-dark); }
.bh-plan-cta.secondary { background: var(--bg); color: var(--text); border: 1.5px solid var(--border); }
.bh-plan-cta.secondary:hover { border-color: var(--green); color: var(--green); }
.bh-pricing-note { text-align: center; margin-top: 24px; font-size: 13px; color: var(--muted); }

/* ── FAQ ─────────────────────────────────────────────────── */
.bh-faq { max-width: 700px; margin: 0 auto; }
.bh-faq-item { border: 1px solid var(--border); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.bh-faq-item.open { border-color: var(--green); }
.bh-faq-q { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--dark); }
.bh-faq-arrow { font-size: 11px; color: var(--muted); transition: transform .2s; flex-shrink: 0; margin-left: 12px; }
.bh-faq-item.open .bh-faq-arrow { transform: rotate(180deg); }
.bh-faq-a { display: none; padding: 0 18px 16px; }
.bh-faq-item.open .bh-faq-a { display: block; }
.bh-faq-a p { font-size: 13px; color: var(--muted); line-height: 1.7; }

/* ── SEARCH PAGE ─────────────────────────────────────────── */
.bh-search-bar-wrap { background: #fff; border-bottom: 1px solid var(--border); padding: 14px 0; position: sticky; top: var(--bh-header-h); z-index: 100; }
.bh-search-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.bh-search-filters input,
.bh-search-filters select { flex: 1; min-width: 120px; padding: 10px 13px; border: 1.5px solid var(--border); border-radius: 7px; font-size: 14px; outline: none; }
.bh-search-filters input:focus,
.bh-search-filters select:focus { border-color: var(--green); }
.bh-results-header { margin-bottom: 20px; }
.bh-results-count { font-size: 14px; color: var(--muted); }
.bh-no-results { text-align: center; padding: 60px 0; }

/* ── BUSINESS PROFILE ────────────────────────────────────── */
.biz-profile-page { background: var(--bg); min-height: 60vh; }
.biz-cover { height: 260px; overflow: hidden; position: relative; }
.biz-cover img { width: 100%; height: 100%; object-fit: cover; }
.biz-cover-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,.45)); }
.biz-header-bar { background: #fff; border-bottom: 1px solid var(--border); padding: 16px 0; box-shadow: var(--shadow-sm); }
.biz-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.biz-header-left { display: flex; align-items: center; gap: 14px; }
.biz-initial-avatar { width: 52px; height: 52px; border-radius: 14px; background: var(--green); color: #fff; font-size: 22px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 12px rgba(0,135,83,.3); }
.biz-header-info h1 { font-size: clamp(16px, 3vw, 24px); font-weight: 800; color: var(--dark); margin-bottom: 6px; line-height: 1.2; }
.biz-header-meta { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.biz-tag { font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 20px; }
.biz-tag-cat { background: var(--green-light); color: var(--green); }
.biz-tag-loc { background: #EFF6FF; color: #1D4ED8; }
.biz-tag-featured { background: #FEF3C7; color: #92400E; }
.biz-header-right { display: flex; align-items: center; gap: 8px; }
.bh-save-btn, .bh-share-btn { padding: 8px 16px; background: #fff; color: var(--text); border: 1.5px solid var(--border); border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all .15s; white-space: nowrap; }
.bh-save-btn:hover { border-color: var(--green); color: var(--green); background: var(--green-light); }
.bh-save-btn.saved { background: #FFF1F2; border-color: #FDA4AF; color: #BE123C; }
.bh-share-btn:hover { border-color: var(--border); background: var(--bg); }
.biz-content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 24px; padding: 28px 0 60px; }
.biz-main-col {}
.biz-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; margin-bottom: 16px; }
.biz-card h2 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.biz-description { font-size: 14px; color: var(--text); line-height: 1.8; margin-bottom: 16px; }
.biz-info-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-top: 1px solid var(--border); font-size: 13px; }
.biz-info-label { color: var(--muted); font-weight: 500; }
.biz-info-val { color: var(--dark); font-weight: 600; }
.biz-photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 10px; }
.biz-photo-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; }
.biz-links-row { display: flex; flex-wrap: wrap; gap: 8px; }
.biz-link-btn { padding: 8px 16px; background: var(--bg); border: 1px solid var(--border); border-radius: 6px; font-size: 13px; font-weight: 500; transition: all .15s; }
.biz-link-btn:hover { background: var(--green); color: #fff; border-color: var(--green); }
.biz-sidebar-col {}
.biz-contact-box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); position: sticky; top: calc(var(--bh-header-h) + 16px); }
.biz-contact-box h3 { font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.biz-contact-detail { padding: 10px 0; border-bottom: 1px solid var(--border); }
.biz-contact-detail:last-of-type { border-bottom: none; margin-bottom: 16px; }
.biz-contact-detail-label { font-size: 10px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 3px; }
.biz-contact-detail-val { font-size: 14px; color: var(--dark); font-weight: 600; }
.biz-cta-stack { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.biz-cta-call { display: block; padding: 13px; background: var(--green); color: #fff; border-radius: 8px; font-size: 14px; font-weight: 700; text-align: center; transition: background .2s; }
.biz-cta-call:hover { background: var(--green-dark); }
.biz-cta-wa { display: block; padding: 13px; background: #22C55E; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 700; text-align: center; transition: background .2s; }
.biz-cta-wa:hover { background: #16A34A; }
.biz-cta-email { display: block; padding: 11px; background: var(--bg); color: var(--text); border: 1.5px solid var(--border); border-radius: 8px; font-size: 13px; font-weight: 600; text-align: center; transition: all .2s; }
.biz-cta-email:hover { border-color: var(--green); color: var(--green); }
.biz-owner-box { margin-top: 12px; padding: 14px; background: var(--bg); border-radius: 8px; text-align: center; border: 1px solid var(--border); }
.biz-owner-box p { font-size: 12px; color: var(--muted); margin-bottom: 6px; }
.biz-owner-box a { font-size: 13px; color: var(--green); font-weight: 600; }

/* ── ABOUT ───────────────────────────────────────────────── */
.bh-about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 48px; }
.bh-about-intro img { border-radius: var(--radius); aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.bh-about-text h2 { font-size: 24px; font-weight: 800; margin-bottom: 12px; color: var(--dark); }
.bh-about-text p { font-size: 14px; color: var(--text); margin-bottom: 12px; line-height: 1.7; }
.bh-about-block { max-width: 760px; margin: 56px auto 0; }
.bh-about-block h2 { font-size: 24px; font-weight: 800; margin-bottom: 14px; color: var(--dark); }
.bh-about-block p { font-size: 15px; color: var(--text); margin-bottom: 14px; line-height: 1.7; }
.bh-about-list { margin: 0 0 16px; padding-left: 22px; }
.bh-about-list li { font-size: 15px; color: var(--text); line-height: 1.9; }

/* What We Do — icon feature grid */
.bh-about-feature { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; margin: 72px 0; }
.bh-about-eyebrow { display: block; font-size: 13px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 2px solid var(--green); width: fit-content; }
.bh-about-feature-text h2 { font-size: 32px; font-weight: 800; line-height: 1.25; color: var(--dark); margin-bottom: 18px; }
.bh-about-feature-text h2 em { font-style: normal; color: var(--green); }
.bh-about-feature-text > p { font-size: 15px; color: var(--text); line-height: 1.7; margin-bottom: 28px; }
.bh-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 28px; }
.bh-feature-item { display: flex; gap: 12px; align-items: flex-start; }
.bh-feature-icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; }
.bh-feature-icon svg { width: 22px; height: 22px; }
.bh-feature-item h3 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 3px; }
.bh-feature-item p { font-size: 13px; color: var(--muted); line-height: 1.5; margin: 0; }
.bh-mission-callout { background: var(--green-light); border-left: 4px solid var(--green); border-radius: 8px; padding: 16px 20px; font-size: 14px; color: var(--dark); line-height: 1.6; }
.bh-mission-callout strong { color: var(--green); }
.bh-about-feature-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }

/* Vision / Commitment — text over photo */
.bh-about-overlay { position: relative; border-radius: var(--radius); overflow: hidden; margin: 40px 0; min-height: 320px; display: flex; align-items: center; }
.bh-about-overlay img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bh-about-overlay-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,12,.88) 0%, rgba(3,20,12,.55) 55%, rgba(3,20,12,.25) 100%); }
.bh-about-overlay-content { position: relative; z-index: 1; max-width: 560px; padding: 44px 48px; }
.bh-about-eyebrow-light { color: #7CF0A8; border-bottom-color: #7CF0A8; }
.bh-about-overlay-content p { font-size: 18px; color: #fff; line-height: 1.6; font-weight: 500; margin: 0; }

@media (max-width: 800px) {
  .bh-about-feature { grid-template-columns: 1fr; gap: 32px; }
  .bh-feature-grid { grid-template-columns: 1fr; }
  .bh-about-overlay-content { padding: 32px 24px; max-width: 100%; }
  .bh-about-overlay-content p { font-size: 16px; }
}
.bh-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bh-stat-box { text-align: center; padding: 24px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); }
.bh-stat-box strong { display: block; font-size: 30px; font-weight: 800; color: var(--green); }
.bh-stat-box span { font-size: 12px; color: var(--muted); }

/* ── CONTACT ─────────────────────────────────────────────── */
.bh-contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 36px; align-items: start; }
.bh-contact-info h2 { font-size: 24px; font-weight: 800; color: var(--dark); margin-bottom: 12px; }
.bh-contact-info p { font-size: 14px; color: var(--muted); margin-bottom: 20px; }
.bh-contact-form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }

/* ── LEGAL ───────────────────────────────────────────────── */
.bh-legal-content { max-width: 720px; margin: 0 auto; }
.bh-legal-content h2 { font-size: 18px; font-weight: 700; color: var(--dark); margin: 28px 0 9px; }
.bh-legal-content h2:first-child { margin-top: 0; }
.bh-legal-content p { font-size: 14px; color: var(--text); line-height: 1.8; margin-bottom: 12px; }
.bh-legal-content a { color: var(--green); text-decoration: underline; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 960px) {
  .bh-footer-grid { grid-template-columns: 1fr 1fr; }
  .biz-body-grid { grid-template-columns: 1fr; }
  .biz-contact-card { position: static; }
  .bh-about-intro { grid-template-columns: 1fr; }
  .bh-contact-layout { grid-template-columns: 1fr; }
  .bh-stats-row { grid-template-columns: 1fr 1fr; }
  .bh-admin-stat-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1200px) and (min-width: 701px) {
  .bh-nav-links { overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
  .bh-nav-links::-webkit-scrollbar { display: none; }
}
@media (max-width: 700px) {
  :root { --bh-header-h: 92px; --bh-logo-h: 74px; }
  .bh-hamburger { order: -1; margin-left: 0; margin-right: 8px; }
  .bh-logo { order: 2; margin-right: 0; margin-left: auto; }
  .bh-header-actions .bh-btn-secondary { display: inline-block; }
  .bh-nav-links { display: none; }
  .bh-hamburger { display: flex; }
  .bh-nav-links.open { display: flex; flex-direction: column; position: fixed; top: var(--bh-header-h); left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--border); padding: 16px 24px; gap: 4px; z-index: 999; box-shadow: var(--shadow-lg); }
  .bh-nav-links.open a { padding: 11px 14px; border-radius: 7px; }
  .bh-search-wrap { flex-direction: column; border-radius: 10px; }
  .bh-search-wrap select { border-left: none; border-top: 1px solid var(--border); }
  .bh-role-choose { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .bh-hero { padding: 56px 0 44px; }
  .section { padding: 48px 0; }
  .bh-footer-grid { grid-template-columns: 1fr; }
  .bh-form-card { padding: 24px; }
  .bh-stats-row { grid-template-columns: 1fr 1fr; }
  .bh-admin-stat-grid { grid-template-columns: 1fr 1fr; }
  .biz-cover { height: 200px; }
  .biz-avatar-large { margin-top: -20px; }
  .biz-profile-actions { display: none; }
}

/* ── States grid — plain text tiles, no images ── */
.bh-states-text-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }
.bh-state-text-card { display: block; padding: 20px 16px; border-radius: 12px; background: #fff; border: 1px solid #E5E7EB; text-align: center; transition: all .15s; }
.bh-state-text-card:hover { border-color: var(--green); box-shadow: 0 6px 18px rgba(0,0,0,.08); transform: translateY(-2px); }
.bh-state-text-card h3 { font-size: 15px; font-weight: 800; color: #111827; margin-bottom: 4px; }
.bh-state-text-card span { font-size: 12px; color: #6B7280; }
.bh-states-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 900px; margin: 0 auto; }
.bh-state { padding: 6px 14px; background: #fff; border: 1px solid #E5E7EB; border-radius: 20px; font-size: 13px; font-weight: 500; color: #374151; transition: all .15s; }
.bh-state:hover { background: var(--green); color: #fff; border-color: var(--green); }

@media (max-width: 900px) { .bh-states-text-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .bh-states-text-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

/* View Business button */
.bh-btn-view { display: block; width: 100%; padding: 9px; background: #fff; border: 1.5px solid var(--green); color: var(--green); border-radius: 8px; font-size: 13px; font-weight: 700; text-align: center; margin-top: 8px; transition: all .15s; }
.bh-btn-view:hover { background: var(--green); color: #fff; }

/* ── Dashboard styles — was a second orphaned theme CSS file (bizhub-dashboard.css), never enqueued ── */
/* ============================================
   BIZHUB - Dashboard CSS Additions
   Top-tab layout like Fiverr
   ============================================ */

/* User top bar */
.bh-user-topbar {
    background: var(--bh-primary);
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.bh-user-topbar-business { background: #1A1A2E; }
.bh-user-topbar-admin    { background: #0F1A0F; }
.bh-user-topbar-inner    { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.bh-user-info            { display: flex; align-items: center; gap: 12px; }
.bh-user-avatar          { width: 44px; height: 44px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 900; color: #fff; flex-shrink: 0; border: 2px solid rgba(255,255,255,0.4); }
.bh-avatar-business      { background: rgba(255,215,0,0.2); border-color: rgba(255,215,0,0.5); }
.bh-avatar-admin         { background: rgba(0,135,83,0.3); border-color: rgba(0,135,83,0.6); }
.bh-user-name            { font-size: 16px; font-weight: 800; color: #fff; }
.bh-user-role-label      { font-size: 12px; color: rgba(255,255,255,0.75); margin-top: 2px; display: flex; align-items: center; gap: 8px; }

/* Top Tab Navigation */
.bh-dash-tab-nav {
    background: #fff;
    border-bottom: 2px solid var(--bh-border);
    position: sticky;
    top: 72px;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.bh-dash-tab-nav-admin { border-bottom-color: #0F1A0F; }
.bh-dash-tabs {
    display: flex;
    align-items: center;
    overflow-x: auto;
    gap: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.bh-dash-tabs::-webkit-scrollbar { display: none; }
.bh-dash-tab {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
    position: relative;
}
.bh-dash-tab:hover {
    color: var(--bh-primary);
    background: #F8FFF9;
}
.bh-dash-tab.active {
    color: var(--bh-primary);
    border-bottom-color: var(--bh-primary);
    background: #F0FAF5;
    font-weight: 700;
}
.bh-tab-badge {
    background: #e53e3e;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: 20px;
    min-width: 18px;
    text-align: center;
}
.bh-tab-panel {
    display: none;
    padding: 32px 0;
    min-height: 400px;
}
.bh-tab-panel.active { display: block; }

/* Dashboard body */
.bh-dash-body { background: #F5F5F5; min-height: calc(100vh - 200px); }
.bh-dash-panel-title { font-size: 22px; font-weight: 900; color: #1A1A1A; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 2px solid #EBEBEB; }

/* Stats row */
.bh-dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; }
.bh-dash-stat { background: #fff; border: 1px solid #EBEBEB; border-radius: 12px; padding: 22px; }
.bh-dash-stat-num { font-size: 30px; font-weight: 900; color: var(--bh-primary); }
.bh-dash-stat-label { font-size: 13px; color: #888; margin-top: 4px; font-weight: 600; }

/* Cards */
.bh-dash-card { background: #fff; border: 1px solid #EBEBEB; border-radius: 12px; overflow: hidden; margin-bottom: 20px; }
.bh-dash-card-header { padding: 16px 20px; border-bottom: 1px solid #EBEBEB; display: flex; align-items: center; justify-content: space-between; background: #FAFAFA; }
.bh-dash-card-header h3 { font-size: 15px; font-weight: 800; color: #1A1A1A; }
.bh-listing-row { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 16px; padding: 16px 20px; border-bottom: 1px solid #F5F5F5; }
.bh-listing-row img { width: 70px; height: 70px; border-radius: 8px; object-fit: cover; }
.bh-listing-name { font-size: 15px; font-weight: 700; color: #1A1A1A; }
.bh-listing-loc { font-size: 12px; color: #888; margin-top: 3px; }
.bh-dash-empty { padding: 50px; text-align: center; }
.bh-dash-empty p { font-size: 15px; color: #888; margin-bottom: 16px; }

/* Admin stats */
.bh-admin-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.bh-admin-stat { background: #fff; border: 1px solid #EBEBEB; border-radius: 12px; padding: 22px; text-align: center; }
.bh-admin-stat-num { font-size: 32px; font-weight: 900; color: var(--bh-primary); margin-bottom: 4px; }
.bh-admin-stat-label { font-size: 13px; color: #888; font-weight: 600; }

/* Admin table */
.bh-admin-table { width: 100%; border-collapse: collapse; }
.bh-admin-table th { background: #F5F5F5; padding: 12px 16px; text-align: left; font-size: 13px; font-weight: 800; color: #444; border-bottom: 2px solid #EBEBEB; }
.bh-admin-table td { padding: 12px 16px; font-size: 14px; color: #333; border-bottom: 1px solid #F5F5F5; vertical-align: middle; }
.bh-admin-table tr:hover td { background: #FAFAFA; }
.bh-admin-search { display: flex; gap: 10px; margin-bottom: 16px; }

/* Action buttons */
.action-btn { padding: 6px 12px; border-radius: 6px; font-size: 12px; font-weight: 700; cursor: pointer; border: none; transition: all 0.2s; }
.action-approve { background: #E6F7F0; color: var(--bh-primary); }
.action-approve:hover { background: var(--bh-primary); color: #fff; }
.action-reject { background: #FEF0F0; color: #e53e3e; }
.action-reject:hover { background: #e53e3e; color: #fff; }
.action-suspend { background: #FFF8E6; color: #D97706; }
.action-suspend:hover { background: #D97706; color: #fff; }
.action-delete { background: #FEF0F0; color: #e53e3e; }
.action-delete:hover { background: #e53e3e; color: #fff; }
.action-view { background: #F0F0F0; color: #444; text-decoration: none; display: inline-block; }
.action-view:hover { background: #DDD; }

/* Responsive */
@media (max-width: 768px) {
    .bh-dash-tab { padding: 12px 14px; font-size: 13px; }
    .bh-dash-stats { grid-template-columns: 1fr; }
    .bh-admin-stat-grid { grid-template-columns: repeat(2, 1fr); }
    .bh-listing-row { grid-template-columns: 50px 1fr auto; gap: 10px; }
    .bh-user-topbar-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* ── Custom select dropdown — always opens downward, unlike native
   <select> which the browser flips upward when short on space ── */
.bh-cs-wrap { position: relative; flex: 1; min-width: 140px; }
.bh-cs-trigger { width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: 8px; background: #fff; font-size: 14px; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bh-cs-trigger:after { content: ''; width: 8px; height: 8px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); margin-left: 8px; flex-shrink: 0; }
.bh-cs-wrap.open .bh-cs-trigger { border-color: var(--green); }
.bh-cs-panel { display: none; max-height: 260px; overflow-y: auto; background: #fff; border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 12px 28px rgba(0,0,0,.14); z-index: 9999; }
.bh-cs-panel.open { display: block; }
.bh-cs-option { padding: 10px 16px; font-size: 14px; cursor: pointer; }
.bh-cs-option:hover, .bh-cs-option.active { background: var(--green-light); color: var(--green); }
