.nhp-shell .emp-btn,
.wbl-shell .wl-btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  min-height: 48px;
  padding: 0.85rem 1.4rem;
  border-radius: 14px;
  letter-spacing: -0.005em;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1),
              background 180ms ease,
              border-color 180ms ease,
              box-shadow 220ms ease;
}

.nhp-shell .emp-btn:hover,
.wbl-shell .wl-btn:hover {
  transform: translateY(-1px);
}

.nhp-shell .emp-btn--primary,
.wbl-shell .wl-btn--primary {
  background: #8B5CF6;
  color: #fff;
  box-shadow: 0 14px 30px rgba(139, 92, 246, 0.35);
}

.nhp-shell .emp-btn--primary:hover,
.wbl-shell .wl-btn--primary:hover {
  background: #7C3AED;
  box-shadow: 0 18px 36px rgba(139, 92, 246, 0.5);
}

.nhp-shell .emp-btn--ghost,
.wbl-shell .wl-btn--ghost {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.12);
  color: #ECEAF6;
}

.nhp-shell .emp-btn--ghost:hover,
.wbl-shell .wl-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.28);
}

.wbl-shell .wl-btn--sm {
  min-height: 40px;
  padding: 0.6rem 1rem;
  font-size: 13px;
  border-radius: 12px;
}

.nhp-shell .emp-btn__arrow,
.wbl-shell .wl-btn__arrow {
  display: inline-block;
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nhp-shell .emp-btn:hover .emp-btn__arrow,
.wbl-shell .wl-btn:hover .wl-btn__arrow {
  transform: translateX(3px);
}
