.company-btn {
  position:fixed; bottom:72px; right:24px; z-index:999;
  width:40px; height:40px; border-radius:50%;
  background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.1);
  cursor:pointer; font-size:18px;
  display:flex; align-items:center; justify-content:center;
  transition:all 0.2s; box-shadow:0 2px 8px rgba(0,0,0,0.3);
}

.company-btn:hover { background:rgba(99,102,241,0.2); transform:scale(1.1); }

.help-btn {
  position:fixed; bottom:24px; right:24px; z-index:999;
  width:40px; height:40px; border-radius:50%;
  background:linear-gradient(135deg,#6366f1,#8b5cf6);
  border:none; cursor:pointer; font-size:18px; font-weight:700;
  color:white; box-shadow:0 4px 16px rgba(99,102,241,0.5);
  display:flex; align-items:center; justify-content:center;
  transition:all 0.2s; font-family:inherit;
}

.help-btn:hover { transform:scale(1.1); box-shadow:0 6px 24px rgba(99,102,241,0.7); }
