/* =========================================================
   HELLOBOTZ.IN — STYLESHEET v7 (Clean, Complete)
   ========================================================= */

/* -------- TOKENS -------- */
:root{
  --hb-primary:#635bff;
  --hb-primary-dark:#4f46e5;
  --hb-secondary:#06b6d4;
  --hb-dark:#0f172a;
  --hb-text:#334155;
  --hb-muted:#64748b;
  --hb-soft:#94a3b8;
  --hb-bg:#ffffff;
  --hb-bg-soft:#f8fafc;
  --hb-bg-tint:#f1f5f9;
  --hb-border:#e2e8f0;
  --hb-grad:linear-gradient(135deg,#635bff 0%,#06b6d4 100%);
  --hb-grad-soft:linear-gradient(135deg,rgba(99,91,255,.12),rgba(6,182,212,.12));
  --hb-wa:#25d366;
  --hb-fb:#1877f2;
  --hb-tg:#229ed9;
  --hb-shadow-sm:0 4px 15px rgba(15,23,42,.06);
  --hb-shadow-md:0 15px 40px rgba(15,23,42,.10);
  --hb-shadow-lg:0 30px 70px rgba(15,23,42,.14);
  --hb-container:1240px;
  --hb-header-h:76px;
}

/* -------- RESET -------- */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  padding-top:var(--hb-header-h);
  font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  font-size:16px;
  line-height:1.65;
  color:var(--hb-text);
  background:var(--hb-bg);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,h5,h6{
  font-family:'Plus Jakarta Sans','Inter',sans-serif;
  color:var(--hb-dark);
  line-height:1.2;
  margin:0 0 .5em;
  letter-spacing:-.015em;
}
p{margin:0 0 1em}
.skip-link{position:absolute;left:-9999px;padding:10px 16px;background:#000;color:#fff;z-index:99999}
.skip-link:focus{left:10px;top:10px}

/* -------- LAYOUT -------- */
.container{width:100%;max-width:var(--hb-container);margin:0 auto;padding:0 24px}
.hb-section{padding:90px 0}
.hb-section__header{max-width:760px;margin:0 auto 54px;text-align:center}
.hb-section__title{font-size:clamp(26px,3.4vw,42px);font-weight:800}
.hb-section__subtitle{font-size:17px;color:var(--hb-muted);margin-top:12px}
.hb-section__subtitle--left{text-align:left;margin-left:0}
.hb-eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--hb-primary);
  margin-bottom:14px;
  padding:5px 12px;
  border-radius:999px;
  background:var(--hb-grad-soft);
}
.hb-grad{background:var(--hb-grad);-webkit-background-clip:text;background-clip:text;color:transparent}

/* -------- BUTTONS -------- */
.hb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:11px 20px;
  border-radius:999px;
  font-weight:600;
  font-size:14px;
  border:1px solid transparent;
  white-space:nowrap;
  line-height:1;
  cursor:pointer;
  font-family:inherit;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.hb-btn:hover{transform:translateY(-1px)}
.hb-btn--primary{background:var(--hb-grad);color:#fff;box-shadow:0 8px 24px rgba(99,91,255,.28)}
.hb-btn--primary:hover{box-shadow:0 12px 32px rgba(99,91,255,.38)}
.hb-btn--outline{border-color:var(--hb-border);background:#fff;color:var(--hb-dark)}
.hb-btn--outline:hover{border-color:var(--hb-dark);background:var(--hb-bg-soft)}
.hb-btn--ghost{color:var(--hb-dark);background:transparent}
.hb-btn--ghost:hover{background:var(--hb-bg-soft)}
.hb-btn--ghost-light{color:#fff;border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.06)}
.hb-btn--ghost-light:hover{background:rgba(255,255,255,.14)}
.hb-btn--lg{padding:15px 28px;font-size:15px}
.hb-btn--sm{padding:8px 14px;font-size:13px}
.hb-btn--block{width:100%}

/* -------- CHIPS / BADGES -------- */
.hb-chip{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11.5px;font-weight:600;background:var(--hb-bg-tint);color:var(--hb-text)}
.hb-chip--green{background:rgba(34,197,94,.12);color:#16a34a}
.hb-chip--purple{background:rgba(99,91,255,.12);color:var(--hb-primary-dark)}
.hb-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 16px;
  border-radius:999px;
  background:var(--hb-grad-soft);
  color:var(--hb-primary-dark);
  font-size:13px;
  font-weight:600;
  border:1px solid rgba(99,91,255,.18);
  margin-bottom:22px;
}

/* =========================================================
   HEADER
   ========================================================= */
.hb-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:1000;
  background:rgba(255,255,255,.85);
  backdrop-filter:saturate(180%) blur(18px);
  -webkit-backdrop-filter:saturate(180%) blur(18px);
  border-bottom:1px solid transparent;
  transition:background .25s,box-shadow .25s,border-color .25s;
}
.hb-header.scrolled{
  background:rgba(255,255,255,.96);
  border-bottom-color:var(--hb-border);
  box-shadow:0 8px 32px rgba(15,23,42,.08);
}
.hb-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  height:var(--hb-header-h);
}

.hb-logo{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}
.hb-logo__img{height:40px;width:auto;max-width:200px;object-fit:contain}
.hb-logo__mark{
  width:38px;height:38px;border-radius:11px;
  display:grid;place-items:center;
  overflow:hidden;flex-shrink:0;
  box-shadow:0 6px 16px rgba(99,91,255,.24);
}
.hb-logo__mark svg{width:100%;height:100%}
.hb-logo__text{display:flex;flex-direction:column;line-height:1.05}
.hb-logo__text strong{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:17px;font-weight:800;color:var(--hb-dark);
  letter-spacing:-.02em;white-space:nowrap;
}
.hb-logo__text strong span{background:var(--hb-grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.hb-logo__text small{
  font-size:10px;font-weight:600;letter-spacing:.06em;
  text-transform:uppercase;color:var(--hb-muted);
  margin-top:2px;white-space:nowrap;
}

.hb-nav{flex:1;display:flex;justify-content:center}
.hb-nav__list{display:flex;gap:2px;align-items:center}
.hb-nav__item{position:static}
.hb-nav__link{
  display:inline-flex;align-items:center;gap:7px;
  padding:10px 14px;border-radius:11px;
  font-size:14px;font-weight:500;color:var(--hb-dark);
  background:transparent;border:none;cursor:pointer;
  white-space:nowrap;font-family:inherit;
  transition:background .18s,color .18s;
  position:relative;
}
.hb-nav__link:hover,
.hb-nav__item--mega.active .hb-nav__link{
  background:var(--hb-bg-soft);
  color:var(--hb-primary-dark);
}
.hb-nav__link i{font-size:10px;opacity:.55;transition:transform .25s}
.hb-nav__item--mega.active .hb-nav__link i{transform:rotate(180deg);opacity:1}
.hb-nav__badge{
  font-size:9px;font-weight:800;letter-spacing:.06em;
  padding:2px 6px;border-radius:5px;
  background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;
  line-height:1;
}

.hb-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.hb-burger{
  display:none;
  width:44px;height:44px;
  border-radius:12px;
  border:1px solid var(--hb-border);
  background:#fff;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  cursor:pointer;
  flex-shrink:0;
}
.hb-burger span{
  display:block;
  width:18px;height:2px;
  background:var(--hb-dark);
  border-radius:2px;
  transition:.25s;
}
.hb-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hb-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.hb-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* -------- MEGA MENU -------- */
.hb-mega{
  position:fixed;
  top:calc(var(--hb-header-h) + 4px);
  left:50%;
  transform:translateX(-50%) translateY(-10px) scale(.98);
  opacity:0;
  pointer-events:none;
  transition:opacity .26s cubic-bezier(.2,.7,.2,1),transform .26s cubic-bezier(.2,.7,.2,1);
  z-index:1001;
  width:min(1120px,calc(100vw - 40px));
}
.hb-nav__item--mega.active .hb-mega{
  opacity:1;pointer-events:auto;
  transform:translateX(-50%) translateY(0) scale(1);
}
.hb-mega__inner{
  background:#fff;
  border:1px solid var(--hb-border);
  border-radius:24px;
  padding:28px;
  box-shadow:0 30px 70px rgba(15,23,42,.16),0 8px 24px rgba(15,23,42,.06);
  display:grid;
  grid-template-columns:1fr 300px;
  gap:24px;
}
.hb-mega--channels .hb-mega__inner{display:block;padding:24px}
.hb-mega__cols{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  padding-right:24px;
  border-right:1px solid var(--hb-border);
}
.hb-mega__col h5{
  font-size:11px;text-transform:uppercase;letter-spacing:.16em;
  color:var(--hb-soft);font-weight:800;margin:0 0 16px;
}
.hb-mega__col ul{display:flex;flex-direction:column;gap:2px}
.hb-mega__col ul li a{
  display:flex;align-items:flex-start;gap:12px;
  padding:10px 12px;border-radius:12px;
  transition:background .18s,transform .18s;
}
.hb-mega__col ul li a:hover{background:var(--hb-bg-soft);transform:translateX(2px)}
.hb-mega__ico{
  flex-shrink:0;
  width:36px;height:36px;border-radius:10px;
  display:grid;place-items:center;
  background:var(--hb-grad-soft);color:var(--hb-primary-dark);
  font-size:13px;
}
.hb-mega__txt{display:flex;flex-direction:column;gap:2px;line-height:1.3;min-width:0}
.hb-mega__txt strong{font-size:13.5px;font-weight:600;color:var(--hb-dark)}
.hb-mega__txt small{font-size:12px;color:var(--hb-muted);line-height:1.4}

.hb-mega__promo{
  border-radius:18px;
  padding:24px;
  background:linear-gradient(160deg,#1e1b4b 0%,#0f172a 100%);
  color:#fff;
  display:flex;
  flex-direction:column;
}
.hb-mega__promo-badge{
  display:inline-block;
  font-size:10.5px;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;
  padding:5px 10px;border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  color:#c7d2fe;
  margin-bottom:16px;
  align-self:flex-start;
}
.hb-mega__promo h6{font-size:17px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.32}
.hb-mega__promo-flow{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:22px}
.hb-mega__promo-flow span{
  font-size:11px;font-weight:600;color:#e0e7ff;
  padding:4px 9px;border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1);
}
.hb-mega__promo-flow i{font-size:8px;color:#a5b4fc}
.hb-mega__promo .hb-btn{align-self:flex-start;background:#fff;color:#0f172a}

.hb-channels-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.hb-ch-card{
  position:relative;
  display:flex;flex-direction:column;gap:8px;
  padding:22px 20px;border-radius:18px;
  background:#fff;border:1px solid var(--hb-border);
  transition:transform .22s,box-shadow .22s;
}
.hb-ch-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(15,23,42,.12)}
.hb-ch-card__icon{
  width:48px;height:48px;border-radius:14px;
  display:grid;place-items:center;
  color:#fff;font-size:20px;margin-bottom:6px;
}
.hb-ch-card.hb-ch-wa .hb-ch-card__icon{background:#25d366}
.hb-ch-card.hb-ch-ig .hb-ch-card__icon{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}
.hb-ch-card.hb-ch-fb .hb-ch-card__icon{background:#1877f2}
.hb-ch-card.hb-ch-tg .hb-ch-card__icon{background:#229ed9}
.hb-ch-card strong{font-size:15px;font-weight:700;color:var(--hb-dark)}
.hb-ch-card small{font-size:12.5px;color:var(--hb-muted);line-height:1.5}

/* =========================================================
   MOBILE DRAWER — reliable, JS controls display
   ========================================================= */
.hb-mobile{
  position:fixed;
  top:var(--hb-header-h);
  left:0;right:0;bottom:0;
  background:#fff;
  z-index:998;
  padding:20px;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}
.hb-mobile__inner{max-width:100%;padding-bottom:40px}
.hb-mobile__list>li{border-bottom:1px solid var(--hb-border)}
.hb-mobile__link,
.hb-mobile__toggle{
  display:flex;align-items:center;justify-content:space-between;
  width:100%;padding:16px 0;
  font-size:16px;font-weight:600;color:var(--hb-dark);
  text-align:left;background:none;border:none;cursor:pointer;font-family:inherit;
}
.hb-mobile__toggle i{transition:transform .2s;color:var(--hb-muted);font-size:12px}
.hb-mobile__group.open .hb-mobile__toggle i{transform:rotate(180deg)}
.hb-mobile__sub{display:none;padding:4px 0 16px}
.hb-mobile__group.open .hb-mobile__sub{display:block}
.hb-mobile__subtitle{
  display:block;font-size:11px;font-weight:700;
  letter-spacing:.14em;text-transform:uppercase;
  color:var(--hb-soft);margin:14px 0 6px;
}
.hb-mobile__sub a{display:flex;align-items:center;gap:10px;padding:9px 0;font-size:14.5px;color:var(--hb-text)}
.hb-mobile__sub a i{color:var(--hb-primary);width:18px;text-align:center}
.hb-mobile__cta{display:flex;flex-direction:column;gap:10px;margin-top:24px}
.hb-mobile__badge{
  font-style:normal;font-size:9px;font-weight:800;
  padding:2px 6px;border-radius:5px;
  background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;
  margin-left:6px;
}

/* =========================================================
   HERO
   ========================================================= */
.hb-hero{position:relative;padding:60px 0 40px;overflow:hidden}
.hb-hero__grid{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:64px;
  align-items:center;
  position:relative;
  z-index:2;
}
.hb-hero__title{
  font-size:clamp(32px,4.6vw,58px);
  font-weight:800;
  letter-spacing:-.025em;
  margin-bottom:20px;
  line-height:1.08;
}
.hb-hero__text{font-size:17px;color:var(--hb-muted);max-width:560px;margin-bottom:28px}
.hb-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.hb-hero__points{display:flex;flex-wrap:wrap;gap:12px 24px;font-size:14px;font-weight:500;color:var(--hb-dark)}
.hb-hero__points i{color:#16a34a;margin-right:6px}

.hb-hero__visual{position:relative}
.hb-dashboard{
  background:#fff;
  border:1px solid var(--hb-border);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--hb-shadow-lg);
}
.hb-dashboard__head{
  display:flex;align-items:center;gap:8px;
  padding:14px 18px;
  background:var(--hb-bg-soft);
  border-bottom:1px solid var(--hb-border);
  font-size:13px;
}
.hb-dashboard__head strong{margin-left:8px;color:var(--hb-dark);font-weight:600}
.hb-dashboard__live{
  margin-left:auto;display:inline-flex;align-items:center;gap:6px;
  font-size:11px;font-weight:600;color:#16a34a;
  background:rgba(34,197,94,.1);padding:4px 10px;border-radius:999px;
}
.hb-dashboard__live span{width:6px;height:6px;border-radius:50%;background:#22c55e}
.hb-dot{width:10px;height:10px;border-radius:50%;display:inline-block}
.hb-dot--red{background:#ff6058}
.hb-dot--amber{background:#ffbd2e}
.hb-dot--green{background:#28ca42}
.hb-dashboard__stats{display:grid;grid-template-columns:repeat(4,1fr);background:var(--hb-border)}
.hb-dashboard__stats>div{background:#fff;padding:16px}
.hb-dashboard__stats small{font-size:11.5px;color:var(--hb-muted);display:block}
.hb-dashboard__stats b{font-size:22px;color:var(--hb-dark);font-weight:800;font-family:'Plus Jakarta Sans',sans-serif}
.hb-dashboard__stats em{font-style:normal;font-size:11px;font-weight:600;color:#16a34a;margin-left:6px}
.hb-dashboard__channels{padding:18px 20px;border-top:1px solid var(--hb-border)}
.hb-dashboard__channels h6{
  font-size:11.5px;font-weight:700;text-transform:uppercase;
  letter-spacing:.14em;color:var(--hb-soft);margin-bottom:12px;
}
.hb-ch-row{
  display:grid;grid-template-columns:88px 1fr 44px;
  gap:12px;align-items:center;
  font-size:12.5px;margin-bottom:9px;color:var(--hb-text);
}
.hb-ch-row__bar{height:6px;border-radius:99px;background:var(--hb-bg-tint);overflow:hidden;display:block}
.hb-ch-row__bar i{display:block;height:100%;width:var(--w);border-radius:99px;background:var(--hb-grad)}
.hb-ch-row b{text-align:right;font-weight:700;color:var(--hb-dark)}
.hb-ch-row__bar i.hb-ch-wa{background:#25d366}
.hb-ch-row__bar i.hb-ch-ig{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}
.hb-ch-row__bar i.hb-ch-fb{background:#1877f2}
.hb-ch-row__bar i.hb-ch-tg{background:#229ed9}
.hb-dashboard__chat{padding:16px 20px 20px;border-top:1px solid var(--hb-border);display:flex;flex-direction:column;gap:8px}
.hb-bubble{padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.5;max-width:82%}
.hb-bubble small{
  display:block;font-size:10.5px;font-weight:700;
  letter-spacing:.06em;text-transform:uppercase;
  opacity:.7;margin-bottom:4px;
}
.hb-bubble--student{background:var(--hb-bg-soft);color:var(--hb-dark);align-self:flex-start;border-bottom-left-radius:4px}
.hb-bubble--bot{background:var(--hb-grad);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}
.hb-typing{display:inline-flex;gap:3px;margin-right:6px;vertical-align:middle}
.hb-typing i{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.75)}
.hb-bubble__msg{opacity:.9}

/* =========================================================
   VERIFIED LEADS SECTION — FIXED GRID
   ========================================================= */
.hb-verified-leads{background:linear-gradient(180deg,#f0fdf4 0%,#ffffff 60%)}
.hb-verified-leads__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center;
}
.hb-verified-leads__visual{position:relative}
.hb-leads-card{
  background:#fff;
  border:1px solid var(--hb-border);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--hb-shadow-lg);
}
.hb-leads-card__head{
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 22px;
  border-bottom:1px solid var(--hb-border);
  background:var(--hb-bg-soft);
}
.hb-leads-card__head strong{display:block;font-size:15px;color:var(--hb-dark)}
.hb-leads-card__head small{display:block;font-size:12px;color:var(--hb-muted)}
.hb-leads-card__list{padding:8px 0}
.hb-lead-row{
  display:grid;
  grid-template-columns:44px 1fr auto;
  gap:14px;
  align-items:center;
  padding:14px 22px;
  border-bottom:1px solid var(--hb-border);
}
.hb-lead-row:last-child{border-bottom:none}
.hb-lead-row__avatar{
  width:44px;height:44px;border-radius:12px;
  background:var(--hb-grad);color:#fff;
  display:grid;place-items:center;
  font-weight:700;font-size:14px;
}
.hb-lead-row__info{min-width:0}
.hb-lead-row__info strong{display:block;font-size:13.5px;color:var(--hb-dark);font-weight:600;line-height:1.3}
.hb-lead-row__info small{display:block;font-size:12px;color:var(--hb-muted);line-height:1.4}
.hb-lead-row__tag{
  font-size:10px;font-weight:800;
  padding:4px 10px;border-radius:999px;
  letter-spacing:.06em;text-transform:uppercase;
  white-space:nowrap;
}
.hb-lead-row__tag--hot{background:rgba(239,68,68,.12);color:#dc2626}
.hb-lead-row__tag--warm{background:rgba(245,158,11,.14);color:#d97706}
.hb-leads-card__foot{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 22px;
  border-top:1px solid var(--hb-border);
  background:var(--hb-bg-soft);
  font-size:13px;color:var(--hb-muted);
}
.hb-leads-card__foot strong{color:#16a34a;font-weight:700}

/* =========================================================
   PARTNERS MARQUEE
   ========================================================= */
.hb-partners{
  padding:48px 0;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  border-bottom:1px solid var(--hb-border);
  overflow:hidden;
}
.hb-partners__label{
  text-align:center;
  font-size:12px;font-weight:700;
  text-transform:uppercase;letter-spacing:.16em;
  color:var(--hb-soft);
  margin:0 0 32px;
}
.hb-partners__viewport{
  position:relative;
  width:100%;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%);
}
.hb-partners__track{
  display:flex;
  width:max-content;
  animation:partnersScroll 50s linear infinite;
}
.hb-partners__viewport:hover .hb-partners__track{animation-play-state:paused}
.hb-partners__group{
  display:flex;
  flex-wrap:nowrap;
  flex-shrink:0;
  gap:16px;
  padding-right:16px;
}
.hb-partner-card{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:12px;
  padding:16px 24px;
  background:#fff;
  border:1px solid var(--hb-border);
  border-radius:14px;
  flex-shrink:0;
  white-space:nowrap;
  min-width:200px;
  height:68px;
  box-shadow:0 4px 15px rgba(15,23,42,.04);
}
.hb-partner-card__icon{
  width:36px;height:36px;border-radius:10px;
  display:grid;place-items:center;
  background:var(--hb-grad-soft);color:var(--hb-primary-dark);
  font-size:15px;flex-shrink:0;
}
.hb-partner-card__name{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:14px;font-weight:700;
  color:var(--hb-dark);
  white-space:nowrap;
}
@keyframes partnersScroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

/* =========================================================
   CHANNELS / PROBLEM / MODULES / USE CASES
   ========================================================= */
.hb-channels__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.hb-channel-card{
  position:relative;
  padding:28px 24px;border-radius:20px;
  background:#fff;border:1px solid var(--hb-border);
  transition:transform .22s,box-shadow .22s;
}
.hb-channel-card:hover{transform:translateY(-4px);box-shadow:var(--hb-shadow-md)}
.hb-channel-card__icon{
  width:52px;height:52px;border-radius:14px;
  display:grid;place-items:center;
  color:#fff;font-size:22px;margin-bottom:18px;
  background:var(--hb-grad);
}
.hb-ch-wa .hb-channel-card__icon{background:#25d366}
.hb-ch-ig .hb-channel-card__icon{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}
.hb-ch-fb .hb-channel-card__icon{background:#1877f2}
.hb-ch-tg .hb-channel-card__icon{background:#229ed9}
.hb-channel-card h3{font-size:17px;margin-bottom:6px}
.hb-channel-card p{font-size:14px;color:var(--hb-muted);margin:0}
.hb-channel-card__arrow{position:absolute;top:26px;right:22px;color:var(--hb-soft)}

.hb-problem{background:var(--hb-bg-soft)}
.hb-problem__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.hb-problem-card{
  background:#fff;border:1px solid var(--hb-border);
  border-radius:18px;padding:28px 24px;
  position:relative;
  transition:transform .2s,box-shadow .2s;
}
.hb-problem-card:hover{transform:translateY(-3px);box-shadow:var(--hb-shadow-sm)}
.hb-problem-card__num{
  position:absolute;top:22px;right:24px;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:24px;font-weight:800;
  color:var(--hb-bg-tint);
}
.hb-problem-card__icon{
  width:42px;height:42px;border-radius:12px;
  display:grid;place-items:center;
  background:var(--hb-grad-soft);color:var(--hb-primary-dark);
  font-size:16px;margin-bottom:16px;
}
.hb-problem-card h3{font-size:17px;margin-bottom:8px}
.hb-problem-card p{font-size:14px;color:var(--hb-muted);margin:0}

.hb-modules{background:var(--hb-bg-soft)}
.hb-modules__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.hb-module-card{
  padding:32px 26px 28px;
  background:#fff;
  border:1px solid var(--hb-border);
  border-radius:20px;
  transition:transform .28s,box-shadow .28s,border-color .28s;
}
.hb-module-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 44px rgba(99,91,255,.12);
  border-color:rgba(99,91,255,.24);
}
.hb-module-card__icon{
  width:56px;height:56px;border-radius:16px;
  display:grid;place-items:center;
  background:var(--hb-grad);color:#fff;font-size:22px;
  margin-bottom:20px;
  box-shadow:0 10px 26px rgba(99,91,255,.28);
}
.hb-module-card h3{font-size:18px;font-weight:800;margin-bottom:6px}
.hb-module-card__sub{
  display:block;font-size:12.5px;font-weight:600;
  color:var(--hb-primary);
  text-transform:uppercase;letter-spacing:.08em;
  margin-bottom:12px;
}
.hb-module-card p{font-size:14px;color:var(--hb-muted);line-height:1.6;margin:0}

.hb-usecases{background:#fff}
.hb-usecases__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hb-usecase-card{
  padding:22px;background:#fff;
  border:1px solid var(--hb-border);border-radius:14px;
  display:flex;flex-direction:column;gap:8px;
  transition:transform .22s,box-shadow .22s,border-color .22s;
}
.hb-usecase-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(15,23,42,.08);
  border-color:rgba(99,91,255,.24);
}
.hb-usecase-card__icon{
  width:40px;height:40px;border-radius:11px;
  display:grid;place-items:center;
  background:var(--hb-grad-soft);color:var(--hb-primary-dark);
  font-size:15px;margin-bottom:4px;
}
.hb-usecase-card h3{font-size:14.5px;font-weight:700;margin:0;color:var(--hb-dark);line-height:1.3}
.hb-usecase-card p{font-size:13px;color:var(--hb-muted);line-height:1.55;margin:0}
.hb-usecases__cta{display:flex;justify-content:center;gap:12px;margin-top:48px;flex-wrap:wrap}

.hb-features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.hb-feature-card{
  display:flex;flex-direction:column;
  padding:26px 24px;border-radius:18px;
  background:#fff;border:1px solid var(--hb-border);
  transition:transform .28s,box-shadow .28s,border-color .28s;
}
.hb-feature-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 48px rgba(99,91,255,.14);
  border-color:rgba(99,91,255,.24);
}
.hb-feature-card__icon{
  width:46px;height:46px;border-radius:13px;
  display:grid;place-items:center;
  background:var(--hb-grad);color:#fff;font-size:18px;
  margin-bottom:18px;
  box-shadow:0 8px 20px rgba(99,91,255,.22);
}
.hb-feature-card h3{font-size:16.5px;margin-bottom:8px}
.hb-feature-card p{font-size:14px;color:var(--hb-muted);margin:0}

.hb-flow{background:var(--hb-bg-soft)}
.hb-flow__list{
  display:grid;grid-template-columns:repeat(8,1fr);gap:0;
  align-items:center;position:relative;padding:32px 0;
}
.hb-flow__step{
  display:flex;flex-direction:column;align-items:center;gap:14px;
  position:relative;
}
.hb-flow__dot{
  width:44px;height:44px;border-radius:50%;
  background:#fff;border:2px solid var(--hb-primary);
  color:var(--hb-primary);
  display:grid;place-items:center;font-size:14px;
  z-index:2;
}
.hb-flow__label{font-size:12.5px;font-weight:600;color:var(--hb-dark);text-align:center;line-height:1.3}
.hb-flow__step:not(:last-child)::after{
  content:"";
  position:absolute;
  top:22px;
  left:calc(50% + 22px);
  right:calc(-50% + 22px);
  height:2px;
  background:linear-gradient(90deg,rgba(99,91,255,.4),rgba(6,182,212,.4));
  z-index:1;
}

.hb-chatbot__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.hb-check-list{display:flex;flex-direction:column;gap:12px;margin-top:24px}
.hb-check-list li{display:flex;gap:10px;font-size:15px;color:var(--hb-text);align-items:flex-start}
.hb-check-list i{color:#16a34a;margin-top:4px}

.hb-erp{position:relative;padding:100px 0;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%)}
.hb-erp__head{max-width:760px;margin:0 auto 60px;text-align:center}
.hb-erp__head h2{font-size:clamp(26px,3.4vw,42px);font-weight:800;margin-bottom:14px}
.hb-erp__head p{font-size:17px;color:var(--hb-muted)}
.hb-erp__grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:20px;
  max-width:1200px;margin:0 auto;
}
.hb-erp-card{
  padding:28px 24px;background:#fff;
  border:1px solid var(--hb-border);border-radius:20px;
  transition:transform .3s,box-shadow .3s,border-color .3s;
}
.hb-erp-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 48px rgba(99,91,255,.14);
  border-color:rgba(99,91,255,.24);
}
.hb-erp-card__icon{
  width:52px;height:52px;border-radius:15px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#635bff 0%,#8b5cf6 50%,#06b6d4 100%);
  color:#fff;font-size:20px;margin-bottom:20px;
  box-shadow:0 10px 24px rgba(99,91,255,.28);
}
.hb-erp-card h3{font-size:17px;font-weight:700;margin-bottom:8px}
.hb-erp-card p{font-size:13.5px;color:var(--hb-muted);line-height:1.55;margin:0}
.hb-erp-card__link{
  display:inline-flex;align-items:center;gap:6px;
  font-size:12.5px;font-weight:600;
  color:var(--hb-primary);margin-top:14px;
}
.hb-erp__cta{display:flex;justify-content:center;gap:14px;margin-top:48px;flex-wrap:wrap}

.hb-pipeline__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.hb-pipeline-card{
  background:#fff;border:1px solid var(--hb-border);
  border-radius:18px;padding:26px 20px;
  display:flex;flex-direction:column;align-items:center;gap:8px;
  text-align:center;
}
.hb-pipeline-card__icon{
  width:44px;height:44px;border-radius:12px;
  display:grid;place-items:center;
  background:var(--hb-grad-soft);color:var(--hb-primary-dark);
  font-size:16px;margin-bottom:6px;
}
.hb-pipeline-card__num{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:30px;font-weight:800;color:var(--hb-dark);line-height:1;
}
.hb-pipeline-card__label{font-size:13.5px;font-weight:600;color:var(--hb-muted)}

.hb-inbox{
  display:grid;grid-template-columns:380px 1fr;
  background:#fff;border:1px solid var(--hb-border);
  border-radius:22px;overflow:hidden;
  box-shadow:var(--hb-shadow-lg);
  max-width:1080px;margin:0 auto;
}
.hb-inbox__list{border-right:1px solid var(--hb-border);background:var(--hb-bg-soft)}
.hb-inbox__list header{
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 20px;border-bottom:1px solid var(--hb-border);
}
.hb-inbox__list header h6{font-size:14px;font-weight:700;color:var(--hb-dark);margin:0}
.hb-inbox__row{
  display:grid;grid-template-columns:40px 1fr auto;
  gap:12px;align-items:center;
  padding:14px 20px;
  border-bottom:1px solid var(--hb-border);
}
.hb-inbox__avatar{
  width:40px;height:40px;border-radius:12px;
  background:var(--hb-grad);color:#fff;
  display:grid;place-items:center;font-weight:700;font-size:14px;
}
.hb-inbox__row.hb-ch-wa .hb-inbox__avatar{background:#25d366}
.hb-inbox__row.hb-ch-ig .hb-inbox__avatar{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}
.hb-inbox__row.hb-ch-fb .hb-inbox__avatar{background:#1877f2}
.hb-inbox__row.hb-ch-tg .hb-inbox__avatar{background:#229ed9}
.hb-inbox__row strong{display:block;font-size:13.5px;color:var(--hb-dark);font-weight:600}
.hb-inbox__row small{font-size:12px;color:var(--hb-muted);display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hb-inbox__tag{
  font-size:10.5px;font-weight:700;padding:3px 8px;
  border-radius:999px;
  background:rgba(99,91,255,.12);color:var(--hb-primary-dark);
}
.hb-inbox__panel{display:flex;flex-direction:column;background:#fff}
.hb-inbox__panel-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 22px;border-bottom:1px solid var(--hb-border);
}
.hb-inbox__panel-head strong{font-size:14.5px;color:var(--hb-dark);display:block}
.hb-inbox__panel-head small{font-size:12px;color:var(--hb-muted)}
.hb-inbox__messages{
  flex:1;padding:22px;
  display:flex;flex-direction:column;gap:10px;
  background:var(--hb-bg-soft);
}
.hb-msg{padding:11px 15px;border-radius:14px;font-size:14px;line-height:1.5;max-width:82%}
.hb-msg--in{background:#fff;color:var(--hb-dark);align-self:flex-start;border-bottom-left-radius:4px;border:1px solid var(--hb-border)}
.hb-msg--out{background:var(--hb-grad);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}
.hb-inbox__composer{
  display:flex;gap:8px;padding:14px 18px;
  border-top:1px solid var(--hb-border);background:#fff;
}
.hb-inbox__composer input{
  flex:1;border:1px solid var(--hb-border);border-radius:10px;
  padding:11px 14px;font-size:13.5px;
  background:var(--hb-bg-soft);outline:none;min-width:0;
}
.hb-inbox__composer button{width:44px;height:44px;border-radius:10px;background:var(--hb-grad);color:#fff;flex-shrink:0}

.hb-analytics__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:24px}
.hb-analytics__metrics{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.hb-metric{
  background:#fff;border:1px solid var(--hb-border);
  border-radius:18px;padding:24px;
  display:flex;flex-direction:column;gap:6px;
}
.hb-metric__icon{
  width:40px;height:40px;border-radius:12px;
  display:grid;place-items:center;
  background:var(--hb-grad-soft);color:var(--hb-primary-dark);
  font-size:15px;margin-bottom:8px;
}
.hb-metric__num{font-family:'Plus Jakarta Sans',sans-serif;font-size:30px;font-weight:800;color:var(--hb-dark);line-height:1}
.hb-metric__label{font-size:13.5px;color:var(--hb-muted);font-weight:500}
.hb-analytics__chart{
  background:#fff;border:1px solid var(--hb-border);
  border-radius:18px;padding:26px;
  display:flex;flex-direction:column;
}
.hb-analytics__chart header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.hb-analytics__chart header h6{margin:0;font-size:14px}
.hb-bars{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;align-items:end;height:220px}
.hb-bar{display:flex;flex-direction:column;align-items:center;gap:8px;height:100%;justify-content:flex-end}
.hb-bar i{width:100%;height:var(--h);border-radius:8px 8px 4px 4px;background:var(--hb-grad);min-height:6px}
.hb-bar i.hb-ch-wa{background:#25d366}
.hb-bar i.hb-ch-ig{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}
.hb-bar i.hb-ch-fb{background:#1877f2}
.hb-bar i.hb-ch-tg{background:#229ed9}
.hb-bar small{font-size:11px;color:var(--hb-soft);font-weight:600}

.hb-solutions__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.hb-solution-card{
  padding:26px 22px;border-radius:18px;
  background:#fff;border:1px solid var(--hb-border);
  transition:transform .2s,box-shadow .2s,border-color .2s;
  position:relative;
}
.hb-solution-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--hb-shadow-md);
  border-color:rgba(99,91,255,.22);
}
.hb-solution-card__icon{
  width:44px;height:44px;border-radius:12px;
  display:grid;place-items:center;
  background:var(--hb-grad-soft);color:var(--hb-primary-dark);
  font-size:17px;margin-bottom:16px;
}
.hb-solution-card h3{font-size:16px;margin-bottom:6px}
.hb-solution-card p{font-size:13.5px;color:var(--hb-muted);margin:0 0 14px}
.hb-solution-card__arrow{color:var(--hb-soft);font-size:13px}

.hb-testimonials{background:var(--hb-bg-soft)}
.hb-testimonial{
  padding:28px 24px;background:#fff;
  border:1px solid var(--hb-border);border-radius:18px;
  display:flex;flex-direction:column;
}
.hb-testimonial__stars{color:#f59e0b;margin-bottom:12px;font-size:14px;letter-spacing:2px}
.hb-testimonial__text{color:var(--hb-dark);font-size:14.5px;line-height:1.6;margin-bottom:18px}
.hb-testimonial__author{border-top:1px solid var(--hb-border);padding-top:14px;margin-top:auto}
.hb-testimonial__author strong{display:block;color:var(--hb-dark);font-size:14px}
.hb-testimonial__author small{color:var(--hb-muted);font-size:12.5px}

.hb-faq__list{max-width:800px;margin:0 auto}
.hb-faq__item{
  background:#fff;border:1px solid var(--hb-border);
  border-radius:16px;padding:18px 22px;margin-bottom:12px;
}
.hb-faq__item[open]{border-color:rgba(99,91,255,.24)}
.hb-faq__item summary{
  cursor:pointer;font-weight:600;color:var(--hb-dark);
  list-style:none;position:relative;padding-right:32px;
  font-size:15.5px;line-height:1.4;
}
.hb-faq__item summary::-webkit-details-marker{display:none}
.hb-faq__item summary::after{
  content:"+";position:absolute;right:0;top:50%;
  transform:translateY(-50%);font-size:22px;
  color:var(--hb-primary);
}
.hb-faq__item[open] summary::after{content:"−"}
.hb-faq__item p{
  margin:14px 0 0;font-size:14.5px;color:var(--hb-muted);
  line-height:1.65;padding-top:14px;border-top:1px solid var(--hb-border);
}

.hb-final-cta{padding:40px 0 60px}
.hb-final-cta__box{
  position:relative;overflow:hidden;
  padding:72px 40px;border-radius:28px;
  background:radial-gradient(120% 100% at 0% 0%,#1e1b4b 0%,#0f172a 55%,#020617 100%);
  text-align:center;color:#fff;
  box-shadow:var(--hb-shadow-lg);
}
.hb-final-cta__box h2{color:#fff;font-size:clamp(26px,3.4vw,42px);max-width:720px;margin:0 auto 14px}
.hb-final-cta__box p{color:#cbd5e1;font-size:17px;max-width:600px;margin:0 auto 30px}
.hb-final-cta__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:18px}
.hb-final-cta__box small{color:#94a3b8;font-size:13px}

.hb-footer{background:#0b1437;color:#cbd5e1;padding:76px 0 28px}
.hb-footer__grid{
  display:grid;grid-template-columns:1.4fr repeat(4,1fr);
  gap:44px;padding-bottom:48px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.hb-footer__brand p{color:#94a3b8;font-size:14px;margin:18px 0;max-width:320px}
.hb-footer__social{display:flex;gap:10px}
.hb-footer__social a{
  width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,.06);color:#fff;
  display:grid;place-items:center;font-size:14px;
}
.hb-footer__contact{margin-top:18px;display:flex;flex-direction:column;gap:8px}
.hb-footer__contact a{display:inline-flex;align-items:center;gap:9px;font-size:13.5px;color:#94a3b8}
.hb-footer__contact i{color:var(--hb-primary);width:16px;text-align:center}
.hb-footer__col h6{
  color:#fff;font-size:12.5px;text-transform:uppercase;
  letter-spacing:.14em;margin-bottom:18px;font-weight:700;
}
.hb-footer__col ul li a{display:block;padding:5px 0;font-size:14px;color:#94a3b8}
.hb-footer__col ul li a:hover{color:#fff}
.hb-footer__channels{
  display:flex;align-items:center;justify-content:space-between;
  gap:24px;padding:24px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  flex-wrap:wrap;
}
.hb-footer__channels-label{
  font-size:12px;font-weight:700;text-transform:uppercase;
  letter-spacing:.14em;color:#64748b;
}
.hb-footer__channels-list{display:flex;gap:12px;flex-wrap:wrap}
.hb-footer__ch{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 16px;border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  font-size:13px;font-weight:600;color:#e2e8f0;
}
.hb-footer__ch.hb-ch-wa i{color:#25d366}
.hb-footer__ch.hb-ch-ig i{color:#e1306c}
.hb-footer__ch.hb-ch-fb i{color:#1877f2}
.hb-footer__ch.hb-ch-tg i{color:#229ed9}
.hb-footer__bottom{
  display:flex;justify-content:space-between;flex-wrap:wrap;
  gap:14px;padding-top:24px;
  font-size:13px;color:#8892b0;
}
.hb-footer__legal{display:flex;gap:24px;flex-wrap:wrap}

/* =========================================================
   LEAD MODAL — Get Started form
   ========================================================= */
.hb-lead-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
}
.hb-lead-modal.open{display:block}
.hb-lead-modal__backdrop{
  position:absolute;inset:0;
  background:rgba(15,23,42,.65);
  backdrop-filter:blur(6px);
  animation:hbFadeIn .2s;
}
@keyframes hbFadeIn{from{opacity:0}to{opacity:1}}
.hb-lead-modal__card{
  position:relative;
  z-index:1;
  max-width:480px;
  margin:5vh auto;
  padding:32px;
  background:#fff;
  border-radius:22px;
  box-shadow:0 30px 70px rgba(15,23,42,.3);
  max-height:90vh;
  overflow-y:auto;
  animation:hbModalIn .3s cubic-bezier(.2,.7,.2,1);
  -webkit-overflow-scrolling:touch;
}
@keyframes hbModalIn{
  from{opacity:0;transform:translateY(14px) scale(.98)}
  to{opacity:1;transform:none}
}
.hb-lead-modal__close{
  position:absolute;
  top:14px;right:16px;
  width:34px;height:34px;
  border-radius:50%;
  background:var(--hb-bg-soft);
  color:var(--hb-dark);
  font-size:22px;
  line-height:1;
  display:grid;place-items:center;
  cursor:pointer;
  border:none;
}
.hb-lead-modal__head{margin-bottom:20px}
.hb-lead-modal__badge{
  display:inline-block;
  font-size:11px;font-weight:700;
  letter-spacing:.14em;text-transform:uppercase;
  color:var(--hb-primary);
  background:var(--hb-grad-soft);
  padding:5px 12px;border-radius:999px;
  margin-bottom:12px;
}
.hb-lead-modal__head h3{font-size:22px;margin-bottom:6px}
.hb-lead-modal__head p{font-size:14px;color:var(--hb-muted);margin:0}

.hb-lead-form{display:flex;flex-direction:column;gap:14px}
.hb-lead-form label{
  display:block;
  font-size:12.5px;font-weight:600;
  color:var(--hb-dark);
}
.hb-lead-form input,
.hb-lead-form select,
.hb-lead-form textarea{
  width:100%;
  margin-top:6px;
  padding:12px 14px;
  border:1px solid var(--hb-border);
  border-radius:10px;
  font-size:14px;
  font-family:inherit;
  color:var(--hb-dark);
  outline:none;
  background:#fff;
  transition:border-color .18s,box-shadow .18s;
  -webkit-appearance:none;
  appearance:none;
}
.hb-lead-form select{
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%2364748b' d='M6 8 0 0h12z'/></svg>");
  background-repeat:no-repeat;
  background-position:right 14px center;
  padding-right:36px;
}
.hb-lead-form input:focus,
.hb-lead-form select:focus,
.hb-lead-form textarea:focus{
  border-color:var(--hb-primary);
  box-shadow:0 0 0 3px rgba(99,91,255,.14);
}
.hb-lead-form textarea{resize:vertical;min-height:60px}
.hb-lead-form__submit{margin-top:6px;font-size:15px;padding:14px 20px}
.hb-lead-form__submit i{font-size:16px}
.hb-lead-form__note{
  display:flex;align-items:center;gap:6px;
  justify-content:center;
  font-size:11.5px;color:var(--hb-muted);
  margin-top:2px;
}
.hb-lead-form__note i{color:#16a34a}

/* =========================================================
   WIDGET
   ========================================================= */
.hb-widget-launcher{
  position:fixed;
  right:20px;bottom:20px;
  z-index:99998;
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 20px;border-radius:999px;
  background:var(--hb-grad);color:#fff;
  font-weight:600;font-size:14px;
  box-shadow:0 14px 34px rgba(99,91,255,.4);
  border:none;cursor:pointer;
  font-family:inherit;
  transition:transform .22s,box-shadow .22s;
}
.hb-widget-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(99,91,255,.5)}
.hb-widget-launcher.hidden{display:none}
.hb-widget-launcher__icon{display:grid;place-items:center;font-size:16px}
.hb-widget-launcher__label{white-space:nowrap}

.hb-widget{
  position:fixed;
  right:20px;bottom:20px;
  z-index:99999;
  width:390px;
  max-width:calc(100vw - 32px);
  height:min(600px,calc(100vh - 40px));
  background:#fff;
  border:1px solid var(--hb-border);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(15,23,42,.28);
  display:none;
  flex-direction:column;
}
.hb-widget.open{display:flex}
.hb-widget__head{
  display:flex;align-items:center;gap:12px;
  padding:16px 18px;
  background:linear-gradient(135deg,#635bff,#8b5cf6 50%,#06b6d4);
  color:#fff;flex-shrink:0;
}
.hb-widget__brand{display:flex;align-items:center;gap:11px;flex:1;min-width:0}
.hb-widget__avatar{
  width:40px;height:40px;border-radius:12px;
  background:rgba(255,255,255,.2);
  display:grid;place-items:center;font-size:17px;
  border:1px solid rgba(255,255,255,.24);flex-shrink:0;
}
.hb-widget__brand strong{font-size:14.5px;font-weight:700;display:block}
.hb-widget__brand small{font-size:11.5px;opacity:.9;display:inline-flex;align-items:center;gap:6px}
.hb-widget__dot{width:6px;height:6px;border-radius:50%;background:#4ade80}
.hb-widget__close{
  width:32px;height:32px;border-radius:50%;
  background:rgba(255,255,255,.14);color:#fff;
  font-size:20px;line-height:1;
  flex-shrink:0;
  display:grid;place-items:center;cursor:pointer;border:none;
}
.hb-widget__chat{
  flex:1;overflow-y:auto;padding:18px;
  background:linear-gradient(180deg,#f8fafc,#fff);
  display:flex;flex-direction:column;gap:12px;
  -webkit-overflow-scrolling:touch;
}
.hb-chat-msg{
  max-width:86%;padding:10px 14px;
  border-radius:14px;font-size:13.5px;line-height:1.5;
  word-wrap:break-word;
}
.hb-chat-msg--bot{
  background:#fff;color:var(--hb-dark);
  align-self:flex-start;
  border-bottom-left-radius:4px;
  border:1px solid var(--hb-border);
}
.hb-chat-msg--user{
  background:var(--hb-grad);color:#fff;
  align-self:flex-end;
  border-bottom-right-radius:4px;
}
.hb-chat-msg a{color:var(--hb-primary);text-decoration:underline;font-weight:600}
.hb-chat-typing{display:inline-flex;gap:4px;padding:4px 0}
.hb-chat-typing i{
  width:6px;height:6px;border-radius:50%;
  background:var(--hb-soft);
  animation:hbTypingDot 1.3s ease-in-out infinite;
}
.hb-chat-typing i:nth-child(2){animation-delay:.18s}
.hb-chat-typing i:nth-child(3){animation-delay:.36s}
@keyframes hbTypingDot{
  0%,60%,100%{transform:translateY(0);opacity:.45}
  30%{transform:translateY(-4px);opacity:1}
}
.hb-chat-chips{
  display:flex;gap:6px;flex-wrap:wrap;
  padding:10px 14px;
  background:#fff;
  border-top:1px solid var(--hb-border);
  flex-shrink:0;
}
.hb-chat-chips button{
  font-size:11.5px;font-weight:600;
  padding:6px 11px;border-radius:999px;
  background:#fff;
  border:1px solid var(--hb-primary);
  color:var(--hb-primary);
  cursor:pointer;
  font-family:inherit;
}
.hb-chat-chips button:hover{background:var(--hb-primary);color:#fff}
.hb-widget__input{
  display:flex;gap:8px;
  padding:12px 14px;
  border-top:1px solid var(--hb-border);
  background:#fff;flex-shrink:0;
}
.hb-widget__input input{
  flex:1;padding:11px 14px;
  border:1px solid var(--hb-border);
  border-radius:12px;font-size:13.5px;
  outline:none;background:var(--hb-bg-soft);min-width:0;
}
.hb-widget__input input:focus{border-color:var(--hb-primary);background:#fff}
.hb-widget__input button{
  width:44px;height:44px;border-radius:12px;
  background:var(--hb-grad);color:#fff;font-size:15px;
  flex-shrink:0;display:grid;place-items:center;
  cursor:pointer;border:none;
}
.hb-widget__foot{
  padding:8px 16px;
  border-top:1px solid var(--hb-border);
  text-align:center;font-size:11px;
  color:var(--hb-muted);background:var(--hb-bg-soft);
  flex-shrink:0;
}
.hb-widget__foot strong{color:var(--hb-primary-dark)}

.hb-top{
  position:fixed;right:20px;bottom:88px;
  z-index:99997;
  width:42px;height:42px;border-radius:50%;
  background:#fff;color:var(--hb-dark);
  border:1px solid var(--hb-border);
  box-shadow:var(--hb-shadow-md);
  display:grid;place-items:center;
  opacity:0;pointer-events:none;
  transition:.22s;cursor:pointer;
}
.hb-top.show{opacity:1;pointer-events:auto}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:1200px){
  .hb-nav__link{padding:9px 11px;font-size:13.5px}
  .hb-mega{width:min(980px,calc(100vw - 32px))}
  .hb-mega__inner{grid-template-columns:1fr 260px;padding:24px}
  .hb-channels-grid{grid-template-columns:repeat(2,1fr)}
  .hb-features{grid-template-columns:repeat(3,1fr)}
  .hb-solutions__grid{grid-template-columns:repeat(3,1fr)}
  .hb-modules__grid{grid-template-columns:repeat(3,1fr)}
  .hb-usecases__grid{grid-template-columns:repeat(3,1fr)}
  .hb-footer__grid{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:32px}
  .hb-analytics__grid{grid-template-columns:1fr 1fr}
  .hb-erp__grid{grid-template-columns:repeat(4,1fr);gap:16px}
}

@media (max-width:992px){
  :root{--hb-header-h:68px}

  .hb-nav,
  .hb-actions__login,
  .hb-actions__cta{display:none !important}
  .hb-burger{display:flex !important}
  .hb-mega{display:none !important}

  .hb-hero{padding-top:40px}
  .hb-hero__grid{grid-template-columns:1fr;gap:40px}

  .hb-channels__grid{grid-template-columns:repeat(2,1fr)}
  .hb-problem__grid{grid-template-columns:repeat(2,1fr)}
  .hb-features{grid-template-columns:repeat(2,1fr)}
  .hb-modules__grid{grid-template-columns:repeat(2,1fr)}
  .hb-usecases__grid{grid-template-columns:repeat(2,1fr)}
  .hb-chatbot__grid{grid-template-columns:1fr;gap:40px}
  .hb-pipeline__grid{grid-template-columns:repeat(3,1fr)}
  .hb-inbox{grid-template-columns:1fr}
  .hb-inbox__list{border-right:none;border-bottom:1px solid var(--hb-border)}
  .hb-analytics__grid{grid-template-columns:1fr}
  .hb-solutions__grid{grid-template-columns:repeat(2,1fr)}
  .hb-flow__list{grid-template-columns:repeat(4,1fr);gap:24px 0}
  .hb-flow__step:not(:last-child)::after{display:none}
  .hb-footer__grid{grid-template-columns:1fr 1fr;gap:36px}
  .hb-erp__grid{grid-template-columns:repeat(2,1fr)}
  .hb-verified-leads__grid{grid-template-columns:1fr;gap:40px}
  .hb-partner-card{min-width:180px;padding:14px 20px;height:64px}
  .hb-partner-card__icon{width:32px;height:32px;font-size:14px}
  .hb-partner-card__name{font-size:13px}
}

@media (max-width:768px){
  .container{padding:0 18px}
  .hb-section{padding:60px 0}
  .hb-section__header{margin-bottom:36px}
  .hb-hero__title{font-size:clamp(28px,7vw,40px)}
  .hb-hero__actions{flex-direction:column}
  .hb-hero__actions .hb-btn{width:100%}
  .hb-hero__actions button{width:100%}
  .hb-dashboard__stats{grid-template-columns:1fr 1fr}

  .hb-channels__grid,
  .hb-problem__grid,
  .hb-features,
  .hb-modules__grid,
  .hb-solutions__grid{grid-template-columns:1fr}

  .hb-pipeline__grid{grid-template-columns:1fr 1fr}
  .hb-analytics__metrics{grid-template-columns:1fr 1fr}
  .hb-bars{height:170px}
  .hb-final-cta__box{padding:48px 22px;border-radius:22px}
  .hb-final-cta__actions .hb-btn{width:100%}
  .hb-final-cta__actions button{width:100%}

  /* Widget mobile */
  .hb-widget{
    right:10px;bottom:10px;
    width:calc(100vw - 20px);
    max-width:calc(100vw - 20px);
    height:min(calc(100vh - 20px),560px);
    border-radius:18px;
  }
  .hb-widget-launcher{right:12px;bottom:12px;padding:12px 16px}
  .hb-widget-launcher__label{display:none}
  .hb-top{right:12px;bottom:80px}

  .hb-footer__grid{grid-template-columns:1fr;gap:32px}
  .hb-footer__bottom{flex-direction:column;text-align:center}
  .hb-footer__channels{flex-direction:column;align-items:flex-start}
  .hb-footer__channels-list{width:100%}
  .hb-footer__ch{flex:1;justify-content:center}

  .hb-erp{padding:60px 0}
  .hb-erp__grid{grid-template-columns:1fr}
  .hb-erp__cta .hb-btn{width:100%}
  .hb-erp__cta button{width:100%}

  /* Lead modal mobile */
  .hb-lead-modal__card{
    margin:10px;
    max-width:none;
    padding:24px;
    max-height:calc(100vh - 20px);
    border-radius:18px;
  }
  .hb-lead-modal__head h3{font-size:19px}

  .hb-partners{padding:32px 0}
  .hb-partners__label{font-size:11px;margin-bottom:20px;padding:0 16px}

  /* Leads card mobile */
  .hb-lead-row{
    grid-template-columns:40px 1fr;
    gap:12px;
    padding:12px 18px;
  }
  .hb-lead-row__avatar{width:40px;height:40px}
  .hb-lead-row__tag{
    grid-column:1 / -1;
    justify-self:start;
    margin-top:4px;
    font-size:9.5px;
  }
  .hb-leads-card__head{padding:16px 18px}
  .hb-leads-card__foot{padding:14px 18px}
}

@media (max-width:576px){
  .hb-bars{grid-template-columns:repeat(7,1fr);gap:6px}
  .hb-bar small{font-size:9.5px}
  .hb-footer__legal{gap:12px}
  .hb-dashboard__channels .hb-ch-row{grid-template-columns:70px 1fr 40px;font-size:11.5px}
  .hb-pipeline__grid{grid-template-columns:1fr}
  .hb-analytics__metrics{grid-template-columns:1fr}
  .hb-modules__grid,
  .hb-usecases__grid{grid-template-columns:1fr}
  .hb-usecases__cta .hb-btn{width:100%}
  .hb-usecases__cta button{width:100%}
  .hb-module-card{padding:26px 22px}
  .hb-usecase-card{padding:18px}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}
}