.help-toggle{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.22);
  background:rgba(255,255,255,.05);
  color:#eef4ff;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}

.help-toggle:hover{
  background:rgba(56,189,248,.10);
  border-color:rgba(56,189,248,.28);
}

.help-toggle.is-active{
  background:linear-gradient(180deg, rgba(56,189,248,.18), rgba(2,132,199,.18));
  border-color:rgba(56,189,248,.36);
  box-shadow:0 14px 34px rgba(2,132,199,.18);
}

.help-toggle-badge{
  width:24px;
  height:24px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  font-size:13px;
}

.sales-help-target{
  position:relative;
}

body.sales-help-mode .sales-help-target{
  outline:1px dashed rgba(125,211,252,.38);
  outline-offset:6px;
  border-radius:18px;
}

body.sales-help-mode .sales-help-target:hover,
body.sales-help-mode .sales-help-target:focus-within,
body.sales-help-mode .sales-help-target.is-help-active{
  outline-color:rgba(125,211,252,.82);
  box-shadow:0 0 0 6px rgba(56,189,248,.08);
}

.sales-help-popover{
  position:fixed;
  z-index:40;
  width:min(340px, calc(100vw - 24px));
  border-radius:18px;
  border:1px solid rgba(148,163,184,.22);
  background:linear-gradient(180deg, rgba(9,15,27,.98), rgba(7,11,20,.98));
  color:#eef4ff;
  padding:14px 14px 12px;
  box-shadow:0 28px 80px rgba(2,8,24,.42);
  backdrop-filter:blur(18px) saturate(160%);
}

.sales-help-popover[hidden]{
  display:none !important;
}

.sales-help-kicker{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:8px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#d7f0ff;
}

.sales-help-title{
  margin:0 0 6px;
  font-size:15px;
  font-weight:800;
}

.sales-help-body{
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:13px;
  line-height:1.55;
}

.sales-help-actions{
  margin-top:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.sales-help-link{
  color:#7dd3fc;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
}

.sales-help-close{
  border:1px solid rgba(148,163,184,.2);
  background:rgba(255,255,255,.04);
  color:#eef4ff;
  border-radius:10px;
  min-width:32px;
  min-height:32px;
  cursor:pointer;
}

@media (max-width: 640px){
  .help-toggle-text{
    display:none;
  }
  .help-toggle{
    min-width:42px;
    width:42px;
    justify-content:center;
    padding:0;
  }
}
