/* ============================================================
   HELLOBOTZ.IN — Complete Stylesheet v24
   ============================================================ */

/* ============================================================
   1. RESET & BASE
   ============================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}
body{
  padding-top:70px;
  font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  font-size:16px;line-height:1.65;color:#334155;background:#fff;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit;padding:0}
input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}
ul,ol{list-style:none;margin:0;padding:0}
h1,h2,h3,h4,h5,h6{
  font-family:'Plus Jakarta Sans','Inter',sans-serif;
  color:#0f172a;line-height:1.15;letter-spacing:-.02em;font-weight:800;margin:0;
}
p{margin:0}
.hb-container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}
.hb-skip{position:absolute;left:-9999px}
.hb-skip:focus{left:16px;top:16px;padding:10px 16px;background:#7c3aed;color:#fff;z-index:99999;border-radius:8px}

/* ============================================================
   2. LOGO
   ============================================================ */
.hb-logo{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}
.hb-logo__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;flex-shrink:0;border-radius:11px;
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
  color:#fff;font-weight:900;font-size:18px;font-family:'Plus Jakarta Sans',sans-serif;
}
.hb-logo__text{display:inline-flex;flex-direction:column;line-height:1.05}
.hb-logo__text strong{
  font-family:'Plus Jakarta Sans',sans-serif;font-size:19px;font-weight:800;
  color:#0f172a;letter-spacing:-.02em;white-space:nowrap;
}
.hb-logo__text strong span{
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hb-logo__text small{
  font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:#64748b;margin-top:2px;white-space:nowrap;
}
.hb-logo--light .hb-logo__text strong{color:#fff}
.hb-logo__img{
  height:42px;width:auto;max-width:200px;
  object-fit:contain;flex-shrink:0;display:block;
}
.hb-logo__img--footer{height:44px;max-width:220px}

/* ============================================================
   3. BUTTONS
   ============================================================ */
.hb-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 22px;border-radius:999px;font-weight:700;font-size:14px;
  border:1.5px solid transparent;white-space:nowrap;line-height:1;
  cursor:pointer;text-align:center;transition:all .2s ease;
}
.hb-btn:hover{transform:translateY(-2px)}
.hb-btn--primary{
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
  color:#fff;box-shadow:0 10px 26px rgba(124,58,237,.32);
}
.hb-btn--primary:hover{box-shadow:0 14px 34px rgba(124,58,237,.45)}
.hb-btn--white{background:#fff;color:#0f172a;box-shadow:0 6px 18px rgba(15,23,42,.12)}
.hb-btn--outline-light{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.3)}
.hb-btn--outline-light:hover{background:rgba(255,255,255,.18)}
.hb-btn--outline{background:transparent;color:#0f172a;border-color:#cbd5e1}
.hb-btn--outline:hover{border-color:#7c3aed;color:#7c3aed}
.hb-btn--ghost{color:#0f172a}
.hb-btn--ghost:hover{background:#f1f5f9;color:#7c3aed}
.hb-btn--wa{
  background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);
  color:#fff;box-shadow:0 10px 26px rgba(37,211,102,.32);
}
.hb-btn--wa:hover{box-shadow:0 14px 34px rgba(37,211,102,.45)}
.hb-btn--lg{padding:16px 30px;font-size:15px}
.hb-btn--sm{padding:10px 18px;font-size:13px}
.hb-btn--block{width:100%}

/* ============================================================
   4. HEADER
   ============================================================ */
.hb-header{
  position:fixed;top:0;left:0;right:0;z-index:1000;height:70px;
  background:rgba(255,255,255,.96);
  backdrop-filter:saturate(180%) blur(18px);
  -webkit-backdrop-filter:saturate(180%) blur(18px);
  border-bottom:1px solid rgba(226,232,240,.7);
  transition:box-shadow .3s,background .3s;
}
.hb-header.is-scrolled{box-shadow:0 8px 32px rgba(15,23,42,.08);background:rgba(255,255,255,.99)}
.hb-header__wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;height:100%}
.hb-nav{flex:1;display:flex;justify-content:center;position:static}
.hb-nav__list{display:flex;gap:4px;align-items:center}
.hb-nav__item{position:static}
.hb-nav__link{
  display:inline-flex;align-items:center;gap:6px;
  padding:10px 14px;border-radius:10px;
  font-size:14.5px;font-weight:600;color:#0f172a;
  cursor:pointer;transition:all .18s;white-space:nowrap;
  background:transparent;border:none;font-family:inherit;
}
.hb-nav__link:hover,
.hb-nav__item--mega.is-open .hb-nav__link{
  background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(6,182,212,.12));
  color:#7c3aed;
}
.hb-nav__link i{font-size:10px;opacity:.6;transition:transform .25s}
.hb-nav__item--mega.is-open .hb-nav__link i{transform:rotate(180deg);opacity:1}
.hb-nav__link.is-active{color:#7c3aed}
.hb-nav__badge{
  font-size:9px;font-weight:800;padding:2px 7px;border-radius:5px;
  background:linear-gradient(135deg,#ec4899,#f97316);color:#fff;
  margin-left:4px;letter-spacing:.05em;
}
.hb-header__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}

.hb-burger{
  display:none;width:44px;height:44px;border-radius:12px;
  background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(6,182,212,.12));
  border:1.5px solid rgba(124,58,237,.2);
  flex-direction:column;justify-content:center;align-items:center;gap:5px;
  cursor:pointer;flex-shrink:0;
}
.hb-burger span{display:block;width:20px;height:2.5px;background:#7c3aed;border-radius:2px;transition:transform .3s,opacity .3s}
.hb-burger.is-active span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.hb-burger.is-active span:nth-child(2){opacity:0}
.hb-burger.is-active span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

/* ============================================================
   5. MEGA MENU
   ============================================================ */
.hb-mega{
  position:fixed;top:calc(70px + 8px);left:50%;
  transform:translateX(-50%) translateY(-10px);
  width:min(1100px,calc(100vw - 40px));
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .25s,transform .25s,visibility .25s;
  z-index:1001;
}
.hb-nav__item--mega.is-open .hb-mega{
  opacity:1;visibility:visible;pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.hb-mega__inner{
  background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;
  box-shadow:0 30px 70px rgba(15,23,42,.16);
  display:grid;grid-template-columns:1fr 300px;gap:20px;
}
.hb-mega--channels .hb-mega__inner{display:block;padding:20px}
.hb-mega__links{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.hb-mega__col h5{
  font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;
  color:#94a3b8;margin-bottom:12px;
}
.hb-mega__col>a{display:flex;align-items:flex-start;gap:10px;padding:8px 10px;border-radius:10px;transition:background .18s}
.hb-mega__col>a:hover{background:#f8fafc}
.hb-mega__ico{
  flex-shrink:0;width:34px;height:34px;border-radius:10px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(6,182,212,.12));
  color:#7c3aed;font-size:13px;transition:all .2s;
}
.hb-mega__col>a:hover .hb-mega__ico{
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
  color:#fff;transform:scale(1.05);
}
.hb-mega__txt{display:flex;flex-direction:column;gap:2px;min-width:0}
.hb-mega__txt strong{font-size:13.5px;font-weight:700;color:#0f172a}
.hb-mega__txt small{font-size:12px;color:#64748b;line-height:1.4}
.hb-mega__promo{
  border-radius:18px;padding:22px;
  background:linear-gradient(160deg,#4c1d95 0%,#0f172a 100%);
  color:#fff;position:relative;overflow:hidden;
  display:flex;flex-direction:column;gap:12px;
}
.hb-mega__promo::before{
  content:"";position:absolute;top:-80px;right:-80px;
  width:220px;height:220px;border-radius:50%;
  background:radial-gradient(circle,rgba(236,72,153,.55),transparent 70%);
  pointer-events:none;
}
.hb-mega__promo::after{
  content:"";position:absolute;bottom:-80px;left:-80px;
  width:200px;height:200px;border-radius:50%;
  background:radial-gradient(circle,rgba(6,182,212,.5),transparent 70%);
  pointer-events:none;
}
.hb-mega__promo-badge{
  display:inline-block;font-size:11px;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;
  padding:5px 12px;border-radius:999px;
  background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);
  align-self:flex-start;position:relative;z-index:1;
}
.hb-mega__promo h6{
  font-size:17px;font-weight:800;color:#fff;line-height:1.3;
  position:relative;z-index:1;margin:0;
}
.hb-mega__promo-flow{
  display:flex;align-items:center;flex-wrap:wrap;gap:6px;
  position:relative;z-index:1;
}
.hb-mega__promo-flow span{
  font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);
}
.hb-mega__promo-flow i{font-size:8px;opacity:.7}
.hb-mega__promo .hb-btn{margin-top:auto;position:relative;z-index:1;align-self:flex-start}

.hb-channels-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.hb-ch-card{
  display:flex;flex-direction:column;gap:10px;padding:18px;
  border-radius:16px;background:#fff;border:1.5px solid #e2e8f0;
  transition:all .22s;
}
.hb-ch-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(15,23,42,.12)}
.hb-ch-card__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:48px;height:48px;border-radius:14px;color:#fff;font-size:22px;flex-shrink:0;
}
.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:#0f172a}
.hb-ch-card small{font-size:12.5px;color:#64748b;line-height:1.5}

/* ============================================================
   6. MOBILE DRAWER
   ============================================================ */
.hb-drawer{
  position:fixed;top:0;left:0;width:min(320px,88vw);
  height:100vh;height:100dvh;background:#fff;z-index:1002;
  display:flex;flex-direction:column;
  transform:translateX(-100%);
  transition:transform .3s cubic-bezier(.2,.7,.2,1);
  box-shadow:0 0 60px rgba(15,23,42,.2);
}
.hb-drawer.is-open{transform:translateX(0)}
.hb-drawer__head{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 20px;border-bottom:1px solid #e2e8f0;flex-shrink:0;
}
.hb-drawer__close{
  display:inline-flex;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:10px;
  background:#f1f5f9;color:#0f172a;font-size:16px;cursor:pointer;
  flex-shrink:0;transition:background .18s;
}
.hb-drawer__close:hover{background:#e2e8f0}
.hb-drawer__body{
  flex:1;overflow-y:auto;padding:12px 20px 40px;
  -webkit-overflow-scrolling:touch;
}
.hb-drawer__list>li{border-bottom:1px solid #e2e8f0}
.hb-drawer__link,
.hb-drawer__toggle{
  display:flex;align-items:center;justify-content:space-between;
  width:100%;padding:16px 0;font-size:16px;font-weight:700;
  color:#0f172a;text-align:left;background:none;border:none;
  cursor:pointer;font-family:inherit;
}
.hb-drawer__toggle i{color:#94a3b8;font-size:13px;transition:transform .2s}
.hb-drawer__group.is-open .hb-drawer__toggle i{transform:rotate(180deg);color:#7c3aed}
.hb-drawer__sub{display:none;padding:4px 0 16px}
.hb-drawer__group.is-open .hb-drawer__sub{display:block}
.hb-drawer__subtitle{
  display:block;font-size:11px;font-weight:800;letter-spacing:.14em;
  text-transform:uppercase;color:#94a3b8;margin:12px 0 6px;
}
.hb-drawer__sub a{
  display:flex;align-items:center;gap:10px;
  padding:9px 0;font-size:14px;color:#334155;font-weight:500;
}
.hb-drawer__sub a i{color:#7c3aed;width:18px;text-align:center;font-size:13px}
.hb-drawer__badge{
  font-style:normal;font-size:9px;font-weight:800;padding:2px 6px;
  border-radius:5px;background:linear-gradient(135deg,#ec4899,#f97316);
  color:#fff;margin-left:6px;
}
.hb-drawer__cta{display:flex;flex-direction:column;gap:10px;margin-top:22px}

.hb-overlay{
  position:fixed;inset:0;background:rgba(15,23,42,.55);
  backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);
  z-index:1001;opacity:0;pointer-events:none;transition:opacity .3s;
}
.hb-overlay.is-open{opacity:1;pointer-events:auto}

/* ============================================================
   7. HERO
   ============================================================ */
.hb-hero{
  position:relative;padding:70px 0 80px;overflow:hidden;
  background:
    radial-gradient(60% 50% at 90% 10%,rgba(236,72,153,.14),transparent 60%),
    radial-gradient(50% 40% at 10% 20%,rgba(6,182,212,.14),transparent 60%),
    radial-gradient(60% 40% at 50% 100%,rgba(124,58,237,.1),transparent 60%),
    linear-gradient(180deg,#faf5ff 0%,#fff 60%);
}
.hb-hero__grid{
  display:grid;grid-template-columns:1.05fr 1fr;gap:60px;
  align-items:center;position:relative;z-index:2;
}
.hb-hero__badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 18px;border-radius:999px;
  background:linear-gradient(135deg,rgba(124,58,237,.14),rgba(236,72,153,.14));
  color:#7c3aed;font-size:13px;font-weight:700;
  border:1.5px solid rgba(124,58,237,.24);
  margin-bottom:22px;
}
.hb-hero__title{
  font-size:clamp(34px,5vw,60px);font-weight:900;
  letter-spacing:-.03em;line-height:1.05;
  margin-bottom:22px;color:#0f172a;
}
.hb-hero__title .hb-grad-1{
  background:linear-gradient(135deg,#7c3aed 0%,#ec4899 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hb-hero__title .hb-grad-2{
  background:linear-gradient(135deg,#06b6d4 0%,#10b981 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hb-hero__text{
  font-size:17.5px;color:#64748b;max-width:560px;
  margin-bottom:30px;line-height:1.65;
}
.hb-hero__text strong{color:#0f172a;font-weight:700}
.hb-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:26px}
.hb-hero__points{
  display:flex;flex-wrap:wrap;gap:14px 26px;
  font-size:14.5px;font-weight:600;color:#0f172a;
}
.hb-hero__points li{display:flex;align-items:center;gap:6px}
.hb-hero__points i{
  color:#10b981;background:rgba(16,185,129,.14);
  width:20px;height:20px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:11px;flex-shrink:0;
}

/* Dashboard mockup */
.hb-dashboard{
  background:#fff;border-radius:24px;overflow:hidden;
  border:1.5px solid #e2e8f0;
  box-shadow:0 40px 80px rgba(124,58,237,.2),0 20px 40px rgba(15,23,42,.08);
}
.hb-dashboard__head{
  display:flex;align-items:center;gap:8px;
  padding:16px 20px;
  background:linear-gradient(180deg,#f8fafc,#fff);
  border-bottom:1px solid #e2e8f0;font-size:13px;
}
.hb-dashboard__head strong{margin-left:8px;color:#0f172a;font-weight:700}
.hb-dashboard__live{
  margin-left:auto;display:inline-flex;align-items:center;gap:6px;
  font-size:11px;font-weight:700;color:#10b981;
  background:rgba(16,185,129,.12);padding:5px 11px;border-radius:999px;
}
.hb-dashboard__live span{
  width:7px;height:7px;border-radius:50%;background:#10b981;
  animation:hbPulse 1.6s ease-in-out infinite;
}
@keyframes hbPulse{
  0%,100%{box-shadow:0 0 0 0 rgba(16,185,129,.5)}
  50%{box-shadow:0 0 0 5px rgba(16,185,129,0)}
}
.hb-dot{width:10px;height:10px;border-radius:50%;display:inline-block}
.hb-dot--r{background:#ef4444}
.hb-dot--y{background:#f59e0b}
.hb-dot--g{background:#10b981}
.hb-dashboard__stats{
  display:grid;grid-template-columns:repeat(4,1fr);
  background:#e2e8f0;gap:1px;
}
.hb-dashboard__stats>div{background:#fff;padding:18px 16px;text-align:center}
.hb-dashboard__stats small{
  font-size:11.5px;color:#64748b;display:block;
  margin-bottom:4px;font-weight:600;
}
.hb-dashboard__stats b{
  font-size:24px;color:#0f172a;font-weight:800;
  font-family:'Plus Jakarta Sans',sans-serif;display:block;
}
.hb-dashboard__stats em{font-style:normal;font-size:11px;font-weight:700;color:#10b981}
.hb-dashboard__channels{padding:20px}
.hb-dashboard__channels h6{
  font-size:11px;font-weight:800;text-transform:uppercase;
  letter-spacing:.14em;color:#64748b;margin-bottom:14px;
}
.hb-ch-row{
  display:grid;grid-template-columns:90px 1fr 44px;
  gap:12px;align-items:center;font-size:13px;
  margin-bottom:10px;font-weight:600;
}
.hb-ch-row__bar{height:8px;border-radius:99px;background:#f1f5f9;overflow:hidden}
.hb-ch-row__bar i{display:block;height:100%;width:var(--w);border-radius:99px;transition:width 1.2s cubic-bezier(.2,.7,.2,1)}
.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-ch-row b{text-align:right;font-weight:800;color:#0f172a}
.hb-dashboard__chat{
  padding:18px 20px 22px;border-top:1px solid #e2e8f0;
  background:#f8fafc;display:flex;flex-direction:column;gap:10px;
}
.hb-bubble{padding:12px 16px;border-radius:16px;font-size:13.5px;line-height:1.5;max-width:82%}
.hb-bubble small{
  display:block;font-size:10.5px;font-weight:800;
  letter-spacing:.08em;text-transform:uppercase;opacity:.75;margin-bottom:4px;
}
.hb-bubble--in{background:#fff;color:#0f172a;align-self:flex-start;border-bottom-left-radius:5px;border:1px solid #e2e8f0}
.hb-bubble--out{background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);color:#fff;align-self:flex-end;border-bottom-right-radius:5px;box-shadow:0 8px 20px rgba(124,58,237,.28)}

/* ============================================================
   8. SECTIONS
   ============================================================ */
.hb-section{padding:90px 0}
.hb-section--soft{background:#f8fafc}
.hb-section__header{max-width:760px;margin:0 auto 56px;text-align:center}
.hb-section__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:76px;height:76px;margin:0 auto 22px;border-radius:22px;
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
  color:#fff;font-size:32px;box-shadow:0 14px 32px rgba(124,58,237,.3);
}
.hb-section__icon--pink{background:linear-gradient(135deg,#ec4899 0%,#f97316 100%);box-shadow:0 14px 32px rgba(236,72,153,.3)}
.hb-section__icon--green{background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%);box-shadow:0 14px 32px rgba(16,185,129,.3)}
.hb-section__eyebrow{
  display:inline-block;font-size:12px;font-weight:800;
  letter-spacing:.14em;text-transform:uppercase;color:#7c3aed;
  margin-bottom:14px;padding:6px 14px;border-radius:999px;
  background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(6,182,212,.12));
}
.hb-section__eyebrow--green{background:rgba(16,185,129,.12);color:#059669}
.hb-section__eyebrow--pink{background:rgba(236,72,153,.12);color:#db2777}
.hb-section__title{font-size:clamp(28px,3.6vw,46px);font-weight:900;margin-bottom:16px;color:#0f172a;letter-spacing:-.025em}
.hb-section__subtitle{font-size:17px;color:#64748b;line-height:1.65}

/* ============================================================
   9. LEADS SECTION
   ============================================================ */
.hb-leads-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.hb-leads-copy h2{
  font-size:clamp(28px,3.6vw,44px);font-weight:900;
  margin-bottom:18px;letter-spacing:-.025em;color:#0f172a;line-height:1.15;
}
.hb-grad-pink{
  background:linear-gradient(135deg,#ec4899 0%,#f97316 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hb-leads-copy p{font-size:17px;color:#64748b;margin-bottom:24px;line-height:1.7}
.hb-leads-copy p strong{color:#0f172a;font-weight:700}
.hb-check-list{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}
.hb-check-list li{display:flex;gap:12px;align-items:flex-start;font-size:15px;font-weight:500;color:#0f172a}
.hb-check-list i{
  color:#10b981;background:rgba(16,185,129,.14);
  display:inline-flex;align-items:center;justify-content:center;
  width:22px;height:22px;border-radius:50%;font-size:12px;
  flex-shrink:0;margin-top:2px;
}
.hb-leads-card{
  background:#fff;border-radius:24px;overflow:hidden;
  box-shadow:0 40px 80px rgba(16,185,129,.15),0 20px 40px rgba(15,23,42,.08);
  border:1.5px solid #e2e8f0;
}
.hb-leads-card__head{
  padding:20px 24px;border-bottom:1px solid #e2e8f0;
  background:linear-gradient(180deg,#f0fdf4,#fff);
  display:flex;align-items:center;justify-content:space-between;gap:12px;
}
.hb-leads-card__head strong{display:block;font-size:16px;color:#0f172a;font-weight:800}
.hb-leads-card__head small{display:block;font-size:12.5px;color:#64748b;margin-top:2px}
.hb-live-badge{
  display:inline-flex;align-items:center;gap:6px;
  font-size:11px;font-weight:800;color:#10b981;
  background:rgba(16,185,129,.12);padding:5px 11px;border-radius:999px;
}
.hb-live-badge::before{
  content:"";width:7px;height:7px;border-radius:50%;background:#10b981;
  animation:hbPulse 1.6s ease-in-out infinite;
}
.hb-lead-row{
  display:grid;grid-template-columns:48px 1fr auto;gap:14px;
  align-items:center;padding:16px 24px;border-bottom:1px solid #e2e8f0;
}
.hb-lead-row:last-child{border-bottom:none}
.hb-lead-row__avatar{
  display:inline-flex;align-items:center;justify-content:center;
  width:48px;height:48px;border-radius:14px;
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
  color:#fff;font-weight:800;font-size:16px;flex-shrink:0;
}
.hb-lead-row:nth-child(2) .hb-lead-row__avatar{background:linear-gradient(135deg,#ec4899 0%,#f97316 100%)}
.hb-lead-row:nth-child(3) .hb-lead-row__avatar{background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%)}
.hb-lead-row:nth-child(4) .hb-lead-row__avatar{background:linear-gradient(135deg,#3b82f6 0%,#7c3aed 100%)}
.hb-lead-row__info strong{display:block;font-size:14.5px;font-weight:700;color:#0f172a;line-height:1.3}
.hb-lead-row__info small{display:block;font-size:12.5px;color:#64748b;margin-top:2px}
.hb-lead-row__tag{
  font-size:10.5px;font-weight:800;padding:5px 11px;border-radius:999px;
  letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;
}
.hb-lead-row__tag--hot{background:rgba(239,68,68,.14);color:#dc2626}
.hb-lead-row__tag--warm{background:rgba(245,158,11,.16);color:#d97706}
.hb-leads-card__foot{
  padding:18px 24px;background:#f8fafc;border-top:1px solid #e2e8f0;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  font-size:13.5px;color:#64748b;font-weight:600;
}
.hb-leads-card__foot strong{color:#10b981;font-weight:800}

/* ============================================================
   10. CHANNELS
   ============================================================ */
.hb-channels__grid,
.hb-channels-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.hb-channel{
  display:block;padding:32px 26px;border-radius:22px;background:#fff;
  border:2px solid transparent;text-align:center;transition:all .3s;
}
.hb-channel:hover{transform:translateY(-6px);box-shadow:0 30px 60px rgba(15,23,42,.15)}
.hb-channel--wa{background:linear-gradient(180deg,#f0fdf4,#fff)}
.hb-channel--wa:hover{border-color:rgba(37,211,102,.4)}
.hb-channel--ig{background:linear-gradient(180deg,#fdf2f8,#fff)}
.hb-channel--ig:hover{border-color:rgba(221,42,123,.4)}
.hb-channel--fb{background:linear-gradient(180deg,#eff6ff,#fff)}
.hb-channel--fb:hover{border-color:rgba(24,119,242,.4)}
.hb-channel--tg{background:linear-gradient(180deg,#eff9ff,#fff)}
.hb-channel--tg:hover{border-color:rgba(34,158,217,.4)}
.hb-channel__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:72px;height:72px;border-radius:20px;margin:0 auto 20px;
  color:#fff;font-size:32px;
}
.hb-channel--wa .hb-channel__icon{background:#25d366;box-shadow:0 14px 32px rgba(37,211,102,.35)}
.hb-channel--ig .hb-channel__icon{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af);box-shadow:0 14px 32px rgba(221,42,123,.35)}
.hb-channel--fb .hb-channel__icon{background:#1877f2;box-shadow:0 14px 32px rgba(24,119,242,.35)}
.hb-channel--tg .hb-channel__icon{background:#229ed9;box-shadow:0 14px 32px rgba(34,158,217,.35)}
.hb-channel h3{font-size:19px;font-weight:800;margin-bottom:8px;color:#0f172a}
.hb-channel p{font-size:14px;color:#64748b;line-height:1.55}

/* ============================================================
   11. PROBLEM
   ============================================================ */
.hb-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.hb-problem{
  position:relative;padding:30px 26px;background:#fff;
  border-radius:20px;border:1.5px solid #e2e8f0;transition:all .25s;
}
.hb-problem:hover{
  border-color:rgba(236,72,153,.3);transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(236,72,153,.1);
}
.hb-problem__num{
  position:absolute;top:22px;right:26px;
  font-family:'Plus Jakarta Sans',sans-serif;font-size:28px;
  font-weight:900;color:#f1f5f9;
}
.hb-problem__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:48px;height:48px;border-radius:14px;
  background:linear-gradient(135deg,rgba(239,68,68,.14),rgba(249,115,22,.14));
  color:#dc2626;font-size:20px;margin-bottom:18px;
}
.hb-problem h3{font-size:18px;font-weight:800;margin-bottom:8px;color:#0f172a}
.hb-problem p{font-size:14.5px;color:#64748b;line-height:1.6}

/* ============================================================
   12. MODULES
   ============================================================ */
.hb-modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.hb-module{
  position:relative;padding:34px 28px;background:#fff;
  border-radius:22px;border:1.5px solid #e2e8f0;transition:all .3s;
}
.hb-module:hover{transform:translateY(-6px);box-shadow:0 30px 60px rgba(124,58,237,.15);border-color:transparent}
.hb-module__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:60px;height:60px;border-radius:18px;color:#fff;font-size:24px;
  margin-bottom:20px;background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
}
.hb-module:nth-child(2) .hb-module__icon{background:linear-gradient(135deg,#ec4899 0%,#f97316 100%)}
.hb-module:nth-child(3) .hb-module__icon{background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%)}
.hb-module:nth-child(4) .hb-module__icon{background:linear-gradient(135deg,#3b82f6 0%,#7c3aed 100%)}
.hb-module:nth-child(5) .hb-module__icon{background:linear-gradient(135deg,#f59e0b,#eab308)}
.hb-module:nth-child(6) .hb-module__icon{background:linear-gradient(135deg,#ef4444,#ec4899)}
.hb-module h3{font-size:19px;font-weight:800;margin-bottom:6px;color:#0f172a}
.hb-module__sub{display:block;font-size:11.5px;font-weight:800;color:#7c3aed;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}
.hb-module p{font-size:14.5px;color:#64748b;line-height:1.65}

/* ============================================================
   13. USE CASES
   ============================================================ */
.hb-usecases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hb-usecase{
  display:flex;gap:14px;align-items:flex-start;padding:18px;
  background:#fff;border-radius:14px;border:1.5px solid #e2e8f0;transition:all .25s;
}
.hb-usecase:hover{transform:translateY(-3px);border-color:rgba(124,58,237,.3);box-shadow:0 12px 28px rgba(124,58,237,.1)}
.hb-usecase__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:12px;color:#fff;font-size:17px;
  flex-shrink:0;background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
}
.hb-usecase:nth-child(3n+2) .hb-usecase__icon{background:linear-gradient(135deg,#ec4899 0%,#f97316 100%)}
.hb-usecase:nth-child(3n+3) .hb-usecase__icon{background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%)}
.hb-usecase__txt h4{font-size:14.5px;font-weight:700;color:#0f172a;margin-bottom:4px;line-height:1.3}
.hb-usecase__txt p{font-size:12.5px;color:#64748b;line-height:1.5}

/* ============================================================
   14. CHATBOT
   ============================================================ */
.hb-chatbot-center{padding:90px 0;background:#f8fafc}
.hb-chatbot-list{
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px;
  max-width:720px;margin:0 auto 40px;
}
.hb-chatbot-list li{display:flex;gap:10px;align-items:flex-start;font-size:15px;color:#0f172a;font-weight:500}
.hb-chatbot-list i{
  color:#10b981;background:rgba(16,185,129,.14);
  display:inline-flex;align-items:center;justify-content:center;
  width:22px;height:22px;border-radius:50%;font-size:12px;
  flex-shrink:0;margin-top:2px;
}
.hb-chat-demo{
  max-width:560px;margin:0 auto;background:#fff;
  border-radius:22px;overflow:hidden;
  box-shadow:0 30px 70px rgba(124,58,237,.2);
  border:1.5px solid #e2e8f0;
}
.hb-chat-demo__head{
  display:flex;align-items:center;gap:12px;padding:16px 20px;
  background:linear-gradient(135deg,#7c3aed 0%,#ec4899 50%,#06b6d4 100%);color:#fff;
}
.hb-chat-demo__avatar{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:50%;
  background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.3);
  font-size:20px;flex-shrink:0;
}
.hb-chat-demo__head strong{display:block;font-size:15px;font-weight:700}
.hb-chat-demo__head small{font-size:12px;opacity:.9}
.hb-chat-demo__status{
  margin-left:auto;font-size:11.5px;font-weight:700;
  display:inline-flex;align-items:center;gap:6px;
  background:rgba(255,255,255,.14);padding:5px 12px;border-radius:999px;
}
.hb-chat-demo__status span{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 8px #4ade80}
.hb-chat-demo__body{padding:22px 20px;display:flex;flex-direction:column;gap:12px}
.hb-msg{padding:12px 16px;border-radius:16px;font-size:13.5px;line-height:1.5;max-width:82%}
.hb-msg--bot{background:#fff;color:#0f172a;align-self:flex-start;border-bottom-left-radius:5px;border:1px solid #e2e8f0}
.hb-msg--user{background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);color:#fff;align-self:flex-end;border-bottom-right-radius:5px;box-shadow:0 6px 18px rgba(124,58,237,.28)}
.hb-chat-demo__chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.hb-chat-demo__chips span{
  font-size:12.5px;font-weight:700;padding:8px 16px;border-radius:999px;
  background:#fff;border:1.5px solid #7c3aed;color:#7c3aed;
}
.hb-chat-demo__foot{
  display:flex;gap:8px;padding:14px 18px;
  background:#f8fafc;border-top:1px solid #e2e8f0;
}
.hb-chat-demo__foot input{
  flex:1;border:1.5px solid #e2e8f0;border-radius:12px;
  background:#fff;padding:11px 16px;font-size:13.5px;outline:none;min-width:0;
}
.hb-chat-demo__foot button{
  display:inline-flex;align-items:center;justify-content:center;
  width:46px;height:46px;border-radius:12px;
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);color:#fff;flex-shrink:0;
}

/* ============================================================
   15. PIPELINE
   ============================================================ */
.hb-pipeline-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.hb-pipeline{
  padding:28px 20px;background:#fff;border-radius:20px;
  border:1.5px solid #e2e8f0;text-align:center;transition:all .25s;
}
.hb-pipeline:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(15,23,42,.1)}
.hb-pipeline__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:48px;height:48px;border-radius:14px;margin:0 auto 14px;
  color:#fff;font-size:20px;
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
}
.hb-pipeline:nth-child(2) .hb-pipeline__icon{background:linear-gradient(135deg,#3b82f6 0%,#7c3aed 100%)}
.hb-pipeline:nth-child(3) .hb-pipeline__icon{background:linear-gradient(135deg,#f59e0b,#eab308)}
.hb-pipeline:nth-child(4) .hb-pipeline__icon{background:linear-gradient(135deg,#ec4899 0%,#f97316 100%)}
.hb-pipeline:nth-child(5) .hb-pipeline__icon{background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%)}
.hb-pipeline__num{
  font-family:'Plus Jakarta Sans',sans-serif;font-size:34px;font-weight:900;
  color:#0f172a;letter-spacing:-.03em;display:block;margin-bottom:6px;
}
.hb-pipeline__label{
  font-size:13.5px;font-weight:700;color:#64748b;
  text-transform:uppercase;letter-spacing:.05em;
}

/* ============================================================
   16. EDUCATION ERP — 4-column grid
   ============================================================ */
.hb-erp{padding:100px 0;background:linear-gradient(180deg,#f8fafc 0%,#fff 100%)}
.hb-erp__head{max-width:760px;margin:0 auto 60px;text-align:center}
.hb-erp__head h2{font-size:clamp(28px,3.4vw,44px);font-weight:800;margin-bottom:14px}
.hb-erp__head p{font-size:17px;color:#64748b;line-height:1.65}
.hb-erp__grid,
.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:1.5px solid #e2e8f0;border-radius:20px;
  transition:transform .3s,box-shadow .3s,border-color .3s;
  display:flex;flex-direction:column;
}
.hb-erp-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 48px rgba(124,58,237,.15);
  border-color:rgba(124,58,237,.3);
}
.hb-erp-card__icon{
  width:52px;height:52px;border-radius:15px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
  color:#fff;font-size:20px;margin-bottom:20px;
  box-shadow:0 10px 24px rgba(124,58,237,.28);
}
.hb-erp-card h3{font-size:17px;font-weight:700;margin-bottom:8px;color:#0f172a}
.hb-erp-card p{font-size:13.5px;color:#64748b;line-height:1.55;margin:0 0 14px}
.hb-erp-card__link{
  display:inline-flex;align-items:center;gap:6px;
  font-size:12.5px;font-weight:700;color:#7c3aed;
  margin-top:auto;
}
.hb-erp__cta{display:flex;justify-content:center;gap:14px;margin-top:48px;flex-wrap:wrap}

/* ============================================================
   17. SOLUTIONS
   ============================================================ */
.hb-solutions__grid,
.hb-solutions-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.hb-solution{
  display:block;padding:28px 22px;background:#fff;
  border-radius:20px;border:1.5px solid #e2e8f0;
  text-align:center;transition:all .28s;
}
.hb-solution:hover{transform:translateY(-6px);border-color:transparent;box-shadow:0 24px 48px rgba(124,58,237,.15)}
.hb-solution__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:56px;height:56px;border-radius:16px;margin:0 auto 18px;
  color:#fff;font-size:22px;
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
}
.hb-solution:nth-child(2) .hb-solution__icon{background:linear-gradient(135deg,#ec4899 0%,#f97316 100%)}
.hb-solution:nth-child(3) .hb-solution__icon{background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%)}
.hb-solution:nth-child(4) .hb-solution__icon{background:linear-gradient(135deg,#3b82f6 0%,#7c3aed 100%)}
.hb-solution h3{font-size:16.5px;font-weight:800;margin-bottom:8px;color:#0f172a}
.hb-solution p{font-size:13.5px;color:#64748b;line-height:1.55}

/* ============================================================
   18. WHY HELLOBOTZ / FEATURES — 4-column grid
   ============================================================ */
.hb-features,
.hb-features-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.hb-feature{
  padding:30px 26px;background:#fff;border-radius:20px;
  border:1.5px solid #e2e8f0;text-align:center;transition:all .28s;
  display:flex;flex-direction:column;align-items:center;
}
.hb-feature:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(124,58,237,.15);border-color:rgba(124,58,237,.3)}
.hb-feature__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:60px;height:60px;border-radius:18px;margin-bottom:18px;
  color:#fff;font-size:24px;
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
}
.hb-feature:nth-child(2n) .hb-feature__icon{background:linear-gradient(135deg,#ec4899 0%,#f97316 100%)}
.hb-feature:nth-child(3n) .hb-feature__icon{background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%)}
.hb-feature:nth-child(4n) .hb-feature__icon{background:linear-gradient(135deg,#3b82f6 0%,#7c3aed 100%)}
.hb-feature h3{font-size:17px;font-weight:800;margin-bottom:8px;color:#0f172a}
.hb-feature p{font-size:14px;color:#64748b;line-height:1.6}

/* ============================================================
   19. TESTIMONIALS
   ============================================================ */
.hb-testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.hb-testimonial{
  padding:32px 28px;background:#fff;border-radius:22px;
  border:1.5px solid #e2e8f0;transition:all .25s;
}
.hb-testimonial:hover{transform:translateY(-4px);box-shadow:0 24px 48px rgba(15,23,42,.1)}
.hb-testimonial__stars{color:#f59e0b;font-size:16px;letter-spacing:3px;margin-bottom:14px}
.hb-testimonial__text{font-size:15.5px;color:#0f172a;line-height:1.7;margin-bottom:20px;font-weight:500}
.hb-testimonial__author{padding-top:16px;border-top:1px solid #e2e8f0}
.hb-testimonial__author strong{display:block;font-size:15px;font-weight:800;color:#0f172a}
.hb-testimonial__author small{font-size:13px;color:#64748b;font-weight:500}

/* ============================================================
   20. FAQ
   ============================================================ */
.hb-faq__list,
.hb-faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.hb-faq{
  background:#fff;border-radius:18px;border:1.5px solid #e2e8f0;
  overflow:hidden;transition:all .25s;
}
.hb-faq[open]{border-color:rgba(124,58,237,.3);box-shadow:0 12px 28px rgba(124,58,237,.1)}
.hb-faq summary{
  cursor:pointer;list-style:none;padding:22px 26px;padding-right:60px;
  font-size:16px;font-weight:700;color:#0f172a;position:relative;
}
.hb-faq summary::-webkit-details-marker{display:none}
.hb-faq summary::after{
  content:"+";position:absolute;right:26px;top:50%;transform:translateY(-50%);
  width:32px;height:32px;border-radius:50%;
  background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(6,182,212,.12));
  color:#7c3aed;display:grid;place-items:center;font-size:22px;font-weight:400;
}
.hb-faq[open] summary::after{
  content:"−";background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);color:#fff;
}
.hb-faq__body{
  padding:0 26px 24px;font-size:14.5px;color:#64748b;
  line-height:1.7;border-top:1px solid #e2e8f0;padding-top:20px;
}

/* ============================================================
   21. FINAL CTA
   ============================================================ */
.hb-final-cta{padding:40px 0 80px}
.hb-final-cta__box{
  position:relative;padding:80px 40px;border-radius:32px;
  background:
    radial-gradient(60% 80% at 10% 10%,rgba(236,72,153,.5),transparent 60%),
    radial-gradient(60% 80% at 90% 90%,rgba(6,182,212,.5),transparent 60%),
    linear-gradient(135deg,#4c1d95 0%,#0f172a 100%);
  text-align:center;color:#fff;overflow:hidden;
  box-shadow:0 40px 80px rgba(76,29,149,.35);
}
.hb-final-cta__box h2{
  color:#fff;font-size:clamp(28px,4vw,46px);font-weight:900;
  max-width:760px;margin:0 auto 18px;letter-spacing:-.025em;
}
.hb-final-cta__box p{color:#cbd5e1;font-size:18px;max-width:600px;margin:0 auto 32px}
.hb-final-cta__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}
.hb-final-cta__box small{color:#94a3b8;font-size:13.5px}

/* ============================================================
   22. FOOTER
   ============================================================ */
.hb-footer{background:#0b1437;color:#cbd5e1;padding:72px 0 28px}
.hb-footer__grid{
  display:grid;grid-template-columns:1.5fr 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:14.5px;margin:20px 0;max-width:340px;line-height:1.65}
.hb-footer__social{display:flex;gap:10px;margin-bottom:18px}
.hb-footer__social a{
  display:inline-flex;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:50%;
  background:rgba(255,255,255,.06);color:#fff;font-size:15px;transition:all .2s;
}
.hb-footer__social a:hover{background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);transform:translateY(-3px)}
.hb-footer__contact{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;transition:color .18s;
}
.hb-footer__contact a:hover{color:#fff}
.hb-footer__contact i{color:#a78bfa;width:16px;text-align:center}
.hb-footer__col h6{
  color:#fff;font-size:13px;font-weight:800;
  text-transform:uppercase;letter-spacing:.14em;margin-bottom:20px;
}
.hb-footer__h6-gap{margin-top:24px}
.hb-footer__col ul li a{
  display:block;padding:7px 0;font-size:14.5px;
  color:#94a3b8;transition:color .18s;
}
.hb-footer__col ul li a:hover{color:#fff;padding-left:4px}
.hb-footer__bottom{
  display:flex;justify-content:space-between;flex-wrap:wrap;
  gap:16px;padding-top:26px;font-size:13.5px;color:#8892b0;
}
.hb-footer__bottom ul{display:flex;gap:26px;flex-wrap:wrap}
.hb-footer__bottom ul a:hover{color:#fff}

/* ============================================================
   23. MODALS
   ============================================================ */
.hb-modal{
  position:fixed;inset:0;z-index:10000;display:none;
  overflow-y:auto;-webkit-overflow-scrolling:touch;
}
.hb-modal.is-open{display:block}
.hb-modal__bg{
  position:fixed;inset:0;background:rgba(15,23,42,.7);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  animation:hbFade .25s;
}
@keyframes hbFade{from{opacity:0}to{opacity:1}}

.hb-modal__card{
  position:relative;z-index:1;
  width:100%;max-width:520px;
  margin:4vh auto;
  padding:32px 30px;
  background:#fff;
  border-radius:26px;
  box-shadow:0 40px 90px rgba(15,23,42,.4);
  animation:hbModalIn .35s cubic-bezier(.2,.7,.2,1);
  max-height:92vh;
  overflow-y:auto;
}
@keyframes hbModalIn{
  from{opacity:0;transform:translateY(20px) scale(.96)}
  to{opacity:1;transform:none}
}
.hb-modal__close{
  position:absolute;top:16px;right:16px;
  display:inline-flex;align-items:center;justify-content:center;
  width:38px;height:38px;border-radius:50%;
  background:#f1f5f9;color:#0f172a;font-size:15px;line-height:1;
  cursor:pointer;border:none;transition:all .18s;z-index:2;
}
.hb-modal__close:hover{background:#e2e8f0;transform:rotate(90deg)}
.hb-modal__head{margin-bottom:18px;padding-right:40px}
.hb-modal__badge{
  display:inline-block;font-size:11px;font-weight:800;
  letter-spacing:.14em;text-transform:uppercase;
  padding:6px 14px;border-radius:999px;margin-bottom:14px;
  background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(6,182,212,.12));
  color:#7c3aed;
}
.hb-modal__badge--green{background:rgba(16,185,129,.14);color:#059669}
.hb-modal__head h3{font-size:24px;font-weight:900;margin-bottom:8px;color:#0f172a}
.hb-modal__head p{font-size:14.5px;color:#64748b;line-height:1.6}

/* Form & success mutually exclusive — bulletproof */
.hb-modal__state[data-form-state]{display:block}
.hb-modal__state[data-form-state].is-hidden{display:none !important}
.hb-modal__state[data-success-state]{display:none}
.hb-modal__state[data-success-state].is-visible{display:block !important}

/* ============================================================
   24. FORMS
   ============================================================ */
.hb-form{display:block}
.hb-field{margin-bottom:14px}
.hb-field label{display:block;font-size:13px;font-weight:700;color:#0f172a;margin-bottom:7px}
.hb-field label small{font-weight:500;color:#64748b;font-size:12px}
.hb-row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.hb-form input[type="text"],
.hb-form input[type="tel"],
.hb-form input[type="email"],
.hb-form input[type="date"],
.hb-form input[type="time"],
.hb-form select,
.hb-form textarea{
  display:block;width:100%;padding:13px 16px;
  border:1.5px solid #e2e8f0;border-radius:12px;
  font-size:14.5px;color:#0f172a;background:#fff;outline:none;
  transition:border-color .2s,box-shadow .2s;
  -webkit-appearance:none;appearance:none;line-height:1.4;
}
.hb-form input[type="date"],
.hb-form input[type="time"]{
  font-family:inherit;min-height:48px;cursor:pointer;
}
.hb-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='%237c3aed' d='M6 8 0 0h12z'/></svg>");
  background-repeat:no-repeat;background-position:right 16px center;
  padding-right:40px;cursor:pointer;
}
.hb-form input:focus,
.hb-form select:focus,
.hb-form textarea:focus{
  border-color:#7c3aed;box-shadow:0 0 0 4px rgba(124,58,237,.12);
}
.hb-form textarea{resize:vertical;min-height:70px}
.hb-form__note{
  display:flex;align-items:center;gap:8px;justify-content:center;
  font-size:12px;color:#64748b;margin-top:12px;
}
.hb-form__note i{color:#10b981}

/* WhatsApp checkbox */
.hb-wa-check{
  display:flex;align-items:flex-start;gap:12px;
  padding:14px 16px;
  background:linear-gradient(135deg,rgba(37,211,102,.06),rgba(37,211,102,.02));
  border:1.5px solid rgba(37,211,102,.24);
  border-radius:12px;
  cursor:pointer;
  margin:14px 0;
  position:relative;
  transition:border-color .2s,background .2s;
}
.hb-wa-check:hover{border-color:#25d366;background:linear-gradient(135deg,rgba(37,211,102,.1),rgba(37,211,102,.04))}
.hb-wa-check input{position:absolute;opacity:0;pointer-events:none}
.hb-wa-check__box{
  flex-shrink:0;
  width:22px;height:22px;border-radius:6px;
  border:2px solid #cbd5e1;background:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  color:transparent;font-size:11px;margin-top:1px;
  transition:all .18s;
}
.hb-wa-check input:checked + .hb-wa-check__box{
  background:#25d366;border-color:#25d366;color:#fff;
  box-shadow:0 4px 12px rgba(37,211,102,.35);
}
.hb-wa-check__text{display:flex;flex-direction:column;gap:2px;min-width:0}
.hb-wa-check__text strong{font-size:13.5px;font-weight:700;color:#0f172a}
.hb-wa-check__text small{font-size:11.5px;color:#64748b;line-height:1.3}

/* ============================================================
   25. MULTI-SELECT DROPDOWN
   ============================================================ */
.hb-ms{position:relative}
.hb-ms__trigger{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  width:100%;padding:12px 16px;min-height:48px;
  border:1.5px solid #e2e8f0;border-radius:12px;background:#fff;
  font-family:inherit;font-size:14.5px;color:#0f172a;
  cursor:pointer;text-align:left;transition:all .18s;
}
.hb-ms__trigger:hover{border-color:#a78bfa}
.hb-ms__trigger.is-open{border-color:#7c3aed;box-shadow:0 0 0 4px rgba(124,58,237,.12)}
.hb-ms__trigger > i.fa-chevron-down{
  color:#94a3b8;font-size:12px;flex-shrink:0;
  transition:transform .2s;
}
.hb-ms__trigger.is-open > i.fa-chevron-down{transform:rotate(180deg);color:#7c3aed}
.hb-ms__value{
  flex:1;color:#94a3b8;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.hb-ms__value.has-value{color:#0f172a;font-weight:500}

.hb-ms__panel{
  position:absolute;top:calc(100% + 6px);left:0;right:0;
  background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;
  box-shadow:0 20px 50px rgba(15,23,42,.16);
  padding:6px;z-index:50;
  max-height:260px;overflow-y:auto;
  opacity:0;visibility:hidden;transform:translateY(-6px);
  transition:opacity .18s,transform .18s,visibility .18s;
}
.hb-ms__panel.is-open{opacity:1;visibility:visible;transform:none}
.hb-ms__panel::-webkit-scrollbar{width:6px}
.hb-ms__panel::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:99px}

.hb-ms__item{
  display:flex;align-items:center;gap:10px;
  padding:10px 12px;border-radius:8px;
  cursor:pointer;font-size:14px;color:#0f172a;
  transition:background .15s;position:relative;
}
.hb-ms__item:hover{background:#f8fafc}
.hb-ms__item input{position:absolute;opacity:0;pointer-events:none}
.hb-ms__check{
  flex-shrink:0;
  width:18px;height:18px;border-radius:5px;
  border:2px solid #cbd5e1;background:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  color:transparent;font-size:10px;
  transition:all .15s;
}
.hb-ms__item input:checked + .hb-ms__check{
  background:#7c3aed;border-color:#7c3aed;color:#fff;
  box-shadow:0 4px 12px rgba(124,58,237,.3);
}
.hb-ms__label{flex:1;line-height:1.35}

/* ============================================================
   26. SUCCESS SCREEN
   ============================================================ */
.hb-success{
  display:flex;flex-direction:column;align-items:center;
  padding:10px 0 0;
  text-align:center;
}
.hb-success__icon{
  width:88px;height:88px;border-radius:50%;
  background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%);
  color:#fff;font-size:44px;
  display:inline-flex;align-items:center;justify-content:center;
  margin:10px auto 22px;
  box-shadow:0 20px 50px rgba(16,185,129,.4);
  animation:hbPop .5s cubic-bezier(.2,.7,.2,1);
}
@keyframes hbPop{
  0%{transform:scale(.4);opacity:0}
  60%{transform:scale(1.08)}
  100%{transform:scale(1);opacity:1}
}
.hb-success__title{
  font-size:28px;font-weight:900;color:#0f172a;
  margin-bottom:12px;letter-spacing:-.02em;
}
.hb-success__msg{
  color:#64748b;font-size:15px;
  margin-bottom:6px;line-height:1.6;
}
.hb-success__note{
  background:linear-gradient(135deg,rgba(37,211,102,.08),rgba(37,211,102,.03));
  border:1.5px solid rgba(37,211,102,.24);
  border-radius:12px;
  padding:14px 18px;
  font-size:13.5px;color:#0f172a;
  margin:22px 0;
  line-height:1.55;
  width:100%;
  text-align:center;
}
.hb-success__note i{color:#25d366;margin-right:6px;font-size:16px}
.hb-success__actions{
  display:flex;gap:12px;justify-content:center;flex-wrap:wrap;
  margin-top:8px;width:100%;
}
.hb-success__actions .hb-btn{min-width:150px}

/* Submit loading */
[data-submit-btn][disabled]{opacity:.75;cursor:not-allowed;transform:none}
[data-submit-btn] .fa-spinner{animation:hbSpin 1s linear infinite}
@keyframes hbSpin{to{transform:rotate(360deg)}}

/* ============================================================
   27. FLOATING ACTIONS
   ============================================================ */
.hb-fabs{
  position:fixed;right:20px;bottom:20px;z-index:9980;
  display:flex;flex-direction:column;gap:12px;align-items:flex-end;
}
.hb-fab{
  position:relative;display:inline-flex;align-items:center;justify-content:center;
  width:56px;height:56px;border-radius:50%;color:#fff;font-size:22px;
  cursor:pointer;border:none;
  box-shadow:0 12px 32px rgba(15,23,42,.24);
  transition:transform .25s,box-shadow .25s;
}
.hb-fab:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 18px 40px rgba(15,23,42,.32)}
.hb-fab--wa{background:#25d366}
.hb-fab--call{background:linear-gradient(135deg,#3b82f6,#7c3aed)}
.hb-fab--chat{
  background:linear-gradient(135deg,#7c3aed,#ec4899 50%,#06b6d4);
  animation:hbBob 3s ease-in-out infinite;
}
@keyframes hbBob{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}
.hb-fab__tip{
  position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%);
  background:#0f172a;color:#fff;font-size:12.5px;font-weight:700;
  padding:8px 14px;border-radius:10px;white-space:nowrap;
  opacity:0;pointer-events:none;transition:opacity .2s;
  font-family:'Inter',sans-serif;
}
.hb-fab__tip::after{
  content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);
  border:6px solid transparent;border-left-color:#0f172a;
}
.hb-fab:hover .hb-fab__tip{opacity:1}
.hb-fab__ping{
  position:absolute;top:2px;right:2px;
  width:14px;height:14px;border-radius:50%;
  background:#10b981;border:2px solid #fff;
  animation:hbPing 2s ease-out infinite;
}
@keyframes hbPing{
  0%{transform:scale(1);opacity:.7}
  100%{transform:scale(2.2);opacity:0}
}

/* ============================================================
   28. BOT WIDGET
   ============================================================ */
.hb-bot{
  position:fixed;right:20px;bottom:100px;z-index:9981;
  width:400px;max-width:calc(100vw - 32px);
  height:min(620px,calc(100vh - 140px));
  background:#fff;border-radius:26px;overflow:hidden;
  box-shadow:0 40px 90px rgba(15,23,42,.4);
  display:none;flex-direction:column;
}
.hb-bot.is-open{display:flex;animation:hbBotIn .32s cubic-bezier(.2,.7,.2,1)}
@keyframes hbBotIn{
  from{opacity:0;transform:translateY(20px) scale(.95)}
  to{opacity:1;transform:none}
}
.hb-bot__head{
  display:flex;align-items:center;gap:12px;padding:16px 20px;
  background:linear-gradient(135deg,#7c3aed 0%,#ec4899 50%,#06b6d4 100%);
  color:#fff;flex-shrink:0;
}
.hb-bot__avatar{
  display:inline-flex;align-items:center;justify-content:center;
  width:46px;height:46px;border-radius:50%;
  background:rgba(255,255,255,.22);border:2px solid rgba(255,255,255,.4);
  font-size:20px;flex-shrink:0;
}
.hb-bot__info{flex:1;min-width:0}
.hb-bot__info strong{font-size:15.5px;font-weight:800;display:block}
.hb-bot__info small{font-size:12px;opacity:.95;display:inline-flex;align-items:center;gap:6px}
.hb-bot__dot{
  width:8px;height:8px;border-radius:50%;background:#4ade80;
  box-shadow:0 0 10px #4ade80;
}
.hb-bot__close{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,.16);color:#fff;font-size:14px;line-height:1;
  cursor:pointer;border:none;flex-shrink:0;transition:background .18s;
}
.hb-bot__close:hover{background:rgba(255,255,255,.3)}
.hb-bot__chat{
  flex:1;overflow-y:auto;padding:20px;
  background:linear-gradient(180deg,#f8fafc,#fff);
  display:flex;flex-direction:column;gap:12px;
  -webkit-overflow-scrolling:touch;
}
.hb-msg a{color:#7c3aed;text-decoration:underline;font-weight:700}
.hb-msg--user a{color:#fff}
.hb-typing{display:inline-flex;gap:5px;padding:4px 0}
.hb-typing i{
  width:7px;height:7px;border-radius:50%;background:#94a3b8;
  animation:hbDot 1.3s ease-in-out infinite;
}
.hb-typing i:nth-child(2){animation-delay:.18s}
.hb-typing i:nth-child(3){animation-delay:.36s}
@keyframes hbDot{
  0%,60%,100%{transform:translateY(0);opacity:.4}
  30%{transform:translateY(-5px);opacity:1}
}
.hb-bot__chips{
  display:flex;gap:8px;flex-wrap:wrap;padding:12px 16px;
  background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;
}
.hb-bot__chips button{
  font-size:12px;font-weight:700;padding:8px 14px;
  border-radius:999px;background:#fff;
  border:1.5px solid #e2e8f0;color:#0f172a;
  cursor:pointer;font-family:inherit;transition:all .18s;
}
.hb-bot__chips button:hover{
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
  color:#fff;border-color:transparent;
}
.hb-bot__input{
  display:flex;gap:10px;padding:14px 16px;
  border-top:1px solid #e2e8f0;background:#fff;flex-shrink:0;
}
.hb-bot__input input{
  flex:1;padding:13px 16px;border:1.5px solid #e2e8f0;
  border-radius:14px;font-size:14px;outline:none;
  background:#f8fafc;min-width:0;
}
.hb-bot__input input:focus{border-color:#7c3aed;background:#fff}
.hb-bot__input button{
  display:inline-flex;align-items:center;justify-content:center;
  width:50px;height:50px;border-radius:14px;
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
  color:#fff;font-size:16px;flex-shrink:0;cursor:pointer;border:none;
}
.hb-bot__foot{
  padding:10px 16px;border-top:1px solid #e2e8f0;
  text-align:center;font-size:11.5px;color:#64748b;
  background:#f8fafc;flex-shrink:0;
}
.hb-bot__foot strong{color:#7c3aed;font-weight:800}

.hb-top{
  position:fixed;right:20px;bottom:90px;z-index:9979;
  display:inline-flex;align-items:center;justify-content:center;
  width:46px;height:46px;border-radius:50%;
  background:#fff;color:#0f172a;border:1.5px solid #e2e8f0;
  box-shadow:0 15px 40px rgba(15,23,42,.12);
  opacity:0;pointer-events:none;transition:.25s;cursor:pointer;
}
.hb-top.is-visible{opacity:1;pointer-events:auto}
.hb-top:hover{
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
  color:#fff;border-color:transparent;
}

/* ============================================================
   29. SCROLL ANIMATIONS
   ============================================================ */
[data-animate]{opacity:1;transform:none}
html.js-ready [data-animate]{
  opacity:0;transform:translateY(30px);
  transition:opacity .8s cubic-bezier(.2,.7,.2,1),
             transform .8s cubic-bezier(.2,.7,.2,1);
}
html.js-ready [data-animate].is-visible{opacity:1;transform:none}

/* ============================================================
   30. INNER PAGE STYLES
   ============================================================ */
.page-hero{
  padding:80px 0 60px;
  background:
    radial-gradient(60% 50% at 90% 10%,rgba(236,72,153,.14),transparent 60%),
    radial-gradient(50% 40% at 10% 20%,rgba(6,182,212,.14),transparent 60%),
    linear-gradient(180deg,#faf5ff 0%,#fff 100%);
  text-align:center;position:relative;overflow:hidden;
}
.page-hero__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:80px;height:80px;margin:0 auto 22px;border-radius:24px;
  background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);
  color:#fff;font-size:34px;box-shadow:0 16px 40px rgba(124,58,237,.35);
}
.page-hero__badge{
  display:inline-block;font-size:12px;font-weight:800;
  letter-spacing:.14em;text-transform:uppercase;color:#7c3aed;
  margin-bottom:14px;padding:6px 14px;border-radius:999px;
  background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(6,182,212,.12));
}
.page-hero h1{
  font-size:clamp(32px,4.5vw,54px);font-weight:900;
  letter-spacing:-.03em;line-height:1.1;color:#0f172a;
  margin-bottom:18px;max-width:820px;margin-left:auto;margin-right:auto;
}
.page-hero h1 span{
  background:linear-gradient(135deg,#7c3aed 0%,#ec4899 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.page-hero p{font-size:18px;color:#64748b;max-width:640px;margin:0 auto;line-height:1.65}
.page-content{padding:70px 0}
.feature-block{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:60px}
.feature-block__item{
  padding:28px 24px;background:#fff;
  border:1.5px solid #e2e8f0;border-radius:20px;
  transition:all .28s;
}
.feature-block__item:hover{
  transform:translateY(-6px);box-shadow:0 24px 48px rgba(124,58,237,.15);
  border-color:rgba(124,58,237,.3);
}
.feature-block__item i{
  display:inline-flex;align-items:center;justify-content:center;
  width:52px;height:52px;border-radius:14px;
  background:linear-gradient(135deg,#7c3aed,#06b6d4);
  color:#fff;font-size:22px;margin-bottom:16px;
}
.feature-block__item h3{font-size:18px;font-weight:800;margin-bottom:8px;color:#0f172a}
.feature-block__item p{font-size:14.5px;color:#64748b;line-height:1.65;margin:0}
.page-cta{
  padding:60px 40px;border-radius:28px;text-align:center;color:#fff;
  background:
    radial-gradient(60% 80% at 10% 10%,rgba(236,72,153,.5),transparent 60%),
    radial-gradient(60% 80% at 90% 90%,rgba(6,182,212,.5),transparent 60%),
    linear-gradient(135deg,#4c1d95 0%,#0f172a 100%);
  box-shadow:0 40px 80px rgba(76,29,149,.35);
}
.page-cta h2{color:#fff;font-size:clamp(24px,3vw,38px);font-weight:900;max-width:640px;margin:0 auto 14px;letter-spacing:-.025em}
.page-cta p{color:#cbd5e1;font-size:17px;max-width:520px;margin:0 auto 26px}
.page-cta__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* ============================================================
   31. RESPONSIVE
   ============================================================ */
@media (max-width:1200px){
  .hb-features,
  .hb-features-grid{grid-template-columns:repeat(3,1fr)}
  .hb-erp__grid,
  .hb-erp-grid{grid-template-columns:repeat(3,1fr)}
  .hb-solutions__grid,
  .hb-solutions-grid{grid-template-columns:repeat(3,1fr)}
  .hb-modules-grid{grid-template-columns:repeat(3,1fr)}
  .hb-footer__grid{grid-template-columns:1.3fr 1fr 1fr 1fr;gap:32px}
}
@media (max-width:992px){
  body{padding-top:64px}
  .hb-header{height:64px}
  .hb-nav{display:none !important}
  .hb-hide-md{display:none !important}
  .hb-burger{display:flex !important}
  .hb-mega{display:none !important}
  .hb-hero{padding:50px 0 60px}
  .hb-hero__grid{grid-template-columns:1fr;gap:44px}
  .hb-channels__grid,
  .hb-channels-grid{grid-template-columns:repeat(2,1fr)}
  .hb-problem-grid{grid-template-columns:repeat(2,1fr)}
  .hb-features,
  .hb-features-grid{grid-template-columns:repeat(2,1fr)}
  .hb-erp__grid,
  .hb-erp-grid{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-pipeline-grid{grid-template-columns:repeat(3,1fr)}
  .hb-solutions__grid,
  .hb-solutions-grid{grid-template-columns:repeat(2,1fr)}
  .hb-leads-grid{grid-template-columns:1fr;gap:44px}
  .hb-footer__grid{grid-template-columns:1fr 1fr;gap:36px}
  .feature-block{grid-template-columns:repeat(2,1fr)}
  .page-hero{padding:60px 0 44px}
  .page-content{padding:50px 0}
}
@media (max-width:768px){
  .hb-container{padding:0 18px}
  .hb-section{padding:64px 0}
  .hb-section__header{margin-bottom:42px}
  .hb-section__icon{width:64px;height:64px;font-size:26px;border-radius:18px}
  .hb-hero__title{font-size:clamp(30px,8vw,42px)}
  .hb-hero__actions{flex-direction:column;align-items:stretch}
  .hb-hero__actions .hb-btn{width:100%}
  .hb-hero__points{flex-direction:column;gap:10px}
  .hb-dashboard__stats{grid-template-columns:1fr 1fr}
  .hb-channels__grid,
  .hb-channels-grid,
  .hb-problem-grid,
  .hb-features,
  .hb-features-grid,
  .hb-erp__grid,
  .hb-erp-grid,
  .hb-modules-grid,
  .hb-solutions__grid,
  .hb-solutions-grid{grid-template-columns:1fr}
  .hb-usecases-grid{grid-template-columns:1fr;gap:10px}
  .hb-pipeline-grid{grid-template-columns:1fr 1fr}
  .hb-testimonials-grid{grid-template-columns:1fr}
  .hb-chatbot-list{grid-template-columns:1fr}
  .hb-final-cta__box{padding:56px 24px;border-radius:22px}
  .hb-final-cta__actions{flex-direction:column;align-items:stretch}
  .hb-final-cta__actions .hb-btn{width:100%}
  .hb-lead-row{grid-template-columns:42px 1fr auto;gap:12px;padding:14px 18px}
  .hb-lead-row__avatar{width:42px;height:42px;font-size:14px}
  .hb-lead-row__info strong{font-size:13.5px}
  .hb-lead-row__info small{font-size:12px}
  .hb-lead-row__tag{font-size:9.5px;padding:4px 9px}
  .hb-footer__grid{grid-template-columns:1fr;gap:36px}
  .hb-footer__bottom{flex-direction:column;text-align:center;align-items:center}
  .hb-footer__bottom ul{justify-content:center}

  /* Modal full-screen bottom sheet */
  .hb-modal__card{
    margin:0;
    border-radius:0;
    max-width:100%;
    max-height:100vh;
    max-height:100dvh;
    min-height:100vh;
    min-height:100dvh;
    padding:22px 18px 30px;
  }
  .hb-modal__head{margin-bottom:16px;padding-right:36px}
  .hb-modal__head h3{font-size:20px}
  .hb-modal__head p{font-size:13.5px}
  .hb-field{margin-bottom:12px}
  .hb-field label{font-size:12.5px;margin-bottom:6px}
  .hb-row-2{grid-template-columns:1fr;gap:0}
  .hb-modal__close{top:12px;right:12px;width:36px;height:36px;font-size:14px}
  .hb-ms__panel{max-height:220px}

  .hb-success__icon{width:72px;height:72px;font-size:36px;margin-bottom:18px}
  .hb-success__title{font-size:24px}
  .hb-success__msg{font-size:14px}
  .hb-success__actions{flex-direction:column;align-items:stretch}
  .hb-success__actions .hb-btn{width:100%}

  .feature-block{grid-template-columns:1fr}
  .page-hero__icon{width:64px;height:64px;font-size:26px;border-radius:18px}
  .page-cta{padding:48px 22px;border-radius:22px}
  .page-cta__actions{flex-direction:column;align-items:stretch}
  .page-cta__actions .hb-btn{width:100%}

  .hb-fabs{right:14px;bottom:14px;gap:10px}
  .hb-fab{width:52px;height:52px;font-size:20px}
  .hb-fab__tip{display:none}
  .hb-bot{
    right:8px;left:8px;bottom:80px;top:auto;
    width:auto;max-width:none;
    height:min(78vh,600px);max-height:calc(100vh - 100px);
    border-radius:22px;
  }
  .hb-bot__chat{padding:16px}
  .hb-bot__chips{padding:10px 12px}
  .hb-bot__chips button{font-size:11.5px;padding:7px 12px}
  .hb-bot__input{padding:12px}
  .hb-top{right:16px;bottom:80px;width:42px;height:42px}
}
@media (max-width:576px){
  .hb-pipeline-grid{grid-template-columns:1fr}
  .hb-modal__card{padding:20px 16px 28px}
  .hb-success__icon{width:64px;height:64px;font-size:30px;margin-bottom:14px}
  .hb-success__title{font-size:22px}
  .hb-success__note{font-size:12.5px;padding:12px 14px}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms !important;
    transition-duration:.01ms !important;
  }
  html.js-ready [data-animate]{
    opacity:1 !important;
    transform:none !important;
  }
}